html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.icon-arrow-down {
  width: 1.75em;
  height: 1em;
  fill: initial;
}

.icon-arrow-next {
  width: 0.56em;
  height: 1em;
  fill: initial;
}

.icon-arrow-prev {
  width: 0.56em;
  height: 1em;
  fill: initial;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-magnifer {
  width: 1em;
  height: 1em;
  fill: initial;
}

.header__menu_close{
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgb(212 63 63);
  cursor: pointer;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

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

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

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

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

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

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

.logo_00c5{
  display: none!important;
}
.chatCopyright_b2f7 a.link_1253.__ru_9f12{
  display: none!important;
}
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
}


.mainmenu__languages{
  position: relative;
  color: #ffffff;
  cursor: pointer;
  margin-left: 8px;
  margin-top: -3px;
}
.white .mainmenu__languages{
  color: #daab3d;
}
.header__menu .mainmenu__languages{
  color: #ffc74b;
  margin-left: 0;
}

.mainmenu__languages_block{
  display: none;
}

.mainmenu__languages:hover .mainmenu__languages_block{
  display: inline-block;
}
.mainmenu__languages_block{
  position: absolute;
  left: -14px;
  text-align: center;
  top: 20px;
  width: 50px;
  height: 65px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #201e23;
  z-index: 1111111111;
}
.mainmenu__languages_block ul li a{
  padding: 5px 3px;
  font-size: 16px;
  display: block;
}
.mainmenu__languages_block ul li a:hover{
  background: #38343e;
}
.mainmenu__languages_block_a{
  color: #D4B068!important;
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  font-size: 14px;
  text-shadow: none;
  text-align: left;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu>* {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown>input:not(.search):first-child,
.ui.dropdown>select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown>.dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 3px;
}

.ui.dropdown .menu>.item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu>.item .dropdown.icon+.text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown>.text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #2E3035;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu>.item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: #2E3035;
  padding: 8px 20px !important;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu>.item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown>.text>[class*="right floated"],
.ui.dropdown .menu .item>[class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown>.text>[class*="left floated"],
.ui.dropdown .menu .item>[class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item>.icon.floated,
.ui.dropdown .menu .item>.flag.floated,
.ui.dropdown .menu .item>.image.floated,
.ui.dropdown .menu .item>img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu>.header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu>.divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown .menu>.input {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 1.14285714rem 0.71428571rem;
  min-width: 10rem;
}

.ui.dropdown .menu>.header+.input {
  margin-top: 0em;
}

.ui.dropdown .menu>.input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu>.input:not(.transparent) .button,
.ui.dropdown .menu>.input:not(.transparent) .icon,
.ui.dropdown .menu>.input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown>.text>.description,
.ui.dropdown .menu>.item>.description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu>.message {
  padding: 0.71428571rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu>.message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown>.text>.icon,
.ui.dropdown>.text>.label,
.ui.dropdown>.text>.flag,
.ui.dropdown>.text>img,
.ui.dropdown>.text>.image {
  margin-top: 0em;
}

.ui.dropdown .menu>.item>.icon,
.ui.dropdown .menu>.item>.label,
.ui.dropdown .menu>.item>.flag,
.ui.dropdown .menu>.item>.image,
.ui.dropdown .menu>.item>img {
  margin-top: 0em;
}

.ui.dropdown>.text>.icon,
.ui.dropdown>.text>.label,
.ui.dropdown>.text>.flag,
.ui.dropdown>.text>img,
.ui.dropdown>.text>.image,
.ui.dropdown .menu>.item>.icon,
.ui.dropdown .menu>.item>.label,
.ui.dropdown .menu>.item>.flag,
.ui.dropdown .menu>.item>.image,
.ui.dropdown .menu>.item>img {
  margin-left: 0em;
  float: none;
  margin-right: 0.71428571rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown>.text>img,
.ui.dropdown>.text>.image,
.ui.dropdown .menu>.item>.image,
.ui.dropdown .menu>.item>img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu>.item:before,
.ui.menu .ui.dropdown .menu>.item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons>.ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button>.dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
.ui.selection.dropdown.outline {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 13px;
  font-weight: 700;
  min-height: 30px;
  min-width: 60px;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 4px 11px;
}

.ui.selection.dropdown.outline>.text {
  color: #fff;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
}

.ui.selection.dropdown.outline:hover>.text {
  color: #ff4128 !important;
}

.ui.selection.dropdown.outline>.dropdown.icon {
  margin: 6px 0;
  padding: 0;
  right: 11px;
  opacity: 1;
  height: 5px;
}

.ui.selection.dropdown.outline>.dropdown.icon:before {
  border: none;
  width: 7px;
  height: 5px;
  background-size: 7px 5px;
  display: block;
}

.ui.selection.visible.dropdown.outline>.text:not(.default) {
  color: #fff;
  font-weight: 700;
}

.ui.active.selection.dropdown.outline {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.ui.selection.dropdown.outline .menu {
  overflow: visible;
  border-radius: 4px;
}

.ui.selection.dropdown.outline .menu:after {
  background: #fff;
}

.ui.selection.dropdown.outline .menu>.item {
  font-size: 13px;
  font-weight: 700;
  padding: 10px !important;
  text-align: center;
}

/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1.30em;
  white-space: normal;
  outline: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 8em;
  min-height: 50px;
  background: #ffffff;
  display: inline-block;
  padding: 0.78571429em 2.6em 0.78571429em 1em;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  border: none;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown>.search.icon,
.ui.selection.dropdown>.delete.icon,
.ui.selection.dropdown>.dropdown.icon {
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  z-index: 3;
  margin: -0.5em -0.7em;
  padding: 0.78571429em;
  right: 1em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  outline: none;
  margin: 1px 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu>.message {
  padding: 0.71428571rem 1.14285714rem;
}

/* Menu Item */
.ui.selection.dropdown .menu>.item {
  padding: 0.71428571rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* Hover */
/* Active */
/* Focus */
/* Visible */
.ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: normal;
  color: #292936;
}

.ui.selection.active.dropdown:hover .menu {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown>.dropdown.icon,
.ui.visible.selection.dropdown>.dropdown.icon {
  opacity: 1;
  z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: '';
}

/* Search Dropdown */
.ui.search.dropdown>input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  top: 0em;
  left: 0em;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
.ui.search.dropdown>input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown>.text {
  cursor: text;
  position: relative;
  z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown>input.search {
  line-height: 1.2142em;
  padding: 0.67861429em 2.6em 0.67861429em 1em;
}

/* Active/Visible Search */
.ui.search.dropdown.active>input.search,
.ui.search.dropdown.visible>input.search {
  cursor: auto;
}

.ui.search.dropdown.active>.text,
.ui.search.dropdown.visible>.text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus+.text .icon,
.ui.active.search.dropdown input.search:focus+.text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus+.text {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22620476em 2.6em 0.22620476em 0.28571429em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown>input.search {
  cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown>.label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.71428571em;
  margin: 0.21428571em 0.28571429rem 0.21428571em 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: 0em -0.71428571em 0em 0em;
  padding: 0.5em;
}

/* Text */
.ui.multiple.dropdown>.text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  line-height: 1.2142em;
}

.ui.multiple.dropdown>.label~.text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown>.text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  line-height: 1.2142em;
}

.ui.multiple.search.dropdown>.label~.text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown>input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  width: 2.2em;
  line-height: 1.2142em;
}

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.25em;
  vertical-align: baseline;
}

.ui.inline.dropdown>.text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.25em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu>.item:hover {
  background: rgba(0, 0, 0, 0.05);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
/* Positioning */
.ui.loading.dropdown>i.icon:before,
.ui.loading.dropdown>i.icon:after {
  left: 30% !important;
}

.ui.loading.dropdown>i.icon {
  top: 50% !important;
}

.ui.multiple.loading.dropdown>i.icon:before,
.ui.multiple.loading.dropdown>i.icon:after {
  top: 0% !important;
  left: 0% !important;
}

.ui.loading.dropdown>i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown>i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button>i.icon:before,
.ui.loading.dropdown.button>i.icon:after {
  display: none;
}

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------
     Default Text
----------------------*/
.ui.dropdown>.default.text,
.ui.default.dropdown>.text {
  color: #292936;
}

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown>.text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown>.filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error>.text,
.ui.dropdown.error>.default.text {
  color: #9f3a38;
}

.ui.selection.dropdown.error {
  background: #fff6f6;
  border-color: #e0b4b4;
}

.ui.selection.dropdown.error:hover {
  border-color: #e0b4b4;
}

.ui.dropdown.error>.menu,
.ui.dropdown.error>.menu .menu {
  border-color: #e0b4b4;
}

.ui.dropdown.error>.menu>.item {
  color: #9f3a38;
}

.ui.multiple.selection.error.dropdown>.label {
  border-color: #e0b4b4;
}

/* Item Hover */
.ui.dropdown.error>.menu>.item:hover {
  background-color: #fff2f2;
}

/* Item Active */
.ui.dropdown.error>.menu .active.item {
  background-color: #fdcfcf;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu>.disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 50%;
  margin-left: -45px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu>.menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Left Flyout Menu */
.ui.dropdown>.left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.71428571rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.71428571rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon+.text,
.ui.dropdown .left.menu .item .dropdown.icon+.text {
  margin-left: 1em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown>.menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu>.item.item.item {
  border-top: none;
  padding-right: calc(1.14285714rem + 17px) !important;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown>.animating.menu .scrolling.menu,
.ui.dropdown>.visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown>.menu,
.ui.simple.dropdown:hover>.menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown>.menu>.item:active>.menu,
.ui.simple.dropdown:hover>.menu>.item:hover>.menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown>.menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown>.dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown>.menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown>.menu {
  top: 100%;
  margin-top: 14px;
  min-width: 90px;
}

.ui.pointing.dropdown>.menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 2;
}

.ui.pointing.dropdown>.menu:after {
  top: -4px;
  left: 50%;
  margin: 0em 0em 0em -5px;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown>.menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown>.menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown>.menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown>.menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.right.pointing.dropdown>.menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown>.menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown>.menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown>.menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown>.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown>.menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown>.menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown>.menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown>.menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown>.menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown>.menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown>.menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.upward.pointing.dropdown>.menu,
.ui.upward.top.pointing.dropdown>.menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.71428571rem;
  border-radius: 0.28571429rem;
}

.ui.upward.pointing.dropdown>.menu:after,
.ui.upward.top.pointing.dropdown>.menu:after {
  top: 100%;
  bottom: auto;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}

.ui.dropdown>.dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown>.dropdown.icon {
  width: auto;
}

.ui.dropdown>.dropdown.icon:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #292936;
  display: inline-block;
  border-bottom-width: 0;
  vertical-align: middle;
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.14 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.hidden.transition {
  display: none;
  visibility: hidden;
}

.visible.transition {
  display: block !important;
  visibility: visible !important;
}

.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.transition.browse {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

.transition.browse.left.out,
.transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }

  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }

  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }

  10% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7;
  }

  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}

@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }

  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }

  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }

  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
  }

  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0;
  }
}

