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;
}

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 {
  background: none;
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

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 {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-arrow-down {
  width: 1.61em;
  height: 1em;
  fill: initial;
}

.icon-arrow-next {
  width: 2.57em;
  height: 1em;
  fill: #FFB600;
}

.icon-arrow-prev {
  width: 2.57em;
  height: 1em;
  fill: #FFB600;
}

.icon-arrow-right {
  width: 2.3em;
  height: 1em;
  fill: #FFF;
}

.icon-check {
  width: 1.43em;
  height: 1em;
  fill: #FFF;
}

.icon-clock {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-entry {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-facebook {
  width: 0.53em;
  height: 1em;
  fill: #FFF;
}

.icon-pdf-file {
  width: 0.94em;
  height: 1em;
  fill: #86BC25;
}

.icon-telegram {
  width: 1.18em;
  height: 1em;
  fill: #FFF;
}

/**
 * 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: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownSm {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownSm {
  animation-name: fadeInDownSm;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftSm {
  from {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSm {
  animation-name: fadeInLeftSm;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightSm {
  from {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSm {
  animation-name: fadeInRightSm;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpSm {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSm {
  animation-name: fadeInUpSm;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@font-face {
  font-family: 'Circe';
  src: url("fonts/Circe-Light.woff") format("woff"), url("fonts/fonts/Circe-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("fonts/Circe-Regular.woff") format("woff"), url("fonts/fonts/Circe-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("fonts/Circe-Bold.woff") format("woff"), url("fonts/fonts/Circe-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url("fonts/Circe-ExtraBold.woff") format("woff"), url("fonts/fonts/Circe-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

html.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'Circe', serif;
  font-size: 18px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #15161F;
}

body.no-scroll {
  overflow: hidden;
}

.out {
  position: relative;
  overflow: hidden;
}

.center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

button,
input,
textarea,
select {
  font-family: 'Circe', serif;
}

.btn {
  min-width: 245px;
  height: 68px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  transition: all .3s;
}

.btn__text,
.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon:not(:first-child) {
  margin-left: 50px;
}

.btn .icon-arrow-right {
  font-size: 12px;
}

.btn_orange {
  background: #FFB600;
}

.btn_orange:hover {
  background: #ffc32e;
}

.btn_green {
  background: #86BC25;
}

.btn_green:hover {
  background: #8fc928;
}

a.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 0;
}

.header__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: 28px;
  font-size: 0;
}

.header__logo .header__pic {
  width: 174px;
}

.header__desc {
  margin-right: auto;
  padding-left: 18px;
  border-left: 1px solid #979797;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 300;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
}

.header__link {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #33333C;
  transition: color .3s;
  text-shadow: #fff -2px -2px 2px, #fff 2px 2px 2px;  
  /*-webkit-text-stroke: 3px rgba(255,255,255,0.5);
  -webkit-text-fill-color: white;*/
}

.header__link:hover {
  color: gray;
}

.header__link:not(:last-child) {
  margin-right: 17px;
}

.header__social.social {
  display: none;
}

.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(21, 22, 31, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.header__bg.show {
  visibility: visible;
  opacity: 1;
}

.burger {
  position: relative;
  z-index: 30;
  display: none;
  width: 25px;
  height: 19px;
  text-align: center;
  transition: background .3s;
  -webkit-tap-highlight-color: transparent;
}

.burger:before, .burger:after,
.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: black;
  transition: transform .3s, width .3s, background .3s;
}

.burger:before, .burger:after {
  content: '';
  margin: 0 auto;
}

.burger span {
  margin: 5px auto;
}

.burger.active:before, .burger.active:after,
.burger.active span {
  background: #15161F;
}

.burger.active:before {
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.burger.active span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active:after {
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.main {
  min-height: 950px;
  padding-bottom: 60px;
  padding-top: 130px;
  background-repeat: no-repeat;
  background-position: calc(100% + 15px) 0;
  background-size: 840px auto;
}

.main__title {
  margin-left: -3px;
  font-size: 66px;
  font-weight: 800;
}

.main__title br {
  display: none;
}

.main__info {
  margin-bottom: 40px;
  font-size: 39px;
  font-weight: 300;
}

.main__note {
  margin-top: -3px;
  font-size: 29px;
  line-height: 1.65517;
  font-weight: 300;
}

.main__address {
  margin: 5px 0 50px;
  font-size: 50px;
  font-weight: 800;
}

.main__address_mb70 {
  margin-bottom: 70px;
}

.main__list {
  max-width: 903px;
  margin-left: -15px;
}

.main__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 0 42px 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.main__line:not(:last-child) {
  margin-bottom: 27px;
}

.main__line:nth-child(2n+1) {
  background-image: url("../img/bg-main-line-1.svg");
}

.main__line:nth-child(2n) {
  background-image: url("../img/bg-main-line-2.svg");
}

.main__city {
  margin-right: auto;
  font-size: 50px;
  font-weight: 800;
}

.main__date {
  position: relative;
  margin-right: 57px;
  min-width: 330px;
  padding: 22px 35px 22px 40px;
  font-size: 22px;
}

.main__date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0 .5px;
  border-style: solid;
  border-color: #15161F;
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.main__btn {
  margin-right: -67px;
}

.main__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 100px 5px;
}

.main__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
}

.main__item:not(:last-child) {
  margin-right: 105px;
}

.main__icon {
  position: relative;
  font-size: 0;
}

.main__icon .main__pic {
  position: relative;
  z-index: 2;
}

.main__item:first-child .main__icon {
  margin-right: 35px;
}

.main__item:nth-child(2) .main__icon {
  margin-right: 55px;
}

.main__icon .main__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .main__registration.registration {
  margin-left: 195px;
  font-size: 38px;
  color: #86BC25;
  text-decoration: none;
}

.main a.main__registration.registration {
  text-decoration: underline;
}

.main a.main__registration.registration:hover {
  text-decoration: none;
}

.anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.quality {
  position: relative;
}

.quality__anchor {
  top: -40px;
}

.quality__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -50px;
  padding-right: 40px;
}

.quality__item {
  position: relative;
  -ms-flex: 0 0 calc(33.33% - 100px);
  flex: 0 0 calc(33.33% - 100px);
  width: calc(33.33% - 100px);
  margin: 0 50px 140px;
}

.quality__inner {
  position: relative;
  z-index: 2;
}

.quality__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 70px;
  margin-bottom: 32px;
  font-size: 0;
}

.quality__icon .quality__pic {
  max-height: 100%;
}

.quality__bg {
  position: absolute;
  font-size: 0;
}

.quality__item:nth-child(2n+1) .quality__bg {
  top: 6px;
  left: -58px;
}

.quality__item:nth-child(2n+1) .quality__inner {
  max-width: 281px;
}

.quality__item:nth-child(2n) .quality__bg {
  top: -22px;
  left: -80px;
}

.quality__item:nth-child(2n) .quality__inner {
  max-width: 294px;
}

.quality__item:nth-child(4) {
  margin-left: 45px;
}

.quality__category {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.47619;
  font-weight: 800;
}

.quality__text {
  line-height: 1.44444;
  font-weight: 300;
}

.title {
  margin-left: -3px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.36364;
}

.title_white {
  color: #fff;
}

.desc {
	margin-top: 150px;
  position: relative;
  margin-bottom: 367px;
}

.desc__anchor {
  top: -70px;
}

.desc__row {
  display: -ms-flexbox;
  display: flex;
}

.desc__col:first-child {
  -ms-flex: 0 0 533px;
  flex: 0 0 533px;
  width: 533px;
}

.desc__col:nth-child(2) {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 13px 0 0  40px;
}

.desc__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.desc__item {
  position: relative;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px 57px;
  padding-left: 37px;
  line-height: 1.2;
  color: #fff;
}

.desc__item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4gIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNDg2LjkzMDc1LDg2NC4zMDQ0OTkgQzE0ODcuMjY2NDUsODY0LjY0MDE5MyAxNDg3LjI2NjQ1LDg2NS4xODQzNTIgMTQ4Ni45MzA3NSw4NjUuNTE5ODc3IEwxNDgxLjE2NTU2LDg3MS4yODUyNDMgQzE0ODAuODI5ODYsODcxLjYyMDc2OCAxNDgwLjI4NTg3LDg3MS42MjA3NjggMTQ3OS45NTAxOCw4NzEuMjg1MjQzIEwxNDc3LjIwNTcyLDg2OC41NDA2MTQgQzE0NzYuODcwMDIsODY4LjIwNTA4OCAxNDc2Ljg3MDAyLDg2Ny42NjA5MjkgMTQ3Ny4yMDU3Miw4NjcuMzI1NDA0IEMxNDc3LjU0MTI0LDg2Ni45ODk3MSAxNDc4LjA4NTQsODY2Ljk4OTcxIDE0NzguNDIwOTMsODY3LjMyNTQwNCBMMTQ4MC41NTc3OCw4NjkuNDYyMjYgTDE0ODUuNzE1MzgsODY0LjMwNDQ5OSBDMTQ4Ni4wNTEwNyw4NjMuOTY4OTc0IDE0ODYuNTk1MjMsODYzLjk2ODk3NCAxNDg2LjkzMDc1LDg2NC4zMDQ0OTkgTDE0ODYuOTMwNzUsODY0LjMwNDQ5OSBaIE0xNDkzLjA2ODIzLDg2Ny43OTQ4NzEgQzE0OTMuMDY4MjMsODczLjg3NTExNyAxNDg4LjE0NzY0LDg3OC43OTQ4NzEgMTQ4Mi4wNjgyMyw4NzguNzk0ODcxIEMxNDc1Ljk4Nzk5LDg3OC43OTQ4NzEgMTQ3MS4wNjgyMyw4NzMuODc0Mjc4IDE0NzEuMDY4MjMsODY3Ljc5NDg3MSBDMTQ3MS4wNjgyMyw4NjEuNzE0NjI1IDE0NzUuOTg4ODMsODU2Ljc5NDg3MSAxNDgyLjA2ODIzLDg1Ni43OTQ4NzEgQzE0ODguMTQ4NDgsODU2Ljc5NDg3MSAxNDkzLjA2ODIzLDg2MS43MTU0NjQgMTQ5My4wNjgyMyw4NjcuNzk0ODcxIFogTTE0OTEuMzQ5NDgsODY3Ljc5NDg3MSBDMTQ5MS4zNDk0OCw4NjIuNjY0NjM3IDE0ODcuMTk3OCw4NTguNTEzNjIxIDE0ODIuMDY4MjMsODU4LjUxMzYyMSBDMTQ3Ni45MzgsODU4LjUxMzYyMSAxNDcyLjc4Njk4LDg2Mi42NjUzMDkgMTQ3Mi43ODY5OCw4NjcuNzk0ODcxIEMxNDcyLjc4Njk4LDg3Mi45MjUxMDUgMTQ3Ni45Mzg2Nyw4NzcuMDc2MTIxIDE0ODIuMDY4MjMsODc3LjA3NjEyMSBDMTQ4Ny4xOTg0Nyw4NzcuMDc2MTIxIDE0OTEuMzQ5NDgsODcyLjkyNDQzMyAxNDkxLjM0OTQ4LDg2Ny43OTQ4NzEgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NzEgLTg1NikiLz48L3N2Zz4=) no-repeat 50% 50%/100% 100%;
}

