

/* Start:/local/templates/adems_copy/libs/noty/noty.css?16951986985589*/
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL=noty.css.map*/
/* End */


/* Start:/local/templates/adems_copy/libs/magnific-popup/magnific-popup.css?16779317997302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/adems_copy/components/bitrix/main.site.selector/main/style.css?1749473041232*/
.lang-block {
    margin-left: 20px;
    display: flex;
}
.lang-block .language{
    display: flex;
    align-items: center;
}
.lang-block .language .txt {
    margin-left: 10px;
    line-height: 1;
    color: #E73E3E;
}
/* End */


/* Start:/local/templates/adems_copy/components/bitrix/main.site.selector/main_mobile/style.css?1749473009380*/
.lang-block.lang-block-mobile {
    display: none;
}
.lang-block {
    margin-left: 20px;
    display: flex;
}
.lang-block .language{
    display: flex;
    align-items: center;
}
.lang-block .language .txt {
    margin-left: 10px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .lang-block.lang-block-mobile {
        display: flex;
    }
}
/* End */


/* Start:/local/templates/adems_copy/components/bitrix/breadcrumb/.default/style.css?1695967865276*/
.navigation {
  color: #95979C;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .navigation {
    margin-bottom: 1.2rem;
  }
}
.navigation a {
  color: #95979C;
}
.navigation a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/subs/templates/redesign/style.css?16959678581179*/
.footer_subscription {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #6C6C6C;
}
@media screen and (max-width: 767px) {
  .footer_subscription {
    display: block;
  }
}
.footer_subscription .txt_block {
  flex-shrink: 0;
  margin-right: 3rem;
  color: #95979C;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_subscription .txt_block {
    margin: 0 0 1.6rem;
  }
}
.footer_subscription .txt_block .title {
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1029px) {
  .footer_subscription .txt_block .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_subscription .txt_block .title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.footer_subscription .input_block {
  width: 100%;
  margin-right: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_subscription .input_block {
    margin: 0 0 1.2rem;
  }
}
.footer_subscription .input_block .error_msg {
  position: absolute;
  top: 100%;
  left: 0;
}
.footer_subscription .btn_block {
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/ajax.form/templates/callback_redesign/style.css?16959678581046*/
.callback {
  width: 47rem;
  max-width: 100%;
  background: #FFF;
  margin: 1rem auto;
  position: relative;
  padding: 3.6rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .callback {
    padding: 3.6rem 1.5rem 3rem;
  }
}
.callback .title {
  color: #242424;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.callback input.txt {
  width: 100%;
}
.callback input.txt:not(:last-child) {
  margin-bottom: 1rem;
}
.callback .select:not(:last-child) {
  margin-bottom: 1rem;
}
.callback .btn_block {
  margin-top: 2rem;
}
.callback .custom_checkbox_wrapp {
  margin-top: 2rem;
}
.callback .error_msg {
  margin-bottom: 1rem;
  color: #E73E3E;
}
.callback .call_back_suc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F4F5F6;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0B9C34;
  text-align: center;
  z-index: 11;
}
.callback .custom_checkbox_wrapp {
  margin-top: 1rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/adems_copy/libs/selectize/selectize.css?16951986988785*/
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* End */


/* Start:/local/components/go2web/ajax.form/templates/callback_redesign_banner/style.css?17181042101046*/
.callback {
  width: 47rem;
  max-width: 100%;
  background: #FFF;
  margin: 1rem auto;
  position: relative;
  padding: 3.6rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .callback {
    padding: 3.6rem 1.5rem 3rem;
  }
}
.callback .title {
  color: #242424;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.callback input.txt {
  width: 100%;
}
.callback input.txt:not(:last-child) {
  margin-bottom: 1rem;
}
.callback .select:not(:last-child) {
  margin-bottom: 1rem;
}
.callback .btn_block {
  margin-top: 2rem;
}
.callback .custom_checkbox_wrapp {
  margin-top: 2rem;
}
.callback .error_msg {
  margin-bottom: 1rem;
  color: #E73E3E;
}
.callback .call_back_suc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F4F5F6;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0B9C34;
  text-align: center;
  z-index: 11;
}
.callback .custom_checkbox_wrapp {
  margin-top: 1rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/adems_copy/template_styles.css?172899965181596*/
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.respons_wrapp {
  display: block;
  position: relative;
}
.respons_wrapp:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.respons_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.respons_content img, .respons_content picture {
  display: block;
}

.mfp_zoom_in .mfp_content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp_zoom_in.mfp-ready .mfp_content {
  opacity: 1;
  transform: scale(1);
}

.mfp_zoom_in.mfp-removing .mfp_content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp_zoom_in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp_zoom_in.mfp-ready.mfp-bg {
  opacity: 0.9;
  background: #747474;
}

.mfp_zoom_in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* img */
.mfp_with_zoom .mfp-container,
.mfp_with_zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp_with_zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp_with_zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp_with_zoom.mfp-removing .mfp-container,
.mfp_with_zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-close {
  top: 2rem;
  right: 2rem;
  opacity: 1;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/local/templates/adems_copy/img/close.svg") center no-repeat;
  background-size: 2rem;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
  text-align: center;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #E73E3E;
  color: #fff;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000;
  border: none;
}
.selectize-dropdown::placeholder, .selectize-input::placeholder, .selectize-input input::placeholder {
  color: #BDBFC4;
}

.selectize-input {
  padding: 1.4rem 5rem 1.3rem 2rem;
  box-shadow: none;
  border: 1px solid #EAEAF1;
  border-radius: 0.3rem;
  z-index: 11;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.full {
  background: #FFF;
}
.selectize-input:before {
  display: none !important;
}

.selectize-control.single .selectize-input:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 4.7rem;
  margin: 0;
  border: none;
  background: #F4F5F6 url("/local/templates/adems_copy/img/arrow.svg") center no-repeat;
  border-left: 0.1rem solid #EAEAF1;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: default;
  background: #FFF;
}

.selectize-control.single .selectize-input.input-active:after {
  border-width: 0.1rem;
  border: none;
  border-left: 0.1rem solid #EAEAF1;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
  display: block;
}

.selectize-dropdown {
  padding: 1rem 2rem;
  cursor: pointer;
  border-top: none;
  box-shadow: none;
  background: #FFF;
  border: 0.1rem solid #EAEAF1;
}
.selectize-dropdown .option {
  padding: 0;
  color: #95979C;
}
.selectize-dropdown .option:not(:last-child) {
  margin-bottom: 0.5rem;
}
.selectize-dropdown .option.active {
  color: #000;
  background: none;
  text-decoration: underline;
}

@font-face {
  font-family: "Plumb";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/adems_copy/fonts/Plumb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Plumb";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/adems_copy/fonts/PlumbMediumC.woff2") format("woff2");
}
@font-face {
  font-family: "Plumb";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/adems_copy/fonts/Plumb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Plumb";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/adems_copy/fonts/Plumb-Black.woff2") format("woff2");
}
::placeholder {
  color: #BDBFC4;
}

