@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic-ext,latin-ext);

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444444;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

.clear {
  clear: both;
}

/* Custom CSS*/
body, #header, #main-animation, .anim-bg img, .anim-bg {
  min-width: 1000px;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

/*HEADER*/
#header {
  height: 99px;
  width: 100%;
  position: absolute;
  background: url(../images/header-bg.png);
  top: 0;
  z-index: 100;
}

.head-bg {
  height: 99px;
  background-position: center top;
}

.logo {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 121px;
}

.lang-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
}

.languages {
  text-align: center;
  padding-top: 15px;
}

.languages a {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 3px;
  border-bottom: 1px solid;
  border-color: transparent;
  margin: 0px 3px;
}

.languages a.active {
  border-color: #dfbd9d;
  color: #dfbd9d;
}

.languages a:hover {
  color: #dfbd9d;
}

.search-block {
  border: 1px solid #42382e;
  height: 18px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: inset -5px 5px 4px #2a2520;
  background: url(../images/header-bg.png);
}

.search-block input[type=text] {
  background: none;
  border: 0;
  height: 18px;
  display: block;
  width: 84px;
  padding: 0px 13px;
  color: #a38f7b;
  font-size: 10px;
  text-align: left;
  float: left;
}

.search-block input[type=submit] {
  background: url(../images/search-icon.png) center no-repeat;
  border: 0;
  height: 18px;
  display: block;
  width: 18px;
  float: left;
  cursor: pointer;
}

.contacts-block {
  position: absolute;
  right: 90px;
  top: 20px;
  width: 175px;
  padding-left: 25px;
  background: url(../images/phone-icon2.png) 0px 5px no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #ffffff;
}

.contacts-block .phone {
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 10px;
  color: #ffffff;
  display: block;
}

.contacts-block .phone span {
  font-weight: 700;
}

.contacts-block .mail {
  font-weight: 600;
  color: #ffffff;
  display: block;
}

/*TOP NAVIGATION*/
.top-nav-wrapper {
  padding-top: 28px;
  padding-right: 160px;
}

.top-nav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}

.top-nav li {
  display: inline-block;
  position: relative;
  margin-left: -5px;
}

.top-nav li:last-child a {
  border: 0;
}

.top-nav a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 13px 14px 11px;
  border-right: 1px solid #49423b;
  display: block;
}

.top-nav li:hover {
  background: url(../images/header-bg.png);
}

.top-nav a.more {
  background: url(../images/arrow-down.png) right no-repeat;
  padding-right: 30px;
}

.top-nav li .submenu {
  position: absolute;
  overflow: hidden;
  max-height: 0px;
  background: #72685c;
  padding: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}

.top-nav li:hover .submenu {
  max-height: 500px;
}

.top-nav li .submenu a {
  border: 0;
  padding: 5px 20px;
}

.top-nav li .submenu a:first-child {
  margin-top: 15px;
}

.top-nav li .submenu a:last-child {
  margin-bottom: 15px;
}

.top-nav li .submenu a:hover {
  background: #524a42;
}

/*MAIN ANIMATION*/
#main-animation {
  overflow: hidden;
  height: 546px;
}

.anim-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.anim-bg img {
  width: 100%;
}

.main-anim-content {
  width: 100%;
  position: relative;
  z-index: 50;
  left: 0;
  background: url(../images/main-anim-overlay.png) bottom repeat-x;
  top: 130px;
  padding: 40px 0px;
}

.main-anim-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 346px;
}

/*MAIN CATEGORIES*/
#main-categories {
  background: #252320;
  height: 99px;
  position: relative;
}

#main-categories {
  text-align: center;
}

#main-categories a {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 25px;
  display: inline-block;
  width: 220px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid #4e4c49;
  padding-bottom: 8px;
  margin: 30px 43px 0px;
}

#main-categories a:hover {
  color: #4e4c49;
}

/*CONTENT MAIN*/
.content-main {
  background: url(../images/content-bg.jpg);
  padding: 100px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #252320;
}

