/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
  padding: 0;
}

article,
aside,
footer, 
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  background: #ADD8E6;
  color: #fff;
  width: 650px;
  height: 650px;
  font-size: 28px;
  border: 5px solid #2265a2;
}

/* OPEN_SANS */

@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/open-sans/OpenSansLight.eot");
  src: url("../fonts/open-sans/OpenSansLight.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/open-sans/OpenSansLight.woff") format("woff");
  src: url("../fonts/open-sans/OpenSansLight.ttf") format("truetype");
  src: url("../fonts/open-sans/OpenSansLight.svg?#webfont") format("svg");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/open-sans/OpenSans-Regular.eot");
  src: url("../fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/open-sans/OpenSans-Regular.woff") format("woff");
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  src: url("../fonts/open-sans/OpenSans-Regular.svg?#webfont") format("svg");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/open-sans/OpenSansSemibold.eot");
  src: url("../fonts/open-sans/OpenSansSemibold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/open-sans/OpenSansSemibold.woff") format("woff");
  src: url("../fonts/open-sans/OpenSansSemibold.ttf") format("truetype");
  src: url("../fonts/open-sans/OpenSansSemibold.svg?#webfont") format("svg");
}

@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/open-sans/OpenSansExtrabold.eot");
  src: url("../fonts/open-sans/OpenSansExtrabold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/open-sans/OpenSansExtrabold.woff") format("woff");
  src: url("../fonts/open-sans/OpenSansExtrabold.ttf") format("truetype");
  src: url("../fonts/open-sans/OpenSansExtrabold.svg?#webfont") format("svg");
}

/* B E B A S _ N E U E */

@font-face {
  font-family: "BebasNeue";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/bebas/BebasNeueThin.eot");
  src: url("../fonts/bebas/BebasNeueThin.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/bebas/BebasNeueThin.woff") format("woff");
  src: url("../fonts/bebas/BebasNeueThin.ttf") format("truetype");
  src: url("../fonts/bebas/BebasNeueThin.svg?#webfont") format("svg");
}

@font-face {
  font-family: "BebasNeue";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/bebas/BebasNeueLight.eot");
  src: url("../fonts/bebas/BebasNeueLight.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/bebas/BebasNeueLight.woff") format("woff");
  src: url("../fonts/bebas/BebasNeueLight.ttf") format("truetype");
  src: url("../fonts/bebas/BebasNeueLight.svg?#webfont") format("svg");
}

@font-face {
  font-family: "BebasNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/bebas/BebasNeueRegular.eot");
  src: url("../fonts/bebas/BebasNeueRegular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/bebas/BebasNeueRegular.woff") format("woff");
  src: url("../fonts/bebas/BebasNeueRegular.ttf") format("truetype");
  src: url("../fonts/bebas/BebasNeueRegular.svg?#webfont") format("svg");
}

@font-face {
  font-family: "BebasNeue";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/bebas/BebasNeueBold.eot");
  src: url("../fonts/bebas/BebasNeueBold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/bebas/BebasNeueBold.woff") format("woff");
  src: url("../fonts/bebas/BebasNeueBold.ttf") format("truetype");
  src: url("../fonts/bebas/BebasNeueBold.svg?#webfont") format("svg");
}

/* MyriadPro */

@font-face {
  font-family: "MyriadPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-Bold.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-Bold.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-Bold.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/MyriadPro/MyriadPro-BoldIt.eot");
  src: url("../fonts/MyriadPro/MyriadPro-BoldIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldIt.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-BoldIt.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldIt.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.eot");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCond.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/MyriadPro/MyriadPro-BoldCondIt.eot");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCondIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCondIt.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCondIt.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-BoldCondIt.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Cond.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-Cond.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-Cond.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-Cond.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/MyriadPro/MyriadPro-CondIt.eot");
  src: url("../fonts/MyriadPro/MyriadPro-CondIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-CondIt.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-CondIt.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-CondIt.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/MyriadPro/MyriadPro-It.eot");
  src: url("../fonts/MyriadPro/MyriadPro-It.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-It.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-It.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-It.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-Regular.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-Regular.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-Regular.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-Semibold.svg?#webfont") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/MyriadPro/MyriadPro-SemiboldIt.eot");
  src: url("../fonts/MyriadPro/MyriadPro-SemiboldIt.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/MyriadPro/MyriadPro-SemiboldIt.woff") format("woff");
  src: url("../fonts/MyriadPro/MyriadPro-SemiboldIt.ttf") format("truetype");
  src: url("../fonts/MyriadPro/MyriadPro-SemiboldIt.svg?#webfont") format("svg");
}

/* Montserrat */

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

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

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

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

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

html {
  overflow-x: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #f8f8f8;
}

body.no-scroll {
  overflow: hidden;
}

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

figure,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

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