::selection {
  background-color: #E73E3E;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

* {
  box-sizing: border-box;
}

html, body {
  font-size: 10px;
}

body {
  color: #747474;
  background: #FFF;
  min-width: 36rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Plumb", sans-serif;
  position: relative;
  overflow-x: hidden;
}

main {
  padding: 3rem 0 7rem;
}
@media screen and (max-width: 767px) {
  main {
    padding: 2rem 0 5rem;
  }
}

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

section.section:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  section.section:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.wrapper {
  width: 136rem;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 112rem;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 96rem;
  }
}
@media screen and (max-width: 1029px) {
  .wrapper {
    max-width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-right: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
}

input.txt, textarea.txt {
  width: 100%;
  color: #626874;
  border: 0.1rem solid #EAEAF1;
  transition: 0.2s border;
}
input.txt.error, textarea.txt.error {
  border: 0.1rem solid #E9202A;
}
input.txt:hover, textarea.txt:hover {
  border: 0.1rem solid #95979C;
}
input.txt:active, input.txt:focus, textarea.txt:active, textarea.txt:focus {
  border: 0.1rem solid #747474;
}

input.txt {
  height: 4.8rem;
  padding: 0 2rem;
}

textarea.txt {
  display: block;
  height: 9rem;
  padding: 1.6rem 2rem;
  resize: none;
}

a {
  color: #279EE8;
  text-decoration: none;
  transition: 0.2s color;
}
a *[align=left] {
  margin-right: 0.8rem;
}
a *[align=right] {
  margin-left: 0.8rem;
}
a.color_dark {
  color: #95979C;
}
a.color_dark svg {
  fill: #242424;
  stroke: #242424;
}
a.color_dark:hover {
  color: #E73E3E;
}
a.color_dark:hover svg {
  fill: #E73E3E;
  stroke: #E73E3E;
}
a.color_txt {
  color: #747474;
}
a.color_txt:hover {
  color: #279EE8;
}
a.color_accent {
  color: #E73E3E;
}
a.color_accent:hover {
  color: #747474;
}
a.hover_underline:hover {
  text-decoration: underline;
}
a.link_dashed {
  text-decoration: underline;
  text-decoration-style: dashed;
}
a.link_dashed:hover {
  text-decoration-style: solid;
}
a.link_svg {
  display: flex;
  align-items: center;
}
a.link_svg svg {
  transition: 0.2s fill, 0.2s stroke;
}

h1 {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 0 3rem;
  color: #242424;
}
@media screen and (max-width: 1029px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #242424;
}
@media screen and (max-width: 1029px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
  color: #242424;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
  color: #242424;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.h2_title_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.h2_title_block h2 {
  margin: 0 2rem 0 0;
}

.error_msg {
  height: 1.2rem;
  color: #E9202A;
  font-size: 1rem;
}

.btn {
  width: fit-content;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2.4rem;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s background, 0.2s color, 0.2s stroke, 0.2s border;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.btn.accent {
  color: #FFF;
  stroke: #FFF;
  background: #E73E3E;
}
.btn.accent:hover {
  background: rgb(169.8755760369, 21.1244239631, 21.1244239631);
}
.btn.accent:active {
  background: rgb(147.1958525346, 18.3041474654, 18.3041474654);
}
.btn.main {
  color: #FFF;
  stroke: #FFF;
  background: #0B9C34;
}
.btn.main:hover {
  background: #E73E3E;
}
.btn.main:active {
  background: #E73E3E;
}
.btn.sub {
  color: #0B9C34;
  stroke: #0B9C34;
  border: 0.1rem solid #0B9C34;
  background: #FFF;
}
.btn.sub:hover {
  color: #FFF;
  stroke: #FFF;
  background: #0B9C34;
}
.btn.sub:active {
  color: #FFF;
  stroke: #FFF;
  background: #0B9C34;
}
.btn.gray {
  color: #95979C;
  stroke: #95979C;
  border: 0.1rem solid #95979C;
  background: #FFF;
}
.btn.gray:hover {
  color: #FFF;
  stroke: #FFF;
  background: #0B9C34;
}
.btn.gray:active {
  color: #FFF;
  stroke: #FFF;
  background: #0B9C34;
}
.btn.black {
  color: #242424;
  stroke: #242424;
  border: 0.1rem solid #242424;
  background: #FFF;
}
.btn.black:hover {
  color: #0B9C34;
  stroke: #0B9C34;
  border: 0.1rem solid #0B9C34;
}
.btn.black:active {
  color: #0B9C34;
  stroke: #0B9C34;
  border: 0.1rem solid #0B9C34;
}
.btn.blue {
  color: #005BFF;
  border: 0.2rem solid #005BFF;
  background: #FFF;
}
.btn.blue svg {
  fill: #005BFF;
  transition: 0.2s fill;
}
.btn.blue:hover {
  color: #FFF;
  background: #005BFF;
}
.btn.blue:hover svg {
  fill: #FFF;
}
.btn.blue:active {
  color: #FFF;
  background: #005BFF;
}
.btn.blue:active svg {
  fill: #FFF;
}
.btn.disable {
  color: #FFF;
  pointer-events: none;
  background: #95979C;
}
.btn img[align=left], .btn svg[align=left] {
  margin-right: 1rem;
}
.btn img[align=right], .btn svg[align=right] {
  margin-left: 1rem;
}

.fixed {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.custom_ul:not(:last-child) {
  margin-bottom: 2rem;
}
.custom_ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.custom_ul li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 1rem;
  position: relative;
  top: -0.2rem;
  border-radius: 100%;
  background: #747474;
}

.custom_checkbox_wrapp {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom_checkbox_wrapp > input {
  display: none;
}
.custom_checkbox_wrapp input:checked + .custom_checkbox {
  border: 0.1rem solid #E73E3E;
}
.custom_checkbox_wrapp input:checked + .custom_checkbox:before {
  opacity: 1;
}
.custom_checkbox_wrapp .custom_checkbox {
  background: #FFF;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #BDBFC4;
  margin-right: 1.2rem;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  transition: 0.2s border;
}
.custom_checkbox_wrapp .custom_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s opacity;
  background: #E73E3E url("/local/templates/adems_copy/img/check.svg") center no-repeat;
}
.custom_checkbox_wrapp a {
  color: #279EE8;
}

header {
  position: relative;
  z-index: 50;
}

.header_top_line {
  background: #F4F5F6;
}
@media screen and (max-width: 767px) {
  .header_top_line {
    display: none;
  }
}
.header_top_line .wrapper {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top_line .phone_block .phone {
  margin-right: 1rem;
}
.header_top_line .phone {
  font-size: 1.8rem;
  color: #464649;
}
.header_top_line .social_block {
  display: flex;
}
.header_top_line .social_block svg {
  display: block;
  fill: #242424;
  transition: 0.2s fill;
}
.header_top_line .social_block a:not(:last-child) {
  margin-right: 0.4rem;
}
.header_top_line .social_block a:hover svg {
  fill: #E73E3E;
}

.header_main_block {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 4rem;
  transition: 0.4s transform, 0.4s margin-top;
}
@media screen and (max-width: 767px) {
  .header_main_block {
    margin-top: 0;
  }
}
.header_main_block.box_shadow:not(.open) {
  margin-top: 0;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
.header_main_block .logo, .header_main_block .search_block, .header_main_block .nav_links_block {
  transition: 0.2s opacity;
}
@media screen and (max-width: 767px) {
  .header_main_block.open .logo, .header_main_block.open .search_block, .header_main_block.open .nav_links_block {
    opacity: 0;
  }
}
.header_main_block .wrapper {
  height: 9.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_main_block .wrapper {
    height: 6rem;
    position: relative;
  }
}
.header_main_block .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #242424;
  margin-right: 5rem;
}
@media screen and (max-width: 1400px) {
  .header_main_block .logo {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .header_main_block .logo {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .logo {
    margin-right: auto;
  }
}
.header_main_block .logo .img_block {
  margin-right: 1.2rem;
}
@media screen and (max-width: 1029px) {
  .header_main_block .logo .img_block {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .logo .img_block {
    height: 4.4rem;
  }
}
.header_main_block .logo img {
  display: block;
}
@media screen and (max-width: 1029px) {
  .header_main_block .logo .text_block {
    display: none;
  }
}
.header_main_block .search_block {
  width: 100%;
  position: relative;
  margin-right: 7rem;
}
@media screen and (max-width: 1400px) {
  .header_main_block .search_block {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .header_main_block .search_block {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block {
    width: auto;
    position: static;
    border-right: 0.1rem solid #E2E2E2;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block:not(.open) input {
    width: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block:not(.open) button {
    padding: 0 2rem;
    position: relative;
  }
  .header_main_block .search_block:not(.open) button img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.4rem;
  }
  .header_main_block .search_block:not(.open) button:after {
    content: "Поиск";
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block.open input {
    z-index: 1;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block.open button {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    padding: 0 1.2rem 0 0;
  }
  .header_main_block .search_block.open button img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header_main_block .search_block input {
  padding: 1rem 6.8rem 1rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block input {
    top: 0.6rem;
    right: 2rem;
    position: absolute;
    transition: 0.2s width, 0.2s border;
  }
}
.header_main_block .search_block button {
  width: 4.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header_main_block .search_block button {
    width: auto;
    height: auto;
    font-size: 1rem;
    color: #95979C;
    flex-direction: column;
    z-index: 2;
  }
}
.header_main_block .nav_page_block {
  width: 18rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 4.4rem;
}
@media screen and (max-width: 1400px) {
  .header_main_block .nav_page_block {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .header_main_block .nav_page_block {
    width: 10rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header_main_block .nav_page_block {
    display: none;
  }
}
.header_main_block .nav_page_block .header_top_menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  opacity: 0;
  transition: 0.2s opacity;
}
.header_main_block .nav_page_block .header_top_menu > li {
  height: 100%;
}
.header_main_block .nav_page_block .header_top_menu > li:not(:last-child) {
  margin-right: 2.4rem;
}
.header_main_block .nav_page_block a {
  color: #95979C;
}
.header_main_block .nav_page_block a:hover {
  text-decoration: underline;
}
.header_main_block .nav_page_block .flexMenu-viewMore {
  position: relative;
  z-index: 12;
}
.header_main_block .nav_page_block .flexMenu-viewMore > a {
  display: inline-block;
  padding-right: 1.6rem;
  background: url("/local/templates/adems_copy/img/arrow.svg") right center no-repeat;
}
.header_main_block .more_dropdown {
  left: 50%;
  margin-top: 1rem;
  transform: translate(-50%, 0);
  min-width: 14.6rem;
  list-style-type: none;
  padding: 1rem 1.5rem 1.5rem;
  border: 0.1rem solid #EAEAF1;
  z-index: -1;
  background: #F4F5F6;
}
.header_main_block .more_dropdown li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.header_main_block .nav_links_block {
  display: flex;
}
.header_main_block .nav_links_block svg {
  stroke: #242424;
  transition: 0.2s stroke;
}
.header_main_block .nav_links_block a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #95979C;
  transition: 0.2s color;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_main_block .nav_links_block a {
    padding: 0;
    font-size: 1rem;
  }
}
.header_main_block .nav_links_block a:not(:last-child) {
  border-right: 0.1rem solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .header_main_block .nav_links_block a:not(:last-child) {
    display: none;
  }
}
.header_main_block .nav_links_block a:hover {
  color: #E73E3E;
}
.header_main_block .nav_links_block a:hover svg {
  stroke: #E73E3E;
}
.header_main_block .nav_links_block .img_block {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.header_main_block .nav_links_block .img_block .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.2rem;
  right: -1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #242424;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header_main_block .nav_links_block .img_block .num {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.5rem;
    right: -1rem;
    font-size: 1rem;
  }
}

.header_nav_block {
  margin-top: 9.5rem;
  background: #242424;
}
@media screen and (max-width: 767px) {
  .header_nav_block {
    margin-top: 6rem;
  }
}
.header_nav_block .wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_nav_block .wrapper {
    padding: 0;
  }
}
.header_nav_block .catalog_link_wrapp {
  flex-shrink: 0;
}
.header_nav_block .catalog_link {
  color: #FFF;
  display: flex;
  align-items: center;
  height: 5.2rem;
  font-weight: 700;
  padding: 0 4rem;
  background: #E73E3E;
}
@media screen and (max-width: 1199px) {
  .header_nav_block .catalog_link {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .header_nav_block .catalog_link {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header_nav_block .catalog_link {
    width: 11.8rem;
    height: 4.8rem;
    padding: 0 2rem;
  }
}
.header_nav_block .catalog_link img {
  transition: 0.4s transform;
}
.header_nav_block .catalog_link.open img {
  transform: rotate(-180deg);
}
.header_nav_block .header_nav_links {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header_nav_block .header_nav_links {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header_nav_block .header_nav_links {
    width: calc(100% - 11.8rem);
  }
}
.header_nav_block .header_nav_links a, .header_nav_block .header_nav_links .dropdown_academy_link {
  cursor: pointer;
  color: #FFF;
  padding: 0 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 5.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .header_nav_block .header_nav_links a, .header_nav_block .header_nav_links .dropdown_academy_link {
    width: 100%;
    padding: 0 3rem;
    white-space: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1029px) {
  .header_nav_block .header_nav_links a, .header_nav_block .header_nav_links .dropdown_academy_link {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header_nav_block .header_nav_links a, .header_nav_block .header_nav_links .dropdown_academy_link {
    width: auto;
    height: 4.8rem;
    padding: 0 2rem;
    flex-shrink: 0;
  }
}
.header_nav_block .header_nav_links a:hover, .header_nav_block .header_nav_links .dropdown_academy_link:hover {
  background: #E73E3E;
}
.header_nav_block .header_nav_links a:after, .header_nav_block .header_nav_links .dropdown_academy_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 0.1rem;
  background: #565656;
}
@media screen and (max-width: 1029px) {
  .header_nav_block .header_nav_links a .txt, .header_nav_block .header_nav_links .dropdown_academy_link .txt {
    font-size: 1.2rem;
  }
}
.header_nav_block .header_nav_links a img, .header_nav_block .header_nav_links .dropdown_academy_link img {
  margin-right: 1rem;
}
@media screen and (max-width: 1029px) {
  .header_nav_block .header_nav_links a img, .header_nav_block .header_nav_links .dropdown_academy_link img {
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_nav_block .header_nav_links a img, .header_nav_block .header_nav_links .dropdown_academy_link img {
    display: block;
    margin-right: 1rem;
  }
}
.header_nav_block .another {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_nav_block .another {
    overflow: auto;
  }
}
.header_nav_block .dropdown_academy_block {
  position: relative;
  flex-shrink: 0;
}
.header_nav_block .dropdown_academy_block:not(.open) .dropdown_academy_links {
  transform: translate(0, -100%);
}
.header_nav_block .dropdown_academy_links {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #242424;
  transition: 0.2s transform;
  z-index: -1;
}
@media screen and (max-width: 1029px) {
  .header_nav_block .dropdown_academy_links a {
    font-size: 1.2rem;
    white-space: normal;
  }
}
.header_nav_block .dropdown_academy_links a:after {
  display: none;
}

.catalog_drop_menu {
  width: 136rem;
  padding: 3rem;
  background: #FFF;
  position: absolute;
  list-style-type: none;
  transition: 0.4s transform;
  box-shadow: 6px 5px 23px 0px rgba(199, 199, 199, 0.23);
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .catalog_drop_menu {
    width: 112rem;
  }
}
@media screen and (max-width: 1199px) {
  .catalog_drop_menu {
    width: 96rem;
  }
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu {
    width: 72rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu {
    width: 100%;
  }
}
.catalog_drop_menu:not(.open) {
  opacity: 0;
  transform: translate(0, -100%);
}
.catalog_drop_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.catalog_drop_menu ul:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu ul:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.catalog_drop_menu a {
  display: flex;
  align-items: center;
  background: #F4F5F6;
  color: #242424;
}
.catalog_drop_menu img {
  display: block;
}
.catalog_drop_menu .main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.catalog_drop_menu .main li {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .main li {
    width: calc(100% - 20px);
  }
}
.catalog_drop_menu .main li:not(:nth-child(-n+2)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .main li:not(:first-child) {
    margin-top: 1rem;
  }
}
.catalog_drop_menu .main .img_block {
  width: 9.2rem;
  height: 8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .main .img_block {
    width: 6.9rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu .main .img_block {
    display: none;
  }
}
.catalog_drop_menu .main .txt_block {
  padding: 0 2rem 0 2.4rem;
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .main .txt_block {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu .main .txt_block {
    padding: 1rem 1.6rem;
  }
}
.catalog_drop_menu .sub {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.catalog_drop_menu .sub li {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1199px) {
  .catalog_drop_menu .sub li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .sub li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu .sub li {
    width: calc(100% - 20px);
  }
}
.catalog_drop_menu .sub li:not(:nth-child(-n+4)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .catalog_drop_menu .sub li:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .sub li:not(:nth-child(-n+2)) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu .sub li:not(:first-child) {
    margin-top: 1rem;
  }
}
.catalog_drop_menu .sub a {
  height: 100%;
  padding: 2.4rem 2rem;
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .sub a {
    padding: 2rem;
  }
}
.catalog_drop_menu .sub a svg {
  max-width: 100%;
  max-height: 100%;
  stroke: #0B9C34;
  transition: 0.2s stroke;
}
.catalog_drop_menu .sub a:hover svg {
  stroke: #E73E3E;
}
.catalog_drop_menu .sub .img_block {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 1029px) {
  .catalog_drop_menu .sub .img_block {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_drop_menu .sub .img_block {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.6rem;
    align-self: flex-start;
  }
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6.4rem 2rem 2rem;
  background: #FFF;
  overflow: auto;
}
.mobile_menu:not(.open) {
  transform: translate(0, -100%);
}
.mobile_menu .logo {
  display: flex;
  align-items: center;
  color: #242424;
  margin-bottom: 2rem;
}
.mobile_menu .logo .img_block {
  margin-right: 1.2rem;
}
.mobile_menu .logo img {
  display: block;
}
.mobile_menu .catalog_link {
  color: #FFF;
  height: 4.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E73E3E;
  margin-bottom: 2.6rem;
}
.mobile_menu .nav_links_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.mobile_menu .nav_links_block svg {
  display: block;
  stroke: #242424;
}
.mobile_menu .nav_links_block a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: #95979C;
  border-bottom: 0.1rem solid #E2E2E2;
}
.mobile_menu .nav_links_block a:not(:last-child) {
  margin-bottom: 1rem;
}
.mobile_menu .nav_links_block .img_block {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-right: 1rem;
}
.mobile_menu .nav_links_block .img_block .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.2rem;
  right: -1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #242424;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mobile_menu .nav_links_block .img_block .num {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.5rem;
    right: -1rem;
    font-size: 1rem;
  }
}
.mobile_menu .nav_links_block .nav_links_block {
  display: flex;
}
.mobile_menu .nav_links_block .nav_links_block svg {
  stroke: #242424;
  transition: 0.2s stroke;
}
.mobile_menu .nav_links_block .nav_links_block a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #95979C;
  transition: 0.2s color;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mobile_menu .nav_links_block .nav_links_block a {
    padding: 0;
    font-size: 1rem;
  }
}
.mobile_menu .nav_links_block .nav_links_block a:not(:last-child) {
  border-right: 0.1rem solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .mobile_menu .nav_links_block .nav_links_block a:not(:last-child) {
    display: none;
  }
}
.mobile_menu .nav_links_block .nav_links_block a:hover {
  color: #E73E3E;
}
.mobile_menu .nav_links_block .nav_links_block a:hover svg {
  stroke: #E73E3E;
}
.mobile_menu .nav_links_block .nav_links_block .img_block {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.mobile_menu .nav_links_block .nav_links_block .img_block .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.2rem;
  right: -1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #242424;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mobile_menu .nav_links_block .nav_links_block .img_block .num {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.5rem;
    right: -1rem;
    font-size: 1rem;
  }
}
.mobile_menu .header_nav_links:not(:last-child) {
  margin-bottom: 2rem;
}
.mobile_menu .header_nav_links a {
  color: #242424;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #E2E2E2;
}
.mobile_menu .header_nav_links a:not(:last-child) {
  margin-bottom: 1rem;
}
.mobile_menu .header_nav_links img {
  margin-right: 1rem;
}
.mobile_menu .location_link {
  margin-bottom: 2rem;
}
.mobile_menu .header_top_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile_menu .header_top_menu:not(:last-child) {
  margin-bottom: 1rem;
}
.mobile_menu .header_top_menu a {
  color: #95979C;
}
.mobile_menu .flexMenu-viewMore {
  position: relative;
}
.mobile_menu .flexMenu-viewMore > a {
  display: inline-block;
  padding-right: 1.6rem;
  margin-bottom: 1rem;
  background: url("/local/templates/adems_copy/img/arrow.svg") right center no-repeat;
}
.mobile_menu .more_dropdown {
  position: static !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile_menu .more_dropdown li:not(:last-child) {
  margin-bottom: 1rem;
  display: flex;
}
.mobile_menu .social_block {
  display: flex;
}
.mobile_menu .social_block:not(:last-child) {
  margin-bottom: 0.6rem;
}
.mobile_menu .social_block svg {
  display: block;
  fill: #242424;
  transition: 0.2s fill;
}
.mobile_menu .social_block a:not(:last-child) {
  margin-right: 0.4rem;
}
.mobile_menu .phone {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
  color: #464649;
}

.hamburger {
  display: none;
  padding: 0;
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .hamburger-box {
  width: 1.8rem;
  height: 2rem;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  width: 1.8rem;
  height: 0.2rem;
  background-color: #000;
  margin: 0;
}
.hamburger .hamburger-inner:before {
  top: -0.5rem;
}
.hamburger .hamburger-inner:after {
  bottom: -0.5rem;
}

.carpet {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  transition: 0.4s opacity;
  background: #242424;
  z-index: 1;
}
.carpet.open {
  opacity: 0.3;
  height: 100vh;
}

.city_popup {
  width: 94.6rem;
  max-width: 100%;
  margin: 4rem auto;
}
@media screen and (max-width: 1029px) {
  .city_popup {
    width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .city_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: auto;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
  }
}
.city_popup .city_form {
  background: #F4F5F6;
  padding: 4rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .city_popup .city_form {
    padding: 4rem 2rem 3rem;
  }
}
.city_popup .city_form .title {
  font-size: 2.4rem;
  color: #242424;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1029px) {
  .city_popup .city_form .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_form .title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.city_popup .city_popular {
  background: #FFF;
  padding: 2.4rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular {
    height: 100%;
    padding: 2rem;
  }
}
.city_popup .city_popular .title {
  font-size: 1.6rem;
  color: #242424;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular .title {
    margin-bottom: 1.8rem;
  }
}
.city_popup .input_block {
  width: 52.4rem;
  max-width: 100%;
  background: #FFF;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 1;
}
.city_popup .input_block:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: -1;
  transform: translate(0, -50%);
  background: url("/local/templates/adems_copy/img/search.svg") center no-repeat;
}
.city_popup .input_block input.txt {
  background: none;
}
.city_popup .city_result {
  margin-bottom: 1rem;
}
.city_popup .city_popular_links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.city_popup .city_popular_links li {
  width: calc((100% - 8rem) / 5);
}
@media screen and (max-width: 1029px) {
  .city_popup .city_popular_links li {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular_links li {
    width: calc((100% - 2rem) / 2);
  }
}
.city_popup .city_popular_links li:not(:nth-child(5n+5)) {
  margin-right: 2rem;
}
@media screen and (max-width: 1029px) {
  .city_popup .city_popular_links li:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1029px) {
  .city_popup .city_popular_links li:not(:nth-child(4n+4)) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular_links li:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
.city_popup .city_popular_links li:not(:nth-child(-n+5)) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 1029px) {
  .city_popup .city_popular_links li:not(:nth-child(-n+5)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1029px) {
  .city_popup .city_popular_links li:not(:nth-child(-n+4)) {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular_links li:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular_links li:nth-child(odd) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .city_popup .city_popular_links li:not(:nth-child(-n+2)) {
    margin-top: 1.2rem;
  }
}

.banners_block {
  display: flex;
  justify-content: center;
}

.ban_ad_block {
  margin-bottom: 3rem;
}

.page_sidebar {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_sidebar > .sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1029px) {
  .page_sidebar > .sidebar {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .page_sidebar > .sidebar {
    margin-bottom: 3rem;
  }
}
.page_sidebar > .sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page_sidebar > .sidebar a, .page_sidebar > .sidebar span {
  display: flex;
  align-items: center;
  height: 6.4rem;
  margin-top: -0.1rem;
  padding: 1rem 2rem;
}
.page_sidebar > .sidebar a {
  color: #95979C;
  transition: 0.2s background;
  border-top: 0.1rem solid #EAEAF1;
  border-bottom: 0.1rem solid #EAEAF1;
}
.page_sidebar > .sidebar a:hover {
  background: #F4F5F6;
}
.page_sidebar > .sidebar span {
  background: #F4F5F6;
  color: #242424;
}
.page_sidebar > .content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1029px) {
  .page_sidebar > .content {
    width: calc(100% - 20px);
  }
}
.page_sidebar .contacts_address {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  background: #F4F5F6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page_sidebar .contacts_address {
    display: block;
    padding: 2rem;
  }
}
.page_sidebar .contacts_address .address {
  width: 100%;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .page_sidebar .contacts_address .address {
    margin: 0 0 3rem;
  }
}
.page_sidebar .contacts_address .address .title {
  color: #BDBFC4;
  margin-bottom: 0.8rem;
}
.page_sidebar .contacts_address .address .main {
  font-size: 2rem;
  color: #242424;
  margin-bottom: 0.8rem;
}
.page_sidebar .contacts_address .address .sub {
  color: #95979C;
}
.page_sidebar .contacts_address .social {
  color: #95979C;
  flex-shrink: 0;
}
.page_sidebar .contacts_address .social .links {
  display: flex;
  margin-bottom: 1rem;
}
.page_sidebar .contacts_address .social a {
  display: block;
}
.page_sidebar .contacts_address .social a:not(:last-child) {
  margin-right: 1.2rem;
}
.page_sidebar .map {
  height: 30rem;
  margin-bottom: 2rem;
}
.page_sidebar .office_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_sidebar .office_row .office_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  background: #F4F5F6;
}
@media screen and (max-width: 767px) {
  .page_sidebar .office_row .office_block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .page_sidebar .office_row .office_block {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page_sidebar .office_row .office_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page_sidebar .office_row .title {
  font-size: 2rem;
  color: #242424;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1029px) {
  .page_sidebar .office_row .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page_sidebar .office_row .title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.page_sidebar .office_row .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .page_sidebar .office_row .item {
    width: calc(100% - 20px);
  }
}
.page_sidebar .office_row .item:not(:nth-child(-n+2)) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .page_sidebar .office_row .item:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.page_sidebar .office_row .item .gray {
  color: #BDBFC4;
}
.page_sidebar .office_row .item .black {
  color: #242424;
}
.page_sidebar .office_row .item .accent {
  color: #E73E3E;
}
.page_sidebar .office_row .item .sub {
  color: #95979C;
}
.page_sidebar .office_row .item .contact {
  color: #242424;
}
.page_sidebar .office_row .item > div:last-child {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .page_sidebar .office_row .item > div:last-child {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .page_sidebar .office_row .item > div:last-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page_sidebar .office_row .item > div:last-child {
    font-size: 1.4rem;
  }
}
.page_sidebar .table {
  width: 100%;
  border-collapse: collapse;
}
.page_sidebar .table .td {
  padding: 1.4rem 2rem;
  border: 0.1rem solid #EAEAF1;
}

footer {
  color: #95979C;
  background: #242424;
}

.footer_contacts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 6rem 0 7rem;
  border-bottom: 0.1rem solid #6C6C6C;
}
@media screen and (max-width: 767px) {
  .footer_contacts {
    padding: 4rem 0;
  }
}
.footer_contacts .block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block:first-child {
    order: 1;
  }
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block:nth-child(2) {
    order: 3;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts .block:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block:nth-child(3) {
    order: 4;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts .block:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 1029px) {
  .footer_contacts .block:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts .block:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts .block:not(:first-child) {
    margin-top: 4rem;
  }
}
.footer_contacts .logo {
  color: #FFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer_contacts .logo {
    font-size: 1.4rem;
  }
}
.footer_contacts .logo .img_block {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer_contacts .logo .img_block {
    width: 15.2rem;
    margin-bottom: 1.2rem;
  }
}
.footer_contacts .logo img {
  display: block;
}
.footer_contacts .logo .text_block {
  display: block;
}
.footer_contacts .mail, .footer_contacts .phone {
  color: #FFF;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1029px) {
  .footer_contacts .mail, .footer_contacts .phone {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts .mail, .footer_contacts .phone {
    font-size: 2rem;
  }
}
.footer_contacts .soc_footer_block:not(:first-child) {
  margin-top: 2rem;
}
.footer_contacts .soc_footer_block a:not(:last-child) {
  margin-right: 1.4rem;
}
.footer_contacts .wht {
  color: #FFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer_contacts .wht {
    font-size: 1.4rem;
  }
}
.footer_contacts .item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer_nav_block {
  display: flex;
  padding: 7rem 0;
  border-bottom: 0.1rem solid #6C6C6C;
}
@media screen and (max-width: 767px) {
  .footer_nav_block {
    display: block;
    padding: 4rem 0;
  }
}
.footer_nav_block .item {
  width: calc((100% - 8rem) / 5);
}
@media screen and (max-width: 1029px) {
  .footer_nav_block .item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_block .item {
    width: 100%;
  }
}
.footer_nav_block .item:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .footer_nav_block .item:not(:last-child) {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .footer_nav_block .item.hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_block .item.hide {
    display: block;
  }
}
.footer_nav_block .title {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.footer_nav_block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_nav_block li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer_nav_block a {
  color: #95979C;
}

.footer_developer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .footer_developer {
    display: block;
  }
}
.footer_developer .developer_link {
  display: block;
  flex-shrink: 0;
  color: #95979C;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .footer_developer .developer_link {
    margin: 3rem 0 0;
  }
}
.footer_developer .developer_link img {
  margin-left: 0.7rem;
}

.video_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.video_block .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1029px) {
  .video_block .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .video_block .item {
    width: calc(100% - 20px);
  }
}
.video_block .item:not(:nth-child(-n+3)) {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .video_block .item:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .video_block .item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .video_block .item:not(:first-child) {
    margin-top: 2rem;
  }
}
.video_block .youtube, .video_block .rutube {
  padding-top: 61.62%;
  overflow: hidden;
}
.video_block .desc {
  margin-top: 1.7rem;
}
@media screen and (max-width: 1199px) {
  .video_block .desc {
    margin-top: 1.3rem;
  }
}

.youtube, .rutube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s background;
}
.youtube:before, .rutube:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s opacity;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.2) 0%, rgba(36, 36, 36, 0.2) 100%);
  z-index: 1;
}
.youtube:hover:before, .youtube:active:before, .rutube:hover:before, .rutube:active:before {
  opacity: 0;
}
.youtube:hover .play-button:before, .youtube:active .play-button:before, .rutube:hover .play-button:before, .rutube:active .play-button:before {
  width: 9rem;
  height: 9rem;
  background: #F40000;
  backdrop-filter: none;
}
.youtube img, .rutube img {
  width: 100%;
  max-height: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube .play-button, .rutube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.youtube .play-button:before, .youtube .play-button:after, .rutube .play-button:before, .rutube .play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube .play-button:before, .rutube .play-button:before {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.3rem);
  transition: 0.2s width, 0.2s height, 0.2s background;
}
.youtube .play-button:after, .rutube .play-button:after {
  width: 3.3rem;
  height: 2.3rem;
  background: url("/local/templates/adems_copy/img/play-button.svg") center no-repeat;
}
.youtube img, .youtube .play-button, .rutube img, .rutube .play-button {
  cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play-button, .rutube img, .rutube iframe, .rutube .play-button {
  position: absolute;
}
.youtube iframe, .rutube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ngimg {
  max-width: 277px;
  max-height: 63px;
}
@media screen and (max-width: 767px) {
  .ngimg {
    max-width: 156px;
    max-height: 38px;
  }
}

.ngimg2 {
  width: 6rem;
  max-width: unset;
  max-height: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1rem;
}

.header_phone_btn {
  display: none;
  width: 38px;
  height: 38px;
  background: url("/local/templates/adems_copy/img/phone.svg") center no-repeat;
  background-size: 25px;
  transition: 0.2s opacity;
}
@media screen and (max-width: 767px) {
  .header_phone_btn {
    display: inherit;
    font-size: 0;
  }
}

.header_main_block.open .header_phone_btn {
  opacity: 0;
}

.price_attention {
  color: #E73E3E;
  stroke: #E73E3E;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.price_attention svg {
  margin-right: 0.9rem;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/adems_copy/libs/noty/noty.css?16951986985589 */
/* /local/templates/adems_copy/libs/magnific-popup/magnific-popup.css?16779317997302 */
/* /local/templates/adems_copy/components/bitrix/main.site.selector/main/style.css?1749473041232 */
/* /local/templates/adems_copy/components/bitrix/main.site.selector/main_mobile/style.css?1749473009380 */
/* /local/templates/adems_copy/components/bitrix/breadcrumb/.default/style.css?1695967865276 */
/* /local/components/go2web/subs/templates/redesign/style.css?16959678581179 */
/* /local/components/go2web/ajax.form/templates/callback_redesign/style.css?16959678581046 */
/* /local/templates/adems_copy/libs/selectize/selectize.css?16951986988785 */
/* /local/components/go2web/ajax.form/templates/callback_redesign_banner/style.css?17181042101046 */
/* /local/templates/adems_copy/template_styles.css?172899965181596 */
