

/* Start:/bitrix/templates/vertex/selectboxit/select_style.min.css?16014611084075*/
.selectboxit-container{position:relative;display:inline-block;vertical-align:top}.wrap_select_input:hover .selectboxit-container:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#21b14b}.selectboxit-container *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:0;white-space:nowrap}.selectboxit-container .selectboxit{width:100% !important;cursor:pointer;margin:0;padding:0;overflow:hidden;display:block;position:relative;padding:11px 45px 9px 15px}.selectboxit-container span,.selectboxit-container .selectboxit-options a{display:block}.selectboxit-container .selectboxit:focus{outline:0}.selectboxit.selectboxit-disabled,.selectboxit-options .selectboxit-disabled{opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:default}.selectboxit-text{text-indent:5px;overflow:hidden;text-overflow:ellipsis;float:left;color:#8b8b8b;font-size:18px;line-height:1.5;font-family:Open_Sans,Arial,Helvetica,sans-serif}.selectboxit-container .selectboxit-options{-moz-box-sizing:border-box;box-sizing:border-box;box-sizing:content-box\9;min-width:100%;margin:0;padding:0;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;cursor:pointer;display:none;z-index:100;text-align:left;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:solid 1px #dbdbdb;border-top:0;width:100%;max-height:400px}.selectboxit-options li{background:0;padding:13px 6px 13px 10px;border-bottom:solid 1px #dbdbdb}.selectboxit-options li:last-child{border:0}.selectboxit-options li:hover{background-color:#fff}.selectboxit-options li:hover .selectboxit-option-anchor{color:#000}.selectboxit-option .selectboxit-option-anchor{padding:0}.selectboxit-option .selectboxit-option-anchor:hover{text-decoration:none}.selectboxit-option,.selectboxit-optgroup-header{text-indent:5px;margin:0;list-style-type:none}.selectboxit-optgroup-header{font-weight:bold}.selectboxit-optgroup-header:hover{cursor:default}.selectboxit-arrow-container{width:30px;position:absolute;right:0}.selectboxit .selectboxit-arrow-container .selectboxit-arrow{margin:0 auto;position:absolute;top:50%;right:13px;height:9px;width:15px;margin:7px 0 0 0;height:15px;width:20px;background:url(/bitrix/templates/vertex/selectboxit/select_bk.png) center center no-repeat}.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon{top:30%}.selectboxit-option-icon-container{float:left;display:none}.selectboxit-container .selectboxit-option-icon{margin:0;padding:0;vertical-align:middle}.selectboxit-option-icon-url{width:18px;background-size:18px 18px;background-repeat:no-repeat;height:100%;background-position:center;float:left}.selectboxit-rendering{display:inline-block !important;*display:inline !important;zoom:1 !important;visibility:visible !important;position:absolute !important;top:-9999px !important;left:-9999px !important}.jqueryui .ui-icon{background-color:inherit}.jqueryui .ui-icon-triangle-1-s{background-position:-64px -16px}.selectboxit-btn{border:solid 1px #dbdbdb;color:#8b8b8b;background:#fff}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus{color:#333;text-decoration:none;background-position:0 -15px}.selectboxit-btn.selectboxit-enabled:focus .selectboxit-arrow{background:url(/bitrix/templates/vertex/selectboxit/select_active_bk.png) center center no-repeat}.selectboxit-default-arrow{width:0;height:0}.selectboxit-list{background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.selectboxit-list .selectboxit-option-anchor{color:#8b8b8b;font-size:18px}.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor{color:#999}@media only screen and (max-width:1170px){.selectboxit-container .selectboxit{padding:8px 10px 9px 10px;font-size:17px}.selectboxit-text{font-size:17px}}@media only screen and (max-width:900px){.wrap_form .selectboxit-container{width:100%}}

/* End */