.desc__preview {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-51.3%, -54.3%);
  transform: translate(-51.3%, -54.3%);
  z-index: -1;
  font-size: 0;
  pointer-events: none;
}

.member {
  position: relative;
  margin-bottom: 145px;
}

.member__anchor {
  top: -40px;
}

.member__title {
  margin-bottom: 25px;
}

.member__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.member__counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.member__number {
  position: relative;
  margin-right: 15px;
  font-size: 86px;
  font-weight: 800;
}

.member__value_up {
  position: relative;
  z-index: 2;
  color: #86BC25;
}

.member__value_down {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  color: rgba(134, 188, 37, 0.2);
}

.member__bg {
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: -1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member__info {
  position: relative;
  z-index: 4;
  margin-top: -10px;
  font-size: 24px;
  line-height: 1.45833;
  font-weight: 300;
}

.member__info strong {
  font-weight: 500;
}

.member__open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  width: 360px;
  height: 78px;
  margin-right: -45px;
  border-radius: 8px;
  border: 2px solid #FFB600;
  transition: border-color .3s;
  -webkit-tap-highlight-color: transparent;
}

.member__open.active {
  border-color: transparent;
}

.member__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFB600;
  font-size: 0;
}

.member__icon .icon {
  font-size: 7px;
  fill: #fff;
  transition: transform .3s;
}