a {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

.subtitle {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 32px;
  color: #1a181f;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none;
  width: 332px;
  height: 60px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(7deg, #e90929 0%, #ea4207 100%);
  background-image: -o-linear-gradient(7deg, #e90929 0%, #ea4207 100%);
  background-image: linear-gradient(83deg, #e90929 0%, #ea4207 100%);
  -webkit-box-shadow: 0px 12px 30px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 30px -7px rgba(0, 0, 0, 0.2);
  outline: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.box {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 62px rgba(45, 50, 56, 0.14);
  box-shadow: 0 5px 62px rgba(45, 50, 56, 0.14);
}

.text p {
  margin-bottom: 28px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1a181f;
}

/* RATING */

fieldset,
label {
  margin: 0;
  padding: 0;
}

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 1px;
  font-size: 26px;
  display: inline-block;
  content: "\2605";
  cursor: pointer;
}

.rating > .half:before {
  content: "\2605";
  position: absolute;
}

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 1px;
  font-size: 26px;
  display: inline-block;
  content: "\2605";
  cursor: pointer;
}

.rating > .half:before {
  content: "\2605";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f8a836;
}

/* hover previous stars in list */

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #f8a836;
}

.hidden {
  display: none !important;
}

a.link {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  color: #1a181f;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  opacity: 0.5;
}

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

.comments__wrapper a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  width: 26px;
  height: 26px;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

.modal.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.6s linear both;
  animation: fadeOut 0.6s linear both;
}

.modal.hide .modal-window {
  -webkit-animation: out 0.6s ease-in-out both;
  animation: out 0.6s ease-in-out both;
}

.modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal.show .modal-window {
  -webkit-animation: in 0.5s ease-in-out both;
  animation: in 0.5s ease-in-out both;
}

.modal.animate-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.modal.animate-up .modal-window {
  -webkit-animation: animateUp 0.3s ease-in-out both;
  animation: animateUp 0.3s ease-in-out both;
}

.modal-window {
  position: relative;
  margin: auto;
  padding: 45px 20px;
  max-width: 90%;
  text-align: center;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-window .feedback-group__name {
  margin-bottom: 5px;
  font-size: 18px;
}

.modal-window .feedback-group input,
.modal-window .feedback-group textarea {
  height: 50px;
  font-size: 18px;
}

.modal__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  color: #1a181f;
}

.modal__descr {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1a181f;
}

.modal__form {
  text-align: left;
}

.modal__form-wrapper {
  margin: 0 auto;
  max-width: 520px;
}

.modal__btn {
  margin: 0 auto;
  width: 403px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal__btn:hover {
  opacity: 0.8;
}

.modal__btn:active {
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../img/icons/exit_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 240% 240%;
  background-size: 240%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 12px rgba(45, 50, 56, 0.5);
  box-shadow: 0 0 12px rgba(45, 50, 56, 0.5);
}

.modal__close:hover {
  -webkit-box-shadow: 0 0 62px rgba(45, 50, 56, 0.5);
  box-shadow: 0 0 62px rgba(45, 50, 56, 0.5);
}

.modal__close:active {
  -webkit-box-shadow: 0 0 12px rgba(45, 50, 56, 0.5);
  box-shadow: 0 0 12px rgba(45, 50, 56, 0.5);
}

@-webkit-keyframes out {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  99% {
    -webkit-transform: translateY(100vh) rotate(10deg);
    transform: translateY(100vh) rotate(10deg);
  }

  100% {
    display: none;
  }
}

@keyframes out {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  99% {
    -webkit-transform: translateY(100vh) rotate(10deg);
    transform: translateY(100vh) rotate(10deg);
  }

  100% {
    display: none;
  }
}

@-webkit-keyframes in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

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

@keyframes in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

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

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

  100% {
    -webkit-transform: translateY(-150vh) rotate(30deg);
    transform: translateY(-150vh) rotate(30deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(-150vh) rotate(30deg);
    transform: translateY(-150vh) rotate(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    display: none;
  }
}

@keyframes fadeOut {
  0% {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    display: none;
  }
}

/* Header */

.header {
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
  height: 70px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header-wrapper.active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
  z-index: 5;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-wrapper.active .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper.active .menu li {
  margin-right: 0;
  margin-bottom: 30px;
  height: auto;
}

.header-wrapper.active .menu li a {
  font-size: 32px;
}

.header-wrapper.active .langs {
  position: absolute;
  top: 25px;
  right: 70px;
}

.header-wrapper.active .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.logo {
  max-width: 260px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
}

.logo img {
  width: 100%;
}

.logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.menu li a,
.langs li span {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 42px;
  height: 100%;
}

.menu li:last-child {
  margin-right: 55px;
}

.menu a {
  padding: 5px 0;
  text-decoration: none;
}

.menu a.active {
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.menu a.active:hover {
  opacity: 1;
}

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

.langs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.langs li {
  margin-right: 25px;
}

.langs li:last-child {
  margin-right: 0;
}

.langs li img {
  max-width: 45px;
}

.langs li span {
  padding-left: 14px;
}

.langs li a.active {
  cursor: default;
  pointer-events: none;
}

.langs li a.active:hover {
  opacity: 1;
}

.langs li a.active span {
  font-weight: 700;
}

/* Slider */

.main-slider__item {
  position: relative;
  height: 31.25vw;
  max-height: 600px;
  overflow: hidden;
}

.main-slider__item img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}

.main-slider__title-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.main-slider__item a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.main-slider__item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a181f), color-stop(13%, #17151c), color-stop(61%, rgba(14, 12, 15, 0)), to(rgba(6, 4, 5, 0)));
  background-image: -webkit-linear-gradient(left, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
  background-image: -o-linear-gradient(left, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
  background-image: linear-gradient(to right, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
}

.main-slider__item a:hover {
  opacity: 1;
}

.main-slider__title {
  position: relative;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 58px;
  max-width: 720px;
  color: #f8f8f8;
  z-index: 2;
}

.main-slider .my-arrow-wrapper {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.main-slider .my-arrow-wrapper.back {
  left: 5px;
}

.main-slider .my-arrow-wrapper.next {
  right: 5px;
}

.main-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}

.main-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-slider .slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
}

/* POSTER SECTION */

.poster-section {
  padding: 76px 0 0 0;
  background-color: #f8f8f8;
  background-image: url("../img/poster_bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 80% 100%;
}

.poster-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 26px;
}

.poster-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.poster-col-4 {
  margin-bottom: 30px;
}

.poster-col-2,
.poster-col-1,
.poster-col-4 {
  position: relative;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 16px;
  height: 500px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 62px rgba(45, 50, 56, 0.14);
  box-shadow: 0 5px 62px rgba(45, 50, 56, 0.14);
  overflow: hidden;
  height: auto;
}

.poster-col-2:hover .poster-info,
.poster-col-1:hover .poster-info,
.poster-col-4:hover .poster-info {
  visibility: visible;
  opacity: 1;
}

.poster-col-2 .poster-btn,
.poster-col-1 .poster-btn,
.poster-col-4 .poster-btn {
  font-size: 16px;
  height: 50px;
  max-width: 400px;
}

.poster-col-4,
.poster-col-4 img {
  width: 100%;
}

.poster-col-2 {
  width: 49%;
}

.poster-col-2 .poster-btn {
  width: 60%;
}

.poster-col-1 {
  width: 24%;
}

.poster-col-1 .poster-info {
  width: 100%;
}

.poster-col-1 .poster-btn {
  width: 70%;
}

.poster-info {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 70px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  width: 375px;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #1a181f;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.poster-date {
  margin-bottom: 19px;
  font-size: 20px;
}

.poster-title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 40px;
}

.poster-name {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.poster-address {
  margin-bottom: 32px;
  font-size: 18px;
  font-style: normal;
}

.poster-btn {
  margin: 0 auto;
  width: 94%;
}

/* COOKIE */

.cookie {
  position: relative;
  width: 100%;
  height: 100px;
}

.cookie::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
  opacity: 0.2;
}

.cookie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cookie-title,
.cookie a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 2;
}



.cookie a {
  color: #1a181f;
  text-decoration: none;
}

.cookie-title {
  color: #fff;
}

.cookie a.cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  width: 228px;
  height: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background-image: -webkit-linear-gradient(7deg, #235472 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235472 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235472 0%, #29456c 100%);
}



a.privacy-policy {
  margin-right: 150px;
}

/* FOOTER */

.footer {
  margin-top: auto;
  height: 130px;
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

.footer .logo {
  margin-right: 160px;
  margin-bottom: 20px;
  height: auto;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials img {
  width: 65px;
  height: 65px;
}

.socials li {
  margin-left: 50px;
}

/* BURGER */

.burger {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.burger.active {
  margin-top: 20px;
}

.burger__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.burger__top {
  top: 30%;
}

.burger__bottom {
  top: 70%;
}

.burger.active .burger__middle {
  opacity: 0;
}

.burger.active .burger__top {
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.burger.active .burger__bottom {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.event-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 58px;
  color: #f8f8f8;
  max-width: 720px;
  z-index: 2;
}

.event-img {
  position: relative;
  width: 100%;
  height: 31.25vw;
  max-height: 600px;
  overflow: hidden;
}

.event-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a181f), color-stop(13%, #17151c), color-stop(61%, rgba(14, 12, 15, 0)), to(rgba(6, 4, 5, 0)));
  background-image: -webkit-linear-gradient(left, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
  background-image: -o-linear-gradient(left, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
  background-image: linear-gradient(to right, #1a181f 0%, #17151c 13%, rgba(14, 12, 15, 0) 61%, rgba(6, 4, 5, 0) 100%);
}

.event-img img {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-height: 100%;
}

/* EVENT CONTENT */

.event-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  background-color: #f8f8f8;
}

.event-content__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-content__container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px 0 541px 40px;
}

.event-content__container section {
  margin-bottom: 85px;
}

.event-content__subtitle {
  margin-bottom: 20px;
}

.sidebar {
  width: 415px;
}

.widget {
  margin-bottom: 75px;
}

.widget__header {
  position: relative;
  margin: 0 25px;
  padding: 15px 0;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
  overflow: hidden;
}

.widget__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url("../img/tickets_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.widget__header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 12px;
  background-image: url(../img/icons/dots.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-y: 100%;
  z-index: 2;
}

.widget.gallery .widget__header {
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
}

.widget.gallery .widget__header::before {
  background-image: url("../img/gallery_bg.png");
}

.widget.gallery .widget__header::after {
  display: none;
}

.widget.video-gallery .widget__header {
  background-image: -webkit-linear-gradient(7deg, #80298a 0%, #7e58a6 100%);
  background-image: -o-linear-gradient(7deg, #80298a 0%, #7e58a6 100%);
  background-image: linear-gradient(83deg, #80298a 0%, #7e58a6 100%);
}

.widget.video-gallery .widget__header::before {
  background-image: url("../img/video_bg.png");
}

.widget__title {
  position: relative;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #f8f8f8;
  z-index: 2;
}

.widget__body {
  position: relative;
  padding: 33px 46px 40px 46px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 -5px 62px rgba(45, 50, 56, 0.36);
  box-shadow: 0 -5px 62px rgba(45, 50, 56, 0.36);
  background-image: url("../img/tickets_bg-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.widget__date,
.widget__name {
  display: inline-block;
  margin-bottom: 7px;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #1a181f;
}

.widget__date:first-child,
.widget__name:first-child {
  padding-right: 20px;
}

.widget.gallery .widget__body {
  padding: 34px 26px 36px 26px;
  text-align: center;
  background-image: none;
}

.widget__address {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: #1a181f;
  opacity: 0.7;
}

.widget__list br {
  display: none;
}

.widget__list li {
  margin-bottom: 20px;
}

.widget__list li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.widget__list a {
  text-decoration-skip-ink: none;
  text-decoration: none;
  color: #1a181f;
}

.widget__btn {
  margin: 20px auto 50px auto;
  width: 403px;
  font-size: 22px;
}

.widget__text {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  color: #1a181f;
}

.widget__text p {
  margin-bottom: 15px;
  text-align: center;
}

.widget__bottom {
  margin: 0 25px;
  height: 30px;
  background-color: #f7f7f7;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 -5px 62px rgba(45, 50, 56, 0.36);
  box-shadow: 0 -5px 62px rgba(45, 50, 56, 0.36);
}

.widget__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #1a181f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}

.widget__close:hover {
  opacity: 0.8;
}

.widget__close:active {
  opacity: 1;
}

.widget__close.show {
  display: block;
  text-decoration: none;
}

.gallery__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px;
}

.gallery__block {
  margin: 0 4px 4px 0;
  width: 48%;
  height: 150px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gallery__block:first-child {
  width: 100%;
  height: 240px;
}

.gallery__block img {
  width: 100%;
  min-height: 100%;
}

.gallery__video {
  position: relative;
}

.gallery__video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/icons/play-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.7;
  pointer-events: none;
}

.gallery__video:hover a {
  opacity: 1;
}

.gallery__video:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.gallery__video:active::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.gallery.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.gallery.active .gallery__block:first-child {
  width: 253px;
  height: 150px;
}

.gallery.active .widget__body {
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  overflow-y: auto;
}

/* DESCRIPTION */

.description__text {
  padding: 45px 30px 30px 30px;
}

/* COMMENTS */

.comments {
  font-family: "Montserrat";
}

.comments__wrapper {
  padding: 45px 30px 30px 30px;
  text-align: center;
}

.comments__header {
  margin-bottom: 10px;
}

.comments__header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.comments__item {
  margin-bottom: 56px;
  text-align: left;
}

.comments__item-name {
  font-weight: 700;
  font-size: 26px;
  color: #1a181f;
}

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

.comments__item-rating-val {
  font-weight: 700;
  font-size: 24px;
  color: #f8a836;
}

.comments__item-stars {
  padding-left: 23px;
}

.comments__time {
  font-weight: 400;
  font-size: 18px;
  color: #1a181f;
  opacity: 0.5;
}

.comments__more {
  margin-top: -10px;
}

/* ADD COMMENT */

.add-comment__wrapper {
  padding: 47px 70px 31px 49px;
}

.add-comment__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-comment__btn {
  width: 50%;
  border: none;
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.add-comment__btn:hover {
  opacity: 0.8;
}

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

.add-comment__rating-val {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 32px;
  color: #f8a836;
}

.add-comment__stars {
  padding-left: 16px;
}

.add-comment .rating > label:before {
  font-size: 40px;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px;
}

.input-group__name {
  display: inline-block;
  margin-bottom: 9px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  color: #1a181f;
  opacity: 0.5;
}

.input-group input,
.input-group textarea {
  padding: 10px;
  width: 100%;
  height: 80px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  color: #1a181f;
  border: 1px solid #9ba4b0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f8f8f8;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.input-group input:focus,
.input-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.input-group textarea {
  height: 160px;
}

/* GRUZIN */

.gruzin {
  position: absolute;
  bottom: 100px;
  right: -160px;
}

.gruzin img {
  max-width: 687px;
}

/* FANCYBOX */

.fancybox-slide .fancybox-content {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 62px rgba(45, 50, 56, 0.36);
  box-shadow: 0 0 62px rgba(45, 50, 56, 0.36);
}

.fancybox-image {
  padding: 28px;
}

.fancybox-button--close {
  top: 12vh;
  right: 19vw;
  padding: 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url("../img/icons/exit.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 230% 230%;
  background-size: 230%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.fancybox-button--close:hover {
  -webkit-box-shadow: 0 0 62px rgba(45, 50, 56, 0.5);
  box-shadow: 0 0 62px rgba(45, 50, 56, 0.5);
}

.fancybox-button--close:active {
  -webkit-box-shadow: 0 0 32px rgba(45, 50, 56, 0.5);
  box-shadow: 0 0 32px rgba(45, 50, 56, 0.5);
}

.fancybox-button--close svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 18vw;
  padding: 0;
  width: 40px;
  height: 70px;
  background: url("../img/icons/arrow_right-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-navigation .fancybox-button--arrow_right div {
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 18vw;
  padding: 0;
  width: 40px;
  height: 70px;
  background: url("../img/icons/arrow_left-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-navigation .fancybox-button--arrow_left div {
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left svg {
  display: none;
}

.about-us {
  padding: 102px 0 60px 0;
  background-color: #f8f8f8;
}

.about-us__wrapper {
  position: relative;
  padding: 69px 0 76px 51px;
  background-image: url("../img/about-us-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.about-us__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(32%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 32%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 32%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 32%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-us__wrapper:hover::before {
  width: 150%;
}

.about-us__title {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}

.about-us__text {
  position: relative;
  max-width: 720px;
  z-index: 2;
}

.what-we-do {
  margin-top: 72px;
}

.what-we-do__title {
  margin-bottom: 42px;
  text-align: center;
}

.what-we-do__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what-we-do__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  width: 31%;
  min-height: 220px;
  background-color: #ccc;
  overflow: hidden;
}

.what-we-do__item:nth-child(3n-2) {
  background-image: -webkit-linear-gradient(7deg, #e90929 0%, #ea4207 100%);
  background-image: -o-linear-gradient(7deg, #e90929 0%, #ea4207 100%);
  background-image: linear-gradient(83deg, #e90929 0%, #ea4207 100%);
}

.what-we-do__item:nth-child(3n-1) {
  background-image: -webkit-linear-gradient(7deg, #80298a 0%, #7e58a6 100%);
  background-image: -o-linear-gradient(7deg, #80298a 0%, #7e58a6 100%);
  background-image: linear-gradient(83deg, #80298a 0%, #7e58a6 100%);
}

.what-we-do__item:nth-child(3n) {
  background-image: -webkit-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: -o-linear-gradient(7deg, #235372 0%, #29456c 100%);
  background-image: linear-gradient(83deg, #235372 0%, #29456c 100%);
}

.what-we-do__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.what-we-do__item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.what-we-do__item p {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  max-width: 390px;
  color: #fefefe;
  z-index: 2;
  cursor: default;
}

/* ABOUT US BOTTOM */

.about-us__bottom {
  padding-bottom: 111px;
  background-image: url("../img/poster_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.about-us__bottom-text {
  position: relative;
  top: -25px;
  padding: 87px 0 88px 50px;
  background-image: url("../img/photo.png");
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.about-us__bottom-text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(59%, #ffffff), color-stop(85%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 59%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 59%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 59%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-us__bottom-text:hover::before {
  width: 115%;
}

.about-us__bottom-text p {
  position: relative;
  max-width: 922px;
  line-height: 36px;
  z-index: 2;
}

/* FEEDBACK */

.feedback {
  padding-top: 62px;
  padding-bottom: 89px;
  background-image: url("../img/poster_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.feedback__title {
  margin-bottom: 30px;
}

.feedback-email,
.feedback-email a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #1a181f;
}

.feedback-email {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.feedback-email::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -45px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/email.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.feedback__form {
  margin: 0 auto;
  text-align: left;
  max-width: 990px;
}

.feedback__form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.feedback-group:last-child {
  margin-bottom: 0;
}

.feedback-group__name {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 22px;
  color: #1a181f;
  opacity: 0.5;
}

.feedback-group input {
  height: 80px;
}

.feedback-group textarea {
  height: 225px;
}

.feedback-group input,
.feedback-group textarea {
  padding: 10px;
  width: 450px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  color: #1a181f;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #9ba4b0;
  background-color: #f8f8f8;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal__form .feedback-group input,
.modal__form .feedback-group textarea {
  width: 100%;
}

.feedback-group input:focus,
.feedback-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.feedback-group input.error,
.feedback-group textarea.error {
  border-color: #E81026;
}

.feedback__btn {
  margin-top: auto;
  border: none;
  width: 404px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.feedback__btn:hover {
  opacity: 0.8;
}

.feedback__btn:active {
  opacity: 1;
}

.feedback-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments__body p {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 1920px) {
  .square {
    background: red;
    width: 23.4375vw;
    height: 23.4375vw;
    font-size: 1.45833vw;
  }

  .wrapper {
    padding: 0 15px;
  }

  .btn {
    width: 290px;
    font-size: 24px;
  }

  .text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  a.link {
    font-size: 22px;
  }

  .logo {
    max-width: 190px;
  }

  .menu li a,
  .langs li span {
    font-size: 16px;
  }

  .langs li {
    margin-right: 20px;
  }

  .langs li img {
    max-width: 35px;
  }

  .langs li span {
    padding-left: 10px;
  }

  .main-slider__title {
    font-size: 58px;
  }

  .main-slider .my-arrow-wrapper svg {
    max-width: 80px;
  }

  .main-slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
  }

  .main-slider .slick-dots button {
    width: 8px;
    height: 8px;
  }

  .poster-col-2,
  .poster-col-1,
  .poster-col-4 {
    height: auto;
  }

  .poster-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    width: 60%;
  }

  .poster-btn {
    margin: 0 auto;
  }

  .poster-btn {
    width: 95%;
  }

  .pagination li {
    font-size: 18px;
    width: 37px;
    height: 37px;
  }

  .cookie {
    height: 90px;
  }

  .cookie-title,
  .cookie a {
    font-size: 18px;
  }

  .cookie a.cookie-btn {
    width: 215px;
    height: 50px;
  }

  a.privacy-policy {
    margin-right: 0;
  }

  .footer {
    height: 100px;
  }

  .footer .logo {
    margin-right: 0;
  }

  .socials img {
    width: 45px;
    height: 45px;
  }

  .socials li {
    margin-left: 30px;
  }

  .event-wrapp {
    padding-top: 70px;
  }

  .event-content__container {
    padding-left: 20px;
  }

  .sidebar {
    width: 415px;
  }

  .widget__body {
    padding: 33px 26px 40px 26px;
  }

  .gallery.active .gallery__block:first-child {
    width: 24%;
    height: auto;
  }

  .gallery.active .gallery__block {
    width: 24%;
    height: auto;
    max-height: 300px;
  }

  .description__text {
    padding: 45px 30px 30px 30px;
  }

  .comments__wrapper {
    padding: 45px 30px 30px 30px;
  }

  .add-comment__wrapper {
    padding: 25px 20px 31px 20px;
  }

  .add-comment__btn {
    width: 340px;
  }

  .gruzin {
    right: 0;
  }

  .fancybox-button--close {
    top: 10vh;
    right: 15vw;
  }

  .fancybox-button--close {
    right: 7vw;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 15vw;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 7vw;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 15vw;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 7vw;
  }

  .about-us {
    padding-top: 60px;
  }

  .about-us__wrapper {
    padding: 50px 0 60px 51px;
  }

  .what-we-do__items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .feedback-group input {
    height: 60px;
  }

  .widget__btn {
    font-size: 22px;
  }

  .description__text p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .news__item p {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 18px;
  }

  .news__item .comments__item-name {
    font-family: "Montserrat";
    font-size: 24px;
  }

  .news__item .comments__time {
    font-size: 20px;
  }

  .comments__body p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1500px) {
  .fancybox-button--close {
    right: 10vw;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10vw;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10vw;
  }

  .main-slider__title {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .widget__header::after {
    height: 10px;
  }

  .modal-window {
    padding: 20px;
  }

  .modal-window .feedback-group__name {
    font-size: 14px;
  }

  .modal__title {
    font-size: 32px;
  }

  .modal__descr {
    font-size: 14px;
    line-height: 18px;
  }

  .modal__btn {
    font-size: 18px;
    height: 50px;
  }

  .modal__close {
    width: 30px;
    height: 30px;
  }

  .main-slider__title {
    font-size: 52px;
  }

  .event-title {
    top: 85px;
    left: 115px;
    font-size: 52px;
  }

  .sidebar {
    width: 400px;
  }

  .widget__body {
    padding: 20px 20px 40px 20px;
  }

  .widget.gallery .widget__body {
    padding: 10px 20px 20px 20px;
  }

  .widget__btn {
    font-size: 20px;
    height: 50px;
  }

  .gallery__content {
    margin-bottom: 20px;
  }

  .gallery__block {
    height: auto;
  }

  .gallery__block:first-child {
    height: auto;
  }

  .add-comment__btn {
    width: 50%;
  }

  .add-comment .rating > label:before {
    font-size: 36px;
  }

  .gruzin img {
    max-width: 550px;
  }

  .fancybox-button--close {
    top: 18vh;
  }

  .about-us__text {
    max-width: 600px;
  }

  .what-we-do__item {
    width: 47%;
  }

  .about-us__bottom-text p {
    max-width: 600px;
  }

  .feedback__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 520px;
  }

  .feedback__btn {
    margin: 0 auto;
  }

  .feedback-right {
    margin-top: 30px;
  }

  .btn {
    font-size: 20px;
    height: 50px;
  }

  .poster-col-2 {
    width: 47%;
  }
}

@media only screen and (max-width: 991.98px) {
  .widget__header::after {
    height: 12px;
  }

  .header {
    height: 50px;
  }

  .square {
    background: red;
    width: 45.36382vw;
    height: 45.36382vw;
    font-size: 2.82264vw;
    border: 1.00808vw solid #000;
  }

  .subtitle {
    font-size: 26px;
  }

  .btn {
    font-size: 20px;
  }

  .text p {
    font-size: 18px;
    line-height: 22px;
  }

  .rating > label:before {
    font-size: 20px;
  }

  .rating > label:before {
    font-size: 20px;
  }

  a.link {
    font-size: 18px;
  }

  a.link::after {
    right: -30px;
    width: 22px;
    height: 22px;
  }

  .logo {
    max-width: 130px;
  }

  .menu li a,
  .langs li span {
    font-size: 14px;
  }

  .menu li {
    margin-right: 32px;
  }

  .menu li:last-child {
    margin-right: 45px;
  }

  .langs li {
    margin-right: 15px;
  }

  .langs li img {
    max-width: 25px;
  }

  .langs li span {
    padding-left: 7px;
  }

  .main-slider__title {
    font-size: 36px;
    max-width: 490px;
  }

  .main-slider .my-arrow-wrapper svg {
    max-width: 70px;
  }

  .main-slider .slick-dots {
    bottom: 20px;
  }

  .main-slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }

  .main-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }

  .poster-section {
    padding-top: 46px;
  }

  .poster-container {
    margin-top: 15px;
  }

  .poster-row {
    margin-bottom: 15px;
  }

  .poster-col-4 {
    margin-bottom: 15px;
  }

  .poster-date {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .poster-title {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .poster-name {
    font-size: 16px;
  }

  .poster-address {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .poster-btn {
    height: 50px;
  }

  .cookie {
    height: 60px;
  }

  .cookie-title,
  .cookie a {
    font-size: 14px;
    text-align: center;
  }

  .footer {
    height: 100px;
  }

  .socials img {
    width: 35px;
    height: 35px;
  }

  .socials li {
    margin-left: 15px;
  }

  .event-title {
    top: 75px;
    left: 105px;
    font-size: 36px;
    max-width: 490px;
  }

  .event-wrapp {
    padding-top: 50px;
  }

  .event-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-content__container {
    padding-left: 0;
  }

  .event-content__subtitle {
    margin-bottom: 15px;
  }

  .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }

  .widget {
    margin-bottom: 55px;
    width: 49%;
  }

  .widget__title {
    font-size: 24px;
  }

  .widget__date,
  .widget__name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .widget__address {
    font-size: 16px;
  }

  .widget__list li {
    margin-bottom: 15px;
  }

  .widget__text p {
    font-size: 16px;
  }

  .widget__close {
    top: 10px;
    right: 10px;
  }

  .gallery.active {
    width: 100%;
  }

  .comments__header {
    margin-bottom: 15px;
  }

  .comments__item-name {
    font-size: 20px;
  }

  .comments__item-rating-val {
    font-size: 20px;
  }

  .comments__item-stars {
    padding-left: 10px;
  }

  .comments__time {
    font-size: 18px;
  }

  .add-comment__rating-val {
    font-size: 28px;
  }

  .input-group__name {
    font-size: 20px;
  }

  .input-group input,
  .input-group textarea {
    height: 60px;
  }

  .input-group textarea {
    height: 120px;
  }

  .fancybox-image {
    padding: 10px;
  }

  .fancybox-button--close {
    top: 24vh;
    right: 4vw;
    width: 50px;
    height: 50px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 4vw;
    -webkit-background-size: 260% 260%;
    background-size: 260%;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 4vw;
    -webkit-background-size: 260% 260%;
    background-size: 260%;
  }

  .about-us {
    padding-top: 40px;
  }

  .about-us__wrapper {
    padding: 40px 0 40px 40px;
  }

  .about-us__text {
    max-width: 500px;
  }

  .what-we-do__item {
    min-height: 170px;
  }

  .what-we-do__item p {
    font-size: 26px;
  }

  .about-us__bottom-text {
    padding: 40px 0 40px 40px;
  }

  .about-us__bottom-text p {
    max-width: 500px;
  }

  .feedback {
    padding-top: 40px;
  }

  .feedback__title {
    margin-bottom: 15px;
  }

  .feedback-email,
  .feedback-email a {
    font-size: 18px;
  }

  .feedback-group__name {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 800px) {
  .widget__header::after {
    height: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn {
    font-size: 18px;
    height: 50px;
  }

  .text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .modal-window {
    padding: 10px;
  }

  .modal-window .feedback-group {
    margin-bottom: 10px;
  }

  .modal-window .feedback-group input,
  .modal-window .feedback-group textarea {
    height: 35px;
    font-size: 14px;
  }

  .modal__title {
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 22px;
  }

  .modal__descr {
    margin-bottom: 5px;
  }

  .modal__btn {
    font-size: 14px;
    height: 35px;
  }

  .modal__close {
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
  }

  .modal .feedback-group input {
    width: 100%;
  }

  .header-wrapper {
    height: 50px;
  }

  .header-right {
    margin-left: auto;
    margin-right: 20px;
  }

  .menu {
    display: none;
    opacity: 0;
  }

  .main-slider__item {
    height: 220px;
  }

  .main-slider__title {
    font-size: 28px;
    max-width: 320px;
  }

  .main-slider .my-arrow-wrapper svg {
    max-width: 50px;
  }

  .main-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
  }

  .poster-section {
    padding-top: 25px;
  }

  .poster-col-2 {
    margin: 15px 0;
    width: 100%;
  }

  .poster-col-1 {
    width: 47%;
  }

  .poster-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }

  .cookie {
    height: 60px;
  }

  .cookie-title,
  .cookie a {
    font-size: 12px;
  }

  .cookie a.cookie-btn {
    height: 40px;
  }

  .footer {
    height: auto;
  }

  .footer-wrapper {
    padding: 15px;
  }

  .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .footer .menu li {
    margin-right: 0;
  }

  .socials img {
    width: 25px;
    height: 25px;
  }

  .burger {
    display: block;
  }

  .event-title {
    top: 65px;
    left: 75px;
    font-size: 28px;
    max-width: 320px;
  }

  .event-img {
    height: 220px;
  }

  .event-wrapp {
    padding-top: 30px;
  }

  .widget {
    width: 100%;
  }

  .widget__header::after {
    bottom: -4px;
    background-repeat: repeat;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }

  .widget__title {
    font-size: 20px;
  }

  .widget__body {
    padding: 10px 30px 40px 30px;
    text-align: center;
  }

  .widget__btn {
    width: 300px;
  }

  .description__text {
    padding: 45px 30px 30px 30px;
  }

  .comments__wrapper {
    padding: 25px 20px 20px 20px;
  }

  .comments__item {
    margin-bottom: 40px;
  }

  .comments__item-name {
    font-size: 18px;
  }

  .comments__time {
    font-size: 16px;
  }

  .add-comment__btn {
    width: 50%;
  }

  .input-group input,
  .input-group textarea {
    height: 50px;
  }

  .input-group textarea {
    height: 100px;
  }

  .about-us__wrapper {
    padding: 30px 0 30px 30px;
  }

  .about-us__wrapper::before {
    width: 150%;
  }

  .about-us__title {
    margin-bottom: 25px;
  }

  .what-we-do {
    margin-top: 50px;
  }

  .what-we-do__title {
    margin-bottom: 20px;
  }

  .what-we-do__item {
    margin-bottom: 10px;
  }

  .what-we-do__item p {
    font-size: 22px;
  }

  .about-us__bottom-text {
    padding: 30px 0 30px 30px;
  }

  .feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feedback-group__name {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .poster-col-2,
  .poster-col-1,
  .poster-col-4 {
    padding: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .square {
    background: red;
    width: 43.40428vw;
    height: 43.40428vw;
    font-size: 3.12511vw;
  }

  .wrapper {
    padding: 0 5px;
  }

  .subtitle {
    font-size: 22px;
  }

  .btn {
    font-size: 14px;
    width: 100%;
    height: 35px;
  }

  .text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  a.link {
    font-size: 16px;
  }

  .header-wrapper.active .langs {
    right: 40px;
  }

  .header-wrapper.active .langs li {
    margin-right: 10px;
  }

  .header-wrapper.active .langs li span {
    font-size: 12px;
  }

  .header-right {
    margin-right: 10px;
  }

  .logo {
    max-width: 90px;
  }

  .menu li a,
  .langs li span {
    font-size: 12px;
  }

  .langs li {
    margin-right: 10px;
  }

  .langs li img {
    max-width: 20px;
  }

  .main-slider__item img {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .main-slider__title {
    margin-left: 40px;
    font-size: 26px;
  }

  .main-slider .my-arrow-wrapper svg {
    max-width: 40px;
  }

  .main-slider .my-arrow-wrapper.back {
    left: 0;
  }

  .main-slider .my-arrow-wrapper.next {
    right: 0;
  }

  .main-slider .slick-dots {
    bottom: 10px;
  }

  .poster-container {
    margin-top: 5px;
  }

  .poster-name {
    font-size: 14px;
  }

  .poster-address {
    font-size: 14px;
  }

  .pagination {
    padding: 10px 0 30px 0;
  }

  .pagination li {
    font-size: 16px;
    width: 27px;
    height: 27px;
  }

  .cookie {
    height: auto;
  }

  .cookie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
  }

  .cookie-title,
  .cookie a {
    margin: 5px 0;
  }

  .footer-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
  }

  .socials li {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .event-title {
    top: 75px;
    left: 15px;
    font-size: 26px;
  }

  .event-img img {
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
  }

  .event-content__container {
    padding-top: 25px;
    padding-bottom: 350px;
  }

  .widget__title {
    font-size: 18px;
  }

  .widget__body {
    padding: 10px 20px 40px 20px;
  }

  .widget__date,
  .widget__name {
    font-size: 14px;
  }

  .widget__date:first-child,
  .widget__name:first-child {
    padding-right: 10px;
  }

  .widget__address {
    font-size: 14px;
  }

  .gallery__video::before {
    width: 30px;
    height: 30px;
  }

  .description__text {
    padding-left: 10px;
  }

  .add-comment__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .add-comment__btn {
    margin-top: 15px;
  }

  .add-comment__rating-val {
    font-size: 24px;
  }

  .add-comment .rating > label:before {
    font-size: 28px;
  }

  .input-group {
    margin-bottom: 20px;
  }

  .input-group__name {
    font-size: 16px;
  }

  .input-group input,
  .input-group textarea {
    font-size: 18px;
    height: 40px;
  }

  .input-group textarea {
    height: 90px;
  }

  .gruzin img {
    display: none;
    max-width: 90%;
  }

  .about-us__wrapper {
    padding: 10px 0 10px 10px;
  }

  .what-we-do__item {
    width: 100%;
    min-height: 140px;
  }

  .what-we-do__item p {
    font-size: 18px;
  }

  .about-us__bottom-text {
    padding: 10px 0 10px 10px;
  }

  .feedback {
    padding: 10px;
  }

  .feedback-email,
  .feedback-email a {
    font-size: 14px;
  }

  .feedback-email::before {
    left: -35px;
  }

  .feedback-group__name {
    font-size: 14px;
  }

  .feedback-group input {
    height: 40px;
  }

  .feedback-group input,
  .feedback-group textarea {
    font-size: 18px;
    width: 100%;
  }

  .feedback-right {
    margin-top: 15px;
  }

  .widget__header::after {
    bottom: -6px;
    height: 14px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .news__item .comments__item-name {
    font-size: 22px;
  }

  .modal__close {
    width: 20px;
    height: 20px;
  }

  .poster-col-2,
  .poster-col-1,
  .poster-col-4 {
    width: 100%;
  }

  .poster-col-2 img,
  .poster-col-1 img,
  .poster-col-4 img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 556px) {
  .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-navigation .fancybox-button--arrow_left {
    -webkit-background-size: 200%;
    background-size: 200%;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2vw;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 2vw;
  }

  .fancybox-button--close {
    top: 33vh;
    right: 3vw;
    width: 30px;
    height: 30px;
  }

  .fancybox-navigation .fancybox-button {
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
  }

  .gallery.active .gallery__block:first-child,
  .gallery.active .gallery__block {
    width: 48%;
  }

  .main-slider {
    display: none;
  }

  .event-img {
    height: auto;
    background-color: #f8f8f8;
  }

  .event-title br {
    display: none;
  }

  .event-img .main-slider__title-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .event-img img,
  .event-img::before {
    display: none;
  }

  .event-img p {
    position: static;
    margin: 20px 0;
    color: #333;
    max-width: 100%;
  }
  
  .event-wrapp{
  	display: none;
  }
  
  .event-title{
  	color: #1a181f
  }
}

@media screen and (max-width: 450px) {
  .widget__header::after {
    bottom: -2px;
    height: 10px;
  }
}

@media screen and (max-width: 400px) {
  .widget__header::after {
    height: 8px;
  }
}

@media screen and (max-width: 992px) {
  .cookie-title,
  .cookie a {
    font-size: 14px;
  }

  .cookie a.cookie-btn {
    height: 40px;
  }

  .cookie-title,
  .cookie a {
    font-size: 12px;
  }

  .cookie a.cookie-btn {
    height: 30px;
  }
}

.paddingt{
	padding:40px 0 50px 0;
}

.event-img img{
	display: none;
}

.breadcrumbs{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	font-family: "Montserrat";
}

.breadcrumbs a{
	color: #1a181f;
	font-family: "Montserrat";
	text-decoration: none;
	font-weight: bold;
}

.breadcrumbs br{
	display: none;
}