

/* Start:/bitrix/templates/pricep-shop/css/slick.css?16420527961775*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


/* Start:/bitrix/templates/pricep-shop/css/sumoselect.css?16035264839448*/
.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}

.SelectBox {padding: 5px 8px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
    .SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
            .SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
                background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
        .SumoSelect.open > .optWrapper {top:35px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
         .SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0;}
         .SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px;}
         .SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0;}
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px 6px 12px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
            .SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4;border-color: #a1c0e4;outline: none;background-color: #a1c0e4;}

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }

/* End */


/* Start:/bitrix/templates/pricep-shop/css/style.css?1675666036222326*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Arial', sans-serif !important;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

input {
  font-family: 'Arial', sans-serif;
}

button {
  border: none;
  background: none;
  font-family: 'Arial', sans-serif;
  outline: none;
  cursor: pointer;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.container {
  width: 100%;
  max-width: 1149px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 450px) {
  .container {
    padding: 0 15px;
  }
}

.main {
  min-height: 100vh;
}

section, footer {
  overflow: hidden;
}

.grad__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.grad__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#9EBCEE), to(#4C5D9A));
  background: linear-gradient(180deg, #9EBCEE 0%, #4C5D9A 100%);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 2;
}

.grad__button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #768FC6;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 3;
}

.grad__button span {
  position: relative;
  z-index: 4;
}

.grad__button:active:after {
  opacity: 1;
}

.grad__button:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 470px) {
  h2 {
    font-size: 26px !important;
    line-height: 31px !important;
  }
}

.mobile__main {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #2E2E34;
  z-index: 50;
  color: #F2F2F2;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: none;
  padding-bottom: 50px;
}

@media (max-width: 740px) {
  .mobile__main {
    display: block;
  }
}

.mobile__main .exit {
  position: absolute;
  right: 20px;
  top: 17px;
}

.mobile__main .mobile__main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  width: 100%;
  border-bottom: 1px solid #1D1D1D;
}

.mobile__main .mobile__main__top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mobile__main .mobile__main__top .login {
  font-size: 14px;
  line-height: 17px;
  color: #F2F2F2;
  padding-left: 44px;
  padding-right: 16px;
  width: 40%;
}

.mobile__main .mobile__main__top .register {
  font-size: 14px;
  line-height: 17px;
  color: #F2F2F2;
  padding-left: 16px;
  padding-right: 16px;
  width: 45%;
}

.mobile__main .mobile__list {
  height: calc(100% - 56px - 50px);
  max-height: calc(100% - 56px - 50px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

.mobile__main .mobile__list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 50px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mobile__main .mobile__list li.active {
  background: #4C5D9A;
}

.mobile__main .mobile__list li.active a {
  border-color: transparent;
}

.mobile__main .mobile__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #F2F2F2;
  padding: 13px 0;
  padding-left: 44px;
  border-bottom: 1px solid #1D1D1D;
}

.mobile__main .mobile__list li a.bold {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #F2F2F2;
}

.menu__open {
  overflow: hidden;
}

.menu__open .mobile__main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.burg {
  width: 47px;
  min-width: 47px;
  height: 41px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  border-radius: 2px;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  margin-left: 18px;
}

.burg span {
  width: calc(100% - 18px);
  height: 2px;
  background: #363A5A;
  display: block;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
}

.burg span:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.burg span:nth-child(2) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

@media (max-width: 740px) {
  .burg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  z-index: 40;
}

@media (max-width: 740px) {
  .header {
    -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  }
}

.header .container {
  max-width: 1229px;
}

.header .header__top {
  width: 100%;
}

.header .header__top__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 11px 0 20px;
}

@media (max-width: 600px) {
  .header .header__top__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 20px 0;
  }
}

@media (max-width: 440px) {
  .header .header__top__wrap {
    padding: 33px 0 12px;
  }
}

.header .header__top__wrap .logo {
  display: block;
  margin-right: 31px;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .logo {
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .header .header__top__wrap .logo {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 440px) {
  .header .header__top__wrap .logo {
    top: 8px;
  }
}

@media (max-width: 375px) {
  .header .header__top__wrap .logo {
    top: 15px;
  }
}

.header .header__top__wrap .logo img {
  max-width: 149px;
}

@media (max-width: 900px) {
  .header .header__top__wrap .logo img {
    max-width: 110px;
  }
}

@media (max-width: 440px) {
  .header .header__top__wrap .logo img {
    max-width: 120px;
  }
}

@media (max-width: 375px) {
  .header .header__top__wrap .logo img {
    max-width: 94px;
  }
}

.header .header__top__wrap .company__info__text {
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
  max-width: 136px;
  margin-right: 38px;
}

@media (max-width: 1160px) {
  .header .header__top__wrap .company__info__text {
    display: none;
  }
}

.header .header__top__wrap .header__user__region {
  margin-right: 53px;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .header__user__region {
    margin-right: 25px;
  }
}

@media (max-width: 440px) {
  .header .header__top__wrap .header__user__region {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header .header__top__wrap .header__user__region .label {
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
  display: block;
  margin-bottom: 2px;
}

.header .header__top__wrap .header__user__region a {
  font-size: 14px;
  line-height: 17px;
  color: #5674B3;
}

@media (max-width: 440px) {
  .header .header__top__wrap .header__user__region a {
    margin-left: 5px;
  }
}

.header .header__top__wrap .header__user__region a:hover {
  text-decoration: underline;
}

.header .header__top__wrap .header__form___search {
  width: 263px;
  min-width: 263px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 58px;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .header__form___search {
    margin-right: 25px;
    width: 180px;
    min-width: 180px;
  }
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__form___search {
    width: 250px;
  }
}

@media (max-width: 645px) {
  .header .header__top__wrap .header__form___search {
    display: none;
  }
}

.header .header__top__wrap .header__form___search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .header__form___search input {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .header__top__wrap .header__form___search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #F2F2F2;
  width: 48px;
  min-width: 48px;
  height: 100%;
}

.header .header__top__wrap .header__form___search button:hover {
  background: #E7E7EB;
}

.header .header__top__wrap .header__form___search button img {
  width: 18px;
}

.header .header__top__wrap .header__call__block {
  margin-right: 73px;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .header__call__block {
    margin-right: 25px;
  }
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__call__block {
    margin-right: 13px;
  }
}

.header .header__top__wrap .header__call__block .telephone {
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .header .header__top__wrap .header__call__block .telephone {
    font-size: 15px;
  }
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__call__block .telephone {
    display: none;
  }
}

.header .header__top__wrap .header__call__block .telephone:hover {
  color: #4C5D9A;
}

.header .header__top__wrap .header__call__block .telephone img {
  width: 17px;
  margin-right: 11px;
}

.header .header__top__wrap .header__call__block .popup__call {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4F4F4F;
  text-align: center;
  display: block;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__call__block .popup__call {
    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;
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
    border-radius: 50%;
  }
}

.header .header__top__wrap .header__call__block .popup__call img {
  display: none;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__call__block .popup__call img {
    display: block;
  }
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__call__block .popup__call span {
    display: none;
  }
}

.header .header__top__wrap .header__call__block .popup__call:hover {
  color: #4C5D9A;
  text-decoration: underline;
}

.header .header__top__wrap .header__login {
  text-align: right;
}

@media (max-width: 1023px) {
  .header .header__top__wrap .header__login {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-left: 20px;
  }
}

@media (max-width: 900px) {
  .header .header__top__wrap .header__login {
    margin-left: 13px;
  }
}

@media (max-width: 740px) {
  .header .header__top__wrap .header__login {
    display: none;
  }
}

.header .header__top__wrap .header__login .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4F4F4F;
  margin-bottom: 4px;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__login .login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
    border-radius: 50%;
  }
}

.header .header__top__wrap .header__login .login:hover {
  color: #4C5D9A;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__login .login span {
    display: none;
  }
}

.header .header__top__wrap .header__login .login img {
  width: 23px;
  margin-right: 6px;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__login .login img {
    margin-right: 0;
  }
}

.header .header__top__wrap .header__login .register {
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
}

@media (max-width: 830px) {
  .header .header__top__wrap .header__login .register {
    display: none;
  }
}

.header .header__top__wrap .header__login .register:hover {
  color: #4C5D9A;
  text-decoration: underline;
}

.header .header__nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.header .header__nav .container {
  max-width: 1269px;
}

@media (max-width: 740px) {
  .header .header__nav {
    display: none;
  }
}

.header .catalog__block {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 35px 0px 13px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #79A1E1;
  width: 754px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
}

@media (max-width: 900px) {
  .header .catalog__block {
    width: 100%;
  }
}

.header .catalog__block .hr {
  width: 1px;
  height: calc(100% - 26px);
  position: absolute;
  left: 50%;
  top: 13px;
  background: #F2F2F2;
}

.header .catalog__block .catalog__block__left {
  width: 50%;
}

.header .catalog__block .catalog__block__left .label {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 9px;
  display: block;
  padding-left: 75px;
}

.header .catalog__block .catalog__block__left ul {
  list-style-type: none;
}

.header .catalog__block .catalog__block__left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  position: relative;
}

.header .catalog__block .catalog__block__left ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  height: 1px;
  width: calc(100% - 24px - 24px);
  background: #F2F2F2;
}

.header .catalog__block .catalog__block__left ul li a:hover {
  background: #F2F2F2;
}

.header .catalog__block .catalog__block__left ul li img {
  width: 36px;
  margin-right: 15px;
  max-height: 19px;
}

.header .catalog__block .catalog__block__left ul li:first-child a {
  font-weight: 500;
  padding-left: 75px;
}

.header .catalog__block .catalog__block__left ul li:last-child a:after {
  display: none;
}

.header .catalog__open .catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .catalog__open .burger__catalog span {
  width: 15px !important;
  height: 1px !important;
}

.header .catalog__open .burger__catalog span:nth-child(1) {
  -webkit-transform: translateX(6px) rotate(-35deg) !important;
          transform: translateX(6px) rotate(-35deg) !important;
}

.header .catalog__open .burger__catalog span:nth-child(2) {
  opacity: 0;
}

.header .catalog__open .burger__catalog span:nth-child(3) {
  -webkit-transform: translateX(-6px) rotate(35deg) !important;
          transform: translateX(-6px) rotate(35deg) !important;
}

.header .header__nav__wrap {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 1023px) {
  .header .header__nav__wrap {
    padding: 0 10px;
  }
}

.header .catalog {
  list-style-type: none;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .header .catalog {
    margin-right: 0;
  }
}

.header .catalog .catalog__button {
  padding: 0 30px;
}

@media (max-width: 1160px) {
  .header .catalog .catalog__button {
    padding: 0 10px;
  }
}

.header .catalog .catalog__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

@media (max-width: 900px) {
  .header .catalog .catalog__button a {
    font-size: 14px;
  }
}

.header .catalog .catalog__button a .burger__catalog {
  width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-right: 13px;
}

.header .catalog .catalog__button a .burger__catalog span {
  height: 2px;
  width: 100%;
  background: #333333;
  display: block;
  position: absolute;
}

.header .catalog .catalog__button a .burger__catalog span:nth-child(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.header .catalog .catalog__button a .burger__catalog span:nth-child(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.header .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.header .header__list li {
  padding: 0 10px;
}

.header .header__list li a {
  padding: 21px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  position: relative;
}

@media (max-width: 900px) {
  .header .header__list li a {
    font-size: 13px;
  }
}

.header .header__list li a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
  border-radius: 2px;
  height: 3px;
  opacity: 0;
}

.header .header__list li a:hover:before {
  opacity: 1;
}

.header .header__list li.active a:before {
  opacity: 1;
}

.header .bascket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .header .bascket {
    margin-left: 0;
  }
}

.header .bascket .logo__basket {
  width: 41px;
  height: 41px;
  min-width: 41px;
  min-height: 41px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.header .bascket .logo__basket span {
  position: absolute;
  top: 0;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
  border-radius: 18px;
  height: 18px;
  width: 18px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}

.header .bascket .bascket__info {
  margin-left: 21px;
  text-align: right;
}

@media (max-width: 1023px) {
  .header .bascket .bascket__info {
    display: none;
  }
}

.header .bascket .bascket__info .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  display: block;
  margin-bottom: 3px;
}

.header .bascket .bascket__info .sum {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
}

.header .bascket:hover .bascket__info .label {
  color: #4C5D9A;
}

.first__section {
  width: 100%;
  background: url(/bitrix/templates/pricep-shop/css/../img/bg__home.webp) no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 570px) {
  .first__section {
    background-position-x: -400px;
  }
}

@media (max-width: 500px) {
  .first__section {
    background-position-x: -400px;
  }
}

@media (max-width: 450px) {
  .first__section {
    background-position-x: -150px;
  }
}

.first__section .first__section__wrap {
  min-height: 960px;
  padding: 235px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 740px) {
  .first__section .first__section__wrap {
    padding-top: 150px;
    min-height: 800px;
  }
}

@media (max-width: 500px) {
  .first__section .first__section__wrap {
    min-height: 700px;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__wrap {
    min-height: 470px;
    padding-top: 120px;
  }
}

.first__section .first__section__text {
  width: 100%;
  margin-bottom: 71px;
}

@media (max-width: 680px) {
  .first__section .first__section__text {
    margin-bottom: 30px;
  }
}

@media (max-width: 570px) {
  .first__section .first__section__text {
    margin-bottom: 10px;
  }
}

.first__section .first__section__text small {
  font-style: italic;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #E3B100;
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 920px) {
  .first__section .first__section__text small {
    margin-bottom: 8px;
  }
}

@media (max-width: 680px) {
  .first__section .first__section__text small {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .first__section .first__section__text small {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__text small {
    font-size: 14px;
    line-height: 17px;
  }
}

.first__section .first__section__text h1 {
  font-weight: bold;
  font-size: 84px;
  line-height: 97px;
  text-transform: uppercase;
  margin-bottom: 42px;
}

@media (max-width: 920px) {
  .first__section .first__section__text h1 {
    margin-bottom: 25px;
    font-size: 65px;
    line-height: 70px;
  }
}

@media (max-width: 680px) {
  .first__section .first__section__text h1 {
    font-size: 50px;
    line-height: 56px;
  }
}

@media (max-width: 500px) {
  .first__section .first__section__text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__text h1 {
    font-size: 29px;
    margin-bottom: 22px;
    line-height: 36px;
  }
}

.first__section .first__section__text .first__section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .first__section .first__section__text .first__section__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.first__section .first__section__text .grad__button {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 71px;
  margin-right: 57px;
}

@media (max-width: 500px) {
  .first__section .first__section__text .grad__button {
    display: none;
  }
}

.first__section .first__section__text p {
  background: #FFFFFF;
  border-radius: 9px;
  max-width: 364px;
  padding: 5px 20px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 800px) {
  .first__section .first__section__text p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__text p {
    font-size: 12px;
    text-align: center;
  }
}

.first__section .first__section__text p span {
  display: block;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}

.first__section .first__section__pricep__buttons {
  height: 450px;
  position: relative;
  width: 100%;
}

@media (max-width: 450px) {
  .first__section .first__section__pricep__buttons {
    display: none;
  }
}

.first__section .first__section__pricep__item {
  position: absolute;
}

.first__section .first__section__pricep__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  width: 20px;
  height: 20px;
}

.first__section .first__section__pricep__item > a::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
}

.first__section .first__section__pricep__item > a .but {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  background: #BDBDBD;
  border-radius: 50%;
}

.first__section .first__section__pricep__item > a .but span {
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.first__section .first__section__pricep__item > a:hover .but {
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
}

.first__section .first__section__pricep__item .first__section__pricep__info {
  width: 260px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 34px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 15px 25px 21px;
  display: none;
}

.first__section .first__section__pricep__item .first__section__pricep__info .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__info {
  width: 100%;
  margin-bottom: 20px;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__info .pricep__item__info__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__info .pricep__item__info__row .label {
  color: #333333;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__info .pricep__item__info__row .it {
  font-weight: 500;
  text-align: right;
  color: #4F4F4F;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__cost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__cost .sum {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #333333;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__cost a {
  border-radius: 5px;
  border: 1px solid #79A1E1;
  height: 27px;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #79A1E1;
  -webkit-transition: .3s;
  transition: .3s;
}

.first__section .first__section__pricep__item .first__section__pricep__info .pricep__item__cost a:hover {
  background: rgba(86, 116, 179, 0.07);
}

.first__section .first__section__pricep__item .first__section__pricep__info::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 7px);
  left: 0;
  height: 26px;
  background: url(/bitrix/templates/pricep-shop/css/../img/butt_it_bg2.svg) no-repeat center;
  background-size: 100% auto;
}

.first__section .first__section__pricep__item.open {
  z-index: 3;
}

.first__section .first__section__pricep__item.open .first__section__pricep__info {
  display: block;
}

.first__section .first__section__pricep__item.open > a::before {
  background: white;
}

.first__section .first__section__pricep__item.open > a .but {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  background: #5378B3;
  border-radius: 50%;
  font-size: 0;
}

.first__section .first__section__pricep__item.open > a .but::before {
  content: "";
  background: white;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
}

.first__section .first__section__pricep__item.open > a .but span {
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.first__section .first__section__pricep__item1 {
  left: 33%;
  top: 15%;
}

@media (max-width: 1100px) {
  .first__section .first__section__pricep__item1 {
    left: 20%;
  }
}

@media (max-width: 680px) {
  .first__section .first__section__pricep__item1 {
    top: 30%;
    left: 23%;
  }
}

@media (max-width: 570px) {
  .first__section .first__section__pricep__item1 {
    left: 60%;
    top: 30%;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__pricep__item1 {
    display: none;
  }
}

.first__section .first__section__pricep__item2 {
  left: 3%;
  top: 45%;
}

@media (max-width: 1300px) {
  .first__section .first__section__pricep__item2 {
    left: 12%;
  }
}

@media (max-width: 1100px) {
  .first__section .first__section__pricep__item2 {
    display: none;
  }
}

@media (max-width: 570px) {
  .first__section .first__section__pricep__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 38%;
    top: 40%;
  }
}

@media (max-width: 500px) {
  .first__section .first__section__pricep__item2 {
    left: 33%;
    top: 45%;
  }
}

@media (max-width: 450px) {
  .first__section .first__section__pricep__item2 {
    display: none;
  }
}

.first__section .first__section__pricep__item3 {
  right: 33%;
  top: 28%;
}

@media (max-width: 1100px) {
  .first__section .first__section__pricep__item3 {
    right: 20%;
  }
}

@media (max-width: 680px) {
  .first__section .first__section__pricep__item3 {
    top: 40%;
    right: 24%;
  }
}

@media (max-width: 570px) {
  .first__section .first__section__pricep__item3 {
    display: none;
  }
}

.first__section .first__section__pricep__item4 {
  right: 13%;
  top: 45%;
}

@media (max-width: 1100px) {
  .first__section .first__section__pricep__item4 {
    display: none;
  }
}

.services {
  width: 100%;
  padding-bottom: 30px;
  margin-top: -19px;
}

.services .services__wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

.services .services__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .services__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.services .services__item {
  width: 20%;
  text-align: center;
  padding: 17px 20px 13px;
  border-right: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  outline: none;
}

@media (max-width: 450px) {
  .services .services__item {
    padding: 10px;
  }
}

.services .services__item img {
  margin-bottom: 17px;
  max-width: 100px;
}

@media (max-width: 600px) {
  .services .services__item img {
    max-width: 70px;
    max-height: 50px;
  }
}

@media (max-width: 450px) {
  .services .services__item img {
    max-width: 50px;
    max-height: 30px;
    margin-bottom: 5px;
  }
}

.services .services__item p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #333333;
}

@media (max-width: 600px) {
  .services .services__item p {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (max-width: 450px) {
  .services .services__item p {
    font-size: 10px;
    line-height: 12px;
  }
}

.spec__offer {
  width: 100%;
}

.spec__offer .spec__offer__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0 89px;
}

@media (max-width: 840px) {
  .spec__offer .spec__offer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 540px) {
  .spec__offer .spec__offer__wrap {
    padding: 10px 0 20px;
  }
}

.spec__offer .spec__offer__item {
  width: calc(50% - 15px);
  border-radius: 5px;
  border: 1px solid #79A1E1;
  padding: 34px 19px 41px 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1130px) {
  .spec__offer .spec__offer__item {
    padding: 24px 15px 30px 30px;
  }
}

@media (max-width: 840px) {
  .spec__offer .spec__offer__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .spec__offer .spec__offer__item {
    padding: 17px 10px 17px 17px;
  }
}

.spec__offer .spec__offer__item .label {
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #D08E01;
  display: block;
  margin-bottom: 14px;
}

.spec__offer .spec__offer__item .label.red {
  color: #C96B4D;
}

@media (max-width: 540px) {
  .spec__offer .spec__offer__item .label {
    font-size: 14px;
    line-height: 130%;
  }
}

.spec__offer .spec__offer__item .title {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #202238;
  margin-bottom: 14px;
  display: block;
}

@media (max-width: 1130px) {
  .spec__offer .spec__offer__item .title {
    font-size: 23px;
    line-height: 27px;
  }
}

@media (max-width: 540px) {
  .spec__offer .spec__offer__item .title {
    font-size: 19px;
    line-height: 130%;
  }
}

.spec__offer .spec__offer__item p {
  font-size: 16px;
  line-height: 19px;
  color: #4F4F4F;
  margin-bottom: 36px;
}

@media (max-width: 540px) {
  .spec__offer .spec__offer__item p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

.spec__offer .spec__offer__item a {
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4F4F4F;
}

@media (max-width: 540px) {
  .spec__offer .spec__offer__item a {
    font-size: 12px;
  }
}

.model__row {
  width: 100%;
  background: url(/bitrix/templates/pricep-shop/css/../img/model__bg.png) no-repeat center;
  background-size: 100% 100%;
}

.model__row .model__row__wrap {
  width: 100%;
  padding: 89px 0 120px;
}

@media (max-width: 550px) {
  .model__row .model__row__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__row h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 62px;
  text-align: center;
}

@media (max-width: 768px) {
  .model__row h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .model__row h2 {
    margin-bottom: 20px;
  }
}

.model__row .model__row__wrap__link {
  display: block;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4F4F4F;
  margin-bottom: 19px;
}

@media (max-width: 550px) {
  .model__row .model__row__wrap__link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 13px;
  }
}

.model__row .model__row__wrap__link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4C5D9A;
}

.model__row .model__row__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.model__row .model__row__items .model__row__item {
  width: calc(100% / 4 - 10px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 39px 13px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .model__row .model__row__items .model__row__item {
    width: calc(100% / 2 - 5px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
}

@media (max-width: 710px) {
  .model__row .model__row__items .model__row__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 20px;
  }
}

@media (max-width: 550px) {
  .model__row .model__row__items .model__row__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px;
  }
}

.model__row .model__row__items .model__row__item img {
  width: 117px;
  margin-bottom: 24px;
  min-height: 60px;
}

@media (max-width: 1023px) {
  .model__row .model__row__items .model__row__item img {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (max-width: 830px) {
  .model__row .model__row__items .model__row__item img {
    width: 80px;
    margin-right: 15px;
  }
}

@media (max-width: 710px) {
  .model__row .model__row__items .model__row__item img {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .model__row .model__row__items .model__row__item img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 430px) {
  .model__row .model__row__items .model__row__item img {
    width: 60px;
  }
}

.model__row .model__row__items .model__row__item .name {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 136.52%;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 1130px) {
  .model__row .model__row__items .model__row__item .name {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .model__row .model__row__items .model__row__item .name {
    margin-bottom: 0;
    text-align: left;
  }
}

@media (max-width: 710px) {
  .model__row .model__row__items .model__row__item .name {
    max-width: 400px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .model__row .model__row__items .model__row__item .name {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .model__row .model__row__items .model__row__item .name {
    font-size: 12px;
  }
}

.model__row .model__row__items .model__row__item .model__info__list {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  color: #4F4F4F;
}

@media (max-width: 1130px) {
  .model__row .model__row__items .model__row__item .model__info__list {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .model__row .model__row__items .model__row__item .model__info__list {
    display: none;
  }
}

.model__row .model__row__items .model__row__item .model__info__list span {
  width: 50%;
  margin-bottom: 9px;
  padding-left: 20px;
}

.model__row .model__row__items .model__row__item:hover .name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4C5D9A;
}

.model__row .model__row__items .model__row__item:hover .model__info__list {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4C5D9A;
}

.equipmant {
  width: 100%;
}

.equipmant .equipmant__wrap {
  padding: 96px 0 162px;
}

@media (max-width: 768px) {
  .equipmant .equipmant__wrap {
    padding: 30px 0 50px;
  }
}

.equipmant h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 768px) {
  .equipmant h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .equipmant h2 {
    margin-bottom: 20px;
  }
}

.equipmant .equipmant__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equipmant .equipmant__item {
  width: calc(100% / 4 - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-height: 110px;
  padding: 30px 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 136.52%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}

.equipmant .equipmant__item.link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.equipmant .equipmant__item.link .name span {
  display: none;
}

@media (max-width: 710px) {
  .equipmant .equipmant__item.link {
    background: none;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #4F4F4F;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: inline-block;
    min-height: 0;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
    font-weight: normal;
    margin-top: 15px;
  }
  .equipmant .equipmant__item.link .name span {
    display: inline;
    text-transform: capitalize;
  }
}

@media (max-width: 1023px) {
  .equipmant .equipmant__item {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 710px) {
  .equipmant .equipmant__item {
    width: 100%;
    -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;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .equipmant .equipmant__item {
    font-size: 13px;
  }
}

.equipmant .equipmant__item img {
  max-width: 66px;
  margin-right: 12px;
}

@media (max-width: 710px) {
  .equipmant .equipmant__item img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.equipmant .equipmant__item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4C5D9A;
}

.news__video {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F7FB), color-stop(44.27%, #FFFFFF));
  background: linear-gradient(180deg, #F3F7FB 0%, #FFFFFF 44.27%);
}

.news__video .container {
  max-width: 1179px;
}

.news__video .news__video__wrap {
  padding: 93px 0 73px;
  width: 100%;
}

@media (max-width: 550px) {
  .news__video .news__video__wrap {
    padding: 50px 0;
  }
}

.news__video h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 48px;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .news__video h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .news__video h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .news__video h2 {
    padding: 0;
  }
}

.news__video .news__block {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 760px) {
  .news__video .news__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 550px) {
  .news__video .news__block {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.news__video .news__block:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  background: #E0E0E0;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media (max-width: 550px) {
  .news__video .news__block:after {
    display: none;
  }
}

.news__video .news__block .news__block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 21px;
  padding: 0 15px;
}

@media (max-width: 760px) {
  .news__video .news__block .news__block__top {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 450px) {
  .news__video .news__block .news__block__top {
    padding: 0;
  }
}

.news__video .news__block .news__block__top .news__block__link {
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333333;
  margin-right: 19px;
}

@media (max-width: 760px) {
  .news__video .news__block .news__block__top .news__block__link {
    margin-right: 0;
  }
}

.news__video .news__block .news__block__top .news__block__link:hover {
  color: #4C5D9A;
}

.news__video .news__block .news__block__top .news__block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 760px) {
  .news__video .news__block .news__block__top .news__block__buttons {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.news__video .news__block .news__block__top button {
  width: 31px;
  height: 31px;
  display: block;
}

.news__video .news__block .news__block__top button svg {
  width: 100%;
}

.news__video .news__block .news__block__top button svg circle, .news__video .news__block .news__block__top button svg path {
  stroke: #5674B3;
}

.news__video .news__block .news__block__top button.news__block__next {
  margin-left: 9px;
}

.news__video .news__block .news__block__top button.slick-disabled svg circle, .news__video .news__block .news__block__top button.slick-disabled svg path {
  stroke: #828282;
}

.news__video .news__block .news__block__top button:hover svg circle, .news__video .news__block .news__block__top button:hover svg path {
  stroke: #5674B3;
}

.news__video .news__block .news__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news__video .news__block .news__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news__video .news__block .news__slider .news__slider__item {
  border-radius: 4px;
  padding: 7px 5px 41px;
  border: 1px solid #79A1E1;
  margin: 0 15px;
  height: auto;
  outline: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 450px) {
  .news__video .news__block .news__slider .news__slider__item {
    margin: 0;
  }
}

.news__video .news__block .news__slider .news__slider__item.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news__video .news__block .news__slider .news__slider__item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 13px;
  border-radius: 5px;
}

.news__video .news__block .news__slider .news__slider__item .date__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 18px;
  padding: 0 7px 0 20px;
}

.news__video .news__block .news__slider .news__slider__item .date__info .date {
  font-size: 13px;
  line-height: 18px;
  color: #4F4F4F;
  margin-right: 10px;
}

@media (max-width: 450px) {
  .news__video .news__block .news__slider .news__slider__item .date__info .date {
    font-size: 10px;
    line-height: 10px;
  }
}

.news__video .news__block .news__slider .news__slider__item .date__info .label {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 141.52%;
  color: #C96B4D;
}

@media (max-width: 450px) {
  .news__video .news__block .news__slider .news__slider__item .date__info .label {
    font-size: 11px;
  }
}

.news__video .news__block .news__slider .news__slider__item .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 110.5%;
  color: #333333;
  padding: 0 7px 0 20px;
  display: block;
  margin-bottom: 17px;
}

@media (max-width: 450px) {
  .news__video .news__block .news__slider .news__slider__item .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.news__video .news__block .news__slider .news__slider__item .text {
  font-size: 16px;
  padding: 0 7px 0 20px;
  line-height: 19px;
  color: #4F4F4F;
  display: block;
}

@media (max-width: 450px) {
  .news__video .news__block .news__slider .news__slider__item .text {
    font-size: 14px;
  }
}

.news__video .video__block {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 48px 37px 44px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 910px) {
  .news__video .video__block {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 580px) {
  .news__video .video__block {
    padding: 20px 5px;
  }
}

@media (max-width: 450px) {
  .news__video .video__block {
    width: 100%;
  }
}

.news__video .video__block .video__block__youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4F4F4F;
}

.news__video .video__block .video__block__youtube img {
  margin-right: 13px;
  width: 24px;
}

@media (max-width: 430px) {
  .news__video .video__block .video__block__youtube img {
    display: none;
  }
}

.news__video .video__block .video__block__youtube:hover {
  color: #4C5D9A;
}

@media (max-width: 910px) {
  .news__video .video__block .video__block__youtube {
    padding-right: 10px;
  }
}

@media (max-width: 580px) {
  .news__video .video__block .video__block__youtube {
    font-size: 13px;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 430px) {
  .news__video .video__block .video__block__youtube {
    max-width: 126px;
  }
}

.news__video .video__block .video__block__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 12px;
  padding: 0 12px;
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}

@media (max-width: 910px) {
  .news__video .video__block .video__block__top {
    margin-bottom: 20px;
  }
}

.news__video .video__block .video__block__top .video__block__top__text {
  padding-right: 20px;
}

.news__video .video__block .video__block__top .video__block__top__text h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #202238;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .news__video .video__block .video__block__top .video__block__top__text h3 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}

@media (max-width: 630px) {
  .news__video .video__block .video__block__top .video__block__top__text h3 {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 4px;
  }
}

@media (max-width: 350px) {
  .news__video .video__block .video__block__top .video__block__top__text h3 {
    font-size: 20px;
  }
}

.news__video .video__block .video__block__top .video__block__top__text p {
  font-size: 18px;
  line-height: 21px;
  color: #4F4F4F;
}

@media (max-width: 1023px) {
  .news__video .video__block .video__block__top .video__block__top__text p {
    font-size: 14px;
    line-height: 130%;
  }
}

@media (max-width: 630px) {
  .news__video .video__block .video__block__top .video__block__top__text p {
    font-size: 13px;
    line-height: 130%;
  }
}

.news__video .video__block .video__block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 14px;
  padding: 0 12px;
}

@media (max-width: 910px) {
  .news__video .video__block .video__block__buttons {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0;
  }
}

.news__video .video__block .video__block__buttons button {
  width: 31px;
  height: 31px;
  display: block;
}

.news__video .video__block .video__block__buttons button svg {
  width: 100%;
}

.news__video .video__block .video__block__buttons button svg circle, .news__video .video__block .video__block__buttons button svg path {
  stroke: #5674B3;
}

.news__video .video__block .video__block__buttons button.video__block__next {
  margin-left: 9px;
}

.news__video .video__block .video__block__buttons button.slick-disabled svg circle, .news__video .video__block .video__block__buttons button.slick-disabled svg path {
  stroke: #828282;
}

.news__video .video__block .video__block__buttons button:hover svg circle, .news__video .video__block .video__block__buttons button:hover svg path {
  stroke: #5674B3;
}

@media (max-width: 910px) {
  .news__video .video__block .video__bottom__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
}

.news__video .video__block .video__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news__video .video__block .video__items .video__item {
  margin: 0 12px;
  outline: none;
}

.news__video .video__block .video__items .video__item .video__item__img {
  position: relative;
  margin-bottom: 9px;
  width: 100%;
}

.news__video .video__block .video__items .video__item .video__item__img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 43px;
  display: block;
  height: 43px;
  background: url(/bitrix/templates/pricep-shop/css/../img/button-play.svg) no-repeat center;
  background-size: cover;
}

.news__video .video__block .video__items .video__item img {
  width: 100%;
  height: 153px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__video .video__block .video__items .video__item .name {
  font-size: 16px;
  line-height: 19px;
  color: #828282;
}

.why__bay {
  width: 100%;
  background: url(/bitrix/templates/pricep-shop/css/../img/why_bg.png) no-repeat center;
  background-size: cover;
}

.why__bay.why__bay__about {
  background: url(/bitrix/templates/pricep-shop/css/../img/why2.png) no-repeat center;
  background-size: cover;
}

.why__bay .why__bay__wrap {
  width: 100%;
  padding: 120px 0 125px;
}

@media (max-width: 768px) {
  .why__bay .why__bay__wrap {
    padding: 50px 0;
  }
}

.why__bay h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  max-width: 535px;
}

@media (max-width: 1023px) {
  .why__bay h2 {
    margin-bottom: 40px;
    text-align: center;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .why__bay h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .why__bay h2 {
    margin-bottom: 20px;
  }
}

.why__bay .why__bay__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.why__bay .why__bay__items .why__bay__item {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  min-height: 174px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item {
    min-height: 54px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.why__bay .why__bay__items .why__bay__item .bg__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.why__bay .why__bay__items .why__bay__item .bg__img.bg__img5 {
  display: none;
}

@media (max-width: 490px) {
  .why__bay .why__bay__items .why__bay__item .bg__img.bg__img5 {
    display: block;
  }
}

.why__bay .why__bay__items .why__bay__item .bg__img.bg__img2 {
  display: none;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item .bg__img.bg__img2 {
    display: block;
  }
}

@media (max-width: 490px) {
  .why__bay .why__bay__items .why__bay__item .bg__img.bg__img2 {
    display: none;
  }
}

@media (max-width: 490px) {
  .why__bay .why__bay__items .why__bay__item .bg__img.bg__img22 {
    display: none;
  }
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item .bg__img.bg__img3 {
    display: none;
  }
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__img {
  width: 151px;
  min-width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img {
    width: 110px;
    min-width: 110px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img {
    width: 85px;
    min-width: 85px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img {
    min-width: 60px;
    width: 60px;
  }
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__img img {
  position: relative;
  z-index: 2;
  margin-right: 15px;
  max-width: 80px;
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img img {
    max-width: 50px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img img {
    max-height: 40px;
    max-width: 40px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__img img {
    max-width: 20px;
    max-height: 20px;
  }
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 15px;
  background: #5674B3;
  z-index: 2;
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__text {
  background: #FFFFFF;
  -webkit-box-shadow: 15px 4px 15px rgba(42, 48, 80, 0.1);
          box-shadow: 15px 4px 15px rgba(42, 48, 80, 0.1);
  padding: 21px 15px;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__text .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  display: block;
  margin-bottom: 7px;
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__text .title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__text .title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
  .why__bay .why__bay__items .why__bay__item .why__bay__item__text .title::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    background: url(/bitrix/templates/pricep-shop/css/../img/arrwhy.svg) no-repeat center bottom;
    margin-left: 10px;
  }
}

.why__bay .why__bay__items .why__bay__item .why__bay__item__text p {
  font-size: 15px;
  line-height: 135%;
  text-align: justify;
  color: #4F4F4F;
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__text p {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item .why__bay__item__text p {
    display: none;
    margin-top: 10px;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item.open p {
    display: block;
  }
}

.why__bay .why__bay__items .why__bay__item.open .title::after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.why__bay .why__bay__items .why__bay__item:nth-child(odd) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img {
  width: 151px;
  min-width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img {
    width: 110px;
    min-width: 110px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img {
    width: 85px;
    min-width: 85px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img {
    min-width: 60px;
    width: 60px;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img img {
  position: relative;
  z-index: 2;
  margin-right: 10px;
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img img {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img img {
    max-width: 20px;
    max-height: 20px;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 15px;
  background: #5674B3;
  z-index: 2;
}

.why__bay .why__bay__items .why__bay__item:nth-child(odd) .why__bay__item__text {
  border-radius: 0 7px 7px 0;
}

.why__bay .why__bay__items .why__bay__item:nth-child(even) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img {
  width: 151px;
  min-width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img {
    width: 110px;
    min-width: 110px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img {
    width: 85px;
    min-width: 85px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img {
    min-width: 60px;
    width: 60px;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img img {
  position: relative;
  z-index: 2;
  margin-left: 15px;
  max-width: 80px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img img {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img img {
    max-width: 50px;
  }
}

@media (max-width: 450px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img img {
    max-height: 40px;
    max-width: 40px;
  }
}

@media (max-width: 390px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img img {
    max-width: 20px;
    max-height: 20px;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
  background: #5674B3;
  z-index: 2;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__img::after {
    left: auto;
    right: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__text {
  border-radius: 7px 0 0 7px;
  -webkit-box-shadow: -15px 4px 15px rgba(42, 48, 80, 0.1);
          box-shadow: -15px 4px 15px rgba(42, 48, 80, 0.1);
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(even) .why__bay__item__text {
    -webkit-box-shadow: 15px 4px 15px rgba(42, 48, 80, 0.1);
            box-shadow: 15px 4px 15px rgba(42, 48, 80, 0.1);
    border-radius: 0px 7px 7px 0px;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(1) {
  margin-top: -20px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(1) {
    margin-top: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(2) {
  margin-top: -70px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(2) {
    margin-top: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(3) {
  margin-top: -70px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(3) {
    margin-top: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(4) {
  margin-top: -75px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(4) {
    margin-top: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(5) {
  margin-top: -70px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(5) {
    margin-top: 0;
  }
}

.why__bay .why__bay__items .why__bay__item:nth-child(6) {
  margin-top: -70px;
}

@media (max-width: 1023px) {
  .why__bay .why__bay__items .why__bay__item:nth-child(6) {
    margin-top: 0;
  }
}

.partners {
  width: 100%;
}

.partners .partners__wrap {
  width: 100%;
  padding: 94px 40px;
}

@media (max-width: 768px) {
  .partners .partners__wrap {
    padding: 50px 0 30px;
  }
}

.partners .partners__wrap h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  text-align: center;
  margin-bottom: 93px;
}

@media (max-width: 768px) {
  .partners .partners__wrap h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .partners .partners__wrap h2 {
    margin-bottom: 20px;
  }
}

.partners .partners__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 58px;
  border-bottom: 1px solid #E0E0E0;
}

.partners .partners__items.partners__items__about {
  border: none;
}

@media (max-width: 768px) {
  .partners .partners__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partners .partners__item {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .partners .partners__item {
    width: 45%;
    margin-bottom: 15px;
  }
}

.partners .partners__item img {
  max-width: 100%;
}

.sertificats {
  width: 100%;
}

.sertificats .sertificats__wrap {
  width: 100%;
  padding: 40px 0 87px;
}

@media (max-width: 768px) {
  .sertificats .sertificats__wrap {
    padding: 10px 0 40px;
  }
}

.sertificats .sertificats__wrap h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: #202238;
  max-width: 648px;
  margin: 0 auto;
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .sertificats .sertificats__wrap h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .sertificats .sertificats__wrap h2 {
    margin-bottom: 20px;
  }
}

.sertificats .sertificats__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sertificats .sertificats__items .slick-list {
  width: 100%;
  overflow: visible;
}

.sertificats .sertificats__item {
  outline: none;
  margin: 0 20px;
}

@media (max-width: 900px) {
  .sertificats .sertificats__item {
    margin: 0 8px;
  }
}

.sertificats .sertificats__item img {
  width: 100%;
}

.dilers {
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F2F7FA 98.98%);
}

.dilers .dilers__wrap {
  width: 100%;
  padding: 95px 0 84px;
}

.dilers h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  text-align: center;
  margin-bottom: 71px;
}

@media (max-width: 768px) {
  .dilers h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 470px) {
  .dilers h2 {
    margin-bottom: 20px;
  }
}

.dilers .dilers__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 19px;
}

.dilers .dilers__link a {
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333333;
}

.dilers .dilers__link a:hover {
  color: #4C5D9A;
}

.dilers .dilers__contacts__map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 41px;
}

@media (max-width: 450px) {
  .dilers .dilers__contacts__map {
    margin-bottom: 20px;
  }
}

.dilers .dilers__contacts {
  width: 356px;
  /*border: 1px solid #4C5D9A;*/
  padding: 57px 26px 66px 47px;
}