/* Start:/bitrix/templates/vertex/chosen/chosen.css?165884042112896*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 200px;
    padding: 0 30px 15px 0;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #8b8b8b;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    padding: 11px 45px 14px 15px;
    font-weight: 300;
    font-family: Open_Sans, Arial, Helvetica, sans-serif;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/bitrix/templates/vertex/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
    position: absolute;
    display: inline-block;
    margin-left: 6px;
    top: 50%;
    margin-top: -6px;
    z-index: 20;
    width: 8px;
    height: 8px;
    border: 2px solid #818181;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0 5px 10px 5px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search:after {
    content: "с";
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    color: #777;
    transition: all 0.08s linear 0s;
    outline: none;
    line-height: 18px;
    margin-top: -14px;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 18px;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #8b8b8b;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 260px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    font-size: 18px;
    font-weight: 300;
    border-top: 1px solid #dbdbdb;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    color: #000;
}

.chosen-container .chosen-results li.no-results {
    color: #fd3535;
    display: list-item;
    background: #eee;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 5px 5px;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  cursor: text;

    display: block;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #8b8b8b;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    padding: 11px 15px 14px 15px;
    font-weight: 300;
    font-family: Open_Sans, Arial, Helvetica, sans-serif;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 25px;

    font-size: 18px;
    color: #8b8b8b;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 300;
    font-family: Open_Sans, Arial, Helvetica, sans-serif;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 7px 25px 7px 7px;
  border: 1px solid #3c78e4;
  border-radius: 3px;
    color: #000;
    background-image: -webkit-linear-gradient(0, #eff4ff, #eff4ff);
    background-image: -moz-linear-gradient(0, #eff4ff, #eff4ff);
    background-image: -ms-linear-gradient(0, #eff4ff, #eff4ff);
    background-image: -o-linear-gradient(0, #eff4ff, #eff4ff);
    background-image: linear-gradient(0, #eff4ff, #eff4ff);
  background-repeat: repeat-x;
  background-clip: padding-box;
  line-height: 12px;
  cursor: default;


    font-family: Open_Sans, Arial, Helvetica, sans-serif;
    color: #3c78e4;
    font-size: 16px;
    font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
    white-space: break-spaces;
    line-height: 1;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/bitrix/templates/vertex/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /*border: 1px solid #dbdbdb;*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
  /*border: 1px solid #8b8b8b;*/
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.chosen-container-active .chosen-choices {
  /*border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/bitrix/templates/vertex/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/bitrix/templates/vertex/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

@media only screen and (max-width: 1170px) {
    .chosen-container {
        padding: 0 15px 15px 0;
    }

    .chosen-container-multi .chosen-choices li.search-choice {
        font-size: 14px;
    }

    .chosen-container-multi .chosen-choices {
        padding: 8px 10px 10px 10px;
    }

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        font-size: 16px;
    }
}

@media only screen and (max-width: 900px) {
    .chosen-container {
        padding: 0 0 11px 0;
    }
}
/* End */


/* Start:/bitrix/components/ip/nx_gallery_3.7/jquery.fancybox.min.css?171323492314247*/
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container ~ .fancybox-container{z-index:99992}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47,0,0.74,0.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,0.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:0;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:grab;/*cursor:zoom-out*/}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:grab;/*cursor:zoom-in*/}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0 30px;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,0.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:0}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-infobar__body,.fancybox-button{background:rgba(30,30,30,0.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,0.8)}.fancybox-button::before,.fancybox-button::after{content:'';pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::before,.fancybox-button[disabled]::after{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:transparent;border-top:solid 2px currentColor;border-right:solid 2px currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close::before,.fancybox-button--close::after{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0 0;height:100px;width:54px;padding:0;border:0;outline:0;background:0;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow::after{content:'';position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,0.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--right::after,.fancybox-arrow--left::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid rgba(100,100,100,0.4);border-top:6px solid rgba(255,255,255,0.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,0.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(0.1) skew(10deg);transform:translate3d(100%,0,0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media all and (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none !important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen::before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:0}.fancybox-button--play::before,.fancybox-button--pause::before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play::before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause::before{width:7px;height:11px;border-style:solid;border-width:0 2px 0 2px}.fancybox-thumbs{display:none}.fancybox-button--thumbs{display:none}@media all and (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs::before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:0;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,0.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(0.25,0.46,0.45,0.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}

/* End */


/* Start:/bitrix/templates/vertex/slick-slider.min.css?16250464482550*/
.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:0}.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}.diagramm_center .slick-list .slick-track .slick-slide{display:flex;align-items:center;justify-content:center}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url('/bitrix/templates/vertex/images/ajax-loader.gif') center center no-repeat}.slick-prev,.slick-next{font-family:nx,Tahoma,Geneva,sans-serif;font-size:8px;line-height:42px;color:#949494;text-align:center;position:absolute;bottom:47px;left:50%;display:block;width:42px;height:42px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0;outline:0;background-color:transparent;background-position:center center;background-repeat:no-repeat;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.slick-prev{margin-left:-55px}.slick-next{margin-right:-55px}.slick-dotted.slick-slider{margin-bottom:0}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:transparent}

/* End */


/* Start:/bitrix/templates/.default/components/ip/mailform_4.8/vertex_orders/style.min.css?174039483120085*/
#feedback_form_service_form .hide-form{display:none}.wrap_block_input .block_input_middle{margin:0 auto;width:calc((100% - 30px) / 2);justify-content:center;margin-bottom:20px}.wrap_form .call_form .block_personal_data{margin-bottom:35px}.service_block_modern{width:33% !important}.block_buttons{height:100% !important}.wrap_checkbox{margin-bottom:35px}.wrap_form .wrap_block_input .block_input_comment{width:100%;margin-right:0}.wrap_form .wrap_block_input .block_input_comment textarea{min-height:150px}.checbox_personal_data{text-decoration:none}#feedback_form_service_form_modern .block_input .inpt,#feedback_form_service_form_new .block_input .inpt{width:calc(100% - 120px)}.feedback_form_leasing .block_leasing_9,.feedback_form_leasing .block_leasing_10,.feedback_form_leasing .block_leasing_11,.feedback_form_leasing .block_leasing_12,.feedback_form_leasing .block_leasing_13{display:none}.feedback_form_leasing .chosen-search{display:none}.feedback_form_leasing .left,.feedback_form_leasing .right{width:50%}.feedback_form_leasing .right{border-left:1px solid #dbdbdb}#feedback_form_leasing .block_input,#feedback_form_leasing_popup_new .block_input{width:100%}#feedback_form_leasing .chosen-container{padding:0}#feedback_form_leasing .block_btn,#feedback_form_leasing_popup_new .block_btn{height:auto;background:0;margin-bottom:50px}.feedback_form_leasing .label_send{color:#fff}#feedback_form_leasing .block_personal_data,#feedback_form_leasing_popup_new .block_personal_data,#feedback_form_trade_in .block_personal_data{height:auto;margin:0;padding-bottom:15px}#feedback_form_trade_in .block_personal_data{z-index:1}.feedback_form_leasing .wrap_checkbox,#feedback_form_trade_in .wrap_checkbox{margin:0}.feedback_form_leasing .wrap_form .label_block_btn{opacity:0}.feedback_form_leasing .visible_block_btn .label_block_btn{opacity:0}.feedback_form_leasing .telormail{display:none}.feedback_form_leasing .left ul li,.feedback_form_leasing .left ul li *{cursor:pointer}.feedback_form_leasing .left ul li label{width:100%;padding-left:10px}.feedback_form_leasing .left ul li div{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%}.feedback_form_leasing .right{min-height:200px}.feedback_form_leasing .text{width:100%;text-align:center;color:#3c78e4;font-size:30px}.feedback_form_leasing .block_leasing_6,.feedback_form_leasing .block_leasing_7,.feedback_form_leasing .block_personal_data,.feedback_form_leasing .visible_block_btn{display:none}.feedback_form_leasing .block-next,.feedback_form_leasing .animated-text{height:auto;background:0;margin-bottom:50px;width:100vw;position:relative;margin-left:calc(((100vw - 1170px) / 2) * -1);margin-right:calc(((100vw - 1170px) / 2) * -1)}.feedback_form_leasing .animated-text{margin-bottom:0}.feedback_form_leasing .left ul{list-style:none;margin:0;padding:0}.feedback_form_leasing .left ul li{font-size:30px;width:95%;border-bottom:1px solid #dbdbdb;height:80px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:default;transition:.3s}.feedback_form_leasing .left ul li:hover{transform:scale(1.1)}.feedback_form_leasing .left ul li:before{content:"\2713";font-weight:bold;color:#3c78e4;text-align:center;font-size:28px;padding-right:10px}.feedback_form_leasing .hidden-block{width:220px}.feedback_form_leasing .right .block_input:nth-child(1) .inputRange,.feedback_form_leasing .right .block_input:nth-child(2) .inputRange,.feedback_form_leasing .right .block_input:nth-child(6) .inputRange,.feedback_form_leasing .right .block_input:nth-child(7) .inputRange{display:none}.feedback_form_leasing .inputRange{width:calc(100% - 224px);margin-top:10px;-webkit-appearance:none;height:4px;border-radius:5px;background:linear-gradient(to right,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%);outline:0;-webkit-transition:.2s}.feedback_form_leasing .inputRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:grab;border:1px solid #3c78e4}.feedback_form_leasing .inputRange::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:grab;border:1px solid #3c78e4}#feedback_form_leasing_popup_new .feedback_form_leasing .inputRange{background:linear-gradient(to right,#faae00 0,#ffda00 100%)}#feedback_form_leasing_popup_new .feedback_form_leasing .inputRange::-webkit-slider-thumb{border:1px solid #faae00}#feedback_form_leasing_popup_new .feedback_form_leasing .inputRange::-moz-range-thumb{border:1px solid #faae00}.feedback_form_leasing{min-height:542px}.feedback_form_leasing .block-next{margin-top:45px}.feedback_form_leasing .block-next .btn,.feedback_form_leasing .visible_block_btn .btn{margin-bottom:0}.feedback_form_leasing .animated-text .label_block_btn{margin-top:20px}.feedback_form_leasing .mail_send p:nth-child(3){padding-bottom:10px}.feedback_form_leasing .hide-form{display:none}.feedback_form_leasing .text{margin-top:45px;width:100%;text-align:center;color:#3c78e4;font-size:30px;display:block;font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;position:relative;font-weight:bold;line-height:1.1;text-transform:uppercase}.feedback_form_leasing .mail_send_ok{padding-bottom:10px}.feedback_form_leasing .telormail ul li:before{display:none}#feedback_form_leasing_popup_new .hidden-block{display:none}#feedback_form_leasing_popup_new .inputRange{width:100%}#feedback_form_leasing_popup_new .block_input{width:50%}#feedback_form_leasing_popup_new .block_input .title_input_static{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#feedback_form_leasing_popup_new .chosen-container{padding:0}#feedback_form_leasing_popup_new .btn{width:100%}#feedback_form_leasing_popup_new .feedback_form_leasing{min-height:auto}#feedback_form_leasing_popup_new .feedback_form_leasing .text{margin-top:10px}#feedback_form_leasing_popup_new .block_personal_data{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:10px 0}#feedback_form_leasing_popup_new .block_send_mail{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}#feedback_form_service_form_spare .block_input .inpt{width:calc(100% - 120px)}.wrap_form .block_input.w100{width:100% !important}#feedback_form_service_form_spare .block_input.w100 .inpt{width:calc(100% - 300px)}#feedback_form_service_form_spare .block_input .title_input{padding:5px 15px 5px 0}@media screen and (max-width:1170px){#feedback_form_leasing_popup_new .chosen-container-single .chosen-single{padding:8px 10px 10px 10px;font-size:17px}}@media screen and (max-width:800px){#feedback_form_leasing_popup_new .block_input{width:100%}}@media screen and (max-width:1170px){#feedback_form_leasing .chosen-container-single .chosen-single{padding:8px 10px 10px 10px;font-size:17px}#feedback_form_leasing .chosen-container{width:calc(100% - 180px) !important}.feedback_form_leasing .left ul li:hover{transform:scale(1.05)}.feedback_form_leasing .left ul{padding-left:15px}.feedback_form_leasing .inputRange{width:calc(100% - 184px)}.feedback_form_leasing .hidden-block{width:180px}.feedback_form_leasing form{min-height:480px}.feedback_form_leasing .text{font-size:23px}}@media screen and (max-width:900px){.feedback_form_leasing .right{border:0}#feedback_form_leasing .chosen-container{width:100% !important}.feedback_form_leasing .hidden-block{display:none}.feedback_form_leasing .inputRange{width:100%}.feedback_form_leasing .block-next,.feedback_form_leasing .animated-text{margin-left:0;margin-right:0}.feedback_form_leasing .block-next{margin-top:10px}.feedback_form_leasing .animated-text .label_block_btn{margin-bottom:50px;margin-top:5px}#feedback_form_service_form_spare .block_input.w100 .inpt{width:calc(100% - 120px)}}@media screen and (max-width:500px){.feedback_form_leasing .visible_block_btn .btn{margin-top:10px}.feedback_form_leasing .right{min-height:90px}}#feedback_form_trade_in .hidden-field{display:none}#feedback_form_trade_in .block_btn{height:auto;padding-bottom:50px;z-index:1}#feedback_form_spare input.nxCallSubmit{margin:0 auto 30px}#feedback_form_spare .block_personal_data{margin-bottom:0;height:auto}.spare-oils-liquids-request.wrap_form .hide-form{display:none}.show_oils_field{position:absolute;top:0;right:-170px;cursor:pointer;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#3c78e4;font-size:16px;font-weight:normal;z-index:10}.show_oils_field:before{content:'+';width:54px;height:54px;margin-right:15px;background:#f8fbff;border:1px solid #3c78e4;color:#3c78e4;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.spare-oils-liquids-request.wrap_form.wide_form{background-color:transparent;background-image:-webkit-linear-gradient(180deg,#eff4ff,transparent);background-image:-moz-linear-gradient(180deg,#eff4ff,transparent);background-image:-ms-linear-gradient(180deg,#eff4ff,transparent);background-image:-o-linear-gradient(180deg,#eff4ff,transparent);background-image:linear-gradient(180deg,#eff4ff,transparent)}#feedback_form_spare_oils_liquids .item_column_field.wide_input{width:50%;order:-1}#feedback_form_spare_oils_liquids .chosen-container{width:100% !important}#feedback_form_spare_oils_liquids .item_column_field{width:100%}#feedback_form_spare_oils_liquids .item_column_field .block_input{width:50%}#feedback_form_spare_oils_liquids .item_column_field .list_oils{width:-webkit-calc(100% - 220px);width:-moz-calc(100% - 220px);width:calc(100% - 220px)}#feedback_form_spare_oils_liquids .item_column_field .list_oils .block_input{padding:0}#feedback_form_spare_oils_liquids .item_column_field .block_input:last-child,#feedback_form_spare_oils_liquids .item_column_field .list_oils .block_input{position:relative;width:100%}#feedback_form_spare_oils_liquids .item_column_field .list_oils .wrap_form .chosen-container{width:100%}#feedback_form_spare_oils_liquids .item_column_field .title_input{padding:5px 15px;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;line-height:1.3;font-weight:normal;width:100%;max-width:220px}#feedback_form_spare_oils_liquids textarea.inpt{height:150px}#feedback_form_spare_oils_liquids .block_personal_data{height:auto;margin-bottom:0}#feedback_form_spare_oils_liquids input.nxCallSubmit{margin:0 auto 30px}#feedback_form_service_form .block_personal_data{margin-bottom:0;height:auto}#feedback_form_service_form .block_personal_data{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#feedback_form_service_form .block_input .title_input{padding:5px 0}#feedback_form_service_form .block_personal_data{padding:0}#feedback_form_service_form .nxCallSubmit{margin-right:30px}#feedback_form_service_form .block_input .inpt{width:calc(100% - 130px)}@media only screen and (max-width:1170px){#feedback_form_spare_oils_liquids .chosen-container{width:-webkit-calc(100% - 70px) !important;width:-moz-calc(100% - 70px) !important;width:calc(100% - 70px) !important}.show_oils_field{right:-110px;color:transparent}#feedback_form_spare_oils_liquids .item_column_field.wide_input{width:100%;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#feedback_form_spare_oils_liquids .block_input .inpt{width:-webkit-calc(100% - 220px);width:-moz-calc(100% - 220px);width:calc(100% - 220px);padding:8px 10px 10px 10px;font-size:17px}#feedback_form_spare_oils_liquids .item_column_field{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#feedback_form_spare_oils_liquids .item_column_field .block_input{width:100%}#feedback_form_service_form .nxCallSubmit{margin-right:16px}}.wrap_form .mail_send_ok{width:100vw;position:relative;background:#fff;margin-left:calc(((100vw - 1170px) / 2) * -1);margin-right:calc(((100vw - 1170px) / 2) * -1);font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;padding:50px 15px;text-align:center;text-transform:uppercase;color:#3c78e4;font-size:44px;z-index:500;margin-top:0;margin-bottom:0}@media(max-width:900px){.show_oils_field{right:-125px}.wrap_block_input .block_input_middle{width:100%}.content_form .block_input .wrap_checkbox .checkbox{margin-right:0}.wrap_form .call_form .block_personal_data,.block_input_comment{margin-bottom:20px}.wrap_form .wrap_block_input .block_input_comment{padding-right:15px}#feedback_form_service_form_modern .block_input .inpt{width:100%}#feedback_form_service_form_new .block_input .inpt{width:100%}.service_block_modern{width:100% !important;justify-content:center !important}.service_block_modern{flex-direction:column !important}.wrap_checkbox{margin-top:15px;margin-left:0}#feedback_form_service_form .nxCallSubmit{margin-right:0}}@media only screen and (max-width:640px){#feedback_form_spare_oils_liquids .item_column_field .title_input{max-width:180px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#feedback_form_spare_oils_liquids .item_column_field .list_oils,#feedback_form_spare_oils_liquids .block_input .inpt{width:-webkit-calc(100% - 180px);width:-moz-calc(100% - 180px);width:calc(100% - 180px)}}@media only screen and (max-width:500px){#feedback_form_spare_oils_liquids .item_column_field.wide_input,#feedback_form_spare_oils_liquids .item_column_field .block_input{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#feedback_form_spare_oils_liquids .item_column_field .title_input,#feedback_form_spare_oils_liquids .item_column_field .list_oils,#feedback_form_spare_oils_liquids .block_input .inpt{width:100%;max-width:unset;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#feedback_form_service_form .block_mini_input{display:flex;flex-wrap:wrap;width:100%;margin-bottom:10px}#feedback_form_leasing_popup_new .block-text{text-align:center;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.3;font-weight:normal;margin-top:15px}#feedback_form_leasing_popup_new .block_leasing_popup_new_8{display:none}.block_mini_input{display:flex;flex-wrap:wrap;width:100%;margin-bottom:10px}.wrap_form.pop_up_form{overflow-y:auto !important}.subscribe-form-popup del.hide-form{position:absolute;top:3px;right:15px;z-index:20;padding:0;text-transform:uppercase;font-size:11pt;text-decoration:none;cursor:pointer}.subscribe-form-popup del.hide-form:after{content:'\00D7';font-size:28pt;line-height:100%;padding-left:5px;z-index:22;color:#e3000f}.subscribe-form-popup .content_form{width:100%;padding:0;position:initial}.subscribe-form-popup .content_form:before{display:none}.subscribe-form-popup .content_form .wrap_checkbox{margin-bottom:0}.block-w100{width:100%}#feedback_form_get_discount .mail_send .mail_send_ok{margin-top:0}#feedback_form_get_discount .mail_send_ok,#feedback_form_get_discount .text-signally{text-align:center}#feedback_form_get_discount .inpt{margin-bottom:10px}#feedback_form_get_discount{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#feedback_form_get_discount .title_form{text-align:center}#feedback_form_get_discount form{margin-top:-20px}#feedback_form_get_discount .mail_sender{order:-1}#feedback_form_get_discount form .center_text{width:100%}@media only screen and (max-width:880px){.subscribe-form-popup,.ajax_call_form.subscribe-form-popup{left:50%;right:auto}.search_btn{display:block}}@media only screen and (max-width:600px){.subscribe-form-popup,.ajax_call_form.subscribe-form-popup{left:0;top:0;margin:0;width:100%}}.text-form{width:100%;text-align:center;display:block;margin-bottom:21px;line-height:1.2}.inpt-tirohia{opacity:0 !important;position:absolute;top:0;left:0;height:0 !important;width:0;z-index:-1}.wrap_form.pop_up_form.form_review_class .block_input{padding:0 20px 20px 0}.form_review_class .block_review_2 .hidden-block{display:none}.form_review_class .block_review_2{display:flex;justify-content:flex-end;margin:auto 0}.form_review_class .block_review_2 .title_input_static{max-width:100%;width:auto}.star_wrap{width:20px;height:20px;margin-left:5px}.form_review_class .block_review_2 .stars{display:flex;padding-top:5px}.form_review_class .block_review_2 .stars .star,.form_review_class .block_review_2 .stars .fakestar{background:url("/bitrix/templates/.default/components/ip/highloadblock.list/vertex_review/img/empty-star.svg") no-repeat;display:block;width:20px;height:20px;cursor:pointer;position:absolute}.form_review_class .block_review_2 .stars .star.selected,.form_review_class .block_review_2 .stars .fakestar{background:url("/bitrix/templates/.default/components/ip/highloadblock.list/vertex_review/img/full.svg") no-repeat}.form_review_class .block_review_2 .stars label:first-child{margin-left:0}.wrap_form.pop_up_form.form_review_class .block_input.block_review_5,.wrap_form.pop_up_form.form_review_class .item_block_whide{width:100%}.wrap_form.pop_up_form.form_review_class .block_input.block_personal_data{width:100%;margin-bottom:0}.wrap_form.pop_up_form.form_review_class .block_input.block_personal_data .wrap_checkbox,.wrap_form.pop_up_form.form_review_class .block_send_mail .wrap_checkbox{margin-bottom:0}.wrap_form.pop_up_form.form_review_class .block_send_mail{margin:0 auto}.wrap_form.pop_up_form.form_review_class .item_block_whide input{padding:19px 84px;height:auto}.submit-spare .btn-price-rent{-webkit-flex:1;-ms-flex:1;flex:1}#feedback_form_buy_spare .additional-text{display:block;font-size:.75em}.contact-info{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.contact-info .form-phone{position:relative;width:60px;height:50px;margin:0 0 0 1em}.contact-info .form-phone:before{content:'T';position:absolute;top:50%;left:50%;font-family:nx,Tahoma,Geneva,sans-serif;font-weight:normal;font-size:28px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.contact-info .form-tg{display:inline-block;width:60px;height:50px;margin:0;padding:0;position:relative;vertical-align:middle;overflow:hidden;border:0;font-size:11px;line-height:1;text-decoration:none;text-align:center}.contact-info .form-tg:before{content:"т";font-family:nx,Tahoma,Geneva,sans-serif;display:inline-block;position:absolute;top:0;left:0;z-index:10;font-size:50px;width:60px;height:50px}@keyframes explode{0%{transform:scale(1);opacity:1}100%{transform:scale(2);opacity:0}}.form_review_class .block_review_2 .stars .star.exploding{animation:explode .5s ease-out}@media only screen and (max-width:640px){#feedback_form_buy_spare .submit-spare{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.submit-spare .btn-price-rent{-webkit-flex:unset;-ms-flex:unset;flex:unset;margin:1em 0}.contact-info{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.contact-info .form-phone{margin:0}}@media(max-width:800px){.wrap_form.form_review_class .block_review_2{display:flex;justify-content:flex-start;align-items:center}.wrap_form.form_review_class .block_input .title_input_static{width:auto;padding-top:5px;margin-right:10px}.form_review_class .block_review_2 .stars{padding-top:0}.wrap_form.pop_up_form.form_review_class .block_input{padding-right:0}}

/* End */


/* Start:/bitrix/templates/.default/components/ip/nx.plugin/vertex_year_cookie_1.0/style.min.css?17460115231100*/
.mobile-year-info{width:100%;height:24px;background-color:#fff;display:none;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:970}.mobile-year-info .myi-box{font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;font-size:12px;line-height:12px;color:#3c78e4;text-transform:uppercase;text-decoration:none;display:flex;flex-direction:row;align-items:center}.mobile-year-info .myi-box a{text-decoration:none}.mobile-year-info .myi-box-border{display:block;height:14px;width:2px;background-color:#3c78e4;margin-right:10px;margin-left:10px}.mobile-year-info .myi-close{cursor:pointer;padding:7px 12px;width:34px;height:24px;display:flex;justify-content:center;align-items:center}.mobile-year-info .myi-close path{fill:#6e737e}.mobile-year-info .myi-close:hover{fill:#faae00}@media only screen and (max-width:1280px){.mobile-year-info.active{display:flex}body:has(.mobile-year-info.active) .container{padding-top:73px !important}}@media only screen and (max-width:750px){body:has(.mobile-year-info.active) .container{padding-top:103px !important}}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/vertex_top_mobile_menu/style.min.css?163645780827*/
.mobMiniMenu{display:none}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/style.min.css?17244087748118*/
.wrap_top_menu{overflow:hidden}.close_vertical_menu{position:absolute;top:27px;left:calc(1170px / 2);width:22px;height:22px;cursor:pointer;z-index:3000}.close_vertical_menu:before{content:'k';position:absolute;top:2px;left:2px;width:100%;color:#fff;font-family:nx,Tahoma,Geneva,sans-serif;font-size:24px;line-height:24px}.menu_company_logo{position:absolute;top:11px;left:calc((100vw / 2) - (1170px / 2));display:block;width:193px;height:55px;overflow:hidden;text-indent:-1000px;background:url('/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/logo_ru_blue.png') left top no-repeat;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}.en_version .menu_company_logo{background-image:url("/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/logo_en_blue.png")}.vertical-multilevel-menu.active_menu{background-image:url("/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/big_logo_vertex.png")}.wrap_top_menu{display:flex;justify-content:space-between;position:fixed;top:0;right:0;left:0;bottom:0;z-index:9999;visibility:hidden}.block_sub_menu{height:100vh;width:50%;position:absolute;left:-100%;padding:68px 0 43px 0;background:#b0afaf;top:0}ul.vertical-multilevel-menu{height:100vh;width:50%;position:absolute;right:-100%;padding:106px 0 43px 0;background-color:#3c78e4;background-position:190px center;background-repeat:no-repeat;top:0}.block_list_menu_img{right:40px;position:absolute;top:105px;height:630px;width:400px;z-index:100;opacity:.2}.block_sub_menu .item_menu_img{position:absolute;top:0;left:0;width:100%;height:90%;z-index:100;opacity:0;z-index:200;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s}.block_sub_menu .item_menu_img:first-child{opacity:1}#NXadaptiveTel ul.vertical-multilevel-menu{display:block !important}ul.vertical-multilevel-menu,.vertical-multilevel-menu ul{margin:0;list-style:none;font-size:12px;font-weight:bold}.vertical-multilevel-menu li ul{position:absolute;top:164px;padding:25px 0;display:none;z-index:500;height:auto;border-bottom:0;width:500px;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s}.vertical-multilevel-menu li ul li{margin-bottom:33px}.vertical-multilevel-menu li.root-item-selected ul.root-item_sub li.item_sub-brands:first-child{order:11}.vertical-multilevel-menu li.root-item-selected ul.root-item_sub li:last-child a span:after,.vertical-multilevel-menu li.root-item_sub ul.root-item_sub li:last-child a span:after{display:none}.vertical-multilevel-menu li ul li:last-child{margin-bottom:0}.vertical-multilevel-menu li ul li a{position:relative;padding:0;color:#2b2b2b;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:bold;font-size:24px;line-height:100%;width:inherit;text-align:right;z-index:400;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vertical-multilevel-menu li ul li a span{text-decoration:none;position:relative;padding-right:40px}.vertical-multilevel-menu li ul li a span:before{content:'';position:absolute;right:0;bottom:-29px;z-index:-5;width:0;height:38px;border-top:14px solid #c0bfbf;border-botom:14px solid #c0bfbf;-webkit-transition:all .5s linear 0s;-moz-transition:all .5s linear 0s;-o-transition:all .5s linear 0s;transition:all .5s linear 0s}.vertical-multilevel-menu li ul.root-item li a:hover span:before{width:100%}.vertical-multilevel-menu li ul.root-item_sub li{padding-top:15px;margin-bottom:0;margin-left:auto;max-width:340px;width:100%}.vertical-multilevel-menu li ul.root-item_sub li a span{font-weight:600}.vertical-multilevel-menu li ul.root-item li a span.root-item_sub-search{padding-right:23px}.vertical-multilevel-menu li ul.root-item li a span{text-decoration:none;position:relative;padding-right:40px}.vertical-multilevel-menu li ul.root-item li a.item_sub span:before{content:'';position:absolute;right:0;bottom:-29px;z-index:-5;width:0;height:38px;border-top:14px solid #c0bfbf;border-botom:14px solid #c0bfbf;-webkit-transition:all .5s linear 0s;-moz-transition:all .5s linear 0s;-o-transition:all .5s linear 0s;transition:all .5s linear 0s}.vertical-multilevel-menu li ul.root-item_sub li a span.root-item_sub-search:before{display:none}.vertical-multilevel-menu li ul.root-item_sub li a span:before{content:'';position:absolute;right:0;bottom:-29px;z-index:-5;width:0;height:38px;border-top:14px solid #c0bfbf;border-botom:14px solid #c0bfbf;-webkit-transition:all .5s linear 0s;-moz-transition:all .5s linear 0s;-o-transition:all .5s linear 0s;transition:all .5s linear 0s}.vertical-multilevel-menu li ul li a:hover span:before{width:100%}.vertical-multilevel-menu li a{display:block;text-decoration:none;color:#fff;font-weight:bold;padding:5px;font-size:18px;width:100%;text-transform:uppercase}.vertical-multilevel-menu li>a{display:inline-block;width:auto;color:#fff;padding:5px 0 5px 100px;border:0;font-size:32px;z-index:100;text-transform:inherit;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;padding-bottom:13px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s}.vertical-multilevel-menu>li>a,.vertical-multilevel-menu>li.root-item>a{position:relative}.vertical-multilevel-menu>li>a:before{content:'';position:absolute;left:0;bottom:9px;height:20px;width:0;z-index:-5;background:#b0afaf;-webkit-transition:all .5s linear 0s;-moz-transition:all .5s linear 0s;-o-transition:all .5s linear 0s;transition:all .5s linear 0s}.vertical-multilevel-menu.active_menu>li>a.active_root:before{width:100%}.vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a;border:0;box-sizing:border-box;-moz-box-sizing:border-box}.vertical-multilevel-menu a.parent{background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/arrow.gif) center right no-repeat;padding-right:10px}.vertical-multilevel-menu a.denied{background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul.vertical-multilevel-menu li{float:left;height:1%}* html ul.vertical-multilevel-menu li a{height:1%}/**/.vertical-multilevel-menu li ul.root-item{margin:-60px 0 0 0;width:100%;left:-100%}.vertical-multilevel-menu li.root-item_sub a{z-index:501}.vertical-multilevel-menu li ul.root-item_sub{position:relative;margin:0 0 0 auto;padding:0;top:0;width:100%}.vertical-multilevel-menu li ul.root-item_sub li span{font-size:20px}.vertical-multilevel-menu li ul.root-item:after{content:"";display:block;position:absolute;top:0;width:100%;height:100vh}.vertical-multilevel-menu li ul{margin:-27px 0 0 133px}.active_menu.active_menu li:hover ul.root-item,.active_menu.active_menu ul.root-item li:hover ul.root-item_sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.root-item_sub-search{content:'';display:inline-block;width:15px;height:15px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/images/search.svg) no-repeat;background-size:contain}@media only screen and (max-width:1400px){.vertical-multilevel-menu li>a{padding:5px 0 5px 50px;font-size:28px}.vertical-multilevel-menu li ul.root-item{margin:-60px 0 0 0}.vertical-multilevel-menu li ul li{margin-bottom:25px}}@media only screen and (max-width:1170px){.wrap_top_menu.nx-flex-col-btw .header_menu_link{display:none}}@media only screen and (max-height:900px){ul.vertical-multilevel-menu{padding:50px 0 43px 0}.vertical-multilevel-menu li ul{padding-top:0;top:124px}}

/* End */


/* Start:/bitrix/templates/.default/components/ip/nx_region_2.0/vertex_new_city_1.0/style.min.css?17136077106975*/
#NXModalContent{max-width:1370px;width:100%;margin:0 auto;position:fixed;z-index:10001;top:50px;max-height:80vh;height:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#eff4ff;font-size:16px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#NXModalContent .hide-form{position:absolute;top:3px;right:15px;z-index:20;padding:0;text-transform:uppercase;font-size:11pt;text-decoration:none;cursor:pointer}#NXModalContent .hide-form:after{content:'\00D7';font-size:28pt;line-height:100%;padding-left:5px;z-index:22;color:#e3000f}#NXModalContent.geo-modal{padding:30px;max-height:60vh;overflow:hidden;max-width:800px}.nx_region_list{position:relative;font-size:16px;color:#002c3e;padding-left:30px;cursor:pointer}.nx_region_list:before{position:absolute;left:0;content:'M';font-size:25px;line-height:125%;font-family:nx,Tahoma,Geneva,sans-serif;color:#fff;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.area-choose-city{height:calc(100% - 70px)}.nx_region_list .current_office{width:100%;height:100%;max-width:200px;line-height:normal}.nx_region_list .current_office u{color:#002c3e;text-decoration:none;margin:0 0 0 30px;position:relative;cursor:pointer}.nx_region_list .current_office u:after{content:'';display:block;width:8px;height:8px;position:absolute;top:-webkit-calc(50% - 4px);top:calc(50% - 4px);right:-20px;z-index:50;border:2px solid #002c3e;border-top:0;border-right:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.nx-modal{position:fixed;top:0;left:0;right:0;z-index:990;height:100vh;background:rgba(0,0,0,0.8)}.nx-region-ask{position:fixed;top:10vh;right:50%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%);z-index:9999999;width:auto;min-width:250px;padding:1.5em;color:#000;font-size:16px;text-align:center;background:#eff4ff;box-shadow:0 0 25px 5px rgba(0,0,0,0.5);-moz-box-shadow:0 0 25px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 25px 5px rgba(0,0,0,0.5)}.nx-region-ask_city{font-style:normal;display:block;margin:10px 28px 0 28px;font-size:16px;font-weight:bold;text-align:center;text-decoration:none;color:#3c78e4}#NXModalContent.geo-modal{padding:30px;max-height:60vh;overflow:hidden;max-width:800px}#NXModalContent.geo-modal h4{position:relative;margin-top:0}#NXModalContent.geo-modal .geo-list__item{height:100%;width:33%;padding:10px}#NXModalContent.geo-modal .geo-list__item ul{overflow:auto;height:calc(100% - 50px);list-style-type:none;padding-left:0;border-right:1px solid #eee;scrollbar-width:thin;scrollbar-color:#f7444e #fff}#NXModalContent.geo-modal .geo-list__item:last-child ul{border:0}#NXModalContent.geo-modal .geo-list__item ul::-webkit-scrollbar,.seach-city .geo-city-list::-webkit-scrollbar{width:7px;border:3px solid white;background-color:#dadada}#NXModalContent.geo-modal .geo-list__item ul::-webkit-scrollbar-thumb,.seach-city .geo-city-list::-webkit-scrollbar-thumb{background-color:#3c78e4}#NXModalContent.geo-modal .geo-list__item .active,#NXModalContent.geo-modal .geo-list__item ul li:hover,.seach-city .geo-city-list li:hover{color:#3c78e4}#NXModalContent.geo-modal .geo-list__item ul li,.seach-city .geo-city-list li{cursor:pointer;line-height:normal;margin-bottom:10px}#NXModalContent.geo-modal .geo-list{height:100%}#NXModalContent.geo-modal .geo-list__item .tab:after,#NXModalContent.geo-modal .geo-list__item .close:after,#NXModalContent.geo-modal .geo-list__item .open:after,#NXModalContent.geo-modal .geo-list__item .tab_opened:after{content:'';display:block;width:8px;height:8px;position:absolute;top:-webkit-calc(50% - 4px);top:calc(50% - 4px);right:0;z-index:50;border:2px solid #002c3e;border-top:0;border-right:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:0}#NXModalContent.geo-modal .geo-list__item .open:after{content:"";-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.seach-city{position:relative;max-height:100%;margin:0 10px}.seach-city-area-input:before{content:'с';font-family:nx,Tahoma,Geneva,sans-serif;font-size:20px;position:absolute;top:50%;left:5px;color:#3c78e4;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s;outline:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.seach-city.city-answer{height:100%}.seach-city-area-input{position:relative;margin:15px 0}.seach-city .inpt{width:100%;padding-left:35px;margin-top:0}.seach-city .geo-city-list{height:calc(100% - 75px);overflow:auto;list-style-type:none;padding-left:0;scrollbar-width:thin;scrollbar-color:#f7444e #fff}.seach-city .ul-colum{-webkit-columns:2 auto;-moz-columns:2 auto;columns:2 auto}.not-found-city{color:#f7444e;position:absolute;z-index:33333;background:#fff;width:100%;top:100%;padding:5px;box-shadow:8px 8px 24px 0 rgb(15 32 39 / 33%)}.nx-region-ask .nx-region-var{border-bottom:1px solid #000;cursor:pointer}.nx-region-ask .nx-region-var:hover{color:#3c78e4;border-bottom:1px solid #3c78e4}.nx-region-ask .nx-yes{float:left}.nx-region-ask .nx-no{float:right}.nx-region-ask .nx-region-answer{font-style:normal;display:block;margin:15px 50px 0 50px;font-size:17px}@media only screen and (max-height:900px){#NXModalContent.geo-modal{max-height:80vh;padding:30px 15px}.nx_region_list:before{font-size:21px}}@media only screen and (max-width:1024px){.nx_region_list.menu-region{position:relative;top:0;left:0;margin:0;display:block;padding:1em 40px 1em 1em;border:1px solid #ccc;border-bottom-color:#f5f1e9;border-left:0;border-right:0}.nx_region_list.menu-region .current_office u{font-size:15px;font-weight:500;color:#000;position:static}.nx_region_list.menu-region .current_office u:after{width:12px;height:12px;top:40%;right:1em}.nx_region_list.menu-region::before{content:none}#NXadaptiveMenu .nx_region_list.menu-region u{display:inline;margin:0}.nx_region_list .current_office u{display:none}}@media only screen and (max-width:900px){#NXModalContent.geo-modal{max-height:100vh;padding:30px 15px;overflow:auto;top:0}}@media only screen and (max-width:750px){.nx_region_list{padding-left:22px}.nx_region_list .current_office{max-width:120px}.nx_region_list:before{font-size:18px}}@media only screen and (max-width:700px){#NXModalContent.geo-modal .geo-list__item{width:100%;height:auto}.seach-city .ul-colum{-webkit-columns:12 auto;-moz-columns:1 auto;columns:1 auto}.header_country .current_office{display:none}}@media(max-width:500px){#NXadaptiveNavigation:has(.center_fw) .nx_region_list.header_country{margin-left:160%}}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.compare.list/vertex_compare_label/style.min.css?16934741233089*/
.bx_catalog-compare-list{position:relative;width:19px;height:16px;margin-bottom:-3px;display:block;margin:0 7px 0 20px}.white_header .bx_catalog-compare-list:before,.white_header .wrap_header.fixit .bx_catalog-compare-list:before,.bx_catalog-compare-list:before{content:'';position:absolute;top:-2px;left:0;width:30px;height:30px;background-size:80%;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMDMxMjUgMC4wMzEyNSkiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEwMjRoMjU2VjI1NkgwVjEwMjR6IE0zMjAuNSwxMDI0aDI1NlYwaC0yNTZMMzIwLjUsMTAyNHogTTY0MCwxMDI0aDI1NlY2NDBINjQwVjEwMjR6IE05NjAuNSwxMDI0aDI1NlY1MTJoLTI1Nkw5NjAuNSwxMDI0eiIvPjwvZz48L3N2Zz4=)}.white_header .bx_catalog-compare-list:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzNDNzhFNDt9PC9zdHlsZT48ZyB0cmFuc2Zvcm09InNjYWxlKDAuMDMxMjUgMC4wMzEyNSkiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEwMjRoMjU2VjI1NkgwVjEwMjR6IE0zMjAuNSwxMDI0aDI1NlYwaC0yNTZMMzIwLjUsMTAyNHogTTY0MCwxMDI0aDI1NlY2NDBINjQwVjEwMjR6IE05NjAuNSwxMDI0aDI1NlY1MTJoLTI1Nkw5NjAuNSwxMDI0eiIvPjwvZz48L3N2Zz4=)}.no_item_compare{opacity:.4}.bx_catalog-compare-list:hover:before{color:#161412}#NXadaptiveNavigation .bx_catalog-compare-list{margin:8px 30px 0 0}#NXadaptiveNavigation .bx_catalog-compare-list:hover:before{color:#f9ae00}.bx_catalog-compare-list .count_copmare{position:absolute;top:-10px;right:-14px;width:18px;height:18px;border:1px solid #fff;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#faae00;color:#fff;font-size:11px;font-weight:bold;line-height:155%;text-align:center}.bx_catalog-compare-list .site_s9 .count_copmare{background:#f21a0b}#NXadaptiveNavigation .bx_catalog-compare-list .count_copmare{border:0}.bx_catalog-compare-list.fix{position:fixed}.bx_catalog-compare-list.top{top:5px}.bx_catalog-compare-list.right{right:5px}.bx_catalog-compare-list.bottom{bottom:5px}.bx_catalog-compare-list.left{left:5px}.bx_catalog-compare-list a{font-size:11px;color:#327ab7}.bx_catalog-compare-list a:hover{text-decoration:none}.bx_catalog_compare_count p{margin:0 0 10px 0}.bx_catalog_compare_count p.compare-redirect{text-align:center;font-weight:bold}.bx_catalog-compare-list .compare-items td{font-size:12px;font-weight:bold;padding-bottom:10px;vertical-align:top}@media only screen and (max-width:1170px){}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.form/vertex_search_form/style.min.css?16935605311896*/
.wrap_search_form{position:relative;margin:0 20px;-webkit-transition:all .35s linear 0s;-moz-transition:all .35s linear 0s;-o-transition:all .35s linear 0s;transition:all .35s linear 0s}.search_link{position:relative;display:block;width:22px;height:22px;z-index:500;cursor:pointer;outline:0}.search_link.visible_serch_form:before,.search_form .wrap_search_btn:before,.search_link:before{content:'с';font-family:nx,Tahoma,Geneva,sans-serif;font-size:20px;position:absolute;top:-3px;left:0;z-index:-100;color:#fff;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s;outline:0}.search_form .wrap_search_btn:before{color:#13a3e2}.white_header .search_link.visible_serch_form:before,.white_header .search_form .wrap_search_btn:before,.white_header .search_link:before{color:#3c78e4}.search_link.visible_serch_form:before{content:'з'}.search_form{position:absolute;top:-20px;right:38px;width:285px;z-index:900;padding:15px 5px 15px 15px;background:#eff4ff;-webkit-box-shadow:0 2px 15px 0 rgba(50,50,50,0.4);-moz-box-shadow:0 2px 15px 0 rgba(50,50,50,0.4);box-shadow:0 2px 15px 0 rgba(50,50,50,0.4);-webkit-transition:all .5s linear 0s;-moz-transition:all .5s linear 0s;-o-transition:all .5s linear 0s;transition:all .5s linear 0s}.search_form.hide_form{display:none !important}.search_form.visible_form{display:block !important}.search_form .search_text{display:block;height:30px;width:calc(100% - 40px);padding:.5em;font-size:14px}.search_form .wrap_search_btn{width:22px;height:22px;padding:0;margin-right:7px;border:0;outline:0;cursor:pointer;position:relative}.search_form .wrap_search_btn .search_btn{border:0;background:inherit;width:100%;height:100%;outline:0;cursor:pointer}.search_form .search_btn:hover{background-position:0 -22px}@media only screen and (max-width:1170px){.wrap_search_form{display:none}}

/* End */


/* Start:/bitrix/templates/.default/components/ip/nx.highload.list_1.0/vertex_banners_everywhere/style.min.css?17435056152920*/
.banners_everywhere{order:2}.banners_everywhere .img-block.btn_price_request{cursor:pointer}.wrap_h1 ~ .banners_everywhere{width:100%}.banners_everywhere .img-block img{width:100%;height:100%}.banners_everywhere .img-block{display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;width:100%}.banners_everywhere .show-form-newyear-sale{cursor:pointer}.banners_everywhere .img-block .banner_xl{display:block}.banners_everywhere .img-block .banner_lg,.banners_everywhere .img-block .banner_md,.banners_everywhere .img-block .banner_sm{display:none}.banners_everywhere .slick-slide>div{display:-webkit-box;display:-ms-flexbox;display:flex}.banners_everywhere.slick-initialized .slick-slide{margin:4px 0}.banners_everywhere:has(.banner_between_products){width:100%;height:0}.catalog_list_elements .banners_everywhere:has(.banner_between_products){order:0}.banners_everywhere:has(.banner_between_products) .slick-track{margin:0}.banners_everywhere.slick-initialized:has(.banner_between_products) .slick-slide{margin:20px 0 0 0;padding:0}.catalog_list_elements .banners_everywhere.slick-initialized:has(.banner_between_products) .slick-slide{margin:0 0 15px 0;padding:0}.banners_everywhere .img-block.banner_header_h1{margin-top:0}.banners_everywhere .banner_between_products img{width:100vw}.banners_everywhere .img-block.banner_rent_bu_detail_top{margin-bottom:30px}.banner_spare_max_4_section{margin-left:30px}@media(max-width:1170px){.banners_everywhere:has(.banner_between_products){order:3}.catalog_list_elements .banners_everywhere:has(.banner_between_products){order:0}.banner_spare_max_4_section{margin-left:0}.wrap_h1 ~ .banners_everywhere{margin-left:0}.banners_everywhere{width:calc(100% + 30px);margin-left:-15px}}@media only screen and (max-width:1024px){.banners_everywhere .img-block .banner_lg{display:block}.banners_everywhere .img-block .banner_xl,.banners_everywhere .img-block .banner_md,.banners_everywhere .img-block .banner_sm{display:none}.banners_everywhere:has(.banner_between_products){min-height:auto}}@media only screen and (max-width:711px){.banners_everywhere .img-block .banner_md{display:block}.banners_everywhere .img-block .banner_xl,.banners_everywhere .img-block .banner_lg,.banners_everywhere .img-block .banner_sm{display:none}}@media only screen and (max-width:500px){.banners_everywhere.slick-initialized:has(.banner_between_products) .slick-slide{margin:40px 0 0 0}.catalog_list_elements .banners_everywhere.slick-initialized:has(.banner_between_products) .slick-slide{margin:0 0 45px 0}}@media only screen and (max-width:360px){.banners_everywhere .img-block .banner_sm{display:block}.banners_everywhere .img-block .banner_xl,.banners_everywhere .img-block .banner_md,.banners_everywhere .img-block .banner_lg{display:none}}.leasing_main_text .banners_everywhere{margin-top:90px}@media only screen and (max-width:900px){.leasing_main_text .banners_everywhere{margin-top:0}}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/vertex_list_footer_equipment/style.min.css?16831043341390*/
.bottom_menu{width:100%;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:bold;padding-bottom:32px}.bottom_menu .block_bk{position:absolute;top:0;left:0;width:445px;height:100%;max-height:555px;z-index:10;opacity:0;background-position:center;background-repeat:no-repeat;background-size:contain}.bottom_menu .block_bk.block_bk_0{opacity:1}.bottom_menu .item_bottom_menu{position:relative;width:100%;z-index:200;height:48px}.bottom_menu .item_bottom_menu .main_title{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#fff;font-size:17px;text-align:center;line-height:150%;text-transform:uppercase;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s}.bottom_menu .item_bottom_menu:hover .main_title{opacity:.15;font-size:29px}.bottom_menu .item_bottom_menu .block_link{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s}.bottom_menu .item_bottom_menu a{color:#faae00;text-decoration:none;text-transform:uppercase;margin:0 28px;font-size:17px}.bottom_menu .item_bottom_menu:hover .block_link{opacity:1}.bottom_menu .item_bottom_menu:hover .block_link{opacity:1}@media only screen and (max-width:1170px){.bottom_menu{display:none}}

/* End */


/* Start:/bitrix/templates/.default/components/ip/news.list/vertex_footer_contacts/style.min.css?17490359355239*/
.footer_content_item .list_footer_contacts{font-family:Open_Sans,Arial,Helvetica,sans-serif;display:block;-webkit-column-count:2;-moz-column-count:2;column-count:2}.list_footer_contacts .list_country_footer_contacts{margin-bottom:42px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid-column;-ms-column-break-inside:avoid-column;-o-column-break-inside:avoid-column;column-break-inside:avoid-column;page-break-inside:avoid;break-inside:avoid-column}.item_footer_contacts{font-weight:300;margin-bottom:42px;width:100%}.ru-en .item_footer_contacts{font-weight:300;margin-bottom:0;margin-top:42px;width:100%}.ru-en .item_footer_contacts:first-of-type{margin-top:0}.ru-en .country_name{margin-top:33px}.ru-en .country_name:first-of-type{margin-top:0}.list_footer_contacts .list_country_footer_contacts:last-child,.list_footer_contacts .item_footer_contacts:last-child{margin-bottom:0}.list_footer_contacts .name_contacts{font-weight:bold;text-transform:uppercase;font-size:17px;margin-bottom:22px;padding-left:0}.list_footer_contacts span{position:relative;display:block;padding-left:46px;font-size:17px;line-height:140%;margin-bottom:17px;text-decoration:none}.list_footer_contacts span:last-child{margin-bottom:0}.list_footer_contacts .prop_contacts:before{content:'';position:absolute;left:0;top:50%;width:24px;height:24px;margin-top:-12px;color:#fff;font-size:23px;line-height:110%;text-align:center;font-family:nx,Tahoma,Geneva,sans-serif}.list_footer_contacts .prop_contacts.addres_contacts:before{content:'M'}.list_footer_contacts .prop_contacts.phone_contacts:before{content:'T'}.list_footer_contacts .prop_contacts.email_contacts:before{content:'E';font-size:19px;line-height:125%}.list_footer_contacts .prop_contacts.web_contacts:before{content:'';background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0LDJjLTQuNCwwLTguNiwxLjMtMTIuMiwzLjdjLTMuNiwyLjQtNi40LDUuOS04LjEsOS45QzIsMTkuNiwxLjYsMjQsMi40LDI4LjNjMC44LDQuMywyLjksOC4yLDYsMTEuMwoJYzMuMSwzLjEsNyw1LjIsMTEuMyw2YzQuMywwLjgsOC43LDAuNCwxMi43LTEuM2M0LTEuNyw3LjUtNC41LDkuOS04LjFDNDQuNywzMi42LDQ2LDI4LjQsNDYsMjRjMC01LjgtMi4zLTExLjQtNi41LTE1LjUKCUMzNS40LDQuMywyOS44LDIsMjQsMkwyNCwyeiBNNDIuMywzMmgtNi4yYzAuNS0yLjMsMC44LTQuNiwwLjgtN2g3QzQzLjgsMjcuNCw0My4zLDI5LjgsNDIuMywzMnogTTQuMSwyNWg3YzAuMSwyLjQsMC4zLDQuNywwLjgsNwoJSDUuN0M0LjcsMjkuOCw0LjIsMjcuNCw0LjEsMjVMNC4xLDI1eiBNNS43LDE2aDYuMmMtMC41LDIuMy0wLjgsNC42LTAuOCw3aC03QzQuMiwyMC42LDQuNywxOC4yLDUuNywxNkw1LjcsMTZ6IE0yNSwxNFY0LjEKCWMzLjYsMC42LDYuOCw0LjQsOC41LDkuOUgyNXogTTM0LjEsMTZjMC41LDIuMywwLjgsNC42LDAuOSw3SDI1di03SDM0LjF6IE0yMyw0LjFWMTRoLTguNUMxNi4yLDguNSwxOS40LDQuNywyMyw0LjF6IE0yMywxNnY3SDEzCgljMC4xLTIuNCwwLjQtNC43LDAuOS03SDIzeiBNMTMsMjVoMTB2N2gtOS4xQzEzLjQsMjkuNywxMy4xLDI3LjQsMTMsMjVMMTMsMjV6IE0yMywzNHY5LjljLTMuNi0wLjYtNi44LTQuNC04LjUtOS45SDIzeiBNMjUsNDMuOQoJVjM0aDguNUMzMS44LDM5LjUsMjguNiw0My4zLDI1LDQzLjl6IE0yNSwzMnYtN2gxMGMtMC4xLDIuNC0wLjQsNC43LTAuOSw3SDI1eiBNMzcsMjNjLTAuMS0yLjQtMC4zLTQuNy0wLjgtN2g2LjIKCWMxLDIuMiwxLjUsNC42LDEuNiw3SDM3eiBNNDEuMywxNGgtNS43Yy0wLjktMy4zLTIuNS02LjMtNC44LTguOEMzNS4yLDYuOCwzOC45LDEwLDQxLjMsMTRMNDEuMywxNHogTTE3LjEsNS4yCgljLTIuMywyLjUtMy45LDUuNS00LjgsOC44SDYuN0M5LjEsMTAsMTIuOCw2LjgsMTcuMSw1LjJMMTcuMSw1LjJ6IE02LjcsMzRoNS43YzAuOSwzLjMsMi41LDYuMyw0LjgsOC44QzEyLjgsNDEuMiw5LjEsMzgsNi43LDM0CglMNi43LDM0eiBNMzAuOSw0Mi44YzIuMy0yLjUsMy45LTUuNSw0LjgtOC44aDUuN0MzOC45LDM4LDM1LjIsNDEuMiwzMC45LDQyLjh6Ii8+Cjwvc3ZnPgo=');background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;background-size:contain;font-size:19px;line-height:125%}.list_footer_contacts .prop_contacts.office_contacts:before{content:'M';font-size:25px;line-height:125%}.list_footer_contacts a{color:#fff;text-decoration:none}.list_footer_contacts a:hover{color:#fff}@media only screen and (max-width:1170px){.footer_content_item .list_footer_contacts{-webkit-column-count:unset;-moz-column-count:unset;column-count:unset}.footer_content_item .ru-en{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-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list_country_footer_contacts .h4{width:100%}.item_footer_contacts{width:auto;margin:0}.ru-en .item_footer_contacts{width:calc(100%/3);margin-top:0;margin-bottom:9px}.ru-en .item_footer_contacts:last-child{width:100%}.list_footer_contacts .name_contacts{margin-bottom:9px}.list_footer_contacts .country_name{width:100%}.list_footer_contacts span{padding-left:34px}}@media only screen and (max-width:800px){.item_footer_contacts{width:100%;margin:0 0 15px 0}.ru-en .country_name{margin-top:33px}.ru-en .item_footer_contacts{width:100%;margin:0 0 15px 0}}

/* End */


/* Start:/bitrix/templates/.default/components/ip/nx.plugin/vertex_cookie_1.0/style.min.css?1748949489818*/
.block-cookie{position:fixed;bottom:0;right:0;margin:0 30px 50px 0;width:400px;padding:20px;background:white;-webkit-box-shadow:0 0 25px rgba(0,0,0,0.15);-moz-box-shadow:0 0 25px rgba(0,0,0,0.15);box-shadow:0 0 25px rgba(0,0,0,0.15);z-index:2602;border-radius:20px}.block-cookie.nx-flex-row-c-c{display:none}.block-cookie.nx-flex-row-c-c.active{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.block-cookie .text-cookie{text-align:center;padding-right:20px;color:black;font-weight:normal;font-size:16px;line-height:25px}.block-cookie .btn{margin:20px 0 0 0;width:100%;border-radius:10px}.wrap__ehsSL{z-index:2601 !important}@media(max-width:700px){.block-cookie{box-sizing:border-box;width:calc(100% - 40px);margin:0 20px 20px 20px}}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.site.selector/vertex_lang/style.min.css?17000415822833*/
.country{margin:0 40px 0 30px;width:53px;height:40px;overflow:hidden;position:relative}.header_s8 .country{margin:0 40px 0 30px}.country:hover{overflow:visible;background:#fff}@media only screen and (min-width:1368px) and (max-width:1424px){.before_scroll .header_content .header_social_ae.header_social_main{width:56px}}.country .country_wrapper{position:absolute;top:0;left:0;width:100%;z-index:99;-webkit-box-shadow:0 2px 10px 0 rgba(50,50,50,0.35);-moz-box-shadow:0 2px 10px 0 rgba(50,50,50,0.35);box-shadow:0 2px 10px 0 rgba(50,50,50,0.35)}.country:hover .country_wrapper{background:#fff}.white_header .country:hover .country_wrapper{background:#fff}.country .item_lang{color:#fff;width:100%;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;text-decoration:none;font-size:19px;padding:6px 0}.wrap_header.before_scroll .country .item_lang.active{color:#3c78e4}.country .country_wrapper .item_lang:last-child{border:0}.country:hover .item_lang{color:#128fd7}.before_scroll .country:hover .item_lang{color:#3c78e4}.country .item_lang:hover{background-color:#128fd7;color:#fff}.before_scroll .country .item_lang:hover{background-color:#3c78e4;color:#fff}.country:hover .item_lang.active:hover,.country:hover .country_wrapper .item_lang.active{color:#128fd7;background:#fff}.before_scroll .country:hover .item_lang.active:hover,.before_scroll .country:hover .country_wrapper .item_lang.active{color:#3c78e4;background:#fff}.before_scroll .country .item_lang.no_active{border-color:#3c78e4}.white_header .country:hover .item_lang.no_active,.white_header .country .item_lang.no_active .country:hover .item_lang.no_active,.before_scroll .country .item_lang.no_active,.country .item_lang.no_active{border-top:1px solid #128fd7;color:#bababa !important;background:#fff}.white_header .country .item_lang{color:#3c78e4}.white_header .wrap_header.fixit .country .item_lang.active{color:#fff}.white_header .wrap_header.fixit .country:hover .item_lang,.white_header .wrap_header.fixit .country:hover .item_lang.active,.white_header .wrap_header.fixit .country:hover .item_lang.active:hover{color:#128fd7;background-color:#fff}.white_header .wrap_header.fixit .country:hover .item_lang:hover{background-color:#128fd7;color:#fff}.white_header .country:hover .item_lang{color:#3c78e4}.white_header .country:hover .item_lang:hover{background-color:#3c78e4;color:#fff}.white_header .country:hover .item_lang.active:hover,.white_header .country:hover .item_lang.active{color:#3c78e4;background-color:#fff}.white_header .wrap_header.fixit .country:hover .item_lang.no_active:hover,.white_header .country:hover .item_lang.no_active:hover,.white_header .country:hover .item_lang.no_active,.white_header .country .item_lang.no_active{color:#bababa;background-color:#fff}@media only screen and (min-width:1936px){.country{margin:0 20px}}

/* End */


/* Start:/bitrix/templates/vertex/styles.min.css?175024569461399*/
@font-face{font-family:'nx';src:url('/bitrix/templates/vertex/fonts/nx.eot?27685187');src:url('/bitrix/templates/vertex/fonts/nx.eot?27685187#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/nx.woff?27685187') format('woff'),url('/bitrix/templates/vertex/fonts/nx.ttf?27685187') format('truetype'),url('/bitrix/templates/vertex/fonts/nx.svg?27685187#nx') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans-Extrabold.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-Extrabold.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-Extrabold.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');font-weight:800;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans.svg#OpenSans') format('svg');font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans-Semibold.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-Semibold.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-Semibold.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');font-weight:600;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans-Bold.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-Bold.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-Bold.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');font-weight:bold;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans-Light.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-Light.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-Light.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');font-weight:300;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSans-BoldItalic.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-BoldItalic.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-BoldItalic.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');font-weight:bold;font-style:italic}@font-face{font-display:swap;font-family:'Open_Sans_Condensed';src:url('/bitrix/templates/vertex/fonts/OpenSans-CondensedBold.eot');src:url('/bitrix/templates/vertex/fonts/OpenSans-CondensedBold.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSans-CondensedBold.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSans-CondensedBold.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold') format('svg');font-weight:bold;font-style:normal}@font-face{font-display:swap;font-family:'Open_Sans';src:url('/bitrix/templates/vertex/fonts/OpenSansLight-Italic.eot');src:url('/bitrix/templates/vertex/fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/OpenSansLight-Italic.woff') format('woff'),url('/bitrix/templates/vertex/fonts/OpenSansLight-Italic.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');font-weight:300;font-style:italic}@font-face{font-display:swap;font-family:'Roboto';src:url('/bitrix/templates/vertex/fonts/Roboto-Condensed.eot');src:url('/bitrix/templates/vertex/fonts/Roboto-Condensed.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/Roboto-Condensed.woff') format('woff'),url('/bitrix/templates/vertex/fonts/Roboto-Condensed.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/Roboto-Condensed.svg#Roboto-Condensed') format('svg');font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Roboto';src:url('/bitrix/templates/vertex/fonts/Roboto-BoldCondensed.eot');src:url('/bitrix/templates/vertex/fonts/Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/Roboto-BoldCondensed.woff') format('woff'),url('/bitrix/templates/vertex/fonts/Roboto-BoldCondensed.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/Roboto-BoldCondensed.svg#Roboto-BoldCondensed') format('svg');font-weight:bold;font-style:normal}@font-face{font-display:swap;font-family:'Roboto';src:url('/bitrix/templates/vertex/fonts/Roboto-Black.eot');src:url('/bitrix/templates/vertex/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/Roboto-Black.woff') format('woff'),url('/bitrix/templates/vertex/fonts/Roboto-Black.ttf') format('truetype');font-weight:800;font-style:normal}@font-face{font-display:swap;font-family:'Roboto';src:url('/bitrix/templates/vertex/fonts/RobotoCondensed-Light.eot');src:url('/bitrix/templates/vertex/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/RobotoCondensed-Light.woff') format('woff'),url('/bitrix/templates/vertex/fonts/RobotoCondensed-Light.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');font-weight:300;font-style:normal}@font-face{font-display:swap;font-family:'Roboto';src:url('/bitrix/templates/vertex/fonts/Roboto-CondensedItalic.eot');src:url('/bitrix/templates/vertex/fonts/Roboto-CondensedItalic.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/Roboto-CondensedItalic.woff') format('woff'),url('/bitrix/templates/vertex/fonts/Roboto-CondensedItalic.ttf') format('truetype'),url('/bitrix/templates/vertex/fonts/Roboto-CondensedItalic.svg#Roboto-CondensedItalic') format('svg');font-weight:normal;font-style:italic}@font-face{font-display:swap;font-family:'Palatino Linotype';src:url('/bitrix/templates/vertex/fonts/Palatino-Linotype.eot');src:url('/bitrix/templates/vertex/fonts/Palatino-Linotype.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/vertex/fonts/Palatino-Linotype.woff') format('woff'),url('/bitrix/templates/vertex/fonts/Palatino-Linotype.ttf') format('truetype');font-weight:400;font-style:normal}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{display:block;font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;position:relative;font-weight:bold;line-height:1.1;text-align:left;text-transform:uppercase;margin:20px 0;padding:0;color:#2b2b2b}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{font-weight:normal;line-height:1;font-size:70%}h1,.h1{font-size:60px;line-height:1.12;margin:0}.p-b-70{padding-bottom:70px}.blue_wrap_h1 h1{color:#fff}.h1_img h1{background:linear-gradient(45deg,#044bce 40%,#15d0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;margin-bottom:20px}.footer .btn{color:#000;width:270px}.footer__button{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-width:565px}.footer__button.btn_ae{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer .yellow_btn:hover{color:#000}.footer .blue_green_btn:hover{color:#000}.footer .blue_light-blue_btn:hover{color:#000}.footer .footer_white_btn{background-color:#e8e8e8;color:#000}.footer .footer_white_btn:hover{background-color:#fff;color:#000}.wrap_h1.wrap_h1_white_bk h1{color:#2b2b2b;background:0;-webkit-text-fill-color:inherit}.sm_H1_ls h1{letter-spacing:-1.5px}.wrap_title{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wrap_title .title,h2,.h2{font-size:30px;color:#8b8b8b;padding:0 32px;margin:40px 0;z-index:200}.wrap_title .title{text-align:center}.wrap_title .title:after,.wrap_title .title:before{content:'';position:absolute;top:50%;left:-1000px;height:2px;width:1000px;margin-top:-1px;z-index:150;background:#8b8b8b}.wrap_title .title:before{left:inherit;right:-1000px}.wrap_title+p{margin-top:0}h3,.h3{font-size:30px;margin:26px 0}h4,.h4{margin:27px 0}h5,.h5{font-size:22px;text-transform:inherit;color:#000}h6,.h6{font-size:20px;text-transform:inherit;color:#000}@media only screen and (max-width:1170px){h1,.h1{font-size:30px}.wrap_h1.wrap_h1_white_bk h1{margin-bottom:0}.wrap_title .title,h2,.h2{font-size:24px;padding:0 15px;margin:15px 0}h3,.h3{font-size:23px;margin:11px 0}h4,.h4{font-size:21px;margin:11px 0}h5,.h5{font-size:20px}}a{color:#3c78e4;background-color:transparent}a:hover{color:#faae00}.color_yellow{color:#faae00}.color_blue{color:#00c8ff}.color_bluer{color:#3c78e4;font-weight:400}.color_yellowr{color:#ffaf00;font-weight:400}a:active,a:hover,a:focus,img:active,img:hover,img:focus,div:active,div:hover,div:focus{outline:0}.back{display:block;color:#788690;font-size:12px;margin-top:30px}.back:before{content:"\2190";padding-right:1em}.back a{color:inherit}abbr[title]{border-bottom:1px dotted}ins{color:#faae00;text-decoration:none}p{padding:0;margin:1em 0}pre{margin:1em 0}blockquote{position:relative;z-index:20;padding:33px 50px;font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;position:relative;font-weight:bold;line-height:1.3;text-align:left;text-transform:uppercase;margin:20px 0;color:#3c78e4;font-size:31px}blockquote:before{content:',,';position:absolute;top:0;left:0;font-family:"Times New Roman",Arial,Helvetica,sans-serif;font-size:275px;line-height:100%;z-index:-1;opacity:.3;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}blockquote p{margin:.5em 0}@media only screen and (max-width:640px){blockquote{margin:0;padding:10px 15px 10px 15px;font-size:17px}blockquote:before{font-size:150px}}.author{text-align:right;font-style:italic}.ps{text-align:right;font-style:italic;font-size:14px}dfn{font-style:italic;border-bottom:1px dashed #000}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}mark{background:#faae00;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{width:100%}samp{display:block;margin:1em 0;padding:1em;background:#cfcfcf}.pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.demo{padding:2em 1em 1em 1em;border:1px solid #ccc;margin:1em 0;position:relative}.demo:before{content:"Пример";position:absolute;border:1px solid #ccc;position:absolute;top:-1px;left:-1px;z-index:10;padding:3px;font-weight:bold;font-size:12px}ol.list,ul.list{list-style-type:none;counter-reset:num;padding:0;margin:0 0 30px 0;font-style:normal;font-stretch:normal;letter-spacing:normal}ol.list li,ul.list li{padding-left:58px;margin-bottom:25px;position:relative;font-size:20px}ul.list li:before{content:'';position:absolute;top:50%;left:0;width:43px;height:2px;background:#3c78e4}ol.list.big_ol li{margin-bottom:42px;padding-top:14px;min-height:62px;line-height:130%}ol.list li:before{content:counter(num) '. ';counter-increment:num;position:absolute;bottom:1px;left:0;font-size:37px;line-height:100%;color:#3c78e4;font-weight:bold;font-family:"Roboto",Arial,Helvetica,sans-serif}ol.list.big_ol li:before{content:counter(num);counter-increment:num;position:absolute;bottom:-9px;left:0;font-size:83px;line-height:100%;color:#3c78e4;font-weight:bold;font-family:"Roboto",Arial,Helvetica,sans-serif}ol.list.big_ol li:after{content:'';position:absolute;top:0;left:60px;width:85px;height:2px;background-color:#3c78e4}@media only screen and (max-width:1170px){ol.list li,ul.list li{padding-left:35px}ol.list.big_ol li{margin-bottom:25px;padding-top:8px;font-size:17px}ol.list.big_ol li:before{bottom:inherit;left:0;font-size:40px;top:-4px}ol.list.big_ol li:after{left:35px}ul.list li:before{width:25px}ol.list li,ul.list li{margin-bottom:15px;font-size:17px}ol.list li:before{font-size:30px}}.list_docs{padding:15px 0;width:100%}.list_docs .file{position:relative;width:calc((100% - 60px) / 3);margin:0 30px 30px 0;color:#2b2b2b;text-decoration:none;padding-left:100px;font-size:17px;height:68px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.list_docs .file:nth-child(3n){margin-right:0}.list_docs .file:before{content:'';width:67px;height:67px;position:absolute;top:50%;left:0;z-index:150;margin-top:-34px;background:center center no-repeat}.list_docs .file.pdf:before{background-image:url("/bitrix/templates/vertex/images/pdf_icon.png")}.list_docs .file.docx:before,.list_docs .file.doc:before{background-image:url("/bitrix/templates/vertex/images/doc_icon.png")}.list_docs .file.xlsx:before,.list_docs .file.xls:before{background-image:url("/bitrix/templates/vertex/images/xls_icon.png")}.list_docs .file span{display:block;width:100%;font-weight:normal}.list_docs .file .title_size{color:#8b8b8b;font-weight:300}@media only screen and (max-width:1170px){.list_docs{padding-top:0}.list_docs .file:nth-child(3n),.list_docs .file{width:calc((100% - 15px) / 2);margin:0 15px 15px 0;padding-left:60px;height:45px}.list_docs .file:nth-child(2n){margin-right:0}.list_docs .file:before{width:45px;height:45px;margin-top:-22px;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}}@media only screen and (max-width:900px){.list_docs .file:nth-child(2n),.list_docs .file:nth-child(3n),.list_docs .file{width:100%;margin:0 0 15px 0}}.tbl-resp{width:100%}.tbl{width:100%;border:0;border-collapse:collapse}.tbl caption{color:#999;padding:12px;font-weight:bold}.tbl thead{background:#f1f5ff;font-weight:bold;overflow:hidden;border-top:2px solid #dfdfdf}.tbl tr{z-index:50}.tbl td,.tbl th{position:relative;padding:13px 10px;border:0;border-bottom:1px solid #dfdfdf;text-align:center;z-index:100}.tbl td.num,.tbl th.num{text-align:right}.tbl thead tr td,.tbl thead tr th{background:transparent;font-weight:bold;z-index:150}.tbl-resp{display:inline-block}table{overflow:hidden}td,th{padding:10px;position:relative;outline:0}.tbl .td_hover{background-color:#4f85e7;color:#fff;border-bottom-color:#4a78cb}.tbl thead .td_hover{background-color:#dfe9fd;color:#2b2b2b}@media only screen and (max-width:1170px){.tbl-resp{display:block;width:100%;overflow-x:auto}.tbl caption{padding:7px;font-size:80%}.tbl td,.tbl th{font-size:80%;padding:5px 5px}}a img{border:0}figcaption{font-style:italic;color:#666;padding:.2em .5em;font-size:.8em}.main img,a .main img{border:0}@media only screen and (max-width:500px){.main img{width:100%;height:auto}.main img.noscale{width:auto;height:auto}figure{width:100%}}.toright{float:right;margin:5px 0 5px 20px}.toleft{float:left;margin:5px 20px 5px 0}.tocenter{margin:auto}.center_text{text-align:center;margin:0 auto}.nofloat:after{content:"";display:table;width:100%;height:0;clear:both;overflow:hidden;font-size:0}.nofloat-overflow{width:100%;overflow:hidden;height:auto;margin:0;padding:0}.with_big{cursor:pointer}.drag{display:none;position:absolute;left:50%;padding:7px;z-index:1000;top:100px;left:50%;border:1px double #aaa;background:#efefef;cursor:pointer}.boxshadow .drag{box-shadow:3px 3px 3px rgba(0,0,0,0.3)}.IRESIZER{position:absolute;z-index:1010;bottom:0;right:0;padding:5px 0 0 5px;background:#133d8d;font-size:12px;line-height:1;border-top:1px solid #aaa;border-left:1px solid #aaa;border-bottom:6px solid #133d8d;border-right:6px solid #133d8d;color:#fff;text-transform:uppercase;display:none}.drag .IDESCRIPTION{font-size:10px;display:none}.drag .IDESCRIPTION b{display:block}.drag .IDESCRIPTION p{padding:.5em 0;margin:0}.drag .IDESCRIPTION a{display:block}.abs_clear,.abs-clear{display:block;width:100%;height:0;font-size:1px;overflow:hidden;line-height:0;clear:both}.b-top{width:34%;z-index:2600;position:fixed;right:0;bottom:2vh;margin-left:50%;opacity:.7;display:none}.b-top:hover{opacity:1;cursor:auto}.b-top-but{z-index:2600;position:absolute;display:block;right:2vh;bottom:0;margin:0 0 120px 100%;padding:0;color:#333;background:#eaeaea;font-size:10px;-webkit-box-shadow:1px 1px 5px #000;-moz-box-shadow:1px 1px 5px #000;box-shadow:1px 1px 5px #000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:50px;height:50px;overflow:hidden;text-indent:-1000px;cursor:pointer}.b-top-but:after{content:"";width:0;height:0;margin-right:-16px;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #333;position:absolute;z-index:2601;top:14px;right:50%}.wrap_block_input{margin-right:-15px}.wrap_form{background-color:#eff4ff;position:relative;width:100vw;margin-left:calc(((100vw - 1170px) / 2) * -1);margin-right:calc(((100vw - 1170px) / 2) * -1)}.form-white-background{background-color:#fff}.wrap_form.wide_form{width:100%;margin:0}.content_form{position:relative;z-index:100;width:1170px;margin:0 auto;padding:68px 15px 0 15px}.wrap_form .hide-form{position:absolute;top:3px;right:15px;z-index:20;padding:0;text-transform:uppercase;font-size:11pt;text-decoration:none;cursor:pointer}.wrap_form .hide-form:after{content:'\00D7';font-size:28pt;line-height:100%;padding-left:5px;z-index:22;color:#e3000f}.wrap_form .title_form,.form-one-colomn .title_form{width:100%;text-align:center;color:#3c78e4;margin:0 0 60px 0}.form-one-colomn .title_form{margin:0 0 15px}.form-one-colomn .search-form .title_input{padding:5px 0}.form-one-colomn.subscribe-form-popup .inpt{width:100%;margin:0 0 10px}.blue_parallelogram:before{content:'';position:absolute;top:0;right:20%;width:390px;height:30%;z-index:-5;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);background:-moz-linear-gradient(top,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);background:-webkit-linear-gradient(top,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);background:linear-gradient(to bottom,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9def9',endColorstr='#00c9def9',GradientType=0)}.form-white-background .blue_parallelogram:before{display:none}.white_block_form{position:relative;width:100vw;margin-left:calc((100% - 100vw) / 2);margin-right:calc((100% - 100vw) / 2);background-color:#fff}.white_block_form .title_form{width:100%;text-align:center;color:#3c78e4;margin:0 0 30px 0}@media only screen and (max-width:1200px){.white_block_form,.white_block_form.wrap_block_input{width:100vw;margin-left:calc((100% - 100vw) / 2);margin-right:calc((100% - 100vw) / 2)}}.wrap_form .item_column_field{width:calc((100% - 30px) / 2)}.wrap_form .block_input{width:50%;padding:0 30px 15px 0}.wrap_form .block_input.block_big_input{width:100%}.wrap_form .block_input.p-b-80{padding-bottom:30px}.wrap_form .block_input.right-empty{width:100%}.wrap_form .right-empty .selectboxit-container{width:calc(50% - 235px);margin-right:auto}.wrap_form .sub_block_input{width:calc((100% - 50px) / 2)}.wrap_form .small_sub_block_input{width:50px;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;font-weight:normal}.wrap_form .item_column_field .block_input{width:100%;margin-right:0}.wrap_form .block_input.block_whide{width:100%}.search-form .title_input,.wrap_form .block_input .title_input,.wrap_form .block_input .title_input_static{padding:5px 15px;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;line-height:1.3;font-weight:normal}.wrap_form .block_input .title_input_static{width:220px}.wrap_form .block_input .title_input_static{text-align:right;flex-wrap:nowrap;align-items:flex-start}.wrap_form .block_input .fldst.radio{display:flex;margin-right:auto}.wrap_form .title_input sup,.wrap_form .block_input .title_input sup{color:#3c78e4;line-height:100%;display:inline;position:relative;margin-left:5px}.wrap_form .block_textarea .title_input{text-align:right}.content_form .block_input .checkbox{margin-right:auto}.wrap_form .block_input .inpt{width:calc(100% - 220px)}.wrap_form .wide_input .inpt{width:100%}p.rent-form-error{color:red;font-size:20px}.wrap_form.pop_up_form{width:800px;margin:0 0 0 -400px;position:fixed;z-index:10000;top:10%;left:50%;overflow:auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap_form.pop_up_form .content_form{width:100%;padding:15px}.wrap_form.pop_up_form .title_form{margin:0 0 21px 0}.wrap_form.pop_up_form .block_input .inpt{width:100%}.wrap_form.pop_up_form .wrap_inpt_counter .inpt{width:calc(100% - 50px)}.wrap_form.pop_up_form .item_block_whide,.wrap_form.pop_up_form .block_input{width:50%;padding:0 15px 9px 0}.wrap_form.pop_up_form .item_block_whide,.wrap_form.pop_up_form .block_input:nth-child(2n){margin-right:0}.wrap_form.pop_up_form .block_input.block-half{width:25%}form .hidden-field{display:none}.wrap_form.pop_up_form .block_input.full_textarea{width:100%}.wrap_form.pop_up_form .item_block_whide .block_input{width:100%;padding-right:0}.wrap_form.pop_up_form .title_input{padding:0;margin:15px 0 5px 0;margin-right:20px}.wrap_form.pop_up_form .block_input .title_input{padding:0;margin-bottom:5px;margin-right:20px}.wrap_form .wrap_chkb_group{width:100%;margin-bottom:-7px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wrap_form.pop_up_form .radio label,.wrap_form.pop_up_form .checkbox label{margin-right:10px}.wrap_form .block_whide{width:100%}.wrap_form.pop_up_form .block_personal_data{height:auto;padding:0}.wrap_form.pop_up_form .block_personal_data .item_block_whide{margin-bottom:0}.wrap_form.pop_up_form .block_small_textarea textarea{height:146px}.wrap_form.pop_up_form .block_small_textarea.line_3 textarea#consultation_4{height:262px}.wrap_form.pop_up_form .block_small_textarea.line_3 textarea{height:239px}.wrap_form.pop_up_form .btn{width:100%;margin:0}.wrap_form.pop_up_form .mail_send_ok{background:0;margin:30px 0 0;width:100%;font-size:20px;padding:0}.mail_send p{margin:10px 40px;text-align:center}.mail_send .text-signally{color:#3c78e4;font-weight:500}.mail_send .nav-social{margin:20px auto 40px auto;text-align:center}.mail_send .nav-social a:before{color:#3c78e4}.search-btn-icons{display:flex;justify-content:center}.search-btn-icons .search-btn-icon{display:block;height:40px;width:40px;margin:0 8px}.search-btn-icons .search-btn-icon.wa{background:url('/bitrix/templates/vertex/images/wa.svg') center no-repeat}.search-btn-icons .search-btn-icon.phone{background:url('/bitrix/templates/vertex/images/phone.svg') center no-repeat}@media only screen and (max-width:1170px){.wrap_form.pop_up_form .block_small_textarea.line_3 textarea#consultation_4{height:239px}}@media only screen and (max-width:800px){.footer__button{flex-direction:column;align-items:center;justify-content:center}.wrap_form.pop_up_form{width:100%;margin:0;left:0;top:0}.wrap_form.pop_up_form .title_form{margin:0 0 16px 0;padding:0 20px}.wrap_form.pop_up_form .item_block_whide,.wrap_form.pop_up_form .block_input,.wrap_form.pop_up_form .block_input.block-half{width:100%;padding:0 0 9px 0}.wrap_form.pop_up_form .item_block_whide{margin:0}.wrap_form.pop_up_form .block_small_textarea.line_3 textarea,.wrap_form.pop_up_form .block_small_textarea textarea{height:110px}.wrap_form.pop_up_form .personal_data.item_block_whide{margin:15px 0}}.wrap_form .wrap_chkb_group .checkbox{width:50%;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;margin-bottom:7px;font-weight:normal;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.wrap_form .selectboxit-container{width:calc(100% - 220px)}.wrap_form .chosen-container{width:calc(100% - 220px) !important}.wrap_form.pop_up_form .chosen-container{width:100% !important}input.inpt,textarea.inpt{padding:13px 15px 12px 15px;font-size:18px;line-height:1.5;font-family:Open_Sans,Arial,Helvetica,sans-serif;outline:0;border:1px solid #dbdbdb;background:#fff;color:#8b8b8b;-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea.inpt{height:100px;width:auto;overflow:hidden}.inpt::-moz-placeholder{color:#8b8b8b}.inpt::-webkit-input-placeholder{color:#8b8b8b}.inpt:-ms-input-placeholder{color:#8b8b8b}.inpt::-ms-input-placeholder{color:#8b8b8b}.inpt::placeholder{color:#8b8b8b}input.inpt:focus,textarea.inpt:focus{border-color:#aaa}submit.btn,button.btn,.btn{width:230px;height:54px;background:#3c78e4;color:#fff;border:0;text-transform:uppercase;text-decoration:none;outline:0;cursor:pointer;font-size:17px;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:bold;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s;-webkit-box-shadow:0 0 20px 0 rgba(50,50,50,0.55);-moz-box-shadow:0 0 20px 0 rgba(50,50,50,0.55);box-shadow:0 0 20px 0 rgba(50,50,50,0.55);-webkit-border-radius:5px;-moz-border-radius:0;border-radius:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn_application{margin:25px auto 0;position:relative;z-index:10}.btn_spare{width:270px;margin-right:15px}.btn_spare_mail{width:270px}.btn.btn-center{display:block;text-align:center;height:auto;padding:12px 26px;margin:15px auto;line-height:1.3}button.yellow_btn,.yellow_btn{background-color:#faae00}button.blue_green_btn,.blue_green_btn{background-color:#008980}.blue_light-blue_btn{background-color:#21a0db}.white_btn{background-color:#fff;border:1px solid #8b8b8b;color:#8b8b8b;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}submit.btn:hover,button.btn:hover,.btn:hover{background-color:#01b7f8;color:#fff}button.yellow_btn:hover,.yellow_btn:hover{background-color:#ffda00}button.blue_green_btn:hover,.blue_green_btn:hover{background-color:#1db5bc}.white_btn:hover{border-color:#b5b5b5;color:#b5b5b5;background-color:inherit}.wrap_form .btn{margin-bottom:15px;z-index:500}.radio .nx-flex-row-l-c,.checkbox .nx-flex-row-l-c{margin-bottom:8px}.checkbox{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.checkbox label{display:block;cursor:pointer;position:relative;color:#8b8b8b;font-size:16px;padding-left:30px;line-height:1.3}.radio label{position:relative;cursor:pointer;display:block;padding-left:40px;margin-right:15px;font-weight:500;color:#8b8b8b}.radio input[type=radio],.checkbox input[type=checkbox]{display:none;width:1px;height:1px;position:absolute;top:0;left:0;margin:0;padding:0}.radio label:before,.checkbox label:before{content:"";display:inline-block;padding:0;width:22px;height:22px;font-size:13px;margin-right:10px;position:absolute;left:0;top:0;border:1px solid #dbdbdb;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.radio label:before{content:"";display:block;width:30px;height:30px;background-color:#fff;border-radius:50%;border:1px solid #dbdbdb}.radio label:after{content:"";position:absolute;display:block;width:22px;height:22px;background-color:#fff;border-radius:50%;top:4px;left:4px}.radio input[type=radio]:checked+label:before,.checkbox input[type=radio]:checked+label:before{background-color:#3c78e4;border:0}.radio input[type=radio]:checked+label:after,.checkbox input[type=radio]:checked+label:after{background-color:#3c78e4;border:4px solid #fff}.radio input[type=radio]:checked+label,.checkbox input[type=radio]:checked+label{color:#0380e1}.checkbox label:before{border-radius:0}.radio input[type=checkbox]:checked+label:before,.checkbox input[type=checkbox]:checked+label:before{content:"\2713";font-weight:bold;background-color:#fff;color:#3c78e4;text-align:center;line-height:13px;font-size:24px;line-height:85%}.wrap_form inpt.textarea{height:150px}.wrap_input_file{width:calc(100% - 220px)}.wrap_input_file input[type="file"]{display:none}.icon_input_file{display:block;margin-right:20px;width:67px;cursor:pointer;height:67px;background:url('/bitrix/templates/vertex/images/file_add.png') center center no-repeat}.media .icon_input_file{background:url('/bitrix/templates/vertex/images/add_photo.png') center center no-repeat}.list_files{width:calc(100% - 87px);margin-right:-15px}.item_select_file{position:relative;height:67px;margin-right:15px}.item_select_file .content_file{padding-right:15px;position:relative}.item_select_file del{display:none;position:absolute;top:0;right:0;text-decoration:none;color:#037fe1;font-weight:normal;line-height:10px}.item_select_file del:before{content:'\00D7';cursor:pointer}.item_select_file span{display:block}.item_select_file .name_flie{color:#2b2b2b;font-weight:normal;font-size:19px}.item_select_file .size_flie{color:#8b8b8b;font-size:16px;line-height:125%}.wrap_form .block_personal_data{height:120px;padding-top:15px;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;font-weight:normal;margin-bottom:0}.list_sub_block_input{width:calc(100% - 220px)}.pop_up_form .list_sub_block_input{width:100%}.wrap_form .wrap_inpt_counter .inpt{width:calc(100% - 50px)}.inpt_counter{width:50px;border:1px solid #dbdbdb;border-left:0}.inpt_counter span{position:relative;width:100%;height:50%;display:block;cursor:pointer;background:center center no-repeat}.inpt_counter .up{border-bottom:1px solid #dbdbdb;background-image:url('/bitrix/templates/vertex/images/top_grey_arr.png')}.inpt_counter .down{border-bottom:0;background-image:url('/bitrix/templates/vertex/images/bottom_grey_arr.png')}.wrap_form .block_btn{height:370px;width:100vw;position:relative;background:#fff;margin-left:calc(((100vw - 1170px) / 2) * -1);margin-right:calc(((100vw - 1170px) / 2) * -1)}.label_block_btn{font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;text-align:center;text-transform:uppercase;color:#3c78e4;font-size:70px;z-index:500;opacity:0;-webkit-transition:all 1s linear 0s;-moz-transition:all 1s linear 0s;-o-transition:all 1s linear 0s;transition:all 1s linear 0s;-moz-user-select:none;-khtml-user-select:none;user-select:none}.wrap_form .visible_block_btn .label_block_btn{opacity:1}.wrap_form .label_send{position:absolute;z-index:450;width:100vw;text-align:center;left:calc(100vw * -1);font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;text-transform:uppercase;color:#eef3f7;font-size:200px;-webkit-transition:all 1s linear 0s;-moz-transition:all 1s linear 0s;-o-transition:all 1s linear 0s;transition:all 1s linear 0s;-moz-user-select:none;-khtml-user-select:none;user-select:none}.wrap_form .visible_block_btn .label_send{left:0}.wrap_form .mail_send_ok{width:100vw;position:relative;background:#fff;margin-left:calc(((100vw - 1170px) / 2) * -1);margin-right:calc(((100vw - 1170px) / 2) * -1);font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800;padding:50px 15px;text-align:center;text-transform:uppercase;color:#3c78e4;font-size:44px;z-index:500;margin-top:0;margin-bottom:0}.block_input.hidden_block_input{display:none}.title_form_list_spare{height:54px;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#8b8b8b;font-size:16px;font-weight:normal}.show_field{position:relative;cursor:pointer;font-family:Open_Sans,Arial,Helvetica,sans-serif;color:#3c78e4;font-size:16px;font-weight:normal}.show_field:before{content:'+';width:54px;height:54px;margin-right:15px;background:#f8fbff;border:1px solid #3c78e4;color:#3c78e4;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.learning_main_text .buttons_guarantee .guarantee_button.btn{width:240px}@media only screen and (max-width:1170px){.wrap_form{width:100%;margin:0}.wrap_form.wide_form,.wrap_form{overflow:hidden}.content_form{padding:30px 15px 0 15px;width:100%}.blue_parallelogram:before,.whiteblue_parallelogram:before{right:60px;width:150px;height:300px}.wrap_form .title_form{margin:0 0 30px 0}.wrap_form .block_input{padding:0 15px 15px 0}.wrap_block_input{margin-right:0}.inpt_counter{width:30px}.wrap_form .item_column_field{width:100%}.wrap_form .block_input .title_input_static{width:180px;font-size:14px}.wrap_form .block_input .inpt{width:calc(100% - 180px)}.wrap_form .wrap_inpt_counter .inpt{width:calc(100% - 30px)}.wrap_form .selectboxit-container{width:calc(100% - 180px)}.list_sub_block_input{width:calc(100% - 180px)}.wrap_form .right-empty .selectboxit-container{width:calc(50% - 185px)}.radio label{line-height:24px;padding-left:30px}.radio label:before{width:24px;height:24px}.radio label:after{width:16px;height:16px}input.inpt,textarea.inpt{padding:8px 10px 10px 10px;font-size:17px}.submit.btn,button.btn,.btn{width:200px;height:40px}.icon_input_file{margin-right:15px}.item_select_file .name_flie{font-size:15px}.item_select_file .size_flie{font-size:13px}.wrap_form .block_personal_data{height:60px;width:100%;margin:0;padding:15px 0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wrap_form .block_btn{height:auto;width:calc(100% + 30px);margin:0 -15px 0;padding:15px}.label_block_btn{font-size:25px;margin-bottom:15px}.wrap_form .label_send{font-size:90px}.wrap_form .btn{margin-bottom:0}.wrap_form .mail_send_ok{width:calc(100% + 30px);margin:0 -15px;padding:15px;font-size:22px}submit.btn,button.btn,.btn{-webkit-box-shadow:0 0 10px 0 rgba(50,50,50,0.55);-moz-box-shadow:0 0 10px 0 rgba(50,50,50,0.55);box-shadow:0 0 10px 0 rgba(50,50,50,0.55)}.btn_spare{width:270px}.btn_spare_mail{width:270px}.list_type_spare{padding:0 15px}.wrap_form .block_input.title_form_list_spare{height:auto;margin-bottom:4px}.title_form_list_spare br{display:none}.show_field:before{width:45px;height:45px;margin-bottom:10px;margin-top:5px}}@media only screen and (max-width:900px){.number-one:after,.number-two:after{content:none}.wrap_form .right-empty .selectboxit-container{width:100%}.wrap_form .block_input .fldst.radio{margin:10px 0 30px}.wrap_form .block_input{width:100%;padding:0 0 11px 0}.wrap_form .block_textarea .title_input_static,.wrap_form .block_input .title_input_static{width:100%;display:block;padding:0;margin-bottom:4px;text-align:left}.wrap_form .block_input .inpt{width:100%}.wrap_form .selectboxit-container{width:100%}.wrap_input_file{width:100%}.list_sub_block_input{width:100%}.wrap_form .wrap_inpt_counter .inpt,.wrap_form.pop_up_form .wrap_inpt_counter .inpt{width:calc(100% - 30px)}.icon_input_file{margin:5px 0 5px 0}.list_files{width:100%}.item_select_file{width:100%;height:auto;margin-bottom:10px}.wrap_form .label_send{font-size:60px}}@media only screen and (max-width:768px){.wrap_form .block_personal_data{margin:0;padding:0 15px}.btn_spare{margin-right:0;margin-bottom:15px}}@media only screen and (max-width:640px){.btn_spare{display:none}}@media only screen and (max-width:500px){.label_block_btn{font-size:20px}.wrap_form .label_send{font-size:35px}}@media only screen and (max-width:320px){h1,.h1{font-size:28px}}.tab,.tab_opened{display:block;cursor:pointer;position:relative;padding-right:20px;border-bottom:1px solid #ccc}.tab+div{display:none}.tab:after,.close:after,.open:after,.tab_opened:after{display:block;position:absolute;top:45%;right:0;z-index:44;width:12px;height:4px;background:url(/bitrix/templates/vertex/images/arrow.svg) top left no-repeat}.tab_opened:after{content:"";background-position:0 -3px}.tab:after{content:"";background-position:0 0}.open:after{content:"";background-position:0 -3px}.close:after{content:"";background-position:0 0}.nx-modal{background:#000;display:none;position:absolute;top:0;left:0;right:0;height:100vh;z-index:1000;opacity:.8}.nx-icon{font-family:nx,Tahoma,Geneva,sans-serif;font-size:20px}s.r{padding-left:3px;font-family:nx,Tahoma,Geneva,sans-serif;text-decoration:none;font-size:16px}.blur_block{background:#e9e9e954;position:fixed;width:100%;height:100%;top:0;display:block;z-index:55555}.blur_block .nx-load{top:35%;position:relative;left:50%}.nx-load{color:#666;font-size:30px;font-family:nx,Tahoma,Geneva,sans-serif;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.nx-flex-row,.nx-flex-col,.nx-flex-col-st,.nx-flex-row-btw,.nx-flex-col-btw,.nx-flex-row-st,.nx-flex-row-btw-st,.nx-flex-col-btw-st,.nx-flex-row-с-st,.nx-flex-row-btw-c,.nx-flex-row-btw-b,.nx-flex-row-c-c,.nx-flex-col-c-c,.nx-flex-row-b-c,.nx-flex-row-t-c,.nx-flex-col-t-c,.nx-flex-row-t-r,.nx-flex-col-t-r,.nx-flex-row-l-c,.nx-flex-col-l-c,.nx-flex-col-b-c,.nx-flex-row-r-c,.nx-flex-col-r-c,.nx-flex-row-b{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.nx-flex-row-btw,.nx-flex-col-btw,.nx-flex-row-btw-st,.nx-flex-col-btw-st,.nx-flex-row-btw-c,.nx-flex-row-btw-b{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.nx-flex-row-st,.nx-flex-col-st,.nx-flex-row-с-st,.nx-flex-row-btw-st,.nx-flex-col-btw-st{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.nx-flex-col-b-c,.nx-flex-row-t-r,.nx-flex-row-r-c,.nx-flex-col-r-c{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.nx-flex-row-с-st,.nx-flex-row-c-c,.nx-flex-col-c-c,.nx-flex-row-b-c,.nx-flex-col-l-c,.nx-flex-row-t-c,.nx-flex-col-r-c{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.nx-flex-row-btw-c,.nx-flex-row-c-c,.nx-flex-col-c-c,.nx-flex-col-t-c,.nx-flex-col-b-c,.nx-flex-row-l-c,.nx-flex-row-r-c{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.nx-flex-col-t-r,.nx-flex-row-b-c,.nx-flex-col-r-c,.nx-flex-row-btw-b,.nx-flex-row-b{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.nx-flex-col,.nx-flex-col-st,.nx-flex-col-btw,.nx-flex-col-btw-st,.nx-flex-col-t-c,.nx-flex-col-t-r,.nx-flex-col-c-c,.nx-flex-col-l-c,.nx-flex-col-b-c,.nx-flex-col-r-c{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,div{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}/*! jQuery UI - v1.12.1 - 2017-05-17
/* Layout helpers
----------------------------------*/.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #b22764;background:#f0699a;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#b22764;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/bitrix/templates/vertex/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-overlay{background:#000;opacity:.7;filter:Alpha(Opacity=70)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.vertical_mast{background-image:url('/upload/lifts/vertical_mast.png')}.vertical{background-image:url('/upload/lifts/vertical.png')}.spider_crane{background-image:url('/upload/lifts/spider_crane.png')}.articulated_boom{background-image:url('/upload/lifts/articulated_boom.png')}.scissor_lift{background-image:url('/upload/lifts/scissor_lift.png')}.spider_lift{background-image:url('/upload/lifts/spider_lift.png')}.trailed_lift{background-image:url('/upload/lifts/trailed_lift.png')}.mobile_crane{background-image:url('/upload/lifts/mobile_crane.png')}.telescopic_handler{background-image:url('/upload/lifts/telescopic_handler.png')}.telescopic{background-image:url('/upload/lifts/telescopic.png')}.wrap_form.pop_up_form .btn-price-rent{margin-top:15px;margin-right:15px;margin-bottom:10px}#feedback_form_price .block_personal_data{margin-top:55px}.main_content.catalog_title{display:none}

/* End */


/* Start:/bitrix/templates/vertex/template_styles.min.css?174903593661385*/
html{font-size:100%;font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font:21px/1.55 'Roboto',Verdana,Arial,Helvetica,sans-serif;background:#fff;font-weight:300;color:#2b2b2b;overflow-x:hidden}.panel{width:100%;position:relative}.wrap-container{overflow:hidden}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}#container{display:block;height:auto;min-height:1024px;margin:0 auto;position:relative;background:transparent;font-size:13px;overflow:hidden}.nx-icon{font-family:'nx'}.catalog-root-button-block{display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 0 calc(clamp(7px, 1.46vw, 15px) * -1);width:calc(100% + clamp(15px, 2.93vw, 30px))}.catalog-root-button-block .btn{width:calc(50% - clamp(15px, 2.93vw, 30px));height:auto;padding:12px 20px;margin:clamp(7px,1.46vw,15px)}@media only screen and (max-width:768px){.catalog-root-button-block .btn{font-size:14px;padding:10px 16px}.catalog-root-button-block .btn.btn-terms{font-size:17px;padding:12px 20px}}@media only screen and (max-width:640px){.catalog-root-button-block{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:auto;margin:0}.catalog-root-button-block .btn{width:100%;margin-right:0;margin-left:0}}@media only screen and (max-width:600px){.catalog-root-button-block .btn{text-align:center;line-height:1.3;font-size:12px;padding:8px 12px}.catalog-root-button-block .btn.btn-terms{width:160px;font-size:14px;padding:10px 16px}}@media only screen and (max-width:400px){.catalog-root-button-block .btn:first-child{margin-left:10px}.catalog-root-button-block .btn:last-child{margin-right:10px}}.before_scroll{background-color:transparent !important;position:relative !important}.before_scroll .header{position:absolute;width:100%;padding:0 230px 0 420px;z-index:999;display:flex;width:1917px;left:50%;transform:translateX(-50%)}.before_scroll .header_content .header_social_ae{width:117px}.before_scroll .header_content .header_social{order:4;margin-left:20px}.before_scroll .header_content .order_call{order:3;margin-right:65px}.header_content .order_call{padding:10px;width:auto;height:auto;margin-right:20px;font-size:16px}.site_s3 .header_content .order_call{min-width:150px}.before_scroll .header_content .header_phone{order:1}.before_scroll .header_content .country{order:2}.before_scroll .header_content .header_menu_link{order:3}.before_scroll .wrap_search_form{display:none !important}.before_scroll .bx_catalog-compare-list{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:10px;opacity:1}.before_scroll .bx_catalog-compare-list::before{background-color:rgba(60,120,228,1) !important;background-size:50%;background-position:center}.before_scroll .header_content{width:auto;height:50px;display:flex;align-items:center}.before_scroll .logo{margin-left:150px}.before_scroll .logo-with-text{margin-left:125px}.logo-with-text{display:flex;flex-direction:row;align-items:center}.logo-with-text .logo{margin-left:0;width:112px;position:relative;z-index:1}.lwt-box{display:flex;flex-direction:row;align-items:center;margin-left:-3px}.lwt-box-border,.white_header .blue_gradient_2 .lwt-box-border{display:block;height:28px;width:2px;background-color:#fff;margin-right:7px}.white_header .lwt-box-border{background-color:#3c78e4}.lwt-box-text,.white_header .blue_gradient_2 .lwt-box-text{display:flex;flex-direction:column;font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;font-weight:bold;text-decoration:none;text-transform:uppercase;color:#fff}.white_header .lwt-box-text{color:#3c78e4}.logo-with-text a:hover,.white_header .logo-with-text a:hover{color:#faae00}.lwt-year-value{font-size:20px;line-height:19px}.lwt-year-text{font-size:12px;line-height:16px}@media only screen and (min-width:1601px) and (max-width:1700px){.before_scroll .logo-with-text .logo{margin-left:0 !important}.before_scroll .logo-with-text{margin-left:45px}}@media only screen and (min-width:1368px) and (max-width:1600px){.before_scroll .logo-with-text .logo{margin-left:0 !important}.before_scroll .logo-with-text{margin-left:190px;margin-right:auto}}@media only screen and (min-width:1550px) and (max-width:1600px){.before_scroll .logo-with-text{margin-left:13%}}@media only screen and (min-width:1500px) and (max-width:1550px){.before_scroll .logo-with-text{margin-left:12%}}@media only screen and (min-width:1450px) and (max-width:1500px){.before_scroll .logo-with-text{margin-left:10%}}@media only screen and (min-width:1424px) and (max-width:1450px){.before_scroll .logo-with-text{margin-left:9%}}@media only screen and (min-width:1425px) and (max-width:1480px){.before_scroll .logo-with-text .logo{width:112px}}@media only screen and (min-width:1366px) and (max-width:1424px){.before_scroll .logo-with-text{margin-left:190px}.before_scroll .logo-with-text .logo{margin-left:0;width:112px}}.before_scroll .header_phone{color:#000 !important;text-decoration:none;font-weight:bold;display:flex;justify-content:flex-end;width:30px;height:30px;overflow:hidden;transition:width .5s 0s ease}.before_scroll .open_phone{width:180px}.before_scroll .header_phone i{margin-left:5px;color:#000;transition:all .5s 0s ease-in-out}.before_scroll .header_phone:hover i.icon_mobile{color:rgba(60,120,228,1)}.before_scroll .header_phone:hover .phone_content{width:200px;!important}.before_scroll .header_phone .phone_cnt{width:150px;position:absolute;transition:all .5s 0s ease-in-out;color:#3c78e4;text-decoration:none}.white_header .header_phone .phone_cnt{color:#3c78e4;text-decoration:none}.header_phone .phone_cnt{color:#fff;text-decoration:none}.before_scroll .anima{display:block !important}.before_scroll .no_anima{display:none !important}.anima{display:none}.no_anima{display:block}.fixit{position:fixed !important;z-index:9999 !important}.show_header{visibility:visible !important}.wrap_header{position:relative;top:0;width:100%;z-index:999 !important;visibility:hidden}.white_header .wrap_header.blue_gradient{background:#fff}.header{padding:0;height:80px;position:relative}.main_page #main-header{position:absolute}.logo{display:block;width:198px;height:56px;overflow:hidden;text-indent:-1000px;background:url(/bitrix/templates/vertex/images/mobile-logo.svg) left top no-repeat;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}.white_header .logo{background-image:url("/bitrix/templates/vertex/images/mobile-logo_blue.svg")}.en_version .logo{background-image:url("/bitrix/templates/vertex/images/mobile-logo.svg")}.en_version .white_header .logo{background-image:url("/bitrix/templates/vertex/images/mobile-logo_blue.svg")}.header_content{width:auto}.header_content .header_phone{position:relative;padding-right:29px;color:#fff;text-decoration:none;font-size:19px;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800}.header_content .header_phone.a[href^=tel]{color:#fff !important}.white_header .header_content .header_phone.a[href^=tel]{color:#3c78e4;!important}a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important}.header_content .header_phone:before{content:'T';position:absolute;top:-4px;right:0;font-family:nx,Tahoma,Geneva,sans-serif;font-weight:normal;font-size:22px}.header_content .header_viber{position:relative;width:30px;height:30px;margin-left:30px;font-size:0;display:none}.white_header .header_viber.viber-bot:before,.before_scroll .header_viber.viber-bot:before{color:#3c78e4}.blue_gradient_2 .header_viber.viber-bot:before,.header_viber.viber-bot:before{content:"а";display:inline-block;position:absolute;top:0;left:0;z-index:10;color:#fff;font-size:24px;width:30px;height:30px;line-height:30px;font-family:nx,Tahoma,Geneva,sans-serif;text-align:center}.before_scroll .header_content .header_viber{order:2}.header_content .selecct_lang{margin:0 85px 0 85px;color:#fff;text-decoration:none;font-size:19px;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:800}.white_header .header_content .selecct_lang,.white_header .header_content .header_phone,.white_header .header_content .nav-social a:before{color:#3c78e4}.white_header .blue_gradient_2 .header_content .header_phone:before{color:#fff}.header_menu_link{position:relative;display:block;width:33px;height:22px;cursor:pointer;border-bottom:2px solid #fff;border-top:2px solid #fff;margin-right:65px}.header_menu_link span{position:absolute;right:-63px;color:#fff;top:-6px;font-size:19px;font-weight:600;font-family:Open_Sans,Arial,Helvetica,sans-serif}.fixit .header_menu_link span{color:#fff}.header_menu_link:before{content:'';position:absolute;left:0;top:8px;width:27px;height:2px;background:#fff}.white_header .header_menu_link span{color:#3c78e4}.white_header .fixit .header_menu_link span{color:#fff}.white_header .header_menu_link{border-color:#3c78e4}.white_header .header_menu_link:before{background:#3c78e4}.wrap_h1.h1_img{margin-bottom:0;border-bottom:1px solid #fff}.wrap_h1.wrap_h1_white_bk{background-image:none;background-color:#fff;margin-bottom:0}.blue_wrap_h1 .wrap_h1{background-color:#3c78e4}.blue_wrap_h1 h1.header_title{margin-top:25px;background-color:#fff;color:#3c78e4;white-space:nowrap}@media only screen and (max-width:1024px){.block_animate_text{display:none}.blue_wrap_h1 h1.header_title{white-space:unset}}.catalog_section_block .icon_catalog_csection{position:absolute;width:195px;height:105%;left:-25px;top:5px;z-index:100;cursor:pointer;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}.hidden_section{display:none}.main{display:block;margin:0;position:relative;padding:0 0 40px 0;background:#fff;min-height:700px}.main_page .container .main_content{width:100%;padding:0}.main_page .wrap_h1{display:none}.main .block_preview{display:none;margin:20px 50px;padding:20px;border-radius:25px;background:#2f64cf;color:#fff}.main .block_preview .block_preview-title{font-size:1.2em;text-transform:uppercase;font-weight:500}.main .block_preview .block_preview-text{font-size:16px}.main .block_preview .buttons{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main .block_preview .buttons .btn_prev_catalog,.main .block_preview .buttons .btn_prev_app{text-transform:uppercase;color:#fff;font-weight:700;text-decoration:none}.main .block_preview .buttons .btn_prev{position:relative;margin-top:20px}.main .block_preview .buttons .btn_prev_catalog:after,.main .block_preview .buttons .btn_prev_app:after{content:"";display:block;height:3px;width:0;background-color:#fff;position:absolute;left:-20px;top:15px;transition:all .5s .5s ease-in-out}.main .block_preview .buttons .btn_prev:hover .btn_prev_catalog:after,.main .block_preview .buttons .btn_prev:hover .btn_prev_app:after{width:25px}.wrap_footer{background:#3c78e4;position:relative}.footer{padding:0;position:relative;color:#fff;background:url("/bitrix/templates/vertex/images/footer_bk.png") 55% bottom no-repeat}.footer .copyright-text{font-size:12px;line-height:1.3;padding:0 0 20px}.footer .copyright-text p{margin:2px 0}.footer .copyright-text .text-bold{font-weight:bold}.footer .copyright-text a{color:#faae00}.footer .copyright-text ul{margin:5px 0;padding:0 0 0 20px}.footer_content{height:100%;padding-top:45px;padding-bottom:45px}.footer_content .footer_content_item{width:calc((100% - 60px) / 2);z-index:100}.footer .link_download_catalog{margin-bottom:38px;z-index:300}.footer_social{z-index:300}.footer_social a:hover:before{color:#faae00}.footer address{font-style:normal}.footer .copy{height:45px;font-size:17px;text-transform:uppercase;font-family:Open_Sans,Arial,Helvetica,sans-serif}.nav-social{height:auto;position:relative;font-size:16px;line-height:1}.nav-social a{display:inline-block;width:30px;height:24px;margin:0 10px 0 0;padding:0;position:relative;vertical-align:middle;overflow:hidden;border:0;font-size:11px;line-height:1;text-decoration:none;text-align:center}.nav-social a:last-child{margin-right:0}.nav-social a:before{content:"";display:inline-block;position:absolute;top:1px;left:50%;z-index:10;margin-left:-14px;color:#fff;font-size:21px;width:30px;height:24px;line-height:24px;font-family:nx,Tahoma,Geneva,sans-serif}.nav-social a.tw:before{content:"w"}.nav-social a.vk:before{content:"V"}.nav-social a.fb:before{content:"F"}.nav-social a.inst:before{content:"N"}.nav-social a.ok:before{content:"О";font-size:19px}.nav-social a.yt:before{content:"Y";font-size:23px}.nav-social a.tg:before{content:"т";font-size:35px}.nav-social a.mail-header:before{content:"E";font-size:23px;top:0}.blue_gradient{background:#044bce;background:-moz-linear-gradient(left,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%);background:-webkit-linear-gradient(left,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%);background:linear-gradient(to right,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#044bce',endColorstr='#15d0ff',GradientType=1)}.blue_gradient_2{background:#044bce !important;background:-moz-linear-gradient(left,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%) !important;background:-webkit-linear-gradient(left,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%) !important;background:linear-gradient(to right,rgba(4,75,206,1) 0,rgba(21,208,255,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#044bce',endColorstr='#15d0ff',GradientType=1)}.blue_gradient_2 .header_phone .phone_cnt{color:#fff}.blue_gradient_2 .header_menu_link{border-color:#fff !important}.blue_gradient_2 .header_menu_link::before,.blue_gradient_2 .header_menu_link::after{border-color:#fff !important;background-color:#fff !important}.blue_gradient_2 .search_link::before{color:#fff !important}.blue_gradient_2 .header_social a::before{color:#fff !important}.blue_gradient_2 .logo{background-image:url(/bitrix/templates/vertex/images/mobile-logo.svg)}.en_version .blue_gradient_2 .logo{background-image:url(/bitrix/templates/vertex/images/mobile-logo.svg)}.main_content{width:1170px;margin:0 auto;position:relative}.list_chart{width:100%;height:500px;background-color:#eff4ff;background-image:url("/test/chart/gabarC8Wbig.jpg");background-blend-mode:multiply}.list_chart2{width:100%;height:500px;background-color:#eff4ff;background-image:url("/test/chart/diagrC8Wbig.png");background-blend-mode:multiply}.white_no_foto,.blue_no_foto{background:url(/bitrix/templates/vertex/images/logo_ru_blue.png);background-repeat:no-repeat;background-position:center center;-webkit-transition:all .08s linear 0s;-moz-transition:all .08s linear 0s;-o-transition:all .08s linear 0s;transition:all .08s linear 0s;-webkit-background-size:60% auto;-moz-background-size:60% auto;background-size:60% auto}.white_no_foto{background-image:url(/bitrix/templates/vertex/images/logo_ru_white.png)}.blue_element:hover .blue_no_foto{background-image:url(/bitrix/templates/vertex/images/logo_ru_white.png)}.en_version .white_no_foto{background-image:url(/bitrix/templates/vertex/images/logo_en_white.svg)}.en_version .blue_no_foto{background-image:url(/bitrix/templates/vertex/images/logo_en_blue.svg)}.logo-2{display:none}@media only screen and (min-width:1269px){body.catalog-root .logo,.en_version body.catalog-root .logo,body.catalog-root .blue_gradient_2 .logo,body.catalog-root .logo-2,body.catalog-root .blue_gradient_2 .logo-2{position:relative;display:block;background-image:none;width:50px;height:32px;text-indent:0;font-size:0}body.catalog-root .logo:before,body.catalog-root .logo-2:before{content:"Г";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block;font-family:nx,Tahoma,Geneva,sans-serif;color:#3c78e4;font-size:32px;text-align:center;line-height:32px}body.catalog-root .logo-2:before{content:"Х"}body.catalog-root .header_content{width:778px}body.catalog-root .header_menu_link span{color:#3c78e4}body.catalog-root .fixit .header_menu_link span{color:#fff}body.catalog-root .blue_gradient_2 .logo:before,body.catalog-root .blue_gradient_2 .logo-2:before{color:#fff}}body.catalog-root #NXadaptiveNavigation .h-logo{width:60px}body.catalog-root #NXadaptiveNavigation .h-logo:before,.en_version body.catalog-root #NXadaptiveNavigation .h-logo:before,#NXadaptiveNavigation .logo-2:before{background:0;content:"Г";position:absolute;top:0;left:0;width:60px;z-index:1;display:block;font-family:nx,Tahoma,Geneva,sans-serif;color:#3c78e4;font-size:26px;text-align:center;line-height:50px;text-indent:0}#NXadaptiveNavigation .logo-2{position:relative;display:block;width:50px;height:32px;margin-right:10px}#NXadaptiveNavigation .logo-2:before{content:"Х";width:100%;height:100%;line-height:32px}@media only screen and (max-width:1350px){.catalog_section_block .icon_catalog_csection{position:absolute;width:155px;left:15px}.catalog_detail_element .wrap_h1 .main_content{padding-left:31px}}@media only screen and (max-width:1280px){html{overflow-x:hidden}.nxOpenedMenu{overflow:hidden;height:100%;width:100%}.nxOpenedMenu body{overflow:hidden;height:100%;width:100%}.wrap_header{display:none}.header{height:auto}.logo{display:none}.slogan{font-size:21px;padding:10px}.nxOpenedMenu .container{left:70%}.container{width:100%;min-width:320px;margin:0;padding-top:50px;left:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}#NXadaptiveSocial.header_social_main{display:none}}@media only screen and (max-width:1170px){.main_content{width:100%;padding:0 15px}.blue_wrap_h1 .wrap_h1 .main_content{width:100%;padding:0}.main-outer{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.main{padding:0 15px 15px 15px;margin:0;width:100%;min-height:inherit}.main-inner{margin-left:0;margin-right:0}.footer{height:inherit;padding:30px 15px 22px 15px;background-image:none}.footer:before{width:310px;height:250px;left:50%;margin-left:-155px}.footer_content{height:auto;padding:0}.footer_content .footer_content_item{width:100%}.footer .link_download_catalog{margin-bottom:24px;z-index:300}.footer_contacts.nx-flex-col-b-c{display:block;margin-bottom:16px}.footer_social{display:none}.footer .copy{height:auto}.catalog_section_block .icon_catalog_csection{display:none}.catalog_detail_element .wrap_h1 .main_content{padding-left:15px}.wrap_h1.h1_img{margin-bottom:0}}@media only screen and (max-width:800px){.main .block_preview{display:block}.footer:before{display:none}}#NXadaptiveNavigation{width:100%;min-width:320px;height:50px;overflow:hidden;position:fixed;right:0;left:0;z-index:970;background:#3c78e4;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;border:0;-webkit-box-shadow:0 1px 0 #4d4d4d inset,0 2px 3px rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 #4d4d4d inset,0 2px 3px rgba(0,0,0,0.25);box-shadow:0 1px 0 #4d4d4d inset,0 2px 3px rgba(0,0,0,0.25);-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#NXadaptiveNavigation *{color:#fff}#NXadaptiveNavigation .h-logo{height:100%;text-decoration:none;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#NXadaptiveNavigation .h-logo:before{content:"";display:block;height:100%;text-indent:-1000px;width:160px;background:url(/bitrix/templates/vertex/images/mobile-logo.svg) 10px center no-repeat transparent;-webkit-background-size:auto;-moz-background-size:auto;background-size:auto}#NXadaptiveNavigation .header_country{display:none}#NXadaptiveNavigation .h-nav-title{position:relative;display:block;padding:1em;font-weight:normal;font-size:12pt;color:#27a22d;text-shadow:0 0 10px rgba(0,0,0,0.3);font-weight:bolder}#NXadaptiveNavigation .h-nav{position:relative;padding:0 15px}#NXadaptiveNavigation .h-nav-icon{display:block;margin-left:20px;width:30px;height:31px;overflow:hidden;text-indent:-1000px;padding:6px;border:0;background:#fff;outline:0;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#NXadaptiveNavigation .h-nav-phone{position:relative;display:block;font-size:16px;text-decoration:none;font-weight:bold;line-height:25px;margin-left:10px}.site_s8 #NXadaptiveNavigation .h-nav-phone{margin-left:0}#NXadaptiveNavigation .h-nav-phone,#NXadaptiveNavigation .h-nav-phone .h-nav-phone_adaptiv{color:#fff}.site_s8 #NXadaptiveNavigation .h-nav-phone:before{content:"Т";position:relative;width:30px;font-size:30px;font-family:nx,Tahoma,Geneva,sans-serif;font-weight:normal;margin-right:6px;top:4px}.site_s8 #NXadaptiveNavigation .choose_action{display:none}#NXadaptiveNavigation .h-nav-phone:before{content:"Т";position:relative;width:30px;font-size:30px;font-family:nx,Tahoma,Geneva,sans-serif;font-weight:normal;margin-right:6px;top:4px}#NXadaptiveNavigation .viber{position:relative;display:block;width:30px;height:30px;margin-left:20px}#NXadaptiveNavigation .viber:before{content:"а";display:inline-block;position:absolute;top:3px;left:0;z-index:10;color:#fff;font-size:30px;width:30px;height:30px;line-height:30px;font-family:nx,Tahoma,Geneva,sans-serif;text-align:center}#NXadaptiveNavigation .mail-header{position:relative;display:block;width:30px;height:30px;margin-left:20px}#NXadaptiveNavigation .mail-header:before{content:"E";display:inline-block;position:absolute;top:0;left:0;z-index:10;color:#fff;font-size:30px;width:30px;height:30px;line-height:30px;font-family:nx,Tahoma,Geneva,sans-serif;text-align:center}#NXadaptiveNavigation .h-nav-gamburger{display:block}#NXadaptiveNavigation .h-nav-gamburger:before,#NXadaptiveNavigation .h-nav-gamburger:after{content:"";display:block;height:11px;border:3px solid #3c78e4;border-right:0;border-left:0}#NXadaptiveNavigation .h-nav-gamburger:after{height:8px;border-top:0}.nxOpenedMenu #NXadaptiveNavigation .h-nav-icon{background:#fff}.nxOpenedMenu #NXadaptiveNavigation .h-nav-icon:before,.nxOpenedMenu #NXadaptiveNavigation .h-nav-icon:after,#NXadaptiveNavigation .h-nav-icon:hover:before,#NXadaptiveNavigation .h-nav-icon:hover:after{border-color:#3c78e4}#NXadaptiveMenu,#NXadaptiveAddMenu{display:block;visibility:hidden;overflow-y:auto;overflow-x:hidden;position:fixed;z-index:990;bottom:0;right:100%;left:0;color:#000;font-size:15px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.5);-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.5);box-shadow:2px 2px 2px rgba(0,0,0,0.5);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}#NXadaptiveMenu{top:50px}#NXadaptiveAddMenu{top:0}#NXadaptiveMenu{background:#fbfaf7}#NXadaptiveAddMenu{background:#fff}#NXadaptiveMenu.a-menu-open,#NXadaptiveAddMenu.a-menu-open{display:block;visibility:visible;right:30%}#NXadaptiveMenu li span,#NXadaptiveMenu li nobr,#NXadaptiveMenu a,#NXadaptiveMenu a:hover,#NXadaptiveMenu * a,#NXadaptiveMenu * a:hover,#NXadaptiveMenu ul,#NXadaptiveMenu ol,#NXadaptiveMenu menu,#NXadaptiveAddMenu li,#NXadaptiveAddMenu li span,#NXadaptiveAddMenu li nobr,#NXadaptiveAddMenu a,#NXadaptiveAddMenu a:hover,#NXadaptiveAddMenu * a,#NXadaptiveAddMenu * a:hover,#NXadaptiveAddMenu ul,#NXadaptiveAddMenu ol,#NXadaptiveAddMenu menu,#NXadaptiveAddMenu li{display:inline;padding:0;margin:auto;border:0;background:transparent;color:inherit;text-align:inherit;text-decoration:none;text-transform:none;line-height:inherit;font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;box-shadow:none;float:none}#NXadaptiveMenu a:hover,#NXadaptiveMenu * a:hover{text-decoration:underline;color:#666}#NXadaptiveAddMenu a:hover,#NXadaptiveAddMenu * a:hover{text-decoration:none;color:#faae00}#NXadaptiveMenu a:before,#NXadaptiveMenu a:after,#NXadaptiveMenu * a:before,#NXadaptiveMenu * a:after,#NXadaptiveAddMenu a:before,#NXadaptiveAddMenu a:after,#NXadaptiveAddMenu * a:before,#NXadaptiveAddMenu * a:after{display:none}#NXadaptiveMenu u,#NXadaptiveAddMenu u{display:none}#NXadaptiveMenu ul,#NXadaptiveMenu ol,#NXadaptiveMenu menu,#NXadaptiveMenu li,#NXadaptiveAddMenu ul,#NXadaptiveAddMenu ol,#NXadaptiveAddMenu menu,#NXadaptiveAddMenu li{display:block;width:100%;height:auto;margin:0;position:relative;z-index:1;top:auto;right:auto;bottom:auto;left:auto;list-style:none;vertical-align:top;min-width:300px;right:inherit !important}#NXadaptiveMenu li,#NXadaptiveAddMenu li{min-width:0}#NXadaptiveAddMenu li{border-top:1px solid #efefef}#NXadaptiveMenu li a,#NXadaptiveMenu li a:hover{display:block;padding:1em;padding-right:40px;border:1px solid #ccc;border-bottom-color:#f5f1e9;border-left:0;border-right:0;z-index:10;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300}#NXadaptiveAddMenu li a,#NXadaptiveAddMenu li a:hover{margin:0;display:inline-block;padding:15px;padding-right:10px;border-left:0;border-right:0;z-index:10;font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:25px;text-transform:uppercase;max-width:calc(100% - 45px)}#NXadaptiveAddMenu li a{color:#2b2b2b}#NXadaptiveAddMenu li a:hover{color:#faae00}#NXadaptiveMenu li a span,#NXadaptiveAddMenu li a span{font-weight:300}#NXadaptiveMenu li ul,#NXadaptiveAddMenu li ul{background:#fff}#NXadaptiveMenu li li a,#NXadaptiveMenu li li a:hover{font-size:90%;padding-left:30px;border-top-color:#ddd;border-bottom-color:#fdfdfd}#NXadaptiveAddMenu li li a,#NXadaptiveAddMenu li li a:hover{font-family:Open_Sans,Arial,Helvetica,sans-serif;font-size:15px;line-height:20px;padding-left:30px;font-weight:300;text-transform:none;max-width:100%}#NXadaptiveMenu li li ul,#NXadaptiveAddMenu li li ul{background:#eeedeb}#NXadaptiveMenu li li li a,#NXadaptiveMenu li li li a:hover,#NXadaptiveAddMenu li li li a,#NXadaptiveAddMenu li li li a:hover{font-size:80%;border-bottom-color:#fbfaf7}#NXadaptiveMenu .tab,#NXadaptiveMenu .tab_opened,#NXadaptiveAddMenu .tab,#NXadaptiveAddMenu .tab_opened{display:block;cursor:pointer;padding:0;margin:0;position:absolute;z-index:50;top:0;right:0;bottom:auto;left:auto;background:transparent;border:0;height:55px;width:55px}#NXadaptiveMenu .tab+ul,#NXadaptiveMenu .tab+ol,#NXadaptiveMenu .tab+menu,#NXadaptiveAddMenu .tab+ul,#NXadaptiveAddMenu .tab+ol,#NXadaptiveAddMenu .tab+menu{display:none}#NXadaptiveMenu .tab:after,#NXadaptiveMenu .close:after,#NXadaptiveMenu .open:after,#NXadaptiveMenu .tab_opened:after,#NXadaptiveAddMenu .tab:after,#NXadaptiveAddMenu .close:after,#NXadaptiveAddMenu .open:after,#NXadaptiveAddMenu .tab_opened:after{display:block;width:55px;height:55px;position:absolute;top:0;right:0;z-index:44;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+PGcgc3Ryb2tlPSIjMDAwIj48cGF0aCBkPSJNMCA1bDYgNE02IDlsNi00Ii8+PC9nPjwvc3ZnPg==) center center no-repeat;-webkit-background-size:40%;-moz-background-size:40%;background-size:40%}#NXadaptiveMenu .tab_opened:after,#NXadaptiveAddMenu .tab_opened:after{content:"";-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}#NXadaptiveMenu .tab:after,#NXadaptiveAddMenu .tab:after{content:""}#NXadaptiveMenu .open:after,#NXadaptiveAddMenu .open:after{content:"";-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}#NXadaptiveMenu .close:after,#NXadaptiveAddMenu .close:after{content:""}#NXadaptiveAddMenu li span{display:inline-block;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-arrow-down.svg) top left no-repeat;background-position:0 0;width:22px;height:20px;background-size:22px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#NXadaptiveAddMenu .menu-tab-opened>.menu-tab-arrow{background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-arrow-down.svg) top left no-repeat;width:22px;height:20px;background-size:22px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#NXadaptiveAddMenu .menu-tab>.menu-tab-arrow{background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-arrow-down.svg) top left no-repeat;width:22px;height:20px;background-size:22px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}#NXadaptiveAddMenu .m-open>.menu-tab-arrow{background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-arrow-down.svg) top left no-repeat;width:22px;height:20px;background-size:22px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#NXadaptiveAddMenu .m-close>.menu-tab-arrow{background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-arrow-down.svg) top left no-repeat;width:22px;height:20px;background-size:22px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}#addMenuClose,#addMenuClose:hover{cursor:pointer;display:block;width:20px;height:20px;background-size:20px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-exit-stock.svg) top left no-repeat;background-position:0 0;border:0;outline:0;background-color:transparent}#addMenuHeader{padding:15px;width:100%;min-width:320px}#NXadaptiveAddMenu #addMenuLogo{margin:0}#addMenuLogo figure{width:77px;height:23px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vx-logo.svg) top left no-repeat;background-size:auto 23px;margin:0}#NXadaptiveAddMenu nav>ul>li:first-child{border-top:0}#nxAddMenuShow,#nxAddMenuShow:hover{font-family:Open_Sans_Condensed,Arial,Helvetica,sans-serif;cursor:pointer;text-transform:uppercase;font-weight:bold;color:#fff;border:0;outline:0}@media only screen and (max-width:1280px){#nxAddMenuShow,#nxAddMenuShow:hover{padding:8px 35px 8px 15px;font-size:16px;line-height:18px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 9px right 10px no-repeat;background-size:16px;background-color:#6e737e}#nxAddMenuShow{margin-left:auto}}@media only screen and (max-width:1170px){#nxAddMenuShow,#nxAddMenuShow:hover{font-size:12px;line-height:14px;padding:10px 27px 10px 10px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 10px right 10px no-repeat;background-size:12px;background-color:#6e737e}}@media only screen and (max-width:800px){#nxAddMenuShow,#nxAddMenuShow:hover{padding:8px 35px 8px 15px;font-size:16px;line-height:18px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 9px right 10px no-repeat;background-size:16px;background-color:#6e737e}#nxAddMenuShow{margin-left:0}}@media only screen and (max-width:600px){#nxAddMenuShow,#nxAddMenuShow:hover{font-size:12px;line-height:14px;padding:10px 27px 10px 10px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 10px right 10px no-repeat;background-size:12px;background-color:#6e737e}}@media only screen and (max-width:390px){#nxAddMenuShow,#nxAddMenuShow:hover{font-size:11px;line-height:13px;padding:10px 27px 11px 10px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 11px right 10px no-repeat;background-size:11px;background-color:#6e737e}}@media only screen and (max-width:360px){#nxAddMenuShow,#nxAddMenuShow:hover{font-size:10px;line-height:12px;padding:11px 27px 11px 10px;background:url(/bitrix/templates/.default/components/bitrix/menu/vertex_spare_left_menu_1.0/images/vertex-menu-more-categories.svg) top 12px right 10px no-repeat;background-size:10px;background-color:#6e737e}}#NXadaptiveSearchForm{display:block;min-width:320px;width:100%;height:auto;overflow:hidden;padding:1em;border-top:1px solid #ccc;background:#eeedeb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#NXadaptiveSearchForm input{height:3em;position:relative;float:left;font-size:11pt;padding:.5em 1em;border:1px solid #ccc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#NXadaptiveSearchForm input[type="text"]{display:block;width:85%;margin:0}#NXadaptiveSearchForm input[type="submit"]{width:15%;float:right;padding:.5em;border-left:0;font-family:nx,Arial,Helvetica,sans-serif;background:#fbfaf7;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}#NXadaptiveSearchForm input[type="submit"]:hover,#NXadaptiveSearchForm input[type="submit"]:active{background:#ededed}#NXadaptiveCountry{min-width:320px;padding:15px 15px;background:#3c78e4;color:#fff;min-height:61px;position:relative;z-index:1}#NXadaptiveCountry .country_title{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;text-transform:uppercase}#NXadaptiveCountry p{margin:0}#NXadaptiveMenu #NXadaptiveCountry a:active,#NXadaptiveMenu #NXadaptiveCountry a:hover,#NXadaptiveMenu #NXadaptiveCountry a{padding:5px;border:2px solid #fff;margin:0 0 0 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:13px;color:#fff !important}#NXadaptiveMenu #NXadaptiveCountry .active{color:#3c78e4 !important;background-color:#ffff}#NXadaptiveMenu #NXadaptiveCountry .no_active{display:none;color:#fff !important}#NXadaptiveMenu #NXadaptiveTel{color:#3c78e4;padding:15px;background:#fff;font-size:23px;text-decoration:none;display:-ms-flexbox;display:-webkit-flex;display:flex;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:600}#NXadaptiveMenu #NXadaptiveTel .number-wrapper{padding-right:15px}#NXadaptiveMenu #NXadaptiveTel{color:#3c78e4 !important}#NXadaptiveMenu #NXadaptiveTel:after{content:"Т";display:inline-block;width:1.75em;height:1.75em;padding:5px;border:2px solid #3c78e4;font-size:18px;font-family:nx,Tahoma,Geneva,sans-serif;line-height:1;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tel-and-mail-container{min-width:320px;display:-ms-flexbox;display:-webkit-flex;display:flex}#NXadaptiveMenu #NXadaptiveTel.tel-and-mail{margin-left:0;padding:15px 0 15px 15px}#NXadaptiveMenu #NXadaptiveMail{color:#3c78e4;padding:15px;background:#fff;font-size:23px;text-decoration:none;display:-ms-flexbox;display:-webkit-flex;display:flex;font-family:Open_Sans,Arial,Helvetica,sans-serif;font-weight:600;margin-right:0}#NXadaptiveMenu #NXadaptiveMail{color:#3c78e4 !important}#NXadaptiveMenu #NXadaptiveMail:after{content:"E";display:inline-block;width:1.75em;height:1.75em;padding:5px;border:2px solid #3c78e4;font-size:18px;font-family:nx,Tahoma,Geneva,sans-serif;line-height:1;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#NXadaptiveNavigation .bx_catalog-compare-list{display:none}#NXadaptiveNavigation .mobMiniMenu{padding:0 25px 0 0;margin:5px 0 0 0;font-size:16px;width:40%;max-width:360px}#NXadaptiveNavigation .mobMiniMenu li{list-style-type:none;cursor:pointer}#NXadaptiveNavigation .mobile_menu_item{display:none}#NXadaptiveNavigation #nxGamburger button{margin:0 auto}#NXadaptiveNavigation #nxGamburger .h-nav-icon{width:40px}#NXadaptiveNavigation #nxGamburger .h-nav-gamburger::before{height:13px}#NXadaptiveNavigation #nxGamburger .h-nav-gamburger::after{height:10px}#NXadaptiveNavigation .mobMiniMenu a{text-decoration:none;font-weight:bold}#NXadaptiveSocial,#NXadaptiveSocial *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#NXadaptiveSocial{width:100%;overflow:hidden;height:auto;padding:0;margin:0;position:relative;top:auto;left:auto;right:auto;bottom:auto;z-index:1;border-top:1px solid #fff;border-bottom:1px solid #fff;background:0}#NXadaptiveSocial a,#NXadaptiveSocial a:hover{display:block;height:40px;width:calc(100% / 3);margin:0;padding:0;overflow:hidden;text-indent:-1000px;position:relative;background:0;opacity:1;text-align:center;border-right:1px solid #fff;color:#fff;background:#3c78e4}#NXadaptiveSocial a:last-child{border:0}#NXadaptiveSocial a:before{display:block;height:40px;width:40px;line-height:40px;position:absolute;z-index:100;left:50%;top:0;margin-left:-20px;background:0;text-indent:0;text-align:center;color:#fff}#NXadaptiveSocial a:hover{color:#fff;background:#666;border-bottom-color:#ccc;border-right-color:#ccc}@media only screen and (max-width:750px){#NXadaptiveNavigation .header_country{display:block;font-size:13px;margin-right:0}.main .block_preview{margin:100px 50px 20px}#NXadaptiveNavigation{-ms-flex-wrap:wrap;flex-wrap:wrap;height:80px}#NXadaptiveNavigation .mobMiniMenu{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;background:#fff;margin:0 auto;max-width:none;padding:0 85px;height:30px}#NXadaptiveNavigation .h-logo{height:50px}#NXadaptiveNavigation .mobMiniMenu a{color:#3c78e4}#NXadaptiveNavigation .h-nav-phone{padding-top:7px;margin-right:10px}#NXadaptiveNavigation .h-nav-phone-icon{margin-top:9px}#NXadaptiveNavigation .mail-header{margin-left:10px}#NXadaptiveNavigation .mail-header:before{top:2px}.container{padding-top:80px}#NXadaptiveNavigation .h-nav-phone:before{content:none}#NXadaptiveNavigation .mobile_menu_item,#NXadaptiveNavigation .mobile_catalog_item,#NXadaptiveNavigation .mobile_rent_item,#NXadaptiveNavigation .mobile_service_item{display:block}}@media only screen and (max-width:850px){#NXadaptiveNavigation .viber{display:none}.site_s8 #NXadaptiveNavigation .viber{display:block}}@media only screen and (max-width:750px){#NXadaptiveNavigation .viber{display:block}}@media only screen and (max-width:700px){.main .block_preview{margin:100px 20px 20px}}@media only screen and (max-width:599px){.main .block_preview{margin:20px}}@media only screen and (max-width:530px){#NXadaptiveNavigation .viber{display:none}}@media only screen and (max-width:500px){#NXadaptiveNavigation .mobMiniMenu{padding:0 10px}#NXadaptiveNavigation .h-nav{padding:0 10px}#NXadaptiveNavigation .h-logo:before{background-position:left;width:80px}#NXadaptiveNavigation .viber{margin-left:15px;display:block}#NXadaptiveNavigation .viber:before{font-size:25px}#NXadaptiveNavigation .mail-header{margin-left:10px}#NXadaptiveNavigation .h-nav-phone{margin-left:0}#NXadaptiveNavigation .h-nav-icon{margin-left:15px}}@media only screen and (max-width:430px){#NXadaptiveNavigation .viber{display:none}}@media(max-width:380px){#NXadaptiveNavigation .mail-header{margin-left:0}}@media(max-width:375px){#NXadaptiveNavigation .h-nav-phone{margin-right:0;padding-top:0}#NXadaptiveNavigation .h-nav-icon{margin-left:13px}#NXadaptiveNavigation .viber{display:none}.site_s8 #NXadaptiveNavigation .viber{display:none}#NXadaptiveNavigation .viber:before{font-size:25px}#NXadaptiveNavigation .mail-header{display:none}#NXadaptiveNavigation .mail-header:before{font-size:25px}#NXadaptiveNavigation .h-nav-phone:after{font-size:25px}#NXadaptiveNavigation .bx_catalog-compare-list{margin:8px 8px 0 0}.bx_catalog-compare-list:before{background-size:70%}}@media only screen and (min-width:1936px){.before_scroll .header{max-width:1917px;left:50%;transform:translateX(-51%)}}@media only screen and (max-width:640px){.left,.right{width:100%;margin-bottom:10px;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}}@media only screen and (max-width:450px){.nxOpenedMenu #NXadaptiveMenu,.nxOpenedMenu #NXadaptiveAddMenu{right:0}.nx-flex-row-btw-c{display:flex}}@media only screen and (min-width:1366px) and (max-width:1425px){.before_scroll .logo{margin-left:170px;width:150px;object-fit:cover;background-size:cover}.before_scroll .header{padding:0 100px 0 145px;width:1510px}.site_s8 .before_scroll .header{padding:0 180px 0 145px;width:1510px}.site_s1 .before_scroll .header{padding:0 100px 0 145px;width:1510px}.before_scroll .header_content .order_call{margin-right:50px}}@media only screen and (max-width:1280px){#NXadaptiveNavigation .h-nav{display:flex !important;flex-direction:row-reverse !important}}@media only screen and (max-width:1367px){.before_scroll .logo-with-text{margin-left:0}.lwt-box-text{color:#3c78e4}.lwt-box-border{background-color:#3c78e4}.before_scroll .logo{width:112px;background:url(/bitrix/templates/vertex/images/mobile-logo_blue.svg) left top no-repeat;background-size:100%}.before_scroll .header_content{width:839px;justify-content:space-around}}@media only screen and (min-width:1279px) and (max-width:1300px){.before_scroll .logo{background-size:contain !important}.logo-with-text .logo{margin-left:0 !important}}@media only screen and (max-width:1368px){.before_scroll .header{padding:0 100px 0 80px !important;width:100%}.before_scroll .header_content .order_call{margin-right:0}.site_s8 .before_scroll .header{width:100%}}@media only screen and (max-width:1368px){.before_scroll .header{width:1510px}}@media only screen and (max-width:1367px){.before_scroll .header{width:100%}.site_s1 .before_scroll .header{width:100%}}@media only screen and (max-width:1300px){.before_scroll .header_content,.site_s8 .before_scroll .header_content{width:735px}.site_s3 .before_scroll .header_content{width:735px;justify-content:space-around}.site_s3 .before_scroll .header_content .header_social_ae{width:80px}}@media only screen and (min-width:1480px) and (max-width:1600px){.before_scroll .header{padding:0 220px 0 150px !important}.before_scroll .header_content .order_call{margin-right:60px}}@media only screen and (min-width:1550px) and (max-width:1600px){.before_scroll .header.main_content{padding:0 60px 0 200px !important;max-width:1585px;width:100%}}@media only screen and (min-width:1500px) and (max-width:1550px){.before_scroll .header.main_content{padding:0 40px 0 200px !important;max-width:1585px;width:100%}}@media only screen and (min-width:1480px) and (max-width:1500px){.before_scroll .header.main_content{padding:0 20px 0 200px !important;max-width:1585px;width:100%}}@media only screen and (min-width:1425px) and (max-width:1480px){.before_scroll .header.main_content{padding:0 0 0 200px !important;max-width:1585px;width:100%}.before_scroll .header_content .order_call{margin-right:60px}.before_scroll .logo{width:135px}}@media only screen and (min-width:1368px) and (max-width:1424px){.header_s8.before_scroll .header_menu_link{border-top-color:#3c78e4;border-bottom-color:#3c78e4}.header_s8.before_scroll .header_menu_link span{color:#3c78e4}.header_s8.before_scroll .header_menu_link:before{background-color:#3c78e4}}@media only screen and (min-width:1367px) and (max-width:1425px){.before_scroll .logo{background-size:contain}}@keyframes popover{0%{opacity:0;transform:translateY(-30px)}100%{opacity:1;transform:translateY(0)}}.subscribe-form-popup{position:fixed;z-index:1001;top:20%;right:15%;width:590px;margin:0 auto;padding:25px;background-color:#eff4ff;box-shadow:0 6px 30px rgb(0 0 0 / .5);-webkit-animation:popover .2s ease-in-out;-moz-animation:popover .2s ease-in-out;animation:popover .2s ease-in-out}.ajax_call_form.subscribe-form-popup{left:0;right:0}.subscribe-form-popup:before{content:'';position:absolute;top:0;right:85px;width:230px;height:100%;max-height:450px;z-index:-1;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);background:-moz-linear-gradient(top,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);background:-webkit-linear-gradient(top,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);background:linear-gradient(to bottom,rgba(201,222,249,1) 0,rgba(201,222,249,1) 30%,rgba(201,222,249,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9def9',endColorstr='#00c9def9',GradientType=0)}.subscribe-form-popup h2{font-size:22px;color:#3c78e4;margin:0;padding:0;text-transform:initial}.subscribe-form-popup p{font-size:16px;color:#2b2b2b;margin:15px 0 10px}.subscribe-form-popup i{display:block;font-size:14px;color:#8b8b8b;margin-bottom:10px}.subscribe-form-popup .inpt{width:100%;margin-top:10px}.subscribe-form{display:flex;flex-wrap:wrap;justify-content:space-between}.subscribe-form .checkbox,.search-form .checkbox{width:100%;margin:10px 0 15px}.search_btn{display:flex}@media only screen and (max-width:560px){.search_btn .search_empty,.search_btn .search_mail{font-size:14px}}@media only screen and (max-width:500px){.search_btn .search_empty,.search_btn .search_mail{font-size:12px;text-align:center}}.subscribe-form .checkbox label{width:auto;height:auto;padding-left:30px}.subscribe-form .btn{width:48%}.subscribe-form .btn.btn-gray{background-color:#9c9c9c}.subscribe-form .btn.btn-gray:hover{background-color:#adadad}.main_page.new-year .before_scroll .header:before,.main_page.new-year .before_scroll .header:after{content:"";position:absolute;z-index:-1;left:5%;display:block;width:450px;height:100%;background-image:url(/bitrix/templates/vertex/images/tree_branch.png);background-repeat:no-repeat;background-position:0 -50px}.main_page.new-year .before_scroll .header:after{left:auto;right:-12%;transform:rotate(180deg) scale(1,-1)}.white_header.new-year .wrap_header:not(.fixit) .header:before,.white_header.new-year .wrap_header:not(.fixit) .header:after{content:"";position:absolute;z-index:-1;left:-40%;display:block;width:100%;height:100%;background-image:url(/bitrix/templates/vertex/images/tree_branch.png);background-repeat:no-repeat;background-position:0 -50px}.white_header.new-year .wrap_header:not(.fixit) .header:after{left:auto;right:-40%;background-position:0 -50px;transform:rotate(180deg) scale(1,-1)}.new-year .wrap_header:not(.before_scroll) .header{background-image:url(/bitrix/templates/vertex/images/new_year_stars.png)}.new-year .header:before,.new-year .header:after{content:"";position:absolute;z-index:-1;top:0;left:-35%;display:block;width:100%;height:100%;background-image:url(/bitrix/templates/vertex/images/new_year_white.png);background-repeat:no-repeat;background-position:45px 5px}.new-year .header:after{left:auto;right:-35%;background-position:45px 5px;transform:rotate(180deg) scale(1,-1)}.new-year .wrap_header.anchor_menu_included.fixit:not(.before_scroll) .header{height:130px;padding-bottom:50px;background-repeat:no-repeat}.new-year .anchor_menu_included.fixit .header:before,.new-year .anchor_menu_included.fixit .header:after{top:20px}.new-year .header_menu_link{border-width:4px}.new-year .header_menu_link:before{height:4px;top:5px}.new-year #NXadaptiveNavigation:before{content:"";position:absolute;display:block;width:270px;height:100px;background-image:url(/bitrix/templates/vertex/images/tree_branch.png);background-repeat:no-repeat;background-size:100%;top:-45px;left:0;z-index:-1;transform:rotate(20deg)}.new-year #NXadaptiveNavigation:after{content:"";position:absolute;display:block;width:270px;height:100px;background-image:url(/bitrix/templates/vertex/images/tree_branch.png);background-repeat:no-repeat;background-size:100%;top:-45px;right:0;z-index:-1;transform:rotate(340deg) scale(-1,1)}@media only screen and (max-width:600px){.new-year #NXadaptiveNavigation:after{content:"";position:absolute;display:block;width:270px;height:100px;background-image:url('/bitrix/templates/vertex/images/tree_branch.png');background-repeat:no-repeat;background-size:100%;top:-91px;left:60%;z-index:-1;transform:rotate(340deg) translateX(-50%) scale(-1,1)}.new-year #NXadaptiveNavigation:before{content:none}}#chosen_pop_up{position:fixed;top:50px;left:50%;z-index:1100;transform:translateX(-50%);width:100%;max-width:400px;background:#fff;padding:15px 10px}#chosen_pop_up h2{margin-bottom:10px}#chosen_pop_up .btn{margin:10px 0}#new_year_pop_up_2022{position:fixed;top:50%;left:50%;z-index:1100;transform:translate(-50%,-50%);width:711px;height:420px}#new_year_pop_up_2022 .sale-slide-newyear{background-image:url("/bitrix/templates/vertex/images/special_offer_modal_pad.jpg")}#new_year_pop_up_2022 .sale-slide-newyear-claus{background-image:url("/bitrix/templates/vertex/images/new_year_2023_711x420.jpg");height:100%;background-size:cover}#new_year_pop_up{position:fixed;top:50%;left:50%;z-index:1100;transform:translate(-50%,-50%);background:url("/bitrix/templates/vertex/images/Vertex_NY_pop_up_bg_web.jpg");width:710px;height:420px;font-family:'RobotoSale',Verdana,Arial,Helvetica,sans-serif}#new_year_pop_up h2{font-size:38px;text-align:center;color:#3c78e4;margin:40px 0 30px;font-family:inherit}#new_year_pop_up .content_wrapper{padding-left:310px}#new_year_pop_up .special_price{color:#606060}#new_year_pop_up .special_price span{text-transform:uppercase;font-weight:bold;font-size:24px}#new_year_pop_up .special_price p{margin:0;font-size:19px;line-height:1.1;font-style:normal;width:210px}#new_year_pop_up .new_year_sale{margin-top:20px;color:#3c78e4}#new_year_pop_up .new_year_sale span{line-height:1.1;letter-spacing:-0.9px}#new_year_pop_up .new_year_sale p{margin:0;font-size:29px;text-transform:uppercase;font-weight:bold;line-height:1.1}#new_year_pop_up .sale-btn{margin-top:35px;width:260px;line-height:1.1}#new_year_pop_up .sale-btn span:nth-of-type(1){line-height:1.1;font-size:12px;text-transform:none;letter-spacing:.3px}#new_year_pop_up .sale-btn span:nth-of-type(2){line-height:1.1}.hide-pop_up{position:absolute;top:0;right:10px;z-index:1200;padding:0;cursor:pointer}.hide-pop_up::before{content:'\00D7';font-size:40px;line-height:100%;color:#e3000f}@media only screen and (max-width:1700px){.main_page.new-year .before_scroll .header:before{left:-3%}.main_page.new-year .before_scroll .header:after{right:-20%}}@media only screen and (max-width:1600px){.main_page.new-year .before_scroll .header:before{left:-6%}.main_page.new-year .before_scroll .header:after{right:-25%}}@media only screen and (max-width:1370px){.main_page.new-year .before_scroll .header:before{left:-25%}}@media only screen and (max-width:768px){#new_year_pop_up{background:url("/bitrix/templates/vertex/images/Vertex_NY_pop_up_bg_mob.jpg");width:320px;height:371px}#new_year_pop_up .hide-pop_up{top:-5px;right:5px}#new_year_pop_up h2{font-size:22px;letter-spacing:1.2px;margin:25px 0 0}#new_year_pop_up .content_wrapper{padding:0 25px}#new_year_pop_up .special_price{line-height:1.1;font-size:16px;margin-top:10px}#new_year_pop_up .special_price span{font-size:16px}#new_year_pop_up .special_price p{text-transform:uppercase;font-size:16px}#new_year_pop_up .new_year_sale{margin-top:140px;text-align:center}#new_year_pop_up .new_year_sale span{font-size:15px;letter-spacing:.7px}#new_year_pop_up .new_year_sale p{display:inline-block;font-size:21px}#new_year_pop_up .sale-btn{margin:0 auto;width:180px;display:block}#new_year_pop_up .sale-btn span:nth-of-type(1){line-height:1.5}#new_year_pop_up .sale-btn span:nth-of-type(2){font-size:18px;display:block}.brand-slogan{display:none}}@media only screen and (max-width:711px){#new_year_pop_up_2022{width:360px}#new_year_pop_up_2022 .sale-slide-newyear{background-image:url("/bitrix/templates/vertex/images/special_offer_modal_mobile.jpg")}#new_year_pop_up_2022 .sale-slide-newyear-claus{background-image:url("/bitrix/templates/vertex/images/new_year_2023_320x371.jpg")}}@media only screen and (max-height:450px){#new_year_pop_up_2022{height:95%;max-height:420px;max-width:711px;width:78%}}@media only screen and (max-width:460px){#new_year_pop_up .sale-btn{padding:10px 0}}.fireworks_1,.fireworks_1l{position:absolute;right:80px;display:inline-block;width:143px;height:63px;background:url(/bitrix/templates/vertex/images/fw1.png);background-size:contain}body.main_page .wrap_header:not(.fixit) .fireworks_1{background-repeat:no-repeat;right:10px;height:40px}.fireworks_1l{right:auto;margin-left:-18px}.fireworks_2l{position:absolute;margin-left:-96px;display:inline-block;width:64px;height:64px;background:url(/bitrix/templates/vertex/images/fw2.png);background-size:contain}.fireworks_3l{position:absolute;margin-left:-170px;display:inline-block;width:52px;height:52px;background:url(/bitrix/templates/vertex/images/fw3.png);background-size:contain}.fireworks_4l{position:absolute;margin-left:-300px;display:inline-block;width:120px;height:77px;background:url(/bitrix/templates/vertex/images/fw4.png);background-size:contain}.fireworks_2r,.fireworks_3r{display:none}body:not(.main_page) .blue_gradient .fireworks_2r,.white_header .fireworks_2r{display:block;position:absolute;right:-200px;display:inline-block;width:64px;height:64px;background:url(/bitrix/templates/vertex/images/fw2.png);background-size:contain}body:not(.main_page) .blue_gradient .fireworks_3r,.white_header .fireworks_3r{display:block;position:absolute;right:-270px;display:inline-block;width:52px;height:52px;background:url(/bitrix/templates/vertex/images/fw3.png);background-size:contain}.fireworks_2,.fireworks_2_l{position:absolute;right:22px;display:inline-block;font-weight:800;color:#ffb30c;font-size:35px}.fireworks_2{right:-12px}.fireworks_2 span,.fireworks_2_l span{font-weight:bold;font-size:25px}.fireworks_2_l{display:none;right:auto;margin-left:-107px}.fw-left{position:absolute;margin-left:-20px;margin-top:-74px}.fixit .fw-left{margin-left:-106px}body:not(.main_page) .blue_gradient .fireworks_1,.fixit .fireworks_1,.white_header .fireworks_1{right:-150px}.fixit .fireworks_2{right:-210px}body:not(.main_page) .blue_gradient .fireworks_2,.white_header .fireworks_2{display:none}body:not(.main_page) .blue_gradient .fw-left,.white_header .fw-left{margin-left:-110px}.main_page .center_fw{display:none}.white_header .center_fw{display:block}.fw1c{position:absolute;margin-left:-74px;display:inline-block;width:68px;height:30px;background:url(/bitrix/templates/vertex/images/fw1c.png);background-size:cover;bottom:0}.fw2c{font-family:"Palatino Linotype",Verdana,Arial,Helvetica,sans-serif;font-size:75px;font-weight:300;color:#ffb30c}.fw3c{position:absolute;margin-left:0;display:inline-block;width:113px;height:67px;background:url(/bitrix/templates/vertex/images/fw2c.png);background-size:contain;top:-22px}body:not(.main_page):not(.white_header) .blue_gradient .fireworks_1l,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_2l,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_3l,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_4l,body:not(.main_page):not(.white_header) .blue_gradient .fw1c,body:not(.main_page):not(.white_header) .blue_gradient .fw2c,body:not(.main_page):not(.white_header) .blue_gradient .fw3c,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_1,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_2r,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_3r,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_2_l,body:not(.main_page):not(.white_header) .blue_gradient .fireworks_2,.fixit .fireworks_1l,.fixit .fireworks_2l,.fixit .fireworks_3l,.fixit .fireworks_4l,.fixit .fw1c,.fixit .fw2c,.fixit .fw3c,.fixit .fireworks_1,.fixit .fireworks_2r,.fixit .fireworks_3r,.fixit .fireworks_2_l,.fixit .fireworks_2{filter:brightness(0) invert(1)}@media(max-width:1921px){.fireworks_2_l{display:block}.fireworks_2l,.fireworks_2{display:none}body:not(.main_page) .blue_gradient .fireworks_2_l,.white_header .fireworks_2_l{display:none}.white_header .fireworks_2l{display:block}}@media(max-width:1700px){.fw-left{margin-left:-89px}body.main_page .wrap_header:not(.fixit) .fireworks_1,.fireworks_1{right:-5%}}@media(max-width:1650px){.fixit .fireworks_2{display:block;right:-44px;top:6px}body.main_page .fixit .fireworks_2{right:0;left:270px;z-index:-1}.white_header .fixit .fireworks_2{display:none}.fireworks_1{display:none}.white_header .fireworks_1{display:block}.fixit .fireworks_2_l{display:none}.fixit .fireworks_2l{display:block}}@media(max-width:1600px){.fw-left{margin-left:43px}.fireworks_1{display:none}}@media(max-width:1368px){.fireworks_2{display:block;top:9px;right:10px}.fireworks_2_l{display:none}.fw-left{margin-left:-66px}}#NXadaptiveNavigation .center_fw{display:block;position:absolute;top:0;right:0;left:225px;z-index:-1}#NXadaptiveNavigation .center_fw .fw1c{margin-left:-60px;width:55px;height:15px}#NXadaptiveNavigation .center_fw .fw3c{width:90px;height:45px;top:-20px;background-repeat:no-repeat}body.catalog-root #NXadaptiveNavigation .fireworks_2r{top:15px;right:70px}body:not(.white_header) #NXadaptiveNavigation .center_fw .fw1c,body:not(.white_header) #NXadaptiveNavigation .center_fw .fw3c{filter:brightness(0) invert(1)}body.catalog-root #NXadaptiveNavigation .center_fw{left:100px}body.catalog-root #NXadaptiveNavigation .center_fw .fw1c{height:20px}body.white_header #NXadaptiveNavigation .center_fw .fw2c{color:#ffb30c}#NXadaptiveNavigation .center_fw .fw2c{font-size:35px}@media only screen and (max-width:1280px){body:not(.white_header) #NXadaptiveNavigation .center_fw .fw1c,body:not(.white_header) #NXadaptiveNavigation .center_fw .fw3c{filter:none}#NXadaptiveNavigation .center_fw .fw2c{color:#ffb30c}}@media only screen and (max-width:1024px){#NXadaptiveNavigation .center_fw{left:155px}}@media only screen and (max-width:900px){#NXadaptiveNavigation .center_fw{left:115px}}@media only screen and (max-width:750px){#NXadaptiveNavigation .center_fw{left:auto;right:320px}}@media only screen and (max-width:600px){#NXadaptiveNavigation .center_fw .fw1c{width:45px}#NXadaptiveNavigation .center_fw .fw3c{height:40px}#NXadaptiveNavigation .center_fw{left:150px;right:auto}#NXadaptiveNavigation .center_fw{left:120px;right:auto}#NXadaptiveNavigation .center_fw .fw1c{margin-left:-10px;height:55px;width:55px;top:0}#NXadaptiveNavigation .center_fw .fw3c{display:none}}@media(max-width:500px){#NXadaptiveNavigation .center_fw{left:90px;right:auto}}.video .video-time{margin-top:10px;color:#3c78e4}.learning_contacts{color:#fff;font-weight:bold;width:100%}.learning_contacts .contacts_title{padding-left:25px;border-left:1px solid #faae00;border-right:0;text-transform:uppercase;width:266px;text-align:left;color:#faae00;font-size:34px;position:relative}.fix-order .learning_contacts.blue .contacts_title{padding-right:25px}.contacts_title::after{content:"?";position:absolute;width:50px;height:100px;font-size:160px;font-weight:bold;color:#faae00;opacity:.2;top:-70px;left:35%}.blue .contacts_title::after{color:#3c78e4}.blue.learning_contacts .contacts_title{position:relative;text-align:center;color:#3c78e4;border-color:#3c78e4;padding-right:0}.rent.learning_contacts{padding:30px 0}.learning_contacts .contacts_list{padding-left:25px;border-left:1px solid #faae00}.blue.learning_contacts .contacts_list{border-color:#3c78e4}.learning_contacts .contacts_item{position:relative;display:block;padding-left:44px;color:#fff;font-size:25px;text-decoration:none}.blue.learning_contacts .contacts_item,.blue.learning_contacts .contacts_item a{color:#3c78e4;text-decoration:none}.learning_contacts .contacts_item:before{content:'';position:absolute;left:0;top:50%;width:24px;height:24px;margin-top:-12px;color:#fff;font-weight:normal;font-size:23px;line-height:120%;text-align:center;font-family:nx,Tahoma,Geneva,sans-serif}.blue.learning_contacts .contacts_item:before{color:#3c78e4}.learning_contacts .contacts_item.contacts_phone:before{content:'T'}.learning_contacts .contacts_item.contacts_email:before{content:'E';font-size:19px;line-height:125%}.learning_contacts .contacts_item a{color:#fff;text-decoration:none}.footer .link_download_catalog{margin-bottom:20px}.footer .link_download_catalog:nth-child(2n+1){margin-right:12.5px}.footer .link_download_catalog:nth-child(2n){margin-left:12.5px}.footer .footer_green_btn{background-color:#aecc3a}.footer .footer_green_btn:hover{background-color:#cae36d;color:#000}.footer__button{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1170px){.footer__button{max-width:565px}}@media only screen and (max-width:600px){.footer__button{min-width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer .link_download_catalog:nth-child(2n+1){margin-right:0}.footer .link_download_catalog:nth-child(2n){margin-left:0}}.header_country{font-weight:800;font-size:18px;color:#fff;margin-right:15px}.white_header .blue_gradient .header_country,.white_header .blue_gradient .header_country:before{color:#3c78e4}.blue_gradient.fixit .header_country,.blue_gradient.fixit .header_country:before{color:#fff}.before_scroll .header_country{color:#3c78e4;margin-right:0}.before_scroll .header_country:before{color:#3c78e4}@media only screen and (max-width:475px){.learning_contacts .contacts_list,.learning_contacts .contacts_title{width:266px;padding-left:20px}.learning_contacts .contacts_item{width:100%}}.without_main_site_selector{margin:0 10px}.policy_and_company{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.policy_and_company .copy,.policy_and_company .privacy-policy{width:50%}.policy_and_company .privacy-policy{height:45px;font-size:17px;color:white;z-index:100}.policy_and_company .privacy-policy:hover{color:#faae00}@media(max-width:1170px){.policy_and_company .copy,.policy_and_company .privacy-policy{width:100%}.policy_and_company .copy{text-align:center}.policy_and_company{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.policy_and_company .privacy-policy{height:auto;padding:5px 0;font-size:14px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}

/* End */
/* /bitrix/templates/vertex/selectboxit/select_style.min.css?16014611084075 */
/* /bitrix/templates/vertex/chosen/chosen.css?165884042112896 */
/* /bitrix/components/ip/nx_gallery_3.7/jquery.fancybox.min.css?171323492314247 */
/* /bitrix/templates/vertex/slick-slider.min.css?16250464482550 */
/* /bitrix/templates/.default/components/ip/mailform_4.8/vertex_orders/style.min.css?174039483120085 */
/* /bitrix/templates/.default/components/ip/nx.plugin/vertex_year_cookie_1.0/style.min.css?17460115231100 */
/* /bitrix/templates/.default/components/bitrix/menu/vertex_top_mobile_menu/style.min.css?163645780827 */
/* /bitrix/templates/.default/components/bitrix/menu/vertex_top_menu/style.min.css?17244087748118 */
/* /bitrix/templates/.default/components/ip/nx_region_2.0/vertex_new_city_1.0/style.min.css?17136077106975 */
/* /bitrix/templates/.default/components/bitrix/catalog.compare.list/vertex_compare_label/style.min.css?16934741233089 */
/* /bitrix/templates/.default/components/bitrix/search.form/vertex_search_form/style.min.css?16935605311896 */
/* /bitrix/templates/.default/components/ip/nx.highload.list_1.0/vertex_banners_everywhere/style.min.css?17435056152920 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/vertex_list_footer_equipment/style.min.css?16831043341390 */
/* /bitrix/templates/.default/components/ip/news.list/vertex_footer_contacts/style.min.css?17490359355239 */
/* /bitrix/templates/.default/components/ip/nx.plugin/vertex_cookie_1.0/style.min.css?1748949489818 */
/* /bitrix/templates/.default/components/bitrix/main.site.selector/vertex_lang/style.min.css?17000415822833 */
/* /bitrix/templates/vertex/styles.min.css?175024569461399 */
/* /bitrix/templates/vertex/template_styles.min.css?174903593661385 */
