/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.inner-page {
  padding-top: 116px;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

button {
  display: inline-block;
  border: 0;
  font-family: inherit;
}

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

::-moz-selection {
  color: #5460f1;
  background: #fff;
}

::selection {
  color: #5460f1;
  background: #fff;
}

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

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

.margin-auto {
  margin: auto !important;
}

/* SVG FONTS */

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  display: inline-block;
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.icon-location:before {
  content: "\e947";
}

.icon-cloudy:before {
  content: "\e900";
  color: #d92d82;
}

.icon-triangle:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-inst:before {
  content: "\e905";
}

.icon-vk:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e90b";
  color: #7d7d7d;
}

.icon-menu:before {
  content: "\e933";
}

.icon-pdf:before {
  content: "\e934";
  color: #ee2193;
}

.icon-play:before {
  content: "\e935";
  color: #fff;
}
.icon-play2:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e936";
  color: #f3b32d;
}

/* SVG FONTS END */

/* default style */

h1 {
  color: rgba(29, 29, 29, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.065;
}

h1.pink {
  color: #d92d82;
}

h1.black {
  color: rgba(29, 29, 29, 0.9);
}

h1.white {
  color: #fff;
}

h1.dark {
  color: rgba(29, 29, 29, 0.9);
}

h2 {
  color: rgba(29, 29, 29, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.065;
}

h2.pink {
  color: #d92d82;
}

h2.black {
  color: rgba(29, 29, 29, 0.9);
}

h2.white {
  color: #fff;
}

h2.dark {
  color: rgba(29, 29, 29, 0.9);
}

h3 {
  color: rgba(29, 29, 29, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.192;
}

h3.pink {
  color: #d92d82;
}

h3.black {
  color: rgba(29, 29, 29, 0.9);
}

h3.white {
  color: #fff;
}

h4 {
  color: rgba(29, 29, 29, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

h4.pink {
  color: #d92d82;
}

h4.black {
  color: rgba(29, 29, 29, 0.9);
}

h4.white {
  color: #fff;
}

h5 {
  color: rgba(49, 49, 49, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

h5.pink {
  color: #d92d82;
}

h5.black {
  color: rgba(29, 29, 29, 0.9);
}

h5.white {
  color: #fff;
}

p {
  color: rgba(49, 49, 49, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

p b {
  font-weight: bold;
}

.indent-top {
  margin-top: 70px;
}

/* default style end */

/* btn */

.btn {
  cursor: pointer;
}

.btn-temp-1 {
  text-align: center;
  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;
  text-align: center;
  width: 225px;
  height: 50px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 4;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #d92d82;
  color: #f92d82;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-temp-1:after {
  position: absolute;
  content: '';
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: 0;
  background-image: url("../img/general/btn-bg.png");
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-temp-1:hover {
  background-color: #f92d82;
  color: #fff;
}

.btn-temp-1:active:after {
  opacity: 1;
  visibility: visible;
}

.btn-temp-1 > * {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn-temp-2 {
  text-align: center;
  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;
  text-align: center;
  width: 225px;
  height: 50px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 4;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #fff;
  color: #f92d82;
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-temp-2:after {
  position: absolute;
  content: '';
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: 0;
  background-image: url("../img/general/btn-bg.png");
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-temp-2:hover {
  background-color: white;
}

.btn-temp-2:active:after {
  opacity: 1;
  visibility: visible;
}

.btn-temp-2 > * {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* btn end */

/* more */

.more {
  color: rgba(217, 45, 130, 0.8);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: .833;
  font-weight: 400;
  position: relative;
  padding-top: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  text-transform: uppercase;
}

.more:hover {
  color: #d92d82;
  font-weight: 500;
}

.more:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
  background-color: #d9d9d9;
}

/* more end */

/* social */

.social {
  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;
}

.social.header-inner-page {
  margin-right: 20px;
}

.social.header-inner-page a:not(:last-child)::after {
  background-color: #d9d9d9;
}

.social.header-inner-page a i.icon-vk {
  color: rgba(105, 105, 105, 0.5);
}

.social.header-inner-page a i.icon-vk:hover {
  color: #d92d82;
}

.social.header-inner-page a i.icon-fb {
  color: rgba(105, 105, 105, 0.5);
}

.social.header-inner-page a i.icon-fb:hover {
  color: #d92d82;
}

.social.header-inner-page a i.icon-inst {
  color: rgba(105, 105, 105, 0.5);
}

.social.header-inner-page a i.icon-inst:hover {
  color: #d92d82;
}

.social a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social a:nth-child(1) {
  padding-right: 15px;
}

.social a:nth-child(2) {
  padding-right: 13px;
  /*padding-left: 12px;*/
  padding-left: 15px;
}

.social a:nth-child(3) {
  padding-left: 15px;
}

.social a:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
}

.social a i.icon:hover {
  color: white;
}

.social a i.icon-vk {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.8);
}

.social a i.icon-fb {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.social a i.icon-inst {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.social.social_grey a:not(:last-child):after {
  background-color: rgba(49, 49, 49, 0.7);
}

.social.social_grey a i.icon {
  color: rgba(49, 49, 49, 0.7);
}

.social.social_grey a:hover i.icon {
  color: #f92d82;
}

/* social end */

/* download start*/

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.download:hover {
  color: #fff;
}

.download:hover path {
  fill: #fff;
}

.download svg {
  margin-right: 5px;
}

.download path {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  fill: rgba(255, 255, 255, 0.8);
}

/* download end*/

/* title-border-bottom */

.title-border-bottom,
.color-border-bottom {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.title-border-bottom:after,
.color-border-bottom:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 62px;
  height: 2px;
  background: url("../img/general/line-shot.png") no-repeat 0 0;
  background-size: contain;
}

/* title-border-bottom end */

/* h2 border-bottom */

.border-bottom {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.border-bottom:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  max-width: 703px;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

/* h2 border-bottom end */

/* link */

.link {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.142;
}

/* link end */

/* round-search */

.round-search {
  position: relative;
  max-width: 461px;
  width: 100%;
  height: 40px;
}

.round-search input[type="text"] {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 148px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
}

.round-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.round-search input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.round-search input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.round-search input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.round-search input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.round-search input[type="text"]:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.round-search input[type="text"]:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.round-search input[type="text"]:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.round-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 133px;
  background-color: #d92d82;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.round-search .btn span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  border-bottom: 1px solid transparent;
}

.round-search .btn:hover span {
  color: white;
  border-bottom-color: white;
}

.round-search .btn:active {
  background-color: #d92d82;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.round-search .btn:active span {
  border-bottom-color: transparent;
  color: white;
}

/* round-search end */

/* geolocation */

.geolocation {
  font-size: 0;
}

.geolocation i.icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin-right: 9px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.geolocation span {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.geolocation:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.geolocation:hover i.icon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.geolocation_color-grey i.icon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.geolocation_color-grey span {
  color: rgba(0, 0, 0, 0.5);
}

.geolocation_color-grey:hover span {
  color: rgba(0, 0, 0, 0.8);
}

.geolocation_color-grey:hover i.icon {
  border-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

/* geolocation end */

/* scroll-to-up */

.scroll-to-up {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  z-index: 10;
  bottom: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(180, 180, 180, 1);
  -webkit-transition: border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scroll-to-up i.icon {
  margin: auto;
  font-size: 13px;
  color: rgba(180, 180, 180, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-to-up:hover {
  background-color: rgba(180, 180, 180, .5);
}

.scroll-to-up:hover i.icon {
  color: rgba(180, 180, 180, 1);
}

/* scroll-to-up end */

/* header */

.header {
  position: absolute;
  /*padding-top: 60px;
  padding-bottom: 10px;*/
  padding-top: 20px;
padding-bottom: 20px;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 2;
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), padding-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), padding-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), padding-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), padding-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8), -webkit-box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.header .container {
  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;
}

.header-bg {
	background: rgba(0, 0, 0, 0.36);
}

.header__left,
.header__right {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.header__left_border,
.header__right_border {
  margin-top: 46px;
  padding-top: 7px;
  border-top: 1px solid #fff;
  -webkit-transition: border-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: border-top 0.3s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.header__logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.header__logo img {
  display: block;
  margin: auto;
  width: 159px;
}

.header__right .social {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__toggle {
  display: none;
}

.header__toggle span {
  position: absolute;
  left: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #ec2c91), to(#ffc114));
  background-image: -webkit-linear-gradient(right, #ec2c91 1%, #ffc114 100%);
  background-image: linear-gradient(270deg, #ec2c91 1%, #ffc114 100%);
}

.header__toggle span:nth-child(1) {
  top: 0;
  width: 100%;
}

.header__toggle span:nth-child(2) {
  top: 7px;
  width: 100%;
}

.header__toggle span:nth-child(3) {
  top: 14px;
  width: 50%;
}

.header-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header-mobile-menu.show {
  left: 0;
}

.header-mobile-menu:before {
  content: '';
  width: 72.22%;
  height: 2px;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#f596c8), to(#ffdf89));
  background: -webkit-linear-gradient(left, #f596c8, #ffdf89);
  background: linear-gradient(to right, #f596c8, #ffdf89);
}

.header-mobile-menu a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: rgba(105, 105, 105, 0.7);
}

.header-mobile-menu a.active {
  color: #f92d82;
}

.header-mobile-menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  background: none;
}

.header-mobile-menu-close span {
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #ffc114), to(#ec2c91));
  background-image: -webkit-linear-gradient(right, #ffc114 1%, #ec2c91 100%);
  background-image: linear-gradient(270deg, #ffc114 1%, #ec2c91 100%);
}

.header-mobile-menu-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-mobile-menu-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-inner {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-inner.main-page {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-inner.main-page.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-inner .container-fluid {
  padding: 0;
}

.header-inner__top {
  background-color: #fff;
  height: 78px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-inner__top .row {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-inner__top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
}

.header-inner__weather {
  width: 124px;
  height: 22px;
}

.header-inner__logo {
  width: 95px;
  height: 55px;
}

.header-inner__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.header-inner__nav-item {
  color: rgba(66, 66, 66, 0.6);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-inner__nav-item:not(:last-child) {
  margin-right: 23px;
}

.header-inner__nav-item:hover {
  color: #d92d82;
}

.header-inner__nav-item.active {
  color: #d92d82;
}

.header-inner__right {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

.header-inner__toggle {
  display: none;
}

.header-inner__toggle.active span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header-inner__toggle.active span:nth-child(2) {
  top: 100%;
  opacity: 0;
}

.header-inner__toggle.active span:nth-child(3) {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header-inner__toggle span {
  position: absolute;
  left: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #ec2c91), to(#ffc114));
  background-image: -webkit-linear-gradient(right, #ec2c91 1%, #ffc114 100%);
  background-image: linear-gradient(270deg, #ec2c91 1%, #ffc114 100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-inner__toggle span:nth-child(1) {
  top: 0;
  width: 100%;
}

.header-inner__toggle span:nth-child(2) {
  top: 7px;
  width: 100%;
  opacity: 1;
}

.header-inner__toggle span:nth-child(3) {
  top: 14px;
  width: 50%;
}

.header-inner__bottom {
  background-color: #898989;
  height: 38px;
}

.header-inner__bottom .row {
  height: 100%;
}

.header-inner__bottom-list {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.header-inner__bottom-list a {
  height: 100%;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  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;
}

.header-inner__bottom-list a:not(:last-child) {
  margin-right: 30px;
}

.header-inner__bottom-list a.active {
  font-weight: 600;
}

.header-inner__bottom-list a.active:before {
  opacity: 1;
  visibility: visible;
}

.header-inner__bottom-list a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-width: 0;
  border-top: 6px solid #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-inner__mobile-menu {
  display: none;
}

.header-inner__mobile-menu.show {
  right: 0;
}

.header-inner__mobile-menu:before {
  content: '';
  width: 72.22%;
  height: 2px;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#f596c8), to(#ffdf89));
  background: -webkit-linear-gradient(left, #f596c8, #ffdf89);
  background: linear-gradient(to right, #f596c8, #ffdf89);
}

.header-inner__mobile-menu-inner {
  width: 100%;
  height: 70vh;
  overflow: auto;
}

.header-inner__mobile-menu-list {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-inner__mobile-menu-item {
  width: 100%;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-inner__mobile-menu-item a {
  text-align: center;
  color: #898998;
  padding: 15px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.header-inner__mobile-menu-item a.active {
  color: #d92d82;
  font-weight: 600;
}

.header-inner__mobile-menu-inner-list-wrap {
  width: 100%;
  position: relative;
}

.header-inner__mobile-menu-inner-list-wrap.active:before {
  border-bottom-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-inner__mobile-menu-inner-list-wrap:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 6px solid #898998;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.header-inner__mobile-menu-inner-list {
  display: none;
  width: 100%;
  background-color: #898989;
}

.header-inner__mobile-menu-inner-item {
  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;
}

.header-inner__mobile-menu-inner-item:last-child {
  padding-bottom: 6px;
}

.header-inner__mobile-menu-inner-item a {
  padding-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.header-inner__mobile-menu-inner-item a.active {
  color: #fff;
  font-weight: 600;
}

.header-inner__mobile-menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  background: none;
}

.header-inner__mobile-menu-close span {
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #ffc114), to(#ec2c91));
  background-image: -webkit-linear-gradient(right, #ffc114 1%, #ec2c91 100%);
  background-image: linear-gradient(270deg, #ffc114 1%, #ec2c91 100%);
}

.header-inner__mobile-menu-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-inner__mobile-menu-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* header end */

.full-screen {
  height: 100vh;
}

/* phuket */

/* phuket end */

/* section main */

.sec-main {
  position: relative;
}

.sec-main .slide-custom {
  position: absolute;
}

.sec-main .slide-custom--sky img {
  height: 100%;
  width: 100%;
}

.sec-main .slide-custom--thai {
  /* 1200 - 1300 */
  /* 1200 - 1300 end */
  /* 1301 - 1400 */
  /* 1301 - 1400 end */
  /* 1401 - 1500 */
  /* 1401 - 1500 end */
  /* 1501 - 1600 */
  /* 1501 - 1600 end */
  /* 1601 - 1700 */
  /* 1601 - 1700 end */
  /* 1701 */
  /* 1701 end */
}

.sec-main .slide-custom--boat {
  /* 1200 - 1300 */
  /* 1200 - 1300 end */
  /* 1301 - 1400 */
  /* 1301 - 1400 end */
  /* 1401 - 1500 */
  /* 1401 - 1500 end */
  /* 1501 - 1600 */
  /* 1501 - 1600 end */
  /* 1601 - 1700 */
  /* 1601 - 1700 end */
  /* 1701 */
  /* 1701 end */
}
.sec-main .slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}

.sec-main .slick-slider .slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.sec-main .slick-slider .slick-dots li:hover {
  cursor: pointer;
}
.sec-main .slick-slider .slick-dots li:not(:last-child) {
  margin-right: 20px;
}

.sec-main .slick-slider .slick-dots li button {
  border: 0 solid transparent;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sec-main .slick-slider .slick-dots li button::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec-main .slick-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border-color: #fbc813;
  border-width: 2px;
  background-color: transparent;
}

.sec-main .slider-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 100vh;
	overflow: hidden;
}

.sec-main .slider-item::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 6;
  opacity: .15;
  background-image: radial-gradient(circle 397px at 50% 48.18%, rgba(50, 50, 50, 0) 0%, rgba(0, 57, 67, 0.25) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(44, 44, 44, 0)), color-stop(72%, rgba(0, 57, 67, 0.6)), to(rgba(0, 57, 67, 0.8)));
  background-image: -webkit-radial-gradient(circle 397px at 50% 48.18%, rgba(50, 50, 50, 0) 0%, rgba(0, 57, 67, 0.25) 100%), -webkit-linear-gradient(top, rgba(44, 44, 44, 0) 0%, rgba(0, 57, 67, 0.6) 72%, rgba(0, 57, 67, 0.8) 100%);
  background-image: radial-gradient(circle 397px at 50% 48.18%, rgba(50, 50, 50, 0) 0%, rgba(0, 57, 67, 0.25) 100%), linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, rgba(0, 57, 67, 0.6) 72%, rgba(0, 57, 67, 0.8) 100%);
}

.sec-main .slider-item::after {
  position: absolute;
  content: '';
  height: 100vh;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 6;
  opacity: .5;
  background: -webkit-gradient(linear, left bottom, left top, from(#003943), color-stop(60%, rgba(0, 57, 67, 0)), color-stop(80%, rgba(0, 57, 67, 0)), to(rgba(0, 57, 67, 0)));
  background: -webkit-linear-gradient(bottom, #003943 0%, rgba(0, 57, 67, 0) 60%, rgba(0, 57, 67, 0) 80%, rgba(0, 57, 67, 0) 100%);
  background: linear-gradient(to top, #003943 0%, rgba(0, 57, 67, 0) 60%, rgba(0, 57, 67, 0) 80%, rgba(0, 57, 67, 0) 100%);
}

.sec-main .slider-item--dobropg img {
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-main .block-menu {
  max-width: 945px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 0;
}

.sec-main .block-menu .search {
  margin-left: auto;
}

.sec-main .block-menu .line {
  padding: 10px 0;
  font-size: 0;
}

.sec-main .block-menu header {
  padding: 0 40px;
}

/* section main end */

/* section error */

.page-404 {
  -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;
}

.page-404 main {
  width: 100%;
}

.sec-error h1 {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 116px;
  font-weight: 600;
  line-height: 49px;
  text-align: right;
}

.sec-error p {
  margin-bottom: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.166;
}

.sec-error a {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.142;
}

.sec-error a:hover {
  text-decoration: underline;
}

/* section error end*/

/* menu */

.menu ul {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul li {
  margin-bottom: 10px;
}

.menu ul li a {
  white-space: nowrap;
  color: rgba(255, 255, 255, 1.0);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu ul li a:hover {
  color: #fbc813;
}

/* menu end */

/* search */

.search {
  position: relative;
  width: 100px;
  -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search.header-inner-page:hover:before {
  background-color: #d92d82;
}

.search.header-inner-page input[type="text"] {
  color: rgba(105, 105, 105, 0.5);
}

.search.header-inner-page input[type="text"]:focus {
  border-color: rgba(105, 105, 105, 0.5);
}

.search.header-inner-page input[type="text"]:focus + .btn-search .icon-search:before {
  color: rgba(105, 105, 105, 0.5);
}

.search.header-inner-page .icon-search:before {
  color: rgba(105, 105, 105, 0.5);
}

.search:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 10px;
  right: 7px;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search input[type="text"] {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
  color: #f4b62b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 2px 30px 1px 10px;
  -webkit-transition: border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search input[type="text"]::-webkit-input-placeholder {
  color: #f4b62b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.search input[type="text"]::-moz-placeholder {
  color: #f4b62b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.search input[type="text"]:-moz-placeholder {
  color: #f4b62b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.search input[type="text"]:-ms-input-placeholder {
  color: #f4b62b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.search input[type="text"]:focus {
  border-color: #f3b32d;
}

.search .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0;
}

.search .icon-search {
  font-size: 14px;
  color: #f3b32d;
}

.search._js-focus {
  width: 145px;
}

.search._js-focus:hover:before {
  background-color: transparent;
}

.search:hover:before {
  background-color: #f4b62b;
}

/* search end */

/* definition */

.definition-links-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.definition-links-columns .definition-links {
  padding: 0 15px;
}

.definition-links li:not(:last-child) {
  margin-bottom: 11px;
}

.definition-links li a {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.definition-links li a:hover {
  border-bottom-color: #d92d82;
}

.definition-links + .description {
  margin-top: 60px;
}

.definition--border h1,
.definition--border h2 {
  position: relative;
  padding-bottom: 16px;
}

.definition--border h1:before,
.definition--border h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #d9d9d9;
}

.definition_bg-white {
  background-color: #fff;
}

.definition h1,
.definition h2 {
  margin-bottom: 30px;
}

.definition h3 {
  margin-bottom: 13px;
  line-height: 1.115;
}

.definition__h3 {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 13px;
  color: rgba(29, 29, 29, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.192;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-bottom-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.definition__h3.pink {
  color: #d92d82;
}

.definition__h3.pink:hover {
  border-bottom-color: #d92d82;
}

.definition__h3.black {
  color: #000;
}

.definition__h3.white {
  color: #fff;
}

.definition__h3:hover {
  border-bottom-color: rgba(29, 29, 29, 0.9);
}

.definition p + p {
  margin-top: 10px;
}

.definition a.link + p {
  margin-top: 30px;
}

.definition p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.definition p iframe {
  width: 100% !important;
  height: 445px !important;
}
@media screen and (max-width: 991px) {
  .definition p iframe {
    height: 355px !important;
  }
}
@media screen and (max-width: 767px) {
  .definition p iframe {
    height: 300px !important;
  }
}
@media screen and (max-width: 574px) {
  .definition p iframe {
    height: 250px !important;
  }
}
@media screen and (max-width: 399px) {
  .definition p iframe {
    height: 200px !important;
  }
}

.definition p b {
  font-weight: 700;
}

.definition p + .more {
  margin-top: 20px;
}

.definition .wrap-btn {
  margin-top: 30px;
  max-width: 227px;
}

.definition + .wrap-btn {
  margin-top: 60px;
}

.definition--avatar {
  position: relative;
  z-index: 1;
}

.definition--quotes {
  position: relative;
  min-height: 279px;
}

.definition--quotes:after,
.definition--quotes:before {
  position: absolute;
  content: '';
  width: 99px;
  height: 86px;
  background-size: contain;
  opacity: .5;
}

.definition--quotes:after {
  top: 44%;
  left: 56%;
  background: url("../img/general/quotes.png") no-repeat 0 0;
}

.definition--quotes:before {
  top: 10%;
  left: 0;
  background: url("../img/general/quotes-1.png") no-repeat 0 0;
}

.definition__avatar {
  position: absolute;
  right: -101px;
  top: 25px;
  width: 202px;
  height: 202px;
  border: 9px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.definition__avatar img {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.definition__avatar span {
  white-space: nowrap;
  position: absolute;
  bottom: -25px;
  left: -30px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* definition end */

/* sec-definition */

.page-news_article .sec-definition .definition {
  max-width: none;
}

.page-news_article .sec-definition .definition h1,
.page-news_article .sec-definition .definition h2 {
  margin-top: 85px;
}

.sec-post + .sec-position {
  margin-top: 60px;
}

.page-main .sec-definition {
  margin-top: 60px;
}

.sec-definition {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 30px;
}

.sec-definition + .sec-definition {
  margin: 60px auto;
}

.sec-definition .container,
.sec-definition .container-fluid {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-definition picture {
  text-align: center;
}

.sec-definition .definition--border h1::before,
.sec-definition .definition--border h2::before {
  left: -100px;
  right: -50px;
  min-width: 450px;
}

.sec-definition .definition h1,
.sec-definition .definition h2 {
  letter-spacing: 1px;
}

.sec-definition--reserve .container,
.sec-definition--reserve .container-fluid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-definition--reserve .container .definition--border h1,
.sec-definition--reserve .container .definition--border h2,
.sec-definition--reserve .container-fluid .definition--border h1,
.sec-definition--reserve .container-fluid .definition--border h2 {
  display: block;
  z-index: 1;
}

.sec-definition--reserve .container .definition--border h1::before,
.sec-definition--reserve .container .definition--border h2::before,
.sec-definition--reserve .container-fluid .definition--border h1::before,
.sec-definition--reserve .container-fluid .definition--border h2::before {
  left: 0;
  right: -100px;
}

/* sec-definition end */

/* sec-definition correct */

/* sec-definition correct end */

/* section tradition */

.sec-tradition {
  position: relative;
  background: no-repeat 50% 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px;
}

.sec-tradition .tradition {
  margin: auto;
  max-width: 910px;
}

.tradition {
  position: relative;
  z-index: 1;
}

.tradition .definition {
  background-color: #fff;
}

.tradition__rectangle {
  display: block;
  position: absolute;
  top: 7%;
  right: 20px;
  z-index: -1;
  width: 374px;
}

.tradition__rectangle img {
  display: block;
  max-width: 374px;
  width: 100%;
  height: 468px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.tradition__culture h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.065;
  margin-bottom: 82px;
}

.tradition__definition {
  padding: 30px 60px;
  max-width: 580px;
}

.tradition__definition p + .more {
  margin-top: 30px;
}

.tradition__i-tradition {
  margin-top: -9px;
  margin-bottom: -21px;
  margin-left: 156px;
}

.tradition__i-tradition img {
  width: 613px;
}

.tradition__btn {
  position: relative;
}

.tradition__btn .geolocation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
}

.tradition__btn .btn {
  margin: auto;
}

/* section tradition end */

/* sec-video */

.sec-video {
  position: relative;
  background-position: 50% 0;
  background-size: auto;
  background-repeat: repeat;
  background-color: #f9f0c8;
  padding-top: 145px;
  padding-bottom: 67px;
  text-align: center;
}

.video {
  display: inline-block;
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.video__head {
  text-align: left;
  margin: 0 auto 50px;
}

.video__iframe {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sec-video end */

/* sec-blogs */

.sec-blogs {
  position: relative;
  background: no-repeat 50% 0;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.sec-blogs .definition p {
  line-height: 1.428;
}

.sec-blogs .definition p + .more {
  margin-top: 24px;
}

.sec-blogs .definition__blog-text {
  display: block;
  text-align: right;
  padding-right: 15%;
  padding-top: 10px;
}

.sec-blogs .wrap-btn {
  position: relative;
  z-index: 1;
}

.sec-blogs .wrap-btn a {
  margin: auto;
}

.blogs__title--border {
  margin-bottom: 53px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
}

.blogs__definition {
  position: relative;
  z-index: 1;
}

.blogs__definition .definition {
  max-width: 562px;
  margin: auto;
  padding: 46px 140px 26px 31px;
}

.blogs__definition .definition__picture-1 {
  display: block;
  position: absolute;
  top: 57px;
  left: 37px;
  z-index: -1;
}

.blogs__definition .definition__picture-1 img {
  display: block;
  width: 100%;
  max-width: 453px;
  height: 252px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.blogs__definition .definition__picture-2 {
  display: block;
  position: absolute;
  top: -120px;
  right: 4px;
  z-index: -1;
}

.blogs__definition .definition__picture-2 img {
  display: block;
  width: 100%;
  max-width: 339px;
  height: 270px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

/* sec-blogs end */

.media-items-two {
  padding-top: 0;
  padding-bottom: 60px;
}

.media-items-two__inner {
  width: 82.83%;
  margin: 0 auto;
}

.media-items-two h1 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.media-items-two h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-two h1.gradient {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  padding-bottom: 15px;
}

.media-items-two h1.gradient:before {
  width: 60px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f596c7), to(#ffefc4));
  background-image: -webkit-linear-gradient(left, #f596c7, #ffefc4);
  background-image: linear-gradient(to right, #f596c7, #ffefc4);
}

.media-items-two h2 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.media-items-two h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-two h2.gradient {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  padding-bottom: 15px;
}

.media-items-two h2.gradient:before {
  width: 60px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f596c7), to(#ffefc4));
  background-image: -webkit-linear-gradient(left, #f596c7, #ffefc4);
  background-image: linear-gradient(to right, #f596c7, #ffefc4);
}

.media-items-two__list {
  width: 100%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-items-two__list-item {
  width: 48.68%;
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 30px;
}

.media-items-two__item-video {
  width: 100%;
  height: 312px;
}

.media-items-two__item-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-items-two__item-info {
  padding: 15px 0 12px;
  height: -webkit-calc(100% - 312px);
  height: calc(100% - 312px);
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-items-two__info-title {
  color: rgba(29, 29, 29, 0.8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-items-two__info-title:hover {
  color: #d92d82;
}

.media-items-two__info-title + .geolocation {
  margin-bottom: 20px;
}

.media-items-two__info-title + .geolocation:hover i.icon {
  border-color: #000;
  color: #000;
}

.media-items-two__info-title + .geolocation:hover span {
  color: #000;
}

.media-items-two__info-title + .geolocation i.icon {
  border-color: rgba(29, 29, 29, 0.5);
  color: rgba(29, 29, 29, 0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-items-two__info-title + .geolocation span {
  color: rgba(29, 29, 29, 0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-items-two .btn {
  margin: 0 auto;
}

.media-items-three {
  padding-top: 90px;
  padding-bottom: 60px;
}

.media-items-three.photo {
  padding-top: 0;
}

.media-items-three.blog {
  background: url(../img/general/blogs-bg-yellow.jpg) no-repeat center bottom;
  background-size: 100% 87%;
}

.media-items-three__inner {
  width: 82.83%;
  margin: 0 auto;
  position: relative;
}

.media-items-three h1 {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.media-items-three h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-three h1.blog {
  margin-top: 30px;
  margin-bottom: 90px;
  color: #000;
}

.media-items-three h2 {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.media-items-three h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-three h2.gradient {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  padding-bottom: 15px;
}

.media-items-three h2.gradient:before {
  width: 60px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f596c7), to(#ffefc4));
  background-image: -webkit-linear-gradient(left, #f596c7, #ffefc4);
  background-image: linear-gradient(to right, #f596c7, #ffefc4);
}

.media-items-three h2.blog {
  margin-top: 30px;
  margin-bottom: 90px;
  color: #000;
}

.media-items-three__list {
  width: 100%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-items-three__list.comment {
  position: relative;
  z-index: 3;
}

.media-items-three__list-item {
  width: 30.82%;
  min-height: 417px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.media-items-three__list-item.photo,
.media-items-three__list-item.comment {
  min-height: 0;
}

.media-items-three__item-image {
  width: 100%;
  height: 227px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-items-three__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-items-three__item-info {
  padding: 15px 30px 23px;
  height: -webkit-calc(100% - 227px);
  height: calc(100% - 227px);
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-items-three__info-date {
  color: rgba(29, 29, 29, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.media-items-three__info-title {
  color: rgba(29, 29, 29, 0.7);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-items-three__info-title:hover {
  color: #d92d82;
}

.media-items-three__info-title.comment {
  margin-bottom: 20px;
}

.media-items-three__info-title + .geolocation {
  margin-bottom: 20px;
}

.media-items-three__info-title + .geolocation:hover i.icon {
  border-color: #000;
  color: #000;
}

.media-items-three__info-title + .geolocation:hover span {
  color: #000;
}

.media-items-three__info-title + .geolocation i.icon {
  border-color: rgba(29, 29, 29, 0.5);
  color: rgba(29, 29, 29, 0.5);
}

.media-items-three__info-title + .geolocation span {
  color: rgba(29, 29, 29, 0.5);
}

.media-items-three__info-descr {
  color: rgba(49, 49, 49, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: auto;
}

.media-items-three__info-descr.bold {
  font-weight: 700;
}

.media-items-three__info-author {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -50px;
  margin-left: -15px;
  margin-bottom: 15px;
}

.media-items-three__info-author .image {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.media-items-three__info-author .name {
  color: #8f8f8f;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 11px;
  margin-left: 14px;
}

.media-items-three .btn {
  margin: 0 auto;
}

.media-items-three__photo {
  width: 100%;
  height: 227px;
  position: relative;
}

.media-items-three__photo-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.media-items-three__photo-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), color-stop(12%, rgba(20, 20, 20, 0.5)), color-stop(30%, rgba(20, 20, 20, 0.2)), color-stop(51%, rgba(20, 20, 20, 0)), color-stop(68%, rgba(20, 20, 20, 0.2)), color-stop(82%, rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.5) 12%, rgba(20, 20, 20, 0.2) 30%, rgba(20, 20, 20, 0) 51%, rgba(20, 20, 20, 0.2) 68%, rgba(20, 20, 20, 0.5) 82%, rgba(20, 20, 20, 0.7) 100%);
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.5) 12%, rgba(20, 20, 20, 0.2) 30%, rgba(20, 20, 20, 0) 51%, rgba(20, 20, 20, 0.2) 68%, rgba(20, 20, 20, 0.5) 82%, rgba(20, 20, 20, 0.7) 100%);
}

.media-items-three__photo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-items-three__photo-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-items-three__photo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  padding: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-items-three__photo-top:hover {
  color: #d92d82;
}

.media-items-three__photo-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;
  padding: 10px 20px 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.media-items-three__photo-bottom .geolocation {
  pointer-events: auto;
}

.media-items-three__photo-bottom .download {
  pointer-events: auto;
}

.media-items-three__blog-bg {
  position: absolute;
  top: -120px;
  right: -2%;
  z-index: 1;
}

.records-blogger .media-items-three__inner .btn-temp-1 {
  margin-top: 45px;
}

.records-blogger .media-items-three__list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

.records-blogger .media-items-three__list-item:not(:last-child) {
  margin-right: 30px;
}

.media-items-four {
  padding-top: 60px;
  padding-bottom: 60px;
}

.media-items-four__inner {
  width: 82.83%;
  margin: 0 auto;
}

.media-items-four h1 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.media-items-four h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-four h2 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.media-items-four h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.media-items-four__list {
  width: 100%;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-items-four__list-item {
  width: 22.43%;
  min-height: 245px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.media-items-four__item-image {
  width: 100%;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-items-four__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-items-four__item-info {
  padding: 10px 15px 15px;
  height: -webkit-calc(100% - 227px);
  height: calc(100% - 227px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-items-four__item-left {
  margin-right: 11px;
}

.media-items-four__info-date {
  color: rgba(29, 29, 29, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

.media-items-four__info-title {
  color: #d92d82;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid transparent;
}

.media-items-four__info-title:hover {
  border-color: #d92d82;
}

.media-items-four__info-descr {
  color: rgba(29, 29, 29, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.media-items-four .btn {
  margin: 0 auto;
}

.photo-video {
  background: url(../img/general/photo-video-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.photo-video__inner {
  width: 72.83%;
  margin: 0 auto;
}

.photo-video h2 {
  color: #fff;
  margin-bottom: 30px;
}

.photo-video .slider-3d {
  margin-bottom: 30px;
  padding-bottom: 29px;
}

.photo-video__bottom {
  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;
}

.photo-video__buttons {
  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;
}

.photo-video__buttons button:nth-child(1) {
  margin-right: 30px;
}

.photo-video__preview {
  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: 510px;
  margin-bottom: 60px;
}

.photo-video__preview-link {
  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-align: center;
  width: 50%;
  height: 100%;
}

.photo-video__preview-link.photos {
  background: url(../img/general/photo-video-preview-photo.jpg) no-repeat center center;
  background-size: cover;
}

.photo-video__preview-link.videos {
  background: url(../img/general/photo-video-preview-video.jpg) no-repeat center center;
  background-size: cover;
}

.photo-video__preview-link span {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  padding: 30px 0;
}

.photo-video__preview-link span:before {
  width: 150px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(236, 44, 145, 0.7)), to(rgba(255, 193, 20, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(236, 44, 145, 0.7) 1%, rgba(255, 193, 20, 0.7) 100%);
  background-image: linear-gradient(90deg, rgba(236, 44, 145, 0.7) 1%, rgba(255, 193, 20, 0.7) 100%);
}

/* sec-add */

.sec-add {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-bottom: 59px;
}

.add {
  display: block;
  min-height: 430px;
  padding: 112px 70px;
  background: no-repeat 0 0;
  background-size: cover;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

/* sec-add end */

/* sec-logos */

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

.logos__row:not(:last-child) {
  margin-bottom: 63px;
}

.logos__col:last-child {
  padding-left: 50px;
}

.logos__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.logos__reverse .logos__col:first-child {
  padding-right: 50px;
  padding-left: 0;
}

.logos__reverse .logos__col:last-child {
  padding-left: 0;
}

.logos__reverse .logos__title {
  margin-top: 72px;
}

.logos__title {
  margin-top: 49px;
  margin-bottom: 3px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.logos__text {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.logos picture img {
  max-width: none;
}

/* sec-logos end */

/* nav-scroll */

.nav-scroll {
  position: fixed;
  bottom: 91px;
  left: -webkit-calc(50% - 563px);
  left: calc(50% - 563px);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
}

.nav-scroll._js-fixed-stop {
  position: absolute;
}

.nav-scroll span {
  display: block;
  position: absolute;
  top: -50px;
  left: -33px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 4.67px;
}

.nav-scroll ul li a {
  display: block;
  height: 11px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), height 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), height 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.nav-scroll ul li a.active {
  height: 22px;
  background-color: rgba(217, 45, 130, 0.6) !important;
}

.nav-scroll ul li:not(:last-child) {
  margin-bottom: 4px;
}

.nav-scroll.nav-scroll_grey ul li a {
  background-color: rgba(54, 54, 54, 0.3);
}

/* nav-scroll end */

/* description */

.wrap-description .wrap-btn a {
  margin: auto;
}

.wrap-description + .wrap-description {
  margin-top: 55px;
}

.wrap-description .row + .row {
  margin-top: 25px;
}

.wrap-description p + dl {
  margin-top: 20px;
}

.wrap-description dl + dl {
  margin-top: 20px;
}

.wrap-description dl dt {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.wrap-description dl dd {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.wrap-description picture img {
  display: block;
}

figure {
  display: inline-block;
}

figure img {
  display: block;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

figure figcaption {
  text-align: left;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.description-geography-position .description {
  margin-top: 60px;
  padding-right: 10px;
}

.description-political-system .description {
  margin-bottom: 30px;
  padding-right: 25px;
}

.description h4 {
  margin-bottom: 20px;
}

.description p + dl {
  margin-top: 20px;
}

.description p + h6 {
  margin-top: 20px;
}

.description p + p {
  margin-top: 20px;
}

.description p + h3 {
  margin-top: 20px;
}

.description p + .description-list {
  margin-top: 20px;
}

.description .pad-right-100 + .description-list {
  margin-top: 20px;
}

.description dl + dl {
  margin-top: 20px;
}

.description dl dt {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.description dl dd {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.description h3.mt-0 {
  margin-bottom: 0;
}

.description h4 {
  margin-bottom: 10px;
}

.description p + p {
  margin-top: 10px;
}

.description p + h4 {
  margin-top: 30px;
}

.description p + figure {
  margin: 20px 0;
}

.description table {
  table-layout: fixed;
}

.description table tr td {
  padding-bottom: 10px;
}

.description table tr td:first-child {
  width: 45%;
}

.description table tr td:last-child {
  width: 55%;
}

.description h6 {
  color: rgba(49, 49, 49, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

h6 + .description-list,
.description-list + h6 {
  margin-top: 20px;
}

.description-list + .description-list {
  margin-top: 20px;
}

.description-list {
  max-width: 840px;
}

.description-list h6 {
  margin-bottom: 20px;
}

.description-list ul li {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-list ul li img {
  margin-right: 10px;
}

.description-list ul li span {
  display: block;
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.description-list ul li:not(:last-child) {
  margin-bottom: 30px;
}

.description-list ol li {
  color: rgba(49, 49, 49, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.description-list ol li:not(:last-child) {
  margin-bottom: 10px;
}

.description p + .description-list-no-mark {
  margin-top: 20px;
}

.description-list-no-mark + .description-list-no-mark {
  margin-top: 20px;
}

.description-list-no-mark h6 {
  margin-bottom: 10px;
}

.description-list-no-mark ul li {
  position: relative;
  padding-left: 30px;
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.description-list-no-mark ul li:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 8px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #313131;
  z-index: 1;
}

.description-list-no-mark ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* description end */

.social-fixed {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 10;
}

.social-fixed ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
}

.social-fixed ul li a > * {
  margin: auto;
}

.social-fixed ul li a.soc-vk {
  background-color: #4c75a3;
}

.social-fixed ul li a.soc-vk i.icon-vk {
  font-size: 21px;
  color: #fff;
}

.social-fixed ul li a.soc-fb {
  background-color: #3b589e;
}

.social-fixed ul li a.soc-fb i.icon-fb {
  font-size: 12px;
  color: #fff;
}

.social-fixed ul li a.soc-inst {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a21e95), color-stop(47%, #c42d65), to(#df973e));
  background-image: -webkit-linear-gradient(top, #a21e95 0%, #c42d65 47%, #df973e 100%);
  background-image: linear-gradient(180deg, #a21e95 0%, #c42d65 47%, #df973e 100%);
}

.social-fixed ul li a.soc-inst i.icon-inst {
  font-size: 13px;
  color: #fff;
}

/* sec-resorts */

.sec-position + .sec-position {
  margin-top: 60px;
}

.sec-position + .gallery-slider {
  margin-top: 60px;
}

.sec-shopping + .sec-resorts {
  margin-top: 40px;
}

.sec-position + .sec-resorts {
  margin-top: 60px;
}

.wrap-description + .resort {
  margin-top: 25px;
}

.resort + .wrap-description {
  margin-top: 55px;
}

.resort + .resort {
  margin-top: 55px;
}

.resort__view {
  font-size: 0;
}

.resort__view h3 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
}

.resort__view > p {
  margin-top: 30px;
}

.resort__content {
  margin-top: 25px;
}

.resort__content p + p {
  margin-top: 10px;
}

.resort__link {
  display: inline-block;
  margin-top: 20px;
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.142;
}

.resort__link:hover {
  text-decoration: underline;
}

.resort__btn-more {
  margin-top: 55px;
}

.resort__btn-more a {
  margin: auto;
}

.resort .geolocation + table {
  margin-top: 20px;
}

.resort table {
  table-layout: fixed;
}

.resort table tr:not(:last-child) td {
  padding-bottom: 15px;
}

.resort table tr td {
  vertical-align: top;
}

.resort table tr td:last-child {
  width: 60%;
}

.resort table + p {
  margin-top: 20px;
}

.resort a + dl {
  margin-top: 20px;
}

.resort .geolocation + p {
  margin-top: 20px;
  padding-right: 10px;
}

.resort dl + dl {
  margin-top: 10px;
}

.resort dl dt {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.resort dl dd {
  color: #313131;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* sec-resorts end */

/* sec-direction-map */

.sec-direction-map .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.dir-img {
  position: absolute;
  top: 15px;
  left: 0;
}

.dir-map__title {
  position: relative;
  padding-left: 90px;
  padding-bottom: 20px;
  margin-bottom: 59px;
  z-index: 1;
}

.dir-map__title:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 820px;
  height: 2px;
  background-color: #d9d9d9;
}

.dir-map__content {
  position: relative;
  z-index: 1;
  padding: 84px 90px 106px;
}

.dir-map__article {
  max-width: 555px;
  min-height: 272px;
}

.dir-map__img-left {
  left: 0;
  bottom: 0;
}

.dir-map__img-right {
  top: 0;
  right: 0;
}

.dir-map__img-right,
.dir-map__img-left {
  z-index: -1;
  position: absolute !important;
  display: block;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.dir-map__img-right img,
.dir-map__img-left img {
  display: block;
}

.dir-map .wrap-btn {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-left: 68px;
}

/* sec-direction-map end */

/* article */

.sec-picture {
  padding: 30px 0 66px;
}

.sec-picture .article {
  max-width: 557px;
  background-color: rgba(55, 55, 55, 0.8);
}

.article {
  padding: 30px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.article__server {
  margin-bottom: 15px;
}

.article__server a {
  color: rgba(49, 49, 49, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1666;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  border-bottom: 1px solid transparent;
}

.article__server a:hover {
  color: #313131;
  border-bottom-color: #313131;
}

.article__title {
  margin-bottom: 10px;
}

.article__title h1,
.article__title h2 {
  font-size: 46px;
}

.article__title h3 a {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.article__title h3 a:hover {
  border-bottom-color: #f92d82;
}

.article__title h1 + h3,
.article__title h2 + h3 {
  margin-top: 40px;
}

.article__more {
  margin-top: 30px;
}

.article__table table {
  table-layout: fixed;
}

.article__table table tr:not(:last-child) td {
  padding-bottom: 10px;
}

.article__table table tr td {
  vertical-align: top;
}

.article__table table tr td:first-child {
  width: 40%;
}

.article__table table tr td:last-child {
  width: 60%;
}

.article.article_black * {
  color: rgba(255, 255, 255, 0.7);
}

.article.article_black a {
  text-decoration: underline;
}
.article.article_black a:hover {
  text-decoration: none;
}

/* article end */

.slider-3d {
  position: relative;
}

.slider-3d .flipster__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  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;
}

.slider-3d .flipster__nav__item {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.slider-3d .flipster__nav__item:not(:last-child) {
  margin-right: 5px;
}

.slider-3d .flipster__nav__item--current {
  width: 20px;
  background-color: #d92d82;
}

.slider-3d .flipster__nav__link {
  padding: 0;
  font-size: 0;
}

.slider-3d .flipster__button {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

.slider-3d .flipster__button:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid transparent;
}

.slider-3d .flipster__button:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-3d .flipster__button svg {
  display: none;
}

.slider-3d .flipster__button--prev {
  left: 9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-3d .flipster__button--prev:hover:before {
  border-right-color: #fff;
}

.slider-3d .flipster__button--prev:before {
  border-left-width: 0;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
}

.slider-3d .flipster__button--next {
  right: 9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-3d .flipster__button--next:hover:before {
  border-left-color: #fff;
}

.slider-3d .flipster__button--next:before {
  border-right-width: 0;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
}

.slider-3d .flipster--coverflow .flipster__item__content {
  -webkit-box-reflect: inherit;
  box-reflect: inherit;
}

.page-blog_article .flipster__nav__item {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-blog_article .flipster__nav__item--current {
  background-color: #d92d82;
}
/* gallery-slider */

.gallery-slider {
  padding: 150px 0 40px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.gallery-slider_not-img {
  padding-top: 0 !important;
}

.gallery-slider_not-img .flipster__nav__item {
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery-slider_not-img .flipster__nav__item--current {
  background-color: #d92d82;
}

.gallery-slider__title {
  text-align: center;
  margin-bottom: 28px;
}

.gallery-slider__title span {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.gallery-slider__slider {
  width: 80%;
  margin: 0 auto 30px;
  padding-bottom: 30px;
}

.gallery-slider__slider .flipster__button--prev {
  left: 13%;
}

.gallery-slider__slider .flipster__button--next {
  right: 13%;
}
/* gallery-slider end */

/* recipe */

.description + .wrap-recipe {
  margin-top: 30px;
}

.wrap-recipe {
  margin-left: auto;
  margin-right: 80px;
  max-width: 1042px;
}

.recipe + .recipe {
  margin-top: 30px;
}

.recipe__content h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.recipe__content table {
  table-layout: fixed;
}

.recipe__content table tr:not(:last-child) td {
  padding-bottom: 15px;
}

.recipe__content table tr td {
  vertical-align: top;
}

.recipe__content table tr td:last-child {
  width: 75%;
}

.recipe__img img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.recipe__wrap-btn {
  margin-top: 30px;
  text-align: center;
}

.recipe__wrap-btn .wrap-btn {
  display: inline-block;
}

/* recipe end */

/* partners-links */

.partners-links {
  font-size: 0;
  margin-top: 40px;
}

.partners-links__col {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
}

.partners-links__item {
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 260px;
}

.partners-links__link-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.142;
  z-index: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: border-bottom-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.partners-links__link-text:hover {
  border-bottom-color: #d92d82;
}

/* partners-links end */

/* sec-send */

.sec-send {
  padding: 150px 0 40px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/* sec-send end */

/* sight */

.wrap-description + .wrap-sight {
  margin-top: 40px;
}

.wrap-sight .sight {
  margin-bottom: 30px;
}

.wrap-sight .wrap-btn a {
  margin: auto;
}

.sight__slider .slick-arrow {
  position: absolute;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sight__slider .slick-arrow i.icon {
  font-size: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.sight__slider .slick-arrow:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.sight__slider .slick-arrow:hover i.icon {
  color: white;
}

.sight__slider .slick-next {
  right: 5.5%;
}

.sight__slider .slick-prev {
  left: 5.5%;
}

.sight__slider .slick-prev i.icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sight__slider-item {
  display: block;
}

.sight__content {
  background-color: #fff;
  padding: 15px 30px;
}

.sight__title {
  display: inline-block;
  margin-bottom: 7px;
  color: rgba(29, 29, 29, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sight__title:hover {
  color: #d92d82;
  border-bottom-color: #d92d82;
}

.sight__geolocation {
  display: inline-block;
  margin-bottom: 10px;
}

.sight__more {
  margin-top: 20px;
}

/* sight end */

/* sec-picture */

.sec-picture {
  min-height: 555px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

/* sec-picture end */

/* avatar */

.avatar {
  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;
}

.avatar picture {
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.avatar span {
  white-space: nowrap;
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.115;
}

/* avatar end */

/* post */

.page-blog_article .sec-post {
  margin-top: 85px;
}

.post__avatar {
  margin-bottom: 20px;
}

.post__social {
  margin-top: 20px;
}

.post p + p {
  margin-top: 20px;
}

/* post end */

/* event */

.page-why .sec-picture {
  padding: 60px 0;
}

.wrap-events h1,
.wrap-events h2 {
  margin-bottom: 126px;
}

.wrap-events .event + .wrap-btn {
  margin-top: 124px;
}

.wrap-events .wrap-btn a {
  margin: auto;
}

.event {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.event__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 30px;
  background-color: #fff;
}

.event__date span {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.45px;
}

.event__date small {
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.115;
}

.event__text time {
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.065;
}

.event__text h3 {
  margin-bottom: 40px;
}

.event__text h3 a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.192;
  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event__text h3 a:hover {
  color: #d92d82;
}

.event__text .geolocation i {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

.event__text .geolocation span {
  color: rgba(0, 0, 0, 0.5);
}

.event__text .geolocation:hover i {
  border-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

.event__text .geolocation:hover span {
  color: rgba(0, 0, 0, 0.8);
}

.event__img {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -45%;
  z-index: -1;
  display: block;
}

.event__img img:first-child {
  display: block;
}

.event__img img:last-child {
  display: none;
  width: 100%;
}

/* event end */

/* map */

.map {
  /*padding-top: 90px;*/
  padding-top: 40px;
  padding-bottom: 60px;
  background: url(../img/general/map-bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
}

.map .container {
  max-width: 1200px;
}

.map__inner {
  width: 100%;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map h1 {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.map h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.91%;
  height: 1px;
  background-color: #d9d9d9;
}

.map__descr {
  color: rgba(0, 0, 0, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 65px;
}

.map__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.map__image {
  position: relative;
  width: 370px;
  margin: 0 auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.map__image.active {
  margin-right: 50px;
  margin-left: 0;
}

.map__side {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.map__side > g {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.map__side.active > g {
  fill: #ec2c91;
}

.map__side.active > g.active {
  fill: #fff !important;
}

.map__dots circle {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  pointer-events: none;
}

.map__dots circle.active {
  fill: #fff;
  stroke: #000;
}

.map__name {
  position: absolute;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  pointer-events: none;
  text-shadow: 0 0 0 transparent;
}

.map__name.active {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.map__name.north {
  /*top: 40px;*/
  /*left: 75px;*/
    top: 50px;
    left: 225px;
}

.map__name.north-east {
    right: 24px;
    top: 150px;
}

.map__name.central {
  /*top: 225px;*/
  /*left: 100px;*/
    top: 235px;
    left: 175px;
}

.map__name.west {
  top: 258px;
  left: 30px;
}

.map__name.east {
  /*top: 320px;*/
  /*right: 120px;*/
    top: 280px;
    right: 121px;
}

.map__name.south {
  /*top: 502px;*/
  /*left: 70px;*/
  top: 506px;
  left: 216px;
}

.map__region-wrap {
  width: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: margin .3s linear, width .3s linear .5s, opacity .3s linear, height .3s linear;
  transition: margin .3s linear, width .3s linear .5s, opacity .3s linear, height .3s linear;
}

.map__region-wrap.active {
  -webkit-transition: margin .3s linear, width .3s linear, opacity .3s linear .5s, height .3s linear;
  transition: margin .3s linear, width .3s linear, opacity .3s linear .5s, height .3s linear;
  width: 330px;
  opacity: 1;
  margin: 0 auto;
}

.map__region {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map__region.active {
  opacity: 1;
  visibility: visible;
}

.map__region-title {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: rgba(29, 29, 29, 0.7);
  padding-bottom: 15px;
  /*border-bottom: 2px solid rgba(217, 217, 217, 0.7);*/
  /*margin-bottom: 30px;*/
}

.map__region-provinces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map__region-provinces-column {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map__region-provinces-column:first-child {
  margin-right: 30px;
}

.map__region-provinces-column button, .map__region-provinces-column a {
  text-align: left;
  padding: 0;
  background: none;
  border-style: none;
  outline: none;
  color: rgba(136, 127, 127, 0.7);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: default;
}

.map__region-provinces-column .province {
  color: #000;
  cursor: pointer;
}
.map__region-provinces-column .province.active {
  color: #ec2c91;
}

.map__region-provinces-column button:not(:last-child) {
  margin-bottom: 20px;
}
.map__region-provinces-column a:not(:last-child) {
  margin-bottom: 20px;
}

.map__description {
  margin-top: 75px;
  min-height: 210px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  width: 0;
  margin-left: 0;
  -webkit-transition: width .3s linear .5s, margin-left .3s linear .5s, opacity .3s linear;
  transition: width .3s linear .5s, margin-left .3s linear .5s, opacity .3s linear;
  opacity: 0;
}

.map__description.active {
  width: 360px;
  margin-left: 45px;
  opacity: 1;
  -webkit-transition: width .3s linear, margin-left .3s linear, opacity .3s linear .5s;
  transition: width .3s linear, margin-left .3s linear, opacity .3s linear .5s;
}

.map__description-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

.map__description-inner.active {
  opacity: 1;
  visibility: visible;
}

.map__description-text {
  color: rgba(29, 29, 29, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}

.map__description-close {
  display: none;
}

.map__description-close span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.7);
}

.map__description-close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.map__description-close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* map end */

/* parallax img */

.parallax-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.parallax-img-wrap--calendar {
  background-position: 0 0;
}

.sec-definition--reserve .parallax-img-wrap--activity img {
  margin-left: -21%;
}

/* parallax img end */

.calendar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.calendar__year {
  color: rgba(29, 29, 29, 0.9);
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-right: 71px;
}

.calendar__inner {
  width: 360px;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calendar__months {
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  position: relative;
	margin: 0 auto;
}

.calendar__months:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.calendar__months:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 75px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.calendar__months .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: none;
  width: 0;
  height: 0;
  font-size: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}


.datepicker{
	position: relative;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}


    
.datepicker .prev {
 
  border-left: 0 solid transparent;
  border-right: 11px solid rgba(51, 51, 51, 0.4);
   
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: none;
  width: 0;
  height: 0;
 /* font-size: 0;*/
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.datepicker .next {
 
  border-right: 0 solid transparent;
  border-left: 11px solid rgba(51, 51, 51, 0.4);
   
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: none;
  width: 0;
  height: 0;
 /* font-size: 0;*/
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active{
	    background: #d92d82;
}

.datepicker-switch {
  color: rgba(29, 29, 29, 0.5);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.datepicker-switch:hover {
  color: #db2782;
}


.table-condensed thead tr:nth-child(2) {
    display: none;
}


.calendar__month.slick-current {
  color: #db2782;
  font-weight: 600;
}

.calendar__block {
  margin-top: 25px;
  width: 100%;
}

.calendar__block .datepicker-inline {
  width: 100%;
}

.calendar__block .datepicker table {
  width: 100%;
}
/*
.calendar__block .datepicker table tr {
  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;
}

.calendar__block .datepicker table td {
  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;
}
*/
.calendar__block .day {
  width: 38px;
  height: 44px;
  padding: 0;
  color: rgba(29, 29, 29, 0.9) !important;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.calendar__block .day.old,
.calendar__block .day.new {
  color: rgba(29, 29, 29, 0.5) !important;
}

.calendar__block .day.active {
  background: #d92d82 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.calendar__block .table-condensed thead {
 /* display: none;*/
}

.calendar__all {
  margin-top: 25px;
}

.calendar__all button {
  background: none;
  outline: none;
  padding: 0;
  border: none;
  color: #d92d82;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.calendar__all button:hover {
  border-bottom-color: #d92d82;
}

.calendar__event-wrap {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calendar__select-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.calendar__select-date .number {
  color: #d92d82;
  font-family: Montserrat, sans-serif;
  font-size: 116px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 6px;
  border-bottom: 2px solid #ef218f;
  padding-bottom: 13px;
}

.calendar__select-date .month {
  color: #d92d82;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 28px;
  margin-left: 25px;
}

.calendar__event-list {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calendar__event-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calendar__event-list-item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 60px;
}

.calendar__event-left {
  max-width: 650px;
  padding-right: 18px;
}

.calendar__event-left-inner {
  max-width: 425px;
  padding-top: 54px;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calendar__event-left-inner .geolocation {
  margin-top: 30px;
}

.calendar__event-left-inner .geolocation:hover i.icon {
  border-color: #000;
  color: #000;
}

.calendar__event-left-inner .geolocation:hover span {
  color: #000;
}

.calendar__event-left-inner .geolocation i.icon {
  border-color: #8e8e8e;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #8e8e8e;
}

.calendar__event-left-inner .geolocation span {
  color: #8e8e8e;
}

.calendar__event-time {
  color: rgba(29, 29, 29, 0.9);
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 13px;
}

.calendar__event-title {
  color: rgba(29, 29, 29, 0.9);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.calendar__event-title.active,
.calendar__event-title:hover {
  color: #d92d82;
}

.calendar__event-descr {
  color: rgba(29, 29, 29, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.calendar__event-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.calendar__event-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.calendar__event-info-row .left {
  width: 142px;
  color: rgba(29, 29, 29, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.calendar__event-info-row .right {
  color: rgba(29, 29, 29, 0.7);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.calendar__event-right {
  width: 600px;
  height: 360px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.calendar__event-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.calendar__event-more {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  padding: 0;
  background-color: rgba(22, 22, 22, 0.8);
  border: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 526px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  width: 82.83%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  background-color: rgba(22, 22, 22, 0.9);
}

.modal__image {
  width: 74.29%;
  position: relative;
}

.modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal__side {
  width: 25.71%;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px;
}

.modal__close {
  background: none;
  border: none;
  outline: none;
  margin-left: auto;
  width: 13px;
  height: 13px;
  padding: 0;
  position: relative;
  margin-bottom: 16px;
}

.modal__close span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #7d7d7d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.modal__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.modal__info .download {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

.modal__info .download:hover {
  color: #d92d82;
}

.modal__info .download:hover path {
  fill: #d92d82;
}

.modal__info .download:hover span {
  border-bottom-color: #d92d82;
}

.modal__info .download span {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid transparent;
}

.modal__title {
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}

.modal__tags {
  margin-top: 13px;
  margin-bottom: 22px;
  color: #d92d82;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.modal__form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px 15px;
  margin-top: 10px;
}

.modal__form label {
  width: 100%;
  position: relative;
}

.modal__form .error {
  position: absolute;
  top: 7px;
  right: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.modal__form .error.show {
  opacity: 1;
  visibility: visible;
}

.modal__form .error svg {
  width: 16px;
  height: 16px;
}

.modal__form .error path {
  fill: #eb3941;
}

.modal__form .confirm {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.modal__form .confirm.show {
  opacity: 1;
  visibility: visible;
}

.modal__form .confirm img {
  -o-object-fit: contain;
  object-fit: contain;
}

.modal__form input {
  width: 100%;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #161616;
  margin-bottom: 10px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  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;
  padding: 0 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal__form input:focus {
  border-color: #fff;
}

.modal__form input.true {
  color: #1e9618;
  border-color: #1e9618;
}

.modal__form input.false {
  color: #eb3941;
  border-color: #eb3941;
}

.modal__form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.modal__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.modal__form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.modal__form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.modal__form button {
  padding: 0;
  width: 135px;
  height: 30px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #d92d82;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  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;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal__form-descr {
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.modal__form-subdescr {
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.modal__arrow {
  position: absolute;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

.modal__arrow:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid transparent;
}

.modal__arrow:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal__arrow-prev {
  left: 30px;
}

.modal__arrow-prev:hover:before {
  border-right-color: #fff;
}

.modal__arrow-prev:before {
  border-left-width: 0;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
}

.modal__arrow-next {
  right: 30px;
}

.modal__arrow-next:hover:before {
  border-left-color: #fff;
}

.modal__arrow-next:before {
  border-right-width: 0;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
}

.modal-thank {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  margin: auto;
  width: 450px;
  height: 182px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  background-color: rgba(22, 22, 22, 0.9);
}

.modal-thank.active {
  opacity: 1;
  visibility: visible;
}

.modal-thank__close {
  background: none;
  border: none;
  outline: none;
  margin-left: auto;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-bottom: 16px;
  position: absolute;
  top: 11px;
  right: 15px;
}

.modal-thank__close span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #7d7d7d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal-thank__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.modal-thank__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.modal-thank__text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 15px;
}

.modal-thank__back {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #d92d82;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}


/* footer */

.page-main .footer {
  padding-bottom: 0;
}

.footer {
  position: relative;
  padding-top: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-color: #0f5460;
}

.footer__logo {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.footer__logo:after,
.footer__logo:before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: -webkit-calc(50% - 190px);
  width: calc(50% - 190px);
  height: 1px;
  background-color: #fff;
}

.footer__logo:before {
  left: 30px;
}

.footer__logo:after {
  right: 30px;
}

.footer__logo picture {
  display: inline-block;
}

.footer__top {
  padding-bottom: 62px;
}

.footer__middle {
  padding: 30px 7.3% 27px 7.4%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer__list {
  padding: 0 10px;
}

.footer__list h5 {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 17px;
}

.footer__list ul li:not(:last-child) {
  margin-bottom: 9px;
}

.footer__list ul li a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.583;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer__list ul li a:hover {
  border-color: white;
  color: white;
}

.footer__list-title {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer__list-title:hover {
  color: white;
}

.footer__bottom {
  padding: 22px 13.4% 27px 7.4%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer--border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__contacts {
  padding: 0 10px;
}

.footer__contacts h5 {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.142;
  margin-bottom: 10px;
}

.footer__contacts p {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
}

.footer-search {
  max-width: 50%;
  margin: auto;
}

.footer-search__title {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 15px;
}

.footer-search .round-search {
  margin: auto;
}

.footer__copyright {
  padding: 14px 0;
  background-color: #06282d;
}

.footer__copyright p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 500;
}

.footer__conf {
  padding-left: 7.4%;
  padding-bottom: 12px;
}

.footer__conf a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}

.footer__conf a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__mail p {
  white-space: nowrap;
}

.footer__tel p {
  white-space: nowrap;
}

/* footer end */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .container-wide {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header__left .social,
  .header__left .header__toggle {
    display: none;
  }

  .sec-definition--reserve .container .definition > h1,
  .sec-definition--reserve .container .definition > h2,
  .sec-definition--reserve .container .definition > p,
  .sec-definition--reserve .container .definition > .wrap-btn,
  .sec-definition--reserve .container .definition > .definition-links,
  .sec-definition--reserve .container .definition > .description,
  .sec-definition--reserve .container-fluid .definition > h1,
  .sec-definition--reserve .container-fluid .definition > h2,
  .sec-definition--reserve .container-fluid .definition > p,
  .sec-definition--reserve .container-fluid .definition > .wrap-btn,
  .sec-definition--reserve .container-fluid .definition > .definition-links,
  .sec-definition--reserve .container-fluid .definition > .description {
    padding-left: 0;
    padding-right: 31px;
  }

  .description-list--column ol {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
  }

  .description-list--column {
    font-size: 0;
    margin: 0 -15px;
  }

  .dir-img {
    z-index: 1;
  }

  .partners-links__col:not(:nth-child(3n+3)) {
    border-right: 1px solid #d9d9d9;
  }

  .partners-links__col:nth-child(-n+3) {
    border-bottom: 1px solid #d9d9d9;
  }

  .partners-links__col:nth-child(n+4) {
    padding-top: 43px;
  }

  .wrap-sight .sight {
    max-width: 555px;
  }

  .event__date {
    text-align: right;
    padding-left: 20px;
  }

  .event__text {
    padding-right: 20px;
    border-right: 1px solid #d9d9d9;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 768px) {
  .header__left .social,
  .header__left .header__toggle {
    display: none;
  }

  .sec-definition--reserve .container .definition > h1,
  .sec-definition--reserve .container .definition > h2,
  .sec-definition--reserve .container .definition > p,
  .sec-definition--reserve .container .definition > .wrap-btn,
  .sec-definition--reserve .container .definition > .definition-links,
  .sec-definition--reserve .container .definition > .description,
  .sec-definition--reserve .container-fluid .definition > h1,
  .sec-definition--reserve .container-fluid .definition > h2,
  .sec-definition--reserve .container-fluid .definition > p,
  .sec-definition--reserve .container-fluid .definition > .wrap-btn,
  .sec-definition--reserve .container-fluid .definition > .definition-links,
  .sec-definition--reserve .container-fluid .definition > .description {
    padding-left: 0;
    padding-right: 31px;
  }

  .description-list--column ol {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
  }

  .description-list--column {
    font-size: 0;
    margin: 0 -15px;
  }

  .dir-img {
    z-index: 1;
  }

  .partners-links__col:not(:nth-child(3n+3)) {
    border-right: 1px solid #d9d9d9;
  }

  .partners-links__col:nth-child(-n+3) {
    border-bottom: 1px solid #d9d9d9;
  }

  .partners-links__col:nth-child(n+4) {
    padding-top: 43px;
  }

  .wrap-sight .sight {
    max-width: 555px;
  }

  .event__date {
    text-align: right;
    padding-left: 20px;
  }

  .event__text {
    padding-right: 20px;
    border-right: 1px solid #d9d9d9;
  }
}

@media screen and (min-width: 991px) {
  .recipe__wrap-btn .wrap-btn {
    margin-left: 10%;
  }

  .post-head p {
    padding-left: 14%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 992px) {
  .sec-main .block-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .definition-links-columns .definition-links {
    max-width: 50%;
  }

  .page-why .sec-definition .container .definition,
  .page-why .sec-definition .container-fluid .definition,
  .page-where .sec-definition .container .definition,
  .page-where .sec-definition .container-fluid .definition {
    max-width: 480px;
  }

  .sec-definition .container > .definition,
  .sec-definition .container-fluid > .definition {
    max-width: 650px;
  }

  .sec-definition picture {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sec-definition .definition--border h1,
  .sec-definition .definition--border h2 {
    display: inline-block;
  }

  .sec-definition .definition h1,
  .sec-definition .definition h2 {
    margin-top: 90px;
  }

  .sec-definition .definition > h1,
  .sec-definition .definition > h2,
  .sec-definition .definition > p,
  .sec-definition .definition > .wrap-btn,
  .sec-definition .definition > .definition-links,
  .sec-definition .definition > .description {
    padding-left: 20px;
  }

  .sec-journey .definition {
    max-width: 620px;
  }

  .sec-sight .definition {
    max-width: 600px;
  }

  .sec-food .definition.definition--border h1:before {
    max-width: 75%;
  }

  .sec-spa .definition,
  .sec-where .definition {
    max-width: 600px;
  }

  .tradition__culture h2 {
    display: none;
  }

  .tradition__culture {
    margin-bottom: 15px;
  }

  .tradition__definition {
    margin-left: 30px;
  }

  .media-items-three__list-item.hidden {
    display: none;
  }

  .records-blogger .media-items-three__list-item:nth-child(3n + 3) {
    margin-right: 0 !important;
  }

  .media-items-four__list-item.hidden {
    display: none;
  }

  .sec-logos .container {
    max-width: 768px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: auto;
  }

  .resort--reverse .resort__view .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .dir-map__title {
    display: inline-block;
  }

  .dir-map__img-right img,
  .dir-map__img-left img {
    width: 453px;
    height: 270px;
  }

  .recipe__content {
    max-width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .recipe__img {
    max-width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }

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

  .wrap-events .event {
    margin-left: 98px;
  }

  .map__side:hover g {
    fill: #ec2c91 !important;
  }

  .map__region-provinces-column .province:hover {
    color: #ec2c91;
  }
}

@media screen and (min-width: 1025px) {
  .page-main {
    padding-top: 200vh;
  }

  .sec-definition .definition {
    width: 100%;
  }

.modal__close:hover span {
    background-color: #fff;
  }

  .modal__form button:hover {
    background-color: #fff;
  }

  .modal-thank__close:hover span {
    background-color: #fff;
  }

  .modal-thank__back:hover {
    color: #fff;
  }
}

@media (min-width: 1170px) {
  .container-wide {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .parallax-img-wrap--man img {
    height: 553px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax-img {
    will-change: top, height, width;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: transform .7s, -webkit-transform .7s;
    position: absolute;
    left: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .pad-right-100 {
    padding-right: 13.5%;
  }

  .pad-right-10 {
    padding-right: 10px;
  }

  .header .container {
    max-width: 1024px;
  }

  ._fixed .sec-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .sec-main .slide-custom--sky {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: transform .25s linear, opacity .25s linear;
    transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
  }

  .sec-main .slide-custom--thai {
    z-index: 2;
    top: 28%;
    left: -webkit-calc(50% - 30vw);
    left: calc(50% - 30vw);
    width: 100%;
    max-width: 60vw;
    -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: transform .25s linear, opacity .25s linear;
    transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
  }

  .sec-main .slide-custom--lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: transform .25s linear, opacity .25s linear;
    transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
  }

  .sec-main .slide-custom--boat {
    left: -webkit-calc(50% - 750px);
    left: calc(50% - 750px);
    bottom: 0;
    width: 100%;
    max-width: 1000px;
    z-index: 4;
    -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: transform .25s linear, opacity .25s linear;
    transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
  }

  .sec-main .slide-custom--welcome {
    z-index: 5;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, -webkit-transform .25s linear;
    transition: transform .25s linear, opacity .25s linear;
    transition: transform .25s linear, opacity .25s linear, -webkit-transform .25s linear;
  }

  .page-why .sec-definition .container .definition h1,
  .page-why .sec-definition .container-fluid .definition h1,
  .page-where .sec-definition .container .definition h1,
  .page-where .sec-definition .container-fluid .definition h1 {
    white-space: nowrap;
  }

  .sec-blogs .container {
    max-width: 1140px;
    padding: 0;
  }

  .sec-add .container {
    max-width: 1308px;
  }

  .sec-resorts .container {
    max-width: 1072px;
  }

  .page-sights .sec-send .container {
    max-width: 1170px;
  }

  .parallax-img-wrap--blogs-picture-1 {
    width: 453px;
    height: 252px;
  }

  .parallax-img-wrap--blogs-picture-2 {
    width: 339px;
    height: 270px;
  }

  .parallax-img-wrap--man {
    width: 356px;
    height: 454px;
  }

  .parallax-img-wrap--geography {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--geography img {
    width: 652px !important;
    height: 659px !important;
    margin-left: 7%;
    margin-top: 7%;
  }

  .parallax-img-wrap--history {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--history img {
    width: 652px !important;
    height: 659px !important;
    margin-top: -1%;
  }

  .parallax-img-wrap--resorts {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--resorts img {
    width: 652px !important;
    height: 600px !important;
    margin-top: 3%;
  }

  .parallax-img-wrap--shopping {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--shopping img {
    width: 652px !important;
    height: 576px !important;
    margin-top: 10%;
    margin-left: 10%;
  }

  .parallax-img-wrap--sights {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--sights img {
    width: 652px !important;
    height: 675px !important;
    margin-top: 6%;
  }

  .parallax-img-wrap--wedding {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--wedding img {
    width: 652px !important;
    height: 650px !important;
  }

  .parallax-img-wrap--medicine {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--medicine img {
    width: 652px !important;
    height: 600px !important;
    margin-top: 5%;
    margin-left: 17%;
  }

  .parallax-img-wrap--journey {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--journey img {
    width: 652px !important;
    height: 579px !important;
    margin-top: 10%;
    margin-left: -5%;
  }

  .parallax-img-wrap--activity {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--activity img {
    width: 652px !important;
    height: 659px !important;
    margin-left: -1%;
  }

  .parallax-img-wrap--culture {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--culture img {
    width: 652px !important;
    height: 600px !important;
    margin-left: -5%;
    margin-top: 10%;
  }

  .parallax-img-wrap--food {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--food img {
    width: 652px !important;
    height: 600px !important;
    margin-top: 7%;
  }

  .parallax-img-wrap--food img {
    margin-left: 20%;
  }

  .parallax-img-wrap--calendar {
    width: 652px;
    height: 576px;
  }

  .parallax-img-wrap--calendar img {
    width: 652px !important;
    height: 600px !important;
    margin-top: 6%;
  }

  .sec-definition--reserve .parallax-img-wrap--activity img {
    margin-top: -5%;
  }

  .page-why .parallax-img-wrap--medicine img,
  .page-why .parallax-img-wrap--food img {
    margin-left: 0;
  }

  .footer .container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .container-wide {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1600px) {
  .sec-main .slide-custom--thai {
    max-width: 1000px;
    left: -webkit-calc(50% - 525px);
    left: calc(50% - 525px);
  }
}

@media screen and (min-width: 1701px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 23%;
  }

  .sec-main .slide-custom--boat {
    bottom: -9% !important;
  }
}

@media screen and (min-width: 1701px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 25%;
  }

  .sec-main .slide-custom--boat {
    bottom: 1% !important;
  }
}

@media screen and (min-width: 1701px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 28%;
  }

  .sec-main .slide-custom--boat {
    bottom: 6% !important;
  }
}


@media screen and (max-width: 1439px) {
  .media-items-two__inner {
    width: 100%;
  }

  .media-items-three__inner {
    width: 100%;
  }

  .records-blogger .media-items-three__list-item:not(:last-child) {
    margin-right: 10px;
  }

  .media-items-four__inner {
    width: 100%;
  }

  .slider-3d .flipster__button--prev {
    left: -3%;
  }

  .slider-3d .flipster__button--next {
    right: -3%;
  }

  .gallery-slider__slider .flipster__button--prev {
    left: 3%;
  }

  .gallery-slider__slider .flipster__button--next {
    right: 3%;
  }
  .map__name.west {
    left: 0;
  }

 .modal__inner {
    width: 100%;
  }

  .page-sights .word-break {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 1290px) {
  .header-inner__bottom .wide-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

}

@media screen and (max-width: 1200px) {
  .map__description {
    min-height: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .social.header-inner-page {
    margin-right: 10px;
  }

  .header-inner .col-lg-none {
    display: none;
  }

  .header-inner .col-lg-right {
    margin-left: auto;
  }

  .header-inner__toggle {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 30px;
    height: 16px;
    background: none;
    margin-left: 10px;
    -webkit-transition: margin-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header-inner__toggle._js-focus {
    margin-left: 30px;
  }

  .header-inner__bottom .wide-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .header-inner__mobile-menu {
    position: absolute;
    top: 78px;
    z-index: 99;
    width: 100vw;
    height: -webkit-calc(100vh - 78px);
    height: calc(100vh - 78px);
    background-color: #fff;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    right: -webkit-calc(100% + 18px);
    right: calc(100% + 18px);
  }

  .sec-main .slide-custom {
    display: none;
  }
  .tradition__rectangle {
    top: 12%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tradition__btn .geolocation {
    left: 0;
  }

  .sec-blogs .blogs__title--border {
    margin-bottom: 150px;
  }

  .blogs__definition .definition__picture-1 {
    left: 0;
  }

  .blogs__definition .definition__picture-2 {
    right: 0;
  }

  .records-blogger .media-items-three__list-item:not(:last-child) {
    margin-right: 8px;
  }

  .photo-video__bottom {
    padding-bottom: 50px;
  }

  .nav-scroll {
    left: 2%;
    bottom: 50px;
  }

  .sec-definition--reserve .parallax-img-wrap--activity img {
    margin-left: -41%;
  }
}

@media only screen and (max-width: 1199px) {
  .parallax-img {
    position: relative;
    z-index: -1;
    height: auto !important;
    top: auto !important;
    width: 100% !important;
  }

}

@media screen and (max-width: 1169px) {
  .media-items-three__list-item {
    width: 32.43%;
  }

.gallery-slider__slider .flipster__button--prev {
    left: -3%;
  }

  .gallery-slider__slider .flipster__button--next {
    right: -3%;
  }

}

@media screen and (max-width: 1150px) {
  .header-inner__bottom .wide-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-sights .word-break {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 1024px) {
  .word-break {
    font-size: 20px !important;
  }

  .word-break br {
    display: none;
  }

  .sec-main .block-menu header {
    padding: 0 15px;
  }

  .tradition__rectangle {
    right: 0;
  }

  .wrap-recipe {
    margin-right: auto;
  }

  .avatar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .social.header-inner-page {
    margin-right: 20px;
    position: relative;
    z-index: 5;
  }

  .social.header-inner-page.index-less {
    z-index: 0;
  }

  .search.header-inner-page:hover:before {
    display: none;
  }

  .search.header-inner-page input[type="text"]:focus {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
    line-height: 1.115;
  }

  h2 {
    font-size: 30px;
    line-height: 1.115;
  }

  .indent-top {
    margin-top: 0;
  }

  .header__toggle {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 30px;
    height: 16px;
    background: none;
    margin-left: 80px;
    -webkit-transition: margin-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin-left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header__toggle._js-focus {
    margin-left: 30px;
  }

  .header-inner__top {
    height: 83px;
  }

  .header-inner__top-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-inner__logo {
    margin-left: 80px;
  }

  .header-inner__toggle {
    margin-left: 80px;
  }

  .header-inner__bottom {
    display: none;
  }

  .header-inner__mobile-menu {
    top: 83px;
    height: -webkit-calc(100vh - 83px);
    height: calc(100vh - 83px);
  }

  .col-md-none {
    display: none;
  }

  .sec-main .block-menu {
    padding: 0 15px;
  }

  .sec-main .nav-scroll {
    left: 33px;
    bottom: 220px;
  }

  .definition h1 br,
  .definition h2 br {
    display: none;
  }

  .definition h1.long-word,
  .definition h2.long-word {
    font-size: 40px !important;
  }

  .definition .wrap-btn {
    margin: 30px auto 0;
  }

  .sec-definition .container,
  .sec-definition .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-definition .definition--border h1::before,
  .sec-definition .definition--border h2::before {
    left: 0;
    right: 0;
    min-width: inherit;
  }

  .sec-definition--reserve .container .definition--border h1::before,
  .sec-definition--reserve .container .definition--border h2::before,
  .sec-definition--reserve .container-fluid .definition--border h1::before,
  .sec-definition--reserve .container-fluid .definition--border h2::before {
    right: 0;
  }

  .tradition__rectangle img {
    max-width: 356px;
    height: 454px;
  }

  .tradition__culture img {
    display: none;
  }

  .tradition__definition {
    padding: 30px;
  }

  .tradition__i-tradition {
    display: none;
  }

  .tradition__btn {
    margin-top: 136px;
  }

  .sec-blogs .definition__blog-text {
    display: none;
  }

  .blogs__definition .definition__picture-1 {
    top: 90px;
  }

  .media-items-two__list-item {
    width: 48.78%;
    margin-bottom: 15px;
  }

  .media-items-two .btn {
    margin: 15px auto 0;
  }

  .media-items-three {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .media-items-three__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-items-three__list-item {
    width: 48.78%;
    margin-bottom: 15px;
  }

  .media-items-three .btn {
    margin: 15px auto 0;
  }

  .media-items-four {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .media-items-four__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-items-four__list-item {
    width: 48.78%;
    margin-bottom: 15px;
  }

  .media-items-four .btn {
    margin: 15px auto 0;
  }

  .photo-video__inner {
    width: 100%;
  }

  .photo-video__bottom {
    padding-bottom: 0;
  }

  .photo-video__preview {
    height: 250px;
  }

  .photo-video__preview-link span {
    font-size: 26px;
    padding: 15px 0;
  }

  .photo-video__preview-link span:before {
    width: 75px;
  }

  .add {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-description .row [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
  }

  .description p + h6 {
    margin-top: 15px;
  }

  .social-fixed {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .social-fixed ul {
    height: 47px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-fixed ul li {
    width: 33.3333%;
    height: 100%;
  }

  .social-fixed ul li a {
    width: 100%;
    height: 100%;
  }

  .sec-position + .sec-position {
    margin-top: 20px;
  }

  .sec-position + .gallery-slider {
    margin-top: 20px;
  }

  .wrap-description + .resort {
    margin-top: 20px;
  }

  .resort + .resort {
    margin-top: 20px;
  }

  .resort__view figure {
    margin-top: 30px;
    display: block;
  }

  .resort__view figure img {
    width: 100%;
  }

  .resort__btn-more {
    margin-top: 25px;
  }

  .dir-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .5;
    top: 140px;
  }

  .dir-map {
    height: 70vh;
    width: 100%;
  }

  .dir-map__title:after {
    width: 100%;
    max-width: 600px;
  }

  .dir-map__title:after {
    max-width: none;
  }

  .dir-map__content {
    display: none;
  }

  .dir-map__img-right,
  .dir-map__img-left {
    display: none;
  }

  .dir-map .wrap-btn {
    margin-left: auto;
  }

  .dir-map .wrap-btn a {
    margin: auto;
  }

  .recipe__content {
    margin-bottom: 20px;
  }

  .partners-links__item {
    height: 160px;
  }

  .event {
    max-width: 520px;
  }

  .map__region-wrap.active {
    width: 50%;
    margin: 0;
  }

  .map__region {
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .map__region-provinces {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map__region-provinces-column:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .map__description {
    position: absolute;
    bottom: 10%;
    right: 20%;
    min-height: 220px;
  }

  .map__description-inner {
    padding-top: 30px;
  }

  .map__description-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    outline: none;
  }

.calendar__event-list {
    padding: 0 25px;
  }

  .calendar__event-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .calendar__event-left {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .calendar__event-left-inner {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .calendar__event-title {
    color: #d92d82;
  }

  .calendar__event-right {
    width: 100%;
  }

  .modal {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100vw;
  }

  .modal .container {
    padding: 0;
    max-width: 100%;
  }

  .modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 44px;
    height: 100%;
  }

  .modal__image {
    width: 100%;
  }

  .modal__side {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px 30px 30px 60px;
  }

  .modal__close {
    position: absolute;
    top: 16px;
    right: 30px;
  }

  .modal__info {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .modal__form {
    width: 50%;
    margin-top: 0;
  }


  .footer__middle {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
  }

  .footer__list {
    width: 33.333%;
    margin-bottom: 30px;
  }

  .footer__bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-search {
    max-width: none;
  }

  .footer__conf {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 768px) {
  .photo-video .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .photo-video h2 {
    padding: 0 60px;
  }

  .gallery-slider .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .gallery-slider__slider {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.inner-page {
    padding-top: 50px;
  }

  h3 {
    font-size: 21px;
  }

  p {
    font-size: 16px;
  }

  .round-search .btn {
    width: 117px;
  }

  .header {
    position: absolute;
    top: 20px;
    padding-top: 0;
  }

  .header .container {
    display: block;
  }

  .header__left_border,
  .header__right_border {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .header__left {
    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: 35px;
  }

  .header__logo {
    position: relative;
  }

  .header__logo:before,
  .header__logo:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 45px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .header__logo:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px);
  }

  .header__logo:after {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: -webkit-calc(50% - 130px);
    right: calc(50% - 130px);
  }

  .header__right {
    display: none;
  }

  .header-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-inner__top-left {
    padding-left: 15px;
  }

  .header-inner__weather {
    display: none;
  }

  .header-inner__logo {
    margin-left: 0;
  }

  .header-inner__right {
    padding-right: 15px;
  }

  .header-inner__right {
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-main .block-menu .search {
    width: 100px !important;
  }

  .sec-main .block-menu header {
    display: none;
  }

  .sec-main .block-menu footer .geolocation {
    white-space: nowrap;
  }

  .sec-error h1 {
    text-align: center;
    line-height: normal;
  }

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

  .definition-links-columns .definition-links + .definition-links {
    margin-top: 15px;
  }

  .definition-links-columns {
    display: block;
  }

  .definition__h3 {
    font-size: 21px;
  }

  .definition p + .more {
    margin-top: 10px;
  }

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

  .definition--quotes:after,
  .definition--quotes:before {
    display: none;
  }

  .definition__avatar span {
    bottom: 0;
    left: 130%;
  }

  .definition__avatar {
    width: 70px;
    height: 70px;
    right: auto;
    left: 15px;
    top: -35px;
    border-width: 5px;
  }

  .page-news_article .sec-definition .definition h1,
  .page-news_article .sec-definition .definition h2 {
    margin-top: 30px;
  }

  .sec-post + .sec-position {
    margin-top: 20px;
  }

  .page-main .sec-definition {
    margin-top: 40px;
  }

  .sec-definition + .sec-definition .definition h1 {
    margin-top: 30px;
  }

  .sec-definition picture {
    margin-bottom: 15px;
  }

  .sec-definition .definition h1,
  .sec-definition .definition h2 {
    font-size: 30px;
  }

  .sec-definition .definition {
    padding: 0;
  }

  .sec-definition {
    margin: 0 auto 40px;
  }

  .sec-tradition {
    background-image: none !important;
    padding-bottom: 0;
  }

  .tradition .definition p + p {
    display: none;
  }

  .tradition__rectangle img {
    max-width: none;
    height: 202px;
  }

  .tradition__rectangle {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    right: auto;
    margin: 0 -15px;
    width: 100vw;
  }

  .tradition__culture h2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .tradition__definition {
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    margin: 0 -15px;
  }

  .tradition__btn .geolocation {
    display: none;
  }

  .tradition__btn .btn {
    border: 1px solid #d92d82;
  }

  .tradition__btn {
    margin-top: 30px;
  }

  .sec-video {
    background-position: 50% -145px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video__head {
    margin-bottom: 30px;
  }

  .sec-blogs .blogs__title--border {
    margin-bottom: 30px;
  }

  .sec-blogs .definition p + .more {
    margin-top: 10px;
  }

  .sec-blogs {
    padding-top: 125px;
    margin-top: -60px;
    padding-bottom: 60px;
  }

  .blogs__title--border {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .blogs__definition .definition__picture-1 img {
    max-width: none;
  }

  .blogs__definition .definition__picture-1 {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 202px;
  }

  .blogs__definition .definition__picture-2 {
    display: none;
  }

  .blogs__definition .definition {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blogs__definition {
    margin: 0 -15px 30px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .media-items-two h1 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-items-two h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-items-two__list-item {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .media-items-two__item-info {
    padding: 15px 30px 23px;
  }

  .media-items-three.blog {
    background-size: 100% 100%;
  }

  .media-items-three h1 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .media-items-three h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .media-items-three__list {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }

  .media-items-three__list-item {
    width: 100%;
  }

  .records-blogger .media-items-three__list-item:not(:last-child) {
    margin-right: 0;
  }

  .media-items-four h1 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .media-items-four h1:before {
    width: 100%;
  }

  .media-items-four h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .media-items-four__list {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }

  .media-items-four__list-item {
    width: 100%;
  }

  .photo-video {
    background: none;
  }

  .photo-video h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    color: #d92d82;
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo-video h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }

  .photo-video .slider-3d .flipster__nav__item {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .photo-video .slider-3d .flipster__nav__item--current {
    background-color: #d92d82;
  }

  .photo-video__buttons button {
    border-color: #d92d82;
  }

  .sec-add {
    display: none;
  }

  .add {
    margin: 0 -15px;
  }

  .sec-logos {
    margin-top: 40px;
  }

  .logos__row {
    display: block;
  }

  .logos__col:last-child {
    padding-left: 0;
  }

  .logos__reverse .logos__col:first-child {
    padding-right: 0;
  }

  .logos__reverse .logos__title {
    margin-top: 20px;
  }

  .logos__title {
    margin-top: 20px;
  }

  .logos picture {
    display: block;
    text-align: center;
  }

  .logos {
    padding: 0;
  }

  .nav-scroll {
    display: none;
  }

  .wrap-description .row + .row {
    margin-top: 15px;
  }

  .description .color-border-bottom {
    margin-bottom: 15px;
  }

  .description-geography-position .description {
    margin-bottom: 40px;
  }

  .description-altar .description {
    margin-bottom: 40px;
  }

  .description-list--column ol:not(:last-child) {
    margin-bottom: 10px;
  }

  .resort + .resort {
    margin-top: 30px;
  }

  .resort__view h3 {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .resort__view figure {
    margin-top: 15px;
  }

  .resort__content {
    margin-top: 15px;
  }

  .resort .geolocation + table {
    margin-top: 15px;
  }

  .resort table + p {
    margin-top: 15px;
  }

  .resort .geolocation + p {
    margin-top: 15px;
    padding-right: 0;
  }

  .sec-direction-map .container {
    display: block;
    max-width: none;
  }

  .dir-img {
    top: 120px;
  }

  .dir-map__title {
    padding-left: 0;
    margin-bottom: 40vw;
  }

  .article__table table tr td:first-child {
    width: 50%;
  }

  .article__table table tr td:last-child {
    width: 50%;
  }

  .gallery-slider {
    padding-top: 50px;
  }

  .recipe__content h3 {
    margin-bottom: 15px;
  }

  .partners-links__col {
    width: 100%;
    display: block;
  }

  .partners-links__col:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
  }

  .sec-position + .sec-send {
    margin-top: -200px;
  }

  .sec-send {
    padding-top: 250px;
  }

  .sec-picture {
    margin-bottom: 40px;
  }

  .page-blog_article .sec-post > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-blog_article .sec-post {
    margin-top: 30px;
  }

  .post {
    margin-bottom: 30px;
  }

  .page-why .sec-picture {
    background: none !important;
    padding: 40px 0;
  }

  .wrap-events h1,
  .wrap-events h2 {
    color: #d92d82;
    padding-left: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .wrap-events h1:after,
  .wrap-events h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    max-width: 703px;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }

  .wrap-events .event + .wrap-btn {
    margin-top: 30px;
  }

  .wrap-events {
    margin: 0 -15px;
  }

  .event__inner {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  }

  .event__date {
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
  }

  .event__text {
    padding-left: 10px;
  }

  .event__img img:first-child {
    display: none;
  }

  .event__img img:last-child {
    display: block;
  }

  .event__img {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .map__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map__region-wrap {
    -webkit-transition: opacity .3s linear, height .3s linear;
    transition: opacity .3s linear, height .3s linear;
  }

  .map__region-wrap.active {
    width: 100%;
    margin-top: 20px;
    -webkit-transition: opacity .3s linear .5s, height .3s linear;
    transition: opacity .3s linear .5s, height .3s linear;
  }

  .map__region {
    width: 90%;
  }

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

  .map__region-provinces {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .map__region-provinces-column {
    width: 50%;
    align-items: flex-start;
    padding: 0 15px;
  }

  .map__region-provinces-column:first-child {
    margin: 0;
  }

  .map__region-provinces-column .province {
    text-align: center;
  }

  .map__description.active {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .parallax-img-wrap {
    background-size: 100% 100%;
    margin-left: -20%;
  }

  .parallax-img-wrap--blogs-picture-2 img {
    height: 202px;
  }

  .parallax-img-wrap--man {
    height: 202px;
  }

  .page-activity .parallax-img-wrap,
  .page-culture .parallax-img-wrap,
  .page-journey .parallax-img-wrap,
  .page-sights .parallax-img-wrap {
    margin-left: 0;
    margin-right: -20%;
  }

  .page-where .parallax-img-wrap--sights {
    margin-left: 0;
    margin-right: -20%;
  }

  .page-why .parallax-img-wrap--medicine,
  .page-why .parallax-img-wrap--food {
    margin-left: 0;
    margin-right: -20%;
  }

  .footer__logo:after,
  .footer__logo:before {
    width: -webkit-calc(50% - 140px);
    width: calc(50% - 140px);
  }

  .footer__logo:before {
    left: 15px;
  }

  .footer__logo:after {
    right: 15px;
  }

  .footer__logo {
    top: 45vw;
  }

  .footer__top {
    padding-bottom: 30px;
  }

  .footer__middle {
    padding: 30px 0 0;
  }

  .footer__list {
    width: 50%;
  }

  .footer__bottom {
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .footer__contacts {
    margin-bottom: 20px;
    padding: 0;
  }

  .footer__conf {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 600px;
    background-image: url("../img/general/footer-bg-mob.png") !important;
    background-size: 100%;
  }
}

@media screen and (max-width: 575px) {
  .border-bottom {
    margin-bottom: 15px;
  }

  .header__toggle {
    margin-left: 10px;
  }

  .header-inner__top {
    height: 50px;
  }

  .header-inner__logo {
    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;
  }

  .header-inner__toggle {
    margin-left: 10px;
  }

  .header-inner__toggle._js-focus {
    margin-left: 0;
  }

  .header-inner__bottom-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-inner__bottom-list a {
    font-size: 10px;
  }

  .header-inner__bottom-list a:not(:last-child) {
    margin-right: 10px;
  }

  .header-inner__mobile-menu {
    top: 50px;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }

 .sec-main .slider-item--custom {
    background-image: url("../img/general/HEROIMGS/mobile.jpg") !important;
  }
  .sec-main .block-menu {
    bottom: 70px;
  }

  .search.header-inner-page {
    width: 40px;
    height: 14px;
  }

  .search.header-inner-page input[type="text"] {
    position: absolute;
    top: -4px;
    left: -230px;
    width: 265px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .search.header-inner-page .btn-search {
    width: 14px;
    height: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .definition h1,
  .definition h2 {
    margin-bottom: 15px;
  }

  .definition h1.long-word,
  .definition h2.long-word {
    white-space: nowrap;
    font-size: 21px !important;
    text-overflow: ellipsis;
  }

  .definition figure {
    width: 100vw;
    margin-left: -15px;
  }

  .definition figcaption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-items-three h1:before {
    width: 100%;
  }

  .media-items-three h1.blog {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .photo-video__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-video__buttons button:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .photo-video__preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 280px;
  }

  .photo-video__preview-link {
    width: 100%;
    height: 50%;
  }

  .photo-video__preview-link span {
    font-size: 18px;
    padding: 10px 0;
  }

  .photo-video__preview-link span:before {
    width: 50px;
  }

  .wrap-description figure {
    width: 100vw;
    margin-left: -15px;
  }

  .wrap-description figcaption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resort__view figure {
    margin-left: -15px;
    margin-right: -15px;
  }

  .resort__view figcaption {
    padding-left: 15px;
  }

  .article__title h1,
  .article__title h2 {
    font-size: 36px;
  }

  .slider-3d {
    height: 365px;
  }

  .slider-3d .flipster__container {
    height: 100% !important;
  }

  .slider-3d .flipster__item {
    height: 100%;
  }

  .slider-3d .flipster__item img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slider-3d .flipster__item__content {
    height: 100%;
  }

  .recipe__img {
    width: 100vw;
    margin-left: -15px;
  }

  .post {
    margin-bottom: 25px;
  }

  .post__social {
    margin-top: 10px;
  }

  .map {
    /*padding-top: 40px;*/
    padding-top: 0;
    padding-bottom: 40px;
  }

  .map h1 {
    font-size: 25px;
  }

  .map__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .map__image {
    width: 290px;
  }

  .map__image svg {
    width: 290px;
    height: 500px;
  }

  .map__name {
    font-size: 16px;
    line-height: 18px;
  }

  .map__name.north {
    top: 95px;
    left: 110px;
  }

  .map__name.north-east {
      right: auto;
      left: 180px;
      top: 155px;
  }

  .map__name.central {
    top: 187px;
    left: 105px;
  }

  .map__name.west {
    top: 200px;
    left: 20px;
  }

  .map__name.east {
    top: 220px;
    left: 175px;
      right: auto;
  }

  .map__name.south {
    top: 348px;
    left: 98px;
  }

  .map__region-title {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .map__region-provinces-column .province {
    font-size: 14px;
  }

  .calendar__select-date .number {
    font-size: 86px;
    padding-right: 28px;
  }

  .calendar__select-date .month {
    font-size: 21px;
    margin-left: -15px;
  }

  .calendar__event-list {
    padding: 0 15px;
  }

  .calendar__event-list-item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .calendar__event-left-inner .geolocation {
    margin-top: 15px;
  }

  .calendar__event-time {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .calendar__event-title {
    font-size: 21px;
    line-height: 29px;
  }

  .calendar__event-descr {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .calendar__event-info-row {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .calendar__event-info-row .left {
    font-size: 16px;
    line-height: 24px;
  }

  .calendar__event-info-row .right {
    font-size: 16px;
    line-height: 24px;
  }

  .calendar__event-right {
    width: 100vw;
    margin-left: -30px;
    height: 216px;
  }

  .modal__side {
    padding: 15px 30px 30px;
  }

  .modal__close {
    right: 15px;
  }

  .modal__info {
    width: 100%;
  }

  .modal__form {
    display: none;
  }

  .modal-thank {
    width: 100%;
  }

}

@media screen and (max-width: 490px) {
  .search.header-inner-page input[type="text"] {
    width: 235px;
    left: -200px;
  }
}

@media screen and (max-width: 410px) {
  .search.header-inner-page input[type="text"] {
    width: 185px;
    left: -150px;
  }
}

@media screen and (max-width: 375px) {
  .dir-map {
    max-height: 130vw;
  }

  .slider-3d {
    height: 350px;
  }
}

@media screen and (max-width: 359px) {
  .search.header-inner-page {
    width: 45px;
  }
}

@media screen and (max-width: 350px) {
  .footer {
    padding-top: 500px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.inner-page {
    padding-top: 83px;
  }

  .sec-definition .definition h1,
  .sec-definition .definition h2 {
    font-size: 46px;
    margin-top: 30px;
  }

  .sec-definition {
    padding: 0 45px;
  }

  .page-geography .sec-geography {
    margin-bottom: 60px;
  }

  .tradition__culture h2 {
    color: rgba(255, 255, 255, 0.7);
  }

  .sec-video {
    background-position: 50% -80px;
    padding-top: 70px;
  }

  .sec-blogs .wrap-btn {
    margin-top: 100px;
  }

  .sec-blogs {
    padding-top: 100px;
  }

  .blogs h2 {
    font-size: 46px;
  }

  .media-items-two {
    padding: 20px 45px;
  }

  .media-items-three {
    padding: 20px 45px;
  }

  .records-blogger .media-items-three__list-item:nth-child(2n + 2) {
    margin-right: 0 !important;
  }

  .media-items-four {
    padding: 20px 45px;
  }

  .sec-resorts {
    padding: 0 45px;
  }

  .sec-position {
    padding: 0 45px;
  }

  .sec-direction-map .container {
    min-width: 100%;
    padding: 0 45px;
  }

  .dir-map__title {
    font-size: 46px;
    padding-left: 0;
    margin-bottom: 350px;
  }

  .recipe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-sight {
    padding: 0 20px;
  }

  .page-blog_article .sec-post {
    padding: 0 45px;
  }

  .page-why .sec-picture {
    padding: 60px 45px;
  }

  .event__img {
    right: -25%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .header-inner .col-lg-right {
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 32%;
  }

  .sec-main .slide-custom--boat {
    bottom: 5% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 28%;
  }

  .sec-main .slide-custom--boat {
    bottom: 2% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 28%;
  }

  .sec-main .slide-custom--boat {
    bottom: -4% !important;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 32%;
  }

  .sec-main .slide-custom--boat {
    bottom: 6% !important;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 29%;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 27%;
  }

  .sec-main .slide-custom--boat {
    bottom: -5% !important;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 31%;
  }

  .sec-main .slide-custom--boat {
    bottom: 6% !important;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 28%;
  }

  .sec-main .slide-custom--boat {
    bottom: -1% !important;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 25%;
  }

  .sec-main .slide-custom--boat {
    bottom: -5% !important;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 28%;
  }

  .sec-main .slide-custom--boat {
    bottom: 6% !important;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 25%;
  }

  .sec-main .slide-custom--boat {
    bottom: -1% !important;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 23%;
  }

  .sec-main .slide-custom--boat {
    bottom: -5% !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) and (min-height: 1000px) {
  .sec-main .slide-custom--thai {
    top: 27%;
  }

  .sec-main .slide-custom--boat {
    bottom: 5% !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) and (min-height: 801px) and (max-height: 999px) {
  .sec-main .slide-custom--thai {
    top: 24%;
  }

  .sec-main .slide-custom--boat {
    bottom: -2% !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) and (max-height: 800px) {
  .sec-main .slide-custom--thai {
    top: 22%;
  }

  .sec-main .slide-custom--boat {
    bottom: -6% !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .sec-main .slider-item--custom {
    background-image: url("../img/general/HEROIMGS/tablet.jpg") !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-main .block-menu footer {
    padding: 0 15px;
  }

  .gallery-slider {
    padding-top: 100px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .sec-main .block-menu {
    bottom: 50px;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .search.header-inner-page {
    width: 50px;
  }

  .search.header-inner-page._js-focus {
    width: 100px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .definition h1.long-word,
  .definition h2.long-word {
    font-size: 21px;
  }

  .sec-blogs .definition__blog-text {
    padding-top: 40px;
  }

  .parallax-img-wrap {
    width: 50%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sec-definition {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }

  .event__img {
    right: -33%;
  }
}

@media screen and (min-width: 1170px) and (max-width: 1439px) {
  .media-items-three__list-item {
    width: 360px;
  }

  .media-items-four__list-item {
    width: 262px;
  }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  .dir-map {
    max-height: 120vw;
  }
}

@media screen and (max-height: 760px) {
  .sec-main .slide-custom--boat {
    bottom: -8% !important;
  }
}

@media screen and (max-height: 720px) {
  .sec-main .slide-custom--boat {
    bottom: -16% !important;
  }
}



.modal-subscribe {
  max-width: 660px;
  padding: 60px 50px;
  height: 260px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 550px) {
  .modal-subscribe {
    padding: 40px 15px;
    height: 245px;
    border: 1px solid #eee;
  }
}
.modal-subscribe__wrapper {
  width: 100%;
}
.modal-subscribe__caption {
  text-align: center;
  color: #d92d82;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 15px;
}
@media screen and (max-width: 550px) {
  .modal-subscribe {
    font-size: 18px;
  }
}
.modal-subscribe__wrapper .round-search {
  margin-left: auto;
  margin-right: auto;
}
.modal-subscribe__wrapper .round-search input[type="text"] {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.modal-subscribe__wrapper .round-search .btn {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.modal-subscribe__close {
  background: none;
  border: none;
  outline: none;
  margin-left: auto;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-bottom: 16px;
  position: absolute;
  top: 11px;
  right: 15px;
}
.modal-subscribe__close span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #7d7d7d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.modal-subscribe__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.modal-subscribe__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.definition-links li {
  display: flex;
  align-items: center;
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.definition-links li img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.definition-links li a {
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
}
.definition-links li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
  transition: border-bottom 0.25s cubic-bezier(0.165, 0.84, 0.44, 0.8);
}
.definition-links li a:hover {
  border-bottom-color: initial;
}
.definition-links li a:hover span {
  border-bottom-color: #d92d82;
}


.download.pink {
  display: inline-flex;
}
.download.pink:hover {
  color: #d92d82;
}
.download.pink path {
  fill: #d92d82;
}

.questionnaire-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 58px;
}
.questionnaire-form .item {
  width: 445px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .questionnaire-form .item {
    width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .questionnaire-form .item {
    width: 100%;
  }
}
.questionnaire-form .item.w100 {
  width: 100%;
}
.questionnaire-form .item.w100 input {
  width: 445px;
}
@media screen and (max-width: 1199px) {
  .questionnaire-form .item.w100 input {
    width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .questionnaire-form .item.w100 input {
    width: 100%;
  }
}
.questionnaire-form .item label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.questionnaire-form .item .caption {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #D92D82;
  margin-bottom: 16px;
}

.questionnaire-form .item .wpcf7-form-control-wrap {
    width: 100%;
}
.questionnaire-form .item input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #979797;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: rgba(29, 29, 29, 0.8);
}
.questionnaire-form .wrap-btn {
  margin-left: auto;
  margin-right: auto;
}
.questionnaire-form .item.radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.questionnaire-form .classradio-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.questionnaire-form .classradio-wrap>span {
  margin-right: 15px;
}
.questionnaire-form .classradio-wrap>span label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.questionnaire-form input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
}

.article__table-25 table tr td:first-of-type {
  width: 25%;
}
.article__table table {
  width: 100%;
}
.logos-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2.5rem;
}
.logos-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  max-height: 120px;
}
.logos-list li img {
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1324px) {
  .header-inner__nav {
    padding-left: 5px;
  }
  #menu-menu > li:not(:last-child) {
    margin-right: 20px !important;
  }
  .social.header-inner-page {
    margin-right: 5px;
  }
}

.header-inner__mobile-menu-inner-list li.menu-item {
  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;
}
.header-inner__mobile-menu-inner-list li.menu-item a {
  text-align: center;
  color: #898998;
  padding: 15px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.header-inner__mobile-menu-inner-list li.current_page_item a {
  color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 1199px) {
    .header-inner__bottom {
        display: none !important;
    }
}
@media screen and (max-width: 1199px) {
    body.inner-page {
        padding-top: 80px;
    }
}


.map {
  background: white;
}
@media screen and (max-width: 575px) {
  .map h1:before {
    content: none;
  }
}
.map__inner {
  /*-webkit-flex-direction: row-reverse;*/
  /*-ms-flex-direction: row-reverse;*/
  /*flex-direction: row-reverse;*/
  /*justify-content: flex-end;*/
}
.map__inner .definition h1 {
  padding-left: 100px;
  padding-top: 100px;
}
.map__inner .definition p {
  padding-left: 100px;
}
@media screen and (max-width: 575px) {
  .map__inner .definition h1 {
    padding-top: 0;
    padding-left: 0;
  }
  .map__inner .definition p {
    padding-left: 0;
  }
}
.map__container {
  width: auto;
}
.map__image {
    width: 483px;
}

.map__name-city {
    position: absolute;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 21px;
  text-transform: capitalize;
    transition: all .3s linear;
    pointer-events: none;
    text-shadow: 1px 1px 1px #ffffff;
}
.map__name-city.city-capital {
    top: 275px;
    left: 170px;
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width: 575px) {
  .map__name-city.city-capital {
    top: 211px;
    left: 85px;
    font-size: 16px;
    text-transform: capitalize;
  }
}
#cityCentral3 {
    top: 302px;
    left: 226px;
}
@media screen and (max-width: 575px) {
  #cityCentral3 {
    top: 229px;
    left: 108px;
  }
}
#cityCentral5 {
    top: 329px;
    left: 242px;
}
@media screen and (max-width: 575px) {
  #cityCentral5 {
    top: 241px;
    left: 95px;
  }
}
#cityCentral13 {
    top: 246px;
    left: 250px;
}
@media screen and (max-width: 575px) {
  #cityCentral13 {
    top: 197px;
    left: 162px;
  }
}
#cityCentral15 {
    top: 343px;
    left: 241px;
}
@media screen and (max-width: 575px) {
  #cityCentral15 {
    top: 253px;
    left: 75px;
  }
}
#cityNorth1 {
    top: 73px;
    left: 150px;
}
@media screen and (max-width: 575px) {
  #cityNorth1 {
    top: 76px;
    left: 105px;
  }
}
#cityNorth2 {
    top: 13px;
    left: 240px;
}
@media screen and (max-width: 575px) {
  #cityNorth2 {
    top: 46px;
    left: 132px;
  }
}
#cityNorth6 {
    top: 29px;
    left: 100px;
}
@media screen and (max-width: 575px) {
  #cityNorth6 {
    top: 60px;
    left: 42px;
  }
}
#cityNorth12 {
    top: 125px;
    left: 200px;
}
@media screen and (max-width: 575px) {
  #cityNorth12 {
    top: 117px;
    left: 86px;
  }
}
#cityNorth14 {
    top: 152px;
    left: 208px;
}
@media screen and (max-width: 575px) {
  #cityNorth14 {
    top: 137px;
    left: 98px;
  }
}
#cityNorthEast3 {
    top: 234px;
    left: 315px;
}
@media screen and (max-width: 575px) {
  #cityNorthEast3 {
    top: 174px;
    left: 221px;
  }
}
#cityNorthEast11 {
    top: 204px;
    left: 308px;
}
@media screen and (max-width: 575px) {
  #cityNorthEast11 {
    top: 173px;
    left: 157px;
  }
}
#cityNorthEast17 {
    top: 230px;
    left: 393px;
}
@media screen and (max-width: 575px) {
  #cityNorthEast17 {
    top: 187px;
    left: 237px;
  }
}
#cityNorthEast19 {
    top: 118px;
    left: 348px;
}
@media screen and (max-width: 575px) {
  #cityNorthEast19 {
    top: 120px;
    left: 220px;
  }
}
#cityEast7 {
    top: 307px;
    left: 281px;
}
@media screen and (max-width: 575px) {
  #cityEast7 {
    top: 234px;
    left: 174px;
  }
}
#cityEast4 {
    top: 344px;
    left: 344px;
}
@media screen and (max-width: 575px) {
  #cityEast4 {
    top: 255px;
    left: 209px;
  }
}
#cityEast5 {
  top: 368px;
  left: 355px;
}
@media screen and (max-width: 575px) {
  #cityEast5 {
    top: 267px;
    left: 215px;
  }
}
#citySouth2 {
    top: 573px;
    left: 276px;
}
@media screen and (max-width: 575px) {
  #citySouth2 {
    top: 389px;
    left: 166px;
  }
}
#citySouth3 {
    top: 561px;
    left: 194px;
}
@media screen and (max-width: 575px) {
  #citySouth3 {
    top: 378px;
    left: 121px;
  }
}
#citySouth4 {
    top: 452px;
    left: 243px;
}
@media screen and (max-width: 575px) {
  #citySouth4 {
    top: 315px;
    left: 146px;
  }
}
#citySouth5 {
    top: 538px;
    left: 195px;
}
@media screen and (max-width: 575px) {
  #citySouth5 {
    top: 368px;
    left: 117px;
  }
}
#citySouth6 {
    top: 467px;
    left: 239px;
}
@media screen and (max-width: 575px) {
  #citySouth6 {
    top: 326px;
    left: 144px;
  }
}
#citySouth7 {
    top: 435px;
    left: 236px;
}
@media screen and (max-width: 575px) {
  #citySouth7 {
    top: 305px;
    left: 143px;
  }
}
#citySouth8 {
    top: 524px;
    left: 200px;
}
@media screen and (max-width: 575px) {
  #citySouth8 {
    top: 357px;
    left: 121px;
  }
}
#citySouth14 {
    top: 512px;
    left: 130px;
}
@media screen and (max-width: 575px) {
  #citySouth14 {
    top: 357px;
    left: 52px;
  }
}
#citySouth15 {
    top: 432px;
    left: 140px;
}
@media screen and (max-width: 575px) {
  #citySouth15 {
    top: 317px;
    left: 79px;
  }
}
#citySouth18 {
    top: 486px;
    left: 200px;
}
@media screen and (max-width: 575px) {
  #citySouth18 {
    top: 338px;
    left: 112px;
  }
}
.map__name-sea {
    position: absolute;
    color: #888888;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    transition: all .3s linear;
    pointer-events: none;
    text-align: center;
}
@media screen and (max-width: 575px) {
  .map__name-sea {
    font-size: 15px;
  }
}
#Sea1 {
  top: 360px;
  left: 25px;
}
@media screen and (max-width: 575px) {
  #Sea1 {
    top: 278px;
    left: -10px;
  }
}
#Sea2 {
    top: 390px;
    left: 241px;

}

@media screen and (max-width: 575px) {
  #Sea2 {
    top: 286px;
    left: 139px;
  }
  #Sea2 br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
    .definition_bg-white {
        width: 100%;
        text-align: center;
      margin-top: -40px;
    }
    .map__region-provinces-column a {

        font-size: 18px !important;
    }
    body.inner-page {
      padding-top: 50px;
    }
}
.map__side.active > g {
  fill: #ec2c91 !important;
}