.drop.transition {
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.transition.fly {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.transition.swing {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -ms-transform-origin: center right;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.pulse.transition {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-1turn);
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(1turn);
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/*

    MAIN STYLE

*/


body {
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: #fef8ef;
}


a {
  text-decoration: none;
}

button {
  background: none;
}

.out {
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
  background: #fff;
}

.center {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.btn {
  width: 230px;
  height: 48px;
  background-image: -webkit-linear-gradient(77deg, #fa7d2d 25%, #feab4b 75%);
  background-image: -o-linear-gradient(77deg, #fa7d2d 25%, #feab4b 75%);
  background-image: linear-gradient(13deg, #fa7d2d 25%, #feab4b 75%);
  background-position: 50% 50%;
  background-size: 200% auto;
  border-radius: 24px;
  -webkit-box-shadow: 0 14px 40px rgba(220, 146, 66, 0.31);
  box-shadow: 0 14px 40px rgba(220, 146, 66, 0.31);
  -webkit-tap-highlight-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background-position: 90% 50%;
}

.btn_big {
  width: 420px;
  height: 62px;
  border-radius: 31px;
  background-image: -webkit-linear-gradient(77deg, #ff6b25 25%, #fe9a40 75%);
  background-image: -o-linear-gradient(77deg, #ff6b25 25%, #fe9a40 75%);
  background-image: linear-gradient(13deg, #ff6b25 25%, #fe9a40 75%);
  -webkit-box-shadow: 0 20px 65px rgba(82, 59, 35, 0.46);
  box-shadow: 0 20px 65px rgba(82, 59, 35, 0.46);
  font-size: 18px;
}

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

.wrapper {
  padding: 0;
  background: #fff;
}

.main {
  position: relative;
}

.main__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.main__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.main__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 39, 36, 0.15);
  z-index: 2;
}

.main__bg:nth-child(2):after {
  background-color: rgba(40, 39, 36, 0.35);
}

.main__center {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 100px;
}

.main__wrap {
  width: 100%;
  margin: auto;
}

.main__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.main__link {
  position: relative;
  padding-left: 25px;
}

.main__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main__link:not(:last-child) {
  margin-right: 40px;
}

.main__link:first-child:before {
 
}

.main__link:nth-child(2):before {
 
}

.main__link.active {
  cursor: default;
}

.main__link:hover .main__text {
  color: #ffdf98;
}

.main__link.active .main__text {
  color: #efe6e0;
}

.main__link.active .main__text:before {
  visibility: hidden;
  opacity: 0;
}

.main__link.active:first-child:before {
 
}

.main__link.active:nth-child(2):before {
 
}

.main__link .main__text {
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #ffc74b;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.main__link .main__text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffc74b), color-stop(50%, #ffc74b), color-stop(51%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: -o-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: linear-gradient(to right, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 4px 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main__box {
  position: relative;
  text-align: center;
  margin-bottom: 85px;
}

.main__box:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1329px;
  height: 245px;
}

.main__title {
  position: relative;
  z-index: 2;
  font-family: 'Exo2-RegularCondensed', serif;
  font-size: 98px;
  color: #fff;
  font-weight: normal;
}

.main__title br {
  display: none;
}

.main__info {
  position: relative;
  z-index: 2;
  font-family: 'MuseoSansCyrl-100', serif;
  font-size: 24px;
  font-weight: normal;
  color: #efe6e0;
}

.main__info br {
  display: none;
}

.main__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.main__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.main__item:not(:last-child) {
  margin-right: 70px;
}

.main__preview {
  margin-right: 17px;
  font-size: 0;
}

.main__item .main__preview .main__pic {
  max-width: 100%;
}

.main__item .main__text {
  font-size: 17px;
  line-height: 1.17647;
  color: #fff;
}

.main__btns {
  text-align: center;
}

.main__arrow {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__arrow .icon {
  font-size: 14px;
  fill: #fff;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
}

.main__arrow:hover .icon {
  fill: #daab3d;
}

.header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.header.hide {
  top: -300px !important;
}

.header.removehide {
  top: 0 !important;
}

.header__center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 90px;
  width: 100%;
  padding: 20px 107px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header__logo {
  margin-right: 118px;
  font-size: 0;
}

.header__pic {
  display: flex;
}

.header__pic {
  width: 70px;
}

.mainmenu__logo_ops {
  font-size: 23px;
  color: #ffd777;
  font-family: 'Lobster', cursive;
  position: absolute;
  left: 49px;
  bottom: 6px;
  width: 180px;
}

.header__pic_black {
  display: none;
}

.header__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}

.header__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: 40px;
}

.header__link {
  border-bottom: 1px solid rgba(255, 199, 75, 0.2);
  font-size: 17px;
  line-height: 1;
  color: #ffc74b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__link:hover {
  border-color: transparent;
  color: #ffd77e;
}

.header__link:not(:last-child) {
  margin-right: 45px;
}

.header__link.active {
  border-bottom: transparent;
  color: #ffe7b1;
  pointer-events: none;
}

.header__more {
  position: relative;
  z-index: 3;
}

.header__top {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
}

.header__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 17px;
  width: 15px;
  padding-top: 2px;
  border-bottom: 1px solid rgba(255, 199, 75, 0.2);
}

.header__dot {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffc74b;
}

.header__dot:before,
.header__dot:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffc74b;
}

.header__dot:before {
  left: -6px;
}

.header__dot:after {
  left: 6px;
}

.header__body {
  position: absolute;
  top: -32px;
  left: -25px;
  width: 290px;
  padding: 32px 15px 25px 85px;
  background-color: rgba(255, 255, 255, 0.98);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.header__list:not(:last-child) {
  margin-bottom: 29px;
}

.header__item {
  border-bottom: 1px solid #cacaca;
  line-height: 1;
  color: #f0bd4f;
  -webkit-transition: border-color .3s, color .3s;
  -o-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s;
}

.header__item:hover {
  border-color: transparent;
}

.header__item:not(:last-child) {
  margin-bottom: 14px;
}

.header__item.active {
  border-color: transparent;
  color: #ffc74b;
  pointer-events: none;
}

.header__phone {
  margin-left: auto;
  margin-right: 40px;
}

.header__phone_mobile {
  display: none;
}

@media all and (max-width: 767px) {
  .header__phone_mobile {
    display: inline-block;
    margin-top: 40px !important;
  }
}

.header__btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__btn:hover {
  border-color: #fff;
}

.header__menu {
  display: none;
}

.header__menu .header__link {
  font-size: 16px;
}

.header__menu .header__link:not(:last-child) {
  margin-right: 30px;
}

.header__burger {
  display: none;
}

.header__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.header__close .icon {
  font-size: 20px;
  fill: #ffc74b;
}

.header.new {
  top: 0;
}

.header.new .header__logo {
  margin-right: 75px;
}

.header.new .header__pic {
  width: 127px;
}

.header.new .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.new .header__more {
  display: block;
}

.header.new .header__menu {
  display: none;
}

.header.white {
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 20px 59px rgba(50, 39, 29, 0.04);
  box-shadow: 0 20px 59px rgba(50, 39, 29, 0.04);
  border-top: 1px solid #ffbe73;
  border-bottom: 1px solid #ffbe73;
}

.header.white .header__pic_white {
  display: none;
}

.header.white .header__pic_black {
  display: inline-block;
  height: 33px;
}

.header.white .header__link {
  border-bottom: 1px solid rgba(250, 124, 31, 0.2);
  color: #daab3d;
}

.header.white .header__link:hover {
  border-color: transparent;
  color: #fca86a;
}

.header.white .header__link.active {
  border-bottom: transparent;
  color: #ffc74b;
}

.header.white .header__box {
  border-bottom: 1px solid rgba(250, 124, 31, 0.2);
}

.header.white .header__dot {
  background: #daab3d;
}

.header.white .header__dot:before,
.header.white .header__dot:after {
  background: #daab3d;
}

.header.white .header__body {
  border: 3px solid #fff;
  background: rgba(255, 247, 234, 0.9);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  padding-top: 29px;
}

.header.white .header__item {
  border-color: rgba(40, 39, 36, 0.2);
}

.header.white .header__item:hover {
  border-color: transparent;
}

.header.white .header__item.active {
  border-bottom: transparent;
  color: #daab3d;
}

.header.white .phone__head .phone__number {
  border-color: #282724;
  color: #282724;
}

.header.white .phone__icon .icon {
  fill: #282724;
}

.header__phone_mobile .phone__head .phone__number {
  border-color: #282724 !important;
  color: #282724 !important;
}

.header__phone_mobile .phone__icon .icon {
  fill: #282724 !important;
}

.header.white .phone__body .phone__number,
.header.white .header__phone_mobile .phone__body .phone__number {
  color: #282724;
}

.header.white .phone__body .phone__number:hover {
  color: #928f86;
}

.header.white .header__btn {
  border-color: #daab3d;
  color: #daab3d;
}

.header.white .header__btn:hover {
  background: #daab3d;
  color: #fff;
}

.header.white .burger__text {
  color: #daab3d;
}

.header.white .burger__lines:before,
.header.white .burger__lines:after {
  background: #daab3d;
}

.header.white .phone__btn {
  border-color: #daab3d;
  color: #daab3d;
  display: flex;
  padding: 3px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.header.white .phone__btn:hover {
  border-color: #daab3d;
  color: #ffffff;
}
.phone__btn, .header.white .header__phone_mobile .phone__btn{
  display: flex;
  padding: 3px;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}
.header.black {
  background-color: rgba(37, 32, 26, 0.97);
  -webkit-box-shadow: 0 20px 89px rgba(19, 15, 12, 0.4);
  box-shadow: 0 20px 89px rgba(19, 15, 12, 0.4);
}

body:not(.touch-device) .header__more:hover .header__body {
  visibility: visible;
  opacity: 1;
}

body:not(.touch-device) .desc__part:hover {
  border-color: transparent;
  color: #ffc74b;
}

.burger {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100px;
  cursor: pointer;
}

.burger__text {
  margin-right: 8px;
  font-size: 14px;
  color: #ffc74b;
}

.burger__lines {
  position: relative;
  width: 20px;
  height: 6px;
}

.burger__lines:before,
.burger__lines:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #ffc74b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.burger__lines:before {
  top: 0;
}

.burger__lines:after {
  bottom: 0;
}

.phone {
  position: relative;
  z-index: 2;
}

.phone__head {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.phone__head .phone__number {
  margin-right: 10px;
  border-bottom: 2px dotted #000;
  font-family: 'Exo2-RegularCondensed', serif;
  font-size: 30px;
  line-height: 1.06667;
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  white-space: nowrap;
}

.header .phone__head .phone__number {
  border-bottom: 2px dotted #fff;
  color: #fff;
}

.phone__code {
  font-family: 'Exo2-ThinCondensed', serif;
}

.phone__icon {
  font-size: 0;
}

.phone__icon .icon {
  font-size: 5px;
  fill: #000;
  -webkit-transition: fill .3s, -webkit-transform .3s;
  transition: fill .3s, -webkit-transform .3s;
  -o-transition: transform .3s, fill .3s;
  transition: transform .3s, fill .3s;
  transition: transform .3s, fill .3s, -webkit-transform .3s;
}

.header .phone__icon .icon {
  fill: #fff;
}

.phone__body {
  position: absolute;
  top: -27px;
  left: -30px;
  width: 240px;
  padding: 87px 20px 27px 30px;
  border: 2px solid #fff;
  background: rgba(255, 247, 234, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header.white .phone__body {
  background: rgba(255, 247, 234, 0.9);
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.header .phone__body,
.header .header__phone_mobile .phone__body {
  border: none;
  background: #1d1916;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
}

.header .header__phone_mobile .phone__body {
  background: rgba(255, 255, 255, 0.95) !important;
}

.phone__text {
  margin-bottom: 12px;
  font-size: 14px;
  color: #282828;
}

.phone__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.phone__btn,
.header.white .header__phone_mobile .phone__btn {
  width: 160px;
  height: 40px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #b6babe;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.phone__btn:hover{
  background-color: #daab3d;
  color: #ffffff;
}

.phone__body .phone__number {
  font-size: 21px;
  line-height: 1;
  color: #000;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.header .phone__body .phone__number {
  color: #000;
}

.header .phone__body .phone__number:hover {
  color: #daab3d;
}

.header.white .phone__body .phone__number:hover {
  color: #928f86;
}

.phone__body .phone__number:not(:last-child) {
  margin-bottom: 7px;
}

.phone_black .phone__body {
  top: -20px;
  left: -20px;
  width: 250px;
  border: 1px solid #feab4b;
  background: #fff6e9;
}

.phone_black .phone__body .phone__number {
  color: #282724;
}

.phone_black .phone__body .phone__number:hover {
  color: #928f86;
}

.phone_black .phone__head .phone__number {
  border-color: #282724;
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 36px;
  line-height: .8;
  color: #282724;
}

.phone_black .phone__code {
  font-family: 'Exo2-MediumCondensed', serif;
}

.phone_black .icon {
  fill: #282724;
}

.phone_top .phone__body {
  top: auto;
  bottom: -20px;
  width: 230px;
  padding: 27px 20px 87px 30px;
}

body:not(.touch-device) .phone:hover .phone__body {
  visibility: visible;
  opacity: 1;
}

body:not(.touch-device) .phone:hover .phone__head .phone__number,
.phone.active .phone__head .phone__number,
.header.white .header__phone_mobile.phone.active .phone__head .phone__number {
  color: #000;
}

.header .header__phone_mobile.phone.active .phone__icon .icon {
  fill: #000;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body:not(.touch-device) .header.white .phone:hover .phone__head .phone__number,
.header.white .phone.active .phone__head .phone__number {
  border-color: #e6dfd3;
}

body:not(.touch-device) .phone:hover .phone__icon .icon,
.phone.active .phone__icon .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #000;
}

body:not(.touch-device) .phone:hover __icon .icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.title {
  text-align: center;
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 60px;
  line-height: 1.33333;
}

.owl-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2ddbe;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.owl-dot:not(:last-child) {
  margin-right: 7px;
}

.owl-dot.active {
  background: #daab3d;
}

.project {
  padding: 90px 0 170px;
}

.project__center {
  position: relative;
  max-width: 1575px;
}

.project__title {
  margin-bottom: 20px;
}

.project__title-tab {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  color: #6b6a6a;
}

@media all and (max-width: 1540px) {
  .project__title-tab {
    font-size: 20px;
  }
}

.project__desc {
  font-size: 20px;
  line-height: 1.7;
  max-width: 930px;
  margin: 50px auto 30px;
  text-align: center;
}

@media all and (max-width: 1540px) {
  .project__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .project__desc {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .project__desc {
    font-size: 15px;
    margin: 20px 0;
  }
}

.project__head {
  text-align: center;
  margin-bottom: 75px;
}

.project__nav {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  border: 5px solid #fff7ea;
  border-radius: 28px;
  background: #fff7ea;
}

.project__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 46px;
  padding: 1px 40px 0px;
  background: #fff7ea;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  position: relative;
}

.project__link:after {
  content: '';
  width: 2px;
  height: 28px;
  background: #fff;
  position: absolute;
  right: -1px;
}

.project__link:first-child {
  border-radius: 24px 0 0 24px;
}

.project__link:last-child {
  border-radius: 0 24px 24px 0;
}

.project__link:last-child:after {
  content: none;
}

.project__link.active {
  background: #daab3d;
  z-index: 1;
}

.project__link.active:after {
  content: none;
}

.project__link:hover .project__text {
  border-color: transparent;
}

.project__link.active .project__text {
  border-color: transparent;
  color: #fff;
}

.project__text {
  border-bottom: 1px dotted #daab3d;
  line-height: 1;
  color: #daab3d;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__item {
  display: none;
}

.project__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -12px;
}

.project__list .project__box {
  -ms-flex: 0 0 calc(20% - 24px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(20% - 24px);
  max-width: calc(20% - 24px);
  width: 100%;
  margin: 0 12px;
  padding: 48px 25px 40px;
}

.project .owl-next,
.project .owl-prev {
  position: absolute;
  top: 215px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: rgba(20, 20, 19, 0.5);
  font-size: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.popup__project .owl-next,
.popup__project .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.project .owl-next:hover,
.project .owl-prev:hover {
  background: #141413;
}

.project .owl-next .icon,
.project .owl-prev .icon {
  font-size: 19px;
  fill: #f4fafa;
}

.project .owl-prev {
  left: -35px;
}

.project .owl-next {
  right: -35px;
}

.project .owl-dots {
  padding-top: 30px;
}

.project .owl-dot {
  width: 12px;
  height: 12px;
}

.project .owl-dot:not(:last-child) {
  margin-right: 10px;
}

.project__box {
  background: #fff;
}

.project__info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.project__list .project__info {
  margin-bottom: 46px;
}

.project__info .project__area {
  margin: 0;
}

.project__name {
  font-family: 'Exo2-RegularCondensed', serif;
  font-size: 24px;
  line-height: 1;
  color: #282724;
}

.project__list .project__name {
  margin-right: 20px;
}

.project__area {
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 1;
  color: #575550;
}

.project__list .project__preview {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 195px;
  margin-bottom: 21px;
}

.project__list .project__preview:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__list .project__preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__list .project__preview:hover:before,
.project__list .project__preview:hover:after {
  visibility: visible;
  opacity: 1;
}

.project__preview {
  font-size: 0;
}

.owl-carousel .owl-item .project__scheme {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.project__scheme {
  max-width: 100%;
  max-height: 100%;
}

.project__price {
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  color: #282724;
}

.project__note {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  padding-left: 1px;
  border: 1px solid #cfc9ba;
  border-radius: 50%;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  color: #cfc9ba;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__note:hover {
  border-color: #daab3d;
  background: #daab3d;
  color: #fff;
}

.project__note:hover .project__tooltip {
  visibility: visible;
  opacity: 1;
}

.idea__container_mobile {
  display: none;
}

.project__tooltip {
  position: absolute;
  bottom: 100%;
  width: 345px;
  margin-bottom: 20px;
  padding: 30px 20px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 4.2px 7.9px 87px rgba(212, 207, 200, 0.41);
  box-shadow: 4.2px 7.9px 87px rgba(212, 207, 200, 0.41);
  font-size: 14px;
  color: #575550;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
}

.project__tooltip_left {
  left: -30px;
}

.project__tooltip_left:before {
  left: 37px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 16px 0 0;
  border-color: #fff transparent transparent transparent;
}

.project__tooltip_right {
  right: -30px;
}

.project__tooltip_right:before {
  right: 37px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 16px 12px 0;
  border-color: transparent #fff transparent transparent;
}

.project__btns {
  text-align: center;
}

.project__btn {
  width: 208px;
}

.project__shavings {
  position: absolute;
}

.project__shavings_1 {
  top: 0px;
  right: 110px;
  width: 102px;
}

.project__shavings_2 {
  top: 70px;
  right: -30px;
  width: 89px;
}

.project__img {
  width: 100%;
}

.project__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.project__wrap .project__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex: 0 0 calc(50% - 16px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
  width: 100%;
  margin: 0 8px 16px;
  padding: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__wrap .project__box:hover {
  -webkit-box-shadow: 0 3px 20px rgba(250, 124, 31, 0.35);
  box-shadow: 0 3px 20px rgba(250, 124, 31, 0.35);
}

.project__wrap .project__preview {
  position: relative;
  -ms-flex: 0 0 310px;
  -webkit-box-flex: 0;
  flex: 0 0 310px;
  max-width: 310px;
}

.project__wrap .project__inner {
  -ms-flex: 0 0 calc(100% - 310px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 310px);
  max-width: calc(100% - 310px);
  padding-left: 50px;
}

.project__wrap .project__preview:hover .project__next {
  visibility: visible;
  opacity: 1;
}

.project__next {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(40, 39, 36, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__next .icon {
  font-size: 42px;
  fill: #fff;
}

.project__pic {
  width: 100%;
}

.project__wrap .project__name {
  min-height: 42px;
  margin-bottom: 15px;
}

.project__wrap .project__area {
  margin-bottom: 37px;
}

.project__content {
  display: none;
}

.project__variant.hide {
  display: none;
}

.project__variant .project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.project__variant .project__col {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.project__variant .project__col:last-child {
  padding-left: 60px;
  text-align: left;
}

.project__variant .project__preview {
  margin-bottom: 8px;
}

.project__variant .project__name {
  margin-bottom: 17px;
  font-size: 40px;
}

.project__variant .project__area {
  margin-bottom: 40px;
  font-size: 15px;
}

.project__contant {
  font-size: 14px;
  color: #282724;
}

.project__contant div {
  max-height: 200px;
  overflow: hidden;
  bottom: 0;
  position: relative;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  height: 100%;
}

.project__contant div:after {
  left: 0;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.project__contant div.active {
  max-height: 1000px;
}

.project__contant div.active:after {
  content: none;
}

.project__contant div.active+span {
  display: none;
}

.project__contant span {
  cursor: pointer;
  color: #daab3d;
  border-bottom: 1px dotted #daab3d;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
  display: inline-block;
}

.project__contant span:hover {
  border-color: transparent;
}

.project__top {
  margin-bottom: 15px;
}

.project__diameter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.project__radio:not(:last-child) {
  margin: 0 15px 10px 0;
}

.project__variant .project__price {
  font-size: 24px;
  line-height: 1;
}

.project__time {
  font-size: 13px;
  line-height: 1.84615;
  color: #bbbab7;
}

.project__control {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.project__variant .project__preview {
  position: relative;
}

.project__gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.project__gallery .project__photo {
  -ms-flex: 0 0 calc(20% - 8px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(20% - 8px);
  max-width: calc(20% - 8px);
  margin: 0 4px;
  cursor: pointer;
}

.project__gallery .project__photo .project__preview:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 2px #daab3d;
  box-shadow: inset 0 0 0 2px #daab3d;
  background: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.project__gallery .project__photo.active .project__preview:before {
  visibility: visible;
  opacity: 1;
}

.project .ui.selection.dropdown {
  display: none;
}

.ui.selection.dropdown {
  width: 256px;
  min-height: 48px;
  padding-top: 15px;
  background-color: #fff;
  border: 1px solid #daab3d;
  border-radius: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.ui.upward.selection.dropdown.visible {
  border-radius: 0 0 24px 24px !important;
}

.ui.dropdown>.default.text,
.ui.default.dropdown>.text {
  font-size: 14px;
  color: #daab3d;
}

.ui.dropdown>.text {
  font-size: 14px;
  color: #daab3d;
}

.ui.selection.visible.dropdown>.text:not(.default) {
  color: #daab3d;
}

.ui.dropdown .menu {
  left: 0;
  padding: 0;
  border-radius: 0 0 24px 24px;
}

.ui.upward.selection.dropdown .menu {
  border-radius: 24px 24px 0 0;
}

.ui.dropdown .menu>.item {
  text-align: center;
  font-size: 14px;
}

.ui.dropdown>.dropdown.icon:before {
  border-top-color: #daab3d;
}

.form__title {
  margin-bottom: 12px;
  text-align: center;
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 44px;
}

.form__info {
  margin-bottom: 27px;
  text-align: center;
  font-size: 15px;
  line-height: 1.33333;
  color: #575550;
}

.form__fieldset {
  margin-bottom: 40px;
}

.form__field:not(:last-child) {
  margin-bottom: 10px;
}

.form__btn {
  width: 100%;
  height: 60px;
  border-radius: 30px;
}

.form__note {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.form__variants {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 30px;
}

.form__accord {
  margin-bottom: 35px;
}

.form__head {
  display: inline-block;
  border-bottom: 1px dotted #948a81;
  font-size: 15px;
  line-height: 1;
  color: #948a81;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.form__head:hover {
  border-color: transparent;
}

.form__body {
  display: none;
}

.form__line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -5px;
}

.form__body .form__field {
  -ms-flex: 0 0 calc(50% - 10px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 5px;
}

.form_white .form__title {
  color: #fff;
}

.form_white .form__info {
  color: #fff;
}

.form_white .field__input {
  border-bottom: 2px solid #7f7368;
  color: #fff;
}

.field__input {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #f9f1e7;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #282724;
}

.field__input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #948a81;
}

.field__input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #948a81;
}

.field__input::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #948a81;
}

.field__input::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #948a81;
}

.footer {
  padding: 55px 0;
  background: #fff;
}

.footer__center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0 105px;
}

.footer__logo {
  margin-right: 95px;
  font-size: 0;
}

.footer__pic {
  width: 117px;
}

.footer__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__link {
  border-bottom: 1px solid rgba(255, 199, 75, 0.2);
  font-size: 16px;
  line-height: 1;
  color: #ffc74b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__link:not(:last-child) {
  margin-bottom: 10px;
}

.footer__link:hover {
  border-color: #ffc74b;
}

.footer__link:not(:last-child) {
  margin-right: 44px;
}

.footer__phone {
  margin-left: auto;
}

.footer__burger {
  display: none;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright {
  margin: 0 15px 10px;
  text-align: left;
  padding-left: 90px;
}

@media only screen and (max-width: 1681px) {
  .footer__copyright {
    text-align: left;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer__copyright {
    text-align: left;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__copyright {
    text-align: center;
    padding-left: 0;
  }
}



.copyright__image {
  max-width: 100%;
  transition: 0.3s opacity;
}

.copyright__image:hover {
  opacity: 0.5;
}

.popup,
.popup_success,
.popup_fail {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 320px;
  padding: 60px 20px 100px;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap,
.popup_success.animation .popup__wrap,
.popup_fail.animation .popup__wrap {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup__wrap {
  position: relative;
  max-width: 448px;
  width: 100%;
  padding: 70px 74px;
  margin: auto;
  opacity: 0;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .7s all ease-out;
  -o-transition: .7s all ease-out;
  transition: .7s all ease-out;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 103px rgba(41, 40, 37, 0.1);
  box-shadow: 0 13px 103px rgba(41, 40, 37, 0.1);
  text-align: center;
}

.popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: -70px;
  font-size: 0;
}

.popup__close .icon {
  font-size: 30px;
  fill: #b8b2a9;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s;
}

.popup__close:hover .icon {
  fill: #daab3d;
}

.popup__form .form__title {
  margin-bottom: 20px;
  line-height: 1;
}

.popup__form--delivery p {
  text-align: left;
  margin: 15px 0;
}

.popup__project.project {
  margin: 0;
  padding: 60px 60px 55px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  min-height: 300px;
}

.popup__preview {
  margin-bottom: 45px;
  font-size: 0;
}

.popup__pic {
  max-width: 100%;
}

.popup__title {
  margin-bottom: 40px;
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 40px;
  line-height: 1;
}

.popup__success_wrap {
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 22px;
}

.popup__fail_wrap {
  font-family: 'Exo2-MediumCondensed', serif;
  font-size: 22px;
}

.button__fail {
  border: 1px solid #daab3d;
  background-color: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10em;
  margin-top: 25px;
  color: #daab3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.button__fail:hover {
  background-color: #daab3d;
  color: #fff;
}

.popup_success,
.popup_fail {
  border: none;
  background-color: rgba(37, 32, 26, 0.95);
}

.popup_success.visible,
.popup_fail.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup__text {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #575550;
}

.popup__btn {
  width: auto;
  height: 50px;
  padding: 0 50px;
  border-radius: 25px;
  font-size: 15px;
}

.popup_call {
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
}

.popup_project .popup__wrap {
  max-width: 1128px;
  padding: 0;
}

.popup_project .popup__form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 35px 70px 35px 60px;
  border-top: 1px solid #f5f0e8;
  background-color: #fffcf6;
}

.popup_project .popup__form .form__title {
  margin: 0;
  text-align: left;
  font-family: 'Exo2-RegularCondensed', serif;
  font-size: 26px;
}

.popup_project .popup__form .form__fieldset {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 44.3%;
  -webkit-box-flex: 44.3%;
  flex: 44.3%;
  max-width: 44.3%;
  margin: 0 -10px;
}

.popup_project .popup__form .form__field {
  -ms-flex: 0 0 calc(50% - 20px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 10px;
}

.popup_project .popup__form .form__btn {
  width: 230px;
  height: 50px;
  border-radius: 25px;
}

.popup_idea .popup__wrap {
  max-width: 840px;
  padding: 70px 50px 60px 60px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.11428571rem;
  }

  .ui.search.dropdown .menu {
    max-height: 10.11428571rem;
  }

  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 14.57142857rem;
  }
}

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 15.17142857rem;
  }

  .ui.search.dropdown .menu {
    max-height: 15.17142857rem;
  }

  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 19.42857143rem;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 20.22857143rem;
  }

  .ui.search.dropdown .menu {
    max-height: 20.22857143rem;
  }

  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 19.42857143rem;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 767px) {
  .oven__figure_2 .oven__drawing {
    width: 191px;
  }
}

@media only screen and (max-width: 1681px) {
  .center {
    max-width: 1440px;
  }

  .header__center {
    padding: 20px 0;
  }

  .header__logo {
    margin-right: 75px;
  }

  .header.new .header__pic {
    width: 45px;
  }



  .header.new .header__nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .header.new .header__menu {
    display: none;
  }

  .header.white .header__pic_black {
    height: 39px;
  }

  .project__name br {
    display: none;
  }

  .footer__center {
    max-width: 100%;
    padding: 0 70px;
  }

  .footer__link:not(:last-child) {
    margin-right: 25px;
  }

  .popup,
  .popup_success,
  .popup_fail {
    padding: 40px 20px;
  }

  .popup__close {
    top: 0;
  }
}
.header.new .mainmenu__logo_ops {
  font-size: 31px;
  color: #daab3d;
  font-family: 'Lobster', cursive;
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 216px;
}
@media only screen and (max-width: 1540px) {
  .center {
    max-width: 1330px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .main__nav {
    margin-bottom: 40px;
  }

  .main__box:before {
    top: -45px;
    width: 1100px;
    height: 245px;
    background-size: 100% auto;
  }

  .main__title {
    font-size: 82px;
  }

  .main__info {
    font-size: 20px;
  }

  .main__list {
    margin-bottom: 60px;
  }

  .main__item .main__text {
    font-size: 15px;
  }

  .main__btn {
    width: 390px;
    height: 56px;
    font-size: 17px;
  }

  .header__center {
    padding: 20px 70px;
  }

  .header__logo {
    margin-right: 60px;
  }

  .header__nav {
    margin-right: 25px;
  }

  .header__link {
    font-size: 16px;
  }

  .header__link:not(:last-child) {
    margin-right: 35px;
  }

  .header__phone {
    margin-right: 20px;
  }

  .header__btn {
    width: 160px;
    font-size: 15px;
  }

  .header.new .header__logo {
    margin-right: 60px;
  }

  .project {
    padding: 70px 0 150px;
  }

  .project__head {
    margin-bottom: 55px;
  }

  .project__list .project__box {
    -ms-flex: 0 0 calc(25% - 24px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(25% - 24px);
    max-width: calc(100% - 24px);
    width: 100%;
  }

  .project__list .project__box:nth-child(5) {
    display: none;
  }

  .project__wrap .project__preview {
    -ms-flex: 0 0 255px;
    -webkit-box-flex: 0;
    flex: 0 0 255px;
    max-width: 255px;
  }

  .project__wrap .project__inner {
    -ms-flex: 0 0 calc(100% - 255px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 255px);
    max-width: calc(100% - 255px);
    padding-left: 35px;
  }

  .project__wrap .project__area {
    margin-bottom: 30px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__center {
    max-width: 100%;
    padding: 0 70px;
  }

  .footer__logo {
    margin-right: 100px;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 600px;
    -webkit-box-flex: 0;
    flex: 0 0 600px;
    max-width: 600px;
    padding-top: 10px;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__link:not(:last-child) {
    margin: 0 35px 10px 0;
  }

  .footer__link:last-child {
    margin: 0 0 10px 0;
  }

  .popup,
  .popup_success,
  .popup_fail {
    padding: 20px;
  }
}
.header__logo {
  margin-right: 55px;
  position: relative;
  width: 200px;
}
@media only screen and (max-width: 1440px) {
  .center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .preim__center {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wrapper {
    padding: 0;
  }

  .main__nav {
    margin-bottom: 30px;
  }

  .main__link .main__text {
    font-size: 17px;
  }

  .main__box {
    margin-bottom: 70px;
  }

  .main__box:before {
    top: -35px;
    width: 900px;
    height: 200px;
  }

  .main__title {
    font-size: 62px;
  }

  .main__info {
    font-size: 18px;
  }

  .header__center {
    padding: 20px 40px;
  }



  .header__link:not(:last-child) {
    margin-right: 25px;
  }

  .header.new .header__logo {
    margin-right: 40px;
  }

  .project__center {
    padding: 0 40px;
  }

  .project__wrap .project__box {
    padding: 30px 25px;
  }

  .project__wrap .project__preview {
    -ms-flex: 0 0 235px;
    -webkit-box-flex: 0;
    flex: 0 0 235px;
    max-width: 235px;
  }

  .project__wrap .project__inner {
    -ms-flex: 0 0 calc(100% - 235px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 235px);
    max-width: calc(100% - 235px);
    padding-left: 25px;
  }

  .project__wrap .project__btn {
    width: 180px;
    height: 42px;
  }

  .project__wrap .project__area {
    margin-bottom: 20px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__center {
    padding: 0 40px;
  }

  .footer__logo {
    margin-right: 60px;
  }

  .popup__wrap {
    padding: 60px 40px;
  }

  .popup__project.project {
    padding: 50px 60px 50px;
  }

  .popup_project .popup__form {
    padding: 25px 60px 25px 60px;
  }

  .popup_project .popup__form .form__title {
    font-size: 24px;
  }

  .popup_project .popup__close {
    top: 10px;
    right: 10px;
  }

  .popup_idea .popup__wrap {
    padding: 50px 45px;
  }

  .popup_idea .popup__close {
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .header {
    top: 10px;
  }

  .header__center {
    height: auto;
    padding: 20px 30px;
  }

  .header__logo {
    margin-right: 35px;
  }

  .header__pic {
    width: 50px;
  }

  .header__wrap {
    position: relative;
    z-index: 4;
    padding-top: 8px;
  }

  .header__nav {
    margin-right: 20px;
  }

  .header__body {
    top: -20px;
    left: -10px;
    width: 260px;
    padding: 20px 15px 20px 55px;
  }

  .header__body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .header__more .header__body.visible {
    visibility: visible;
    opacity: 1;
  }

  .header__list:not(:last-child) {
    margin-bottom: 20px;
  }

  .header__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .header__phone {
    position: relative;
    z-index: 3;
    margin-right: 0;
  }

  .header__btn {
    display: none;
  }

  .header.new .header__logo {
    margin-right: 35px;
  }

  .header.new .header__pic {
    width: 120px;
  }

  .header.white .header__pic_black {
    height: 31px;
  }

  .phone__body {
    top: -15px;
    left: -20px;
    width: 225px;
    padding: 70px 15px 20px 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .phone__btn {
     
  }

  .phone.active .phone__body {
    visibility: visible;
    opacity: 1;
  }

  .phone.active .phone__icon .icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .phone_top .phone__body {
    width: 220px;
    padding: 20px 20px 75px 20px;
  }

  .project {
    padding: 70px 0 140px;
  }

  .project__list {
    display: block;
    margin: 0;
  }

  .project__list .project__box {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
  }

  .project__list .project__box:nth-child(5) {
    display: block;
  }

  .project__list.owl-carousel .owl-item img {
    width: auto;
  }

  .project__wrap .project__box {
    padding: 20px;
  }

  .project__wrap .project__preview {
    -ms-flex: 0 0 180px;
    -webkit-box-flex: 0;
    flex: 0 0 180px;
    max-width: 180px;
  }

  .project__wrap .project__inner {
    -ms-flex: 0 0 calc(100% - 180px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding-left: 20px;
  }

  .project__wrap .project__name {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .project__variant .project__col:last-child {
    padding-left: 40px;
  }

  .project__variant .project__name {
    font-size: 34px;
  }

  .project__top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer__logo {
    margin-right: 30px;
  }

  .popup__wrap {
    max-width: 380px;
    padding: 50px 40px;
  }

  .popup__form .form__title {
    font-size: 38px;
  }

  .popup__project.project {
    padding: 40px;
  }

  .popup_project .popup__form {
    padding: 25px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .project .owl-dots {
    padding-bottom: 30px;
  }

  .center {
    padding-left: 55px;
    padding-right: 55px;
  }

  .main__center {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .main__nav {
    margin-bottom: 75px;
  }

  .main__link .main__text {
    font-size: 18px;
  }

  .main__btn {
    width: 420px;
    height: 62px;
    font-size: 18px;
  }

  .header__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .header__wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .header__body {
    left: auto;
    right: -20px;
    padding: 20px 40px 20px 15px;
  }

  .header__phone {
    position: relative;
    z-index: 4;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .phone_black .phone__head .phone__number {
    font-size: 30px;
  }

  .project {
    padding: 60px 0 130px;
  }

  .project__link {
    padding: 1px 30px 0;
  }

  .project .owl-next,
  .project .owl-prev {
    top: 50%;
    margin-top: -43px;
  }

  .project .owl-dot {
    width: 8px;
    height: 8px;
  }

  .project .owl-dot:not(:last-child) {
    margin-right: 7px;
  }

  .project__list .project__info {
    margin-bottom: 25px;
  }

  .project__list .project__preview {
    margin-bottom: 5px;
  }

  .project__tooltip {
    width: 280px;
    padding: 20px;
  }

  .project__shavings_1 {
    right: 20px;
  }

  .project__shavings_2 {
    display: none;
  }

  .project__wrap {
    margin: 0;
  }

  .project__wrap .project__box {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px 25px;
  }

  .project__wrap .project__preview {
    -ms-flex: 0 0 310px;
    -webkit-box-flex: 0;
    flex: 0 0 310px;
    max-width: 310px;
  }

  .project__wrap .project__inner {
    -ms-flex: 0 0 calc(100% - 310px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding-left: 50px;
  }

  .project__wrap .project__name {
    font-size: 24px;
  }

  .project__wrap .project__area {
    margin-bottom: 30px;
  }

  .project__variant .project__content {
    display: block;
  }

  .project__variant .project__col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .project__variant .project__col:last-child {
    padding: 30px 0 0;
  }

  .project__variant .project__area {
    margin-bottom: 20px;
  }

  .footer {
    padding: 65px 0 60px;
  }

  .footer__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 40px;
  }

  .footer__logo {
    margin-right: 65px;
  }

  .footer__nav {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding: 0;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .footer__link {
    font-size: 16px;
  }

  .footer__link:not(:last-child) {
    margin: 0 20px 15px;
  }

  .footer__link:last-child {
    margin: 0 20px 15px;
  }

  .footer__phone {
    margin-left: 0;
  }

  .popup__wrap {
    max-width: 340px;
  }

  .popup__close {
    right: -40px;
    width: 20px;
    height: 20px;
  }

  .popup__close .icon {
    font-size: 20px;
  }

  .popup__preview {
    margin-bottom: 30px;
  }

  .popup__title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .popup_project .popup__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup_project .popup__form .form__title {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .popup_project .popup__form .form__title br {
    display: none;
  }

  .popup_project .popup__form .form__fieldset {
    -ms-flex: 60%;
    -webkit-box-flex: 60%;
    flex: 60%;
    max-width: 60%;
  }

  .popup_idea .popup__wrap {
    padding: 40px 35px;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 840px) {
  .header .header__phone_mobile .phone__body {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  }

  .project {
    padding: 26px 0 90px;
  }

  .main__btn {
    width: 257px;
    height: 62px;
    font-size: 16px;
    line-height: 1.125;
  }

  .ui.selection.dropdown .menu {
    max-height: 7.58571429rem;
  }

  .ui.search.dropdown .menu {
    max-height: 7.58571429rem;
  }

  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 9.71428571rem;
  }

  .center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main__bg {
 
  }

  .main__center {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 35px;
  }

  .header {
    top: 0;
  }

  .header__center {
    padding: 40px 30px;
  }

  .header__logo {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin: 0 0 28px 0;
  }

  .header__wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    display: block;
    height: 100vh;
    padding: 40px 20px;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    background: rgb(255 255 255);
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: auto;
  }

  .header__wrap.visible {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .header__wrap.visible .header__item {
    border-bottom: 1px solid #fee0c9;
  }

  .header__nav {
    display: none;
  }

  .header__more {
    display: none;
  }

  .header__phone {
    margin: 0 auto;
  }

  .header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .header__menu .header__link {
    font-size: 18px;
  }

  .header__menu .header__link:not(:last-child) {
    margin: 0 0 25px 0;
  }

  .header__burger {
    position: absolute;
    top: 48px;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .header__close {
    display: inline-block;
  }

  .header.new .header__center {
    padding: 25px 30px;
  }

  .header.new .header__logo {
    margin: 0;
  }

  .header.new .header__pic {
    width: 90px;
  }

  .header.new .header__nav {
    display: none;
  }

  .header.new .header__burger {
    top: 14px;
  }

  .header.new .header__more {
    display: none;
  }

  .header.new .header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .header.new .header__phone {
    display: none;
  }

  .header.new .header__phone_mobile {
    display: inline-block;
    margin-top: 40px;
    text-align: center;
  }

  .header.white .header__pic_black {
    height: 24px;
  }

  .header.white .header__link {
    color: #ffc74b;
  }

  .header.white .header__link:hover {
    color: #ffc74b;
  }

  .header.white .header__link.active {
    color: #daab3d;
  }

  .header.white .phone__body .phone__number {
    color: #fff;
  }

  .phone_black .phone__body {
    width: 220px;
  }

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

  .owl-dot {
    width: 6px;
    height: 6px;
  }

  .project__head {
    margin-bottom: 38px;
  }

  .project__nav {
    display: none;
  }

  .project__list .project__box {
    margin: 0;
    padding: 40px 25px 40px;
  }

  .project .owl-next,
  .project .owl-prev {
    width: 30px;
    height: 30px;
  }

  .project .owl-next .icon,
  .project .owl-prev .icon {
    font-size: 14px;
  }

  .project .owl-prev {
    left: -15px;
  }

  .project .owl-next {
    right: -15px;
  }

  .project .owl-dots {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .project .owl-dot {
    width: 6px;
    height: 6px;
  }

  .project__tooltip {
    width: 210px;
    padding: 10px;
  }

  .project__shavings_1 {
    top: -40px;
    right: -10px;
    width: 68px;
  }

  .project__wrap .project__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 20px;
  }

  .project__wrap .project__preview {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .project__wrap .project__inner {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 0 0;
    text-align: center;
  }

  .project__variant .project__col:last-child {
    padding-top: 20px;
  }

  .project__variant .project__name {
    font-size: 26px;
  }

  .project__variant .project__area {
    margin-bottom: 10px;
  }

  .project__top {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .project__control {
    margin-bottom: 10px;
  }

  .project__gallery .project__photo {
    -ms-flex: 0 0 calc(33.33% - 8px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
  }

  .project .ui.selection.dropdown {
    display: inline-block;
  }

  .form__info {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .form__fieldset {
    margin-bottom: 25px;
  }

  .form__note {
    margin-bottom: 10px;
  }

  .form__variants {
    margin-bottom: 20px;
  }

  .form__radio:not(:last-child) {
    margin-right: 20px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer__center {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .footer__logo {
    margin: 0;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .footer__nav {
    display: none;
  }

  .footer__phone {
    margin-bottom: 50px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .footer__burger {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .popup {
    padding: 15px;
  }

  .popup__wrap {
    padding: 30px 25px;
  }

  .popup__close {
    top: 5px;
    right: 5px;
  }

  .popup__close .icon {
    font-size: 16px;
  }

  .popup__form .form__title {
    font-size: 30px;
  }

  .popup__project.project {
    padding: 30px 20px;
  }

  .popup__preview {
    margin-bottom: 15px;
  }

  .popup__title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .popup__text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .popup_project .popup__form {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px;
  }

  .popup_project .popup__form .form__title {
    text-align: center;
  }

  .popup_project .popup__form .form__fieldset {
    display: block;
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }

  .popup_project .popup__form .form__field {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .popup_project .popup__form .form__field:not(:last-child) {
    margin-bottom: 10px;
  }

  .popup_project .popup__close {
    top: 5px;
    right: 5px;
  }

  .popup_idea .popup__wrap {
    padding: 30px 20px;
  }

  .popup_idea .popup__close {
    top: 5px;
    right: 5px;
  }
}

@media all and (-ms-high-contrast: none) {

  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}

@media only screen and (max-width: 474px) {
  .header__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .main__center {
    padding-top: 100px;
    min-height: 500px !important;
  }
}

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

	VANNA STYLE

*/
.vanna-main {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #748fa8;
  background-size: cover;
  position: relative;
}

.vanna-main:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.vanna-main .main__center {
  min-height: 620px;
}

@media all and (max-width: 767px) {
  .vanna-main .main__center {
    min-height: 550px;
  }
}

.vanna-main__box {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.vanna-main__title {
  font-size: 76px;
  text-transform: uppercase;
  font-family: font-family: 'Open Sans', sans-serif;
  ;
  -moz-text-shadow: 0 0 17px #4176a29e;
  -webkit-text-shadow: 0 0 17px #4176a29e;
  text-shadow: 0 0 17px #4176a29e;
}

@media all and (max-width: 1200px) {
  .vanna-main__title {
    font-size: 62px;
  }
}

@media all and (max-width: 1023px) {
  .vanna-main__title {
    font-size: 54px;
  }
}

@media all and (max-width: 767px) {
  .vanna-main__title {
    font-size: 34px;
  }
}

@media all and (max-width: 375px) {
  .vanna-main__title {
    font-size: 30px;
  }
}

.vanna-main__info {
  font-size: 35px;

  font-weight: normal;
  -moz-text-shadow: 0 0 7px #4176a29e;
  -webkit-text-shadow: 0 0 7px #4176a29e;
  text-shadow: 0 0 10px #4176a29e;
}

@media all and (max-width: 1200px) {
  .vanna-main__info {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  .vanna-main__info {
    font-size: 17px;
    margin-top: 5px;
  }
}

.preim {
  padding: 115px 0 84px;
  padding-top: 60px;
  font-family: museosanscyrl-100;
}

@media all and (max-width: 767px) {
  .preim {
    padding: 40px 0 56px;
  }
}

.preim__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

@media all and (max-width: 767px) {
  .preim__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.preim__border {
  width: 0px;
  height: 125px;
  background: #f4f4f4;
}

@media all and (max-width: 767px) {
  .preim__border {
    width: 125px;
    height: 0;
    margin: 25px auto;
    visibility: hidden;
  }
}

.preim__bl {
  padding-left: 90px;
  background: url("https://veselabulbashka.com.ua/kub/preim-bg.png") left 0 top 0 no-repeat;
  background-size: contain;
  padding-right: 25px;
}

@media all and (min-width: 1439px) {
  .preim__bl {
    padding-right: 0px;
  }
}

@media all and (max-width: 1200px) {
  .preim__bl {
    padding-left: 75px;
  }
}

@media all and (max-width: 1023px) {
  .preim__bl {
    background-size: 50px auto;
  }
}

@media all and (max-width: 767px) {
  .preim__bl {
    padding-left: 0;
    background: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-right: 0;
  }
}

.preim__title {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 7px;
}
.preim__titles{
  font-size: 40px!important; 
}

@media all and (max-width: 1540px) {
  .preim__title {
    font-size: 26px;
  }
}

@media all and (max-width: 1200px) {
  .preim__title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  .preim__title {
    font-size: 20px;
  }
}

.preim__desc {
  font-size: 20px;
  line-height: 1.5;
  max-width: 740px;
}
.preim__descs {
  font-size: 23px!important; 
}

@media all and (max-width: 1540px) {
  .preim__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .preim__desc {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .preim__desc {
    font-size: 15px;
  }
}

.preim__bl2 {
  padding-left: 25px;
}

@media all and (max-width: 1023px) {
  .preim__bl2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media all and (max-width: 767px) {
  .preim__bl2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}

.preim__btn {
  max-width: 240px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  margin-top: -5px
}

@media all and (max-width: 1540px) {
  .preim__btn {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .preim__btn {
    font-size: 18px;
  }
}

@media all and (max-width: 1023px) {
  .preim__btn {
    max-width: 200px;
  }
}

@media all and (max-width: 767px) {
  .preim__btn {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .preim__btn {
    font-size: 16px;
  }
}

.preim__btn:hover span {
  border-color: transparent;
}

.preim__btn img {
  display: block;
  margin: 0 auto 9px;
}

.preim__btn span {
  font-family: museosanscyrl-300, serif;
  color: #fa894a;
  display: inline-block;
  border-bottom: 1px dashed #fa894a;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media all and (max-width: 767px) {
  .preim__btn span:last-child {
    margin-left: -1.4px;
  }
}

.sec-head {
  padding: 30px 0;
  min-height: 780px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #fef8ef;
}

@media all and (max-width: 1540px) {
  .sec-head {
    min-height: 780px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media all and (max-width: 420px) {
  .sec-head {
    min-height: 325px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media all and (max-width: 1023px) {
  .sec-head {
    min-height: 230px;
  }
}

.sec-head:before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}

.sec-head .center {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.sec-head__title {
  font-size: 48px;
  line-height: 1;
  
  margin-bottom: 12px;
}
.sec-head__title a{
  text-decoration: underline;
  color: #ffffff;
}
.fffons{
  background: #e9e4db;
  padding: 10px;
}
.fffons span{
  font-size: 19px;
  line-height: 14px;
}

.sec-head__titles{
display: flex;
}

.fffons span a {
  color: #000;
  display: inline-block;
  margin-top: 12px;
}

.sec-head__title a:hover{
 opacity: 0.9;
}

@media all and (max-width: 1540px) {
  .sec-head__title {
    font-size: 40px;
  }
}

@media all and (max-width: 1200px) {
  .sec-head__title {
    font-size: 35px;
  }
}

@media all and (max-width: 767px) {
  .sec-head__title {
    font-size: 30px;
  }
.sk{
  display: none;
}
.nntitle span {
  margin-top: 12px;
  display: block;
  width: 100%;
  line-height: 34px;
  margin-bottom: -12px;
}
.ooopss {
  background: transparent!important;
  width: 100%!important;
}
.ooopss span{

}


}

@media all and (min-width: 768px) {
.skk{
  display: none;
}
  
}

.sec-head__title span {
  padding: 6px 10px 8px;
}

.sec-head__desc {
  font-family: museosanscyrl-100;
  font-size: 22px;
  line-height: 1.5;
}

@media all and (max-width: 1540px) {
  .sec-head__desc {
    font-size: 20px;
  }
}

@media all and (max-width: 1200px) {
  .sec-head__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .sec-head__desc {
    font-size: 16px;
  }
}

.sec-head__desc span {
  padding: 8px 10px;
}

.sec-head span {
  display: inline-block;
  background: rgba(77, 78, 76, 0.69);
  color: #fff;
  border-radius: 5px;
}

.sec-head__desc-wrap {
  position: relative;
  background: rgba(77, 78, 76, 0.69);
  border-radius: 5px;
  padding: 8px 10px;
  max-width: 100%; 
}

.sec-head__desc-wrap span {
  display: initial;
  padding: 0;
  background: initial;
}

.vanna-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 1023px) {
  .vanna-wrapper {
    margin: 0;
  }
}

.vanna-wrapper--long {
  display: block;
  margin: 0;
  margin-top: -24px;
}

.vanna-wrapper--long .vanna-item {
  width: 100%;
  margin: 110px 0;
}

@media all and (max-width: 1200px) {
  .vanna-wrapper--long .vanna-item {
    margin: 80px 0 50px;
  }
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item {
    margin: 15px 0 0;
  }
}

@media all and (max-width: 767px) {
  .vanna-wrapper--long {
    margin-top: 0;
  }

  .vanna-wrapper--long .vanna-item {
    margin: 15px 0 0;
  }
}

.vanna-wrapper--long .vanna-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0;
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item__inner {
    display: block;
  }
}

.vanna-wrapper--long .vanna-item__inner:before {
  content: '';
  width: 6px;
  height: 100%;
  right: 26px;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item__inner:before {
    content: none !important;
  }
}

.vanna-wrapper--long .vanna-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  margin-top: -45px;
  text-align: right;
  height: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vanna-wrapper--long .vanna-item__img:before {
  content: '';
  position: absolute;
  height: 200px;
  width: 100%;
  background: rgba(252, 246, 234, 0.5);
  left: 0;
  bottom: 0;
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item__img:before {
    content: none;
  }
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item__img {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center !important;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
}

.vanna-wrapper--long .vanna-item__img img {
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  display: block;
  margin-left: auto;
}

@media all and (max-width: 1023px) {
  .vanna-wrapper--long .vanna-item__img img {
    border: none;
    max-height: 180px;
    max-width: 100%;
  }
}

.vanna-wrapper--long .vanna-item__img-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.vanna-wrapper--long .vanna-item__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 200px;
  position: relative;
  padding-top: 42px;
}

.vanna-wrapper--long .vanna-item:nth-child(2n) .vanna-item__inner:before {
  content: '';
  width: 6px;
  height: 100%;
  right: inherit;
  left: 26px;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.vanna-wrapper--long .vanna-item:nth-child(2n) .vanna-item__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vanna-wrapper--long .vanna-item:nth-child(2n) .vanna-item__img img {
  margin-right: auto;
  margin-left: inherit;
}

.vanna-wrapper--long .vanna-item:nth-child(2n) .vanna-item__desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-right: 0;
}

.vanna-wrapper--long .vanna-item--zakaz .vanna-item__inner:after {
  content: '';
  width: 6px;
  height: 100%;
  left: 26px;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.vanna-wrapper--long .vanna-item--zakaz .vanna-item__garant {
  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;
  width: 100%;
  padding: 50px 80px;
}

@media all and (max-width: 1200px) {
  .vanna-wrapper--long .vanna-item--zakaz .vanna-item__garant {
    padding: 50px 60px;
  }
}

.vanna-wrapper--long .vanna-item--zakaz .vanna-item__garant:before {
  content: none;
}

.vanna-wrapper--long .vanna-item--zakaz .vanna-item__garant .vanna-item__garant-desc {
  margin: 0;
}

@media all and (max-width: 1200px) {
  .vanna-wrapper--long .vanna-item--zakaz .vanna-item__garant .vanna-item__garant-desc {
    max-width: 200px;
  }
}

/*.vanna-wrapper .vanna-item--tv {
    min-height: 450px; }*/
@media all and (max-width: 767px) {
  .vanna-wrapper .vanna-item--tv {
    min-height: none;
  }
}

@media all and (max-width: 1200px) {
  .vanna-wrapper .vanna-item--tv {
    min-height: 350px;
  }
}

.vanna-item {
  width: 33.3333%;
  padding: 0 15px;
  text-align: center;
  margin: 50px 0;
}

@media all and (max-width: 1540px) {
  .vanna-item {
    margin: 30px 0;
  }
}

@media (max-width: 1023px) {
  .vanna-item {
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  .vanna-item {
    padding: 0;
  }
}

.vanna-item__inner {
  width: 100%;
  display: block;
  color: inherit;
  padding: 0 20px;
  max-width: 380px;
  height: 100%;
  margin: 0 auto;
}

@media all and (max-width: 420px) {
  .vanna-wrapper--long .vanna-item .vanna-item__img {
    min-height: 160px;
  }
}

@media all and (max-width: 360px) {
  .vanna-wrapper--long .vanna-item .vanna-item__img {
    min-height: 130px;
  }
}

.vanna-wrapper:not(.vanna-wrapper--long) .vanna-item__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vanna-wrapper:not(.vanna-wrapper--long) .vanna-item--tv {
  min-height: auto;
}

.vanna-wrapper:not(.vanna-wrapper--long) .vanna-item__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vanna-wrapper:not(.vanna-wrapper--long) .vanna-item__img {
  margin-bottom: 10px;
  flex-grow: 1;
}

.vanna-wrapper:not(.vanna-wrapper--long) .vanna-item__img img {
  max-height: 340px;
}

.owl-carousel.vanna-wrapper:not(.vanna-wrapper--long) .owl-item img {
  max-height: 100%;
}


@media all and (max-width: 1200px) {
  .vanna-item__inner {
    padding: 0;
  }
}

.vanna-item__inner:hover .vanna-item__btn {
  bottom: 0;
}

.vanna-item__img {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  /*height: 340px;*/
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


@media all and (max-width: 1023px) {
  .vanna-item__img {
    height: 300px;
  }

  #collection-70 .vanna-item__img {
    align-items: flex-end;
  }

  .vanna-wrapper.vanna-wrapper--long .vanna-item__img {
    margin-bottom: 10px;
    flex-grow: 1;
    align-items: flex-end;
  }

}

/*    @media all and (max-width: 600px) {
      .vanna-item__img {
        height: 250px; } }
    @media all and (max-width: 400px) {
      .vanna-item__img {
        height: 230px; } }
    @media all and (max-width: 360px) {
      .vanna-item__img {
        height: 200px; } }*/

.vanna-item__img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto !important;
}

.vanna-item__btn {
  position: absolute;
  height: 60px;
  bottom: -60px;
  font-size: 18px;
  color: #daab3d;
  text-decoration: underline;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  left: 0;
  padding-top: 17px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  font-family: museosanscyrl-100;
}

.vanna-item__desc {
  background: #fff7ea;
  padding: 15px;
}


.vanna-item__title {
  font-size: 19px;
}

@media all and (max-width: 1540px) {
  .vanna-item__title {
    font-size: 17px;
  }
}

.vanna-item__price {
  font-size: 23px;
  font-family: museosanscyrl-500;
  margin: 10px 0 25px;
}

.vanna-item__price--old {
  text-decoration: line-through;
  margin-bottom: 0;
}

.vanna-item__price--special {
  color: #daab3d;
  margin-top: 0;
}

.vanna-item__sale {
  font-family: museosanscyrl-500;
  font-size: 18px;
  background: #daab3d;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 4px 12px;
  border-radius: 5px;
}

.vanna-item__sale.project__sale {
  font-size: 18px;
  top: 0;
  left: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  z-index: 2;
}

.project__price.project__price--old {
  font-family: 'font-family: 'Open Sans', sans-serif;', serif;
  text-decoration: line-through;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 17px;
}

.project__price.project__price--special {
  font-family: 'font-family: 'Open Sans', sans-serif;', serif;
  color: #daab3d;
  font-size: 40px;
  display: inline-block;
}

.project__content_bottom {
  padding: 50px;
  padding-bottom: 100px;
}

.project__bottom_title {
  color: #3c3c3c;
  font-size: 25px;
  margin: 5px 0 30px;
  text-align: center;
}

.project__description_text {
  color: #3c3c3c;
  font-size: 18px;
  text-align: left;
}

.project__description_text>div {
  max-width: 100% !important;
  display: block !important;
}

.project__attributes {
  text-align: left;
  margin-bottom: 40px;
}

.project__attributes_wrap {
  color: #48403b;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
}

.project__attributes_wrap {
  position: relative;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.project__attributes_wrap.hide-all {
  max-height: 185px;
  overflow: hidden;
}

.project__attributes_wrap.hide-all:after {
  left: 0;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.project__attributes_wrap.active:after {
  content: none;
}

.js-more-attributes {
  font-size: 19px;
  cursor: pointer;
  color: #daab3d;
  border-bottom: 1px dotted #daab3d;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
  display: inline-block;
}

.project__attributes_wrap.active+.js-more-attributes {
  display: none;
}

.project__attributes_wrap.active {
  max-height: none;
}

.project__attributes_item:after {
  content: "";
  border-bottom: 1px dotted #b1b1b1;
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  z-index: -1;
}

.project__attributes_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  position: relative;
}

.project__attributes_col {
  width: 50%;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}

.project__attributes_name,
.project__attributes_text {
  background: #ffffff;
}

.project__attributes_name {
  font-family: museosanscyrl-300;
  padding-right: 10px;
}

.project__attributes_text {
  font-family: museosanscyrl-500;
  padding-left: 10px;
  flex-shrink: 5;
  text-align: right;
}

.project__advantages {
  font-family: museosanscyrl-100;
  margin: 20px 0 45px;
}

.advantages__item {
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

.advantages__item>span {
  border-bottom: 1px dotted;
}

.advantages__item:hover>span {
  border-bottom: 0;
}

.advantages__ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.advantages__present {
  color: #fcc658;
}

.advantages__present>.advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-1.png);
}

.advantages__warranty {
  color: #88a3d6;
}

.advantages__warranty>.advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-2.png);
  background-position-x: center;
}

.advantages__price {
  color: #ff7213;
}

.advantages__price>.advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-3.png);
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.home__advantages-wrap {
  width: max-content;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home__advantages {
  width: 850px;
  padding: 2px 0 5px;
  display: flex;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

.home__advantages .advantages__item {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-family: museosanscyrl-100;
  padding: 14px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #333;
  width: 100%;
  justify-content: space-between;
}

.home__advantages .advantages__wrap {
  display: flex;
  margin: 0 auto;
}

.home__advantages .advantages__ico {
  width: 45px;
  height: 50px;
  margin-right: 10px;
  flex-shrink: 0;
}

.home__advantages .advantages__warranty .advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-2.png);
}

.home__advantages .advantages__present .advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-4.png);
}

.home__advantages .advantages__price .advantages__ico {
  background-image: url(https://veselabulbashka.com.ua/kub/ico-3b.png);
  width: 45px;
  height: 50px;
  background-position-y: 5px;
}

.home__advantages .advantages__present {
  border: solid #f4f4f4;
  border-width: 0 2px;
}

.home__advantages .advantages__item>.advantages__wrap {
  text-align: center;
}

.home__advantages .advantages_text {
  padding-top: 0px;
}

.home__advantages .advantages__item span {
  display: block;
  border-bottom: 0;
  text-decoration: underline dotted #88a3d6;
  text-align: center;
  text-decoration-skip-ink: none;
  text-underline-position: under;
}

.home__advantages .advantages__present span {
  font-style: italic;
}

.home__advantages .advantages__warranty span>b {
  color: #88a3d6;
}

.home__advantages .advantages__present span>b {
  color: #ff7213;
}


@media (min-width: 1199px) {

  .js-popup-present .form__title,
  .js-popup-warranty .form__title,
  .js-popup-price .form__title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .project__content_bottom {
    padding: 30px;
    padding-bottom: 70px;
  }

  .project__price.project__price--old {
    font-size: 28px;
  }

  .project__price.project__price--special {
    font-size: 34px;
  }
}

@media only screen and (max-width: 850px) {
  .shadow-bottom {
    padding-top: 10px;
  }

  .home__advantages-wrap {
    top: -50px;
    width: auto;
  }

  .home__advantages {
    width: auto;
    background: transparent;
    box-shadow: none;
  }

  .home__advantages .advantages__item {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    margin: 0 0 12px;
    opacity: 0;
  }

  .home__advantages.owl-carousel .advantages__item {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .advantages__item>span {
    font-size: 16px;
  }

  .project__attributes_wrap {
    max-height: 180px;
    margin-left: 0;
    margin-right: 0;
  }

  .project__attributes_item {
    padding-left: 0;
    padding-right: 0;
  }

  .home__advantages .advantages__item>.advantages__wrap {
    align-items: center;
  }

  .project__attributes_col {
    width: 100%;
    padding: 3px 0;
    font-size: 14px;
  }

  .home__advantages .advantages__ico {
    width: 30px;
    height: 30px;
  }

  .home__advantages .advantages__price .advantages__ico {
    width: 40px;
    height: 30px;
    background-position-y: 1px;
  }

  .project__content_bottom {
    padding: 20px;
    padding-bottom: 50px;
  }

  .project__price.project__price--old {
    font-size: 20px;
  }

  .project__price.project__price--special {
    font-size: 26px;
  }

  .vanna-item__sale.project__sale {
    font-size: 18px;
  }

  .project__bottom_title {
    margin: 15px 0;
    font-size: 26px;
  }

  .project__description_text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .home__advantages .advantages__item {
    font-size: 14px;
    min-width: 229px;
  }

  .advantages__item>span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  .advantages__item>span {
    font-size: 14px;
  }

  .advantages__item {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 1540px) {
  .vanna-item__price {
    font-size: 21px;
  }
}

.vanna-item__area {
  font-size: 17px;
  color: #717170;
}

@media all and (max-width: 1540px) {
  .vanna-item__area {
    font-size: 15px;
  }
}

.vanna-item__garant {
  background: #fff7ea;
  padding: 50px 30px 30px;
  text-align: left;
  height: 100%;
  position: relative;
}

@media all and (max-width: 1200px) {
  .vanna-item__garant {
    padding: 50px 20px 30px;
  }
}

.vanna-item__garant:before {
  content: '';
  height: 6px;
  width: 290px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e3dfda;
}

@media all and (max-width: 1200px) {
  .vanna-item__garant:before {
    width: 88%;
  }
}

.vanna-item__garant .btn {
  width: 280px;
}

@media all and (max-width: 1200px) {
  .vanna-item__garant .btn {
    width: 256px;
  }
}

@media all and (max-width: 1023px) {
  .vanna-item__garant .btn {
    margin-top: -27px;
  }
}

@media all and (max-width: 767px) {
  .vanna-item__garant .btn {
    margin-top: 0;
  }
}

.vanna-item__garant-title {
  font-size: 48px;
  line-height: 1;
  font-family: museosanscyrl-500;
}

@media all and (max-width: 1540px) {
  .vanna-item__garant-title {
    font-size: 40px;
  }
}

@media all and (max-width: 1200px) {
  .vanna-item__garant-title {
    font-size: 36px;
  }
}

@media all and (max-width: 767px) {
  .vanna-item__garant-title {
    font-size: 25px;
  }
}

.vanna-item__garant-desc {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0 40px;
}

@media all and (max-width: 1540px) {
  .vanna-item__garant-desc {
    font-size: 22px;
  }
}

@media all and (max-width: 1200px) {
  .vanna-item__garant-desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1023px) {

  .right-block-hide .vanna-item--tv,
  .right-block-hide .vanna-item--zakaz {
    display: block;
    padding: 0;
    margin-top: 30px;
  }
}

.right-block-hide .vanna-item--tv .vanna-item__inner,
.right-block-hide .vanna-item--zakaz .vanna-item__inner {
  max-width: 100%;
}

.right-block-hide .vanna-item--tv .vanna-item__garant,
.right-block-hide .vanna-item--zakaz .vanna-item__garant {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px 60px;
}

@media all and (max-width: 767px) {

  .right-block-hide .vanna-item--tv .vanna-item__garant,
  .right-block-hide .vanna-item--zakaz .vanna-item__garant {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.right-block-hide .vanna-item--tv .vanna-item__garant:before,
.right-block-hide .vanna-item--zakaz .vanna-item__garant:before {
  bottom: 30px;
  width: calc(100% - 45px);
}

.right-block-hide .vanna-item--tv .vanna-item__garant-title,
.right-block-hide .vanna-item--zakaz .vanna-item__garant-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.right-block-hide .vanna-item--tv .vanna-item__garant-title br,
.right-block-hide .vanna-item--zakaz .vanna-item__garant-title br {
  display: none;
}

.right-block-hide .vanna-item--tv .vanna-item__garant-desc,
.right-block-hide .vanna-item--zakaz .vanna-item__garant-desc {
  margin: 20px 0 0;
}

@media all and (max-width: 767px) {

  .right-block-hide .vanna-item--tv .vanna-item__garant-desc,
  .right-block-hide .vanna-item--zakaz .vanna-item__garant-desc {
    margin: 20px 0;
    width: 100%;
  }
}

.vanna-btns {
  text-align: center;
  margin-top: 50px;
}

@media all and (max-width: 1200px) {
  .vanna-btns {
    margin-top: 20px;
  }
}

@media all and (max-width: 1023px) {
  .vanna-btns {
    display: none;
  }
}

.vanna-btns__button {
  color: #daab3d;
  font-size: 16px;
  font-family: 'MuseoSansCyrl-300', serif;
  border-radius: 10em;
  background-color: #fff;
  border: 1px solid #ffba82;
  display: inline-block;
  padding: 20px 50px;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  margin: 0 15px;
}

@media all and (max-width: 1023px) {
  .vanna-btns__button {
    padding: 15px 30px;
  }
}

.vanna-btns__button:hover {
  color: #fff;
  background-color: #daab3d;
  border: 1px solid #daab3d;
}

.vanna-btns__button span {
  position: relative;
}

.vanna-btns__button span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffc74b), color-stop(50%, #ffc74b), color-stop(51%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: -o-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: linear-gradient(to right, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 4px 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.option {
  padding: 115px 0 165px;
  background: #fff6ea;
  background: -moz-linear-gradient(top, #fff6ea 0%, white 100%);
  background: -webkit-linear-gradient(top, #fff6ea 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ea), to(white));
  background: -o-linear-gradient(top, #fff6ea 0%, white 100%);
  background: linear-gradient(to bottom, #fff6ea 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6ea', endColorstr='#ffffff', GradientType=0);
}

@media all and (max-width: 1200px) {
  .option {
    padding: 115px 0 150px;
  }
}

@media all and (max-width: 767px) {
  .option {
    padding: 60px 0 70px;
  }
}

.option__title {
  font-size: 60px;
  
  text-align: center;
  line-height: 1;
  margin-bottom: 90px;
}

@media all and (max-width: 1540px) {
  .option__title {
    margin-bottom: 70px;
    font-size: 50px;
  }
}

@media all and (max-width: 1200px) {
  .option__title {
    margin-bottom: 50px;
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {
  .option__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.option__title span {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
}

.option__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media all and (max-width: 767px) {
  .option__wrap {
    margin: 0;
  }
}

.option__item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 35px;
}

@media all and (max-width: 1023px) {
  .option__item {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .option__item {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}

.option__item--big {
  width: 66.6666%;
}

@media all and (max-width: 1023px) {
  .option__item--big {
    width: 100%;
  }
}

.option__item--big .option__box {
  background: #daab3d;
  color: #fff;
}

.option__item--big .option__inner {
  border: 1px solid #fce6d4;
}

.option__item--big .option__inner:hover .option__box {
  background: #fff;
  color: #000;
}

.option__img {
  height: 370px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 1540px) {
  .option__img {
    height: 270px;
  }
}

@media all and (max-width: 1200px) {
  .option__img {
    height: 210px;
  }
}

@media all and (max-width: 1023px) {
  .option__img {
    height: 230px;
  }
}

@media all and (max-width: 767px) {
  .option__img {
    height: 200px;
  }
}

.option__img img {
  display: block;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
}

@media all and (max-width: 1200px) {
  .option__img img {
    max-width: 100%;
    min-width: auto;
  }
}

@media all and (max-width: 1023px) {
  .option__img img {
    min-width: 100%;
    max-width: inherit;
  }
}

@media all and (max-width: 767px) {
  .option__img img {
    width: auto !important;
    max-width: 100%;
  }
}

.option__img--big {
  height: 440px;
  overflow: hidden;
}

@media all and (max-width: 1540px) {
  .option__img--big {
    height: 400px;
  }
}

@media all and (max-width: 1200px) {
  .option__img--big {
    height: 330px;
  }
}

@media all and (max-width: 767px) {
  .option__img--big {
    height: 200px;
  }
}

.option__img--big2 {
  height: 440px;
  overflow: hidden;
}

@media all and (max-width: 1540px) {
  .option__img--big2 {
    height: 400px;
  }
}

@media all and (max-width: 1200px) {
  .option__img--big2 {
    height: 330px;
  }
}

@media all and (max-width: 1023px) {
  .option__img--big2 {
    height: 230px;
  }
}

@media all and (max-width: 767px) {
  .option__img--big2 {
    height: 200px;
  }
}

.option__img--big2 img {
  min-height: auto;
  min-width: auto;
  height: 100%;
}

@media all and (max-width: 1023px) {
  .option__img--big2 img {
    height: 100%;
    width: auto;
  }
}

@media all and (max-width: 767px) {
  .option__img--big2 img {
    width: auto !important;
  }
}

.option__inner {
  border: 1px solid #f3f1f0;
  height: 100%;
  background: #fff;
}

.option__inner:hover {
  cursor: pointer;
}

.option__inner:hover .option__box {
  background: #daab3d;
  color: #fff;
}

.option__inner:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.option__box {
  background: #fff;
  padding: 20px 24px;
  line-height: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.option__name {
  font-size: 24px;
  margin-bottom: 10px;
}

@media all and (max-width: 1440px) {
  .option__name {
    font-size: 20px;
  }
}

@media all and (max-width: 1200px) {
  .option__name {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .option__name {
    font-size: 15px;
  }
}

.option__desc {
  font-size: 22px;
  font-family: museosanscyrl-100;
}

@media all and (max-width: 1440px) {
  .option__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .option__desc {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .option__desc {
    font-size: 14px;
  }
}

.option .owl-next,
.option .owl-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(20, 20, 19, 0.5);
  font-size: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.option .popup_.owl-next,
.option .popup_.owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.option .owl-next:hover,
.option .owl-prev:hover {
  background: #141413;
}

.option .owl-next .icon,
.option .owl-prev .icon {
  font-size: 14px;
  fill: #f4fafa;
}

.option .owl-prev {
  left: -15px;
}

.option .owl-next {
  right: -15px;
}

.option .owl-dots {
  padding-top: 25px;
}

.about {
  padding: 90px 0 180px;
  font-family: museosanscyrl-100;
}

@media all and (max-width: 767px) {
  .about {
    padding: 60px 0 100px;
  }
}

.about__imgs {
  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;
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .about__imgs {
    display: block;
    text-align: center;
    margin-bottom: 45px;
  }
}

.about__imgs span {
  font-size: 14px;
  color: #9c9c9c;
  margin-top: 5px;
  display: block;
}

@media all and (max-width: 1023px) {
  .about__imgs span {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .about__imgs span {
    position: relative;
    display: block;
    text-align: center !important;
  }
}

.about__imgs span.right {
  right: 0;
  text-align: right;
}

.about__img {
  position: relative;
}

@media all and (max-width: 1200px) {
  .about__img {
    width: 33.3333%;
    text-align: center;
  }

  .about__img img {
    max-width: 100%;
  }

  .about__img:nth-child(2) {
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .about__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .about__img:nth-child(2) {
    padding: 0;
  }
}

.about__text {
  font-size: 20px;
}

@media all and (max-width: 1540px) {
  .about__text {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .about__text {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .about__text {
    font-size: 14px;
    margin-top: 0px;

  }

  .about__text p {
    display: none;
  }

  .about__text p:first-child {
    display: block;
  }

  .more p {
    display: block !important;
  }

}

.about__text p {
  margin: 15px 0;
}

.about__sertificat {
  margin: 50px 0 0;
}

.about__sertificat span {
  font-family: museosanscyrl-300;
  color: #868585;
}

.about__sertificat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

@media all and (max-width: 767px) {
  .about__sertificat-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about__sertificat-item {
  margin: 0 5px;
}

.about .owl-next,
.about .owl-prev {
  position: absolute;
  top: 35%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(20, 20, 19, 0.5);
  font-size: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.about .popup_.owl-next,
.about .popup_.owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.about .owl-next:hover,
.about .owl-prev:hover {
  background: #141413;
}

.about .owl-next .icon,
.about .owl-prev .icon {
  font-size: 14px;
  fill: #f4fafa;
}

.about .owl-prev {
  left: -15px;
}

.about .owl-next {
  right: -15px;
}

.about .owl-dots {
  padding-top: 25px;
}

.history {
  font-family: museosanscyrl-100;
  padding: 60px 0 170px;
}

@media all and (max-width: 767px) {
  .history {
    padding: 50px 0 120px;
  }
}

.history p {
  margin: 15px 0;
  font-size: 20px;
}

@media all and (max-width: 1540px) {
  .history p {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .history p {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .history p {
    font-size: 14px;
  }
}

.history__preim {
  margin-top: 60px;
  padding: 0 45px;
}

@media all and (max-width: 1023px) {
  .history__preim {
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  .history__preim {
    margin-top: 50px;
  }
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15px 30px 0;
  background: #fff7ea;
  margin-bottom: 35px;
}

.history__item:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .history__item {
    margin-bottom: 20px;
    padding: 25px 15px 20px 0;
  }
}

.history__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .history__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

.history__img img {
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .history__img img {
    max-width: 30px;
    margin-top: -5px;
  }
}

.history__title {
  font-size: 22px;
  font-family: museosanscyrl-300;
  line-height: 1;
  margin-bottom: 10px;
}

@media all and (max-width: 1540px) {
  .history__title {
    font-size: 20px;
  }
}

@media all and (max-width: 1200px) {
  .history__title {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .history__title {
    font-size: 16px;
  }
}

.history__desc {
  font-size: 20px;
}

@media all and (max-width: 1540px) {
  .history__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .history__desc {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .history__desc {
    font-size: 14px;
  }
  .map { 
    margin-top: 0px!important;
  }
  
}

.map {
  position: relative;
  height: 660px; 
  margin-top: 30px;
}

@media all and (max-width: 1540px) {
  .map {
    height: 550px;
  }
}

@media all and (max-width: 1023px) {
  .map {
    height: 500px;
  }
}

@media all and (max-width: 767px) {
  .map {
    height: auto;
  }
}

.map__iframe {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media all and (max-width: 767px) {
  .map__iframe {
    display: none;
  }
}

.map__center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.map__box {
  position: absolute;
  right: 8%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  padding: 15px 56px;
  height: 100%;
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 1540px) {
  .map__box {
    padding: 15px 50px 15px;
  }
}

@media all and (max-width: 1023px) {
  .map__box {
    padding: 15px 25px 15px;
  }
}

@media all and (max-width: 767px) {
  .map__box {
    padding: 40px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: inherit;
    background: rgba(0, 0, 0, 0.03);
    max-width: 100%;
  }
}

.map__box:after {
  content: '';
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  left: 100%;
  width: 9999px;
  top: 0;
}

.map__title {
  font-size: 48px;
  line-height: 1;
  
}

@media all and (max-width: 1540px) {
  .map__title {
    font-size: 40px;
  }
}

@media all and (max-width: 1023px) {
  .map__title {
    font-size: 35px;
  }
}

.map__phone {
  margin-top: 50px;
}
.map__phone a{
  color: #dbab3d;
}

@media all and (max-width: 767px) {
  .map__phone {
    margin-top: 30px;
  }
}

.map__phone li {
  font-family: font-family: 'Open Sans', sans-serif;
  ;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  padding-left: 3px;
}

@media all and (max-width: 1540px) {
  .map__phone li {
    font-size: 24px;
  }
}

@media all and (max-width: 1023px) {
  .map__phone li {
    font-size: 22px;
  }
}

@media all and (max-width: 767px) {
  .map__phone li {
    font-size: 18px;
  }
}

.map__phone li:first-child {
  font-size: 36px;
  
  margin-bottom: 12px;
  padding-left: 7px;
}

@media all and (max-width: 1540px) {
  .map__phone li:first-child {
    font-size: 32px;
  }
}

@media all and (max-width: 1023px) {
  .map__phone li:first-child {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .map__phone li:first-child {
    font-size: 25px;
  }
}

.map__phone li:last-child {
  margin-bottom: 24px;
  padding-left: 5px;
}

.map__phone li span {
  display: block;
  line-height: 1;
}

.map__phone li span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.map__phone li span img {
  display: block;
}

.map__button {
  color: #daab3d;
  font-size: 16px;
  font-family: 'MuseoSansCyrl-500', serif;
  border-radius: 10em;
  background-color: #fff;
  border: 1px solid #ffba82;
  display: inline-block;
  padding: 12px 30px;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  height: 50px;
}

@media all and (max-width: 767px) {
  .map__button {
    padding: 12px 15px;
  }
}

.map__button:hover {
  color: #fff;
  background-color: #daab3d;
  border: 1px solid #daab3d;
}

.map__button span {
  position: relative;
}

.map__button span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffc74b), color-stop(50%, #ffc74b), color-stop(51%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: -o-linear-gradient(left, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-image: linear-gradient(to right, #ffc74b 0, #ffc74b 50%, transparent 51%, transparent 100%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 4px 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.map__adres {
  
  font-size: 24px;
  line-height: 1.4;
  margin-top: 50px;
}

@media all and (max-width: 1540px) {
  .map__adres {
    font-size: 22px;
    margin-top: 45px;
  }
}

@media all and (max-width: 1023px) {
  .map__adres {
    font-size: 18px;
  }
}

.map__mail {
  color: #86aaf3;
  font-size: 24px;
  font-family: font-family: 'Open Sans', sans-serif;
  ;
  border-bottom: 1px solid #86aaf3;
  line-height: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  margin-top: 16px;
  display: inline-block;
}

@media all and (max-width: 1540px) {
  .map__mail {
    font-size: 22px;
  }
}

@media all and (max-width: 1023px) {
  .map__mail {
    font-size: 18px;
  }
}

.map__mail:hover {
  color: #daab3d;
  border-bottom: 1px solid transparent;
}

.blockquote {
  padding: 140px 0;
  margin-top: 30px;
  font-size: 30px;
}

@media all and (max-width: 767px) {
  .blockquote {
    padding: 70px 0;
  }
}
.blockquote__box{
  font-size: 31px;
}

.blockquote__box:before {
  content: '';
  width: 149px;
  height: 18px;
  background: url("https://veselabulbashka.com.ua/kub/blockquote.png") no-repeat;
  display: block;
  margin: 0 auto;
}

.blockquote__box:after {
  content: '';
  width: 149px;
  height: 18px;
  background: url("https://veselabulbashka.com.ua/kub/blockquote.png") no-repeat;
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blockquote blockquote {
  font-size: 24px;
  max-width: 820px;
  margin: 35px auto;
  text-align: center;
  font-family: font-family: 'Open Sans', sans-serif;
  ;
}

@media all and (max-width: 1540px) {
  .blockquote blockquote {
    font-size: 31px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #ade2f4, 0 0 1em #86bfd3;
  }
}
.blockquote blockquote {
  font-size: 31px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #ade2f4, 0 0 1em #86bfd3;
}

@media all and (max-width: 1200px) {
  .blockquote blockquote {
    font-size: 20px;
    text-shadow: 0px 0px 0px #ade2f4, 0 0 1em #86bfd3;
  }
}

@media all and (max-width: 1023px) {
  .blockquote blockquote {
    font-size: 17px;
  }
}

.time {
  padding: 115px 0;
  background-size: cover;
  background-position: center top;
}

@media all and (max-width: 767px) {
  .time {
    padding: 0;
    background: #fff7ea !important;
    padding-top: 30px;
  }
}

.time__wrap {
  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 all and (max-width: 767px) {
  .time__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.time__box {
  max-width: 511px;
  padding: 40px;
  border-radius: 10px;
  background: white;
  background: -webkit-linear-gradient(white 0%, #fff6ea 100%);
  background: -o-linear-gradient(white 0%, #fff6ea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fff6ea));
  background: linear-gradient(white 0%, #fff6ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff6ea', GradientType=0);
}

@media all and (max-width: 1540px) {
  .time__box {
    max-width: 460px;
  }
}

@media all and (max-width: 1023px) {
  .time__box {
    max-width: 320px;
    padding: 30px 20px;
  }
}

@media all and (max-width: 767px) {
  .time__box {
    padding-top: 0;
    max-width: 100%;
    background: none;
  }
}

.time__title {
  font-size: 44px;
  font-family: font-family: 'Open Sans', sans-serif;
  ;
  font-weight: bold;
  line-height: 1;
}

@media all and (max-width: 1540px) {
  .time__title {
    font-size: 40px;
  }
}

@media all and (max-width: 1023px) {
  .time__title {
    font-size: 30px;
  }
}

.time__desc {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 20px;
}

@media all and (max-width: 1540px) {
  .time__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 1023px) {
  .time__desc {
    font-size: 16px;
  }
}

.time__econom {
  font-size: 20px;
  font-family: 'MuseoSansCyrl-500', serif;
  line-height: 1;
}

@media all and (max-width: 1540px) {
  .time__econom {
    font-size: 18px;
  }
}

@media all and (max-width: 1023px) {
  .time__econom {
    font-size: 16px;
  }
}

.time__actia {
  margin-top: 80px;
}

@media all and (max-width: 1540px) {
  .time__actia {
    margin-top: 60px;
  }
}

.time__actia-title {
  color: #908d8d;
  font-size: 18px;
}

@media all and (max-width: 1540px) {
  .time__actia-title {
    font-size: 16px;
  }
}

.time__clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

@media all and (max-width: 1023px) {
  .time__clock {
    margin: 0 -10px;
  }
}

.time__number {
  text-align: center;
  margin: 22px 20px 0;
}

@media all and (max-width: 1023px) {
  .time__number {
    margin: 20px 15px 0;
  }
}

.time__number .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
}

.time__number .num>span {
  background: url("https://veselabulbashka.com.ua/kub/border.png") center no-repeat, #fff;
  background-size: 100% auto;
  font-size: 75px;
  
  line-height: 1;
  width: 74px;
  height: 105px;
  border-radius: 10px;
  margin: 0 6px;
  padding: 0 5px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

@media all and (max-width: 1540px) {
  .time__number .num>span {
    font-size: 65px;
  }
}

@media all and (max-width: 1023px) {
  .time__number .num>span {
    font-size: 55px;
    width: 60px;
  }
}

@media all and (max-width: 767px) {
  .time__number .num>span {
    height: 90px;
    padding: 0 0;
    width: 58px;
  }
}

.time__number span {
  display: block;
  font-size: 18px;
  font-family: 'MuseoSansCyrl-300', serif;
  margin-top: 23px;
}

@media all and (max-width: 1540px) {
  .time__number span {
    font-size: 16px;
    margin-top: 15px;
  }
}

.time__btn {
  display: none;
}

@media all and (max-width: 767px) {
  .time__btn {
    display: block;
    margin: 30px auto 0;
  }
}

.time__form {
  background: rgba(255, 255, 255, 0.95);
  max-width: 450px;
  width: 100%;
  padding: 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 1540px) {
  .time__form {
    max-width: 400px;
    padding: 50px 60px;
    margin-left: auto;
  }
}

@media all and (max-width: 1023px) {
  .time__form {
    padding: 55px 25px;
    max-width: 310px;
  }
}

@media all and (max-width: 767px) {
  .time__form {
    display: none;
  }
}

.time__form .form__title {
  font-family: 'Exo2-RegularCondensed', serif;
  font-size: 44px;
}

@media all and (max-width: 1540px) {
  .time__form .form__title {
    font-size: 40px;
  }
}

@media all and (max-width: 1023px) {
  .time__form .form__title {
    font-size: 30px;
  }
}

.time__form .form {
  width: 100%;
}

.shadow-bottom {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.96);
  background-position: center;
  z-index: 10;
  display: none;
  background-repeat: no-repeat;
}

.project__container {
  position: relative;
}

.project__container .loader {
  background-position: center 50px;
  width: 120%;
  left: -10%;
  background-color: #fff;
}

.project__container .loader--bottom {
  background-position: center bottom 50px;
}

.up-btn {
  display: block;
  width: 72px;
  height: 72px;
  background: url("https://veselabulbashka.com.ua/kub/up.png") no-repeat;
  background-size: contain;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  display: none;
}

@media all and (max-width: 1540px) {
  .up-btn {
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media all and (max-width: 1200px) {
  .up-btn {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

.up-btn:hover {
  background: url("https://veselabulbashka.com.ua/kub/up-h.png") no-repeat;
  background-size: contain;
}

.field__wrap {
  position: relative;
}

.field__wrap label.error {
  position: absolute;
  left: 150px;
  font-size: 14px;
  background: red;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  white-space: nowrap;
  z-index: 1;
}

.right-block-hide {
  display: none;
}

@media all and (max-width: 1023px) {
  .right-block-hide {
    display: block;
  }
}

.popup__form--delivery .form__title {
  margin-bottom: 40px;
}

.owl-item.active {
  height: auto;
}

.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;
  }
}

@media (max-width: 1200px) {
  .header.new .mainmenu__logo_ops {
    font-size: 20px; 
}
.header.new .mainmenu__logo_ops { 
  bottom: -14px; 
}
.map__box:after{
  display: none;
}

  
}
