@import url(https://fonts.googleapis.com/css?family=Great+Vibes|Montserrat:300,400,500,700,900&subset=cyrillic);
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=pe-7s-], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  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;
}

.pe-7s-album:before {
  content: "";
}

.pe-7s-arc:before {
  content: "";
}

.pe-7s-back-2:before {
  content: "";
}

.pe-7s-bandaid:before {
  content: "";
}

.pe-7s-car:before {
  content: "";
}

.pe-7s-diamond:before {
  content: "";
}

.pe-7s-door-lock:before {
  content: "";
}

.pe-7s-eyedropper:before {
  content: "";
}

.pe-7s-female:before {
  content: "";
}

.pe-7s-gym:before {
  content: "";
}

.pe-7s-hammer:before {
  content: "";
}

.pe-7s-headphones:before {
  content: "";
}

.pe-7s-helm:before {
  content: "";
}

.pe-7s-hourglass:before {
  content: "";
}

.pe-7s-leaf:before {
  content: "";
}

.pe-7s-magic-wand:before {
  content: "";
}

.pe-7s-male:before {
  content: "";
}

.pe-7s-map-2:before {
  content: "";
}

.pe-7s-next-2:before {
  content: "";
}

.pe-7s-paint-bucket:before {
  content: "";
}

.pe-7s-pendrive:before {
  content: "";
}

.pe-7s-photo:before {
  content: "";
}

.pe-7s-piggy:before {
  content: "";
}

.pe-7s-plugin:before {
  content: "";
}

.pe-7s-refresh-2:before {
  content: "";
}

.pe-7s-rocket:before {
  content: "";
}

.pe-7s-settings:before {
  content: "";
}

.pe-7s-shield:before {
  content: "";
}

.pe-7s-smile:before {
  content: "";
}

.pe-7s-usb:before {
  content: "";
}

.pe-7s-vector:before {
  content: "";
}

.pe-7s-wine:before {
  content: "";
}

.pe-7s-cloud-upload:before {
  content: "";
}

.pe-7s-cash:before {
  content: "";
}

.pe-7s-close:before {
  content: "";
}

.pe-7s-bluetooth:before {
  content: "";
}

.pe-7s-cloud-download:before {
  content: "";
}

.pe-7s-way:before {
  content: "";
}

.pe-7s-close-circle:before {
  content: "";
}

.pe-7s-id:before {
  content: "";
}

.pe-7s-angle-up:before {
  content: "";
}

.pe-7s-wristwatch:before {
  content: "";
}

.pe-7s-angle-up-circle:before {
  content: "";
}

.pe-7s-world:before {
  content: "";
}

.pe-7s-angle-right:before {
  content: "";
}

.pe-7s-volume:before {
  content: "";
}

.pe-7s-angle-right-circle:before {
  content: "";
}

.pe-7s-users:before {
  content: "";
}

.pe-7s-angle-left:before {
  content: "";
}

.pe-7s-user-female:before {
  content: "";
}

.pe-7s-angle-left-circle:before {
  content: "";
}

.pe-7s-up-arrow:before {
  content: "";
}

.pe-7s-angle-down:before {
  content: "";
}

.pe-7s-switch:before {
  content: "";
}

.pe-7s-angle-down-circle:before {
  content: "";
}

.pe-7s-scissors:before {
  content: "";
}

.pe-7s-wallet:before {
  content: "";
}

.pe-7s-safe:before {
  content: "";
}

.pe-7s-volume2:before {
  content: "";
}

.pe-7s-volume1:before {
  content: "";
}

.pe-7s-voicemail:before {
  content: "";
}

.pe-7s-video:before {
  content: "";
}

.pe-7s-user:before {
  content: "";
}

.pe-7s-upload:before {
  content: "";
}

.pe-7s-unlock:before {
  content: "";
}

.pe-7s-umbrella:before {
  content: "";
}

.pe-7s-trash:before {
  content: "";
}

.pe-7s-tools:before {
  content: "";
}

.pe-7s-timer:before {
  content: "";
}

.pe-7s-ticket:before {
  content: "";
}

.pe-7s-target:before {
  content: "";
}

.pe-7s-sun:before {
  content: "";
}

.pe-7s-study:before {
  content: "";
}

.pe-7s-stopwatch:before {
  content: "";
}

.pe-7s-star:before {
  content: "";
}

.pe-7s-speaker:before {
  content: "";
}

.pe-7s-signal:before {
  content: "";
}