.content-main H1.page-title {
  background: url(../images/content-bg.jpg);
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*FOOTER*/
.foot-top-bg {
  height: 16px;
  background: url(../images/foot-top-bg.jpg);
}

.footer {
  height: 313px;
  background: #2f2a24;
}

.foot-center {
  width: 284px;
  left: 50%;
  margin-left: -144px;
  position: absolute;
  top: 75px;
}

.foot-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}

.foot-left {
  width: 500px;
  height: 313px;
  background: url(../images/map.jpg) no-repeat;
  float: left;
}

.foot-left .foot-left-wrapper {
  margin: 73px 0px 0px;
  position: absolute;
}

.foot-left .foot-left-wrapper div, .contacts-block-left-wrapper div {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.foot-left .foot-left-wrapper a, .contacts-block-left-wrapper a {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.contacts-block-left-wrapper div {
  color: #574f48;
}

.foot-left .foot-left-wrapper div img, .contacts-block-left-wrapper div img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.foot-right {
  float: right;
}

.foot-right ul {
  margin: 80px 0px 0px 0px;
  padding: 0;
}

.foot-right ul a {
  display: block;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  height: 30px;
  padding-left: 25px;
}

.foot-right ul a:hover {
  background: url(../images/foot-nav-arr.png) 0px 2px no-repeat;
}

.footer-shadow {
  background: url(../images/footer-shadow.png) top repeat-x;
  height: 26px;
  position: relative;
  pointer-events: none;
}

.footer-shadow span {
  background: url(../images/footer-arrow.png);
  width: 98px;
  height: 26px;
  display: block;
  margin: 0 auto;
}

.footer-map {
  margin-top: -26px;
}

.view-on-map {
  line-height: 20px !important;
  padding-left: 47px;
}

.view-on-map a {
  color: #574f48;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

.view-on-map a:hover {
  text-decoration: none;
}

/*CONTACTS DATA*/
.contacts-block-left {
  float: left;
}

.contacts-block-right {
  float: right;
}

.contacts-block-right-wrapper p {
  display: block;
  color: #574f48;
  border-bottom: 2px dotted #574f48;
  padding-bottom: 28px;
  padding-top: 15px;
}

.contacts-block-right-wrapper p:first-child {
  padding-top: 0;
}

/*CONTACTS FORM*/
.contacts-form {
  width: 630px;
  background: url(../images/pen.png) right bottom no-repeat;
  min-height: 500px;
  padding-top: 60px;
}

.form-row {
  height: 66px;
}

.form-row span {
  display: block;
  width: 236px;
  color: #000000;
  border-bottom: 2px dotted #000000;
  float: left;
  margin-right: 10px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0px 13px;
}

.form-row input[type=text] {
  background: url(../images/contacts-input.png);
  width: 155px;
  height: 48px;
  border: 0;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 7px 0px 25px;
}

.form-row.big {
  height: 195px;
}

.form-row.big span {
  display: block;
  width: 380px;
  color: #000000;
  border-bottom: 2px dotted #000000;
  float: left;
  margin-right: 10px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0px 13px;
  margin-left: 53px;
  text-align: right;
}

.form-row textarea {
  background: url(../images/contacts-textarea.png);
  width: 401px;
  height: 105px;
  border: 0;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 25px 7px 0px 25px;
  resize: none;
}

.contacts-form input[type=submit], .contacts-form button {
  background: #857b71;
  width: 336px;
  height: 56px;
  border: 0;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #e4e0dc;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}

.agree-link input {
  margin-right: 10px;
}

.agree-link a {
  color: #000000;
  text-decoration: underline;
}

.agree-link a:hover {
  text-decoration: none;
}

/*SERVICES*/
.content-main.services {
  padding-top: 0;
}

.services-block {
  height: 485px;
  background: url(../images/services-bg2.jpg) top no-repeat;
  padding-top: 263px;
}

.serv-block {
  background: #282420;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: relative;
  float: left;
  margin: 0px 0px 10px 20px;
}

.serv-block.big {
  background: #282420;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: relative;
}

.serv-block img {
  width: 100%;
}

.serv-block a {
  background: #282420;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 23px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.serv-block.big a, .serv-block.big a p, .serv-block.big {
  width: 239px;
  height: 394px;
}

.serv-block a:hover, .serv-block.opened a {
  opacity: 1;
}

.serv-block a p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.serv-block a p, .serv-block a, .serv-block {
  width: 260px;
  height: 166px;
}

.serv-block.margin-top {
  margin-top: -216px;
}

.serv-block.margin-top.right {
  float: right;
  margin-right: 15px;
}

.services-block-wrapper {
  padding-left: 5px;
}

.container.services-txt {
  padding: 0px 55px;
}

/*PRODUCTS*/
.recomend-block {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.recomend-block img {
  display: block;
  margin-bottom: 20px;
  max-height: 140px;
}

.recomend-descr {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.recomend-block a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px dotted #000000;
  color: #000000;
  margin-top: 10px;
}

.recomend-block a:hover {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px dotted #000000;
  color: #000000;
  margin-top: 10px;
}

/*PROJECTS*/
.projects {
  padding: 50px 0px;
}

.projects .container {
  padding-top: 0px;
}

.project-wrapper {
  padding-top: 20px;
}

.project-block {
  width: 300px;
  height: 280px;
  float: left;
  margin-bottom: 28px;
  margin-right: 28px;
}

.project-block:nth-child(3n) {
  margin-right: 0;
}

.project-block .project-thumb {
  width: 280px;
  height: 180px;
  border: 10px solid #ffffff;
  display: block;
  background-size: cover;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.project-block .project-thumb:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.project-block h2 {
  padding-top: 20px;
  color: #333333;
}

.project-block-open h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #333333;
}

.project-description {
  font-size: 14px;
}

.project-description h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 20px 0px;
  color: #333333;
}

.project-gallery-title {
  clear: both;
  padding: 20px 0px;
  font-weight: 700;
  border-top: 1px solid #d1d1d1;
  margin-top: 20px;
}

.project-gal-thumb {
  width: 120px;
  height: 80px;
  border: 5px solid #ffffff;
  display: block;
  background-size: cover;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.project-gal-thumb:nth-child(7n) {
  margin-right: 0;
}

@media (min-width: 1240px) {
  .main-anim-wrapper {
    width: 1200px;
  }

  .container {
    max-width: 1200px;
  }

  .top-nav-wrapper {
    padding-right: 135px;
  }

  .logo {
    width: 161px;
    top: 12px;
  }

  .contacts-block {
    right: 140px;
    font-size: 12px;
    background: url(../images/phone-icon.png) left top no-repeat;
    padding-left: 35px;
  }

  .contacts-block .phone {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .top-nav a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 20px 14px 15px;
    border-right: 1px solid #49423b;
    display: block;
  }

  .contacts-block-right {
    margin-right: 100px;
  }

  .services-block {
    height: 630px;
    background: url(../images/services-bg.jpg) top no-repeat;
    padding-top: 300px;
  }

  .serv-block {
    padding: 20px;
    margin: 0px 0px 15px 30px;
  }

  .services-block-wrapper {
    padding-left: 22px;
  }

  .serv-block a p, .serv-block a, .serv-block {
    width: 315px;
    height: 201px;
  }

  .serv-block.big a, .serv-block.big a p, .serv-block.big {
    width: 285px;
    height: 470px;
  }

  .serv-block.margin-top {
    margin-top: -256px;
  }

  .serv-block.margin-top.right {
    margin-right: 52px;
  }

  .serv-block a {
    font-size: 30px;
  }

  .container.services-txt {
    max-width: 1100px;
    margin-top: -40px;
  }

  #main-animation {
    height: 632px;
  }

  .main-anim-content {

    height: 432px;
  }

  .anim-bg {
    height: 632px;
  }

  .project-block {
    width: 278px;
    height: 260px;
    margin-bottom: 28px;
    margin-right: 28px;
  }

  .project-block .project-thumb {
    width: 258px;
    height: 161px;
  }

  .project-block:nth-child(3n) {
    margin-right: 28px;
  }

  .project-block:nth-child(4n) {
    margin-right: 0;
  }

  .project-gal-thumb {
    width: 129px;
    height: 83px;
    border: 6px solid #ffffff;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .project-gal-thumb:nth-child(7n) {
    margin-right: 8px;
  }

  .project-gal-thumb:nth-child(8n) {
    margin-right: 0;
  }
}

/*ANIMATION*/
.animated.tada {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated.pulse {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.animated.pulse.fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated.flash {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

#anim-brain {
  background: url(../images/animation/brain.png);
  width: 62px;
  height: 47px;
  position: absolute;
  top: 48px;
  left: 13px;
}

#anim-pen {
  position: absolute;
  top: 261px;
  left: 81px;
}

#anim-des-img1 {
  position: absolute;
  top: 283px;
  left: 178px;
}

#anim-des-img2 {
  position: absolute;
  top: 333px;
  left: 239px;
}

#anim-des-img3 {
  position: absolute;
  top: 361px;
  left: 184px;
}

@-webkit-keyframes flash {
-ms-transform: rotate(7 deg); /* IE 9 */
-webkit-transform: rotate(7 deg); /* Chrome, Safari, Opera */
transform: rotate(7 deg);

}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.5;
  }
}