@media (max-width: 750px) {
  .dilers .dilers__contacts {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .dilers .dilers__contacts {
    padding: 34px;
  }
}

.dilers .dilers__contacts .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  margin-bottom: 26px;
  display: block;
}

@media (max-width: 400px) {
  .dilers .dilers__contacts .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 17px;
  }
}

.dilers .dilers__contacts > .SumoSelect {
  width: 190px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background: #EAECEF;
  height: 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 45px;
}

@media (max-width: 400px) {
  .dilers .dilers__contacts > .SumoSelect {
    margin-bottom: 20px;
  }
}

.dilers .dilers__contacts > .SumoSelect > .CaptionCont {
  background: #EAECEF;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .dilers .dilers__contacts > .SumoSelect > .CaptionCont {
    padding-left: 10px;
  }
}

.dilers .dilers__contacts > .SumoSelect > .CaptionCont span {
  cursor: pointer;
}

.dilers .dilers__contacts > .SumoSelect > .CaptionCont label {
  cursor: pointer;
  right: 5px;
}

.dilers .dilers__contacts > .SumoSelect > .CaptionCont label i {
  background: url(/bitrix/templates/pricep-shop/css/../img/arr-sumo.svg) no-repeat center;
}

.dilers .dilers__contacts > .SumoSelect .optWrapper {
  top: 100%;
  border-radius: 0 0 3px 3px;
  border-top: none;
  background: #ffffff;
  border: none;
  border-top: 1px solid #EAECEF;
  -webkit-box-shadow: 0px 8px 25px rgba(10, 10, 40, 0.41);
          box-shadow: 0px 8px 25px rgba(10, 10, 40, 0.41);
}

