@charset "UTF-8";
@font-face {
  font-family: 'PFDinTextCondPro-Regular';
  src: url("../fonts/regular/PFDinTextCondPro-Regular.eot");
  src: url("../fonts/regular/PFDinTextCondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/regular/PFDinTextCondPro-Regular.woff2") format("woff2"), url("../fonts/regular/PFDinTextCondPro-Regular.woff") format("woff"), url("../fonts/regular/PFDinTextCondPro-Regular.ttf") format("truetype"), url("../fonts/regular/PFDinTextCondPro-Regular.svg#o Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9; }

@font-face {
  font-family: 'PFDinTextCondPro-Light';
  src: url("../fonts/light/PFDinTextCondPro-Light.eot");
  src: url("../fonts/light/PFDinTextCondPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/light/PFDinTextCondPro-Light.woff2") format("woff2"), url("../fonts/light/PFDinTextCondPro-Light.woff") format("woff"), url("../fonts/light/PFDinTextCondPro-Light.ttf") format("truetype"), url("../fonts/light/PFDinTextCondPro-Light.svg#o Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9; }

@font-face {
  font-family: 'PFDinTextCondPro-Medium';
  src: url("../fonts/medium/PFDinTextCondPro-Medium.eot");
  src: url("../fonts/medium/PFDinTextCondPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium/PFDinTextCondPro-Medium.woff2") format("woff2"), url("../fonts/medium/PFDinTextCondPro-Medium.woff") format("woff"), url("../fonts/medium/PFDinTextCondPro-Medium.ttf") format("truetype"), url("../fonts/medium/PFDinTextCondPro-Medium.svg#o Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9; }

a {
  text-decoration: none; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.no-padding {
  padding: 0; }

.page__section--leftside .title {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px; }
  .page__section--leftside .title .icon-title {
    float: left; }

.small {
  font-size: 75%; }

.big {
  font-size: 125% !important; }

.container--overflow {
  overflow-x: hidden; }

.fukol-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin: -0.5em;
  /* 5 (edit me!) */ }

.fukol-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 5em;
          flex: 1 0 5em;
  /* 3 (edit me!) */
  margin: 0.5em;
  /* 4 (edit me!) */ }

.fukol-grid > * {
  background: #222;
  padding: 1em;
  color: #fff;
  text-align: center; }

.overflow-hidden {
  overflow: hidden; }

.preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease; }

.loader-wrapper {
  width: 148px;
  height: 100px;
  position: absolute;
  margin: -50px 0 0 -74px;
  left: 50%;
  top: 60%; }

.loader {
  width: 148px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute; }
  .loader:after {
    content: "";
    top: auto;
    position: absolute;
    display: block;
    -webkit-animation: shadow 1.2s infinite linear;
            animation: shadow 1.2s infinite linear;
    -moz-animation: shadow 1.2s infinite linear;
    bottom: 0em;
    left: 0;
    height: .25em;
    width: 1em;
    border-radius: 50%;
    opacity: 0.3; }

.roller,
.roller:last-child {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rollercoaster 1.2s infinite linear;
  -webkit-transform: rotate(135deg);
  -moz-animation: rollercoaster 1.2s infinite linear;
  -moz-transform: rotate(135deg);
  animation: rollercoaster 1.2s infinite linear;
  transform: rotate(135deg); }

.roller:last-child {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: rollercoaster2 1.2s infinite linear;
  -moz-transform: rotate(-45deg);
  -moz-animation: rollercoaster2 1.2s infinite linear;
  transform: rotate(-45deg);
  animation: rollercoaster2 1.2s infinite linear; }

.roller:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%; }

.roller--1:before {
  background: #e2001a; }

.roller--2:before {
  background: #fccd04; }

.roller--3:before {
  background: #14e4da; }

.roller--4:before {
  background: #8dd117; }

.roller--5:before {
  background: #b859dc; }

.roller--6:before {
  background: #ff7d09; }

@-webkit-keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg); }
  8% {
    -webkit-transform: rotate(240deg); }
  20% {
    -webkit-transform: rotate(300deg); }
  40% {
    -webkit-transform: rotate(380deg); }
  45% {
    -webkit-transform: rotate(440deg); }
  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1; }
  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0; } }

@-webkit-keyframes rollercoaster2 {
  0% {
    opacity: 0; }
  49.9% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg); }
  58% {
    -webkit-transform: rotate(-160deg); }
  70% {
    -webkit-transform: rotate(-240deg); }
  80% {
    -webkit-transform: rotate(-300deg); }
  90% {
    -webkit-transform: rotate(-340deg); }
  100% {
    -webkit-transform: rotate(-405deg); } }

@-webkit-keyframes shadow {
  0% {
    opacity: .3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5); }
  8% {
    -webkit-transform: translateX(30px) scale(2, 2); }
  13% {
    -webkit-transform: translateX(0px) scale(1.3, 1.3); }
  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1; }
  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3; }
  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
    opacity: 0.05; }
  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2); }
  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1; }
  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8); }
  100% {
    -webkit-transform: translateX(60px);
    opacity: 0.3; } }

@keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  8% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg); }
  20% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); }
  40% {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg); }
  45% {
    -webkit-transform: rotate(440deg);
            transform: rotate(440deg); }
  50% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 1; }
  50.1% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 0; } }

@keyframes rollercoaster2 {
  0% {
    opacity: 0; }
  49.9% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  58% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg); }
  70% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg); }
  80% {
    -webkit-transform: rotate(-300deg);
            transform: rotate(-300deg); }
  90% {
    -webkit-transform: rotate(-340deg);
            transform: rotate(-340deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes shadow {
  0% {
    opacity: .3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5);
            transform: translateX(65px) scale(0.5, 0.5); }
  8% {
    -webkit-transform: translateX(30px) scale(2, 2);
            transform: translateX(30px) scale(2, 2); }
  13% {
    -webkit-transform: translateX(0px) scale(1.3, 1.3);
            transform: translateX(0px) scale(1.3, 1.3); }
  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
            transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1; }
  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
            transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3; }
  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
            transform: translateX(130px) scale(2, 2);
    opacity: 0.05; }
  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2);
            transform: translateX(145px) scale(1.2, 1.2); }
  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
            transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1; }
  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8);
            transform: translateX(80px) scale(0.8, 0.8); }
  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0.3; } }

#loader2:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#loader2 .roller {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

#loader3:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#loader3 .roller {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

@keyframes lptr-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes lptr-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes lptr-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1; } }

@keyframes lptr-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes lptr-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; } }

@keyframes lptr-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; } }

@-webkit-keyframes scroll-top-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  60% {
    -webkit-transform: translateY(-5.5px);
            transform: translateY(-5.5px); } }

@keyframes scroll-top-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  60% {
    -webkit-transform: translateY(-5.5px);
            transform: translateY(-5.5px); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

@-webkit-keyframes mainLogoCube {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes mainLogoCube {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes mainLogoButterfly {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes mainLogoButterfly {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes mainLogoButterflyCenter {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes mainLogoButterflyCenter {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes mainLogoA {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes mainLogoA {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

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

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

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

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

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

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

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

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

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

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

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "- ";
      padding: 0 5px;
      color: #003b8f; }
  .breadcrumb > .active {
    color: #003b8f; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 59, 143, 0.94);
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 59, 143, 0.94); }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 59, 143, 0.94); }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 59, 143, 0.94); }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 59, 143, 0.94); }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 59, 143, 0.94); }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 59, 143, 0.94); }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 59, 143, 0.94); }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 59, 143, 0.94); }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

* {
  box-sizing: border-box; }

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

html {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  font-family: 'PFDinTextCondPro-Regular';
  font-weight: 400; }

input, textarea, keygen, select, button {
  font-family: 'PFDinTextCondPro-Regular'; }

strong, b {
  font-family: "PFDinTextCondPro-Medium";
  font-weight: 500; }