.member__open.active .icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.member__open .member__text {
  -ms-flex: 0 0 272px;
  flex: 0 0 272px;
  margin-right: 20px;
  padding: 0 5px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  font-size: 20px;
  color: #15161F;
  transition: border-color .3s;
}

.member__open:hover .member__text {
  border-color: transparent;
}

.member__wrap {
  display: none;
  padding-top: 80px;
}

.member__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
}

.member__item:not(:last-child) {
  margin-bottom: 134px;
}

.member__view {
  position: relative;
  -ms-flex: 0 0 335px;
  flex: 0 0 335px;
  width: 335px;
  font-size: 0;
}

.member__flag {
  position: absolute;
  top: 0;
  transition: all .3s;
}

.member__flag.fixed {
  position: fixed;
  top: 10px;
}

.member__flag.abs {
  position: absolute;
  top: auto;
  bottom: 0;
}

.member__flag .member__pic {
  width: 335px;
}

.member__desc {
  -ms-flex: 0 0 calc(100% - 335px);
  flex: 0 0 calc(100% - 335px);
  width: calc(100% - 335px);
  padding-left: 105px;
}

.member__country {
  margin: -5px 0 13px -2px;
  font-size: 60px;
  font-weight: 800;
}

.member__box:not(:last-child) {
  margin-bottom: 64px;
}

.member__category {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1.45833;
  font-weight: 700;
}

.member__box .member__text {
  line-height: 1.44444;
  font-weight: 300;
}

.member__territory {
  position: absolute;
  top: 0;
  width: 900px;
  text-align: right;
  font-size: 0;
}

.member__territory.fixed {
  position: fixed;
  top: 0;
}

.member__territory.abs {
  position: absolute;
  top: auto;
  bottom: 0;
}

.member__item_greece .member__territory {
  top: -50px;
}

.member__item_greece .member__territory .member__pic {
  width: 450px;
}

.member__item_cyprus .member__territory .member__pic {
  width: 500px;
}

.member__item_lithuania .member__territory .member__pic {
  width: 450px;
}

.useful {
  position: relative;
  z-index: 3;
  margin-bottom: 83px;
}

.useful.minus {
  margin-top: -1px;
}

.useful_main {
	margin-bottom: 0;
  padding-bottom: 80px;
}

.useful__title {
  margin-bottom: 30px;
}

.useful__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.useful__item {
  -ms-flex: 0 0 calc(33.33% - 80px);
  flex: 0 0 calc(33.33% - 80px);
  width: calc(33.33% - 80px);
  margin: 0 40px;
}

.useful__preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 285px;
  margin: 0 0 25px -15px;
  font-size: 0;
}

.useful__text {
  max-width: 280px;
  font-weight: 300;
  line-height: 1.44444;
}

.registration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 29px;
  text-decoration: underline;
  font-weight: 800;
  color: #FFB600;
}

.registration:hover {
  text-decoration: none;
}

.registration__icon {
  position: relative;
  margin-right: 60px;
  font-size: 0;
}

.registration__icon .icon {
  position: relative;
  z-index: 2;
  font-size: 44px;
  fill: #fff;
}

.registration__icon .registration__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.presentations {
	padding-top: 20px;
  margin-bottom: 300px;
}

.presentations__title {
  margin-bottom: 30px;
}

.presentations__container {
  position: relative;
  margin: 0 -45px 0 -20px;
}

.presentations__item {
  position: relative;
}

.presentations__preview {
  font-size: 0;
}

.presentations__desc {
  position: absolute;
  left: 0;
  bottom: -90px;
  z-index: 3;
  min-height: 420px;
  padding: 90px 109px 70px;
}

.presentations__desc .presentations__bg {
  position: absolute;
  top: 44%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:767px) {
	.presentations__preview {
		display: none;
	}
  .presentations__desc .presentations__bg {
    display:none;
  }
  .presentations__desc .presentations__inner {
    background: #86BC25;
    padding: 20px;
  }
}

.presentations__bg .presentations__pic {
  width: 585px;
}

.presentations__inner {
  position: relative;
  z-index: 2;
  color: #fff;
}


/*!
 * правка 80
 */

.presentations__info {
  margin-bottom: 43px;
  font-size: 36px;
  line-height: 1.16667;
  font-weight: 800;
}

.presentations__text {
  max-width: 420px;
  min-height: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1;
}

.presentations__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -52px;
  font-size: 22px;
  font-weight: 700;
}

.presentations__date .icon {
  margin-right: 22px;
  font-size: 30px;
  fill: #000000;
}

.presentations__registration {
  position: absolute;
  left: 275px;
  bottom: -10px;
  z-index: 3;
}

.presentations__link {
  text-decoration: underline;
  color: #000000;
}

.presentations__link:hover {
  text-decoration: none;
}

.presentations .owl-dots {
  position: absolute;
  right: 140px;
  bottom: 47px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
}

.presentations .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F4F4F4;
  transition: all .3s;
  border: 1px solid #86bc25;
}

.presentations .owl-dot:hover {
  background: #e7e7e7;
}

.presentations .owl-dot.active {
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background: #86BC25;
}

.presentations .owl-dot:not(:last-child) {
  margin-right: 20px;
}

.presentations .owl-stage {
  padding-bottom: 105px;
}

.presentations .owl-prev,
.presentations .owl-next {
	transform: scalex(1.5);
  position: absolute;
  bottom: 38px;
  z-index: 5;
  font-size: 0;
}

.presentations .owl-prev .icon,
.presentations .owl-next .icon {
  font-size: 30px;
  fill: #FFB600;
  transition: fill .3s;
}

.presentations .owl-prev:hover .icon,
.presentations .owl-next:hover .icon {
  fill: #ffc533;
}

.presentations .owl-prev {
  right: 350px;
}

.presentations .owl-next {
  right: 150px;
}

.download {
  position: relative;
  z-index: 3;
  margin-bottom: 160px;
  padding-top: 125px;
}

.download__list {
  display: -ms-flexbox;
  display: flex;
}

.download__item {
  display: -ms-flexbox;
  display: flex;
}

.download__item:not(:last-child) {
  margin-right: 85px;
}

.download__icon {
  margin-right: 20px;
  font-size: 0;
}

.download__icon .icon {
  font-size: 64px;
  fill: #86BC25;
}

.download__link {
  margin-top: 32px;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.2;
  color: #15161F;
}