.pe-7s-shuffle:before {
  content: "";
}

.pe-7s-shopbag:before {
  content: "";
}

.pe-7s-share:before {
  content: "";
}

.pe-7s-server:before {
  content: "";
}

.pe-7s-search:before {
  content: "";
}

.pe-7s-film:before {
  content: "";
}

.pe-7s-science:before {
  content: "";
}

.pe-7s-disk:before {
  content: "";
}

.pe-7s-ribbon:before {
  content: "";
}

.pe-7s-repeat:before {
  content: "";
}

.pe-7s-refresh:before {
  content: "";
}

.pe-7s-add-user:before {
  content: "";
}

.pe-7s-refresh-cloud:before {
  content: "";
}

.pe-7s-paperclip:before {
  content: "";
}

.pe-7s-radio:before {
  content: "";
}

.pe-7s-note2:before {
  content: "";
}

.pe-7s-print:before {
  content: "";
}

.pe-7s-network:before {
  content: "";
}

.pe-7s-prev:before {
  content: "";
}

.pe-7s-mute:before {
  content: "";
}

.pe-7s-power:before {
  content: "";
}

.pe-7s-medal:before {
  content: "";
}

.pe-7s-portfolio:before {
  content: "";
}

.pe-7s-like2:before {
  content: "";
}

.pe-7s-plus:before {
  content: "";
}

.pe-7s-left-arrow:before {
  content: "";
}

.pe-7s-play:before {
  content: "";
}

.pe-7s-key:before {
  content: "";
}

.pe-7s-plane:before {
  content: "";
}

.pe-7s-joy:before {
  content: "";
}

.pe-7s-photo-gallery:before {
  content: "";
}

.pe-7s-pin:before {
  content: "";
}

.pe-7s-phone:before {
  content: "";
}

.pe-7s-plug:before {
  content: "";
}

.pe-7s-pen:before {
  content: "";
}

.pe-7s-right-arrow:before {
  content: "";
}

.pe-7s-paper-plane:before {
  content: "";
}

.pe-7s-delete-user:before {
  content: "";
}

.pe-7s-paint:before {
  content: "";
}

.pe-7s-bottom-arrow:before {
  content: "";
}

.pe-7s-notebook:before {
  content: "";
}

.pe-7s-note:before {
  content: "";
}

.pe-7s-next:before {
  content: "";
}

.pe-7s-news-paper:before {
  content: "";
}

.pe-7s-musiclist:before {
  content: "";
}

.pe-7s-music:before {
  content: "";
}

.pe-7s-mouse:before {
  content: "";
}

.pe-7s-more:before {
  content: "";
}

.pe-7s-moon:before {
  content: "";
}

.pe-7s-monitor:before {
  content: "";
}

.pe-7s-micro:before {
  content: "";
}

.pe-7s-menu:before {
  content: "";
}

.pe-7s-map:before {
  content: "";
}

.pe-7s-map-marker:before {
  content: "";
}

.pe-7s-mail:before {
  content: "";
}

.pe-7s-mail-open:before {
  content: "";
}

.pe-7s-mail-open-file:before {
  content: "";
}

.pe-7s-magnet:before {
  content: "";
}

.pe-7s-loop:before {
  content: "";
}

.pe-7s-look:before {
  content: "";
}

.pe-7s-lock:before {
  content: "";
}

.pe-7s-lintern:before {
  content: "";
}

.pe-7s-link:before {
  content: "";
}

.pe-7s-like:before {
  content: "";
}

.pe-7s-light:before {
  content: "";
}

.pe-7s-less:before {
  content: "";
}

.pe-7s-keypad:before {
  content: "";
}

.pe-7s-junk:before {
  content: "";
}

.pe-7s-info:before {
  content: "";
}

.pe-7s-home:before {
  content: "";
}

.pe-7s-help2:before {
  content: "";
}

.pe-7s-help1:before {
  content: "";
}

.pe-7s-graph3:before {
  content: "";
}

.pe-7s-graph2:before {
  content: "";
}

.pe-7s-graph1:before {
  content: "";
}

.pe-7s-graph:before {
  content: "";
}

.pe-7s-global:before {
  content: "";
}

.pe-7s-gleam:before {
  content: "";
}

.pe-7s-glasses:before {
  content: "";
}

.pe-7s-gift:before {
  content: "";
}

.pe-7s-folder:before {
  content: "";
}

.pe-7s-flag:before {
  content: "";
}

.pe-7s-filter:before {
  content: "";
}