.animated.rotateIn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-240deg);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-120deg);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-240deg);
    opacity: 1;
  }
  50% {
    transform-origin: center center;
    transform: rotate(-120deg);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.animated.rotateOut {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-120deg);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-240deg);
    opacity: 1;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  50% {
    transform-origin: center center;
    transform: rotate(-120deg);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(-240deg);
    opacity: 1;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

#anim-round-1 {
  position: absolute;
  top: 363px;
  left: 119px;
}

#anim-round-1-shadow {
  position: absolute;
  top: 363px;
  left: 117px;
  opacity: 0.5;
}

#anim-round-2 {
  position: absolute;
  top: 195px;
  left: 175px;
}

#anim-round-2-shadow {
  position: absolute;
  top: 363px;
  left: 117px;
  opacity: 0.5;
}

#anim-round-3 {
  position: absolute;
  top: 206px;
  left: 204px;
}

#anim-round-4 {
  position: absolute;
  top: 219px;
  left: 266px;
}

#anim-bottles {
  background: url(../images/animation/bottles.png) bottom no-repeat;
  width: 88px;
  height: 90px;
  position: absolute;
  position: absolute;
  top: 86px;
  left: 157px;
}

#anim-bottles.bottles2 {
  background: url(../images/animation/bottles2.png) bottom no-repeat;
}