.container {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before {
    content: '';
    display: table;
    clear: both; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.page {
  width: 100%; }
  .page__section {
    clear: both;
    box-sizing: border-box;
    position: relative; }
    .page__section:after {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 5px;
      z-index: 1;
      background-image: linear-gradient(to top, transparent 0, #d6d6d6 100%); }
    .page__section--noshadow:after {
      display: none; }
    .page__section--map {
      padding-top: 27px;
      padding-bottom: 20px; }
    .page__section--leftside {
      width: 268px;
      margin-right: 60px;
      margin-top: 50px;
      float: left; }
      .page__section--leftside .page__section {
        margin-bottom: 34px; }
        .page__section--leftside .page__section:after {
          display: none; }
    .page__section--mainside {
      width: 100%;
      margin-top: 50px;
      max-width: calc(100% - 328px);
      float: left; }
    .page__section--color-white, .page__section--color-white .title__big, .page__section--color-white .text__p, .page__section--color-white .title {
      color: white; }
    .page__section--pattern1 {
      background: url("../img/pat1.png");
      padding-bottom: 20px; }
    .page__section--pattern2 {
      background: url("../img/pat2.png"); }
    .page__section--pattern3 {
      background: url("../img/pat3.jpg") 50% 50% no-repeat;
      background-size: cover;
      margin-top: 30px; }
    .page__section--pattern4 {
      background: url("../img/pat4.png"); }
    .page__section--pattern5 {
      background: url("../img/pat5.jpg") 50% 50% no-repeat;
      background-size: cover;
      padding-top: 50px;
      padding-bottom: 50px; }
    .page__section--pattern6 {
      background: url("../img/pat6.png"); }

.content__item {
  box-sizing: border-box;
  float: left;
  padding: 10px 15px;
  position: relative; }
  .content__item--1 {
    width: 100%; }
  .content__item--2 {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .content__item--2:not(.content__item--2-2) {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .content__item--2-2 {
        width: 100%; } }
  .content__item--3 {
    width: 33.3333%; }
    @media only screen and (max-width: 767px) {
      .content__item--3 {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .content__item--3 {
        width: 100%; } }
  .content__item--4 {
    width: 25%; }
  .content__item--5 {
    width: 41.66667%; }
  .content__item--7 {
    width: 58.33333%; }
  .content__item--20pers {
    width: 20%; }
    @media only screen and (max-width: 1199px) {
      .content__item--20pers {
        width: 25%; } }
    @media only screen and (max-width: 767px) {
      .content__item--20pers {
        width: 33.33333%; } }
    @media only screen and (max-width: 480px) {
      .content__item--20pers {
        width: 50%; } }

.content__row {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
  .content__row:before {
    content: '';
    display: table;
    clear: both; }
  .content__row:after {
    content: '';
    display: table;
    clear: both; }
  .content__row--p2 {
    margin-left: -10px;
    margin-right: -10px; }
    .content__row--p2 .content__item {
      padding: 10px 10px; }
  @media only screen and (max-width: 767px) {
    .content__row {
      font-size: 0; }
      .content__row > * {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 18px; } }

.row--m2 {
  margin-left: -2px;
  margin-right: -2px; }
  .row--m2 > * {
    padding-left: 2px;
    padding-right: 2px; }

.row--m5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row--m5 > * {
    padding-left: 5px;
    padding-right: 5px; }

.row--best-offer-animators > .content__item--20pers {
  width: 20% !important; }
  @media only screen and (max-width: 767px) {
    .row--best-offer-animators > .content__item--20pers {
      width: 50% !important; } }

@media only screen and (max-width: 1199px) {
  .row--best-offer-animators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0; }
    .row--best-offer-animators > .content__item--20pers {
      font-size: 18px; }
    .row--best-offer-animators .best-offer-animators {
      height: auto;
      padding-bottom: 20px; } }

.shop-about__collage {
  margin-left: -80px;
  margin-right: -80px; }

.table-cart-shop__gift-article {
  position: relative;
  padding-left: 33px; }
  .table-cart-shop__gift-article .title__small {
    font-family: "PFDinTextCondPro-Medium";
    line-height: 1.1; }
  .table-cart-shop__gift-article .text__p {
    padding-bottom: 5px; }

.table-cart-shop__impression-article {
  position: relative;
  padding: 10px 0 10px 40px; }
  .table-cart-shop__impression-article .page-nav__item {
    position: absolute;
    left: 0;
    top: 9px; }
  .table-cart-shop__impression-article .title__small {
    min-height: 48px;
    font-family: "PFDinTextCondPro-Medium";
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .table-cart-shop__impression-article .title__small:first-of-type {
        margin-top: 0 !important; } }
  .table-cart-shop__impression-article > *:not(.page-nav__item) {
    display: block; }
  .table-cart-shop__impression-article .sum {
    font-size: 40px;
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .table-cart-shop__impression-article .sum {
        font-size: 30px; } }
  .table-cart-shop__impression-article .sum-info {
    font-family: "PFDinTextCondPro-Medium";
    font-size: 22px;
    color: #8dd117; }

.shop-item__column-left {
  min-height: 346px; }
  .shop-item__column-left .diamond__item {
    top: 33px !important;
    float: none !important;
    margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .shop-item__column-left {
      display: none; } }

.shop-item__column-right .title__big {
  font-family: "PFDinTextCondPro-Regular";
  font-size: 60px; }
  @media only screen and (max-width: 767px) {
    .shop-item__column-right .title__big {
      font-size: 45px; } }

.shop-item__column-right .best-offer__open__price {
  color: #003b8f;
  margin-left: 0;
  margin-right: 31px; }

.shop-item__column-right .best-offer__open__btn .btn--cart-add {
  background-color: #8dd117;
  color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }

.shop-item__type-gift {
  font-size: 18px;
  color: #8dd117;
  border-bottom: 1px solid #003b8f;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.shop-item__impression .shop-item__title-impression {
  position: relative;
  font-family: "PFDinTextCondPro-Medium";
  padding-left: 40px; }
  .shop-item__impression .shop-item__title-impression .page-nav__item {
    position: absolute;
    left: 0;
    top: 2px; }
    @media only screen and (max-width: 767px) {
      .shop-item__impression .shop-item__title-impression .page-nav__item {
        left: 7px; } }

.shop-item__impression .best-offer__open__price {
  font-size: 40px;
  color: #003b8f;
  margin-left: 0; }

.shop-item__impression .shop-detal__block {
  padding: 0; }
  .shop-item__impression .shop-detal__block:first-child {
    margin-top: 1px; }

.shop-item__impression .shopblock__item:last-child {
  border-right: 0; }

.shop-payment__column-left {
  position: relative;
  padding-top: 10px; }
  .shop-payment__column-left::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100px;
    top: 0;
    bottom: 82px;
    background-color: #E41932; }
  .shop-payment__column-left::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 82px;
    width: 200%;
    background-color: #E41932; }
  .shop-payment__column-left img {
    position: relative;
    z-index: 1; }

.shop-payment__column-right {
  padding-top: 20px; }

.shop-payment__list-money.type .text__li {
  position: relative;
  padding-left: 115px; }
  .shop-payment__list-money.type .text__li span {
    display: block; }
  .shop-payment__list-money.type .text__li img {
    position: absolute;
    left: 0;
    top: 1px;
    max-width: 115px; }

.shop-payment__list-money .text__li {
  margin-bottom: 10px; }

.shop-cart__add {
  cursor: pointer; }
  .shop-cart__add .icon-png {
    transition: all .3s ease; }
  .shop-cart__add:hover .icon-png {
    border-color: #003b8f;
    color: #003b8f; }

.header {
  width: 100%;
  background: #f7fbff;
  position: relative;
  z-index: 100; }
  .header:after {
    content: '';
    position: absolute;
    height: 41px;
    width: 100%;
    bottom: -41px;
    left: 0;
    background: url("../img/links/corner1.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1; }
  .header--shop:after {
    background: url("../img/links/corner2.png") no-repeat;
    background-position: center bottom;
    background-size: cover; }
  @media only screen and (max-width: 320px) {
    .header--shop.type-2 .header-body {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 57px; }
      .header--shop.type-2 .header-body__cell:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .header--shop.type-2 .header-body__cell:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        left: 0; }
      .header--shop.type-2 .header-body__cell:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        right: 0; }
      .header--shop.type-2 .header-body__cell:nth-child(1), .header--shop.type-2 .header-body__cell:nth-child(3) {
        position: absolute;
        bottom: 0;
        width: 49%;
        left: 23.5%; }
    .header--shop.type-2 .main-logo {
      max-width: 120px; } }
  @media only screen and (max-width: 767px) {
    .header--shop .phone--type2 {
      display: none !important; } }
  .header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    display: table;
    width: 100%; }
    .header-nav__list {
      display: table-cell;
      font-size: 18px;
      color: #003b8f; }
      .header-nav__list--nav {
        position: relative; }
        .header-nav__list--nav:hover {
          background-color: rgba(6, 70, 158, 0.94);
          color: #fff; }
          .header-nav__list--nav:hover .header-nav--second {
            opacity: 1;
            -webkit-transform: translateY(0) perspective(600px) rotateX(0);
            transform: translateY(0) perspective(600px) rotateX(0); }
      .header-nav__list:first-child .header-nav__link {
        text-align: left;
        margin-left: 0; }
      .header-nav__list:last-child .header-nav__link {
        text-align: right;
        margin-right: 0; }
      .header-nav__list--shop-emotions {
        color: #90c53f; }
        .header-nav__list--shop-emotions .header-nav__link:hover {
          background-color: #90c53f; }
          .header-nav__list--shop-emotions .header-nav__link:hover span {
            border-bottom-color: #90c53f; }
      .header-nav__list--shop-emotions2 {
        color: #e2001a; }
        .header-nav__list--shop-emotions2 .header-nav__link span {
          border-bottom-style: solid; }
        .header-nav__list--shop-emotions2 .header-nav__link:hover {
          background-color: #e2001a; }
          .header-nav__list--shop-emotions2 .header-nav__link:hover span {
            border-bottom-color: #e2001a; }
      .header-nav__list--shop-emotions3 .header-nav__link {
        position: relative; }
      .header-nav__list--shop-emotions3.top .header-nav__link {
        margin-top: -9px;
        padding-top: 12px;
        padding-bottom: 9px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .header-nav__list--shop-emotions3.bottom .header-nav__link {
        margin-bottom: -7px;
        padding-bottom: 10px;
        padding-top: 10px; }
      .header-nav__list--shop-emotions3.header-nav__list--active .header-nav__link:hover {
        background-color: rgba(226, 0, 26, 0.65); }
      .header-nav__list--active .header-nav__link {
        background-color: rgba(6, 70, 158, 0.94);
        color: #fff; }
        .header-nav__list--active .header-nav__link span {
          border-bottom-color: rgba(6, 70, 158, 0.94); }
      .header-nav__list--active.header-nav__list--shop-emotions .header-nav__link {
        background-color: #90c53f; }
        .header-nav__list--active.header-nav__list--shop-emotions .header-nav__link span {
          border-bottom-color: #90c53f; }
      .header-nav__list--active.header-nav__list--shop-emotions2 .header-nav__link {
        background-color: #e2001a;
        text-align: center;
         }
        .header-nav__list--active.header-nav__list--shop-emotions2 .header-nav__link span {
          border-bottom-color: #e2001a; }
    .header-nav__link {
      color: inherit;
      text-decoration: none;
      padding: 3px 15px;
      margin: 0 3px;
      display: block;
      border-radius: 5px;
      transition: all .5s ease; }
      .header-nav__link:hover {
        background-color: rgba(6, 70, 158, 0.94);
        color: #fff; }
        .header-nav__link:hover span {
          border-bottom-color: rgba(6, 70, 158, 0.94); }
      .header-nav__link span {
        border-bottom: 1px dotted currentColor;
        transition: border-bottom-color .5s ease;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .header-nav--second {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 2;
      -webkit-transform-origin: center top;
              transform-origin: center top;
      transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
      opacity: 0;
      -webkit-transform: translateY(0em) perspective(600px) rotateX(-90deg);
              transform: translateY(0em) perspective(600px) rotateX(-90deg);
      background-color: rgba(6, 70, 158, 0.94); }
      .header-nav--second .header-nav__list {
        display: block;
        font-size: 16px; }
        .header-nav--second .header-nav__list-active {
          background: #7ea8ad;
          background: rgba(126, 168, 173, 0.6); }
        .header-nav--second .header-nav__list:hover {
          background: #7ea8ad;
          background: rgba(126, 168, 173, 0.6); }
        .header-nav--second .header-nav__list:first-child .header-nav__link {
          text-align: left; }
        .header-nav--second .header-nav__list:last-child .header-nav__link {
          text-align: left; }
        @media only screen and (max-width: 1199px) {
          .header-nav--second .header-nav__list {
            font-size: 15px; } }
      .header-nav--second .header-nav__link {
        padding: 10px 16px !important;
        display: block;
        color: #fff;
        text-align: left; }
    .header-nav__open-nav {
      display: none;
      font-size: 24px;
      color: #003b8f;
      cursor: pointer; }
      .header-nav__open-nav--nav {
        float: left; }
        .header-nav__open-nav--nav .icon-png__open-nav span {
          background: #003b8f; }
        @media only screen and (max-width: 1199px) {
          .header-nav__open-nav--nav {
            display: block; } }
      .header-nav__open-nav--categories {
        float: right; }
        .header-nav__open-nav--categories .icon-png__open-nav span {
          background: #003b8f; }
        @media only screen and (max-width: 767px) {
          .header-nav__open-nav--categories {
            display: block; } }
    @media only screen and (max-width: 1199px) {
      .header-nav {
        display: none; } }
  .header-body {
    display: table;
    width: 100%; }
    .header-body__cell {
      display: table-cell;
      vertical-align: top; }
      .header-body__cell .header-row--links {
        width: auto; }
        @media only screen and (max-width: 767px) {
          .header-body__cell .header-row--links {
            display: none; } }
      .header-body__cell:first-child {
        width: 423px; }
        .header-body__cell:first-child .header-row {
          text-align: left; }
        .header-body__cell:first-child .header-row--links {
          margin-left: -15px; }
      .header-body__cell:last-child {
        width: 423px; }
        .header-body__cell:last-child .header-row {
          text-align: right; }
        .header-body__cell:last-child .header-row--links {
          margin-right: -15px; }
      @media only screen and (max-width: 1199px) {
        .header-body__cell:first-child, .header-body__cell:last-child {
          width: 33.33333333333333%; } }
      @media only screen and (max-width: 767px) {
        .header-body__cell:first-child, .header-body__cell:last-child {
          width: 85px; } }
  .header-row {
    width: 100%; }
    .header-row--links {
      padding-top: 6px;
      font-size: 0; }
    .header-row--m-t-1 {
      margin-top: 23px; }
      @media only screen and (max-width: 767px) {
        .header-row--m-t-1 {
          margin-top: 5px; } }
  .header .btn:not(:last-child) {
    margin-right: 14px; }
    @media only screen and (max-width: 991px) {
      .header .btn:not(:last-child) {
        margin-right: 0; } }
  .header .socials {
    position: relative;
    top: -18px;
    display: inline-block;
    margin-left: 15px; }
    @media only screen and (max-width: 1199px) {
      .header .socials {
        top: 0;
        margin-left: 0; } }
    @media only screen and (max-width: 991px) {
      .header .socials {
        display: none; } }
    .header .socials--type2 {
      top: 0;
      margin-left: 0;
      padding-top: 5px; }
      @media only screen and (max-width: 1199px) {
        .header .socials--type2 {
          padding-top: 11px; } }
      @media only screen and (max-width: 991px) {
        .header .socials--type2 {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .header .socials--type2 {
          display: none; } }
  .header .social {
    margin-left: 10px; }
  .header .color-link {
    margin-top: 6px;
    color: #003b8f; }
    .header .color-link--m2 {
      margin-top: 2px; }
    .header .color-link--m3 {
      margin-top: 0; }
      @media only screen and (max-width: 1199px) {
        .header .color-link--m3 {
          margin-top: 6px; } }
  .header .phone {
    margin-bottom: -14px;
    display: inline-block;
    top: -12px; }
    @media only screen and (max-width: 1199px) {
      .header .phone {
        font-size: 33px;
        line-height: 43px;
        top: 0;
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .header .phone {
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        border: 1px solid #003b8f;
        background: url("../img/icons/phone.png") 50% 50% no-repeat; }
        .header .phone--shop {
          display: none; } }
  .header .search2 {
    display: inline-block;
    width: 155px; }
    @media only screen and (max-width: 1199px) {
      .header .search2 {
        display: none; } }
  .header--scroll .menu {
    top: 0; }
  @media only screen and (max-width: 1199px) {
    .header {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding-bottom: 0; } }

.navLG {
  margin-top: 9px;
  margin-bottom: 23px;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 1199px) {
    .navLG {
      margin-left: 0;
      margin-right: 0; }
      .navLG:before, .navLG:after {
        content: " ";
        display: table; }
      .navLG:after {
        clear: both; } }

.navXS {
  display: none;
  background: #ddd; }
  .navXS .header-nav__list {
    display: table-row;
    width: 100%; }
  .navXS .header-nav {
    position: relative;
    top: 0;
    background: #ddd; }
  .navXS .navXS__head {
    display: block;
    width: 100%;
    height: 75px;
    padding: 10px 0px;
    text-align: center;
    box-sizing: border-box; }
  .navXS .header-nav--second {
    display: none; }
  .navXS .header-nav__list--nav .target_nav {
    width: 16px; }
    .navXS .header-nav__list--nav .target_nav span {
      height: 2px; }
    .navXS .header-nav__list--nav .target_nav span:nth-child(2) {
      top: 5px; }
    .navXS .header-nav__list--nav .target_nav span:nth-child(3) {
      top: 10px; }
    .navXS .header-nav__list--nav .target_nav.open span:nth-child(1) {
      top: -1px;
      left: 8px; }
  .navXS .header-nav__list--nav {
    display: block; }
    .navXS .header-nav__list--nav .header-nav--second {
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
  .navXS .header-nav__link {
    text-align: left;
    padding-left: 65px !important; }
  .navXS .logo {
    display: inline-block; }
  .navXS .button {
    display: inline-block; }

.menu {
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1045;
  color: #fff;
  transition: all .5s ease; }
  .menu a {
    color: #fff; }
  .menu .btn--color-red {
    color: #e2001a; }
  .menu .logo-scroll {
    position: relative;
    height: 28px;
    width: 68px;
    margin-right: 10px;
    display: inline-block; }
    .menu .logo-scroll--text {
      font-size: 22px;
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300; }
    .menu .logo-scroll--1 {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 3px;
      width: 22px;
      height: 22px;
      background-color: #fbcd04;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(-30deg) translate(1px, 6px);
              transform: rotate(-30deg) translate(1px, 6px); }
    .menu .logo-scroll--2 {
      position: absolute;
      top: 0;
      left: 22px;
      border-radius: 3px;
      width: 22px;
      height: 22px;
      background-color: #fff;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(45deg) translate(3px, 4px);
              transform: rotate(45deg) translate(3px, 4px); }
    .menu .logo-scroll--3 {
      position: absolute;
      top: 0;
      left: 44px;
      border-radius: 3px;
      width: 22px;
      height: 22px;
      background-color: #8dd116;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(31deg) translate(3px, 4px);
              transform: rotate(31deg) translate(3px, 4px); }
  .menu .ph {
    font-family: "PFDinTextCondPro-Medium";
    font-weight: 500;
    font-size: 23px; }
    @media only screen and (max-width: 800px) {
      .menu .ph {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .menu .ph {
        display: inline; } }
    @media only screen and (max-width: 480px) {
      .menu .ph {
        display: none; } }
  .menu .order {
    font-size: 16px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    text-decoration: none;
    margin-left: 6px; }
    @media only screen and (max-width: 991px) {
      .menu .order {
        display: none; } }
    @media only screen and (max-width: 800px) {
      .menu .order {
        margin-left: 0;
        display: inline-block;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        border: 1px solid #003b8f;
        font-size: 0;
        background: url("../img/icons/phone.png") 50% 50% no-repeat;
        vertical-align: top;
        margin-top: 5px;
        overflow: hidden;
        text-indent: -9999px; } }
    @media only screen and (max-width: 767px) {
      .menu .order {
        display: none; } }
    @media only screen and (max-width: 480px) {
      .menu .order {
        display: inline-block; } }
  .menu .btn--top-menu {
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    margin-right: 0 !important; }
    .menu .btn--top-menu:not(:first-child) {
      margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      .menu .btn--top-menu span {
        display: none; }
      .menu .btn--top-menu .icon-png__top-menu-open {
        margin-right: 0; } }
  .menu .nav-link--active {
    background: #2060b8;
    color: white; }
    .menu .nav-link--active .icon-png__top-menu-open {
      background-position: -18px 0; }
  .menu .btn--cart {
    border: 0;
    border-radius: 0;
    padding: 13px 13px;
    margin-right: 15px !important;
    color: #8eaed8; }
    .menu .btn--cart__name {
      border-bottom: 1px solid transparent; }
    .menu .btn--cart--active .btn--cart__name {
      border-bottom-color: currentColor; }
    @media only screen and (max-width: 1199px) {
      .menu .btn--cart__name {
        font-size: 0; } }
  .menu--shop .order {
    font-size: 18px; }
    @media only screen and (max-width: 1199px) {
      .menu--shop .order {
        margin-top: 0;
        margin-left: 0;
        display: inline-block;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        border: 1px solid #003b8f;
        font-size: 0;
        background: url("../img/icons/phone.png") 50% 50% no-repeat;
        vertical-align: top;
        overflow: hidden;
        text-indent: -9999px; } }
    @media only screen and (max-width: 480px) {
      .menu--shop .order {
        display: none; } }
  .menu--shop .btn--top-menu {
    margin-right: -15px !important; }
    .menu--shop .btn--top-menu, .menu--shop .btn--top-menu:hover {
      background: transparent;
      border-color: transparent;
      color: white; }
      .menu--shop .btn--top-menu .icon-png__top-menu-open, .menu--shop .btn--top-menu:hover .icon-png__top-menu-open {
        background-position: -18px 0; }
    .menu--shop .btn--top-menu.nav-link--active {
      background: #165bbb;
      border-color: #165bbb; }
    @media only screen and (max-width: 1199px) {
      .menu--shop .btn--top-menu {
        margin-right: 0 !important; } }
    @media only screen and (max-width: 767px) {
      .menu--shop .btn--top-menu {
        font-size: 15px;
        padding: 2px 0; }
        .menu--shop .btn--top-menu span {
          display: inline !important; } }
  @media only screen and (max-width: 1199px) {
    .menu--shop .ph {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .menu--shop .top-menu__item:last-child {
      text-align: right; } }

.top-menu {
  display: table;
  width: 100%;
  background: white;
  border-bottom: 2px solid #2060b8; }
  .top-menu, .top-menu a {
    color: #2060b8; }
  .top-menu__table {
    display: table;
    width: 100%; }
  .top-menu__cell {
    display: table-cell;
    vertical-align: middle; }
  .top-menu__logo {
    display: block;
    font-size: 0;
    line-height: 0; }
  .top-menu__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 375px) {
      .top-menu__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .top-menu__flex .top-menu__item:nth-child(1) {
          padding-top: 10px;
          padding-bottom: 0; }
        .top-menu__flex .top-menu__item:nth-child(2) {
          display: none; }
        .top-menu__flex .top-menu__item:nth-child(3) {
          padding-top: 0;
          padding-bottom: 10px; } }
  .top-menu__item {
    padding-top: 5px;
    padding-bottom: 5px; }
    .top-menu__item--p0 {
      padding-top: 0;
      padding-bottom: 0; }
    .top-menu__item--pt0 {
      padding-top: 0; }
    .top-menu__item--d-ib {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      .top-menu__item:nth-child(1) {
        display: none; } }
  .top-menu--shop {
    background: #8EC73D;
    border-bottom: 0; }
    .top-menu--shop, .top-menu--shop a {
      color: white; }
    @media only screen and (max-width: 767px) {
      .top-menu--shop .top-menu__item:nth-child(1) {
        display: inline-block; } }

.main-logo {
  max-width: 318px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -9px;
  font-size: 0;
  line-height: 0; }
  .main-logo .st0, .main-logo .st1, .main-logo .st2, .main-logo .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
  .main-logo .st0 {
    fill: #E1001A; }
  .main-logo .st1 {
    fill: #8DD117; }
  .main-logo .st2 {
    fill: #FCCD04; }
  .main-logo .st3 {
    fill: #165BBB; }
  .main-logo .st4 {
    fill: #165BBB; }
  .main-logo:hover .main-logo__butterfly {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
    .main-logo:hover .main-logo__butterfly--left {
      -webkit-transform-origin: 0% center;
              transform-origin: 0% center;
      -webkit-animation-name: mainLogoButterfly;
              animation-name: mainLogoButterfly;
      -webkit-animation-duration: .7s;
              animation-duration: .7s; }
    .main-logo:hover .main-logo__butterfly--right {
      -webkit-transform-origin: 100% center;
              transform-origin: 100% center;
      -webkit-animation-name: mainLogoButterfly;
              animation-name: mainLogoButterfly;
      -webkit-animation-duration: .7s;
              animation-duration: .7s; }
    .main-logo:hover .main-logo__butterfly--center {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-animation-name: mainLogoButterflyCenter;
              animation-name: mainLogoButterflyCenter;
      -webkit-animation-duration: .7s;
              animation-duration: .7s; }
  .main-logo:hover .main-logo__cube {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-name: mainLogoCube;
            animation-name: mainLogoCube;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
    .main-logo:hover .main-logo__cube--green {
      -webkit-animation-duration: .7s;
              animation-duration: .7s; }
    .main-logo:hover .main-logo__cube--yellow {
      -webkit-animation-duration: .7s;
              animation-duration: .7s; }
    .main-logo:hover .main-logo__cube--blue {
      -webkit-animation-duration: .5s;
              animation-duration: .5s; }
  .main-logo:hover .main-logo__a {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-name: mainLogoA;
            animation-name: mainLogoA;
    -webkit-animation-duration: .7s;
            animation-duration: .7s; }
  .main-logo img, .main-logo svg {
    width: 100%;
    overflow: visible; }
  @media only screen and (max-width: 991px) {
    .main-logo {
      max-width: 205px; } }

.diamond {
  width: 100%;
  position: relative;
  height: 878px;
  background: #fff;
  text-align: center;
  margin-top: 50px; }
  .diamond__title {
    text-transform: uppercase;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 22px;
    color: #165bbb;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-block; }
    .diamond__title:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 9px;
      height: 9px;
      background: transparent;
      margin-top: -4px;
      margin-right: 10px;
      transition: all .3s ease-in;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .diamond__title--top {
      top: -11.88%;
      padding-left: 15px; }
      @media only screen and (max-width: 1199px) {
        .diamond__title--top {
          top: -9.88%; } }
    .diamond__title--bottom {
      top: 98.64%;
      padding-left: 15px; }
    .diamond__title--left {
      text-align: right;
      top: 38.5%;
      left: -69.55%;
      padding-right: 50px; }
    .diamond__title--right {
      text-align: left;
      top: 38.5%;
      left: 63.45%;
      padding-left: 50px; }
      .diamond__title--right:before {
        position: absolute;
        top: 17px;
        right: 30px; }
    @media only screen and (max-width: 1199px) {
      .diamond__title {
        font-size: 19px; } }
    @media only screen and (max-width: 991px) {
      .diamond__title--top, .diamond__title--bottom, .diamond__title--left, .diamond__title--right {
        top: -9.88%;
        left: auto;
        text-align: left;
        padding-left: 15px; }
      .diamond__title--right:before {
        position: relative;
        top: auto;
        right: auto; }
      .diamond__title br {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .diamond__title {
        display: block; }
        .diamond__title:not(:last-child) {
          margin-bottom: 15px; }
        .diamond__title--top, .diamond__title--bottom, .diamond__title--left, .diamond__title--right {
          top: auto; } }
  .diamond__item {
    position: absolute;
    display: block;
    width: 373px;
    height: 280px;
    cursor: pointer; }
    .diamond__item--color-yellow .diamond__title {
      border-color: #fccd04; }
    .diamond__item--color-yellow .diamond__bg {
      background: #fccd04; }
      .diamond__item--color-yellow .diamond__bg:before {
        border: 2px solid #fccd04; }
      .diamond__item--color-yellow .diamond__bg::after {
        background: #fccd04; }
    .diamond__item--color-yellow:hover .diamond__img--overlay {
      border-color: #fccd04; }
    .diamond__item--color-yellow:hover .diamond__bg:before {
      background: #fccd04; }
    .diamond__item--color-yellow:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-yellow:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-yellow:hover .diamond__title {
      box-shadow: 0 0 5px rgba(252, 205, 4, 0.7); }
      .diamond__item--color-yellow:hover .diamond__title:before {
        background: #fccd04; }
    .diamond__item--color-yellow .diamond__splash .st0 {
      fill: #fccd04; }
    .diamond__item--color-orange .diamond__title {
      border-color: #ff7d09; }
    .diamond__item--color-orange .diamond__bg {
      background: #ff7d09; }
      .diamond__item--color-orange .diamond__bg:before {
        border: 2px solid #ff7d09; }
      .diamond__item--color-orange .diamond__bg::after {
        background: #ff7d09; }
    .diamond__item--color-orange:hover .diamond__img--overlay {
      border-color: #ff7d09; }
    .diamond__item--color-orange:hover .diamond__bg:before {
      background: #ff7d09; }
    .diamond__item--color-orange:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-orange:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-orange:hover .diamond__title {
      box-shadow: 0 0 5px rgba(255, 125, 9, 0.7); }
      .diamond__item--color-orange:hover .diamond__title:before {
        background: #ff7d09; }
    .diamond__item--color-orange .diamond__splash .st0 {
      fill: #ff7d09; }
    .diamond__item--color-green .diamond__title {
      border-color: #8dd117; }
    .diamond__item--color-green .diamond__bg {
      background: #8dd117; }
      .diamond__item--color-green .diamond__bg:before {
        border: 2px solid #8dd117; }
      .diamond__item--color-green .diamond__bg::after {
        background: #8dd117; }
    .diamond__item--color-green:hover .diamond__img--overlay {
      border-color: #8dd117; }
    .diamond__item--color-green:hover .diamond__bg:before {
      background: #8dd117; }
    .diamond__item--color-green:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-green:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-green:hover .diamond__title {
      box-shadow: 0 0 5px rgba(141, 209, 23, 0.7); }
      .diamond__item--color-green:hover .diamond__title:before {
        background: #8dd117; }
    .diamond__item--color-green .diamond__splash .st0 {
      fill: #8dd117; }
    .diamond__item--color-purple .diamond__title {
      border-color: #b859dc; }
    .diamond__item--color-purple .diamond__bg {
      background: #b859dc; }
      .diamond__item--color-purple .diamond__bg:before {
        border: 2px solid #b859dc; }
      .diamond__item--color-purple .diamond__bg::after {
        background: #b859dc; }
    .diamond__item--color-purple:hover .diamond__img--overlay {
      border-color: #b859dc; }
    .diamond__item--color-purple:hover .diamond__bg:before {
      background: #b859dc; }
    .diamond__item--color-purple:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-purple:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-purple:hover .diamond__title {
      box-shadow: 0 0 5px rgba(184, 89, 220, 0.7); }
      .diamond__item--color-purple:hover .diamond__title:before {
        background: #b859dc; }
    .diamond__item--color-purple .diamond__splash .st0 {
      fill: #b859dc; }
    .diamond__item--color-red .diamond__title {
      border-color: #e2001a; }
    .diamond__item--color-red .diamond__bg {
      background: #e2001a; }
      .diamond__item--color-red .diamond__bg:before {
        border: 2px solid #e2001a; }
      .diamond__item--color-red .diamond__bg::after {
        background: #e2001a; }
    .diamond__item--color-red:hover .diamond__img--overlay {
      border-color: #e2001a; }
    .diamond__item--color-red:hover .diamond__bg:before {
      background: #e2001a; }
    .diamond__item--color-red:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-red:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-red:hover .diamond__title {
      box-shadow: 0 0 5px rgba(226, 0, 26, 0.7); }
      .diamond__item--color-red:hover .diamond__title:before {
        background: #e2001a; }
    .diamond__item--color-red .diamond__splash .st0 {
      fill: #e2001a; }
    .diamond__item--color-red2 .diamond__title {
      border-color: #E0001A; }
    .diamond__item--color-red2 .diamond__bg {
      background: #E0001A; }
      .diamond__item--color-red2 .diamond__bg:before {
        border: 2px solid #E0001A; }
      .diamond__item--color-red2 .diamond__bg::after {
        background: #E0001A; }
    .diamond__item--color-red2:hover .diamond__img--overlay {
      border-color: #E0001A; }
    .diamond__item--color-red2:hover .diamond__bg:before {
      background: #E0001A; }
    .diamond__item--color-red2:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-red2:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-red2:hover .diamond__title {
      box-shadow: 0 0 5px rgba(224, 0, 26, 0.7); }
      .diamond__item--color-red2:hover .diamond__title:before {
        background: #E0001A; }
    .diamond__item--color-red2 .diamond__splash .st0 {
      fill: #E0001A; }
    .diamond__item--color-pink .diamond__title {
      border-color: #fa47da; }
    .diamond__item--color-pink .diamond__bg {
      background: #fa47da; }
      .diamond__item--color-pink .diamond__bg:before {
        border: 2px solid #fa47da; }
      .diamond__item--color-pink .diamond__bg::after {
        background: #fa47da; }
    .diamond__item--color-pink:hover .diamond__img--overlay {
      border-color: #fa47da; }
    .diamond__item--color-pink:hover .diamond__bg:before {
      background: #fa47da; }
    .diamond__item--color-pink:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-pink:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-pink:hover .diamond__title {
      box-shadow: 0 0 5px rgba(250, 71, 218, 0.7); }
      .diamond__item--color-pink:hover .diamond__title:before {
        background: #fa47da; }
    .diamond__item--color-pink .diamond__splash .st0 {
      fill: #fa47da; }
    .diamond__item--color-blue .diamond__title {
      border-color: #165bbb; }
    .diamond__item--color-blue .diamond__bg {
      background: #165bbb; }
      .diamond__item--color-blue .diamond__bg:before {
        border: 2px solid #165bbb; }
      .diamond__item--color-blue .diamond__bg::after {
        background: #165bbb; }
    .diamond__item--color-blue:hover .diamond__img--overlay {
      border-color: #165bbb; }
    .diamond__item--color-blue:hover .diamond__bg:before {
      background: #165bbb; }
    .diamond__item--color-blue:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-blue:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-blue:hover .diamond__title {
      box-shadow: 0 0 5px rgba(22, 91, 187, 0.7); }
      .diamond__item--color-blue:hover .diamond__title:before {
        background: #165bbb; }
    .diamond__item--color-blue .diamond__splash .st0 {
      fill: #165bbb; }
    .diamond__item--color-blue2 .diamond__title {
      border-color: #2060b8; }
    .diamond__item--color-blue2 .diamond__bg {
      background: #2060b8; }
      .diamond__item--color-blue2 .diamond__bg:before {
        border: 2px solid #2060b8; }
      .diamond__item--color-blue2 .diamond__bg::after {
        background: #2060b8; }
    .diamond__item--color-blue2:hover .diamond__img--overlay {
      border-color: #2060b8; }
    .diamond__item--color-blue2:hover .diamond__bg:before {
      background: #2060b8; }
    .diamond__item--color-blue2:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-blue2:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-blue2:hover .diamond__title {
      box-shadow: 0 0 5px rgba(32, 96, 184, 0.7); }
      .diamond__item--color-blue2:hover .diamond__title:before {
        background: #2060b8; }
    .diamond__item--color-blue2 .diamond__splash .st0 {
      fill: #2060b8; }
    .diamond__item--color-lightblue .diamond__title {
      border-color: #14e4da; }
    .diamond__item--color-lightblue .diamond__bg {
      background: #14e4da; }
      .diamond__item--color-lightblue .diamond__bg:before {
        border: 2px solid #14e4da; }
      .diamond__item--color-lightblue .diamond__bg::after {
        background: #14e4da; }
    .diamond__item--color-lightblue:hover .diamond__img--overlay {
      border-color: #14e4da; }
    .diamond__item--color-lightblue:hover .diamond__bg:before {
      background: #14e4da; }
    .diamond__item--color-lightblue:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-lightblue:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-lightblue:hover .diamond__title {
      box-shadow: 0 0 5px rgba(20, 228, 218, 0.7); }
      .diamond__item--color-lightblue:hover .diamond__title:before {
        background: #14e4da; }
    .diamond__item--color-lightblue .diamond__splash .st0 {
      fill: #14e4da; }
    .diamond__item--color-lightblue2 .diamond__title {
      border-color: #05D7CD; }
    .diamond__item--color-lightblue2 .diamond__bg {
      background: #05D7CD; }
      .diamond__item--color-lightblue2 .diamond__bg:before {
        border: 2px solid #05D7CD; }
      .diamond__item--color-lightblue2 .diamond__bg::after {
        background: #05D7CD; }
    .diamond__item--color-lightblue2:hover .diamond__img--overlay {
      border-color: #05D7CD; }
    .diamond__item--color-lightblue2:hover .diamond__bg:before {
      background: #05D7CD; }
    .diamond__item--color-lightblue2:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-lightblue2:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-lightblue2:hover .diamond__title {
      box-shadow: 0 0 5px rgba(5, 215, 205, 0.7); }
      .diamond__item--color-lightblue2:hover .diamond__title:before {
        background: #05D7CD; }
    .diamond__item--color-lightblue2 .diamond__splash .st0 {
      fill: #05D7CD; }
    .diamond__item--color-lightblue3 .diamond__title {
      border-color: #B9CDE7; }
    .diamond__item--color-lightblue3 .diamond__bg {
      background: #B9CDE7; }
      .diamond__item--color-lightblue3 .diamond__bg:before {
        border: 2px solid #B9CDE7; }
      .diamond__item--color-lightblue3 .diamond__bg::after {
        background: #B9CDE7; }
    .diamond__item--color-lightblue3:hover .diamond__img--overlay {
      border-color: #B9CDE7; }
    .diamond__item--color-lightblue3:hover .diamond__bg:before {
      background: #B9CDE7; }
    .diamond__item--color-lightblue3:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-lightblue3:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-lightblue3:hover .diamond__title {
      box-shadow: 0 0 5px rgba(185, 205, 231, 0.7); }
      .diamond__item--color-lightblue3:hover .diamond__title:before {
        background: #B9CDE7; }
    .diamond__item--color-lightblue3 .diamond__splash .st0 {
      fill: #B9CDE7; }
    .diamond__item--color-darkblue .diamond__title {
      border-color: #003b8f; }
    .diamond__item--color-darkblue .diamond__bg {
      background: #003b8f; }
      .diamond__item--color-darkblue .diamond__bg:before {
        border: 2px solid #003b8f; }
      .diamond__item--color-darkblue .diamond__bg::after {
        background: #003b8f; }
    .diamond__item--color-darkblue:hover .diamond__img--overlay {
      border-color: #003b8f; }
    .diamond__item--color-darkblue:hover .diamond__bg:before {
      background: #003b8f; }
    .diamond__item--color-darkblue:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-darkblue:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-darkblue:hover .diamond__title {
      box-shadow: 0 0 5px rgba(0, 59, 143, 0.7); }
      .diamond__item--color-darkblue:hover .diamond__title:before {
        background: #003b8f; }
    .diamond__item--color-darkblue .diamond__splash .st0 {
      fill: #003b8f; }
    .diamond__item--color-blackblue .diamond__title {
      border-color: #001738; }
    .diamond__item--color-blackblue .diamond__bg {
      background: #001738; }
      .diamond__item--color-blackblue .diamond__bg:before {
        border: 2px solid #001738; }
      .diamond__item--color-blackblue .diamond__bg::after {
        background: #001738; }
    .diamond__item--color-blackblue:hover .diamond__img--overlay {
      border-color: #001738; }
    .diamond__item--color-blackblue:hover .diamond__bg:before {
      background: #001738; }
    .diamond__item--color-blackblue:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-blackblue:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-blackblue:hover .diamond__title {
      box-shadow: 0 0 5px rgba(0, 23, 56, 0.7); }
      .diamond__item--color-blackblue:hover .diamond__title:before {
        background: #001738; }
    .diamond__item--color-blackblue .diamond__splash .st0 {
      fill: #001738; }
    .diamond__item--color-black .diamond__title {
      border-color: #000; }
    .diamond__item--color-black .diamond__bg {
      background: #000; }
      .diamond__item--color-black .diamond__bg:before {
        border: 2px solid #000; }
      .diamond__item--color-black .diamond__bg::after {
        background: #000; }
    .diamond__item--color-black:hover .diamond__img--overlay {
      border-color: #000; }
    .diamond__item--color-black:hover .diamond__bg:before {
      background: #000; }
    .diamond__item--color-black:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-black:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-black:hover .diamond__title {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
      .diamond__item--color-black:hover .diamond__title:before {
        background: #000; }
    .diamond__item--color-black .diamond__splash .st0 {
      fill: #000; }
    .diamond__item--color-white .diamond__title {
      border-color: #fff; }
    .diamond__item--color-white .diamond__bg {
      background: #fff; }
      .diamond__item--color-white .diamond__bg:before {
        border: 2px solid #fff; }
      .diamond__item--color-white .diamond__bg::after {
        background: #fff; }
    .diamond__item--color-white:hover .diamond__img--overlay {
      border-color: #fff; }
    .diamond__item--color-white:hover .diamond__bg:before {
      background: #fff; }
    .diamond__item--color-white:hover .diamond__bg:after {
      opacity: 0.9; }
    .diamond__item--color-white:hover .diamond__splash {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .diamond__item--color-white:hover .diamond__title {
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.7); }
      .diamond__item--color-white:hover .diamond__title:before {
        background: #fff; }
    .diamond__item--color-white .diamond__splash .st0 {
      fill: #fff; }
    .diamond__item:hover .diamond__title--top {
      z-index: 3; }
    .diamond__item:hover .diamond__title--bottom {
      z-index: 3; }
    .diamond__item:nth-child(1) {
      top: 33px;
      left: 0; }
    .diamond__item:nth-child(2) {
      top: 73px;
      left: 396px; }
      @media only screen and (max-width: 1199px) {
        .diamond__item:nth-child(2):not(.diamond__item-shop) {
          left: 50%;
          margin-left: -162.5px; } }
    .diamond__item:nth-child(3) {
      top: 33px;
      left: 797px; }
      @media only screen and (max-width: 1199px) {
        .diamond__item:nth-child(3) {
          left: auto;
          right: 0; } }
    .diamond__item:nth-child(4) {
      top: 269px;
      left: 180px; }
    .diamond__item:nth-child(5) {
      top: 269px;
      left: 624px; }
      @media only screen and (max-width: 1199px) {
        .diamond__item:nth-child(5) {
          left: auto;
          right: 135px; } }
    .diamond__item:nth-child(6) {
      top: 505px;
      left: 0; }
    .diamond__item:nth-child(7) {
      top: 468px;
      left: 396px; }
      @media only screen and (max-width: 1199px) {
        .diamond__item:nth-child(7):not(.diamond__item-shop--center) {
          left: 50%;
          margin-left: -162.5px; } }
    .diamond__item:nth-child(8) {
      top: 505px;
      left: 797px; }
      @media only screen and (max-width: 1199px) {
        .diamond__item:nth-child(8) {
          left: auto;
          right: 0; } }
    .diamond__item--small {
      width: 270px;
      height: 203px; }
    .diamond__item--medium {
      width: 300px;
      height: 226px; }
    .diamond__item--static .diamond__splash {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      opacity: 0.8; }
    .diamond__item--static.diamond__item--color-yellow .diamond__img {
      background: #fccd04;
      color: #fff; }
    .diamond__item--static.diamond__item--color-orange .diamond__img {
      background: #ff7d09;
      color: #fff; }
    .diamond__item--static.diamond__item--color-green .diamond__img {
      background: #8dd117;
      color: #fff; }
    .diamond__item--static.diamond__item--color-purple .diamond__img {
      background: #b859dc;
      color: #fff; }
    .diamond__item--static.diamond__item--color-red .diamond__img {
      background: #e2001a;
      color: #fff; }
    .diamond__item--static.diamond__item--color-red2 .diamond__img {
      background: #E0001A;
      color: #fff; }
    .diamond__item--static.diamond__item--color-pink .diamond__img {
      background: #fa47da;
      color: #fff; }
    .diamond__item--static.diamond__item--color-blue .diamond__img {
      background: #165bbb;
      color: #fff; }
    .diamond__item--static.diamond__item--color-blue2 .diamond__img {
      background: #2060b8;
      color: #fff; }
    .diamond__item--static.diamond__item--color-lightblue .diamond__img {
      background: #14e4da;
      color: #fff; }
    .diamond__item--static.diamond__item--color-lightblue2 .diamond__img {
      background: #05D7CD;
      color: #fff; }
    .diamond__item--static.diamond__item--color-lightblue3 .diamond__img {
      background: #B9CDE7;
      color: #fff; }
    .diamond__item--static.diamond__item--color-darkblue .diamond__img {
      background: #003b8f;
      color: #fff; }
    .diamond__item--static.diamond__item--color-blackblue .diamond__img {
      background: #001738;
      color: #fff; }
    .diamond__item--static.diamond__item--color-black .diamond__img {
      background: #000;
      color: #fff; }
    .diamond__item--static.diamond__item--color-white .diamond__img {
      background: #fff;
      color: #fff; }
    .diamond__item--static .diamond__text {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      font-size: 16px;
      margin-top: -14px;
      margin-left: 1px;
      text-align: center; }
      .diamond__item--static .diamond__text .banner__thumb--bigtext {
        font-size: 77px;
        line-height: 75px; }
    .diamond__item--static2 .diamond__img {
      background: transparent !important; }
    .diamond__item--static2.diamond__item--color-yellow .diamond__img--overlay {
      border-color: #fccd04; }
    .diamond__item--static2.diamond__item--color-orange .diamond__img--overlay {
      border-color: #ff7d09; }
    .diamond__item--static2.diamond__item--color-green .diamond__img--overlay {
      border-color: #8dd117; }
    .diamond__item--static2.diamond__item--color-purple .diamond__img--overlay {
      border-color: #b859dc; }
    .diamond__item--static2.diamond__item--color-red .diamond__img--overlay {
      border-color: #e2001a; }
    .diamond__item--static2.diamond__item--color-red2 .diamond__img--overlay {
      border-color: #E0001A; }
    .diamond__item--static2.diamond__item--color-pink .diamond__img--overlay {
      border-color: #fa47da; }
    .diamond__item--static2.diamond__item--color-blue .diamond__img--overlay {
      border-color: #165bbb; }
    .diamond__item--static2.diamond__item--color-blue2 .diamond__img--overlay {
      border-color: #2060b8; }
    .diamond__item--static2.diamond__item--color-lightblue .diamond__img--overlay {
      border-color: #14e4da; }
    .diamond__item--static2.diamond__item--color-lightblue2 .diamond__img--overlay {
      border-color: #05D7CD; }
    .diamond__item--static2.diamond__item--color-lightblue3 .diamond__img--overlay {
      border-color: #B9CDE7; }
    .diamond__item--static2.diamond__item--color-darkblue .diamond__img--overlay {
      border-color: #003b8f; }
    .diamond__item--static2.diamond__item--color-blackblue .diamond__img--overlay {
      border-color: #001738; }
    .diamond__item--static2.diamond__item--color-black .diamond__img--overlay {
      border-color: #000; }
    .diamond__item--static2.diamond__item--color-white .diamond__img--overlay {
      border-color: #fff; }
    .diamond__item--static2 .diamond__splash .st0 {
      fill: #dbe9f6; }
    .diamond__item--rotate .diamond__img {
      top: 12.6%;
      left: 21.33%;
      width: 56.9%;
      height: 75.7%;
      border-radius: 15px;
      border: 5px solid transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .diamond__item--rotate .diamond__img--overlay {
        display: none; }
    .diamond__item--rotate.diamond__item--color-yellow:hover .diamond__img {
      border-color: #fccd04; }
    .diamond__item--rotate.diamond__item--color-orange:hover .diamond__img {
      border-color: #ff7d09; }
    .diamond__item--rotate.diamond__item--color-green:hover .diamond__img {
      border-color: #8dd117; }
    .diamond__item--rotate.diamond__item--color-purple:hover .diamond__img {
      border-color: #b859dc; }
    .diamond__item--rotate.diamond__item--color-red:hover .diamond__img {
      border-color: #e2001a; }
    .diamond__item--rotate.diamond__item--color-red2:hover .diamond__img {
      border-color: #E0001A; }
    .diamond__item--rotate.diamond__item--color-pink:hover .diamond__img {
      border-color: #fa47da; }
    .diamond__item--rotate.diamond__item--color-blue:hover .diamond__img {
      border-color: #165bbb; }
    .diamond__item--rotate.diamond__item--color-blue2:hover .diamond__img {
      border-color: #2060b8; }
    .diamond__item--rotate.diamond__item--color-lightblue:hover .diamond__img {
      border-color: #14e4da; }
    .diamond__item--rotate.diamond__item--color-lightblue2:hover .diamond__img {
      border-color: #05D7CD; }
    .diamond__item--rotate.diamond__item--color-lightblue3:hover .diamond__img {
      border-color: #B9CDE7; }
    .diamond__item--rotate.diamond__item--color-darkblue:hover .diamond__img {
      border-color: #003b8f; }
    .diamond__item--rotate.diamond__item--color-blackblue:hover .diamond__img {
      border-color: #001738; }
    .diamond__item--rotate.diamond__item--color-black:hover .diamond__img {
      border-color: #000; }
    .diamond__item--rotate.diamond__item--color-white:hover .diamond__img {
      border-color: #fff; }
    .diamond__item.diamond__item-shop {
      left: auto;
      right: auto;
      top: auto; }
      .diamond__item.diamond__item-shop .diamond__img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block !important; }
      .diamond__item.diamond__item-shop:nth-child(1) {
        top: 0;
        left: 70px; }
      .diamond__item.diamond__item-shop:nth-child(2) {
        top: 143px;
        left: 0; }
      .diamond__item.diamond__item-shop:nth-child(3) {
        top: 286px;
        left: 70px; }
      .diamond__item.diamond__item-shop:nth-child(4) {
        top: 0;
        right: 70px; }
      .diamond__item.diamond__item-shop:nth-child(5) {
        top: 143px;
        right: 0; }
      .diamond__item.diamond__item-shop:nth-child(6) {
        top: 286px;
        right: 70px; }
      .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) {
        z-index: 4; }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) .diamond__img--overlay {
          border: 0; }
          .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) .diamond__img--overlay .inner {
            border-radius: 15px;
            background-color: #003b8f;
            color: transparent;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            opacity: 0;
            transition: opacity .3s ease; }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center):hover .diamond__img--overlay .inner {
          opacity: .85; }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center):hover .text-add {
          opacity: 1; }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) .text-add {
          position: absolute;
          z-index: 1;
          opacity: 0;
          left: 0;
          bottom: 0;
          color: #ffffff;
          padding: 0 35px 55px; }
          .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) .text-add .desc {
            color: rgba(255, 255, 255, 0.53);
            text-decoration: underline; }
          @media only screen and (max-width: 375px) {
            .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) .text-add {
              padding: 0 15px 55px; } }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center).active .text-add {
          opacity: 0; }
        .diamond__item.diamond__item-shop:not(.diamond__item-shop--center).active .diamond__img--overlay {
          z-index: 2; }
          .diamond__item.diamond__item-shop:not(.diamond__item-shop--center).active .diamond__img--overlay .inner {
            background-color: #8dd117;
            opacity: .95; }
        @media only screen and (max-width: 480px) {
          .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) {
            display: inline-block; } }
        @media only screen and (max-width: 375px) {
          .diamond__item.diamond__item-shop:not(.diamond__item-shop--center) {
            width: 130px;
            height: 130px; } }
      .diamond__item.diamond__item-shop--center {
        top: 67px; }
      @media only screen and (max-width: 767px) {
        .diamond__item.diamond__item-shop:nth-child(1), .diamond__item.diamond__item-shop:nth-child(3) {
          left: 0; }
        .diamond__item.diamond__item-shop:nth-child(2) {
          left: -50px; }
        .diamond__item.diamond__item-shop:nth-child(4), .diamond__item.diamond__item-shop:nth-child(6) {
          right: 0; }
        .diamond__item.diamond__item-shop:nth-child(5) {
          right: -50px; } }
      @media only screen and (max-width: 480px) {
        .diamond__item.diamond__item-shop {
          position: relative;
          left: auto !important;
          right: auto !important;
          top: auto !important; } }
    .diamond__item-shop {
      width: 179px;
      height: 179px; }
      .diamond__item-shop--center {
        position: relative;
        width: 327px;
        height: 327px;
        margin: 0 auto; }
        .diamond__item-shop--center .diamond__img {
          text-align: center;
          line-height: 327px; }
          .diamond__item-shop--center .diamond__img img {
            position: relative;
            z-index: 1;
            width: auto;
            vertical-align: middle; }
          .diamond__item-shop--center .diamond__img--overlay {
            background-color: #E3001D;
            border: 0; }
        @media only screen and (max-width: 375px) {
          .diamond__item-shop--center {
            width: 250px;
            height: 250px; }
            .diamond__item-shop--center .diamond__img {
              line-height: 250px; } }
    @media only screen and (max-width: 1199px) {
      .diamond__item:not(.diamond__item-shop) {
        width: 325px;
        height: 245px; } }
    @media only screen and (max-width: 991px) {
      .diamond__item:not(.diamond__item-shop) {
        position: relative;
        margin-bottom: 9.88%; }
        .diamond__item:not(.diamond__item-shop):nth-child(1), .diamond__item:not(.diamond__item-shop):nth-child(2), .diamond__item:not(.diamond__item-shop):nth-child(3), .diamond__item:not(.diamond__item-shop):nth-child(4), .diamond__item:not(.diamond__item-shop):nth-child(5), .diamond__item:not(.diamond__item-shop):nth-child(6), .diamond__item:not(.diamond__item-shop):nth-child(7), .diamond__item:not(.diamond__item-shop):nth-child(8) {
          left: 0;
          right: auto;
          top: auto;
          margin-left: 0; }
        .diamond__item:not(.diamond__item-shop):nth-child(even) {
          float: left; }
        .diamond__item:not(.diamond__item-shop):nth-child(odd) {
          float: right; } }
    @media only screen and (max-width: 767px) {
      .diamond__item:not(.diamond__item-shop) {
        width: 100%;
        height: auto;
        margin-bottom: 0; } }
  .diamond__bg {
    display: block;
    background: #000;
    width: 32.4%;
    height: 43.2%;
    position: absolute;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1; }
    .diamond__bg--left {
      top: 28.8%;
      left: 8.1%; }
    .diamond__bg--right {
      top: 28.8%;
      left: 60.21%; }
    .diamond__bg--img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      border-radius: 7px;
      transition: all .3s ease-in;
      top: 0;
      left: 0; }
    .diamond__bg:before {
      content: '';
      position: absolute;
      top: -7px;
      left: -7px;
      width: 108.5%;
      height: 108.5%;
      border-radius: 10px;
      transition: all .3s ease-in;
      background: #fff;
      box-sizing: content-box; }
    .diamond__bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      transition: all .3s ease-in;
      opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .diamond__bg {
        display: none; } }
  .diamond__img {
    position: absolute;
    top: 1.6%;
    left: 13.33%;
    width: 73.97%;
    height: 98.41%;
    box-sizing: border-box;
    z-index: 3; }
    .diamond__img img {
      width: 100%; }
    .diamond__img--overlay {
      width: 74%;
      height: 74%;
      position: absolute;
      top: 13%;
      left: 13%;
      border-radius: 15px;
      box-sizing: border-box;
      border: 5px solid transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .diamond__img {
        display: none; } }
  .diamond__splash {
    position: absolute;
    width: 100%;
    height: 134.3%;
    top: -18%;
    left: 0;
    z-index: 2;
    -webkit-transform-origin: center;
            transform-origin: center;
    transition: all 0.5s cubic-bezier(0.8, 0.49, 0.45, 1.91);
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
    @media only screen and (max-width: 767px) {
      .diamond__splash {
        display: none; } }
  .diamond__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3; }
  .diamond-shop {
    position: relative;
    height: 465px;
    max-width: 870px;
    margin: 35px auto; }
    .diamond-shop__line {
      position: absolute;
      width: 237px;
      height: 237px;
      border: 6px solid;
      border-radius: 15px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .diamond-shop__line--top {
        top: 75px;
        border-color: #E1EBF8 #E1EBF8 transparent transparent; }
      .diamond-shop__line--bottom {
        bottom: 75px;
        border-color: transparent transparent #E1EBF8 #E1EBF8; }
      .diamond-shop__line--left {
        left: 135px; }
      .diamond-shop__line--right {
        right: 135px; }
      @media only screen and (max-width: 480px) {
        .diamond-shop__line {
          display: none; } }
    @media only screen and (max-width: 480px) {
      .diamond-shop {
        height: auto;
        clear: both; } }
  @media only screen and (max-width: 991px) {
    .diamond {
      height: auto;
      margin-top: 70px; }
      .diamond:before, .diamond:after {
        content: " ";
        display: table; }
      .diamond:after {
        clear: both; } }
  @media only screen and (max-width: 767px) {
    .diamond {
      margin-bottom: 50px; } }

.offers {
  width: 100%;
  margin-bottom: 45px; }
  .offers__body {
    border-radius: 10px;
    border: 1px solid #003b8f;
    padding: 5px; }
    .offers__body--not-slick .slick-prev-custom,
    .offers__body--not-slick .slick-next-custom {
      display: none !important; }
    .offers__body--type2 {
      border-radius: 5px;
      border: 0;
      padding: 0;
      overflow: hidden; }
  .offers__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .offers__item img {
      width: 100%; }
  .offers__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    padding: 40px 20px 21px;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    background-image: linear-gradient(to bottom, transparent 0%, black 100%); }
    @media only screen and (max-width: 767px) {
      .offers__desc {
        font-size: 19px;
        line-height: 21px; } }
  .offers--m2 {
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .offers {
      margin-bottom: 25px; } }

.title {
  color: #003b8f;
  font-size: 33px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  display: inline-block; }
  .title__head {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 15px; }
    .title__head--flex-start {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .title__head--flex-start .text-link {
        margin-left: 19px; }
      @media only screen and (max-width: 767px) {
        .title__head--flex-start {
          padding-bottom: 25px; } }
    .title__head--m-0 {
      margin-top: 0;
      margin-bottom: 0; }
    .title__head .text-link {
      position: relative;
      top: -2px; }
      @media only screen and (max-width: 767px) {
        .title__head .text-link {
          margin-left: 0;
          top: auto !important;
          position: absolute;
          right: 0;
          bottom: 0; } }
    .title__head--big .text-link {
      top: -3px; }
    .title__head--line {
      overflow: hidden; }
      .title__head--line .title::after {
        content: "";
        position: absolute;
        left: 100%;
        margin-left: 20px;
        bottom: 15px;
        height: 0;
        width: 1000px;
        border-bottom: 1px dashed currentColor; }
    @media only screen and (max-width: 767px) {
      .title__head {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media only screen and (max-width: 767px) {
      .title__head {
        padding-bottom: 25px; } }
  .title__big {
    text-align: center;
    color: #003b8f;
    font-size: 40px;
    padding-top: 48px;
    padding-bottom: 11px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300; }
    .title__big--bluepattern {
      position: relative;
      background: url("../img/others/firework.jpg") no-repeat;
      background-size: cover;
      color: #fff;
      padding-bottom: 7px; }
      .title__big--bluepattern::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent; }
      .title__big--bluepattern span {
        position: relative; }
      .title__big--bluepattern--yellow::before {
        background: rgba(252, 205, 4, 0.9); }
      .title__big--bluepattern--orange::before {
        background: rgba(255, 125, 9, 0.9); }
      .title__big--bluepattern--green::before {
        background: rgba(141, 209, 23, 0.9); }
      .title__big--bluepattern--purple::before {
        background: rgba(184, 89, 220, 0.9); }
      .title__big--bluepattern--red::before {
        background: rgba(226, 0, 26, 0.9); }
      .title__big--bluepattern--red2::before {
        background: rgba(224, 0, 26, 0.9); }
      .title__big--bluepattern--pink::before {
        background: rgba(250, 71, 218, 0.9); }
      .title__big--bluepattern--blue::before {
        background: rgba(22, 91, 187, 0.9); }
      .title__big--bluepattern--blue2::before {
        background: rgba(32, 96, 184, 0.9); }
      .title__big--bluepattern--lightblue::before {
        background: rgba(20, 228, 218, 0.9); }
      .title__big--bluepattern--lightblue2::before {
        background: rgba(5, 215, 205, 0.9); }
      .title__big--bluepattern--lightblue3::before {
        background: rgba(185, 205, 231, 0.9); }
      .title__big--bluepattern--darkblue::before {
        background: rgba(0, 59, 143, 0.9); }
      .title__big--bluepattern--blackblue::before {
        background: rgba(0, 23, 56, 0.9); }
      .title__big--bluepattern--black::before {
        background: rgba(0, 0, 0, 0.9); }
      .title__big--bluepattern--white::before {
        background: rgba(255, 255, 255, 0.9); }
      .title__big--bluepattern--yellow {
        text-shadow: 0 0 5px #b18f00; }
    .title__big--text-left {
      text-align: left; }
    .title__big--p-0 {
      padding-top: 0;
      padding-bottom: 0; }
    .title__big--pt-0 {
      padding-top: 0; }
    .title__big--p-b2 {
      padding-bottom: 40px; }
    .title__big--p-b3 {
      padding-bottom: 25px; }
    .title__big--size2 {
      font-size: 62px; }
    .title__big--size3 {
      font-size: 48px; }
    @media only screen and (max-width: 767px) {
      .title__big, .title__big--size2, .title__big--size3 {
        font-size: 27px; } }
  .title__small {
    text-align: center;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 25px;
    color: #6386b8;
    margin-top: 15px;
    margin-bottom: 15px; }
    .title__small--size2 {
      font-size: 30px; }
    .title__small--size3 {
      font-size: 22px; }
    .title__small--size4 {
      font-size: 60px; }
    @media only screen and (max-width: 767px) {
      .title__small--size4 {
        font-size: 30px; } }
  .title__arrows {
    position: relative; }
    .title__arrows__abs {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .title__arrows__abs .container {
        height: 100%; }
      @media only screen and (max-width: 767px) {
        .title__arrows__abs {
          display: none;
          position: relative;
          padding-top: 12px;
          padding-bottom: 10px;
          border-bottom: 1px solid #2060b8; } }
    .title__arrows .icon-png__title-arrow {
      margin-top: 28px; }
      .title__arrows .icon-png__title-arrow--left {
        float: left; }
      .title__arrows .icon-png__title-arrow--right {
        float: right; }
      @media only screen and (max-width: 767px) {
        .title__arrows .icon-png__title-arrow {
          margin-top: 0; } }
  .title.green {
    color: #75b800; }
  .title--mb {
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .title {
      font-size: 27px; } }
  .title.green {
    display: inline-block;
    width: auto !important;
  }

.slick-prev-custom {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 32px;
  background-color: transparent;
  background-image: url("../img/offer-nav.png");
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  background-position: 0 0;
  cursor: pointer;
  left: 0;
  transition: all .5s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left; }
  .slick-prev-custom-blue {
    background-image: url("../img/offer-nav-blue.png");
    left: 95px; }
    .slick-prev-custom-blue:hover {
      background-image: url(../img/offer-nav.png); }
    .slick-prev-custom-blue:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      background-image: url("../img/offer-nav-blue.png"); }
  .slick-prev-custom--type2 {
    width: 28px;
    height: 45px;
    left: 40px;
    margin-top: -22.5px;
    background-image: url("../img/icons/offer-nav2.png");
    background-position: 0 0; }
    @media only screen and (max-width: 480px) {
      .slick-prev-custom--type2 {
        display: none !important; } }

.slick-next-custom {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 32px;
  background-color: transparent;
  background-image: url("../img/offer-nav.png");
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  background-position: -32px 0;
  right: 0;
  transition: all .5s ease;
  -webkit-transform-origin: center right;
          transform-origin: center right; }
  .slick-next-custom-blue {
    background-image: url("../img/offer-nav-blue.png"); }
    .slick-next-custom-blue:hover {
      background-image: url(../img/offer-nav.png); }
    .slick-next-custom-blue:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      background-image: url("../img/offer-nav-blue.png"); }
  .slick-next-custom--type2 {
    width: 28px;
    height: 45px;
    right: 40px;
    margin-top: -22.5px;
    background-image: url("../img/icons/offer-nav2.png");
    background-position: -28px 0; }
    @media only screen and (max-width: 480px) {
      .slick-next-custom--type2 {
        display: none !important; } }

.slick-left-custom {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 32px;
  background-color: transparent;
  background-image: url("../img/offer-nav.png");
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  background-position: 0 0;
  cursor: pointer;
  left: 0;
  transition: all .5s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left; }
  .slick-left-custom-blue {
    background-image: url("../img/offer-nav-blue.png");
    left: 95px; }
    .slick-left-custom-blue:hover {
      background-image: url(../img/offer-nav.png); }
    .slick-left-custom-blue:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      background-image: url("../img/offer-nav-blue.png"); }

.slick-right-custom {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 32px;
  background-color: transparent;
  background-image: url("../img/offer-nav.png");
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  background-position: -32px 0;
  right: 0;
  transition: all .5s ease;
  -webkit-transform-origin: center right;
          transform-origin: center right; }
  .slick-right-custom-blue {
    background-image: url("../img/offer-nav-blue.png"); }
    .slick-right-custom-blue:hover {
      background-image: url(../img/offer-nav.png); }
    .slick-right-custom-blue:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      background-image: url("../img/offer-nav-blue.png"); }

.slick-prev-custom-2 {
  padding: 0;
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  margin-left: -585px;
  height: 51px;
  width: 50px;
  background: url("../img/banner-nav.png") no-repeat;
  border: none;
  color: transparent;
  background-position: 0 0;
  cursor: pointer; }
  .slick-prev-custom-2:hover {
    background-position: 0 0; }
  .slick-prev-custom-2--s1 {
    background-position: 0 -102px; }
    .slick-prev-custom-2--s1:hover {
      background-position: 0 -102px; }
  @media only screen and (max-width: 1199px) {
    .slick-prev-custom-2 {
      left: 15px;
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .slick-prev-custom-2 {
      top: 15px; } }
  @media only screen and (max-width: 767px) {
    .slick-prev-custom-2 {
      display: none !important; } }

.slick-next-custom-2 {
  padding: 0;
  font-size: 0;
  position: absolute;
  z-index: 1;
  height: 51px;
  top: 30px;
  left: 50%;
  margin-left: 535px;
  width: 50px;
  background: url("../img/banner-nav.png") no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  background-position: -50px 0; }
  .slick-next-custom-2:hover {
    background-position: -50px 0; }
  .slick-next-custom-2--s1 {
    background-position: -50px -102px; }
    .slick-next-custom-2--s1:hover {
      background-position: -50px -102px; }
  @media only screen and (max-width: 1199px) {
    .slick-next-custom-2 {
      left: auto;
      right: 15px;
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .slick-next-custom-2 {
      top: 15px; } }
  @media only screen and (max-width: 767px) {
    .slick-next-custom-2 {
      display: none !important; } }

.big-offer {
  position: relative;
  background: #fff;
  padding-top: 20px;
  overflow: hidden; }
  .big-offer:after {
    content: '';
    clear: both;
    display: table; }
  .big-offer .title {
    width: 100%;
    position: relative;
    z-index: 2; }
  .big-offer__list {
    list-style: none;
    width: 257px;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px; }
    .big-offer__list li {
      position: relative;
      margin-bottom: 15px; }
    .big-offer__list li.slick-active .span-body {
      -webkit-animation-name: big-offer-span;
              animation-name: big-offer-span;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }
    .big-offer__list li.slick-active a.big-offer__item {
      font-family: "PFDinTextCondPro-Medium";
      font-weight: 500; }
      .big-offer__list li.slick-active a.big-offer__item:after {
        background: transparent;
        border: 1px solid #003b8f; }
      @media only screen and (max-width: 767px) {
        .big-offer__list li.slick-active a.big-offer__item {
          font-family: "PFDinTextCondPro-Regular";
          font-weight: 400; } }
    .big-offer__list li.slick-active span.big-offer__item {
      -webkit-animation-name: big-offer-span2;
              animation-name: big-offer-span2;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }
    @media only screen and (max-width: 991px) {
      .big-offer__list {
        width: 100%;
        float: none; }
        .big-offer__list:before, .big-offer__list:after {
          content: " ";
          display: table; }
        .big-offer__list:after {
          clear: both; }
        .big-offer__list li {
          float: left;
          width: 50%; } }
    @media only screen and (max-width: 767px) {
      .big-offer__list li {
        width: 100%; } }
  .big-offer__item {
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 22px;
    color: #165bbb;
    line-height: 1.1;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 0 5px 30px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .big-offer__item:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 7px;
      display: block;
      width: 9px;
      height: 9px;
      background: transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition-duration: 1s; }
    .big-offer__item[data-color='yellow'] {
      border-color: #fccd04; }
    .big-offer__item[data-color='yellow']:after {
      background: #fccd04; }
    .big-offer__item--not-border[data-color='yellow'] {
      border-color: transparent; }
    .big-offer__item[data-color='orange'] {
      border-color: #ff7d09; }
    .big-offer__item[data-color='orange']:after {
      background: #ff7d09; }
    .big-offer__item--not-border[data-color='orange'] {
      border-color: transparent; }
    .big-offer__item[data-color='green'] {
      border-color: #8dd117; }
    .big-offer__item[data-color='green']:after {
      background: #8dd117; }
    .big-offer__item--not-border[data-color='green'] {
      border-color: transparent; }
    .big-offer__item[data-color='purple'] {
      border-color: #b859dc; }
    .big-offer__item[data-color='purple']:after {
      background: #b859dc; }
    .big-offer__item--not-border[data-color='purple'] {
      border-color: transparent; }
    .big-offer__item[data-color='red'] {
      border-color: #e2001a; }
    .big-offer__item[data-color='red']:after {
      background: #e2001a; }
    .big-offer__item--not-border[data-color='red'] {
      border-color: transparent; }
    .big-offer__item[data-color='red2'] {
      border-color: #E0001A; }
    .big-offer__item[data-color='red2']:after {
      background: #E0001A; }
    .big-offer__item--not-border[data-color='red2'] {
      border-color: transparent; }
    .big-offer__item[data-color='pink'] {
      border-color: #fa47da; }
    .big-offer__item[data-color='pink']:after {
      background: #fa47da; }
    .big-offer__item--not-border[data-color='pink'] {
      border-color: transparent; }
    .big-offer__item[data-color='blue'] {
      border-color: #165bbb; }
    .big-offer__item[data-color='blue']:after {
      background: #165bbb; }
    .big-offer__item--not-border[data-color='blue'] {
      border-color: transparent; }
    .big-offer__item[data-color='blue2'] {
      border-color: #2060b8; }
    .big-offer__item[data-color='blue2']:after {
      background: #2060b8; }
    .big-offer__item--not-border[data-color='blue2'] {
      border-color: transparent; }
    .big-offer__item[data-color='lightblue'] {
      border-color: #14e4da; }
    .big-offer__item[data-color='lightblue']:after {
      background: #14e4da; }
    .big-offer__item--not-border[data-color='lightblue'] {
      border-color: transparent; }
    .big-offer__item[data-color='lightblue2'] {
      border-color: #05D7CD; }
    .big-offer__item[data-color='lightblue2']:after {
      background: #05D7CD; }
    .big-offer__item--not-border[data-color='lightblue2'] {
      border-color: transparent; }
    .big-offer__item[data-color='lightblue3'] {
      border-color: #B9CDE7; }
    .big-offer__item[data-color='lightblue3']:after {
      background: #B9CDE7; }
    .big-offer__item--not-border[data-color='lightblue3'] {
      border-color: transparent; }
    .big-offer__item[data-color='darkblue'] {
      border-color: #003b8f; }
    .big-offer__item[data-color='darkblue']:after {
      background: #003b8f; }
    .big-offer__item--not-border[data-color='darkblue'] {
      border-color: transparent; }
    .big-offer__item[data-color='blackblue'] {
      border-color: #001738; }
    .big-offer__item[data-color='blackblue']:after {
      background: #001738; }
    .big-offer__item--not-border[data-color='blackblue'] {
      border-color: transparent; }
    .big-offer__item[data-color='black'] {
      border-color: #000; }
    .big-offer__item[data-color='black']:after {
      background: #000; }
    .big-offer__item--not-border[data-color='black'] {
      border-color: transparent; }
    .big-offer__item[data-color='white'] {
      border-color: #fff; }
    .big-offer__item[data-color='white']:after {
      background: #fff; }
    .big-offer__item--not-border[data-color='white'] {
      border-color: transparent; }
  .big-offer .span-body {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    left: 0; }
  .big-offer span.big-offer__item {
    color: #fff !important;
    width: 300px;
    height: 100%;
    border-color: transparent !important; }
    .big-offer span.big-offer__item a {
      color: #fff !important; }
    .big-offer span.big-offer__item:after {
      background: #fff !important; }
    .big-offer span.big-offer__item[data-color='yellow'] {
      background: #fccd04; }
    .big-offer span.big-offer__item--not-bg[data-color='yellow'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='yellow'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='yellow']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='orange'] {
      background: #ff7d09; }
    .big-offer span.big-offer__item--not-bg[data-color='orange'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='orange'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='orange']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='green'] {
      background: #8dd117; }
    .big-offer span.big-offer__item--not-bg[data-color='green'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='green'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='green']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='purple'] {
      background: #b859dc; }
    .big-offer span.big-offer__item--not-bg[data-color='purple'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='purple'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='purple']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='red'] {
      background: #e2001a; }
    .big-offer span.big-offer__item--not-bg[data-color='red'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='red'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='red']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='red2'] {
      background: #E0001A; }
    .big-offer span.big-offer__item--not-bg[data-color='red2'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='red2'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='red2']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='pink'] {
      background: #fa47da; }
    .big-offer span.big-offer__item--not-bg[data-color='pink'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='pink'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='pink']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='blue'] {
      background: #165bbb; }
    .big-offer span.big-offer__item--not-bg[data-color='blue'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blue'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blue']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='blue2'] {
      background: #2060b8; }
    .big-offer span.big-offer__item--not-bg[data-color='blue2'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blue2'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blue2']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='lightblue'] {
      background: #14e4da; }
    .big-offer span.big-offer__item--not-bg[data-color='lightblue'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='lightblue2'] {
      background: #05D7CD; }
    .big-offer span.big-offer__item--not-bg[data-color='lightblue2'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue2'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue2']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='lightblue3'] {
      background: #B9CDE7; }
    .big-offer span.big-offer__item--not-bg[data-color='lightblue3'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue3'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='lightblue3']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='darkblue'] {
      background: #003b8f; }
    .big-offer span.big-offer__item--not-bg[data-color='darkblue'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='darkblue'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='darkblue']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='blackblue'] {
      background: #001738; }
    .big-offer span.big-offer__item--not-bg[data-color='blackblue'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blackblue'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='blackblue']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='black'] {
      background: #000; }
    .big-offer span.big-offer__item--not-bg[data-color='black'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='black'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='black']:after {
        background: transparent !important; }
    .big-offer span.big-offer__item[data-color='white'] {
      background: #fff; }
    .big-offer span.big-offer__item--not-bg[data-color='white'] {
      background: transparent;
      color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='white'] a {
        color: transparent !important; }
      .big-offer span.big-offer__item--not-bg[data-color='white']:after {
        background: transparent !important; }
  .big-offer__body {
    max-height: 418px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 44px;
    margin-left: 316px; }
    .big-offer__body--not-slick .slick-prev-custom,
    .big-offer__body--not-slick .slick-next-custom {
      display: none !important; }
    .big-offer__body--type2 {
      max-height: 418px; }
    @media only screen and (max-width: 991px) {
      .big-offer__body {
        max-height: none;
        margin-left: 0; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .big-offer__body {
        height: 417px; } }
  .big-offer__overlay {
    position: absolute;
    width: 100%;
    padding-left: 316px;
    height: auto;
    max-height: 418px;
    overflow: hidden;
    top: 91px;
    right: 0;
    z-index: 1; }
    .big-offer__overlay .mask--bg {
      fill: #fff; }
    .big-offer__overlay .mask--small-2 {
      fill: none; }
    .big-offer__overlay .mask--big {
      fill: none; }
    .big-offer__overlay[data-color='yellow'] .mask--small-1 {
      fill: rgba(252, 205, 4, 0.8); }
    .big-offer__overlay[data-color='orange'] .mask--small-1 {
      fill: rgba(255, 125, 9, 0.8); }
    .big-offer__overlay[data-color='green'] .mask--small-1 {
      fill: rgba(141, 209, 23, 0.8); }
    .big-offer__overlay[data-color='purple'] .mask--small-1 {
      fill: rgba(184, 89, 220, 0.8); }
    .big-offer__overlay[data-color='red'] .mask--small-1 {
      fill: rgba(226, 0, 26, 0.8); }
    .big-offer__overlay[data-color='red2'] .mask--small-1 {
      fill: rgba(224, 0, 26, 0.8); }
    .big-offer__overlay[data-color='pink'] .mask--small-1 {
      fill: rgba(250, 71, 218, 0.8); }
    .big-offer__overlay[data-color='blue'] .mask--small-1 {
      fill: rgba(22, 91, 187, 0.8); }
    .big-offer__overlay[data-color='blue2'] .mask--small-1 {
      fill: rgba(32, 96, 184, 0.8); }
    .big-offer__overlay[data-color='lightblue'] .mask--small-1 {
      fill: rgba(20, 228, 218, 0.8); }
    .big-offer__overlay[data-color='lightblue2'] .mask--small-1 {
      fill: rgba(5, 215, 205, 0.8); }
    .big-offer__overlay[data-color='lightblue3'] .mask--small-1 {
      fill: rgba(185, 205, 231, 0.8); }
    .big-offer__overlay[data-color='darkblue'] .mask--small-1 {
      fill: rgba(0, 59, 143, 0.8); }
    .big-offer__overlay[data-color='blackblue'] .mask--small-1 {
      fill: rgba(0, 23, 56, 0.8); }
    .big-offer__overlay[data-color='black'] .mask--small-1 {
      fill: rgba(0, 0, 0, 0.8); }
    .big-offer__overlay[data-color='white'] .mask--small-1 {
      fill: rgba(255, 255, 255, 0.8); }
    .big-offer__overlay svg {
      width: 100%;
      height: 100%; }
    .big-offer__overlay--type2 {
      max-height: 418px; }
    @media only screen and (max-width: 991px) {
      .big-offer__overlay {
        max-height: none;
        padding-left: 0;
        top: auto;
        bottom: 41px;
        right: auto;
        left: 0; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .big-offer__overlay {
        height: 418px; } }
  .big-offer .dots-container {
    width: 300px;
    float: left; }
    @media only screen and (max-width: 991px) {
      .big-offer .dots-container {
        width: 100%;
        float: none; } }
  .big-offer--title-head .title {
    width: auto; }
  .big-offer--not-bg {
    background: transparent; }
  .big-offer--not-hidden {
    overflow: visible; }

.best-offer {
  width: 100%;
  height: 317px;
  overflow: hidden; }
  .best-offer:hover .best-offer__desc {
    left: 0; }
  .best-offer__body {
    max-height: 249px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid transparent; }
    .best-offer__body img {
      border-radius: 10px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .best-offer__body img {
          width: 100%; } }
    .best-offer__body--border {
      max-height: 249px;
      border-color: #003b8f; }
    .best-offer__body--not-image {
      max-height: 249px;
      border-color: #AFC7E7; }
    @media only screen and (max-width: 767px) {
      .best-offer__body {
        max-height: none; } }
  .best-offer__desc {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 3px solid #fff;
    padding: 10px;
    left: -100%;
    transition: all .5s ease-in; }
  .best-offer__title {
    color: #003b8f;
    font-size: 22px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    text-decoration: none;
    margin-top: 10px; }
    .best-offer__title a {
      text-decoration: underline; }
  .best-offer .color-link {
    font-size: 22px;
    padding-left: 22px; }
    .best-offer .color-link:before {
      left: 2px;
      top: 9px; }
  .best-offer__parent {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color .5s ease, border-radius .5s ease; }
    .best-offer__parent .best-offer__title, .best-offer__parent .best-offer__title::before {
      transition: all .5s ease; }
    .best-offer__parent--load {
      transition: -webkit-transform 1.2s ease;
      transition: transform 1.2s ease;
      transition: transform 1.2s ease, -webkit-transform 1.2s ease;
      -webkit-transform: scale(0);
              transform: scale(0); }
      .best-offer__parent--load--active {
        -webkit-transform: scale(1);
                transform: scale(1); }
    .best-offer__parent:hover {
      background-color: #F7FBFF;
      box-shadow: 0 3px 7px 0 #d6d6d6; }
      @media only screen and (max-width: 767px) {
        .best-offer__parent:hover {
          background-color: transparent;
          box-shadow: none; } }
    .best-offer__parent::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -13px;
      margin-left: -21px;
      width: 42px;
      height: 19px;
      background: url("../img/pat4-arrow.png") 0 0 no-repeat;
      opacity: 0;
      transition: all .3s ease; }
  @media only screen and (min-width: 768px) {
    .best-offer--active {
      background-color: #003b8f !important;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .best-offer--active::after {
        opacity: 1;
        bottom: -3px; }
      .best-offer--active .best-offer__title {
        color: white; }
        .best-offer--active .best-offer__title::before {
          background: white; }
      .best-offer--active .best-offer__body .btn {
        opacity: 0; }
      .best-offer--active .best-offer--not-height {
        padding-bottom: 21px; }
        .best-offer--active .best-offer--not-height .btn--darkblue {
          background: white;
          color: #003b8f; }
        .best-offer--active .best-offer--not-height .article, .best-offer--active .best-offer--not-height .article__ul {
          color: white; } }
  .best-offer__open {
    position: relative;
    display: none;
    width: auto;
    margin-left: -100%;
    margin-right: -100%;
    padding-top: 40px;
    margin-bottom: 37px; }
    .best-offer__open__abs {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../img/pat4.png"); }
      .best-offer__open__abs--left {
        right: 100%; }
      .best-offer__open__abs--right {
        left: 100%; }
    .best-offer__open > .container {
      opacity: 0;
      transition: all .5s ease .5s; }
    .best-offer__open__r-column {
      padding-right: 15px; }
    .best-offer__open__title {
      line-height: 1.1;
      margin-top: -8px;
      padding-top: 0; }
      @media only screen and (max-width: 991px) {
        .best-offer__open__title {
          margin-top: 20px; } }
    .best-offer__open__btn {
      margin-bottom: 25px; }
      .best-offer__open__btn > * {
        vertical-align: top; }
      .best-offer__open__btn .btn--cart-add {
        width: 182px; }
        .best-offer__open__btn .btn--cart-add:hover {
          background: #8dd117;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
        .best-offer__open__btn .btn--cart-add:focus {
          background: white;
          box-shadow: none; }
        .best-offer__open__btn .btn--cart-add::after {
          content: "";
          opacity: 0;
          position: absolute;
          left: 20px;
          top: 50%;
          margin-top: -13.5px;
          width: 27px;
          height: 27px;
          background: url("../img/icons/btn-cart-add.png") 0 0 no-repeat;
          transition: all .5s ease .2s; }
        .best-offer__open__btn .btn--cart-add--active {
          background: white !important;
          border-color: white !important;
          color: #2060b8 !important;
          box-shadow: none !important;
          padding-left: 55px; }
          .best-offer__open__btn .btn--cart-add--active::before {
            border-color: #2060b8; }
          .best-offer__open__btn .btn--cart-add--active::after {
            opacity: 1; }
    .best-offer__open__price {
      display: inline-block;
      margin-left: 10px;
      font-size: 50px;
      font-weight: 400;
      line-height: 1.1; }
      .best-offer__open__price span {
        position: relative;
        top: -10px;
        font-size: 20px;
        font-family: "PFDinTextCondPro-Light";
        font-weight: 300; }
        .best-offer__open__price span:first-child {
          margin-right: 1px; }
        .best-offer__open__price span:last-child {
          margin-left: 6px; }
    .best-offer__open__print {
      margin-top: 60px; }
      @media only screen and (max-width: 1199px) {
        .best-offer__open__print {
          margin-top: 20px; } }
    .best-offer__open .big-offer {
      overflow: visible; }
    .best-offer__open--active > .container {
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      .best-offer__open {
        display: none !important; } }
  .best-offer__label {
    position: absolute;
    right: 10px;
    top: 10px; }
  .best-offer__btn {
    min-height: 100px;
    margin-bottom: 11px; }
    .best-offer__btn .btn {
      margin-top: 3px; }
  .best-offer__text {
    padding-left: 22px; }
  .best-offer__btn-more {
    display: none;
    text-align: right;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .best-offer__btn-more {
        display: block; } }
  .best-offer--not-height {
    height: auto;
    transition: all .5s ease; }
    .best-offer--not-height .best-offer__title {
      max-height: 50px;
      overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .best-offer {
      height: auto;
      padding-bottom: 20px; } }

.report {
  width: 100%;
  height: 284px;
  overflow: hidden; }
  .report:hover .report__desc {
    left: 0; }
  .report__body {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .report__body img {
      border-radius: 10px;
      display: block;
      width: 100%; }
  .report__desc {
    position: absolute;
    top: 0;
    background: rgba(22, 91, 187, 0.7);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 3px solid #165bbb;
    color: #fff;
    padding: 10px;
    left: -100%;
    transition: all .5s ease-in;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4; }
  .report__date {
    font-size: 16px;
    font-weight: 400;
    color: #003b8f;
    margin-top: 10px;
    margin-bottom: 1px; }
    .report__date .btn {
      margin-left: 5px;
      padding-top: 2px;
      padding-bottom: 2px; }
    @media only screen and (max-width: 991px) {
      .report__date {
        text-align: center; }
        .report__date .btn {
          display: block;
          width: 100%;
          margin-left: 0;
          margin-top: 5px; } }
  .report .color-link {
    color: #003b8f;
    font-size: 22px;
    margin-left: 2px; }
    .report .color-link::before {
      top: 8px; }
  .report--leftside {
    height: 215px; }
    .report--leftside .report__body {
      height: 150px; }
  @media only screen and (max-width: 991px) {
    .report {
      height: auto; } }

.feedbacks {
  border-radius: 15px;
  border-bottom: none;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  height: 307px;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 20px;
  color: #001738;
  background-size: 100% 100%;
  margin-top: -17px;
  margin-bottom: 43px; }
  .feedbacks__parent--load {
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    -webkit-transform: scale(0);
            transform: scale(0); }
    .feedbacks__parent--load--active {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .feedbacks__item {
    max-height: 205px;
    overflow: hidden; }
    .feedbacks__item:after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (max-width: 767px) {
      .feedbacks__item {
        max-height: none; } }
  .feedbacks__title {
    font-size: 22px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
    width: calc(100% - 150px); }
    .feedbacks__title--s1 {
      width: calc(100% - 240px); }
      @media only screen and (max-width: 1199px) {
        .feedbacks__title--s1 {
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .feedbacks__title {
        width: 100%; } }
  .feedbacks__text {
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 18px;
    display: block;
    box-sizing: border-box; }
    .feedbacks__text.pull-left, .feedbacks__text.pull-right {
      width: calc(100% - 150px); }
    .feedbacks__text.pull-left {
      padding-right: 20px; }
    .feedbacks__text.pull-right {
      padding-left: 20px; }
    .feedbacks__text .feedbacks__title {
      margin-top: -5px; }
    @media only screen and (max-width: 767px) {
      .feedbacks__text.pull-left, .feedbacks__text.pull-right {
        width: 100%; }
      .feedbacks__text.pull-left {
        padding-right: 0; }
      .feedbacks__text.pull-right {
        padding-left: 0; } }
    .feedbacks__text--s1.pull-left, .feedbacks__text--s1.pull-right {
      width: calc(100% - 240px); }
    @media only screen and (max-width: 1199px) {
      .feedbacks__text--s1.pull-left, .feedbacks__text--s1.pull-right {
        width: 100%; } }
  .feedbacks__pin {
    height: 205px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #cbcbcb; }
    .feedbacks__pin:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 42px;
      height: 44px;
      background: url("../img/scale.png") no-repeat; }
    .feedbacks__pin.pull-left, .feedbacks__pin.pull-right {
      width: 150px; }
    .feedbacks__pin--small {
      border: none; }
      .feedbacks__pin--small:before {
        display: none;
        height: 168px; }
      .feedbacks__pin--small img {
        height: 100px;
        border: 1px solid #cbcbcb;
        margin-bottom: 10px; }
    .feedbacks__pin--s1.pull-left, .feedbacks__pin--s1.pull-right {
      width: 240px;
      height: 205px;
      border: none;
      top: 0;
      left: 0;
      overflow: visible; }
      .feedbacks__pin--s1.pull-left:before, .feedbacks__pin--s1.pull-right:before {
        display: none; }
    .feedbacks__pin--s1 .diamond__item {
      top: 25px;
      left: 15px;
      width: 203px;
      height: 152px; }
      .feedbacks__pin--s1 .diamond__item--color-green .diamond__img {
        background: #75B800; }
    .feedbacks__pin--s1 .diamond__img {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 15px; }
    .feedbacks__pin--s1 .diamond__text {
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300;
      margin-top: -7px; }
    .feedbacks__pin--s1 .diamond__splash {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 1; }
      .feedbacks__pin--s1 .diamond__splash .st0 {
        fill: #dbe9f6; }
    @media only screen and (max-width: 1199px) {
      .feedbacks__pin--s1 {
        display: none; } }
    .feedbacks__pin .fancy.green {
      color: #75b800;
      font-size: 18px;
      line-height: 1; }
    @media only screen and (max-width: 767px) {
      .feedbacks__pin {
        display: none; } }
  .feedbacks__btn-more {
    margin-top: 9px; }
    .feedbacks__btn-more.btn {
      font-size: 18px;
      padding: 3px 11px; }
    .feedbacks__btn-more--m2 {
      margin-top: 18px; }
  .feedbacks .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    list-style: none;
    margin-bottom: 17px; }
    .feedbacks .slick-dots li {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: #003b8f;
      margin: 6px;
      cursor: pointer;
      border: 2px solid #fff;
      transition: all .2s ease-in; }
      .feedbacks .slick-dots li.slick-active {
        border: 2px solid #003b8f; }
  .feedbacks--blue {
    background: url("../img/recall4.png") no-repeat;
    background-size: 100% 100%; }
    .feedbacks--blue .slick-dots li {
      background: #003b8f; }
      .feedbacks--blue .slick-dots li.slick-active {
        border: 2px solid #003b8f; }
    .feedbacks--blue--s1 {
      background: url("../img/recall6.png") no-repeat;
      background-size: 100% 100%; }
    .feedbacks--blue--type2 {
      background: url("../img/recall9.png") no-repeat;
      background-size: 100% auto; }
      @media only screen and (max-width: 1199px) {
        .feedbacks--blue--type2 {
          background-size: 100% 100%;
          height: 241px; } }
    @media only screen and (max-width: 767px) {
      .feedbacks--blue {
        background: none;
        border: 1px solid #003b8f; }
        .feedbacks--blue::before {
          content: "";
          position: absolute;
          background-color: white;
          left: 30px;
          top: -11px;
          width: 20px;
          height: 20px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          border-top: 1px solid #003b8f;
          border-right: 1px solid #003b8f; } }
  .feedbacks--green {
    background: url("../img/recall5.png") no-repeat;
    background-size: 100% 100%; }
    .feedbacks--green .slick-dots li {
      background: #75B800; }
      .feedbacks--green .slick-dots li.slick-active {
        border: 2px solid #75B800; }
    .feedbacks--green--s1 {
      background: url("../img/recall7.png") no-repeat;
      background-size: 100% 100%; }
    .feedbacks--green--type2 {
      background: url("../img/recall8.png") no-repeat;
      background-size: 100% auto; }
      @media only screen and (max-width: 1199px) {
        .feedbacks--green--type2 {
          background-size: 100% 100%;
          height: 241px; } }
    @media only screen and (max-width: 767px) {
      .feedbacks--green {
        background: none;
        border: 1px solid #75B800; }
        .feedbacks--green::before {
          content: "";
          position: absolute;
          background-color: white;
          left: 30px;
          top: -11px;
          width: 20px;
          height: 20px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          border-top: 1px solid #75B800;
          border-right: 1px solid #75B800; } }
  .feedbacks--not-title-head {
    margin-top: 44px; }
    @media only screen and (max-width: 991px) {
      .feedbacks--not-title-head {
        margin-top: 0; } }
  .feedbacks--border {
    height: auto;
    background: none;
    border: 1px solid transparent;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
    .feedbacks--border .feedbacks__item {
      max-height: none; }
    .feedbacks--border .feedbacks__title {
      width: 100%; }
    .feedbacks--border .feedbacks__pin {
      height: auto; }
      .feedbacks--border .feedbacks__pin .green {
        font-size: 18px;
        line-height: 1.25; }
      .feedbacks--border .feedbacks__pin--small img {
        margin-bottom: 7px; }
    .feedbacks--border.feedbacks--blue {
      border-color: #003b8f; }
    .feedbacks--border.feedbacks--green {
      border-color: #8dd117; }
    @media only screen and (max-width: 991px) {
      .feedbacks--border .feedbacks__text.pull-left, .feedbacks--border .feedbacks__text.pull-right {
        width: 100%; }
      .feedbacks--border .feedbacks__text.pull-left {
        padding-right: 0; }
      .feedbacks--border .feedbacks__text.pull-right {
        padding-left: 0; }
      .feedbacks--border .feedbacks__pin.pull-left, .feedbacks--border .feedbacks__pin.pull-right {
        width: 100%; }
        .feedbacks--border .feedbacks__pin.pull-left .fancy, .feedbacks--border .feedbacks__pin.pull-right .fancy {
          display: none; }
      .feedbacks--border .feedbacks__btn-more.btn {
        margin-top: 18px; } }
    @media only screen and (max-width: 767px) {
      .feedbacks--border .feedbacks__pin {
        display: block; } }
  @media only screen and (max-width: 767px) {
    .feedbacks {
      background-color: white;
      height: auto;
      margin-top: 0;
      margin-bottom: 25px; } }

.address {
  color: #003b8f;
  font-size: 19px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  text-align: center; }

.footer {
  padding-top: 34px;
  background: #f7fbff; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .footer__row--m-t-1 {
      margin-top: 27px; }
      @media only screen and (max-width: 767px) {
        .footer__row--m-t-1 .footer__cell--width-2 {
          width: 100% !important; }
          .footer__row--m-t-1 .footer__cell--width-2:first-child {
            padding-right: 0 !important;
            padding-bottom: 15px; } }
    @media only screen and (max-width: 1199px) {
      .footer__row {
        display: block; }
        .footer__row:before, .footer__row:after {
          content: " ";
          display: table; }
        .footer__row:after {
          clear: both; } }
    @media only screen and (max-width: 767px) {
      .footer__row:nth-child(2) .footer__cell--width-2 {
        display: none;
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0; } }
  .footer__cell--width-1 {
    width: 265px; }
  .footer__cell--width-2 {
    width: 415px; }
  .footer__cell--width-3 {
    width: 865px; }
  @media only screen and (max-width: 1199px) {
    .footer__cell--width-1, .footer__cell--width-2 {
      width: 33.33333333333333%; } }
  @media only screen and (max-width: 991px) {
    .footer__cell--width-1 {
      width: 100%; }
    .footer__cell--width-2 {
      width: 50%; } }
  @media only screen and (max-width: 1199px) {
    .footer__cell {
      float: left; }
      .footer__cell:not(:last-child) {
        padding-right: 15px; }
      .footer__cell #vk_groups, .footer__cell #vk_groups iframe {
        width: 100% !important; } }
  @media only screen and (max-width: 991px) {
    .footer__cell:first-child {
      padding-right: 0; } }
  .footer-nav {
    width: 438px;
    padding-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top; }
    .footer-nav:last-child {
      margin-right: -15px; }
    .footer-nav--s2 {
      width: 880px; }
    .footer-nav--type2 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      padding-bottom: 23px; }
      .footer-nav--type2 .header-nav {
        width: auto;
        margin-top: 0 !important; }
    @media only screen and (max-width: 1199px) {
      .footer-nav {
        display: block;
        width: 33.33333333333333%; }
        .footer-nav:before, .footer-nav:after {
          content: " ";
          display: table; }
        .footer-nav:after {
          clear: both; }
        .footer-nav__cell {
          float: left;
          width: 50%; } }
    @media only screen and (max-width: 991px) {
      .footer-nav {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .footer-nav {
        width: 100%;
        padding-right: 0 !important; }
        .footer-nav:last-of-type {
          padding-top: 0; }
        .footer-nav .footer-nav__cell {
          width: 100%;
          text-align: center;
          /*&:not(:last-child) {
          padding-right: 15px;
        }*/ }
          .footer-nav .footer-nav__cell .color-link {
            display: inline-block;
            width: auto;
            padding-right: 5px; } }
  .footer .main-logo img {
    width: 100%; }
  .footer .main-logo--type2 {
    padding-top: 17px; }
  .footer .phone {
    font-size: 40px;
    display: block;
    text-align: left; }
    .footer .phone--font-s2 {
      line-height: 43px;
      font-size: 30px;
      margin-bottom: 5px; }
    @media only screen and (max-width: 1199px) {
      .footer .phone {
        text-align: center; } }
  .footer .address {
    margin-top: 20px;
    margin-bottom: 19px; }
    .footer .address--type2 {
      font-size: 21px;
      margin-top: 31px; }
  .footer .order {
    display: block; }
    .footer .order--type2 {
      text-decoration: none;
      font-size: 21px; }
  .footer .color-link {
    padding-bottom: 20px;
    display: block; }
  .footer .header-nav {
    margin-top: 10px; }
  .footer .search2 {
    margin-top: 19px; }
    .footer .search2__input.form-control {
      border-color: #D5E3F5;
      border-radius: 5px;
      padding: 5px 14px;
      font-size: 21px; }
    .footer .search2__btn.btn {
      right: 10px;
      top: 50%;
      margin-top: -8.5px;
      width: 17px;
      height: 17px;
      background-image: url("../img/icons/search2.png"); }
    @media only screen and (max-width: 991px) {
      .footer .search2 {
        margin-bottom: 15px; } }
  .footer .navLG {
    margin-top: 19px;
    margin-bottom: 17px; }
    @media only screen and (max-width: 1199px) {
      .footer .navLG {
        display: none; } }
  @media only screen and (max-width: 1199px) {
    .footer-nav__cell .color-link {
      width: 100%; } }
  @media only screen and (max-width: 1199px) {
    .footer {
      padding-bottom: 34px; } }
  @media only screen and (max-width: 1199px) {
    .footer--shop .footer__cell--width-1 {
      width: 33.33333333333333%; }
    .footer--shop .footer__cell--width-2 {
      width: 50%; }
    .footer--shop .footer__cell--width-3 {
      width: 66.66666666666667%; }
    .footer--shop .footer-nav--type2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto; } }
  @media only screen and (max-width: 991px) {
    .footer--shop .footer__cell--width-1, .footer--shop .footer__cell--width-3 {
      width: 100%; }
    .footer--shop .footer__cell--width-2:first-child {
      padding-right: 15px; }
    .footer--shop .footer-nav--type2 {
      width: 100%;
      padding-top: 23px; }
      .footer--shop .footer-nav--type2 .color-link {
        width: 50%; } }
  @media only screen and (max-width: 767px) {
    .footer--shop .footer-nav--type2 {
      padding-bottom: 0; } }

.insta {
  box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
  background: #fff;
  height: 250px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-right: 45px; }
  .insta__logo {
    width: 175px;
    height: 35px;
    background: url("../img/insta.png") no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 40px; }
  .insta .btn {
    padding: 4px 16px;
    border-radius: 2px;
    margin-top: 5px; }
  .insta__body {
    padding-left: 25px;
    padding-top: 15px; }

.copyright {
  background: #165bbb;
  width: 100%;
  font-size: 18px; }
  .copyright__text {
    color: #fff;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    padding: 0;
    margin: 0;
    width: 40%; }
    @media only screen and (max-width: 1199px) {
      .copyright__text {
        width: auto; } }
  .copyright__link {
    color: #fff;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    text-decoration: underline;
    margin-top: -23px;
    width: 40%;
    text-align: right; }
    .copyright__link img {
      position: relative;
      top: 11px;
      margin-left: 20px; }
    @media only screen and (max-width: 1199px) {
      .copyright__link {
        width: auto; } }
    @media only screen and (max-width: 991px) {
      .copyright__link {
        margin-top: 0;
        text-align: center; } }
  .copyright__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 1199px) {
      .copyright__body {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media only screen and (max-width: 991px) {
      .copyright__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
  .copyright__social {
    padding-top: 5px; }
    .copyright__social .icon {
      margin: 0 5px; }
  .copyright--shop {
    background: #8EC73D; }
    @media only screen and (max-width: 1199px) {
      .copyright--shop .copyright__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; }
      .copyright--shop .copyright__link {
        margin-top: 20px;
        text-align: center; }
      .copyright--shop .copyright__social {
        padding-top: 20px; } }

.search {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px; }
  .search__close {
    display: block;
    width: 40px;
    height: 41px;
    background: url("../img/close.png") no-repeat;
    float: right; }
  .search__input {
    width: calc(100% - 80px);
    background: #03377f;
    height: 41px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    color: #fff;
    padding: 12px 10px 10px 150px;
    box-sizing: border-box; }
  .search__label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    color: #fff; }
    .search__label img {
      vertical-align: middle;
      margin-right: 5px; }

.search2 {
  position: relative; }
  .search2__input.form-control {
    height: auto;
    padding: 0 30px 2px 0;
    border-color: transparent;
    border-bottom-color: #2060b8;
    border-radius: 0;
    box-shadow: none;
    font-size: 19px;
    color: #2060b8;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .search2__input.form-control::-webkit-input-placeholder {
      color: #2060b8; }
    .search2__input.form-control::-moz-placeholder {
      color: #2060b8; }
    .search2__input.form-control:-moz-placeholder {
      color: #2060b8; }
    .search2__input.form-control:-ms-input-placeholder {
      color: #2060b8; }
    .search2__input.form-control:focus {
      border-color: transparent;
      border-bottom-color: #2060b8;
      box-shadow: none; }
  .search2__btn.btn {
    position: absolute;
    right: 0;
    top: 8px;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url("../img/icons/search.png") 0 0 no-repeat;
    border: 0;
    padding: 0;
    font-size: 0; }
  .search2.search2--type-2 {
    display: block;
    width: 272px;
    margin: 43px 0 0 23px; }
    .search2.search2--type-2 .search2__input.form-control {
      background-color: #EAF2FB;
      border: 0;
      border-radius: 5px;
      padding: 5px 14px;
      font-size: 21px;
      box-shadow: inset 0 2px 2px 0 #DEE6EE; }
    .search2.search2--type-2 .search2__btn.btn {
      right: 10px;
      top: 50%;
      margin-top: -8.5px;
      width: 17px;
      height: 17px;
      background-image: url("../img/icons/search2.png"); }
    @media only screen and (max-width: 1199px) {
      .search2.search2--type-2 {
        width: auto;
        margin-right: 23px; } }
    @media only screen and (max-width: 767px) {
      .search2.search2--type-2 {
        display: none; } }

.text__h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  color: #003b8f; }

.text__p {
  font-size: 19px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  padding-bottom: 25px;
  color: #001738; }
  .text__p--special {
    color: #003b8f; }
  .text__p--type2 {
    font-size: 24px;
    font-weight: 400; }
  .text__p--type3 {
    font-size: 25px;
    font-family: "PFDinTextCondPro-Medium";
    font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .text__p, .text__p--type2 {
      font-size: 19px; } }

.text__ul {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  list-style: none; }

.text__li {
  font-weight: 400; }

.text__img {
  padding-right: 20px;
  padding-bottom: 20px; }

.banner {
  overflow: hidden; }
  .banner .dots__bg {
    background-image: linear-gradient(to bottom, transparent 0, #000 100%);
    height: 83px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .banner .dots__bg--type2 .banner__link {
      text-align: center; }
  .banner__item {
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .banner__item .container--table {
      display: table;
      margin-bottom: 104px;
      margin-top: 5px; }
      @media only screen and (max-width: 1199px) {
        .banner__item .container--table {
          margin-bottom: 25px; } }
    .banner__item--map {
      height: 603px; }
      @media only screen and (max-width: 767px) {
        .banner__item--map {
          height: auto !important; }
          .banner__item--map .container {
            padding-left: 0;
            padding-right: 0; }
          .banner__item--map #map {
            display: none; } }
    .banner__item--not-h {
      height: auto; }
    @media only screen and (max-width: 767px) {
      .banner__item {
        height: 480px; } }
  .banner__img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    width: auto !important; }
  .banner__title {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    top: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 400; }
    .banner__title--yellow {
      background: #fccd04;
      background: rgba(252, 205, 4, 0.9); }
    .banner__title--orange {
      background: #ff7d09;
      background: rgba(255, 125, 9, 0.9); }
    .banner__title--green {
      background: #8dd117;
      background: rgba(141, 209, 23, 0.9); }
    .banner__title--purple {
      background: #b859dc;
      background: rgba(184, 89, 220, 0.9); }
    .banner__title--red {
      background: #e2001a;
      background: rgba(226, 0, 26, 0.9); }
    .banner__title--red2 {
      background: #E0001A;
      background: rgba(224, 0, 26, 0.9); }
    .banner__title--pink {
      background: #fa47da;
      background: rgba(250, 71, 218, 0.9); }
    .banner__title--blue {
      background: #165bbb;
      background: rgba(22, 91, 187, 0.9); }
    .banner__title--blue2 {
      background: #2060b8;
      background: rgba(32, 96, 184, 0.9); }
    .banner__title--lightblue {
      background: #14e4da;
      background: rgba(20, 228, 218, 0.9); }
    .banner__title--lightblue2 {
      background: #05D7CD;
      background: rgba(5, 215, 205, 0.9); }
    .banner__title--lightblue3 {
      background: #B9CDE7;
      background: rgba(185, 205, 231, 0.9); }
    .banner__title--darkblue {
      background: #003b8f;
      background: rgba(0, 59, 143, 0.9); }
    .banner__title--blackblue {
      background: #001738;
      background: rgba(0, 23, 56, 0.9); }
    .banner__title--black {
      background: #000;
      background: rgba(0, 0, 0, 0.9); }
    .banner__title--white {
      background: #fff;
      background: rgba(255, 255, 255, 0.9); }
    .banner__title--black {
      background: #000;
      background: rgba(0, 0, 0, 0.4); }
  .banner__listblock {
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
    width: 340px; }
    .banner__listblock--dots {
      position: absolute;
      top: 120px;
      left: 50%;
      margin-left: -585px; }
      .banner__listblock--dots li {
        padding: 7px 35px 7px 15px;
        border-radius: 5px;
        cursor: pointer;
        color: #003b8f; }
        .banner__listblock--dots li.slick-active {
          background: #fccd04; }
          .banner__listblock--dots li.slick-active .color-link:before {
            background: #fff; }
  .banner__list {
    padding: 7px 35px 7px 15px; }
  .banner__thumb {
    color: #003b8f;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    display: table-cell;
    font-size: 20px;
    vertical-align: bottom;
    text-align: right;
    position: relative;
    margin-top: 90px;
    margin-right: 10px; }
    .banner__thumb--bigtext {
      font-size: 100px; }
    .banner__thumb--smalltext {
      font-size: 20px; }
      .banner__thumb--smalltext b {
        font-size: 60px;
        vertical-align: middle; }
    .banner__thumb .diamond__item {
      bottom: 60px;
      width: 450px;
      height: 338px;
      right: 0;
      top: auto;
      left: auto;
      text-align: center; }
      .banner__thumb .diamond__item--color-yellow .diamond__img {
        border: 1px solid #fccd04;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-orange .diamond__img {
        border: 1px solid #ff7d09;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-green .diamond__img {
        border: 1px solid #8dd117;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-purple .diamond__img {
        border: 1px solid #b859dc;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-red .diamond__img {
        border: 1px solid #e2001a;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-red2 .diamond__img {
        border: 1px solid #E0001A;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-pink .diamond__img {
        border: 1px solid #fa47da;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-blue .diamond__img {
        border: 1px solid #165bbb;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-blue2 .diamond__img {
        border: 1px solid #2060b8;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-lightblue .diamond__img {
        border: 1px solid #14e4da;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-lightblue2 .diamond__img {
        border: 1px solid #05D7CD;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-lightblue3 .diamond__img {
        border: 1px solid #B9CDE7;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-darkblue .diamond__img {
        border: 1px solid #003b8f;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-blackblue .diamond__img {
        border: 1px solid #001738;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-black .diamond__img {
        border: 1px solid #000;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--color-white .diamond__img {
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.9); }
      .banner__thumb .diamond__item--nobg .diamond__img {
        border: none;
        background: transparent; }
      .banner__thumb .diamond__item--small {
        width: 220px;
        height: 166px;
        position: relative;
        top: 0;
        left: 0; }
      .banner__thumb .diamond__item .diamond__img {
        border-radius: 15px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .banner__thumb .diamond__item .diamond__text {
        width: 100%;
        position: relative;
        top: 43px;
        left: 7px; }
      .banner__thumb .diamond__item .diamond__button {
        bottom: -30px; }
      .banner__thumb .diamond__item .diamond__splash .st0 {
        fill: white; }
    .banner__thumb .diamond__text {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      text-align: center; }
    .banner__thumb .diamond__splash {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .banner__thumb--middle {
      margin-top: 90px; }
    @media only screen and (max-width: 767px) {
      .banner__thumb {
        display: none; } }
  .banner__nav {
    display: table;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none; }
    .banner__nav li {
      display: table-cell; }
      .banner__nav li.slick-active .banner__link--yellow {
        background: #fccd04; }
      .banner__nav li.slick-active .banner__link--orange {
        background: #ff7d09; }
      .banner__nav li.slick-active .banner__link--green {
        background: #8dd117; }
      .banner__nav li.slick-active .banner__link--purple {
        background: #b859dc; }
      .banner__nav li.slick-active .banner__link--red {
        background: #e2001a; }
      .banner__nav li.slick-active .banner__link--red2 {
        background: #E0001A; }
      .banner__nav li.slick-active .banner__link--pink {
        background: #fa47da; }
      .banner__nav li.slick-active .banner__link--blue {
        background: #165bbb; }
      .banner__nav li.slick-active .banner__link--blue2 {
        background: #2060b8; }
      .banner__nav li.slick-active .banner__link--lightblue {
        background: #14e4da; }
      .banner__nav li.slick-active .banner__link--lightblue2 {
        background: #05D7CD; }
      .banner__nav li.slick-active .banner__link--lightblue3 {
        background: #B9CDE7; }
      .banner__nav li.slick-active .banner__link--darkblue {
        background: #003b8f; }
      .banner__nav li.slick-active .banner__link--blackblue {
        background: #001738; }
      .banner__nav li.slick-active .banner__link--black {
        background: #000; }
      .banner__nav li.slick-active .banner__link--white {
        background: #fff; }
      .banner__nav li.slick-active .banner__link--white {
        color: #003b8f; }
        .banner__nav li.slick-active .banner__link--white:after {
          background: #003b8f; }
  .banner__link {
    display: table-cell;
    color: #fff;
    font-size: 20px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    vertical-align: bottom;
    padding: 10px 18px 17px;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    .banner__link--white {
      color: #fff; }
    .banner__link:after {
      content: '';
      position: absolute;
      width: calc(100% - 36px);
      height: 3px;
      background: #fff;
      display: block;
      left: 18px;
      bottom: 10px; }
    .banner__link--yellow:hover:after {
      background: #fccd04; }
    .banner__link--orange:hover:after {
      background: #ff7d09; }
    .banner__link--green:hover:after {
      background: #8dd117; }
    .banner__link--purple:hover:after {
      background: #b859dc; }
    .banner__link--red:hover:after {
      background: #e2001a; }
    .banner__link--red2:hover:after {
      background: #E0001A; }
    .banner__link--pink:hover:after {
      background: #fa47da; }
    .banner__link--blue:hover:after {
      background: #165bbb; }
    .banner__link--blue2:hover:after {
      background: #2060b8; }
    .banner__link--lightblue:hover:after {
      background: #14e4da; }
    .banner__link--lightblue2:hover:after {
      background: #05D7CD; }
    .banner__link--lightblue3:hover:after {
      background: #B9CDE7; }
    .banner__link--darkblue:hover:after {
      background: #003b8f; }
    .banner__link--blackblue:hover:after {
      background: #001738; }
    .banner__link--black:hover:after {
      background: #000; }
    .banner__link--white:hover:after {
      background: #fff; }
    @media only screen and (max-width: 767px) {
      .banner__link {
        font-size: 18px; } }
  .banner__shopblock {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    display: table-cell;
    vertical-align: bottom;
    width: 340px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    color: #003b8f; }
    .banner__shopblock .text__p {
      color: #003b8f;
      padding-bottom: 0; }
      .banner__shopblock .text__p--special {
        font-size: 25px;
        font-weight: 400; }
      .banner__shopblock .text__p--price {
        font-size: 25px;
        font-family: "PFDinTextCondPro-Medium";
        font-weight: 500; }
      .banner__shopblock .text__p--type2 {
        padding-bottom: 10px; }
    .banner__shopblock .text-link {
      padding-top: 10px; }
      .banner__shopblock .text-link--type2 {
        font-family: "PFDinTextCondPro-Light";
        font-weight: 300;
        font-size: 21px;
        padding-top: 14px; }
    .banner__shopblock .btn {
      margin-right: 10px;
      margin-bottom: 10px; }
      .banner__shopblock .btn--type2 {
        font-family: "PFDinTextCondPro-Light";
        font-weight: 300;
        margin-right: 5px;
        margin-top: 8px;
        padding: 5px 15px; }
    @media only screen and (max-width: 767px) {
      .banner__shopblock {
        width: 100%; } }
  .banner .banner__list a {
    display: block; }
  .banner .banner__list:hover {
    background: #165bbb;
    color: #fff; }
  .banner__body--not-slick .slick-arrow,
  .banner__body--not-slick .banner__listblock {
    display: none !important; }
  @media only screen and (max-width: 1199px) {
    .banner__body .banner__item {
      height: auto; } }
  @media only screen and (max-width: 1199px) {
    .banner--type2 .dots__bg {
      position: relative;
      height: auto;
      background: #8dd117;
      padding-top: 15px;
      padding-bottom: 15px; }
    .banner--type2 .banner__nav {
      display: block; }
      .banner--type2 .banner__nav li {
        display: inline-block;
        vertical-align: top; } }
  @media only screen and (max-width: 991px) {
    .banner--type2 .banner__title {
      padding-top: 75px; } }
  @media only screen and (max-width: 767px) {
    .banner--type2 .banner__title {
      padding-top: 45px; } }

.lenta-slider__item {
  position: relative;
  width: 470px;
  height: 306px;
  overflow: hidden;
  margin: 7px; }
  @media only screen and (max-width: 767px) {
    .lenta-slider__item {
      height: 215px; } }

.lenta-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 2s ease; }
  .lenta-slider__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.lenta-slider--last {
  padding-bottom: 7px; }

.map {
  position: relative; }
  .map--s1 {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    margin-top: 16px;
    border: 1px solid #b9cde7; }
  .map #map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .map .btn {
    text-shadow: 0 0 5px #b18f00;
    box-shadow: 0 0 5px #b18f00;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    padding: 12px 24px; }
  .map .banner__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .map .banner__item .container--table {
      margin-top: 25px; }
    .map .banner__item .banner__thumb {
      vertical-align: middle; }
  .map .banner__title {
    position: relative;
    z-index: 1;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 25px;
    color: #003b8f;
    text-align: left; }
  .map .banner__listblock {
    width: 584px;
    position: relative;
    z-index: 1;
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 19px; }
    .map .banner__listblock .color-link:before {
      background: #fff; }
    @media only screen and (max-width: 767px) {
      .map .banner__listblock {
        width: 100%; } }
  .map .banner__list {
    margin-left: 30px;
    margin-right: 30px;
    color: #003b8f;
    padding: 12px 0 12px;
    font-size: 19px; }
    .map .banner__list:last-child {
      border-bottom: none; }
    .map .banner__list .banner__listblock {
      width: auto;
      padding-top: 0;
      padding-bottom: 0; }
      .map .banner__list .banner__listblock .banner__list {
        padding: 0;
        margin-left: 0;
        margin-right: 0; }
        .map .banner__list .banner__listblock .banner__list:not(:last-child) {
          margin-bottom: 10px; }
    .map .banner__list .phone {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .map .banner__list .phone {
          font-size: 40px; } }
  .map .banner__thumb {
    position: relative;
    display: inline-block;
    float: right;
    top: 90px; }
  .map .banner__link-underline {
    color: #165bbb;
    text-decoration: underline; }
  .map--desc {
    margin-top: 18px; }
    .map--desc .text__p {
      margin-bottom: 5px;
      padding-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .map--manager {
      margin-top: 20px; }
      .map--manager .content__item {
        width: 50%; }
      .map--manager .manager {
        margin-left: 0;
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .map--manager .content__item {
      width: 100%; }
      .map--manager .content__item:first-child {
        display: none; }
    .map--manager .manager {
      margin-top: 0; } }
  .map--shop .banner__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .map--shop .banner__title {
    font-family: "PFDinTextCondPro-Medium";
    text-transform: uppercase;
    padding-bottom: 23px; }
    @media only screen and (max-width: 320px) {
      .map--shop .banner__title {
        font-size: 21px; } }
  .map--shop .banner__list .phone {
    border-bottom: 1px solid #D9E2F0;
    margin-bottom: 20px; }
    @media only screen and (max-width: 320px) {
      .map--shop .banner__list .phone {
        font-size: 35px; } }
  .map--shop .banner__list .banner__listblock .banner__list:not(:last-child) {
    margin-bottom: 13px; }
  @media only screen and (max-width: 320px) {
    .map--shop .banner__list .banner__listblock .banner__list {
      position: relative;
      min-height: 22px;
      word-break: break-all;
      padding-left: 40px; }
      .map--shop .banner__list .banner__listblock .banner__list .icon-png {
        position: absolute;
        left: 0;
        top: 0; } }

.shopblock {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-left: -23px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #003b8f;
  display: table; }
  .shopblock__item {
    display: table-cell;
    padding: 3px 8px;
    text-align: center; }
    .shopblock__item:nth-child(2) {
      border-left: 1px solid #dbe9f6;
      border-right: 1px solid #dbe9f6; }
    .shopblock__item .no-active {
      color: #dbe9f6; }
  .shopblock__label {
    float: left;
    color: #8dd117; }
  .shopblock__for {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 75px; }
  .shopblock__img {
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
    .shopblock__img img {
      width: 100%; }
  .shopblock--type2 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -15px;
    font-size: 19px; }
    .shopblock--type2:first-of-type {
      margin-top: 15px; }
    .shopblock--type2 .shopblock__item {
      display: block; }
    .shopblock--type2 .shopblock__for {
      padding: 0;
      margin-left: 5px; }

.top-shop {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 5px; }
  .top-shop:not(:last-child) {
    margin-bottom: 40px; }
  .top-shop__nav {
    padding: 0;
    list-style: none;
    display: table-cell;
    width: 360px;
    vertical-align: top; }
    .top-shop__nav--slider {
      display: block;
      float: left; }
      .top-shop__nav--slider .dots-container {
        width: 100%;
        margin-bottom: 10px; }
        .top-shop__nav--slider .dots-container li {
          padding: 5px 12px 12px;
          border-bottom: 1px solid #dbe9f6;
          border-radius: 5px 0 0 5px; }
          .top-shop__nav--slider .dots-container li span {
            display: block;
            color: #003b8f;
            font-size: 21px;
            font-family: "PFDinTextCondPro-Light";
            font-weight: 300;
            margin-bottom: 3px; }
          .top-shop__nav--slider .dots-container li .btn {
            margin-right: 5px;
            padding-top: 2px;
            padding-bottom: 2px;
            font-size: 16px;
            border-radius: 3px; }
          .top-shop__nav--slider .dots-container li.slick-active {
            background: #8dd117; }
            .top-shop__nav--slider .dots-container li.slick-active .btn--green {
              border-color: white;
              color: #003b8f; }
      .top-shop__nav--slider .top-shop__nav {
        height: auto;
        margin-bottom: 15px; }
      .top-shop__nav--slider .text-link {
        margin-left: 12px; }
      .top-shop__nav--slider .present__title {
        color: #003b8f;
        font-size: 21px;
        font-family: "PFDinTextCondPro-Light";
        font-weight: 300;
        margin-bottom: 3px;
        padding: 5px 12px 12px; }
        .top-shop__nav--slider .present__title .btn {
          margin-right: 5px;
          padding-top: 2px;
          padding-bottom: 2px;
          font-size: 16px;
          border-radius: 3px; }
          .top-shop__nav--slider .present__title .btn--green {
            border-color: white;
            color: #003b8f; }
      @media only screen and (max-width: 767px) {
        .top-shop__nav--slider {
          width: 100%;
          float: none; } }
    @media only screen and (max-width: 767px) {
      .top-shop__nav {
        width: 100%;
        float: none;
        display: block; } }
  .top-shop__body {
    vertical-align: top;
    display: table-cell; }
    .top-shop__body .offers__item {
      width: calc(100% / 3 - 10px);
      max-height: 176px;
      float: left;
      margin: 5px;
      border-radius: 0; }
      @media only screen and (max-width: 991px) {
        .top-shop__body .offers__item {
          width: calc(100% / 2 - 10px); } }
    .top-shop__body .offers__desc {
      font-size: 17px;
      line-height: 19px;
      padding: 40px 7px 8px; }
    .top-shop__body--slider {
      position: relative;
      z-index: 1;
      margin-left: -10px;
      float: left;
      display: block;
      width: calc(100% - 350px); }
      @media only screen and (max-width: 767px) {
        .top-shop__body--slider {
          width: 100%;
          float: none;
          margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .top-shop__body {
        display: block;
        margin-top: 20px; } }
  .top-shop--big {
    height: 600px; }
    .top-shop--big .top-shop__nav {
      height: 600px; }
    .top-shop--big .top-shop__body {
      height: 600px; }
    @media only screen and (max-width: 767px) {
      .top-shop--big {
        height: auto; }
        .top-shop--big .top-shop__nav, .top-shop--big .top-shop__body {
          height: auto; } }
  .top-shop__item {
    border: 1px solid #8dd117;
    padding: 5px;
    background: #fff;
    border-radius: 10px; }
    .top-shop__item:after {
      content: '';
      display: table;
      clear: both; }
    .top-shop__item--type2 {
      position: relative;
      overflow: hidden;
      border: 0;
      padding: 0; }
  .top-shop__socials {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 10px;
    padding: 13px 20px; }
    .top-shop__socials .social:not(:last-child) {
      margin-right: 18px; }
  .top-shop--not-h {
    height: auto; }

.body-search {
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  .body-search__input {
    height: 50px;
    background-color: #f7fbff;
    border-radius: 10px;
    border: 1px solid #003b8f;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    color: #003b8f; }
    .body-search__input::-webkit-input-placeholder {
      color: #b0c4df; }
    .body-search__input::-moz-placeholder {
      color: #b0c4df; }
    .body-search__input:-moz-placeholder {
      color: #b0c4df; }
    .body-search__input:-ms-input-placeholder {
      color: #b0c4df; }
  .body-search__label {
    color: #fff;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0; }
    .body-search__label .btn {
      height: 50px;
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300; }
  .body-search .dropdown {
    margin-top: 20px;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .body-search .dropdown {
        display: block;
        width: 100%;
        margin-right: 0; } }
  .body-search--mb-0 {
    margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .body-search .btn-group--type2 {
      margin-left: 0;
      top: auto;
      margin-top: 20px; } }

.dropdown {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 230px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid #dbe9f6;
  color: #8dd117;
  font-size: 19px;
  font-weight: 400;
  padding: 0 13px;
  box-sizing: border-box;
  cursor: pointer; }
  .dropdown__input {
    display: none; }
  .dropdown span {
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    color: #003b8f; }
  .dropdown__list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -1px;
    right: -1px;
    margin: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    list-style: none;
    color: #165bbb;
    background: #fff;
    border: 1px solid #dbe9f6;
    overflow: hidden;
    display: block;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-animation-name: hideAnimation;
            animation-name: hideAnimation;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  .dropdown__item {
    line-height: 1.5;
    padding: 10px 13px; }
    .dropdown__item:hover {
      background: #dbe9f6;
      color: #003b8f; }
  .dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 13px;
    width: 11px;
    height: 7px;
    background: url("../img/icons/dropdown-arrow.png") 0 0 no-repeat;
    transition: all .5s ease-in;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .dropdown--active {
    border-radius: 10px 10px 0 0; }
    .dropdown--active .dropdown__list {
      display: block;
      -webkit-animation-name: showAnimation;
              animation-name: showAnimation;
      -webkit-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; }
    .dropdown--active:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.page-nav {
  width: 100%;
  text-align: center;
  margin: 30px 0; }
  .page-nav__list {
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 20px; }
    .page-nav__list:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      background: #d1e0f3;
      left: 0;
      top: 50%; }
  .page-nav__item {
    float: left;
    font-size: 17px;
    color: #003b8f;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    position: relative;
    margin: 0 20px; }
    .page-nav__item:first-child {
      margin-left: 0; }
    .page-nav__item:last-child {
      margin-right: 0; }
    .page-nav__item a {
      position: relative;
      z-index: 1;
      display: block;
      width: 22px;
      height: 22px;
      text-align: center;
      line-height: 25px; }
    .page-nav__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      display: block;
      background: #fff;
      border-radius: 2px;
      border: 1px solid #003b8f;
      z-index: 0;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .page-nav__item:hover {
      color: #fff; }
      .page-nav__item:hover:before {
        background: #003b8f; }
    .page-nav__item--active {
      color: #fff; }
      .page-nav__item--active:before {
        top: -2px;
        left: -2px;
        width: 26px;
        height: 26px;
        background: #003b8f; }
  .page-nav--p-l {
    padding-left: 65px; }
    @media only screen and (max-width: 1199px) {
      .page-nav--p-l {
        padding-left: 0; } }

.shop-detal {
  padding-right: 20px; }
  .shop-detal__block {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 19px; }
    .shop-detal__block--bg {
      background: #f8fbff; }
    .shop-detal__block--border {
      border: 1px solid #dbe9f6; }
  .shop-detal__body {
    width: 100%; }
  .shop-detal__img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .shop-detal {
      padding-right: 0; } }

.btn-group {
  border: 1px solid #8dd117;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 2px; }
  .btn-group input {
    display: none; }
  .btn-group--type2 {
    top: 1px;
    border-color: #DBE9F6;
    margin-left: 10px; }
    .btn-group--type2 .btn {
      padding: 13px 11px 12px; }

.manager {
  margin-top: 42px;
  margin-left: 45px; }
  .manager .text__h3 {
    margin-bottom: 30px; }
  .manager .text__p {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #001738; }
    .manager .text__p a {
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300;
      font-size: 19px; }
  .manager .text-link {
    color: #003c8f;
    font-size: 23px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300; }

.mfp-bg {
  background: rgba(6, 70, 158, 0.94) no-repeat; }

@media only screen and (max-width: 1199px) {
  .mfp-content {
    margin-top: 65px;
    margin-bottom: 8px; } }

.modal {
  margin: auto;
  width: 380px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative; }
  .modal button.mfp-close {
    width: 40px;
    height: 41px;
    top: -55px;
    right: -55px;
    color: transparent;
    background: url(../img/close.png) no-repeat; }
    @media only screen and (max-width: 1199px) {
      .modal button.mfp-close {
        right: 0; } }
  .modal, .modal .text__p, .modal .title__small {
    color: #003b8f; }
  .modal__title {
    font-size: 33px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    text-align: left;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    color: #fff; }
  .modal__form .form__line {
    position: relative; }
  .modal textarea {
    height: 180px;
    resize: none; }
    .modal textarea:focus::-webkit-input-placeholder {
      text-indent: 0; }
    .modal textarea:focus::-moz-placeholder {
      text-indent: 0; }
    .modal textarea:focus:-moz-placeholder {
      text-indent: 0; }
    .modal textarea:focus:-ms-input-placeholder {
      text-indent: 0; }
  .modal__input {
    border: 1px solid #AFC7E7;
    border-radius: 10px;
    font-size: 21px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    color: #003b8f;
    padding: 8px 10px;
    margin-bottom: 10px;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    resize: vertical; }
    .modal__input:required {
      background: url("../img/required.png") no-repeat;
      background-position: right 0px; }
    .modal__input::-webkit-input-placeholder {
      color: #003c8f; }
    .modal__input::-moz-placeholder {
      color: #003c8f; }
    .modal__input:-moz-placeholder {
      color: #003c8f; }
    .modal__input:-ms-input-placeholder {
      color: #003c8f; }
    .modal__input--select {
      color: #003c8f;
      cursor: pointer; }
    .modal__input:disabled {
      background-color: #ddd;
      color: #003c8f;
      cursor: not-allowed; }
    .modal__input--not-required:required {
      background: none; }
    .modal__input--type-2 {
      background-color: #E8EFF8;
      border-color: #E8EFF8;
      box-shadow: inset 0 2px 2px 0 #DDE4EB; }
      .modal__input--type-2:required {
        background-color: #E8EFF8; }
  .modal__checkbox {
    margin-top: 10px;
    margin-bottom: 15px; }
  .modal [type="checkbox"]:not(:checked),
  .modal [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .modal [type="checkbox"]:not(:checked) + label,
  .modal [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer; }
  .modal [type="checkbox"]:not(:checked) + label:before,
  .modal [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: #003c8f;
    border-radius: 3px;
    box-shadow: none; }
  .modal [type="checkbox"]:not(:checked) + label:after,
  .modal [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 18px;
    line-height: 0.8;
    color: #fff;
    transition: all .2s; }
  .modal [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  .modal [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .modal [type="checkbox"]:disabled:not(:checked) + label:before,
  .modal [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .modal [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .modal [type="checkbox"]:disabled + label {
    color: #aaa; }
  .modal [type="checkbox"]:checked:focus + label:before,
  .modal [type="checkbox"]:not(:checked):focus + label:before {
    border: none; }
  .modal label:hover:before {
    border: 1px solid #003c8f !important; }
  .modal__text {
    width: 100%;
    font-family: "PFDinTextCondPro-Regular";
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px; }
  .modal__captcha {
    width: 100%;
    clear: both;
    padding: 20px 0px; }
    .modal__captcha--img {
      margin-right: 10px;
      vertical-align: middle;
      float: left; }
    .modal__captcha--refresh {
      float: left;
      text-decoration: underline;
      margin-right: 10px; }
    .modal__captcha--input {
      float: left; }
  .modal__btn {
    width: 100%;
    text-align: center; }
    .modal__btn--type-2 {
      width: auto;
      text-align: left; }
    .modal__btn--type-3 {
      text-align: right; }
  .modal__file {
    clear: both; }
  .modal__label {
    display: block;
    font-size: 21px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300; }
    .modal__label--line {
      margin-bottom: 0;
      line-height: 43px; }
      @media only screen and (max-width: 991px) {
        .modal__label--line {
          text-align: left; } }
  .modal__help-text {
    font-size: 17px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    font-style: italic;
    color: #aec3de; }
    .modal__help-text span {
      color: #f51c35; }
  .modal--size2 {
    width: 571px; }
    @media only screen and (max-width: 767px) {
      .modal--size2 {
        width: auto; } }
  .modal--size3 {
    width: 1030px; }
    @media only screen and (max-width: 1199px) {
      .modal--size3 {
        width: auto; } }
  .modal--size4 {
    width: 1001px; }
    @media only screen and (max-width: 1199px) {
      .modal--size4 {
        width: auto; } }
  .modal--size5 {
    width: 831px; }
    @media only screen and (max-width: 991px) {
      .modal--size5 {
        width: auto; } }
  .modal--p2 {
    padding: 30px 20px; }
  .modal--p3 {
    padding: 30px 30px; }
  .modal--text-c, .modal--text-c .modal__input {
    text-align: center; }
  .modal--callback__logo:not(:last-child) {
    margin-bottom: 25px; }
  .modal--callback__logo .offers__item {
    font-size: 0; }
  .modal--callback__logo--type2 {
    max-width: 196px;
    margin-left: auto;
    margin-right: auto; }
  .modal--callback__p.text__p {
    font-size: 25px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .modal--callback__p.text__p {
        font-size: 21px; } }
  .modal--callback__input {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }
  .modal--all-text__title.title__small {
    text-align: left; }
  .modal--all-text__p.text__p {
    color: #001738; }
  .modal--team .modal__input {
    text-align: left; }
  .modal--gift .btn--cart-add {
    background-color: #8dd117;
    color: #ffffff;
    box-shadow: none; }
  .modal--gift .text__p {
    color: #000000; }
  .modal--gift .modal__btn .text__p {
    display: inline-block;
    margin-right: 20px; }

.mfp-gallery .mfp-content {
  position: relative; }
  .mfp-gallery .mfp-content button.mfp-close {
    width: 40px;
    height: 41px;
    top: 40px;
    right: -55px;
    color: transparent;
    background: url(../img/close.png) no-repeat; }

label.error {
  display: none !important; }

.form-control.error,
.modal__input.error {
  border: 1px solid #e2001a; }

.form-control.valid,
.modal__input.valid {
  border: 1px solid #8dd117; }

.img-d-ib {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2060b8; }
  .breadcrumbs__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumbs__item:last-child {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .breadcrumbs .btn--top-menu {
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300; }
    .breadcrumbs .btn--top-menu:not(:first-child) {
      margin-left: 15px; }

.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    font-size: 16px; }
    .breadcrumb > li, .breadcrumb > li > a {
      color: #003b8f; }
    .breadcrumb > li > a {
      text-decoration: underline; }

.article, .article__title-small, .article__btn-add {
  color: #003b8f; }

.article__p, .article__ul {
  color: #001738; }

.article__title-small.title__small:not(.text-center) {
  text-align: left; }

.article__title-small.title__small:first-of-type {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .article__title-small.title__small:first-of-type {
      margin-top: 15px; } }

.article__btn-add {
  margin-top: 13px; }
  .article__btn-add .btn--yellow {
    color: white; }

.article--bg {
  position: relative;
  padding: 73px 45px 50px; }
  .article--bg::before {
    content: "";
    position: absolute;
    left: 150px;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #F1F4F8; }
  .article--bg > * {
    position: relative; }
  .article--bg .title__small {
    font-family: "PFDinTextCondPro-Medium"; }
  @media only screen and (max-width: 767px) {
    .article--bg {
      padding: 35px 25px 35px 0; } }
  @media only screen and (max-width: 480px) {
    .article--bg::before {
      left: 50px; } }

.table-responsive {
  margin-bottom: 20px; }
  .table-responsive__jspHorizontalBar {
    display: none;
    height: 30px; }
  .table-responsive .table {
    min-width: 753px;
    margin-bottom: 0; }
    .table-responsive .table--cart-shop {
      min-width: 1166px; }
  .table-responsive .jspHorizontalBar {
    height: 10px; }
  .table-responsive .jspPane {
    width: 100% !important;
    margin-left: 0 !important; }
  .table-responsive .jspDrag {
    background-color: #003b8f;
    border-radius: 0; }
  .table-responsive .jspVerticalBar {
    display: none !important; }
  @media only screen and (max-width: 767px) {
    .table-responsive {
      border: 0; }
      .table-responsive__jspHorizontalBar {
        display: block; } }

.table {
  border: 1px solid #003b8f;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px; }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    border-top-width: 0;
    padding: 7px 20px;
    font-size: 20px;
    color: #003b8f;
    vertical-align: top; }
    .table > tbody > tr > td:not(:first-child),
    .table > tbody > tr > th:not(:first-child),
    .table > tfoot > tr > td:not(:first-child),
    .table > tfoot > tr > th:not(:first-child),
    .table > thead > tr > td:not(:first-child),
    .table > thead > tr > th:not(:first-child) {
      text-align: center; }
    .table > tbody > tr > td:not(:last-child),
    .table > tbody > tr > th:not(:last-child),
    .table > tfoot > tr > td:not(:last-child),
    .table > tfoot > tr > th:not(:last-child),
    .table > thead > tr > td:not(:last-child),
    .table > thead > tr > th:not(:last-child) {
      border-right: 1px solid #003b8f; }
  .table > thead > tr > th {
    border-bottom-width: 1px;
    border-bottom-color: #003b8f;
    font-size: 25px;
    font-weight: 400; }
  .table > tbody > tr:first-of-type > td,
  .table > tbody > tr:first-of-type > th {
    padding-top: 23px; }
  .table > tbody > tr:last-of-type > td,
  .table > tbody > tr:last-of-type > th {
    padding-bottom: 23px; }
  .table > tfoot > tr > td,
  .table > tfoot > tr > th {
    background-color: #003b8f;
    font-size: 25px;
    color: white;
    padding-top: 0;
    padding-bottom: 0; }
  .table > tfoot > tr:first-of-type > td,
  .table > tfoot > tr:first-of-type > th {
    padding-top: 7px; }
  .table > tfoot > tr:last-of-type > td,
  .table > tfoot > tr:last-of-type > th {
    padding-bottom: 10px; }
  .table__tr--bonus > td:not(.table__td--minus), .table__tr--bonus > th:not(.table__td--minus) {
    color: #72b300 !important; }
  .table__td--minus {
    color: #cecece !important; }
  .table__link-add {
    font-size: 22px;
    border-bottom: 1px solid currentColor; }
  .table--cart > tbody > tr > td:not(:last-child),
  .table--cart > tbody > tr > th:not(:last-child),
  .table--cart > tfoot > tr > td:not(:last-child),
  .table--cart > tfoot > tr > th:not(:last-child),
  .table--cart > thead > tr > td:not(:last-child),
  .table--cart > thead > tr > th:not(:last-child) {
    text-align: left; }
  .table--cart > thead > tr > td:nth-child(1),
  .table--cart > thead > tr > th:nth-child(1) {
    width: 260px; }
  .table--cart > thead > tr > td:nth-child(3),
  .table--cart > thead > tr > th:nth-child(3) {
    width: 190px; }
  .table--cart > tbody > tr > td,
  .table--cart > tbody > tr > th {
    padding-top: 3px;
    padding-bottom: 3px; }
  .table--cart > tbody > tr:first-of-type > td,
  .table--cart > tbody > tr:first-of-type > th {
    padding-top: 10px; }
  .table--cart > tbody > tr:last-of-type > td,
  .table--cart > tbody > tr:last-of-type > th {
    padding-bottom: 10px; }
  .table--cart > tfoot > tr > td,
  .table--cart > tfoot > tr > th {
    text-align: center; }
  .table--cart .color-link {
    font-size: 17px;
    padding-left: 25px;
    margin-top: 4px; }
    .table--cart .color-link::before {
      top: 6px; }
  .table--cart-shop {
    border-color: #C6D4E9;
    margin-top: 30px; }
    .table--cart-shop > thead > tr > td:nth-child(1),
    .table--cart-shop > thead > tr > th:nth-child(1) {
      width: 350px; }
    .table--cart-shop > thead > tr > td,
    .table--cart-shop > thead > tr > th {
      border-bottom-color: #C6D4E9;
      color: #8dd117; }
      .table--cart-shop > thead > tr > td:not(:first-child),
      .table--cart-shop > thead > tr > th:not(:first-child) {
        text-align: left; }
      .table--cart-shop > thead > tr > td:not(:last-child),
      .table--cart-shop > thead > tr > th:not(:last-child) {
        border-right-color: #C6D4E9; }
    .table--cart-shop > tbody > tr > td,
    .table--cart-shop > tbody > tr > th {
      border-top-width: 1px;
      border-top-color: #C6D4E9; }
      .table--cart-shop > tbody > tr > td:not(:last-child),
      .table--cart-shop > tbody > tr > th:not(:last-child) {
        border-right-color: #C6D4E9; }
    .table--cart-shop > tbody > tr:first-child > td, .table--cart-shop > tbody > tr:first-child > th,
    .table--cart-shop > tbody > tr:first-child > td,
    .table--cart-shop > tbody > tr:first-child > th {
      border-top-width: 0; }
    .table--cart-shop > tbody > tr > td:not(:first-child),
    .table--cart-shop > tbody > tr > th:not(:first-child),
    .table--cart-shop > tfoot > tr > td:not(:first-child),
    .table--cart-shop > tfoot > tr > th:not(:first-child),
    .table--cart-shop > thead > tr > td:not(:first-child),
    .table--cart-shop > thead > tr > th:not(:first-child) {
      text-align: left; }

.callback-phone {
  display: block;
  position: fixed;
  right: 40px;
  top: 50%;
  z-index: 5;
  margin-top: -72px;
  width: 144px;
  height: 144px;
  background: url("../img/callback-phone.png") 0 0 no-repeat; }
  .callback-phone::before {
    content: "";
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 224px;
    height: 224px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(141, 209, 23, 0.9);
    opacity: 0.1;
    -webkit-animation: lptr-circle-anim 1.2s infinite ease-in-out;
    animation: lptr-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s; }
  .callback-phone::after {
    content: "";
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 174px;
    height: 174px;
    top: -15px;
    left: -15px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #8dd117;
    opacity: .1;
    -webkit-animation: lptr-circle-fill-anim 2s infinite ease-in-out;
    animation: lptr-circle-fill-anim 2s infinite ease-in-out;
    transition: all .5s; }
  .callback-phone .icon-png__callback-phone {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: lptr-circle-img-anim 2s infinite ease-in-out;
    animation: lptr-circle-img-anim 2s infinite ease-in-out; }
  @media only screen and (max-width: 991px) {
    .callback-phone {
      display: none; } }

.scroll-top {
  opacity: 0;
  position: fixed;
  right: 78.5px;
  bottom: 100px;
  z-index: 5;
  width: 67px;
  height: 66px;
  background: url("../img/up.png") 0 0 no-repeat;
  cursor: pointer;
  transition: all .5s; }
  .scroll-top .icon-png__up {
    -webkit-animation: scroll-top-bounce 2s infinite;
    animation: scroll-top-bounce 2s infinite; }
  @media only screen and (max-width: 767px) {
    .scroll-top {
      right: 7.5px;
      bottom: 15px; } }

.sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 300px;
  background-color: rgba(0, 59, 143, 0.94);
  color: white; }
  .sidebar.right {
    right: -300px;
    text-align: right; }
  .sidebar.left {
    left: -300px; }
  .sidebar .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 1em;
    padding-top: 1.5em;
    overflow-y: auto; }
  .sidebar nav {
    margin-bottom: 24px; }
    .sidebar nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .sidebar nav ul li {
        padding: 8px 0;
        margin: 4px 0; }
        .sidebar nav ul li:not(.title) {
          font-size: 19px; }
        .sidebar nav ul li.title {
          color: white; }
        .sidebar nav ul li a {
          color: white; }

.cart-box {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  min-height: 84px;
  margin-right: 15px;
  margin-bottom: 14px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300; }
  .cart-box--yellow {
    border-color: #fccd04;
    color: #fccd04; }
  .cart-box--orange {
    border-color: #ff7d09;
    color: #ff7d09; }
  .cart-box--green {
    border-color: #8dd117;
    color: #8dd117; }
  .cart-box--purple {
    border-color: #b859dc;
    color: #b859dc; }
  .cart-box--red {
    border-color: #e2001a;
    color: #e2001a; }
  .cart-box--red2 {
    border-color: #E0001A;
    color: #E0001A; }
  .cart-box--pink {
    border-color: #fa47da;
    color: #fa47da; }
  .cart-box--blue {
    border-color: #165bbb;
    color: #165bbb; }
  .cart-box--blue2 {
    border-color: #2060b8;
    color: #2060b8; }
  .cart-box--lightblue {
    border-color: #14e4da;
    color: #14e4da; }
  .cart-box--lightblue2 {
    border-color: #05D7CD;
    color: #05D7CD; }
  .cart-box--lightblue3 {
    border-color: #B9CDE7;
    color: #B9CDE7; }
  .cart-box--darkblue {
    border-color: #003b8f;
    color: #003b8f; }
  .cart-box--blackblue {
    border-color: #001738;
    color: #001738; }
  .cart-box--black {
    border-color: #000;
    color: #000; }
  .cart-box--white {
    border-color: #fff;
    color: #fff; }
  .cart-box p {
    font-size: 16px;
    color: #868686;
    margin-top: 4px;
    text-align: left; }
  .cart-box__label {
    display: block;
    text-align: center;
    font-size: 18px; }
  .cart-box__item {
    background-color: transparent;
    border: 1px solid #D1E0F3;
    border-radius: 4px;
    margin-top: 4px;
    text-align: center;
    color: #B9CDE7;
    line-height: 20px;
    font-family: "PFDinTextCondPro-Medium";
    font-weight: 500;
    font-size: 19px;
    cursor: pointer;
    transition: all .3s ease; }
    .cart-box__item__img {
      border-radius: 4px;
      overflow: hidden;
      position: absolute;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px;
      z-index: 1;
      display: none; }
      .cart-box__item__img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25); }
      .cart-box__item__img .desc {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        font-family: "PFDinTextCondPro-Regular";
        font-size: 14px;
        line-height: 1.1;
        text-align: left;
        text-transform: uppercase;
        padding: 0 15px 10px; }
    .cart-box__item__delete {
      border-radius: 4px;
      position: absolute;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px;
      z-index: 3;
      background-color: #003b8f;
      opacity: .86;
      display: none;
      font-size: 34px;
      cursor: pointer; }
      .cart-box__item__delete .icon-page {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .cart-box__item--active {
      background-color: #003b8f;
      border-color: #003b8f;
      color: white;
      cursor: default; }
  .cart-box__parent--shop .cart-box__item {
    position: relative;
    height: 86px;
    font-size: 34px;
    line-height: 82px;
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 30px;
    transition: all .3s ease; }
    .cart-box__parent--shop .cart-box__item:not(.cart-box__item--active):hover {
      border-color: #003b8f;
      color: #003b8f; }
    .cart-box__parent--shop .cart-box__item--active {
      background-color: #ffffff;
      border-color: #ffffff; }
      .cart-box__parent--shop .cart-box__item--active .cart-box__item__img {
        display: block; }
      .cart-box__parent--shop .cart-box__item--active:hover .cart-box__item__delete {
        display: block; }
    .cart-box__parent--shop .cart-box__item__img {
      line-height: 86px; }
    .cart-box__parent--shop .cart-box__item__delete {
      line-height: 86px; }
  .cart-box--type-2 {
    position: relative;
    min-height: 42px;
    border-width: 2px;
    padding: 2px 21px 2px 35px; }
    .cart-box--type-2 .cart-box__label {
      font-size: 19px;
      padding: 2px 0 0; }
    .cart-box--type-2 .cart-box__count {
      position: relative;
      top: 2px;
      border-left: 1px solid transparent;
      font-family: "PFDinTextCondPro-Medium";
      font-size: 24px;
      padding-left: 10px;
      margin-left: 10px; }
      .cart-box--type-2 .cart-box__count.not-border {
        border-left: 0;
        padding-left: 0;
        margin-left: 0; }
    .cart-box--type-2.gift {
      padding: 2px 10px;
      transition: all .3s ease; }
      .cart-box--type-2.gift.item .cart-box__label {
        font-size: 34px;
        line-height: 1;
        padding: 0; }
      .cart-box--type-2.gift .desc {
        position: absolute;
        right: 100%;
        top: 0;
        width: 160px;
        font-size: 14px;
        text-align: right;
        margin-right: 15px;
        padding-top: 5px; }
        @media only screen and (max-width: 1199px) {
          .cart-box--type-2.gift .desc {
            display: none; } }
      .cart-box--type-2.gift.cart-box--lightblue3:hover {
        border-color: #003b8f;
        color: #003b8f; }
      .cart-box--type-2.gift.cart-box--lightblue3 .desc {
        color: #6d89a5; }
    .cart-box--type-2.cart-box--yellow .cart-box__label span {
      border-left-color: #fccd04; }
    .cart-box--type-2.cart-box--orange .cart-box__label span {
      border-left-color: #ff7d09; }
    .cart-box--type-2.cart-box--green .cart-box__label span {
      border-left-color: #8dd117; }
    .cart-box--type-2.cart-box--purple .cart-box__label span {
      border-left-color: #b859dc; }
    .cart-box--type-2.cart-box--red .cart-box__label span {
      border-left-color: #e2001a; }
    .cart-box--type-2.cart-box--red2 .cart-box__label span {
      border-left-color: #E0001A; }
    .cart-box--type-2.cart-box--pink .cart-box__label span {
      border-left-color: #fa47da; }
    .cart-box--type-2.cart-box--blue .cart-box__label span {
      border-left-color: #165bbb; }
    .cart-box--type-2.cart-box--blue2 .cart-box__label span {
      border-left-color: #2060b8; }
    .cart-box--type-2.cart-box--lightblue .cart-box__label span {
      border-left-color: #14e4da; }
    .cart-box--type-2.cart-box--lightblue2 .cart-box__label span {
      border-left-color: #05D7CD; }
    .cart-box--type-2.cart-box--lightblue3 .cart-box__label span {
      border-left-color: #B9CDE7; }
    .cart-box--type-2.cart-box--darkblue .cart-box__label span {
      border-left-color: #003b8f; }
    .cart-box--type-2.cart-box--blackblue .cart-box__label span {
      border-left-color: #001738; }
    .cart-box--type-2.cart-box--black .cart-box__label span {
      border-left-color: #000; }
    .cart-box--type-2.cart-box--white .cart-box__label span {
      border-left-color: #fff; }
  .cart-box--width1 {
    width: 184px; }
  .cart-box--width2 {
    width: 164px; }
  .cart-box--xs {
    display: none; }
  @media only screen and (max-width: 1199px) {
    .cart-box {
      margin-bottom: 0;
      margin-top: 5px; }
      .cart-box--width1, .cart-box--width2 {
        width: calc(100% / 2 - 20px); } }
  @media only screen and (max-width: 991px) {
    .cart-box {
      min-height: 1px;
      padding: 5px 10px; }
      .cart-box p, .cart-box .cart-box__parent {
        display: none; }
      .cart-box--type-2 {
        padding-top: 2px;
        padding-bottom: 7px; }
      .cart-box--width1, .cart-box--width2 {
        width: calc(100% - 15px); } }
  @media only screen and (max-width: 767px) {
    .cart-box--xs {
      display: block;
      width: auto; }
      .cart-box--xs.cart-box--type1 {
        margin-right: 10px; }
      .cart-box--xs.cart-box--type2 {
        margin-right: 0;
        margin-left: 10px; } }

.cart-final-sum {
  max-width: 425px;
  background-color: #F5F8FD;
  font-family: "PFDinTextCondPro-Medium";
  font-size: 22px;
  padding: 23px 15px;
  margin: 0 auto; }
  .cart-final-sum > *:not(:last-child) {
    margin-bottom: 10px; }
  .cart-final-sum .big {
    font-size: 30px; }

a {
  color: inherit; }

.btn {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 8px 15px;
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s ease .2s; }
  .btn--color {
    background: #fff; }
    .btn--color-yellow {
      border-color: #fccd04;
      color: #fccd04; }
      .btn--color-yellow:hover {
        background: #fccd04;
        color: #fff; }
    .btn--color-orange {
      border-color: #ff7d09;
      color: #ff7d09; }
      .btn--color-orange:hover {
        background: #ff7d09;
        color: #fff; }
    .btn--color-green {
      border-color: #8dd117;
      color: #8dd117; }
      .btn--color-green:hover {
        background: #8dd117;
        color: #fff; }
    .btn--color-purple {
      border-color: #b859dc;
      color: #b859dc; }
      .btn--color-purple:hover {
        background: #b859dc;
        color: #fff; }
    .btn--color-red {
      border-color: #e2001a;
      color: #e2001a; }
      .btn--color-red:hover {
        background: #e2001a;
        color: #fff; }
    .btn--color-red2 {
      border-color: #E0001A;
      color: #E0001A; }
      .btn--color-red2:hover {
        background: #E0001A;
        color: #fff; }
    .btn--color-pink {
      border-color: #fa47da;
      color: #fa47da; }
      .btn--color-pink:hover {
        background: #fa47da;
        color: #fff; }
    .btn--color-blue {
      border-color: #165bbb;
      color: #165bbb; }
      .btn--color-blue:hover {
        background: #165bbb;
        color: #fff; }
    .btn--color-blue2 {
      border-color: #2060b8;
      color: #2060b8; }
      .btn--color-blue2:hover {
        background: #2060b8;
        color: #fff; }
    .btn--color-lightblue {
      border-color: #14e4da;
      color: #14e4da; }
      .btn--color-lightblue:hover {
        background: #14e4da;
        color: #fff; }
    .btn--color-lightblue2 {
      border-color: #05D7CD;
      color: #05D7CD; }
      .btn--color-lightblue2:hover {
        background: #05D7CD;
        color: #fff; }
    .btn--color-lightblue3 {
      border-color: #B9CDE7;
      color: #B9CDE7; }
      .btn--color-lightblue3:hover {
        background: #B9CDE7;
        color: #fff; }
    .btn--color-darkblue {
      border-color: #003b8f;
      color: #003b8f; }
      .btn--color-darkblue:hover {
        background: #003b8f;
        color: #fff; }
    .btn--color-blackblue {
      border-color: #001738;
      color: #001738; }
      .btn--color-blackblue:hover {
        background: #001738;
        color: #fff; }
    .btn--color-black {
      border-color: #000;
      color: #000; }
      .btn--color-black:hover {
        background: #000;
        color: #fff; }
    .btn--color-white {
      border-color: #fff;
      color: #fff; }
      .btn--color-white:hover {
        background: #fff;
        color: #fff; }
  .btn--dotted {
    position: relative;
    padding: 0 20px;
    text-shadow: 0 0 5px #b18f00;
    font-size: 38px;
    font-weight: 400; }
    .btn--dotted:before {
      content: '';
      display: block;
      position: absolute;
      top: -19%;
      left: -10%;
      width: 120%;
      height: 140%;
      border-radius: 5px;
      z-index: -1;
      box-shadow: 0 0 15px #000; }
    .btn--dotted.btn--color-yellow {
      border: 2px dotted #fff;
      color: #fff;
      background: #fccd04; }
      .btn--dotted.btn--color-yellow:before {
        background: #fccd04; }
    .btn--dotted.btn--color-orange {
      border: 2px dotted #fff;
      color: #fff;
      background: #ff7d09; }
      .btn--dotted.btn--color-orange:before {
        background: #ff7d09; }
    .btn--dotted.btn--color-green {
      border: 2px dotted #fff;
      color: #fff;
      background: #8dd117; }
      .btn--dotted.btn--color-green:before {
        background: #8dd117; }
    .btn--dotted.btn--color-purple {
      border: 2px dotted #fff;
      color: #fff;
      background: #b859dc; }
      .btn--dotted.btn--color-purple:before {
        background: #b859dc; }
    .btn--dotted.btn--color-red {
      border: 2px dotted #fff;
      color: #fff;
      background: #e2001a; }
      .btn--dotted.btn--color-red:before {
        background: #e2001a; }
    .btn--dotted.btn--color-red2 {
      border: 2px dotted #fff;
      color: #fff;
      background: #E0001A; }
      .btn--dotted.btn--color-red2:before {
        background: #E0001A; }
    .btn--dotted.btn--color-pink {
      border: 2px dotted #fff;
      color: #fff;
      background: #fa47da; }
      .btn--dotted.btn--color-pink:before {
        background: #fa47da; }
    .btn--dotted.btn--color-blue {
      border: 2px dotted #fff;
      color: #fff;
      background: #165bbb; }
      .btn--dotted.btn--color-blue:before {
        background: #165bbb; }
    .btn--dotted.btn--color-blue2 {
      border: 2px dotted #fff;
      color: #fff;
      background: #2060b8; }
      .btn--dotted.btn--color-blue2:before {
        background: #2060b8; }
    .btn--dotted.btn--color-lightblue {
      border: 2px dotted #fff;
      color: #fff;
      background: #14e4da; }
      .btn--dotted.btn--color-lightblue:before {
        background: #14e4da; }
    .btn--dotted.btn--color-lightblue2 {
      border: 2px dotted #fff;
      color: #fff;
      background: #05D7CD; }
      .btn--dotted.btn--color-lightblue2:before {
        background: #05D7CD; }
    .btn--dotted.btn--color-lightblue3 {
      border: 2px dotted #fff;
      color: #fff;
      background: #B9CDE7; }
      .btn--dotted.btn--color-lightblue3:before {
        background: #B9CDE7; }
    .btn--dotted.btn--color-darkblue {
      border: 2px dotted #fff;
      color: #fff;
      background: #003b8f; }
      .btn--dotted.btn--color-darkblue:before {
        background: #003b8f; }
    .btn--dotted.btn--color-blackblue {
      border: 2px dotted #fff;
      color: #fff;
      background: #001738; }
      .btn--dotted.btn--color-blackblue:before {
        background: #001738; }
    .btn--dotted.btn--color-black {
      border: 2px dotted #fff;
      color: #fff;
      background: #000; }
      .btn--dotted.btn--color-black:before {
        background: #000; }
    .btn--dotted.btn--color-white {
      border: 2px dotted #fff;
      color: #fff;
      background: #fff; }
      .btn--dotted.btn--color-white:before {
        background: #fff; }
    .btn--dotted-small {
      font-size: 26px; }
  .btn--celeb {
    font-size: 22px;
    text-transform: uppercase;
    color: #003c8f;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
    margin-left: 68px;
    margin-top: 25px;
    margin-bottom: 15px; }
    .btn--celeb:before {
      content: '';
      position: absolute;
      top: -39px;
      left: -70px;
      display: block;
      width: 116px;
      height: 110px;
      background: url("../img/star.png") no-repeat; }
  .btn--yellow {
    background: #fccd04;
    color: inherit; }
    .btn--yellow .btn-effect {
      background: #fccd04; }
  .btn--yellow-s1 {
    background: none;
    color: inherit; }
    .btn--yellow-s1 .btn-effect {
      background: #fccd04; }
    .btn--yellow-s1.btn--active {
      background: #fccd04;
      color: #fff;
      border-color: #fccd04; }
      .btn--yellow-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--orange {
    background: #ff7d09;
    color: inherit; }
    .btn--orange .btn-effect {
      background: #ff7d09; }
  .btn--orange-s1 {
    background: none;
    color: inherit; }
    .btn--orange-s1 .btn-effect {
      background: #ff7d09; }
    .btn--orange-s1.btn--active {
      background: #ff7d09;
      color: #fff;
      border-color: #ff7d09; }
      .btn--orange-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--green {
    background: #8dd117;
    color: inherit; }
    .btn--green .btn-effect {
      background: #8dd117; }
  .btn--green-s1 {
    background: none;
    color: inherit; }
    .btn--green-s1 .btn-effect {
      background: #8dd117; }
    .btn--green-s1.btn--active {
      background: #8dd117;
      color: #fff;
      border-color: #8dd117; }
      .btn--green-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--purple {
    background: #b859dc;
    color: inherit; }
    .btn--purple .btn-effect {
      background: #b859dc; }
  .btn--purple-s1 {
    background: none;
    color: inherit; }
    .btn--purple-s1 .btn-effect {
      background: #b859dc; }
    .btn--purple-s1.btn--active {
      background: #b859dc;
      color: #fff;
      border-color: #b859dc; }
      .btn--purple-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--red {
    background: #e2001a;
    color: inherit; }
    .btn--red .btn-effect {
      background: #e2001a; }
  .btn--red-s1 {
    background: none;
    color: inherit; }
    .btn--red-s1 .btn-effect {
      background: #e2001a; }
    .btn--red-s1.btn--active {
      background: #e2001a;
      color: #fff;
      border-color: #e2001a; }
      .btn--red-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--red2 {
    background: #E0001A;
    color: inherit; }
    .btn--red2 .btn-effect {
      background: #E0001A; }
  .btn--red2-s1 {
    background: none;
    color: inherit; }
    .btn--red2-s1 .btn-effect {
      background: #E0001A; }
    .btn--red2-s1.btn--active {
      background: #E0001A;
      color: #fff;
      border-color: #E0001A; }
      .btn--red2-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--pink {
    background: #fa47da;
    color: inherit; }
    .btn--pink .btn-effect {
      background: #fa47da; }
  .btn--pink-s1 {
    background: none;
    color: inherit; }
    .btn--pink-s1 .btn-effect {
      background: #fa47da; }
    .btn--pink-s1.btn--active {
      background: #fa47da;
      color: #fff;
      border-color: #fa47da; }
      .btn--pink-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--blue {
    background: #165bbb;
    color: inherit; }
    .btn--blue .btn-effect {
      background: #165bbb; }
  .btn--blue-s1 {
    background: none;
    color: inherit; }
    .btn--blue-s1 .btn-effect {
      background: #165bbb; }
    .btn--blue-s1.btn--active {
      background: #165bbb;
      color: #fff;
      border-color: #165bbb; }
      .btn--blue-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--blue2 {
    background: #2060b8;
    color: inherit; }
    .btn--blue2 .btn-effect {
      background: #2060b8; }
  .btn--blue2-s1 {
    background: none;
    color: inherit; }
    .btn--blue2-s1 .btn-effect {
      background: #2060b8; }
    .btn--blue2-s1.btn--active {
      background: #2060b8;
      color: #fff;
      border-color: #2060b8; }
      .btn--blue2-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--lightblue {
    background: #14e4da;
    color: inherit; }
    .btn--lightblue .btn-effect {
      background: #14e4da; }
  .btn--lightblue-s1 {
    background: none;
    color: inherit; }
    .btn--lightblue-s1 .btn-effect {
      background: #14e4da; }
    .btn--lightblue-s1.btn--active {
      background: #14e4da;
      color: #fff;
      border-color: #14e4da; }
      .btn--lightblue-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--lightblue2 {
    background: #05D7CD;
    color: inherit; }
    .btn--lightblue2 .btn-effect {
      background: #05D7CD; }
  .btn--lightblue2-s1 {
    background: none;
    color: inherit; }
    .btn--lightblue2-s1 .btn-effect {
      background: #05D7CD; }
    .btn--lightblue2-s1.btn--active {
      background: #05D7CD;
      color: #fff;
      border-color: #05D7CD; }
      .btn--lightblue2-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--lightblue3 {
    background: #B9CDE7;
    color: inherit; }
    .btn--lightblue3 .btn-effect {
      background: #B9CDE7; }
  .btn--lightblue3-s1 {
    background: none;
    color: inherit; }
    .btn--lightblue3-s1 .btn-effect {
      background: #B9CDE7; }
    .btn--lightblue3-s1.btn--active {
      background: #B9CDE7;
      color: #fff;
      border-color: #B9CDE7; }
      .btn--lightblue3-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--darkblue {
    background: #003b8f;
    color: inherit; }
    .btn--darkblue .btn-effect {
      background: #003b8f; }
  .btn--darkblue-s1 {
    background: none;
    color: inherit; }
    .btn--darkblue-s1 .btn-effect {
      background: #003b8f; }
    .btn--darkblue-s1.btn--active {
      background: #003b8f;
      color: #fff;
      border-color: #003b8f; }
      .btn--darkblue-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--blackblue {
    background: #001738;
    color: inherit; }
    .btn--blackblue .btn-effect {
      background: #001738; }
  .btn--blackblue-s1 {
    background: none;
    color: inherit; }
    .btn--blackblue-s1 .btn-effect {
      background: #001738; }
    .btn--blackblue-s1.btn--active {
      background: #001738;
      color: #fff;
      border-color: #001738; }
      .btn--blackblue-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--black {
    background: #000;
    color: inherit; }
    .btn--black .btn-effect {
      background: #000; }
  .btn--black-s1 {
    background: none;
    color: inherit; }
    .btn--black-s1 .btn-effect {
      background: #000; }
    .btn--black-s1.btn--active {
      background: #000;
      color: #fff;
      border-color: #000; }
      .btn--black-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--white {
    background: #fff;
    color: inherit; }
    .btn--white .btn-effect {
      background: #fff; }
  .btn--white-s1 {
    background: none;
    color: inherit; }
    .btn--white-s1 .btn-effect {
      background: #fff; }
    .btn--white-s1.btn--active {
      background: #fff;
      color: #fff;
      border-color: #fff; }
      .btn--white-s1.btn--active .color-link:before {
        background: #fff; }
  .btn--green {
    background: #fff;
    color: #8dd117;
    border: 1px solid #8dd117; }
    .btn--green--type2 {
      background: #8dd117; }
  .btn--blue {
    color: #fff; }
  .btn--small {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 2px; }
  .btn--s1 {
    border-color: transparent;
    border-radius: 10px;
    color: #003b8f;
    font-size: 19px;
    border-radius: 7px;
    font-family: "PFDinTextCondPro-Light";
    font-weight: 300;
    padding: 12px; }
  .btn--s2 {
    margin-top: 15px;
    color: #003b8f;
    box-shadow: none;
    text-align: center;
    padding: 20px 0;
    font-size: 29px;
    position: relative; }
    .btn--s2:before {
      content: '';
      display: block;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px dashed #fff;
      position: absolute;
      top: 10px;
      left: 10px; }
    .btn--s2-2 {
      margin-top: 0;
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
      font-size: 24px;
      padding: 12px 20px; }
      .btn--s2-2::before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-width: 2px;
        border-style: dotted;
        border-radius: 5px; }
    .btn--s2-3 {
      color: white;
      padding: 12px 40px;
      text-shadow: 0 0 5px #b18f00; }
    .btn--s2-4 {
      color: #003b8f;
      padding: 12px 40px; }
    .btn--s2-5 {
      color: white;
      padding: 13px 23px;
      text-shadow: 0 0 5px #b18f00; }
    .btn--s2-6 {
      color: white;
      padding: 13px 23px;
      text-shadow: 0 0 5px #6b9a18; }
    .btn--s2-7 {
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300;
      font-size: 27px;
      color: #003b8f;
      padding: 13px 23px;
      box-shadow: none;
      border-radius: 10px; }
    .btn--s2-8 {
      margin-top: 16px;
      font-family: "PFDinTextCondPro-Light";
      font-weight: 300;
      font-size: 28px;
      color: #003b8f;
      padding: 23px 23px;
      box-shadow: none;
      border-radius: 10px; }
  .btn--s3 {
    font-size: 27px;
    padding: 15px 0; }
  .btn--s4 {
    font-size: 20px;
    padding: 3px 15px; }
  .btn--s5 {
    font-size: 24px;
    padding: 11px 32px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5); }
  .btn--s6 {
    font-size: 18px;
    padding: 4px 15px; }
  .btn--fn {
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .btn--full {
    width: 100%;
    box-sizing: border-box; }
  .btn--off:hover {
    opacity: 0.6;
    cursor: progress;
    position: relative; }
    .btn--off:hover:before {
      content: 'В разработке';
      display: block;
      position: absolute;
      top: -18px;
      font-size: 15px;
      color: red;
      left: 0; }
  .btn--hover-opacity:hover.btn--yellow {
    background-color: rgba(252, 205, 4, 0.65);
    border-color: rgba(252, 205, 4, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--orange {
    background-color: rgba(255, 125, 9, 0.65);
    border-color: rgba(255, 125, 9, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--green {
    background-color: rgba(141, 209, 23, 0.65);
    border-color: rgba(141, 209, 23, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--purple {
    background-color: rgba(184, 89, 220, 0.65);
    border-color: rgba(184, 89, 220, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--red {
    background-color: rgba(226, 0, 26, 0.65);
    border-color: rgba(226, 0, 26, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--red2 {
    background-color: rgba(224, 0, 26, 0.65);
    border-color: rgba(224, 0, 26, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--pink {
    background-color: rgba(250, 71, 218, 0.65);
    border-color: rgba(250, 71, 218, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--blue {
    background-color: rgba(22, 91, 187, 0.65);
    border-color: rgba(22, 91, 187, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--blue2 {
    background-color: rgba(32, 96, 184, 0.65);
    border-color: rgba(32, 96, 184, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--lightblue {
    background-color: rgba(20, 228, 218, 0.65);
    border-color: rgba(20, 228, 218, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--lightblue2 {
    background-color: rgba(5, 215, 205, 0.65);
    border-color: rgba(5, 215, 205, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--lightblue3 {
    background-color: rgba(185, 205, 231, 0.65);
    border-color: rgba(185, 205, 231, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--darkblue {
    background-color: rgba(0, 59, 143, 0.65);
    border-color: rgba(0, 59, 143, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--blackblue {
    background-color: rgba(0, 23, 56, 0.65);
    border-color: rgba(0, 23, 56, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--black {
    background-color: rgba(0, 0, 0, 0.65);
    border-color: rgba(0, 0, 0, 0.65);
    color: #ffffff; }
  .btn--hover-opacity:hover.btn--white {
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.65);
    color: #ffffff; }
  .btn--text-yellow {
    color: #fccd04; }
  .btn--text-orange {
    color: #ff7d09; }
  .btn--text-green {
    color: #8dd117; }
  .btn--text-purple {
    color: #b859dc; }
  .btn--text-red {
    color: #e2001a; }
  .btn--text-red2 {
    color: #E0001A; }
  .btn--text-pink {
    color: #fa47da; }
  .btn--text-blue {
    color: #165bbb; }
  .btn--text-blue2 {
    color: #2060b8; }
  .btn--text-lightblue {
    color: #14e4da; }
  .btn--text-lightblue2 {
    color: #05D7CD; }
  .btn--text-lightblue3 {
    color: #B9CDE7; }
  .btn--text-darkblue {
    color: #003b8f; }
  .btn--text-blackblue {
    color: #001738; }
  .btn--text-black {
    color: #000; }
  .btn--text-white {
    color: #fff; }
  .btn--cart {
    font-size: 24px;
    padding: 4px 21px 3px 7px; }
    .btn--cart .icon-png__btn-cart,
    .btn--cart .icon-png__btn-cart2 {
      top: 0;
      margin-right: 4px; }
    .btn--cart:hover .icon-png__btn-cart {
      background-position: -34px 0; }
    .btn--cart:hover .icon-png__btn-cart2 {
      background-position: -37px 0; }
    .btn--cart--active {
      background: #2060b8;
      color: white !important; }
      .btn--cart--active .icon-png__btn-cart {
        background-position: -34px 0; }
      .btn--cart--active .icon-png__btn-cart2 {
        background-position: -37px 0; }
    @media only screen and (max-width: 767px) {
      .btn--cart {
        padding-right: 7px; }
        .btn--cart > span {
          font-size: 0; }
        .btn--cart__count {
          font-size: 24px; } }
  .btn--cart-add, .btn--gift-add {
    text-align: center; }
    .btn--cart-add--active, .btn--gift-add--active {
      cursor: default; }
  .btn--gift-add--active {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  .btn--top-menu {
    font-size: 22px;
    padding: 2px 13px; }
    .btn--top-menu .icon-png__top-menu-open {
      top: -3px;
      margin-right: 6px; }
    .btn--top-menu:hover .icon-png__top-menu-open {
      background-position: -18px 0; }
    .btn--top-menu.nav-link--active {
      background: #2060b8;
      color: white; }
      .btn--top-menu.nav-link--active .icon-png__top-menu-open {
        background-position: -18px 0; }
    .btn--top-menu--hide {
      opacity: 0; }
    @media only screen and (max-width: 767px) {
      .btn--top-menu .icon-png__top-menu-open {
        margin-right: 0; }
      .btn--top-menu span {
        display: none; } }

.icon-title,
.icon-title2 {
  height: 51px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

.icon-title {
  width: 48px;
  background: url("../img/title-sprite.png") no-repeat; }
  .icon-title--sport {
    background-position: -48px 0; }
  .icon-title--prof {
    background-position: -192px 0; }
  .icon-title--first {
    background-position: -96px 0; }
  .icon-title--best {
    background-position: 0 0; }
  .icon-title--pic {
    background-position: -240px 0; }
  .icon-title--partners {
    background-position: -144px 0; }
  .icon-title--present {
    background-position: -336px 0; }
  .icon-title--people {
    background-position: -288px 0; }
  .icon-title--search {
    background-position: -384px 0; }

.icon-title2 {
  background: url("../img/title-sprite2.png") no-repeat; }
  .icon-title2--corporate {
    width: 47px;
    background-position: -87px 0; }
  .icon-title2--outlet {
    width: 38px;
    background-position: -134px 0; }
  .icon-title2--teambuilding2 {
    width: 43px;
    background-position: 0 0; }
  .icon-title2--teambuilding3 {
    width: 44px;
    background-position: -43px 0; }

.icon {
  display: inline-block;
  width: 21px;
  height: 22px;
  background-image: url("../img/links/socio.png");
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .icon__vk {
    background-position: 0 0; }
    .icon__vk--white {
      background-position: 0 -44px; }
    .icon__vk:hover {
      background-position: 0px -22px;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  .icon__insta {
    background-position: -21px 0; }
    .icon__insta--white {
      background-position: -21px -44px; }
    .icon__insta:hover {
      background-position: -21px -22px;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
    .icon__insta--type-2 {
      background-image: url("../img/links/insta.png");
      background-position: -5px -5px;
      width: 22px; }
      .icon__insta--type-2:hover {
        background-position: -5px -37px; }
  .icon--type2 {
    width: 19px;
    height: 19px;
    background-image: url("../img/links/socio2.png"); }
    .icon--type2__vk {
      background-position: 0 0; }
      .icon--type2__vk--white {
        background-position: 0 -38px; }
      .icon--type2__vk:hover {
        background-position: 0px -19px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
    .icon--type2__fb {
      background-position: -19px 0; }
      .icon--type2__fb--white {
        background-position: -19px -38px; }
      .icon--type2__fb:hover {
        background-position: -19px -19px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
    .icon--type2__tw {
      background-position: -38px 0; }
      .icon--type2__tw--white {
        background-position: -38px -38px; }
      .icon--type2__tw:hover {
        background-position: -38px -19px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
    .icon--type2__gplus {
      background-position: -57px 0; }
      .icon--type2__gplus--white {
        background-position: -57px -38px; }
      .icon--type2__gplus:hover {
        background-position: -57px -19px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
.icon_big_title {
    font-size: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-indent: 15px;
}
.icon_vk_32 {
    background-image: url('../img/links/32vk-icon.svg');
    display: inline-block;
    width: 60px;
    height: 60px;
}
.icon-png {
  position: relative;
  display: inline-block;
  top: -2px;
  vertical-align: middle;
  background-repeat: no-repeat; }
  .icon-png__btn-cart {
    background-image: url("../img/icons/btn-cart.png");
    background-position: 0 0;
    width: 34px;
    height: 34px;
    transition: background-position .5s ease .2s; }
  .icon-png__btn-cart2 {
    background-image: url("../img/icons/btn-cart2.png");
    background-position: 0 0;
    width: 34px;
    height: 34px;
    transition: background-position .5s ease .2s; }
  .icon-png__cart-add {
    background-image: url("../img/icons/modal-gift-add-cart.png");
    width: 23px;
    height: 20px; }
  .icon-png__top-menu-phone {
    background-image: url("../img/icons/phone.png");
    width: 16px;
    height: 21px; }
  .icon-png__top-menu-open {
    background-image: url("../img/icons/menu.png");
    background-position: 0 0;
    width: 18px;
    height: 14px;
    transition: background-position .5s ease .2s; }
  .icon-png__print {
    background-image: url("../img/icons/print.png");
    width: 28px;
    height: 28px; }
  .icon-png__load {
    background-image: url("../img/icons/load.png");
    width: 29px;
    height: 27px; }
  .icon-png__title-arrow {
    background-image: url("../img/icons/title-arrows.png");
    width: 50px;
    height: 51px;
    /*-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;*/ }
    .icon-png__title-arrow--left {
      background-position: 0 0; }
      .icon-png__title-arrow--left:hover {
        background-position: 0 -51px; }
      @media only screen and (max-width: 767px) {
        .icon-png__title-arrow--left {
          background-position: 0 -51px; } }
    .icon-png__title-arrow--right {
      background-position: -50px 0; }
      .icon-png__title-arrow--right:hover {
        background-position: -50px -51px; }
      @media only screen and (max-width: 767px) {
        .icon-png__title-arrow--right {
          background-position: -50px -51px; } }
  .icon-png__best-offer-label {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background-size: contain;}
    .icon-png__best-offer-label--new {
      background-image: url("../img/icons/best-offer-label1_new.png");}
    .icon-png__best-offer-label--percentage {
      background-image: url("../img/icons/best-offer-label2.png"); }
  .icon-png__pdf {
    background-image: url("../img/icons/pdf.png");
    width: 31px;
    height: 34px; }
  .icon-png__vk {
    background-image: url("../img/icons/vk.png");
    width: 22px;
    height: 22px; }
  .icon-png__instagram {
    background-image: url("../img/icons/instagram.png");
    width: 21px;
    height: 22px; }
  .icon-png__instagram-2 {
    background-image: url("../img/icons/instagram-2.png");
    width: 20px;
    height: 20px; }
  .icon-png__email {
    background-image: url("../img/icons/email.png");
    width: 25px;
    height: 17px; }
  .icon-png__submit {
    background-image: url("../img/icons/submit.png");
    width: 30px;
    height: 21px; }
  .icon-png__contacts-phone {
    background-image: url("../img/icons/contacts-phone.png");
    width: 20px;
    height: 20px; }
  .icon-png__contacts-mail {
    background-image: url("../img/icons/contacts-mail.png");
    width: 20px;
    height: 15px; }
  .icon-png__contacts-skype {
    background-image: url("../img/icons/contacts-skype.png");
    width: 20px;
    height: 20px; }
  .icon-png__callback-phone {
    background-image: url("../img/icons/callback-phone.png");
    width: 57px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28.5px;
    margin-left: -28.5px; }
  .icon-png__up {
    background-image: url("../img/icons/up.png");
    width: 19px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12.5px;
    margin-left: -9.5px; }
  .icon-png__open-nav span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1.5px; }
    .icon-png__open-nav span:not(:last-child) {
      margin-bottom: 4px; }
  .icon-png__close-gift-article {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url("../img/icons/table-cart-shop-close.png");
    width: 16px;
    height: 16px;
    cursor: pointer; }
  .icon-png__add-gift {
    width: 32px;
    height: 32px;
    line-height: 27px;
    border: 1px solid #C6D4E9;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #C6D4E9; }
  .icon-png__map-marker-title {
    background-image: url("../img/icons/map-marker-title.png");
    width: 32px;
    height: 42px; }
  .icon-png--not-sprite {
    background-position: 0 0; }
  .icon-png--left {
    margin-right: 6px; }
  .icon-png--right {
    margin-left: 6px; }

.color-link {
  font-size: 19px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }
  .color-link:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    background: transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .color-link--yellow:before {
    background: #fccd04; }
  .color-link--orange:before {
    background: #ff7d09; }
  .color-link--green:before {
    background: #8dd117; }
  .color-link--purple:before {
    background: #b859dc; }
  .color-link--red:before {
    background: #e2001a; }
  .color-link--red2:before {
    background: #E0001A; }
  .color-link--pink:before {
    background: #fa47da; }
  .color-link--blue:before {
    background: #165bbb; }
  .color-link--blue2:before {
    background: #2060b8; }
  .color-link--lightblue:before {
    background: #14e4da; }
  .color-link--lightblue2:before {
    background: #05D7CD; }
  .color-link--lightblue3:before {
    background: #B9CDE7; }
  .color-link--darkblue:before {
    background: #003b8f; }
  .color-link--blackblue:before {
    background: #001738; }
  .color-link--black:before {
    background: #000; }
  .color-link--white:before {
    background: #fff; }
  .color-link--border::before {
    background: transparent;
    border: 1px solid transparent; }
  .color-link--border--yellow:before {
    border-color: #fccd04; }
  .color-link--border--orange:before {
    border-color: #ff7d09; }
  .color-link--border--green:before {
    border-color: #8dd117; }
  .color-link--border--purple:before {
    border-color: #b859dc; }
  .color-link--border--red:before {
    border-color: #e2001a; }
  .color-link--border--red2:before {
    border-color: #E0001A; }
  .color-link--border--pink:before {
    border-color: #fa47da; }
  .color-link--border--blue:before {
    border-color: #165bbb; }
  .color-link--border--blue2:before {
    border-color: #2060b8; }
  .color-link--border--lightblue:before {
    border-color: #14e4da; }
  .color-link--border--lightblue2:before {
    border-color: #05D7CD; }
  .color-link--border--lightblue3:before {
    border-color: #B9CDE7; }
  .color-link--border--darkblue:before {
    border-color: #003b8f; }
  .color-link--border--blackblue:before {
    border-color: #001738; }
  .color-link--border--black:before {
    border-color: #000; }
  .color-link--border--white:before {
    border-color: #fff; }
  .color-link--size1 {
    width: 245px; }
  .color-link--size2 {
    width: 178px; }
  .color-link--size3 {
    width: 178px; }
  .color-link--size4 {
    width: 245px; }
  .color-link--size5 {
    width: 265px; }
  @media only screen and (max-width: 1199px) {
    .color-link--size1, .color-link--size4 {
      width: 59.36073059360731%; }
    .color-link--size2, .color-link--size3 {
      width: 40.63926940639269%; } }
  @media only screen and (max-width: 991px) {
    .color-link--size5 {
      width: 100%; } }

.phone {
  font-size: 48px;
  font-weight: 400;
  color: #165bbb;
  position: relative; }
  .phone--type2 {
    padding-left: 70px; }
    .phone--type2:before {
      content: '';
      position: absolute;
      display: block;
      width: 47px;
      left: 0;
      top: 50%;
      margin-top: -20px;
      height: 43px;
      background: url("../img/phone.png") no-repeat;
      background-position: -47px 0; }
    .phone--type2:after {
      content: '';
      position: absolute;
      display: block;
      width: 29px;
      height: 19px;
      top: 50%;
      margin-top: -10px;
      left: 30px;
      background: url("../img/links/phone2.png") no-repeat; }
    .phone--type2-1:before {
      background: url("../img/phone.png") no-repeat;
      bottom: -2px; }
    .phone--type2-1:after {
      bottom: 12px; }
    .phone--type2:hover:after {
      -webkit-animation: phone-animation 2s ease;
              animation: phone-animation 2s ease;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-animation-name: phone-animation;
              animation-name: phone-animation;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
  .phone--font-s2 {
    font-size: 30px; }
  @media only screen and (max-width: 991px) {
    .phone {
      padding-left: 0; }
      .phone::before, .phone::after {
        display: none; } }

.text-link {
  color: #003b8f;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted;
  transition: all .3s ease; }
  .text-link:hover {
    border-bottom: 1px solid; }
  .text-link--line {
    border-bottom: 1px solid; }

.order {
  color: #003b8f;
  font-size: 19px;
  font-family: "PFDinTextCondPro-Light";
  font-weight: 300;
  text-decoration: underline; }

.yellow {
  color: #fccd04; }

.orange {
  color: #ff7d09; }

.green {
  color: #8dd117; }

.purple {
  color: #b859dc; }

.red {
  color: #e2001a; }

.red2 {
  color: #E0001A; }

.pink {
  color: #fa47da; }

.blue {
  color: #165bbb; }

.blue2 {
  color: #2060b8; }

.lightblue {
  color: #14e4da; }

.lightblue2 {
  color: #05D7CD; }

.lightblue3 {
  color: #B9CDE7; }

.darkblue {
  color: #003b8f; }

.blackblue {
  color: #001738; }

.black {
  color: #000; }

.white {
  color: #fff; }

.header-body .color-link, .footer .color-link {
  border: 1px solid transparent;
  transition: all .3s ease-in;
  border-radius: 5px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 6px;
  text-align: left;
  overflow: hidden; }
  .header-body .color-link:before, .footer .color-link:before {
    top: 11px;
    left: 15px;
    transition: all .3s ease-in; }
  .header-body .color-link--active.color-link--yellow, .footer .color-link--active.color-link--yellow {
    background: #fccd04;
    border-color: #fccd04;
    color: white; }
    .header-body .color-link--active.color-link--yellow::before, .footer .color-link--active.color-link--yellow::before {
      background: white; }
  .header-body .color-link--active.color-link--orange, .footer .color-link--active.color-link--orange {
    background: #ff7d09;
    border-color: #ff7d09;
    color: white; }
    .header-body .color-link--active.color-link--orange::before, .footer .color-link--active.color-link--orange::before {
      background: white; }
  .header-body .color-link--active.color-link--green, .footer .color-link--active.color-link--green {
    background: #8dd117;
    border-color: #8dd117;
    color: white; }
    .header-body .color-link--active.color-link--green::before, .footer .color-link--active.color-link--green::before {
      background: white; }
  .header-body .color-link--active.color-link--purple, .footer .color-link--active.color-link--purple {
    background: #b859dc;
    border-color: #b859dc;
    color: white; }
    .header-body .color-link--active.color-link--purple::before, .footer .color-link--active.color-link--purple::before {
      background: white; }
  .header-body .color-link--active.color-link--red, .footer .color-link--active.color-link--red {
    background: #e2001a;
    border-color: #e2001a;
    color: white; }
    .header-body .color-link--active.color-link--red::before, .footer .color-link--active.color-link--red::before {
      background: white; }
  .header-body .color-link--active.color-link--red2, .footer .color-link--active.color-link--red2 {
    background: #E0001A;
    border-color: #E0001A;
    color: white; }
    .header-body .color-link--active.color-link--red2::before, .footer .color-link--active.color-link--red2::before {
      background: white; }
  .header-body .color-link--active.color-link--pink, .footer .color-link--active.color-link--pink {
    background: #fa47da;
    border-color: #fa47da;
    color: white; }
    .header-body .color-link--active.color-link--pink::before, .footer .color-link--active.color-link--pink::before {
      background: white; }
  .header-body .color-link--active.color-link--blue, .footer .color-link--active.color-link--blue {
    background: #165bbb;
    border-color: #165bbb;
    color: white; }
    .header-body .color-link--active.color-link--blue::before, .footer .color-link--active.color-link--blue::before {
      background: white; }
  .header-body .color-link--active.color-link--blue2, .footer .color-link--active.color-link--blue2 {
    background: #2060b8;
    border-color: #2060b8;
    color: white; }
    .header-body .color-link--active.color-link--blue2::before, .footer .color-link--active.color-link--blue2::before {
      background: white; }
  .header-body .color-link--active.color-link--lightblue, .footer .color-link--active.color-link--lightblue {
    background: #14e4da;
    border-color: #14e4da;
    color: white; }
    .header-body .color-link--active.color-link--lightblue::before, .footer .color-link--active.color-link--lightblue::before {
      background: white; }
  .header-body .color-link--active.color-link--lightblue2, .footer .color-link--active.color-link--lightblue2 {
    background: #05D7CD;
    border-color: #05D7CD;
    color: white; }
    .header-body .color-link--active.color-link--lightblue2::before, .footer .color-link--active.color-link--lightblue2::before {
      background: white; }
  .header-body .color-link--active.color-link--lightblue3, .footer .color-link--active.color-link--lightblue3 {
    background: #B9CDE7;
    border-color: #B9CDE7;
    color: white; }
    .header-body .color-link--active.color-link--lightblue3::before, .footer .color-link--active.color-link--lightblue3::before {
      background: white; }
  .header-body .color-link--active.color-link--darkblue, .footer .color-link--active.color-link--darkblue {
    background: #003b8f;
    border-color: #003b8f;
    color: white; }
    .header-body .color-link--active.color-link--darkblue::before, .footer .color-link--active.color-link--darkblue::before {
      background: white; }
  .header-body .color-link--active.color-link--blackblue, .footer .color-link--active.color-link--blackblue {
    background: #001738;
    border-color: #001738;
    color: white; }
    .header-body .color-link--active.color-link--blackblue::before, .footer .color-link--active.color-link--blackblue::before {
      background: white; }
  .header-body .color-link--active.color-link--black, .footer .color-link--active.color-link--black {
    background: #000;
    border-color: #000;
    color: white; }
    .header-body .color-link--active.color-link--black::before, .footer .color-link--active.color-link--black::before {
      background: white; }
  .header-body .color-link--active.color-link--white, .footer .color-link--active.color-link--white {
    background: #fff;
    border-color: #fff;
    color: white; }
    .header-body .color-link--active.color-link--white::before, .footer .color-link--active.color-link--white::before {
      background: white; }
  .header-body .color-link--active.color-link--yellow, .footer .color-link--active.color-link--yellow {
    color: #003b8f; }
  .header-body .color-link--yellow:hover, .footer .color-link--yellow:hover {
    background: #fccd04;
    border-color: #fccd04;
    color: white; }
    .header-body .color-link--yellow:hover::before, .footer .color-link--yellow:hover::before {
      background: white; }
  .header-body .color-link--orange:hover, .footer .color-link--orange:hover {
    background: #ff7d09;
    border-color: #ff7d09;
    color: white; }
    .header-body .color-link--orange:hover::before, .footer .color-link--orange:hover::before {
      background: white; }
  .header-body .color-link--green:hover, .footer .color-link--green:hover {
    background: #8dd117;
    border-color: #8dd117;
    color: white; }
    .header-body .color-link--green:hover::before, .footer .color-link--green:hover::before {
      background: white; }
  .header-body .color-link--purple:hover, .footer .color-link--purple:hover {
    background: #b859dc;
    border-color: #b859dc;
    color: white; }
    .header-body .color-link--purple:hover::before, .footer .color-link--purple:hover::before {
      background: white; }
  .header-body .color-link--red:hover, .footer .color-link--red:hover {
    background: #e2001a;
    border-color: #e2001a;
    color: white; }
    .header-body .color-link--red:hover::before, .footer .color-link--red:hover::before {
      background: white; }
  .header-body .color-link--red2:hover, .footer .color-link--red2:hover {
    background: #E0001A;
    border-color: #E0001A;
    color: white; }
    .header-body .color-link--red2:hover::before, .footer .color-link--red2:hover::before {
      background: white; }
  .header-body .color-link--pink:hover, .footer .color-link--pink:hover {
    background: #fa47da;
    border-color: #fa47da;
    color: white; }
    .header-body .color-link--pink:hover::before, .footer .color-link--pink:hover::before {
      background: white; }
  .header-body .color-link--blue:hover, .footer .color-link--blue:hover {
    background: #165bbb;
    border-color: #165bbb;
    color: white; }
    .header-body .color-link--blue:hover::before, .footer .color-link--blue:hover::before {
      background: white; }
  .header-body .color-link--blue2:hover, .footer .color-link--blue2:hover {
    background: #2060b8;
    border-color: #2060b8;
    color: white; }
    .header-body .color-link--blue2:hover::before, .footer .color-link--blue2:hover::before {
      background: white; }
  .header-body .color-link--lightblue:hover, .footer .color-link--lightblue:hover {
    background: #14e4da;
    border-color: #14e4da;
    color: white; }
    .header-body .color-link--lightblue:hover::before, .footer .color-link--lightblue:hover::before {
      background: white; }
  .header-body .color-link--lightblue2:hover, .footer .color-link--lightblue2:hover {
    background: #05D7CD;
    border-color: #05D7CD;
    color: white; }
    .header-body .color-link--lightblue2:hover::before, .footer .color-link--lightblue2:hover::before {
      background: white; }
  .header-body .color-link--lightblue3:hover, .footer .color-link--lightblue3:hover {
    background: #B9CDE7;
    border-color: #B9CDE7;
    color: white; }
    .header-body .color-link--lightblue3:hover::before, .footer .color-link--lightblue3:hover::before {
      background: white; }
  .header-body .color-link--darkblue:hover, .footer .color-link--darkblue:hover {
    background: #003b8f;
    border-color: #003b8f;
    color: white; }
    .header-body .color-link--darkblue:hover::before, .footer .color-link--darkblue:hover::before {
      background: white; }
  .header-body .color-link--blackblue:hover, .footer .color-link--blackblue:hover {
    background: #001738;
    border-color: #001738;
    color: white; }
    .header-body .color-link--blackblue:hover::before, .footer .color-link--blackblue:hover::before {
      background: white; }
  .header-body .color-link--black:hover, .footer .color-link--black:hover {
    background: #000;
    border-color: #000;
    color: white; }
    .header-body .color-link--black:hover::before, .footer .color-link--black:hover::before {
      background: white; }
  .header-body .color-link--white:hover, .footer .color-link--white:hover {
    background: #fff;
    border-color: #fff;
    color: white; }
    .header-body .color-link--white:hover::before, .footer .color-link--white:hover::before {
      background: white; }
  .header-body .color-link--yellow:hover, .footer .color-link--yellow:hover {
    color: #003b8f; }
  .header-body .color-link--font-s2, .footer .color-link--font-s2 {
    font-size: 21px; }
    .header-body .color-link--font-s2::before, .footer .color-link--font-s2::before {
      top: 13px; }
  @media only screen and (max-width: 1199px) {
    .header-body .color-link, .footer .color-link {
      margin-bottom: 5px; } }
  @media only screen and (max-width: 991px) {
    .header-body .color-link, .footer .color-link {
      font-size: 17px; }
      .header-body .color-link::before, .footer .color-link::before {
        top: 9px; } }

.socials__label {
  display: inline-block;
  vertical-align: top;
  color: #165bbb;
  font-family: "PFDinTextCondPro-Light";
  font-size: 18px;
  font-weight: 300; }
  @media only screen and (max-width: 991px) {
    .socials__label {
      display: none; } }