.pe-7s-file:before {
  content: "";
}

.pe-7s-expand1:before {
  content: "";
}

.pe-7s-exapnd2:before {
  content: "";
}

.pe-7s-edit:before {
  content: "";
}

.pe-7s-drop:before {
  content: "";
}

.pe-7s-drawer:before {
  content: "";
}

.pe-7s-download:before {
  content: "";
}

.pe-7s-display2:before {
  content: "";
}

.pe-7s-display1:before {
  content: "";
}

.pe-7s-diskette:before {
  content: "";
}

.pe-7s-date:before {
  content: "";
}

.pe-7s-cup:before {
  content: "";
}

.pe-7s-culture:before {
  content: "";
}

.pe-7s-crop:before {
  content: "";
}

.pe-7s-credit:before {
  content: "";
}

.pe-7s-copy-file:before {
  content: "";
}

.pe-7s-config:before {
  content: "";
}

.pe-7s-compass:before {
  content: "";
}

.pe-7s-comment:before {
  content: "";
}

.pe-7s-coffee:before {
  content: "";
}

.pe-7s-cloud:before {
  content: "";
}

.pe-7s-clock:before {
  content: "";
}

.pe-7s-check:before {
  content: "";
}

.pe-7s-chat:before {
  content: "";
}

.pe-7s-cart:before {
  content: "";
}

.pe-7s-camera:before {
  content: "";
}

.pe-7s-call:before {
  content: "";
}

.pe-7s-calculator:before {
  content: "";
}

.pe-7s-browser:before {
  content: "";
}

.pe-7s-box2:before {
  content: "";
}

.pe-7s-box1:before {
  content: "";
}

.pe-7s-bookmarks:before {
  content: "";
}

.pe-7s-bicycle:before {
  content: "";
}

.pe-7s-bell:before {
  content: "";
}

.pe-7s-battery:before {
  content: "";
}

.pe-7s-ball:before {
  content: "";
}

.pe-7s-back:before {
  content: "";
}

.pe-7s-attention:before {
  content: "";
}

.pe-7s-anchor:before {
  content: "";
}

.pe-7s-albums:before {
  content: "";
}

.pe-7s-alarm:before {
  content: "";
}

.pe-7s-airplay:before {
  content: "";
}

body {
  font-family: "Montserrat", Arial, sans-serif;
}

.block {
  padding: 70px 0;
}
.block_bg_grey {
  background: #f5f5f5;
}
.block_padding_y {
  padding: 100px 0;
}
.block_parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991px) {
  .block_parallax {
    background-attachment: initial;
  }
}
.block_parallax_shadow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 39, 47, 0.55);
}
.block_parallax_shadow .container {
  position: relative;
  z-index: 999;
}
.block_parallax_flowers {
  background-image: url("../images/paralax_bg_flowers.jpg");
}
.block_parallax_candles {
  background-image: url("../images/paralax_bg_candles.jpg");
}
.block_parallax_venzel {
  background-image: url("../images/paralax_bg_venzel.jpg");
}
.block_parallax_ark {
  background-image: url("../images/paralax_bg_ark.jpg");
}