.dilers .dilers__contacts > .SumoSelect .optWrapper .options {
  padding: 0;
}

.dilers .dilers__contacts > .SumoSelect .optWrapper .options .opt {
  border: none;
  padding: 6px 20px;
  margin-bottom: 0;
}

.dilers .dilers__contacts > .SumoSelect .optWrapper .options .opt label {
  -webkit-transition: .3s;
  transition: .3s;
}

.dilers .dilers__contacts > .SumoSelect .optWrapper .options .opt:last-child {
  margin-bottom: 0;
}

.dilers .dilers__contacts > .SumoSelect .optWrapper .options .opt:hover {
  background: #F2F2F2;
  text-decoration: underline;
}

.dilers .dilers__contacts > .SumoSelect:hover > .CaptionCont, .dilers .dilers__contacts > .SumoSelect:focus > .CaptionCont, .dilers .dilers__contacts > .SumoSelect:active > .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.dilers .dilers__contacts > .SumoSelect.open > .CaptionCont {
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.dilers .dilers__contacts > .SumoSelect.open > .CaptionCont label {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dilers .dilers__contacts .dilers__contacts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 35px;
}

@media (max-width: 400px) {
  .dilers .dilers__contacts .dilers__contacts__item {
    margin-bottom: 10px;
  }
}

.dilers .dilers__contacts .dilers__contacts__item img {
  width: 29px;
  margin-right: 18px;
}

@media (max-width: 400px) {
  .dilers .dilers__contacts .dilers__contacts__item img {
    width: 20px;
    margin-right: 10px;
  }
}

.dilers .dilers__contacts .dilers__contacts__item .dilers__contacts__item__text {
  font-size: 18px;
  line-height: 140%;
  color: #4F4F4F;
}

@media (max-width: 400px) {
  .dilers .dilers__contacts .dilers__contacts__item .dilers__contacts__item__text {
    font-size: 14px;
  }
}

.dilers .dilers__contacts .dilers__contacts__item .dilers__contacts__item__text span, .dilers .dilers__contacts .dilers__contacts__item .dilers__contacts__item__text a {
  display: block;
}

.dilers .dilers__map {
  width: calc(100% - 356px);
  position: relative;
}

@media (max-width: 750px) {
  .dilers .dilers__map {
    display: none;
  }
}

.dilers .dilers__map iframe {
  width: 100%;
  height: 100%;
}

.dilers .dilers__map img {
  height: 400px;
  position: absolute;
  top: 50%;
  margin-top: -200px;
}

.dilers .diler__go {
  width: 284px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
}

.home__form {
  width: 100%;
  position: relative;
}

.home__form .bg {
  position: absolute;
  height: 100%;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

@media (max-width: 900px) {
  .home__form .bg {
    width: 100%;
    height: 40%;
  }
}

.home__form .home__form__wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 46px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .home__form .home__form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home__form .home__form__wrap h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 130%;
  color: #050A3F;
}

@media (max-width: 1023px) {
  .home__form .home__form__wrap h2 {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .home__form .home__form__wrap h2 {
    margin-bottom: 130px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home__form .home__form__wrap h2 {
    font-size: 20px !important;
    line-height: 130% !important;
  }
}

.home__form .home__form__wrap .form__home {
  position: relative;
  width: 442px;
  min-width: 442px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(46, 46, 50, 0.15);
          box-shadow: 0px 4px 20px rgba(46, 46, 50, 0.15);
  border-radius: 5px;
  padding: 46px 35px 50px;
  margin-left: 40px;
}

@media (max-width: 900px) {
  .home__form .home__form__wrap .form__home {
    max-width: 100%;
    min-width: 250px;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .home__form .home__form__wrap .form__home {
    padding: 30px 15px 20px;
	width: 300px;
  }
}

.home__form .home__form__wrap .form__home .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #32333D;
  display: block;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .home__form .home__form__wrap .form__home .title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 470px) {
  .home__form .home__form__wrap .form__home .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.home__form .home__form__wrap .form__home .text {
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .home__form .home__form__wrap .form__home .text {
    font-size: 15px;
  }
}

.home__form .home__form__wrap .form__home .form__home__items {
  padding: 0 20px;
}

@media (max-width: 500px) {
  .home__form .home__form__wrap .form__home .form__home__items {
    padding: 0;
  }
}

.home__form .home__form__wrap .form__home .form__home__items input {
  width: 100%;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
          box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
  border-radius: 5px;
  height: 64px;
  font-weight: 300;
  font-size: 20px;
  padding: 5px 14px;
  margin-bottom: 6px;
}

.home__form .home__form__wrap .form__home .form__home__items input[type=submit] {
	color: white;
	font-weight: bold;
}

@media (max-width: 500px) {
  .home__form .home__form__wrap .form__home .form__home__items input {
    height: 58px;
  }
}

.home__form .home__form__wrap .form__home .form__home__items button {
  width: 100%;
  height: 71px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .home__form .home__form__wrap .form__home .form__home__items button {
    font-size: 12px;
    margin-top: 5px;
  }
}

.home__form .home__form__wrap .form__home .form__home__items .polit {
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #4F4F4F;
}

.home__form .home__form__wrap .form__home .form__home__items .polit a {
  text-decoration: underline;
}

.footer {
  width: 100%;
  background: url(/bitrix/templates/pricep-shop/css/../img/footer-bg.png) no-repeat center;
  background-size: cover;
}

.footer .footer__wrap {
  width: 100%;
  padding: 34px 0 28px;
  color: #fff;
}

.footer .footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 13px;
}

@media (max-width: 740px) {
  .footer .footer__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer__top .logo {
  margin-right: 41px;
  display: block;
}

.footer .footer__top .logo img {
  max-width: 168px;
}

.footer .footer__top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #BDBDBD;
}

@media (max-width: 740px) {
  .footer .footer__top p {
    display: none;
  }
}

.footer .footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer .footer__left {
  max-width: 340px;
  margin-right: 20px;
}

@media (max-width: 560px) {
  .footer .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 400px;
  }
}

.footer .footer__left .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .footer .footer__left .title {
    font-size: 15px;
    line-height: 135%;
    color: #F2F2F2;
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
  }
}

.footer .footer__left .requisits {
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
  margin-bottom: 19px;
}

@media (max-width: 560px) {
  .footer .footer__left .requisits {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.footer .footer__left .requisits:hover {
  color: #85A8F5;
}

.footer .footer__left .dilers__contacts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
}

.footer .footer__left .dilers__contacts__item img {
  width: 29px;
  margin-right: 18px;
}

.footer .footer__left .dilers__contacts__item .dilers__contacts__item__text {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer .footer__left .dilers__contacts__item .dilers__contacts__item__text span, .footer .footer__left .dilers__contacts__item .dilers__contacts__item__text a {
  display: block;
}

.footer .footer__left .dilers__contacts__item .dilers__contacts__item__text a:hover {
  color: #2F80ED;
}

.footer .footer__left > p {
  font-size: 16px;
  line-height: 135%;
  color: #BDBDBD;
  margin-bottom: 3px;
}

@media (max-width: 560px) {
  .footer .footer__left > p {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}

.footer .footer__left .political {
  font-size: 16px;
  line-height: 135%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #BDBDBD;
}

@media (max-width: 560px) {
  .footer .footer__left .political {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

.footer .footer__left .political:hover {
  color: #85A8F5;
}

.footer .dilers__contacts__item__phone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 37px;
}

@media (max-width: 560px) {
  .footer .dilers__contacts__item__phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer .dilers__contacts__item__phone img {
  width: 35px;
  margin-right: 11px;
}

.footer .dilers__contacts__item__phone .dilers__contacts__item__text {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
}

.footer .dilers__contacts__item__phone .dilers__contacts__item__text span, .footer .dilers__contacts__item__phone .dilers__contacts__item__text a {
  display: block;
}

.footer .dilers__contacts__item__phone .dilers__contacts__item__text a:hover {
  color: #85A8F5;
  text-decoration: underline;
}

.footer .social {
  margin-bottom: 34px;
}

@media (max-width: 560px) {
  .footer .social {
    margin-bottom: 15px;
    width: 100%;
  }
}

.footer .social .label {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 14px;
  text-align: right;
}

@media (max-width: 560px) {
  .footer .social .label {
    display: none;
  }
}

.footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style-type: none;
}

@media (max-width: 560px) {
  .footer .social ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .social ul li {
  margin-left: 4px;
}

@media (max-width: 560px) {
  .footer .social ul li {
    margin-right: 10px;
  }
}

.footer .social ul li a {
  border: 1px solid #ffffff00;
  border-radius: 2px;
  overflow: hidden;
  display: block;
}

.footer .social ul li a img {
  vertical-align: bottom;
}

@media (max-width: 560px) {
  .footer .social ul li a img {
    width: 50px;
  }
}

.footer .social ul li a:hover {
  border: 1px solid #fff;
}

.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer .footer__social .button__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #E0E0E0;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media (max-width: 560px) {
  .footer .footer__social .button__up {
    display: none;
  }
}

.footer .footer__social .button__up svg {
  margin-bottom: 5px;
}

.footer .footer__social .button__up:hover {
  color: #85A8F5;
}

.footer .footer__social .button__up:hover svg path {
  fill: #85A8F5;
}

.footer .footer__card {
  max-width: 300px;
}

@media (max-width: 870px) {
  .footer .footer__card {
    display: none;
  }
}

.footer .footer__card .label {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 41px;
}

.footer .footer__card .footer__list {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.footer .footer__card .footer__list li {
  min-width: 34%;
  margin-bottom: 15px;
  padding-right: 10px;
}

.footer .footer__card .footer__list li a:hover {
  color: #85A8F5;
}

.main__page {
  padding-top: 150px;
}

@media (max-width: 740px) {
  .main__page {
    padding-top: 90px;
  }
}

.main__page__card {
  background: #FDFDFD;
}

.main__bg {
  background: url(/bitrix/templates/pricep-shop/css/../img/main__bg.png) no-repeat top 150px center;
  background-size: 100% auto;
}

.breadcamp {
  width: 100%;
}

.breadcamp .breadcamp__wrap {
  width: 100%;
  padding: 33px 0 28px;
}

.breadcamp .breadcamp__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
}

.breadcamp .breadcamp__wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 14px;
  margin-bottom: 3px;
}

.breadcamp .breadcamp__wrap ul li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/bitrix/templates/pricep-shop/css/../img/bread.svg) no-repeat center;
  background-size: contain;
  margin-left: 14px;
}

.breadcamp .breadcamp__wrap ul li:last-child {
  pointer-events: none;
  color: #22477B;
}

.breadcamp .breadcamp__wrap ul li:last-child::after {
  display: none;
}

.banner {
  width: 100%;
  margin-bottom: 57px;
}

@media (max-width: 450px) {
  .banner {
    margin-bottom: 16px;
  }
}

.banner .banner__wrap {
  width: 100%;
  position: relative;
  height: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 450px) {
  .banner .banner__wrap {
    height: 120px;
  }
}

.banner .banner__wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 680px) {
  .banner .banner__wrap .bg {
    -o-object-position: -400px center;
       object-position: -400px center;
  }
  .banner .banner__wrap .bg.bg__about {
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 450px) {
  .banner .banner__wrap .bg {
    -o-object-position: -250px center;
       object-position: -250px center;
  }
  .banner .banner__wrap .bg.bg__about {
    -o-object-position: center;
       object-position: center;
  }
}

.banner h1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  padding: 0 60px;
  text-shadow: 0px 0px 5px #fff;
}

@media (max-width: 680px) {
  .banner h1 {
    text-align: center;
    padding: 0 10px;
    font-size: 38px;
    line-height: 43px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 550px) {
  .banner h1 {
    font-size: 36px;
    line-height: 95.02%;
  }
}

.pay__info {
  width: 100%;
}

.pay__info .pay__info__wrap {
  width: 100%;
  text-align: center;
  padding: 10px 0 100px;
}

@media (max-width: 550px) {
  .pay__info .pay__info__wrap {
    padding-bottom: 38px;
  }
}

.pay__info h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 37px;
}

@media (max-width: 1100px) {
  .pay__info h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .pay__info h2 {
    margin-bottom: 8px;
  }
}

.pay__info p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 49px;
}