.download__link:hover {
  text-decoration: none;
}

.download__format {
  font-weight: 800;
}

.about {
	padding-top: 133px;
  position: relative;
  margin-bottom: 285px;
  color: #fff;
}

.about_main {
  margin-bottom: 320px;
}

.about__anchor {
  top: -40px;
}

.about__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-80%, -51%);
  transform: translate(-80%, -51%);
  z-index: -1;
  font-size: 0;
}

.about__row {
  display: -ms-flexbox;
  display: flex;
}

.about__col {
  position: relative;
}

.about__col:first-child {
  -ms-flex: 0 0 498px;
  flex: 0 0 498px;
  width: 498px;
  z-index: 2;
}

.about__col:nth-child(2) {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 15px;
}

.about__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  pointer-events: none;
}

.about__col:first-child .about__bg {
  -ms-transform: translate(-71%, -50%);
  transform: translate(-71%, -50%);
}

.about__col:nth-child(2) .about__bg {
  -ms-transform: translate(-51%, -33.5%);
  transform: translate(-51%, -33.5%);
}

.about__inner {
  position: relative;
  z-index: 2;
}

.about__title {
  margin-bottom: 54px;
}

.about__box:not(:last-child) {
  margin-bottom: 85px;
}

.about__number {
  margin-bottom: 5px;
  font-size: 68px;
  line-height: 1;
  font-weight: 800;
}

.about__text {
  max-width: 230px;
  line-height: 1;
}