#anim-lamp {
  position: absolute;
  top: 132px;
  left: 89px;
}

#anim-arrow-1 {
  position: absolute;
  top: 126px;
  left: 258px;
}

#anim-round-5 {
  position: absolute;
  top: 255px;
  left: 348px;
}

#cirk-img {
  position: absolute;
  top: 250px;
  left: 394px;
  width: 29px;
}

#anim-round-6 {
  position: absolute;
  top: 134px;
  left: 404px;
}

#anim-round-7 {
  position: absolute;
  top: 171px;
  left: 506px;
}

#anim-round-8 {
  position: absolute;
  top: 165px;
  left: 531px;
}

#anim-round-9 {
  position: absolute;
  top: 26px;
  left: 386px;
  z-index: 10;
}

#anim-round-9-shadow {
  position: absolute;
  top: 28px;
  left: 384px;
}

.par-anim {
  position: absolute;
  top: 64px;
  left: 428px;
}

#anim-par-1 {
  position: absolute;
  top: 0;
  left: 0;
}

#anim-par-2 {
  position: absolute;
  top: 9px;
  left: 26px;
}

#anim-par-3 {
  position: absolute;
  top: 33px;
  left: 18px;
}

.rolls-anim {
  position: absolute;
  top: 303px;
  left: 366px;
}

#rolls-top {
  position: absolute;
  top: 0;
  left: 0;
}

#rolls-bottom {
  position: absolute;
  top: 11px;
  left: -6px;
}

