/* ====================== FONTS =================== */
@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl-100.eot");
  src: url("../fonts/MuseoCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoCyrl-100.woff2") format("woff2"), url("../fonts/MuseoCyrl-100.woff") format("woff"), url("../fonts/MuseoCyrl-100.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl-500.eot");
  src: url("../fonts/MuseoCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoCyrl-500.woff2") format("woff2"), url("../fonts/MuseoCyrl-500.woff") format("woff"), url("../fonts/MuseoCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl-700.eot");
  src: url("../fonts/MuseoCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoCyrl-700.woff2") format("woff2"), url("../fonts/MuseoCyrl-700.woff") format("woff"), url("../fonts/MuseoCyrl-700.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

._mus, .cropper .image-resize a {
  font-family: "MuseoCyrl","PT Sans",Arial,sans-serif;
}

._mus--r {
  font-weight: normal;
}

._mus--l {
  font-weight: 200;
}

._mus--m, ._mus b, .cropper .image-resize a b, ._mus strong, .cropper .image-resize a strong {
  font-weight: 600;
}

._mus--b {
  font-weight: 600;
}

.title, .dzd-main {
  font-family: "MuseoCyrl","PT Sans",Arial,sans-serif;
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.gray-bg {
  background-color: #636363;
}

.gray-text {
  color: #636363;
}

.gray-light-bg {
  background-color: #a3a3a3;
}

.gray-light-text {
  color: #a3a3a3;
}

.blue-bg {
  background-color: #5499d6;
}

.blue-text {
  color: #5499d6;
}

.blue-light-bg {
  background-color: #d4effd;
}

.blue-light-text {
  color: #d4effd;
}

.title {
  line-height: normal;
}

.title-60 {
  font-size: 60px;
}

@media screen and (min-width: 1200px) {
  .title-60 {
    font-size: 60px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .title-60 {
    font-size: 48px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .title-60 {
    font-size: 36px;
  }
}

@media screen and (max-width: 579px) {
  .title-60 {
    font-size: 24px;
  }
}

.title-48 {
  font-size: 48px;
}

@media screen and (max-width: 959px) {
  .title-48 {
    font-size: 36px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .title-48 {
    font-size: 36px;
  }
}

@media screen and (max-width: 579px) {
  .title-48 {
    font-size: 24px;
  }
}

.title-36 {
  font-size: 36px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .title-36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 579px) {
  .title-36 {
    font-size: 20px;
  }
}

.title-24 {
  font-size: 24px;
}

@media screen and (max-width: 579px) {
  .title-24 {
    font-size: 18px;
  }
}

.title-white {
  color: #ffffff;
}

.title-black {
  color: #000000;
}

.title-gray {
  color: #636363;
}

.title-gray-light {
  color: #a3a3a3;
}

.title-blue {
  color: #5499d6;
}

.title-blue-light {
  color: #d4effd;
}

.text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  word-break: break-word;
}

.text-pt {
  font-family: "PT Sans", Arial , sans-serif;
}

@media screen and (max-width: 959px) {
  .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.dzd-container {
  margin: 0 auto;
  box-sizing: border-box;
  width: 1200px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mb-em-01 {
  margin-bottom: 0.1em;
}

.mb-em-02 {
  margin-bottom: 0.2em;
}

.mb-em-05 {
  margin-bottom: 0.5em;
}

.mb-em-1 {
  margin-bottom: 1em;
}

.mb20 {
  margin-bottom: 20px;
}

.section {
  padding: 50px 0 80px;
}

@media screen and (max-width: 579px) {
  .section {
    padding: 30px 0 45px;
  }
}

.rel {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ====================== ASSETS =================== */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

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

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

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

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

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

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

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

/* croper */
.cropper {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.cropper .cropper-bg {
  background: white;
}

.cropper .cropper-view-box {
  border-radius: 50%;
  outline: 0px;
}

.cropper .cropper-modal {
  opacity: .8;
  background-color: #ffffff;
}

.cropper .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cropper .crop-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #636363;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cropper .image-cropper {
  position: relative;
}

.cropper .img-container {
  width: 100%;
  height: 380px;
}

@media screen and (max-width: 579px) {
  .cropper .img-container {
    height: 300px;
  }
}

.cropper .image-resize {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cropper .image-resize-plus {
  right: 50%;
}

.cropper .image-resize-minus {
  left: 50%;
}

.cropper .image-resize a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #5499d6;
  color: white;
  margin: 5px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.cropper .image-new {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  padding: 0 15px;
  cursor: pointer;
}

.cropper .file-upload {
  text-align: center;
}

.cropper .file-upload span {
  border-bottom: 1px solid;
  font-size: 18px;
  cursor: pointer;
}

.cropper .file-upload input[type="file"] {
  position: absolute;
  left: -3000px;
}

.cropper .filename {
  background: transparent;
  border: 0;
  text-align: center;
}

.cropper .modal-cropper {
  position: absolute;
}

.cropper .crop-modal__wrap {
  position: relative;
  border-radius: 10px;
  padding: 10px;
  max-width: 700px;
  min-width: 600px;
  /*box-shadow: 13px 13px 0px #b4e3ef; */
}

.cropper .__comment-form-submit {
  display: block;
  margin: 0 auto;
  height: 39px;
  width: 180px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  line-height: 40px;
  font-family: "LatoRegular","PT Sans",Arial,sans-serif;
  box-shadow: 0px 5px 0px 0px #d94243;
  cursor: pointer;
}

.cropper .__comment-form-submit:hover {
  color: #ffffff;
}

.upload-container {
  position: absolute;
}

@media screen and (max-width: 579px) {
  .upload-container {
    position: relative;
  }
}

.upload-holder {
  position: relative;
  max-width: 590px;
  margin: 0 auto;
  padding: 30px 0 18px;
}

/* /croper */
/* ====================== COMMON =================== */
.dzd-main {
  line-height: normal;
}

.dzd-main * {
  box-sizing: border-box;
}

.dzd-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 239, 253, 0.9);
  z-index: 1300000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.modal-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1350000;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  visibility: hidden;
}

.modal.modal-in {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.modal.modal-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}

/* ======================================= */
.dzd-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(212, 239, 253, 0.9);
  z-index: 1300000;
}

.dzd-modal__wrap {
  background-color: white;
  max-width: 575px;
  border-radius: 45px;
  box-shadow: 0 12px 0 #5499d6;
  overflow: hidden;
}

.dzd-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  z-index: 1;
  cursor: pointer;
}

.dzd-modal__close svg {
  height: 100%;
  width: 100%;
}

.dzd-modal-popup__content {
  position: relative;
}

.dzd-modal-popup__title {
  margin-top: 1em;
  margin-bottom: .5em;
}

.dzd-modal-popup__title-link {
  position: absolute;
  top: 0;
  left: 40px;
  color: #5499d6;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dzd-modal-popup__caption {
  color: rgba(0, 0, 0, 0.5);
  max-width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__caption {
    max-width: 250px;
  }
}

.dzd-modal-popup__crop-wrap {
  position: relative;
  height: 380px;
  width: 570px;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__crop-wrap {
    width: 300px;
    height: 300px;
  }
}

.dzd-modal-popup__body {
  position: relative;
  width: 570px;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__body {
    width: 300px;
  }
}

.dzd-modal-popup__icon {
  display: inline-block;
  width: 38px;
  height: 50px;
}

.dzd-modal-popup__icon svg {
  height: 100%;
  width: 100%;
}

.dzd-modal-popup__ulink {
  color: #5499d6;
  border-bottom: 1px solid #5499d6;
}

.dzd-modal-popup__controls {
  min-height: 150px;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  background: url("../src/images/common/bg-popup.png") 50% 0 no-repeat;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__controls {
    background-position: 80% 0;
  }
}

.dzd-modal-popup__controls--noBg {
  background: transparent;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__controls-caption {
    max-width: 260px;
    margin: 0 auto;
  }
}

.dzd-modal-popup__buttons {
  padding-top: 40px;
  max-width: 200px;
  margin: 0 auto;
}

.dzd-modal-popup__btn {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 25px;
  font-size: 24px;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dzd-modal-popup__btn--small {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 15px;
}

.dzd-modal-popup__product-img {
  width: 100%;
  max-width: 380px;
}

.dzd-modal-popup__scroll {
  height: 300px;
}

.dzd-modal-popup__rules-text {
  padding: 0 40px;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__rules-text {
    padding-left: 20px;
  }
}

.dzd-modal-popup__kid {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
}

.dzd-modal-popup__kid-pic {
  padding-top: 40%;
}

.dzd-modal-popup__head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
  z-index: 1;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__head {
    width: 105px;
  }
}

.dzd-modal-popup__msg {
  padding: 100px 0;
}

.dzd-modal-popup__slider .center {
  float: '';
  right: auto;
}

.dzd-modal-popup__next, .dzd-modal-popup__prev {
  position: absolute;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.dzd-modal-popup__next svg, .dzd-modal-popup__prev svg {
  width: 100%;
}

.dzd-modal-popup__prev {
  left: 20px;
}

.dzd-modal-popup__next {
  right: 20px;
}

.dzd-modal-popup__page--2 {
  background: url("../src/images/common/bg-popup.png") 50% 100% no-repeat;
}

@media screen and (max-width: 579px) {
  .dzd-modal-popup__page--2 {
    background-position: 80% 100%;
  }
}

.dzd-footer__in {
  font-size: 24px;
  font-weight: 200;
}

.dzd-sharing__list {
  font-size: 0;
  margin-bottom: 15px;
}

.sml-sharing--pure .dzd-sharing__list {
  margin: 0;
}

.dzd-sharing__item {
  display: inline-block;
  vertical-align: middle;
}

.dzd-sharing__item + .dzd-sharing__item {
  margin-left: 10px;
}

.dzd-sharing__link {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.svg .dzd-sharing__link {
  border-radius: 50%;
}

.svg .dzd-sharing__link._bb {
  background-color: #5499d6;
  padding: 8px;
}

.svg .dzd-sharing__link._vk {
  background-color: #5499d6;
  padding: 11px;
}

.svg .dzd-sharing__link._fb {
  background-color: #5499d6;
  padding: 10px;
}

.svg .dzd-sharing__link._ok {
  background-color: #5499d6;
  padding: 10px;
}

.svg .dzd-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.no-svg .dzd-sharing__link {
  background-image: url("../src/images/sharing/items.png");
}

.no-svg .dzd-sharing__link._bb {
  background-position: 0px 0;
}

.no-svg .dzd-sharing__link._vk {
  background-position: -59px 0;
}

.no-svg .dzd-sharing__link._fb {
  background-position: -123px 0;
}

.no-svg .dzd-sharing__link._ok {
  background-position: -182px 0;
}

.no-svg .dzd-sharing__link svg {
  display: none;
}

.dzd-sharing__link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* ====================== SECTIONS =================== */
.dzd-index-bg {
  padding: 50px 0;
  background: url("../src/images/common/bg-main.png") 50% 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 579px) {
  .dzd-index-bg {
    padding: 20px 0;
  }
}

.dzd-index-header__in {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 200;
}

@media screen and (max-width: 579px) {
  .dzd-index-header__in {
    max-width: 400px;
  }
}

.dzd-index-header__avatar {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dzd-index-header__avatar:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 579px) {
  .dzd-index-header__avatar {
    height: 50px;
    width: 50px;
    line-height: 45px;
  }
}

.dzd-index-header__slider {
  width: 72px;
  display: inline-block;
  vertical-align: middle;
}

.dzd-index-header__slider-ava {
  width: 62px;
  padding: 5px;
}

.dzd-index-header__slider .center {
  float: '';
  right: auto;
}

.dzd-index-header__btn {
  display: inline-block;
  vertical-align: middle;
  height: 62px;
  line-height: 55px;
  padding: 0 25px;
  border-radius: 31px;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dzd-index-header__btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  color: #ffffff;
}

@media screen and (max-width: 579px) {
  .dzd-index-header__btn {
    height: 50px;
    line-height: 45px;
  }
}

.dzd-index-slider {
  padding: 40px 0;
}

.dzd-index-slider .center {
  float: '';
  right: auto;
}

.dzd-index-slider__kid-pic {
  padding-top: 40%;
  width: 110% !important;
  max-width: 110% !important;
}

.dzd-index-slider__kidBlanc-pic {
  padding-top: auto;
  width: 110% !important;
  max-width: 110% !important;
}

.dzd-index-slider__head {
  position: absolute;
  top: 0;
  left: 55%;
  width: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