.btn, .button-submit {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.btn:hover, .button-submit:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn_danger, .button-submit {
  background: #ff615a;
  font-weight: 500;
  border: 1px solid #ff615a;
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  transition: all 0.35s ease;
}
.btn_danger:hover, .button-submit:hover {
  color: #ff615a;
}
.btn_danger:hover, .button-submit:hover {
  background: #f8fcfc;
}

.button-submit {
  width: 150px;
}

.wdform_column input,
.wdform_column textarea {
  background: none;
  border: 1px solid #f5f5f5;
  color: #fff;
}
.wdform_column input::-moz-placeholder, .wdform_column textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.wdform_column input:-ms-input-placeholder, .wdform_column textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.wdform_column input::placeholder,
.wdform_column textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.block-header {
  position: relative;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
}
.block-header:after {
  content: url("../images/section-title-after.png");
  position: absolute;
  display: block;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.block-subheader {
  font-size: 14px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

h3, .h3 {
  font-weight: 300;
  font-size: 20px;
}

p {
  line-height: 1.5;
}

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

.logo {
  font-family: "Great Vibes", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.logo__link {
  color: #b89049;
  transition: all 0.35s ease;
  text-decoration: none;
}
.logo__link:hover {
  color: #ff615a;
}

.social-links__link {
  margin-right: 10px;
  color: #f8fcfc;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
}

.social-links__link_facebook {
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  background: #4967b1;
}
.social-links__link_facebook:hover {
  color: #4967b1;
}
.social-links__link_facebook:hover {
  transition: all 0.35s ease;
}
.social-links__link_facebook:hover:hover {
  background: #f8fcfc;
}

.social-links__link_twitter {
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  background: #42a1f1;
}
.social-links__link_twitter:hover {
  color: #42a1f1;
}
.social-links__link_twitter:hover {
  transition: all 0.35s ease;
}
.social-links__link_twitter:hover:hover {
  background: #f8fcfc;
}

.social-links__link_vk {
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  background: #42a1f1;
}
.social-links__link_vk:hover {
  color: #42a1f1;
}
.social-links__link_vk:hover {
  transition: all 0.35s ease;
}
.social-links__link_vk:hover:hover {
  background: #f8fcfc;
}

.social-links__link_instagram {
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  background: #d0317d;
}
.social-links__link_instagram:hover {
  color: #d0317d;
}
.social-links__link_instagram:hover {
  transition: all 0.35s ease;
}
.social-links__link_instagram:hover:hover {
  background: #f8fcfc;
}

.social-links__link_whatsapp {
  color: #f8fcfc;
  transition: all 0.35s ease;
  text-decoration: none;
  background: #36c444;
}
.social-links__link_whatsapp:hover {
  color: #36c444;
}
.social-links__link_whatsapp:hover {
  transition: all 0.35s ease;
}
.social-links__link_whatsapp:hover:hover {
  background: #f8fcfc;
}

.social-links_size_small {
  margin: 10px 0;
  text-align: right;
}
.social-links_size_small .social-links__link {
  width: 27px;
  line-height: 25px;
  font-size: 14px;
}
.social-links_size_small .social-links__link_facebook {
  color: #bae1e0;
  transition: all 0.35s ease;
  text-decoration: none;
  background: none;
  border: 1px solid #bae1e0;
}
.social-links_size_small .social-links__link_facebook:hover {
  color: #bae1e0;
}
.social-links_size_small .social-links__link_facebook:hover {
  transition: all 0.35s ease;
}
.social-links_size_small .social-links__link_facebook:hover:hover {
  background: #4967b1;
}
.social-links_size_small .social-links__link_twitter {
  color: #bae1e0;
  transition: all 0.35s ease;
  text-decoration: none;
  background: none;
  border: 1px solid #bae1e0;
}
.social-links_size_small .social-links__link_twitter:hover {
  color: #bae1e0;
}
.social-links_size_small .social-links__link_twitter:hover {
  transition: all 0.35s ease;
}
.social-links_size_small .social-links__link_twitter:hover:hover {
  background: #42a1f1;
}
.social-links_size_small .social-links__link_vk {
  color: #bae1e0;
  transition: all 0.35s ease;
  text-decoration: none;
  background: none;
  border: 1px solid #bae1e0;
}
.social-links_size_small .social-links__link_vk:hover {
  color: #bae1e0;
}
.social-links_size_small .social-links__link_vk:hover {
  transition: all 0.35s ease;
}
.social-links_size_small .social-links__link_vk:hover:hover {
  background: #42a1f1;
}
.social-links_size_small .social-links__link_instagram {
  color: #bae1e0;
  transition: all 0.35s ease;
  text-decoration: none;
  background: none;
  border: 1px solid #bae1e0;
}
.social-links_size_small .social-links__link_instagram:hover {
  color: #bae1e0;
}
.social-links_size_small .social-links__link_instagram:hover {
  transition: all 0.35s ease;
}
.social-links_size_small .social-links__link_instagram:hover:hover {
  background: #d0317d;
}
.social-links_size_small .social-links__link_whatsapp {
  color: #bae1e0;
  transition: all 0.35s ease;
  text-decoration: none;
  background: none;
  border: 1px solid #bae1e0;
}
.social-links_size_small .social-links__link_whatsapp:hover {
  color: #bae1e0;
}
.social-links_size_small .social-links__link_whatsapp:hover {
  transition: all 0.35s ease;
}
.social-links_size_small .social-links__link_whatsapp:hover:hover {
  background: #36c444;
}

.postcard {
  position: relative;
}

.postcard__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postcard__box {
  padding: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(248, 252, 252, 0.75);
}
.postcard__box:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 3px solid rgba(248, 252, 252, 0.75);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postcard__title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333333;
}

.postcard__icon {
  color: #ff615a;
  font-size: 48px;
  margin-bottom: 20px;
}

.postcard__description {
  font-family: "Montserrat", Arial, sans-serif;
  color: #606060;
  font-size: 20px;
  font-weight: 500;
}

.service-card__title {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 20px;
}

.service-card__description {
  font-size: 14px;
  line-height: 1.4;
}

.events-card {
  background: #f5f5f5;
  height: 100%;
}

.events-card__image {
  height: 200px;
  width: 100%;
}
.events-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.events-card__title {
  font-weight: 300;
  font-size: 20px;
  padding: 20px 20px 5px;
}

.events-card__location {
  padding-left: 20px;
}
.events-card__location:before {
  content: "";
  font-family: Fontawesome;
  margin-right: 5px;
}

.events-card__description {
  font-size: 14px;
  font-weight: 300;
  padding: 20px;
}

.events-card__btn {
  margin-left: 20px;
  margin-bottom: 20px;
}

.advantage {
  text-align: center;
  position: relative;
  z-index: 999;
}

.advantage__icon {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.advantage__title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 28px;
  color: #ff615a;
}

.advantage__description {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.cta {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
  margin: 30px 0;
}

.cta__title {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 20px;
}

.cta__subtitle {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.quote {
  font-style: italic;
}

.quote__author {
  width: 80%;
  display: block;
  float: right;
}

.video-container {
  width: 100%;
  height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .video-container {
    height: 600px;
  }
}
.video-container video {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__top {
  background: #4c8683;
  padding: 10px 0;
}

.header__bottom {
  padding: 20px 0;
}

.header__contacts {
  font-weight: 500;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}
.header__contacts a {
  color: #b89049;
  transition: all 0.35s ease;
  text-decoration: none;
}
.header__contacts a:hover {
  color: #ff615a;
}
.header__contacts .fa {
  margin-right: 8px;
}

.header__navigation {
  background: #f5f5f5;
  padding: 15px 0;
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__item {
  display: inline-block;
  margin-right: 30px;
}

.nav__link {
  color: #b89049;
  transition: all 0.35s ease;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
}
.nav__link:hover {
  color: #ff615a;
}
.nav__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff615a;
  transition: all 0.35s ease-out;
}
.nav__link:hover::after {
  width: 100%;
  transition: all 0.35s ease-out;
}

.gallery__item {
  position: relative;
}
.gallery__item:hover {
  transition: all 0.35s ease;
}
.gallery__item:hover:hover {
  background: rgba(255, 97, 90, 0.5);
}

.gallery__image {
  display: block;
}

.gallery__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  background: rgba(255, 97, 90, 0.5);
  opacity: 0;
  transition: all 0.35s ease;
}

.gallery__item:hover .gallery__title {
  opacity: 1;
}

.timeline__item {
  display: flex;
  position: relative;
}
.timeline__item:last-child:after {
  content: "";
  font-family: Fontawesome;
  display: block;
  position: absolute;
  bottom: -40px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  color: #fff;
  background: #ff615a;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  text-align: center;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  font-size: 20px;
  z-index: 999;
}

.timeline__card {
  flex: 0 0 500px;
  background: #f5f5f5;
  padding: 20px;
  order: 1;
  margin-bottom: 40px;
  border-radius: 10px;
}

.timeline__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 15px;
}

.timeline__description {
  font-size: 14px;
  line-height: 1.5;
}

.timeline__sep {
  order: 2;
  position: relative;
  margin: 0 40px;
}
.timeline__sep:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #dddddd;
  z-index: 99;
}

.timeline__heart {
  color: #fff;
  background: #ff615a;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  text-align: center;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  font-size: 20px;
  position: relative;
  z-index: 999;
}

.timeline__date {
  font-weight: 700;
  font-size: 22px;
  width: 150px;
  height: 150px;
  background: url(../images/date_bg.png) no-repeat;
  display: flex;
  align-items: center;
  padding-left: 46px;
  order: 3;
  flex: 0 0 500px;
}

.timeline__item:nth-child(2n+2) .timeline__card {
  order: 3;
}
.timeline__item:nth-child(2n+2) .timeline__date {
  order: 1;
  justify-content: flex-end;
  padding-right: 40px;
  background-position: top right;
}

.footer {
  background: #21272F;
  color: #f8fcfc;
  padding: 20px 0;
}

.footer__social {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Fontawesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ff615a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ff615a;
  opacity: 0.75;
}