@media (max-width: 650px) {
  .pay__info p {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.pay__info .pay__info__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 940px) {
  .pay__info .pay__info__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 550px) {
  .pay__info .pay__info__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pay__info .pay__info__item {
  background: #F7F7F7;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  padding: 25px 21px 8px;
  width: 18%;
  min-height: 187px;
}

@media (max-width: 1100px) {
  .pay__info .pay__info__item {
    width: 21%;
  }
}

@media (max-width: 940px) {
  .pay__info .pay__info__item {
    width: 40%;
    margin: 2%;
  }
}

@media (max-width: 550px) {
  .pay__info .pay__info__item {
    width: 47%;
    margin: 0;
    margin-bottom: 6%;
    min-height: 123px;
    padding: 13px 6px 9px;
  }
}

.pay__info .pay__info__item .icon {
  width: 82px;
  height: 82px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 19px;
}

@media (max-width: 550px) {
  .pay__info .pay__info__item .icon {
    width: 61px;
    height: 61px;
    margin-bottom: 7px;
  }
}

.pay__info .pay__info__item .icon img {
  max-width: 90%;
}

.pay__info .pay__info__item .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333333;
}

@media (max-width: 550px) {
  .pay__info .pay__info__item .text {
    font-size: 14px;
    line-height: 15px;
  }
}

.pay__info .pay__info__item .text span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #333333;
}

.delivery {
  width: 100%;
  margin-bottom: 62px;
}

@media (max-width: 500px) {
  .delivery {
    background: #F3F3F3;
    margin-bottom: 0;
  }
}

.delivery .delivery__wrap {
  width: 100%;
  padding: 76px 65px 86px;
  background: #F3F3F3;
  border-radius: 5px;
}

@media (max-width: 950px) {
  .delivery .delivery__wrap {
    padding: 40px 25px 50px;
  }
}

@media (max-width: 500px) {
  .delivery .delivery__wrap {
    background: none;
    padding: 34px 0 46px;
  }
}

.delivery h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 54px;
  text-align: center;
}

@media (max-width: 500px) {
  .delivery h2 {
    margin-bottom: 26px;
  }
}

.delivery .delivery__item {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 46px 53px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 28px;
  position: relative;
}

@media (max-width: 1000px) {
  .delivery .delivery__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .delivery .delivery__item {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .delivery .delivery__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .delivery .delivery__item {
    padding: 25px;
  }
}

.delivery .delivery__item .icon {
  width: 111px;
  height: 111px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1000px) {
  .delivery .delivery__item .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .delivery .delivery__item .icon {
    display: none;
  }
}

.delivery .delivery__item .icon img {
  max-width: 60%;
  max-height: 60%;
}

.delivery .delivery__item .delivery__item__info {
  width: calc(100% - 111px);
  padding-left: 51px;
}

@media (max-width: 1000px) {
  .delivery .delivery__item .delivery__item__info {
    width: 100%;
    padding-left: 0;
  }
}

.delivery .delivery__item .delivery__item__info .sub__title {
  font-size: 19px;
  line-height: 22px;
  color: #828282;
  margin-bottom: 26px;
}

@media (max-width: 500px) {
  .delivery .delivery__item .delivery__item__info .sub__title {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}

.delivery .delivery__item .delivery__item__info .text {
  max-width: 538px;
  font-size: 16px;
  line-height: 137.5%;
  color: #4F4F4F;
}

@media (max-width: 500px) {
  .delivery .delivery__item .delivery__item__info .text {
    font-size: 13px;
    line-height: 120%;
  }
}

.delivery .delivery__item .delivery__item__info .text a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4C5D9A;
}

.delivery .delivery__item .delivery__item__info .title {
  font-weight: 500;
  font-size: 29px;
  line-height: 34px;
  color: #202238;
  display: block;
  margin-bottom: 31px;
}

@media (max-width: 600px) {
  .delivery .delivery__item .delivery__item__info .title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 18px;
  }
}

@media (max-width: 500px) {
  .delivery .delivery__item .delivery__item__info .title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}

.delivery .delivery__item .delivery__item__info .delivery__item__info__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 730px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.delivery .delivery__item .delivery__item__info .delivery__item__info__block .item {
  width: 50%;
  padding-right: 30px;
  font-size: 16px;
  line-height: 162%;
  color: #4F4F4F;
}

@media (max-width: 730px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item {
    margin-bottom: 23px;
  }
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item:last-child {
    margin-bottom: 0;
  }
}

.delivery .delivery__item .delivery__item__info .delivery__item__info__block .item .label {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #4F4F4F;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 730px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item .label {
    margin-bottom: 8px;
  }
}