.animated.shake {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.animated.shake.fast {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-1px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-1px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(1px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

#anim-mol-1 {
  position: absolute;
  top: 192px;
  left: 483px;
}

#anim-mol-2 {
  position: absolute;
  top: 192px;
  left: 483px;
}

#arrow-1-small-down {
  position: absolute;
  top: 192px;
  left: 366px;
}

#arrow-1-small-down-2 {
  position: absolute;
  top: 106px;
  left: 386px;
}

#arrow-1-small-down-3 {
  position: absolute;
  top: 106px;
  left: 386px;
}

#arrow-1-small-down-4 {
  position: absolute;
  top: 259px;
  left: 488px;
}

#arrow-1-small-up {
  position: absolute;
  top: 185px;
  left: 426px;
}

#anim-round-7-2 {
  position: absolute;
  top: 134px;
  left: 576px;
  width: 24px;
}

#anim-round-8-2 {
  position: absolute;
  top: 124px;
  left: 595px;
}

#arrow-1-small-right-1 {
  position: absolute;
  top: 117px;
  left: 622px;
}

#anim-sun {
  position: absolute;
  top: 17px;
  left: 661px;
  width: 54px;
  height: 54px;
}

#anim-repair-img-1 {
  position: absolute;
  right: 210px;
  top: 358px;
  width: 55px;
}

#anim-brush {
  position: absolute;
  right: 127px;
  top: 290px;
}

#arrow-1-small-left-1 {
  position: absolute;
  right: 151px;
  top: 362px;
}

#arrow-1-small-left-2 {
  position: absolute;
  right: 112px;
  top: 333px;
}

#anim-repair-img-2 {
  position: absolute;
  right: 11px;
  top: 281px;
}

#anim-round-7-3 {
  position: absolute;
  right: 286px;
  top: 294px;
  width: 29px;
}

#anim-cold {
  position: absolute;
  top: 314px;
  left: 500px;
  width: 46px;
}

#anim-rem-1 {
  position: absolute;
  top: 197px;
  left: 162px;
}

#arrow-1-small-down-5 {
  position: absolute;
  top: 307px;
  left: 718px;
}

#anim-round-10 {
  position: absolute;
  top: 233px;
  left: 779px;
  width: 30px;
  z-index: 20;
}

#anim-round-10-shadow {
  position: absolute;
  top: 235px;
  left: 777px;
  width: 30px;
  z-index: 10;
}

#arrow-1-small-down-6 {
  position: absolute;
  top: 195px;
  left: 800px;
}

.cond-arrows-anim {
  position: absolute;
  top: 318px;
  left: 604px;

}

#cond-arrow-1 {
  position: absolute;
  top: 0;
  left: -48px;
}

#cond-arrow-2 {
  position: absolute;
  top: 0;
  left: 0;
}

#cond-arrow-3 {
  position: absolute;
  top: 0;
  left: 34px;
}

#temp-down-anim {
  position: absolute;
  top: 350px;
  left: 688px;
  width: 32px;
}

#anim-molot {
  position: absolute;
  top: 205px;
  right: 17px;
}

#anim-repair-lines {
  position: absolute;
  right: 16px;
  top: 338px;
}

#anim-repair-top-lines {
  position: absolute;
  top: 87px;
  right: 172px;
  width: 44px;
  height: 6px;
}

#warm-arrow {
  position: absolute;
  top: 17px;
  left: 601px;
}

#anim-temp-up {
  position: absolute;
  top: 44px;
  left: 734px;
  width: 46px;
}

#anim-block-img {
  position: absolute;
  top: 260px;
  right: 360px;
  width: 36px;
}

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #ffffff;
  color: #19181e;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */
}

.alert p:last-of-type {
  margin-bottom: 0;
}

.alert p.alert__text {
  margin-bottom: 20px;
}

.alert--gray {
  background-color: #565656;
  color: #ffffff;
}

.alert--dark-blue {
  background-color: #041e41;
  color: #ffffff;
}

.alert--red {
  background-color: #fc4340;
  color: #ffffff;
}

.alert--rblack {
  background-color: #000000;
  color: #ffffff;
}