.about__info {
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.about__note {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1;
}

.about__category {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.about__list li {
  position: relative;
  padding-left: 25px;
}

.about__list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.checkbox {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__in {
  display: -ms-flexbox;
  display: flex;
}

.checkbox__tick {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 4px;
  background: #86BC25;
  font-size: 0;
  transition: all .3s;
}

.checkbox__tick .icon {
  opacity: 0;
  font-size: 7px;
  fill: #fff;
  transition: opacity 0.3s;
}

.checkbox:hover .checkbox__tick {
  background: #95d129;
}

.checkbox__text {
  padding-top: 3px;
  font-size: 12px;
  line-height: 1;
  color: #15161F;
}

.checkbox__link {
  text-decoration: underline;
  color: #15161F;
}

.checkbox__link:hover {
  text-decoration: none;
}

.checkbox__input:checked + .checkbox__in .checkbox__tick .icon {
  opacity: 1;
}

.field {
  position: relative;
}

.field__wrap {
  position: relative;
}

.field__input {
  width: 100%;
  height: 68px;
  padding: 0 70px 0 28px;
  border-radius: 7px;
  border: 1px solid #EAEAEA;
  background: #F5F5F5;
  font-size: 17px;
  color: #15161F;
  transition: border-color .3s;
}

.field__input:-ms-input-placeholder {
  color: #15161F;
}

.field__input::placeholder {
  color: #15161F;
}

.field__input.error {
  border-color: red;
}

.field__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
}

.field__pic {
  height: 20px;
}

.field__checkbox {
  margin-right: -3px;
}

label.error {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  font-size: 13px;
  line-height: 1.1;
  color: red;
}

.form__fieldset {
  margin-bottom: 15px;
}

.form__field:not(:last-child) {
  margin-bottom: 15px;
}

.form__btn {
  min-width: 100%;
  margin-bottom: 18px;
}

.form__btn .icon:not(:first-child) {
  margin-left: 135px;
}

.order {
  margin-bottom: 80px;
}

.order__center {
  position: relative;
}

.order__title {
  margin-bottom: 32px;
  line-height: 1.25;
}

.order__form {
  max-width: 370px;
}

.order__preview {
  position: absolute;
  right: 235px;
  bottom: -35px;
  z-index: -1;
  font-size: 0;
}

.wrapper {
  position: relative;
  margin-bottom: 90px;
}

.wrapper__bg {
  position: absolute;
  top: 59%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.contacts {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 117px;
}

.contacts__container {
  position: relative;
  max-width: 55%;
}

.contacts__map {
  overflow: hidden;
  border-top-right-radius: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70px, calc(100% - 110px) calc(100% - 60px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70px, calc(100% - 110px) calc(100% - 60px), 0 100%);
  font-size: 0;
}

.contacts__map iframe {
  width: 100%;
}

.contacts__desc {
  position: absolute;
  top: 78px;
  left: calc(100% + 35px);
  width: 450px;
  margin-right: 30px;
}

.contacts__arrow {
  margin-bottom: 5px;
  padding-left: 15px;
}

.contacts__orange {
  font-size: 0;
}

.contacts__title {
  margin-bottom: 5px;
}

.contacts__address {
  font-size: 22px;
}

.contacts__preview {
  position: absolute;
  left: calc(100% - 209px);
  bottom: -24px;
  font-size: 0;
}

.organizers {
  position: relative;
}

.organizers:not(:last-child) {
  margin-bottom: 90px;
}

.organizers__anchor {
  top: -40px;
}

.organizers__title {
  margin-bottom: 50px;
}

.organizers__wrap {
  max-width: 940px;
}

.organizers__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.organizers__item {
  -ms-flex: 0 0 calc(50% - 60px);
  flex: 0 0 calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
}

.organizers__item:first-child {
  padding-right: 40px;
}

.organizers__preview {
  height: 60px;
  margin-bottom: 30px;
  font-size: 0;
}

.organizers__pic {
  max-height: 100%;
}

.organizers__text {
  line-height: 1.5;
  font-weight: 300;
}

.organizers__text p:not(:last-child) {
  margin-bottom: 25px;
}

.social {
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  font-size: 0;
  transition: all .3s;
}

.social__link .icon {
  font-size: 17px;
  fill: #fff;
}

.social__link_facebook {
  background: #365899;
}

.social__link_telegram {
  background: #35A6DE;
}

.social__link:hover {
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer {
  padding: 168px 0 40px;
  background: url("../img/bg-footer.svg") no-repeat 50% 0/auto 100%;
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
}

.footer__desc {
  margin-right: 105px;
}

.footer__info {
  margin-bottom: 40px;
}

.footer__info p:not(:last-child) {
  margin-bottom: 21px;
}

.footer__variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer__variants .footer__text {
  margin-right: 27px;
  font-size: 18px;
  font-weight: 700;
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__list .footer__link {
  min-width: 124px;
  padding: 15px;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #15161F;
  transition: all .3s;
}

.footer__list .footer__link:hover {
  background: #86BC25;
  color: #fff;
}

.footer__list .footer__link:not(:last-child) {
  margin-right: 10px;
}

.footer__social {
  margin-right: auto;
  padding-top: 10px;
}

.footer__contacts {
  margin-right: -32px;
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -6px 0 57px;
}

.footer__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer__item:not(:last-child) {
  margin-bottom: 22px;
}

.footer__icon {
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 22px;
  text-align: center;
  font-size: 0;
}

.footer__icon .footer__pic {
  width: 100%;
}

.footer__item .footer__text {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #15161F;
}

.footer__item_email .footer__text {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-color .3s;
}

.footer__item_email:hover .footer__text {
  border-color: transparent;
}

.footer__author {
  padding-left: 42px;
  font-size: 18px;
  font-weight: 300;
}

.footer__company {
  color: #15161F;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 320px;
  padding: 20px 10px;
  background-color: rgba(48, 54, 59, 0.7);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrap {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: auto;
  opacity: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity .5s, transform .5s;
}

.popup__inner {
  position: relative;
  z-index: 2;
}

.popup__title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.20455;
  font-weight: 800;
  color: #fff;
}

.popup__info {
  margin-bottom: 40px;
  font-weight: 800;
}

.popup__text {
  font-weight: 300;
}

.popup__bg {
  position: absolute;
  font-size: 0;
}

.popup__close {
  position: absolute;
  font-size: 0;
  transition: transform .3s;
}

.popup__close .icon {
  font-size: 18px;
  fill: #fff;
}

.popup__close:hover {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup_registration .popup__bg {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}

.popup_registration .popup__close {
  top: 18px;
  right: -133px;
}

.popup_thank {
  font-size: 32px;
  line-height: 1.1875;
  color: #fff;
}

.popup_thank .popup__bg {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-52%, -61%);
  transform: translate(-52%, -61%);
}

.popup_thank .popup__close {
  top: -35px;
  right: -45px;
}

.popup .field__input {
  background: none;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.popup .field__input:-ms-input-placeholder {
  color: #fff;
}

.popup .field__input::placeholder {
  color: #fff;
}

.popup .field__input.error {
  border-color: red;
}

.popup .form__btn {
  background: #fff;
  color: #86BC25;
}

.popup .form__btn .icon {
  fill: #86BC25;
}

.popup .form__btn:hover {
  background: #f2f2f2;
}

.popup .checkbox__tick {
  background: #fff;
}

.popup .checkbox__tick .icon {
  fill: #86BC25;
}

.popup .checkbox:hover .checkbox__tick {
  background: #f2f2f2;
}

.popup .checkbox__text {
  color: #fff;
}

@media only screen and (max-width: 1749px) {

  .wrapper__bg .wrapper__pic {
    width: 500px;
  }
}

@media only screen and (max-width: 1699px) {

  .main__item:not(:last-child) {
    margin-right: 75px;
  }

  .main .main__registration.registration {
    margin-left: 150px;
  }
}

@media only screen and (max-width: 1599px) {

  .main {
    background-position: calc(100% + 80px) 0;
  }

  .main .main__registration.registration {
    margin-left: 100px;
  }

  .member__territory {
    width: 800px;
  }
}

@media (print), (prefers-reduced-motion) {

  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

@media only screen and (max-width: 1439px) {

  .main {
    min-height: 900px;
    background-position: calc(100% + 30px) 0;
    background-size: 800px auto;
  }

  .main_other {
    background-position: calc(100% + 140px) 0;
  }

  .main__title {
    font-size: 56px;
  }

  .main__info {
    font-size: 33px;
  }

  .main__address {
    font-size: 40px;
  }

  .main__list {
    max-width: 750px;
  }

  .main__line {
    padding: 30px 0 30px 40px;
  }

  .main__city {
    font-size: 40px;
  }

  .main__date {
    min-width: 250px;
    padding: 15px 25px 15px 30px;
    font-size: 18px;
  }

  .quality__list {
    padding: 0;
  }

  .desc__anchor {
    top: -40px;
  }

  .presentations {
    margin-bottom: 270px;
  }

  .wrapper__bg .wrapper__pic {
    width: 350px;
  }

  .footer {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1279px) {

  .btn {
    height: 60px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__desc {
    display: none;
  }

  .header__nav {
    margin: 0;
  }

  .main {
    min-height: 820px;
    background-position: calc(100% + 90px) 0;
    background-size: 750px auto;
  }

  .main__title {
    font-size: 50px;
  }

  .main__info {
    font-size: 28px;
  }

  .main__list {
    max-width: 700px;
  }

  .main__line:not(:last-child) {
    margin-bottom: 20px;
  }

  .main__city {
    font-size: 34px;
  }

  .main__date {
    min-width: 230px;
    margin-right: 30px;
    padding: 15px 20px 15px 25px;
  }

  .main__desc {
    display: block;
    margin-bottom: 80px;
  }

  .main__item:not(:last-child) {
    margin: 0 0 70px 0;
  }

  .main__item:first-child .main__icon {
    margin-right: 55px;
  }

  .main .main__registration.registration {
    margin-left: 0;
    font-size: 30px;
  }

  .quality__list {
    margin: 0 -20px;
  }

  .quality__item {
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin: 0 20px 90px;
  }

  .quality__icon {
    margin-bottom: 20px;
  }

  .quality__bg .quality__pic {
    width: 94%;
  }

  .quality__item:nth-child(2n+1) .quality__bg {
    top: 15px;
    left: -20px;
  }

  .quality__item:nth-child(2n) .quality__bg {
    top: -10px;
    left: -50px;
  }

  .quality__item:nth-child(4) {
    margin-left: 20px;
  }

  .quality__category {
    font-size: 19px;
  }

  .quality__text {
    font-size: 17px;
  }

  .title {
    font-size: 36px;
  }

  .desc {
	  padding-top: 70px;
    margin-bottom: 230px;
  }

  .desc__col:first-child {
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    width: 370px;
  }

  .desc__item {
    margin-bottom: 40px;
  }

  .desc__preview {
    -ms-transform: translate(-51.3%, -56%);
    transform: translate(-51.3%, -56%);
  }

  .desc__preview .desc__pic {
    width: 1500px;
  }

  .member {
    margin-bottom: 120px;
  }

  .member__info {
    font-size: 20px;
  }

  .member__open {
    margin-right: 0;
  }

  .member__wrap {
    padding-top: 60px;
  }

  .member__item {
    min-height: 186px;
  }

  .member__item:not(:last-child) {
    margin-bottom: 80px;
  }

  .member__view {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
  }

  .member__flag .member__pic {
    width: 270px;
  }

  .member__desc {
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 40px;
  }

  .member__country {
    font-size: 45px;
  }

  .member__box:not(:last-child) {
    margin-bottom: 35px;
  }

  .member__category {
    margin-bottom: 5px;
  }

  .member__territory .member__pic {
    width: 100%;
  }

  .member__item_greece .member__territory {
    top: 0;
  }

  .member__item_greece .member__territory .member__pic {
    width: 300px;
  }

  .member__item_cyprus .member__territory .member__pic {
    width: 300px;
  }

  .member__item_china .member__territory .member__pic {
    width: 350px;
  }

  .member__item_lithuania .member__territory .member__pic {
    width: 350px;
  }

  .useful__list {
    margin: 0 -20px;
  }

  .useful__item {
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }

  .useful__preview {
    margin: 0 0 32px;
  }

  .useful__pic {
    width: 100%;
  }

  .presentations {
    margin-bottom: 200px;
  }

  .presentations__container {
    margin: 0;
  }

  .presentations__desc {
    left: 0;
    min-height: 350px;
    padding: 70px 60px 70px 100px;
  }

  .presentations__bg .presentations__pic {
    width: 500px;
  }

  .presentations__info {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .presentations__text {
    max-width: 350px;
    margin-bottom: 10px;
  }

  .presentations__date {
    margin: 0;
  }

  .download {
    margin-bottom: 110px;
  }

  .about {
	  padding-top: 118px;
    margin-bottom: 200px;
  }

  .about_main {
    margin-bottom: 240px;
  }

  .about__lines {
    -ms-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%);
  }

  .about__lines .about__pic {
    width: 1000px;
  }

  .about__col:first-child {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
  }

  .about__col:nth-child(2) {
    padding: 0;
  }

  .about__bg .about__pic {
    width: 100%;
  }

  .about__col:first-child .about__bg {
    width: 500px;
    -ms-transform: translate(-71%, -57%);
    transform: translate(-71%, -57%);
  }

  .about__col:nth-child(2) .about__bg {
    width: 1000px;
    -ms-transform: translate(-54%, -36%);
    transform: translate(-54%, -36%);
  }

  .about__box:not(:last-child) {
    margin-bottom: 50px;
  }

  .field__input {
    height: 60px;
  }

  .wrapper__bg .wrapper__pic {
    width: 250px;
  }

  .contacts__address {
    max-width: 350px;
  }

  .footer {
    padding-top: 80px;
    background-position: 10% 0;
  }

  .footer__desc {
    margin-right: 70px;
  }

  .footer__contacts {
    margin: 0;
  }

  .popup_registration .popup__bg .popup__pic {
    width: 650px;
  }

  .popup_registration .popup__close {
    right: -100px;
  }
}

@media only screen and (max-width: 1199px) {

  .member__territory {
    width: 700px;
  }
}

@media only screen and (max-width: 1023px) {

  .center {
    padding: 0 20px;
  }

  .header__logo .header__pic {
    width: 150px;
  }

  .header__wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    min-height: 100vh;
    width: 350px;
    padding: 100px 50px;
    background: #fff;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .4s;
  }

  .header__wrap.visible {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .header__link {
    font-size: 20px;
  }

  .header__link:not(:last-child) {
    margin: 0 0 30px 0;
  }

  .header__social.social {
    display: -ms-flexbox;
    display: flex;
  }

  .burger {
    display: inline-block;
  }

  .main {
    min-height: 100%;
    padding-bottom: 80px;
    background-size: 600px auto;
  }

  .main_other {
    background-position: calc(100% + 130px) 0;
  }

  .main__title {
    font-size: 40px;
  }

  .main__info {
    font-size: 22px;
  }

  .main__note {
    max-width: 400px;
    font-size: 24px;
  }

  .main__address {
    font-size: 30px;
  }

  .main__list {
    max-width: 600px;
    margin: 0;
  }

  .main__line {
    padding: 20px 0 20px 30px;
  }

  .main__date {
    min-width: 215px;
    margin-right: 20px;
    padding: 0;
  }

  .main__date:before {
    display: none;
  }

  .main__desc {
    margin-bottom: 50px;
  }

  .main__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .main__item:first-child .main__icon {
    margin-right: 25px;
  }

  .main__item:nth-child(2) .main__icon {
    margin-right: 25px;
  }

  .main__icon .main__bg .main__pic {
    width: 80px;
  }

  .quality {
    margin-bottom: 140px;
  }

  .quality__item {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
  }

  .quality__inner {
    margin: 0 auto;
  }

  .quality__item:nth-child(2n+1) .quality__bg {
    left: 0;
  }

  .quality__item:nth-child(2n) .quality__bg {
    left: -20px;
  }

  .title {
    font-size: 32px;
    line-height: 1.3;
  }

  .desc {
    margin-bottom: 110px;
  }

  .desc__row {
    display: block;
  }

  .desc__col:first-child {
    width: 100%;
    margin-bottom: 50px;
  }

  .desc__col:nth-child(2) {
    padding: 0;
  }

  .desc__preview {
    -ms-transform: translate(-63%, -58%) rotate(15deg);
    transform: translate(-63%, -58%) rotate(15deg);
  }

  .member {
    margin-bottom: 100px;
  }

  .member__item:not(:last-child) {
    margin-bottom: 50px;
  }

  .member__view {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
  }

  .member__flag .member__pic {
    width: 200px;
  }

  .member__desc {
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 25px;
  }

  .member__box:not(:last-child) {
    margin-bottom: 30px;
  }

  .member__territory {
    width: 550px;
  }

  .useful_main {
    margin-bottom: 140px;
  }

  .useful__title {
    margin-bottom: 15px;
  }

  .useful__preview {
    height: 230px;
  }

  .registration__icon {
    margin-right: 40px;
  }

  .registration__pic {
    width: 90px;
  }

  .presentations {
    margin-bottom: 160px;
  }

  .presentations__desc {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 600px;
    margin: 0 auto;
  }

  .presentations .owl-dots {
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .presentations .owl-stage {
    padding-bottom: 80px;
  }

  .presentations .owl-prev {
    right: auto;
    left: calc(50% - 150px);
  }

  .presentations .owl-next {
    right: calc(50% - 150px);
  }

  .download {
    margin-bottom: 90px;
    padding-top: 20px;
  }

  .download__list {
    display: block;
  }

  .download__item:not(:last-child) {
    margin: 0 0 30px 0;
  }

  .download__link {
    margin-top: 20px;
  }

  .download__link br {
    display: none;
  }

  .about {
    margin-bottom: 120px;
  }

  .about_main {
    margin-bottom: 120px;
  }

  .about__col:first-child {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
  }

  .about__col:first-child .about__bg {
    -ms-transform: translate(-75%, -70%) rotate(-15deg);
    transform: translate(-75%, -70%) rotate(-15deg);
  }

  .about__col:nth-child(2) .about__bg {
    -ms-transform: translate(-54%, -43%) rotate(-17deg);
    transform: translate(-54%, -43%) rotate(-17deg);
  }

  .about__number {
    font-size: 55px;
  }

  .order__preview {
    right: 100px;
  }

  .order__pic {
    width: 200px;
  }

  .wrapper {
    margin-bottom: 60px;
  }

  .wrapper__bg {
    display: none;
  }

  .contacts {
    margin-bottom: 90px;
  }

  .contacts__desc {
    left: calc(100% + 10px);
  }

  .contacts__address {
    max-width: 300px;
    font-size: 20px;
  }

  .contacts__preview {
    left: calc(100% - 150px);
  }

  .organizers:not(:last-child) {
    margin-bottom: 60px;
  }

  .organizers__list {
    margin: 0 -20px;
  }

  .organizers__item {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px;
  }

  .organizers__item:first-child {
    padding: 0;
  }

  .organizers__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer {
    padding: 70px 0 25px;
  }

  .footer__desc {
    margin-right: 40px;
  }

  .footer__info {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .footer__info p:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer__variants {
    display: block;
  }

  .footer__variants .footer__text {
    margin: 0 0 10px 0;
  }

  .footer__list .footer__link {
    min-width: 100px;
    padding: 10px;
  }

  .footer__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .footer__wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0 55px;
  }
}

@media only screen and (max-width: 767px) {

  .center {
    padding: 0 15px;
  }

  .btn {
    min-width: 200px;
    height: 50px;
    font-size: 18px;
  }

  .header {
    padding: 15px 0;
  }

  .header__logo .header__pic {
    width: 130px;
  }

  .header__wrap {
    padding: 50px 40px;
  }

  .header__nav {
    margin-bottom: 40px;
  }

  .header__link {
    font-size: 18px;
  }

  .header__link:not(:last-child) {
    margin-bottom: 10px;
  }

  .main {
    padding: 100px 0 60px;
    background-position: 100% 0;
    background-size: 400px auto;
  }

  .main__title {
    font-size: 30px;
    line-height: 1.1;
  }

  .main__info {
    max-width: 350px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .main__note {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.2;
  }

  .main__address {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .main__line {
    display: block;
    padding: 0;
    background: none;
  }

  .main__line:nth-child(2n+1) {
    background: none;
  }

  .main__line:nth-child(2n) {
    background: none;
  }

  .main__btn {
    min-width: 200px;
    margin: 0;
  }

  .main__desc {
    max-width: 300px;
    margin: 0 auto 40px;
  }

  .main .main__registration.registration {
    margin-left: 20px;
    font-size: 20px;
  }

  .anchor {
    top: -25px;
  }

  .quality {
    margin-bottom: 10px;
  }

  .quality__item {
    margin-bottom: 50px;
  }

  .title {
    font-size: 26px;
    line-height: 1.1;
  }

  .desc {
    margin-bottom: 50px;
  }

  .desc__preview .desc__pic {
    width: 1300px;
  }

  .member {
    margin-bottom: 60px;
  }

  .member__title {
    margin-bottom: 15px;
  }

  .member__head {
    display: block;
  }

  .member__counter {
    margin: 0 0 15px 0;
  }

  .member__number {
    font-size: 60px;
  }

  .member__bg .member__pic {
    width: 100px;
  }

  .member__info {
    margin: 0;
    line-height: 1.3;
  }

  .member__open {
    width: 320px;
    height: 60px;
    margin: 0 auto;
  }

  .member__open .member__text {
    -ms-flex: 0 0 246px;
    flex: 0 0 246px;
    margin-right: 15px;
    padding: 0;
    border: none;
    font-size: 18px;
  }

  .member__wrap {
    padding-top: 30px;
  }

  .member__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .member__view {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }

  .member__flag.fixed {
    top: 5px;
  }

  .member__flag.abs {
    top: auto;
  }

  .member__flag .member__pic {
    width: 100px;
  }

  .member__desc {
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
  }

  .member__country {
    margin: 0 0 8px;
    font-size: 30px;
  }

  .member__box:not(:last-child) {
    margin-bottom: 20px;
  }

  .member__category {
    margin: 0;
  }

  .member__territory {
    width: auto;
  }

  .useful {
    margin-bottom: 60px;
  }

  .useful_main {
    margin-bottom: 45px;
  }

  .useful__title {
    margin-bottom: 25px;
  }

  .useful__list {
    margin: 0 -10px;
  }

  .useful__item {
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }

  .useful__preview {
    height: 180px;
  }

  .registration__icon {
    margin-right: 30px;
  }

  .presentations {
    margin-bottom: 70px;
  }

  .download {
    margin-bottom: 55px;
    padding: 0;
  }

  .about {
    margin-bottom: 40px;
    padding: 50px 0;
    background: #86BC25;
    -webkit-clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 calc(100% - 20px));
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }

  .about__lines {
    display: none;
  }

  .about__bg {
    display: none;
  }

  .about__info {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.1;
  }

  .about__note {
    margin-bottom: 20px;
  }

  .about__category {
    margin-bottom: 25px;
    line-height: 1.1;
    font-size: 18px;
  }

  .field__input {
    height: 50px;
  }

  .form__btn {
    min-width: 100%;
  }

  .form__btn .icon:not(:first-child) {
    margin-left: 100px;
  }

  .order {
    margin-bottom: 55px;
  }

  .order__center {
    max-width: 410px;
  }

  .order__title {
    margin-bottom: 25px;
  }

  .order__form {
    max-width: 100%;
  }

  .order__preview {
    right: 0;
  }

  .wrapper {
    margin-bottom: 40px;
  }

  .contacts {
    margin-bottom: 55px;
  }

  .organizers:not(:last-child) {
    margin-bottom: 40px;
  }

  .organizers__title {
    margin-bottom: 25px;
  }

  .footer {
    padding: 50px 0 20px;
    background: #F7F5F4;
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }

  .footer__row {
    display: block;
    text-align: center;
  }

  .footer__desc {
    margin: 0 0 30px;
  }

  .footer__info {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .footer__list {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__social {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0;
  }

  .footer__contacts {
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__wrap {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }

  .footer__author {
    padding-left: 0;
  }

  .popup__wrap {
    padding: 40px 20px;
    border-radius: 15px;
    background: #86BC25;
  }

  .popup__title {
    font-size: 30px;
    line-height: 1.1;
  }

  .popup__info {
    margin-bottom: 30px;
  }

  .popup__bg {
    display: none;
  }

  .popup_registration .popup__close {
    top: 20px;
    right: 20px;
  }

  .popup_thank {
    text-align: center;
  }

  .popup_thank .popup__wrap {
    padding-top: 60px;
    background: #FFB600;
  }

  .popup_thank .popup__close {
    top: 20px;
    right: 20px;
  }

  .popup .form__btn {
    min-width: 100%;
  }
}

@media only screen and (max-width: 666px) {

  .header__wrap {
    padding: 35px 40px;
  }

  .header__nav {
    margin-bottom: 20px;
  }

  .quality__item {
    margin-bottom: 40px;
  }

  .quality__category {
    font-size: 18px;
    line-height: 1.2;
  }

  .quality__text {
    font-size: 16px;
    line-height: 1.3;
  }

  .desc__col:first-child {
    margin-bottom: 25px;
  }

  .desc__item {
    margin-bottom: 25px;
  }

  .desc__preview .desc__pic {
    width: 1350px;
  }

  .member__category {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .useful__list {
    display: block;
    margin: 0;
  }

  .useful__item {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .useful__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .useful__preview {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .useful__pic {
    max-height: 100%;
    width: auto;
  }

  .useful__text {
    max-width: 100%;
    line-height: 1.2;
  }

  .presentations__registration {
    left: 100px;
  }

  .presentations .owl-dot:not(:last-child) {
    margin-right: 10px;
  }

  .about__row {
    display: block;
  }

  .about__col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  .about__title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .about__box:not(:last-child) {
    margin-bottom: 25px;
  }

  .about__number {
    font-size: 45px;
  }

  .about__text {
    max-width: 100%;
  }

  .contacts__container {
    max-width: 100%;
  }

  .contacts__map {
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }

  .contacts__map iframe {
    height: 350px;
  }

  .contacts__desc {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts__arrow {
    position: absolute;
    left: 0;
    bottom: -20px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .contacts__address {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
  }

  .contacts__preview {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -50px;
    padding: 0 15px;
  }

  .contacts__preview .contacts__pic {
    max-width: 100%;
  }

  .organizers__list {
    display: block;
    margin: 0;
  }

  .organizers__item {
    width: 100%;
    margin: 0;
  }

  .organizers__item:first-child {
    margin-bottom: 40px;
  }

  .organizers__preview {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {

  .main {
    background-size: 270px auto;
  }
}

@media only screen and (max-width: 479px) {

  .header__wrap {
    width: 310px;
    padding: 80px 30px;
  }

  .header__nav {
    margin-bottom: 50px;
  }

  .header__link:not(:last-child) {
    margin-bottom: 25px;
  }

  .main {
    padding-top: 300px;
    background-position: 100% -10%;
    background-size: 350px auto;
  }

  .main__title br {
    display: block;
  }

  .main__list {
    text-align: center;
  }

  .main__city {
    font-size: 30px;
  }

  .main__date {
    margin: 0 0 5px;
  }

  .quality {
    margin-bottom: 60px;
  }

  .quality__list {
    display: block;
    margin: 0;
  }

  .quality__item {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .quality__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .quality__icon {
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .quality__bg {
    display: none;
  }

  .quality__item:nth-child(2n+1) .quality__inner {
    max-width: 100%;
  }

  .quality__item:nth-child(2n) .quality__inner {
    max-width: 100%;
  }

  .quality__item:nth-child(4) {
    margin-left: 0;
  }

  .quality__category {
    font-size: 20px;
  }

  .title {
    text-align: center;
  }

  .desc__item {
    padding-left: 32px;
    font-size: 16px;
  }

  .desc__preview {
    -ms-transform: translate(-67%, -57%) rotate(15deg);
    transform: translate(-67%, -57%) rotate(15deg);
  }

  .member__info {
    font-size: 16px;
  }

  .member__view {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
  }

  .member__flag .member__pic {
    width: 70px;
  }

  .member__desc {
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
  }

  .member__box .member__text {
    font-size: 16px;
  }

  .member__item_china .member__territory .member__pic {
    width: 300px;
  }

  .member__item_lithuania .member__territory .member__pic {
    width: 300px;
  }

  .useful__preview {
    height: 210px;
  }

  .registration {
    font-size: 20px;
  }

  .presentations__container {
    margin: 0 -15px;
  }

  .presentations__desc {
    min-height: auto;
    padding: 40px 30px;
  }

  .presentations__desc .presentations__bg {
    left: -50px;
    -ms-transform: translateY(-43%);
    transform: translateY(-43%);
  }

  .presentations__bg .presentations__pic {
    width: 550px;
  }

  .presentations__registration {
    left: 50px;
    bottom: -35px;
  }

  .presentations .owl-dots {
    bottom: 44px;
    width: 200px;
  }

  .presentations .owl-prev .icon,
  .presentations .owl-next .icon {
    font-size: 20px;
  }

  .presentations .owl-prev {
    left: 15px;
  }

  .presentations .owl-next {
    right: 15px;
  }

  .download__link {
    font-size: 20px;
  }

  label.error {
    font-size: 12px;
  }

  .order__preview {
    display: none;
  }
}

@media only screen and (max-width: 399px) {

  .desc__preview .desc__pic {
    width: 1500px;
  }
}


.default__link {
  text-decoration: underline;
  color: #15161F;
}
.default__link:hover {
  text-decoration: none;
}
.default__link:visited {
  color: #444444;
}


/*# sourceMappingURL=app.css.map */