@media (max-width: 500px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item .label {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 730px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .delivery .delivery__item .delivery__item__info .delivery__item__info__block .item {
    font-size: 12px;
  }
}

.aboutus {
  width: 100%;
}

.aboutus .aboutus__wrap {
  width: 100%;
  padding: 10px 0 89px;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 970px) {
  .aboutus .aboutus__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .aboutus .aboutus__wrap.aboutus__wrap__cooperation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aboutus .aboutus__left {
  width: calc(100% - 350px);
  padding-right: 104px;
}

.aboutus .aboutus__left.aboutus__left__cooperation {
  width: calc(100% - 450px);
  padding-right: 50px;
}

@media (max-width: 1100px) {
  .aboutus .aboutus__left.aboutus__left__cooperation {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  .aboutus .aboutus__left {
    padding-right: 40px;
  }
}

@media (max-width: 970px) {
  .aboutus .aboutus__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.aboutus .aboutus__left h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #202238;
  margin-bottom: 24px;
}

.aboutus .aboutus__left p {
  font-weight: 300;
  font-size: 16px;
  line-height: 159.02%;
  text-align: justify;
  color: #121212;
}

.aboutus .aboutus__stats {
  width: 350px;
  padding: 58px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 970px) {
  .aboutus .aboutus__stats {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 830px) {
  .aboutus .aboutus__stats {
    padding: 30px;
  }
}

@media (max-width: 530px) {
  .aboutus .aboutus__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.aboutus .aboutus__stats.aboutus__stats__cooperation {
  width: 450px;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media (max-width: 1100px) {
  .aboutus .aboutus__stats.aboutus__stats__cooperation {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .aboutus .aboutus__stats.aboutus__stats__cooperation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.aboutus .aboutus__stats.aboutus__stats__cooperation img {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media (max-width: 1100px) {
  .aboutus .aboutus__stats.aboutus__stats__cooperation img {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .aboutus .aboutus__stats.aboutus__stats__cooperation img {
    width: 200%;
  }
}

.aboutus .aboutus__stats__item {
  width: 100%;
  margin: 30px 0;
}

@media (max-width: 970px) {
  .aboutus .aboutus__stats__item {
    margin: 10px;
    text-align: center;
    width: auto;
  }
}

.aboutus .aboutus__stats__item .num {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
  display: block;
  -webkit-background-clip: text;
  /* РћР±СЂРµР·Р°РµРј С„РѕРЅ РїРѕ С‚РµРєСЃС‚Сѓ */
  -webkit-text-fill-color: transparent;
  /* РџСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРєСЃС‚ */
  margin-bottom: 7px;
}

@media (max-width: 830px) {
  .aboutus .aboutus__stats__item .num {
    font-size: 30px;
    line-height: 140%;
  }
}

@media (max-width: 720px) {
  .aboutus .aboutus__stats__item .num {
    font-size: 25px;
    line-height: 140%;
  }
}

.aboutus .aboutus__stats__item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

@media (max-width: 720px) {
  .aboutus .aboutus__stats__item .text {
    font-size: 14px;
    line-height: 140%;
  }
}

.cooperation__feed {
  width: 100%;
  background: url(/bitrix/templates/pricep-shop/css/../img/coop.png) no-repeat center;
  background-size: cover;
}

.cooperation__feed .cooperation__feed__wrap {
  width: 100%;
  padding: 80px 0 63px;
}

@media (max-width: 550px) {
  .cooperation__feed .cooperation__feed__wrap {
    padding: 40px 0 30px;
  }
}

.cooperation__feed h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  max-width: 689px;
  color: #32333D;
  margin: 0 auto;
  margin-bottom: 50px;
}

.cooperation__feed .cooperation__feed__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1023px) {
  .cooperation__feed .cooperation__feed__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cooperation__feed .cooperation__feed__map {
  width: 50%;
  max-width: calc(100% -  442px - 20px);
}

@media (max-width: 1023px) {
  .cooperation__feed .cooperation__feed__map {
    width: 100%;
    text-align: center;
    max-width: none;
  }
}

.cooperation__feed .cooperation__feed__map .title {
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  display: block;
  max-width: 400px;
  margin-bottom: 45px;
}

@media (max-width: 1023px) {
  .cooperation__feed .cooperation__feed__map .title {
    margin: 0 auto 40px;
  }
}

@media (max-width: 440px) {
  .cooperation__feed .cooperation__feed__map .title {
    font-size: 19px;
    line-height: 24px;
  }
}

.cooperation__feed .cooperation__feed__map img {
  width: 100%;
}

.cooperation__feed .form__home {
  position: relative;
  width: 442px;
  min-width: 442px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(46, 46, 50, 0.15);
          box-shadow: 0px 4px 20px rgba(46, 46, 50, 0.15);
  border-radius: 5px;
  padding: 46px 35px 50px;
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .cooperation__feed .form__home {
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .cooperation__feed .form__home {
    max-width: 100%;
    min-width: 250px;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .cooperation__feed .form__home {
    padding: 30px 15px 20px;
  }
}

.cooperation__feed .form__home .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #32333D;
  display: block;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .cooperation__feed .form__home .title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 470px) {
  .cooperation__feed .form__home .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.cooperation__feed .form__home .text {
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .cooperation__feed .form__home .text {
    font-size: 15px;
  }
}

.cooperation__feed .form__home .form__home__items {
  padding: 0 20px;
}

@media (max-width: 500px) {
  .cooperation__feed .form__home .form__home__items {
    padding: 0;
  }
}

.cooperation__feed .form__home .form__home__items input {
  width: 100%;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
          box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
  border-radius: 5px;
  height: 64px;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 28px;
  margin-bottom: 6px;
}

@media (max-width: 500px) {
  .cooperation__feed .form__home .form__home__items input {
    height: 58px;
  }
}

.cooperation__feed .form__home .form__home__items button {
  width: 100%;
  height: 71px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .cooperation__feed .form__home .form__home__items button {
    font-size: 12px;
    margin-top: 5px;
  }
}

.cooperation__feed .form__home .form__home__items .polit {
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #4F4F4F;
}

.cooperation__feed .form__home .form__home__items .polit a {
  text-decoration: underline;
}

.dillers__block {
  width: 100%;
}

.dillers__block .dillers__block__wrap {
  width: 100%;
  padding-bottom: 114px;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 840px) {
  .dillers__block .dillers__block__wrap {
    padding-bottom: 40px;
  }
}

@media (max-width: 650px) {
  .dillers__block .dillers__block__wrap {
    border: none;
    padding-bottom: 10px;
  }
}

.dillers__block h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #32333D;
  margin-bottom: 58px;
  text-align: center;
}

@media (max-width: 840px) {
  .dillers__block h2 {
    margin-bottom: 38px;
  }
}

.dillers__block .dillers__block__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dillers__block .dillers__block__items .dillers__block__item {
  width: calc(33.33% - 22px);
  border-radius: 11px;
  border: 1px solid #79A1E1;
  padding: 52px 30px 30px 30px;
  font-size: 15px;
  line-height: 140%;
  color: #4F4F4F;
  margin-right: 32px;
  margin-bottom: 23px;
}

.dillers__block .dillers__block__items .dillers__block__item:nth-child(3n + 3) {
  margin-right: 0;
}

@media (max-width: 1050px) {
  .dillers__block .dillers__block__items .dillers__block__item:nth-child(3n + 3) {
    margin-right: 32px;
  }
}

@media (max-width: 840px) {
  .dillers__block .dillers__block__items .dillers__block__item:nth-child(3n + 3) {
    margin: 0 auto 10px;
  }
}

@media (max-width: 1050px) {
  .dillers__block .dillers__block__items .dillers__block__item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 840px) {
  .dillers__block .dillers__block__items .dillers__block__item:nth-child(2n + 2) {
    margin: 0 auto 10px;
  }
}

@media (max-width: 840px) {
  .dillers__block .dillers__block__items .dillers__block__item {
    width: 100%;
    margin-right: 0;
    max-width: 500px;
    margin: 0 auto 10px;
  }
}

@media (max-width: 550px) {
  .dillers__block .dillers__block__items .dillers__block__item {
    padding: 30px 30px 20px 30px;
  }
}

.dillers__block .dillers__block__items .title {
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .dillers__block .dillers__block__items .title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}

.dillers__block .dillers__block__items .sub {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  display: block;
  margin-bottom: 48px;
}

@media (max-width: 450px) {
  .dillers__block .dillers__block__items .sub {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
  }
}

.dillers__block .dillers__block__items .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 22px;
}

.dillers__block .dillers__block__items .adress span {
  margin-bottom: 12px;
  display: block;
}

.dillers__block .dillers__block__items .adress:before {
  content: "";
  width: 17px;
  height: 24px;
  min-width: 17px;
  min-height: 24px;
  display: block;
  background: url(/bitrix/templates/pricep-shop/css/../img/loc.svg) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}

.dillers__block .dillers__block__items .site {
  font-size: 17px;
  line-height: 140%;
  color: #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.dillers__block .dillers__block__items .site:before {
  content: "";
  width: 19px;
  height: 27px;
  min-width: 19px;
  min-height: 27px;
  display: block;
  background: url(/bitrix/templates/pricep-shop/css/../img/site.svg) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}

.dillers__block .dillers__block__items .telephons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 22px;
}

.dillers__block .dillers__block__items .telephons:before {
  content: "";
  width: 16px;
  height: 15px;
  min-width: 16px;
  min-height: 15px;
  display: block;
  background: url(/bitrix/templates/pricep-shop/css/../img/tel3.svg) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}

.dillers__block .dillers__block__items .telephons a {
  display: block;
  margin-bottom: 8px;
}

.dillers__block .dillers__block__items .telephons a span {
  color: #828282;
  font-size: 15px;
}

.dillers__block .dillers__block__items .schedule {
  font-size: 17px;
  line-height: 138.5%;
  color: #4F4F4F;
  padding-left: 31px;
  display: block;
  margin-bottom: 15px;
}

.dillers__block .dillers__block__items .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 22px;
}

.dillers__block .dillers__block__items .mail:before {
  content: "";
  width: 19px;
  height: 12px;
  min-width: 19px;
  min-height: 12px;
  display: block;
  background: url(/bitrix/templates/pricep-shop/css/../img/mil3.svg) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}

.dillers__map {
  width: 100%;
}

.dillers__map .dillers__map__wrap {
  width: 100%;
  padding: 67px 0 101px;
}

@media (max-width: 840px) {
  .dillers__map .dillers__map__wrap {
    padding: 40px 0 40px;
  }
}

@media (max-width: 650px) {
  .dillers__map .dillers__map__wrap {
    padding: 0 0 30px;
  }
}

.dillers__map h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #32333D;
  text-align: center;
  margin-bottom: 42px;
}

@media (max-width: 650px) {
  .dillers__map h2 {
    display: none;
  }
}

.dillers__map img {
  width: 100%;
  margin-bottom: 74px;
}

@media (max-width: 650px) {
  .dillers__map img {
    display: none;
  }
}

.dillers__map a {
  width: 284px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 100%;
}

.contact__information {
  width: 100%;
}

.contact__information .contact__information__wrap {
  width: 100%;
  padding: 0 0 50px;
}

.contact__information h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #32333D;
  margin-bottom: 58px;
}

@media (max-width: 600px) {
  .contact__information h2 {
    text-align: center;
    margin-bottom: 25px;
  }
}

.contact__information .contact__information__item {
  width: 100%;
  margin-bottom: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 600px) {
  .contact__information .contact__information__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
  }
}

.contact__information .contact__information__item > img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 600px) {
  .contact__information .contact__information__item > img {
    height: 200px;
  }
}

.contact__information .contact__information__item:last-child {
  border: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.contact__information .contact__information__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}

@media (max-width: 1050px) {
  .contact__information .contact__information__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .contact__information .contact__information__top {
    margin-bottom: 10px;
  }
}

.contact__information .contact__information__top__item {
  margin-right: 20px;
}

.contact__information .contact__information__top__item:last-child {
  margin-right: 0;
}

@media (max-width: 680px) {
  .contact__information .contact__information__top__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .contact__information .contact__information__top__item {
    margin-bottom: 18px;
  }
}

.contact__information .contact__information__top__item.contact__information__top__item2 {
  min-width: 325px;
}

@media (max-width: 1050px) {
  .contact__information .contact__information__top__item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact__information .contact__information__top__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 22px;
  line-height: 123%;
  color: #333333;
  margin-bottom: 37px;
}

@media (max-width: 680px) {
  .contact__information .contact__information__top__item .title {
    margin-bottom: 12px;
  }
}

.contact__information .contact__information__top__item .title img {
  margin-right: 10px;
}

.contact__information .contact__information__top__item .text {
  font-size: 17px;
  line-height: 127.5%;
  color: #4F4F4F;
  max-width: 208px;
}

.contact__information .contact__information__top__item .text a {
  display: block;
}

.contact__information .contact__information__top__item .telephons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 400px) {
  .contact__information .contact__information__top__item .telephons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__information .contact__information__top__item .telephons p {
  max-width: 152px;
  font-size: 17px;
  line-height: 127.5%;
  color: #4F4F4F;
}

@media (max-width: 400px) {
  .contact__information .contact__information__top__item .telephons p {
    margin-bottom: 13px;
  }
}

.contact__information .contact__information__top__item .telephons p:first-child {
  margin-right: 28px;
}

.contact__information .contact__information__top__item .telephons p a {
  display: block;
  margin-bottom: 3px;
}

.contact__information .contact__information__top__item .telephons p span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  display: block;
  margin-bottom: 7px;
}

.lk__info {
  width: 100%;
}

.lk__info .lk__info__wrap {
  width: 100%;
  padding: 0 0 100px;
}

.lk__info h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #32333D;
  margin-bottom: 80px;
}

@media (max-width: 700px) {
  .lk__info h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .lk__info h2 {
    text-align: center;
  }
}

.lk__info .lk__form {
  width: 100%;
  max-width: 445px;
}

.lk__info .lk__form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  padding: 3px 0;
  margin-bottom: 35px;
  font-size: 16px;
  outline: none;
  color: #4F4F4F;
}

.lk__info .lk__form .pass {
  width: 100%;
}

.lk__info .lk__form .pass label {
  font-size: 15px;
  line-height: 154.5%;
  margin-bottom: 20px;
  color: #333333;
  display: block;
}

.lk__info .lk__form .pass input {
  background: #EBEFFD;
  border: 1px solid #BDBDBD;
  padding: 10px 12px;
}

.lk__info .lk__form button {
  width: 227px;
  height: 57px;
  left: 405px;
  top: 741px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  border: 1px solid #79A1E1;
  color: #79A1E1;
  -webkit-transition: .3s;
  transition: .3s;
}

.lk__info .lk__form button:hover {
  background: rgba(86, 116, 179, 0.07);
}

.lk__info .lk__form button span {
  background: -webkit-gradient(linear, left top, left bottom, from(#79A1E1), to(#4C5D9A));
  background: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
  -webkit-background-clip: text;
  /* РћР±СЂРµР·Р°РµРј С„РѕРЅ РїРѕ С‚РµРєСЃС‚Сѓ */
  -webkit-text-fill-color: transparent;
  /* РџСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРєСЃС‚ */
}

@media (max-width: 450px) {
  .lk__info .lk__form button {
    width: 100%;
  }
}

.moderl__row__block {
  width: 100%;
}

.moderl__row__block .moderl__row__block__wrap {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 600px) {
  .moderl__row__block .moderl__row__block__wrap {
    padding: 20px 0;
  }
}

.moderl__row__block h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  color: #32333D;
  margin-bottom: 28px;
  text-align: center;
}

.moderl__row__block .model__row__block__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #617DBB;
  display: block;
  margin-bottom: 14px;
  float: right;
}

@media (max-width: 950px) {
  .moderl__row__block .model__row__block__link {
    display: none;
  }
}

.moderl__row__block .model__row__block__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.moderl__row__block .model__row__block__item {
  width: calc(25% - 12px);
  min-height: 89px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 13px;
  line-height: 136.52%;
  text-transform: uppercase;
  color: #333333;
  padding: 8px 8px 8px 17px;
  margin-bottom: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 15px;
}

.moderl__row__block .model__row__block__item:nth-child(4n + 4) {
  margin-right: 0;
}

@media (max-width: 950px) {
  .moderl__row__block .model__row__block__item:nth-child(4n + 4) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .moderl__row__block .model__row__block__item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  .moderl__row__block .model__row__block__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .moderl__row__block .model__row__block__item:nth-child(3n + 3) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .moderl__row__block .model__row__block__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .moderl__row__block .model__row__block__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .moderl__row__block .model__row__block__item {
    min-height: 60px;
  }
}

.moderl__row__block .model__row__block__item.active {
  background: #E3E7EE;
}

.moderl__row__block .model__row__block__item:hover {
  background: #E3E7EE;
}

@media (max-width: 1100px) {
  .moderl__row__block .model__row__block__item {
    font-size: 11px;
  }
}