.alert--white {
  background-color: #ffffff;
  color: #19181e;
}

.alert--pink {
  background-color: #ebdddd;
  color: #19181e;
}

.alert--deep-pink {
  background-color: #dcc9c3;
  color: #19181e;
}

.alert--purple {
  background-color: #a08ca7;
  color: #ffffff;
}

.alert--deep-purple {
  background-color: #673ab7;
  color: #ffffff;
}

.alert--dark-pink {
  background-color: #bc9999;
  color: #19181e;
}

.alert--blue {
  background-color: #315ed2;
  color: #ffffff;
}

.alert--cyan {
  background-color: #60a2ab;
  color: #ffffff;
}

.alert--green {
  background-color: #5e9123;
  color: #ffffff;
}

.alert--yellow {
  background-color: #c9c897;
  color: #19181e;
}

.alert--main {
  background-color: #adf0d1;
  color: #19181e;
}

.alert--moicvet {
  background-color: #000000;
  color: #ffffff;
}

.alert--secondary {
  background-color: #000000;
  color: #ffffff;
}

.alert--brown {
  background-color: #94816c;
  color: #ffffff;
}

.alert--black {
  background-color: #19181e;
  color: #ffffff;
}

.alert--gray {
  background-color: #565656;
  color: #ffffff;
}

.alert--peach {
  background-color: #916868;
  color: #ffffff;
}

.alert--o-gray {
  background: transparent;
  color: #565656;
  border: 1px solid #565656;
}

.alert--o-dark-blue {
  background: transparent;
  color: #041e41;
  border: 1px solid #041e41;
}

.alert--o-red {
  background: transparent;
  color: #fc4340;
  border: 1px solid #fc4340;
}

.alert--o-rblack {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.alert--o-pink {
  background: transparent;
  color: #ebdddd;
  border: 1px solid #ebdddd;
}

.alert--o-deep-pink {
  background: transparent;
  color: #dcc9c3;
  border: 1px solid #dcc9c3;
}

.alert--o-purple {
  background: transparent;
  color: #a08ca7;
  border: 1px solid #a08ca7;
}

.alert--o-deep-purple {
  background: transparent;
  color: #673ab7;
  border: 1px solid #673ab7;
}

.alert--o-dark-pink {
  background: transparent;
  color: #bc9999;
  border: 1px solid #bc9999;
}

.alert--o-blue {
  background: transparent;
  color: #315ed2;
  border: 1px solid #315ed2;
}

.alert--o-cyan {
  background: transparent;
  color: #60a2ab;
  border: 1px solid #60a2ab;
}

.alert--o-green {
  background: transparent;
  color: #5e9123;
  border: 1px solid #5e9123;
}

.alert--o-yellow {
  background: transparent;
  color: #c9c897;
  border: 1px solid #c9c897;
}

.alert--o-main {
  background: transparent;
  color: #adf0d1;
  border: 1px solid #adf0d1;
}

.alert--o-moicvet {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-secondary {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.alert--o-brown {
  background: transparent;
  color: #94816c;
  border: 1px solid #94816c;
}

.alert--o-black {
  background: transparent;
  color: #19181e;
  border: 1px solid #19181e;
}

.alert--o-gray {
  background: transparent;
  color: #565656;
  border: 1px solid #565656;
}

.alert--o-peach {
  background: transparent;
  color: #916868;
  border: 1px solid #916868;
}

.alert--rounded {
  border-radius: 0.3em;
}

.alert--shadow {
  box-shadow: 0 0 0.3em currentColor;
}

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1;
}

.alert__button:focus {
  outline: 0;
}


.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  max-width: 360px;
  padding: 30px;
  color: #000;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  border-radius: 10px;
}

.cookie-window-block.closed {
  display: none;
}

.cookie-window-text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 15px;
  font-family:  'Open Sans', sans-serif;
}

.cookie-window-text a {
 color: #dfbd9d;
}

.cookie_btn  {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
box-sizing: border-box;
  display: inline-flex;
  margin-bottom: 5px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.cookie_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00ba71;
  border-color: #00ba71;
}