@media (max-width: 950px) {
  .moderl__row__block .model__row__block__item {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 720px) {
  .moderl__row__block .model__row__block__item {
    width: calc(50% - 8px);
  }
}

@media (max-width: 520px) {
  .moderl__row__block .model__row__block__item {
    width: 100%;
    margin-right: 0;
  }
}

.moderl__row__block .model__row__block__item.model__row__block__item__all {
  display: none;
}

@media (max-width: 950px) {
  .moderl__row__block .model__row__block__item.model__row__block__item__all {
    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;
    padding: 18px;
    font-size: 15px;
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .moderl__row__block .model__row__block__item.model__row__block__item__all {
    width: 100%;
  }
}

.moderl__row__block .model__row__block__item img {
  width: 60px;
  margin-right: 15px;
}

@media (max-width: 1100px) {
  .moderl__row__block .model__row__block__item img {
    width: 40px;
    margin-right: 10px;
  }
}

.catalog__items {
  width: 100%;
}

.catalog__items .catalog__items__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.catalog__items .catalog__item {
  width: calc(25% - 12px);
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 19px;
  position: relative;
  margin-bottom: 19px;
}

.catalog__items .catalog__item:nth-child(4n + 4) {
  margin-right: 0;
}

@media (max-width: 950px) {
  .catalog__items .catalog__item:nth-child(4n + 4) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  .catalog__items .catalog__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .catalog__items .catalog__item:nth-child(3n + 3) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .catalog__items .catalog__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  .catalog__items .catalog__item {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 720px) {
  .catalog__items .catalog__item {
    width: calc(50% - 8px);
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
}

.catalog__items .catalog__item .catalog__item__info {
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .catalog__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item .catalog__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog__items .catalog__item .catalog__item__info > img {
  width: 100%;
  height: 144px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .catalog__item__info > img {
    margin-bottom: 0;
    margin-right: 15px;
    width: 150px;
    height: auto;
    max-height: 100%;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item .catalog__item__info > img {
    width: 100px;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item .catalog__item__info > img {
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
  }
}

@media (max-width: 360px) {
  .catalog__items .catalog__item .catalog__item__info > img {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
  }
}

.catalog__items .catalog__item .catalog__item__info__right {
  width: 100%;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .catalog__item__info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.catalog__items .catalog__item .cost {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #4F4F4F;
  display: block;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .cost {
    font-size: 17px;
    text-align: right;
  }
}

.catalog__items .catalog__item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .catalog__items .catalog__item .title {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .title {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
}

.catalog__items .catalog__item .pricep__item__info {
  width: 100%;
}

.catalog__items .catalog__item .pricep__item__info .pricep__item__info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 7px;
  width: 100%;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .pricep__item__info .pricep__item__info__row {
    margin-bottom: 3px;
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item .pricep__item__info .pricep__item__info__row:last-child {
    margin-bottom: 0;
  }
}

.catalog__items .catalog__item .pricep__item__info .pricep__item__info__row .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-right: 5px;
}

@media (max-width: 1100px) {
  .catalog__items .catalog__item .pricep__item__info .pricep__item__info__row .label {
    font-size: 11px;
  }
}

.catalog__items .catalog__item .pricep__item__info .pricep__item__info__row .it {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #333333;
}

@media (max-width: 1100px) {
  .catalog__items .catalog__item .pricep__item__info .pricep__item__info__row .it {
    font-size: 12px;
  }
}

.catalog__items .catalog__item a {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item a {
    font-size: 0;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .catalog__items .catalog__item a::after, .catalog__items .catalog__item a::before {
    display: none;
  }
}

.catalog__items .catalog__item__parts .catalog__item__info > img {
  margin-bottom: 19px;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item__parts .catalog__item__info > img {
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item__parts .catalog__item__info > img {
    margin-bottom: 20px;
  }
}

.catalog__items .catalog__item__parts .catalog__item__info .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item__parts .catalog__item__info .title {
    text-align: left;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item__parts .catalog__item__info .title {
    text-align: center;
    display: block;
    width: 100%;
  }
}

.catalog__items .catalog__item__parts .cost {
  position: relative;
  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;
  padding: 0 50px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

@media (max-width: 1023px) {
  .catalog__items .catalog__item__parts .cost {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 520px) {
  .catalog__items .catalog__item__parts .cost {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 20px;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item__parts .cost {
    padding: 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 10px;
  }
}

.catalog__items .catalog__item__parts .cost .add__cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

@media (max-width: 520px) {
  .catalog__items .catalog__item__parts .cost .add__cart {
    position: static;
  }
}

@media (max-width: 460px) {
  .catalog__items .catalog__item__parts .cost .add__cart {
    position: absolute;
    left: auto !important;
    right: 0;
    top: auto !important;
  }
}

.catalog__items .catalog__item__parts .cost .add__cart:hover {
  background: #E3E7EE;
}

.catalog__items .catalog__item__parts .cost .add__cart img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.catalog__video {
  width: 100%;
}

.catalog__video .catalog__video__wrap {
  width: 100%;
  padding: 80px 0 90px;
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 1000px) {
  .catalog__video .catalog__video__wrap {
    padding: 40px 0;
  }
}

.catalog__video h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #32333D;
  text-align: center;
  margin-bottom: 82px;
}

@media (max-width: 1000px) {
  .catalog__video h2 {
    margin-bottom: 30px;
  }
}

.catalog__video .catalog__video__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__video .catalog__video__item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  height: 315px;
}

@media (max-width: 1000px) {
  .catalog__video .catalog__video__item {
    height: 260px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}

@media (max-width: 800px) {
  .catalog__video .catalog__video__item {
    height: 200px;
  }
}

@media (max-width: 720px) {
  .catalog__video .catalog__video__item {
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 600px) {
  .catalog__video .catalog__video__item {
    height: 280px;
  }
}

@media (max-width: 450px) {
  .catalog__video .catalog__video__item {
    height: 200px;
  }
}

.catalog__video .catalog__video__item iframe {
  width: 100%;
  height: 100%;
}

.equipmant__catalog .equipmant__wrap {
  padding: 35px 0;
  border-bottom: 1px solid #E0E0E0;
}

.equipmant__catalog h2 {
  margin-bottom: 38px;
}

.equipmant__catalog .equipmant__items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.equipmant__catalog .equipmant__item {
  width: calc(25% - 12px);
  margin-right: 15px;
  position: relative;
  margin-bottom: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  border: none;
  padding: 20px 10px 20px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 136.52%;
  text-transform: uppercase;
  color: #333333;
}

.equipmant__catalog .equipmant__item.equipmant__item__last {
  padding: 20px;
  text-align: center;
}

.equipmant__catalog .equipmant__item.equipmant__item__last .name {
  display: block;
  width: 100%;
}

.equipmant__catalog .equipmant__item:nth-child(4n + 4) {
  margin-right: 0;
}

@media (max-width: 950px) {
  .equipmant__catalog .equipmant__item:nth-child(4n + 4) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .equipmant__catalog .equipmant__item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 950px) {
  .equipmant__catalog .equipmant__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .equipmant__catalog .equipmant__item:nth-child(3n + 3) {
    margin-right: 15px;
  }
}

@media (max-width: 520px) {
  .equipmant__catalog .equipmant__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .equipmant__catalog .equipmant__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .equipmant__catalog .equipmant__item {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.equipmant__catalog .equipmant__item.active {
  background: #E3E7EE;
}

.equipmant__catalog .equipmant__item:hover {
  background: #E3E7EE;
}

@media (max-width: 1100px) {
  .equipmant__catalog .equipmant__item {
    font-size: 11px;
  }
}

@media (max-width: 950px) {
  .equipmant__catalog .equipmant__item {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 720px) {
  .equipmant__catalog .equipmant__item {
    width: calc(50% - 8px);
  }
}

@media (max-width: 520px) {
  .equipmant__catalog .equipmant__item {
    width: 100%;
    margin-right: 0;
  }
}

.card__info {
  width: 100%;
}

.card__info .card__info__wrap {
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 880px) {
  .card__info .card__info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 500px) {
  .card__info .card__info__wrap {
    padding-top: 10px;
  }
}

.card__info .card__info__left {
  width: 50%;
}

@media (max-width: 880px) {
  .card__info .card__info__left {
    width: 100%;
  }
}

.card__info .card__info__left .title {
  display: none;
  font-weight: bold;
  font-size: 29px;
  line-height: 34px;
  color: #202238;
  margin-bottom: 27px;
}

@media (max-width: 880px) {
  .card__info .card__info__left .title {
    display: block;
  }
}

@media (max-width: 600px) {
  .card__info .card__info__left .title {
    font-size: 23px;
    line-height: 28px;
  }
}

.card__info .card__info__big__slider {
  width: 100%;
  margin-bottom: 13px;
  height: 414px;
}

@media (max-width: 600px) {
  .card__info .card__info__big__slider {
    height: 260px;
  }
}

@media (max-width: 425px) {
  .card__info .card__info__big__slider {
    height: 200px;
    margin-bottom: 5px;
  }
}

.card__info .card__info__big__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__info .card__info__big__slider .slick-list {
  height: 100%;
}

.card__info .card__info__big__slider .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__info .card__info__big__slider .card__info__big__slider___item {
  outline: none;
  height: auto;
}

.card__info .article {
  margin: 16px 0;
  font-size: 14px;
  line-height: 17px;
  color: #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card__info .card__info__nav__slider {
  width: 100%;
  height: 120px;
}

@media (max-width: 600px) {
  .card__info .card__info__nav__slider {
    height: 80px;
  }
}

@media (max-width: 425px) {
  .card__info .card__info__nav__slider {
    height: 60px;
  }
}

.card__info .card__info__nav__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__info .card__info__nav__slider .slick-list {
  height: 100%;
}

.card__info .card__info__nav__slider .slick-track {
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__info .card__info__nav__slider .card__info__nav__slider___item {
  outline: none;
  height: auto;
  cursor: pointer;
}

.card__info .card__info__nav__slider .card__info__nav__slider___item:nth-child(1), .card__info .card__info__nav__slider .card__info__nav__slider___item:nth-child(2) {
  margin-right: 12px;
}

@media (max-width: 425px) {
  .card__info .card__info__nav__slider .card__info__nav__slider___item:nth-child(1), .card__info .card__info__nav__slider .card__info__nav__slider___item:nth-child(2) {
    margin-right: 5px;
  }
}

.card__info .card__info__text {
  width: 50%;
  padding-left: 90px;
}

@media (max-width: 1023px) {
  .card__info .card__info__text {
    padding-left: 20px;
  }
}

@media (max-width: 880px) {
  .card__info .card__info__text {
    width: 100%;
    padding-left: 0;
  }
}

.card__info .card__info__text .title {
  font-weight: bold;
  font-size: 29px;
  line-height: 34px;
  color: #202238;
  display: block;
  margin-bottom: 27px;
}

.card__info .card__info__text .title h1 {
  font-weight: bold;
  font-size: 29px;
  line-height: 34px;
  color: #202238;
  display: block;
  margin: 0;
  padding: 0;
}

@media (max-width: 880px) {
  .card__info .card__info__text .title {
    display: none;
  }
}

.card__info .card__info__text .info {
  font-size: 16px;
  line-height: 154.5%;
  text-align: justify;
  color: #4F4F4F;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E0E0E0;
}

.card__info .card__info__text .info.info__parts {
  border: none;
  padding-bottom: 0;
}

.card__info .card__info__text .card__info__list {
  width: 100%;
  list-style-type: none;
  width: 100%;
  max-width: 370px;
  margin-bottom: 30px;
}

.card__info .card__info__text .card__info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card__info .card__info__text .card__info__list li .hr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 0.8px dashed #BDBDBD;
  display: block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.card__info .card__info__text .card__info__list li .label {
  font-size: 15px;
  color: #333333;
}

@media (max-width: 425px) {
  .card__info .card__info__text .card__info__list li .label {
    font-size: 12px;
  }
}

.card__info .card__info__text .card__info__list li .value {
  font-size: 15px;
  color: #4F4F4F;
}

@media (max-width: 425px) {
  .card__info .card__info__text .card__info__list li .value {
    font-size: 12px;
  }
}

.card__info .card__info__text .cost {
  padding: 17px 0;
  border-top: 0.8px solid #E0E0E0;
  border-bottom: 0.8px solid #E0E0E0;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 45px;
}

@media (max-width: 600px) {
  .card__info .card__info__text .cost {
    margin-bottom: 20px;
  }
}

.card__info .card__info__text .card__info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 370px) {
  .card__info .card__info__text .card__info__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__info .card__info__text .card__info__links .add__cart {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 57px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid #79A1E1;
  color: #79A1E1;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 425px) {
  .card__info .card__info__text .card__info__links .add__cart {
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .card__info .card__info__text .card__info__links .add__cart {
    width: 100%;
    margin-bottom: 10px;
  }
}

.card__info .card__info__text .card__info__links .add__cart:hover {
  background: rgba(86, 116, 179, 0.07);
}

.card__info .card__info__text .card__info__links .add__cart img {
  margin-right: 10px;
}

.card__info .card__info__text .card__info__links .grad__button {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 57px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 425px) {
  .card__info .card__info__text .card__info__links .grad__button {
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .card__info .card__info__text .card__info__links .grad__button {
    width: 100%;
  }
}

.card__info__parts .card__info__wrap {
  padding-bottom: 100px;
}

.card__detalis {
  width: 100%;
}

.card__detalis .card__detalis__wrap {
  width: 100%;
  padding: 40px 0 60px;
}

@media (max-width: 800px) {
  .card__detalis .card__detalis__wrap {
    padding-top: 10px;
  }
}

.card__detalis .card__detalis__nav {
  display: none;
}

.card__detalis .card__detalis__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .card__detalis .card__detalis__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__detalis .card__detalis__info {
  width: 50%;
  padding-top: 40px;
}

@media (max-width: 800px) {
  .card__detalis .card__detalis__info {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

.card__detalis .card__detalis__info .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #202238;
  display: block;
  margin-bottom: 23px;
}

.card__detalis .card__detalis__info p {
  font-size: 15px;
  line-height: 154.5%;
  text-align: justify;
  color: #4F4F4F;
}

.card__detalis .card__detalis__teh {
  width: calc(50% - 90px);
  background: #F7F7F7;
  padding: 40px 44px;
  line-height: 0.5;
}

@media (max-width: 1023px) {
  .card__detalis .card__detalis__teh {
    width: calc(50% - 20px);
  }
}

@media (max-width: 800px) {
  .card__detalis .card__detalis__teh {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
  }
}

@media (max-width: 430px) {
  .card__detalis .card__detalis__teh {
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

.card__detalis .card__detalis__teh .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #202238;
  display: block;
  margin-bottom: 29px;
}

@media (max-width: 430px) {
  .card__detalis .card__detalis__teh .title {
    font-size: 21px;
    line-height: 25px;
  }
}

.card__detalis .card__detalis__teh .card__detalis__teh__item {
  width: 100%;
  margin-bottom: 25px;
}

.card__detalis .card__detalis__teh .card__detalis__teh__item .name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  display: block;
  margin-bottom: 13px;
}

.card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  line-height: 154.5%;
  color: #333333;
  margin-bottom: 2px;
}

@media (max-width: 800px) {
  .card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.103);
  }
  .card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row:last-child {
    border: none;
  }
}

@media (max-width: 430px) {
  .card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row {
    font-size: 12px;
  }
}

.card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row .label {
  width: calc(100% - 130px);
  color: #000;
  text-align: left;
  font-size: 85%;
}

.card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row .value {
  width: 120px;
}

@media (max-width: 430px) {
  .card__detalis .card__detalis__teh .card__detalis__teh__item .card__detalis__teh__row .value {
    text-align: right;
    width: 100px;
  }
}

.recommend {
  width: 100%;
}

@media (max-width: 870px) {
  .recommend {
    display: none;
  }
}

.recommend .recommend__wrap {
  width: 100%;
  padding: 40px 0 80px;
}

.recommend h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 50px;
  text-align: center;
}

.recommend .see__all {
  display: block;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4F4F4F;
  margin: 0 auto;
  text-align: center;
}

.recommend .recommend__items {
  width: 100%;
  margin-bottom: 40px;
}

.recommend .recommend__item__nav {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 15px;
  line-height: 154.5%;
  color: #333333;
  text-align: center;
  padding: 16px 0;
}

.recommend .recommend__item__nav .img {
  width: 141px;
  min-width: 141px;
}

.recommend .recommend__item__nav .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.recommend .recommend__item__nav .cost {
  width: 115px;
  min-width: 115px;
}

.recommend .recommend__item__nav .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 181px;
}

.recommend .recommend__item__nav .add {
  width: 191px;
  min-width: 191px;
}

.recommend .recommend__item {
  width: 100%;
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #E0E0E0;
  height: 106px;
}

.recommend .recommend__item:nth-child(even) {
  background: #F6F6F6;
}

.recommend .recommend__item .img {
  width: 140px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 17px;
  border-right: 1px solid #E0E0E0;
}

.recommend .recommend__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend .recommend__item .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 17px 50px;
  font-size: 15px;
  line-height: 154.5%;
  color: #333333;
  border-right: 1px solid #E0E0E0;
}

@media (max-width: 920px) {
  .recommend .recommend__item .name {
    padding: 17px;
  }
}

.recommend .recommend__item .cost {
  width: 115px;
  min-width: 115px;
  border-right: 1px solid #E0E0E0;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #4F4F4F;
}

.recommend .recommend__item .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-right: 1px solid #E0E0E0;
  padding: 17px 25px;
  width: 180px;
  min-width: 180px;
}

.recommend .recommend__item .order .order__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  overflow: hidden;
  width: 109px;
}

.recommend .recommend__item .order input {
  height: 32px;
  width: 69px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.13);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.13);
  outline: none;
  text-align: center;
}

.recommend .recommend__item .order button {
  font-size: 15px;
  line-height: 154.5%;
  color: #4F4F4F;
  height: 100%;
  width: 21px;
  text-align: center;
}

.recommend .recommend__item .add {
  width: 190px;
  min-width: 190px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.recommend .recommend__item .add .grad__button {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.recommend .recommend__item .add .grad__button img {
  margin-right: 10px;
  position: relative;
  z-index: 4;
}

.basket__popup {
  display: none;
  width: 90%;
}

@media (max-width: 670px) {
  .basket__popup {
    padding-right: 0;
    padding-left: 0;
    width: 98%;
  }
}

.basket__popup .title__block {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #333333;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 670px) {
  .basket__popup .title__block {
    margin-bottom: 20px;
  }
}

.basket__popup .summ {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 30px;
}

@media (max-width: 670px) {
  .basket__popup .summ {
    margin-bottom: 20px;
  }
}

.basket__popup .summ b {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-left: 5px;
}

.basket__popup > .grad__button {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 242px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

.basket__popup .basket__items {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1080px) {
  .basket__popup .basket__items {
    overflow: auto;
  }
}

@media (max-width: 670px) {
  .basket__popup .basket__items {
    margin-bottom: 20px;
    background: #FBFBFB;
    border: 1px solid #BDBDBD;
  }
}

.basket__popup .basket__item__nav {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  font-size: 15px;
  line-height: 154.5%;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 1080px) {
  .basket__popup .basket__item__nav {
    min-width: 874px;
  }
}

.basket__popup .basket__item__nav .img {
  width: 141px;
  min-width: 141px;
  padding: 16px 0;
}

@media (max-width: 670px) {
  .basket__popup .basket__item__nav .img {
    width: 140px;
    min-width: 140px;
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item__nav .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1100px) {
  .basket__popup .basket__item__nav .name {
    min-width: 250px;
  }
}

@media (max-width: 670px) {
  .basket__popup .basket__item__nav .name {
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item__nav .cost {
  width: 115px;
  min-width: 115px;
  padding: 16px 0;
}

@media (max-width: 670px) {
  .basket__popup .basket__item__nav .cost {
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item__nav .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 181px;
  min-width: 181px;
  padding: 16px 0;
}

@media (max-width: 670px) {
  .basket__popup .basket__item__nav .order {
    width: 180px;
    min-width: 180px;
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item__nav .add {
  width: 191px;
  min-width: 191px;
  padding: 16px 0;
}

.basket__popup .basket__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #E0E0E0;
  height: 106px;
}

@media (max-width: 1080px) {
  .basket__popup .basket__item {
    min-width: 874px;
  }
}

.basket__popup .basket__item .img {
  width: 140px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 17px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 670px) {
  .basket__popup .basket__item .img {
    padding: 17px;
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.basket__popup .basket__item .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 17px 50px;
  font-size: 15px;
  line-height: 154.5%;
  color: #333333;
}

@media (max-width: 1100px) {
  .basket__popup .basket__item .name {
    padding: 17px;
    min-width: 250px;
  }
}

@media (max-width: 670px) {
  .basket__popup .basket__item .name {
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item .cost {
  width: 115px;
  min-width: 115px;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #4F4F4F;
}

@media (max-width: 670px) {
  .basket__popup .basket__item .cost {
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 17px 25px;
  width: 180px;
  min-width: 180px;
}

@media (max-width: 670px) {
  .basket__popup .basket__item .order {
    border-right: 1px solid #E0E0E0;
  }
}

.basket__popup .basket__item .order .order__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  overflow: hidden;
  width: 109px;
}

.basket__popup .basket__item .order input {
  height: 32px;
  width: 69px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.13);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.13);
  outline: none;
  text-align: center;
}

.basket__popup .basket__item .order button {
  font-size: 15px;
  line-height: 154.5%;
  color: #4F4F4F;
  height: 100%;
  width: 21px;
  text-align: center;
}

.basket__popup .basket__item .del {
  width: 190px;
  min-width: 190px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 0;
}

@media (max-width: 670px) {
  .basket__popup .basket__item .del {
    padding: 17px;
  }
}

.basket__popup .basket__item .del .delite {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #79A1E1;
  border: 1px solid #79A1E1;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.basket__popup .basket__item .del .delite:hover {
  background: rgba(86, 116, 179, 0.1);
}

.registration__popup {
  display: none;
  padding: 40px 55px;
  max-width: 577px;
  width: 98%;
  border-radius: 5px;
}

@media (max-width: 630px) {
  .registration__popup {
    padding: 30px 15px;
  }
}

.registration__popup .title__block {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.registration__popup .register__form > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  max-width: 300px;
  color: #828282;
  margin: 0 auto;
}

.registration__popup .register__form > p a {
  color: #2F80ED;
  text-decoration: underline;
}

.registration__popup .register__form input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 154.5%;
}

.registration__popup .register__form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

@media (max-width: 630px) {
  .registration__popup .register__form .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.registration__popup .register__form .buttons .grad__button {
  width: 49%;
  height: 57px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 630px) {
  .registration__popup .register__form .buttons .grad__button {
    margin-bottom: 5px;
    width: 100%;
  }
}

.registration__popup .register__form .buttons a {
  color: #79A1E1;
  border: 1px solid #79A1E1;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 57px;
  width: 49%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 630px) {
  .registration__popup .register__form .buttons a {
    width: 100%;
  }
}

.registration__popup .register__form .buttons a:hover {
  background: rgba(86, 116, 179, 0.07);
}

.login__popup {
  display: none;
  padding: 40px 55px;
  max-width: 577px;
  width: 98%;
  border-radius: 5px;
}

@media (max-width: 630px) {
  .login__popup {
    padding: 30px 15px;
  }
}

.login__popup .title__block {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.login__popup .login__form > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  max-width: 300px;
  color: #828282;
  margin: 0 auto;
}

.login__popup .login__form > p a {
  color: #2F80ED;
  text-decoration: underline;
}

.login__popup .login__form .inp__pass {
  position: relative;
}

.login__popup .login__form .inp__pass input {
  padding-right: 70px;
}

.login__popup .login__form .inp__pass a {
  position: absolute;
  right: 0;
  font-size: 15px;
  line-height: 154.5%;
  color: #79A1E1;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login__popup .login__form input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 154.5%;
}

.login__popup .login__form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

@media (max-width: 630px) {
  .login__popup .login__form .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.login__popup .login__form .buttons .grad__button {
  width: 49%;
  height: 57px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 630px) {
  .login__popup .login__form .buttons .grad__button {
    margin-bottom: 5px;
    width: 100%;
  }
}

.login__popup .login__form .buttons a {
  color: #79A1E1;
  border: 1px solid #79A1E1;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 57px;
  width: 49%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 630px) {
  .login__popup .login__form .buttons a {
    width: 100%;
  }
}

.login__popup .login__form .buttons a:hover {
  background: rgba(86, 116, 179, 0.07);
}

.password__popup {
  display: none;
  padding: 40px 55px;
  max-width: 577px;
  width: 98%;
  border-radius: 5px;
}

@media (max-width: 630px) {
  .password__popup {
    padding: 30px 15px;
  }
}

.password__popup .title__block {
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.password__popup .password__form > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  max-width: 300px;
  color: #828282;
  margin: 0 auto;
}

.password__popup .password__form > p a {
  color: #2F80ED;
  text-decoration: underline;
}

.password__popup .password__form .inp__pass {
  position: relative;
}

.password__popup .password__form .inp__pass input {
  padding-right: 70px;
}

.password__popup .password__form .inp__pass a {
  position: absolute;
  right: 0;
  font-size: 15px;
  line-height: 154.5%;
  color: #79A1E1;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.password__popup .password__form input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 1px solid #BDBDBD;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 154.5%;
  background: none;
}

.password__popup .password__form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

@media (max-width: 630px) {
  .password__popup .password__form .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.password__popup .password__form .buttons .grad__button {
  width: 49%;
  height: 57px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 630px) {
  .password__popup .password__form .buttons .grad__button {
    margin-bottom: 5px;
    width: 100%;
  }
}

.password__popup .password__form .buttons a {
  color: #79A1E1;
  border: 1px solid #79A1E1;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 57px;
  width: 49%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 630px) {
  .password__popup .password__form .buttons a {
    width: 100%;
  }
}

.password__popup .password__form .buttons a:hover {
  background: rgba(86, 116, 179, 0.07);
}

.region__mini__popup {
  width: 98%;
  max-width: 330px;
  padding-left: 33px;
  padding-right: 33px;
  text-align: center;
  border-radius: 5px;
  display: none;
}

.region__mini__popup .title {
  display: block;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
  color: #4F4F4F;
  text-align: center;
}

.region__mini__popup .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.region__mini__popup .buttons .grad__button {
  width: 87px;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 7px;
}

.region__mini__popup .buttons .link__yes {
  color: #79A1E1;
  border: 1px solid #79A1E1;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 40px;
  width: 87px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 7px;
}

.region__mini__popup .buttons .link__yes:hover {
  background: rgba(86, 116, 179, 0.07);
}

.region__big__popup {
  display: none;
  padding: 0;
  width: 98%;
  max-width: 600px;
  border-radius: 5px;
}

.region__big__popup .top {
  padding: 49px 70px 36px;
}

@media (max-width: 600px) {
  .region__big__popup .top {
    padding: 40px 30px 30px;
  }
}

.region__big__popup .title {
  display: block;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
  color: #4F4F4F;
  text-align: center;
}

@media (max-width: 425px) {
  .region__big__popup .title {
    margin-bottom: 20px;
  }
}

.region__big__popup p {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 26px;
}

@media (max-width: 360px) {
  .region__big__popup p {
    font-size: 15px;
  }
}

.region__big__popup .region__items {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  color: #5674B3;
}

@media (max-width: 460px) {
  .region__big__popup .region__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 360px) {
  .region__big__popup .region__items {
    font-size: 14px;
  }
}

.region__big__popup .region__items li {
  margin-bottom: 9px;
  width: 33.33%;
}

@media (max-width: 460px) {
  .region__big__popup .region__items li {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 400px) {
  .region__big__popup .region__items li {
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
  }
}

.region__big__popup .region__items li a:hover {
  text-decoration: underline;
}

.region__big__popup .my__region {
  background: #F3F8FC;
  width: 100%;
  padding: 30px 70px 40px;
}

@media (max-width: 600px) {
  .region__big__popup .my__region {
    padding: 20px 30px 30px;
  }
}

.region__big__popup .my__region__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 425px) {
  .region__big__popup .my__region__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.region__big__popup .my__region__form input {
  width: 48%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 1px solid #BDBDBD;
  display: block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 154.5%;
  background: none;
}

@media (max-width: 425px) {
  .region__big__popup .my__region__form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.region__big__popup .my__region__form button {
  width: 48%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  line-height: 17px;
  color: #79A1E1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid #79A1E1;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 425px) {
  .region__big__popup .my__region__form button {
    width: 100%;
  }
}

.region__big__popup .my__region__form button:hover {
  background: rgba(86, 116, 179, 0.07);
}

.form__popup {
  display: none;
  border-radius: 5px;
  width: 50%;
  max-width: 442px;
  padding: 56px 35px 45px;
  text-align: center;
}

@media (max-width: 400px) {
  .form__popup {
    padding: 40px 20px;
	width: 95%;
  }
}

.form__popup .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #32333D;
  display: block;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .form__popup .title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 470px) {
  .form__popup .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.form__popup .text {
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .form__popup .text {
    font-size: 15px;
  }
}

.form__popup .form__popup__items {
  padding: 0 20px;
}

@media (max-width: 500px) {
  .form__popup .form__popup__items {
    padding: 0;
  }
}

.form__popup .form__popup__items input {
  width: 100%;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
          box-shadow: inset 0px 0px 5px rgba(219, 219, 219, 0.74);
  border-radius: 5px;
  height: 64px;
  font-weight: 300;
  font-size: 20px;
  padding: 5px 14px;
  margin-bottom: 6px;
}

.form__popup .form__popup__items input[type=submit] {
	color: white;
	font-weight: bold;
}

@media (max-width: 500px) {
  .form__popup .form__popup__items input {
    height: 58px;
  }
}

.form__popup .form__popup__items button {
  width: 100%;
  height: 71px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .form__popup .form__popup__items button {
    font-size: 12px;
    margin-top: 5px;
    height: 50px;
  }
}

.form__popup .form__popup__items .polit {
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #4F4F4F;
}

.form__popup .form__popup__items .polit a {
  text-decoration: underline;
  color: #5674B3;
}

.popup__thanks {
  display: none;
  background: #FBFBFB;
  border-radius: 7px;
  text-align: center;
  padding: 103px;
  width: 98%;
}

@media (max-width: 740px) {
  .popup__thanks {
    padding: 40px;
  }
}

@media (max-width: 390px) {
  .popup__thanks {
    padding: 40px 20px;
  }
}

.popup__thanks .title {
  font-weight: bold;
  font-size: 47px;
  line-height: 110%;
  text-align: center;
  color: #5674B3;
  display: block;
  margin-bottom: 37px;
}

@media (max-width: 600px) {
  .popup__thanks .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (max-width: 390px) {
  .popup__thanks .title {
    font-size: 27px;
  }
}

.popup__thanks p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: 52px;
}

@media (max-width: 600px) {
  .popup__thanks p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .popup__thanks p {
    font-size: 14px;
  }
}

.popup__thanks img {
  max-width: 100%;
  margin-bottom: 39px;
}

@media (max-width: 600px) {
  .popup__thanks img {
    margin-bottom: 20px;
  }
}

.popup__thanks .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 600px) {
  .popup__thanks .graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popup__thanks .graph .label {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-right: 25px;
}

@media (max-width: 600px) {
  .popup__thanks .graph .label {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.popup__thanks .graph .value {
  font-size: 18px;
  line-height: 155.5%;
  color: #333333;
  margin-left: 25px;
}

@media (max-width: 600px) {
  .popup__thanks .graph .value {
    margin-left: 0;
  }
}

#models {
	padding-top: 155px;
	margin-top: -155px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

#all {
	padding-top: 155px;
	margin-top: -155px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

#sales {
	padding-top: 155px;
	margin-top: -155px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}


/* End */


/* Start:/bitrix/templates/pricep-shop/css/jquery.fancybox.min.css?163466291912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/pricep-shop/css/jquery.fancybox.min.css?163466291912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/.default/auth/css/modal.min.css?14793131385588*/
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	background: rgba(0, 0, 0, 0.6);
	/* 5 */
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/* 6 */
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	/* 7 */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
	opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
	overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
	/* 1 */
	position: relative;
	/* 2 */
	box-sizing: border-box;
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	/* 3 */
	background: #fff;
	/* 4 */
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s linear, transform 0.3s ease-out;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	/*
		 * Fit in small screen
		 */
	.uk-modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
	/* 4 */
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
	margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
	margin: -10px -10px 0 0;
	float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
	margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
	margin: 15px auto;
	padding: 0;
	max-width: 95%;
	max-width: calc(100% - 30px);
	min-height: 50px;
	border-radius: 0;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	.uk-modal-dialog-lightbox > .uk-close:first-child {
		top: -7px;
		right: -7px;
	}
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	margin: 0;
	float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
	.uk-modal-dialog-large {
		width: 930px;
	}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
	.uk-modal-dialog-large {
		width: 1130px;
	}
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
	margin-bottom: 15px;
	margin: -20px -20px 15px -20px;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	background: #fafafa;
}
.uk-modal-footer {
	margin-top: 15px;
	margin: 15px -20px -20px -20px;
	padding: 20px;
	border-top: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	background: #fafafa;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
	margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin-bottom: -10px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #ddd;
}
.uk-modal-spinner:after {
	content: "\f110";
	display: block;
	font-family: FontAwesome;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear;
}
/* End */


/* Start:/bitrix/templates/.default/auth/css/form.min.css?147931313812350*/
.uk-width-1-1 {width: 100%;}
.uk-margin {margin-bottom: 15px;}
.uk-text-small {font-size: 11px;line-height: 16px;}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
	color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
	text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
	/* 1 */
	font: inherit;
	/* 2 */
	font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
	padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
	cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
	-webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
	/* 1 */
	overflow: auto;
	/* 2 */
	vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
	opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
	box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
	vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
	margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
	/* 1 */
	height: 30px;
	/* 2 */
	max-width: 100%;
	/* 3 */
	padding: 4px 6px;
	/* 4 */
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	-webkit-transition: all 0.2s linear;
	-webkit-transition-property: border, background, color, box-shadow, padding;
	transition: all 0.2s linear;
	transition-property: border, background, color, box-shadow, padding;
	border-radius: 4px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
	border-color: #99baca;
	outline: 0;
	background: #f5fbfe;
	color: #444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
	border-color: #ddd;
	background-color: #fafafa;
	color: #999;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
	color: #999 !important;
}
.uk-form ::-moz-placeholder {
	color: #999;
}
.uk-form ::-webkit-input-placeholder {
	color: #999;
}
.uk-form :disabled:-ms-input-placeholder {
	color: #999 !important;
}
.uk-form :disabled::-moz-placeholder {
	color: #999;
}
.uk-form :disabled::-webkit-input-placeholder {
	color: #999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
	/* 1 */
	width: 100%;
	/* 2 */
	border: 0;
	/* 3 */
	padding: 0;
	/* 4 */
	padding-bottom: 15px;
	/* 5 */
	font-size: 18px;
	line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	/* 1 */
	width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
	height: 25px;
	padding: 3px 3px;
	font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
	height: 40px;
	padding: 8px 6px;
	font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
	height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
	border-color: #dc8d99 !important;
	background: #fff7f8 !important;
	color: #d85030 !important;
}
/*
 * Success state
 */
.uk-form-success {
	border-color: #8ec73b !important;
	background: #fafff2 !important;
	color: #659f13 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
	border-color: transparent !important;
	border-style: dashed !important;
	background: none !important;
}
.uk-form-blank:focus {
	border-color: #ddd !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
	width: 40px;
}
select.uk-form-width-mini {
	width: 65px;
}
.uk-form-width-small {
	width: 130px;
}
.uk-form-width-medium {
	width: 200px;
}
.uk-form-width-large {
	width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
	content: "";
	display: table;
}
.uk-form-row:after {
	clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
	margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
	display: inline-block;
	margin: 0 0 0 10px;
}
.uk-form-help-block {
	margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
	margin-top: 0;
}
.uk-form-controls > :last-child {
	margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
	margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
	/* Behave like `uk-form-stacked` */
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 5px;
		float: left;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	/* Better vertical alignment if controls are checkboxes and radio buttons with text */
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 5px;
	}
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
	/* 1 */
	display: inline-block;
	/* 2 */
	position: relative;
	/* 3 */
	max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -7px;
	font-size: 14px;
	color: #999;
	text-align: center;
	/* 1 */
	pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
	padding-left: 30px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
	right: 0;
}
.uk-form-icon-flip > input {
	padding-right: 30px !important;
}
/* End */


/* Start:/bitrix/templates/.default/auth/css/form.password.min.css?1479313138431*/
/*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-form-password{ display:inline-block; position:relative; max-width:100% }
.uk-form-password-toggle{ display:block; position:absolute; top:50%; right:10px; margin-top:-6px; font-size:13px; line-height:13px; color:#999 }
.uk-form-password-toggle:hover{ color:#999; text-decoration:none }
.uk-form-password > input{ padding-right:50px !important }
/* End */


/* Start:/bitrix/templates/.default/auth/css/button.min.css?16050058728499*/
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
	/* 1 */
	-webkit-appearance: none;
	/* 2 */
	margin: 0;
	/* 3 */
	border: none;
	/* 4 */
	overflow: visible;
	/* 5 */
	font: inherit;
	color: #444;
	/* 6 */
	text-transform: none;
	/* 7 */
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	background: #f7f7f7;
	vertical-align: middle;
	/* 8 */
	line-height: 28px;
	/* 9 */
	min-height: 30px;
	/* 10 */
	font-size: 1rem;
	/* 11 */
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
.uk-button:not(:disabled) {
	cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
	background-color: #fafafa;
	color: #444;
	/* 2 */
	outline: none;
	/* 3 */
	text-decoration: none;
	background-image: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
	background-color: #f5f5f5;
	color: #444;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.3);
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
	background-color: #009dd8;
	color: #fff;
	background-image: -webkit-linear-gradient(top, from(#9EBCEE), to(#4C5D9A));
	background-image: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #4C5D9A;
	color: #fff;
	background-image: none;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: #4C5D9A;
	color: #fff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
	background-color: #82bb42;
	color: #fff;
	background-image: -webkit-linear-gradient(top, from(#9EBCEE), to(#4C5D9A));
	background-image: linear-gradient(180deg, #79A1E1 0%, #4C5D9A 100%);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
	background-color: #8fce48;
	color: #fff;
	background-image: none;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
	background-color: #76b430;
	color: #fff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
	background-color: #d32c46;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
	background-image: linear-gradient(to bottom, #ee465a, #c11a39);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
	background-color: #e33551;
	color: #fff;
	background-image: none;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
	background-color: #c91c37;
	color: #fff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
	background-color: #fafafa;
	color: #999;
	border-color: rgba(0, 0, 0, 0.2);
	background-image: none;
	box-shadow: none;
	text-shadow: 0 1px 0 #fff;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
	border-color: transparent;
	background: none;
	box-shadow: none;
	text-shadow: none;
}
/* Color */
.uk-button-link {
	color: #07D;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
	color: #059;
	text-decoration: underline;
}
.uk-button-link:disabled {
	color: #999;
}
/* Focus */
.uk-button-link:focus {
	outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
	min-height: 20px;
	padding: 0 6px;
	line-height: 18px;
	font-size: 11px;
}
.uk-button-small {
	min-height: 25px;
	padding: 0 10px;
	line-height: 23px;
	font-size: 12px;
}
.uk-button-large {
	min-height: 40px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 5px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
	/* 1 */
	display: inline-block;
	vertical-align: middle;
	/* 2 */
	position: relative;
	/* 3 */
	font-size: 0.001px;
	/* 4 */
	white-space: nowrap;
}
.uk-button-group > * {
	display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
	vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
	/* 1 */
	display: inline-block;
	vertical-align: middle;
	/* 2 */
	position: relative;
}
/* Sub-object `uk-button-group`
     ========================================================================== */
/*
     * Reset border-radius
     */
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
	border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*
     * Collapse border
     */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
	margin-left: -1px;
}
/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
	position: relative;
}
/* End */


/* Start:/bitrix/templates/.default/auth/auth.css?14793131365163*/
/***************************************************
                   #auth-modal
***************************************************/
#auth-modal.uk-modal{z-index:1800}
#auth-modal .uk-modal-dialog{ width:380px;padding: 30px; }
#auth-modal .uk-modal-header{font-size: 1.2em; line-height:1;font-weight: 600;color: #444;text-transform: uppercase;text-align:center;margin: -30px -30px 25px -30px;}
#auth-modal .uk-close{text-decoration:none;margin-top:-13px;cursor:pointer;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #FFF;opacity: .2;filter: alpha(opacity=20);}
#auth-modal .uk-close:hover{opacity: 1;filter: alpha(opacity=100);}
#auth-modal .uk-close:after{display:none}
#auth-modal .preloader{background:url("/bitrix/templates/.default/auth/images/preloader.gif") no-repeat 50% 50%;display:block;width:32px;height:32px;margin:0 auto;}
#auth-modal .ajax-link{ border-bottom:1px dotted; text-decoration:none; }
#auth-modal .ajax-link:hover{ border-bottom:1px solid; text-decoration:none; }
#auth-modal .bx-captcha{ display:inline-block; width:180px; height:40px; margin:0 5px 5px 0; vertical-align:middle; overflow:hidden }
#auth-modal .errortext{ color:#f00; font-size:13px; }
#auth-modal .notetext{ color:#008000; font-size:13px; }
#auth-modal .asterisk{ color:#f00; display:inline-block; margin-left:2px }
#auth-modal .api-mf-antibot{ border:0 none !important; font-size:0 !important; height:0 !important; line-height:0 !important; padding:0 !important; position:absolute !important; right:0 !important; top:0 !important; width:0 !important; }
#auth-modal .auth-links{overflow:hidden}
#auth-modal .auth-links div{float:left; width:50%}
#auth-modal .auth-links div + div{text-align:right}
#auth-modal .auth-services{text-align:center; margin-top:25px}
#auth-modal .auth-services .bx-authform-title{border-top:1px solid #444;border-bottom:1px solid #444;font-size:14px}
#auth-modal .bx-authform-social{margin-top:15px}
#auth-modal .bx-authform-social ul {padding:0 !important;margin:0 !important;display: block;}
#auth-modal .bx-authform-social ul li {position: relative;display: inline-block;width: 35px;height: 35px;margin-right: 5px;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon {display: block;width: 35px;height: 35px;background-image: url(/bitrix/templates/.default/auth/images/auth-social.png);background-repeat: no-repeat;border-bottom: none;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon:hover{opacity: .9;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.box {background-position: 0 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.dropbox {background-position: -44px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.bitrix24 {background-position: -88px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.yandex {background-position:-132px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.openid {background-position:-176px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {background-position:-220px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.google {background-position:-264px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.mymailru {background-position:-308px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.livejournal {background-position:-352px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {background-position:-440px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.liveid {background-position:-484px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.liveinternet {background-position:-528px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.blogger {background-position:-572px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.vkontakte {background-position:-616px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.twitter {background-position:-660px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.facebook {background-position:-704px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.google-plus {background-position:-748px 0;}
#auth-modal .bx-authform-social ul li .bx-authform-social-icon.office365 {background-position:-792px 0;}
/* ссылки вызова модального окна */
.show-auth{ font-size:12px; border-bottom:1px dotted; text-decoration:none; }
.show-auth:hover{ border-bottom:1px solid; text-decoration:none;  }
/* социалки с popup-окном */
.popup-window{z-index:1900 !important;}
.bx-authform-social-popup{display: none;background: #fff;width: auto;white-space: nowrap;padding:0;}
.bx-authform-social-popup form{margin-bottom: 0;}
.bx-authform-social-popup input[type="text"] {display: inline-block;max-width: 150px;font-size: inherit;height: 30px;margin: 0;padding: 0 4px;border: 1px solid #CCD5DB;border-radius: 2px;background: #f8fafc;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* форма смены пароля */
.bx-system-auth-changepasswd{
	display:inline-block;
	width:380px;
}

/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/visual/style.min.css?17806523473489*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none !important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;	background-image: url('/bitrix/components/bitrix/search.title/templates/visual/images/fader.png'); background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/bitrix/templates/pricep-shop/components/bitrix/main.map/pricep/style.min.css?1605626176139*/
ul.map-level-0 a{font-weight:bold}ul.map-level-1 a,ul.map-level-2 a,ul.map-level-3 a{font-weight:normal}.map-columns td{vertical-align:top}
/* End */


/* Start:/bitrix/templates/pricep-shop/template_styles.css?17024821733514*/
.bx-404-container {
  position: relative;
	display: block;
  padding-top: 150px;
	text-align: center;
	padding-bottom: 50px;
}
.card__detalis .card__detalis__wrap {
padding-bottom: 0px; 
}
.card__info .card__info__nav__slider img {
height: auto!important;
}

/* Р’С‹РІРѕРґ СЃРєРёРґРѕРє */
.catalog__item .discount-wrap {
position: absolute;
left: 10px;
top: 10px;
z-index: 1;
display: flex;
}
.catalog__item .discount-label {
flex: none;
color: #fff;
background: #f42c2c;
width: 70px;
height: 70px;
margin-right: 5px;
line-height: 15px;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-weight: 700;
}
.catalog__item .discount-label span {
text-transform: uppercase;
font-size: 10px;
}
.catalog__item__info .old-price {
color: #666;
text-align: center;
}

.catalog__item__info .old-price span {
line-height: 2;
position: relative;
}

.catalog__item__info .old-price span:after {
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
background-size: auto;
background-size: 100% 100%;
content: '';
}

.cost .old-price {
color: #666;
text-align: center;
position: relative;
margin-left: 10px;
font-size: 20px;
}

.cost .old-price:after {
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
background-size: auto;
background-size: 100% 100%;
content: '';
}
.card__info__left {
position: relative;
}
.card__info__left .discount-wrap {
position: absolute;
left: 10px;
top: 10px;
z-index: 1;
display: flex;
}
.card__info__left .discount-label {
flex: none;
color: #fff;
background: #f42c2c;
width: 70px;
height: 70px;
margin-right: 5px;
line-height: 15px;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-weight: 700;
}
.card__info__left .discount-label span {
text-transform: uppercase;
font-size: 10px;
}


.catalog__item .discount-label_ng,
.card__info__left .discount-label_ng {
background: none;
background-image: url(https://planeta-pricep.ru/images/balloon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
/* End */
/* /bitrix/templates/pricep-shop/css/slick.css?16420527961775 */
/* /bitrix/templates/pricep-shop/css/sumoselect.css?16035264839448 */
/* /bitrix/templates/pricep-shop/css/style.css?1675666036222326 */
/* /bitrix/templates/pricep-shop/css/jquery.fancybox.min.css?163466291912795 */
/* /bitrix/templates/pricep-shop/css/jquery.fancybox.min.css?163466291912795 */
/* /bitrix/templates/.default/auth/css/modal.min.css?14793131385588 */
/* /bitrix/templates/.default/auth/css/form.min.css?147931313812350 */
/* /bitrix/templates/.default/auth/css/form.password.min.css?1479313138431 */
/* /bitrix/templates/.default/auth/css/button.min.css?16050058728499 */
/* /bitrix/templates/.default/auth/auth.css?14793131365163 */
/* /bitrix/components/bitrix/search.title/templates/visual/style.min.css?17806523473489 */
/* /bitrix/templates/pricep-shop/components/bitrix/main.map/pricep/style.min.css?1605626176139 */
/* /bitrix/templates/pricep-shop/template_styles.css?17024821733514 */
