article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
strong,
b {
  font-weight: inherit;
}
strong,
b {
  font-weight: bolder;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Light.woff') format('woff'), url('fonts/Ubuntu-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu.woff') format('woff'), url('fonts/Ubuntu.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Bold.woff') format('woff'), url('fonts/Ubuntu-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}
html,
body {
  height: 100%;
}
html,
button,
input,
select,
textarea {
  color: #1b1b1b;
}
body {
  font: 300 16px Ubuntu, 'Helvetica Neue', Arial, sans-serif;
}
p {
  line-height: 1.75;
  margin: 0 0 1.9em 0;
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c9c8c8;
  margin: 1em 0;
  padding: 0;
}
.hr-nomargin {
  margin: 0;
}
.hr-narrow {
  width: 28%;
  margin: 20px auto;
}
@media (max-width: 1023px) {
  .hr-narrow {
    width: 48%;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #000;
  -moz-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}
a:hover {
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.col {
  vertical-align: top;
  display: inline-block;
}
label {
  cursor: default;
}
.clear:before,
.row-wide:before,
.row:before,
main:before,
.clear:after,
.row-wide:after,
.row:after,
main:after {
  content: "";
  display: table;
  line-height: 0;
}
.clear:after,
.row-wide:after,
.row:after,
main:after {
  clear: both;
}
[class*="icon-"] {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
[class*="icon-"] svg {
  fill: currentColor;
  height: 1px;
  width: 100%;
  overflow: visible;
  vertical-align: top;
  box-sizing: content-box;
}
.header {
  z-index: 1000;
  height: 97px;
  position: relative;
}
.header__fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .header .row {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 67px;
  }
}
.header_col-nav {
  text-align: right;
}
.header_social-media {
  text-align: left;
  margin-top: 49px;
  display: none;
}
@media (min-width: 1024px) {
  .header_social-media {
    display: inline-block;
  }
}
.header_social-media a {
  color: #000;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  box-shadow: inset 0 -1px 0 transparent;
}
.header_social-media a:hover,
.header_social-media a:active,
.header_social-media a:focus {
  color: #46c7e8;
}
.header_social-media a [class*="icon-"] {
  vertical-align: top;
}
.header_social-media svg {
  fill: currentColor;
}
.header_language {
  margin-left: 10px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .header_language {
    display: inline-block;
  }
}
.header_language a {
  text-decoration: none;
  font-size: inherit;
}
.header_language a:hover {
  color: #46c7e8;
}
.logo {
  margin: 7px 0 0 0;
}
.logo a {
  color: #000;
}
@media (max-width: 767px) {
  .logo .icon-logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 150px;
  }
}
.nav-primary {
  vertical-align: top;
  text-align: left;
}
.nav-primary .icon-logo-1 {
  display: none;
}
.nav-primary__active {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
}
@media (max-width: 479px) {
  .nav-primary {
    top: 67px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-primary {
    top: 97px;
  }
}
@media (max-width: 1023px) {
  .nav-primary {
    padding: 0 25px 20px 25px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    border-top: solid 1px #e0e0e0;
    background: #fff;
    margin-top: -20px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .nav-primary > * {
    display: block;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-bottom: solid 1px #a6a6a6;
  }
  .nav-primary > *:last-child {
    border-bottom: none;
  }
  .nav-primary .icon-logo-1 {
    width: 30px;
    display: inline-block;
    margin-top: 20px;
  }
  .nav-primary .icon-logo-1 svg {
    fill: #ccc;
  }
}
@media (min-width: 1024px) {
  .nav-primary {
    font-size: 0;
    margin: 42px 0 0 0;
    display: inline-block;
  }
  .nav-primary > * {
    font-size: 14px;
    display: inline-block;
    padding: 10px 9px;
    box-shadow: inset 0 -1px 0 transparent;
  }
}
@media (min-width: 1600px) {
  .nav-primary > * {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.nav-primary > * {
  color: #1b1b1b;
  text-decoration: none;
}
.nav-primary a:hover {
  color: #46c7e8;
}
.nav-primary .active {
  color: #8d8d8d;
}
.nav-btn {
  margin: 30px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  width: 51px;
  height: 51px;
  text-align: center;
}
.nav-btn > * {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-btn__active [class*="icon-"] {
  width: 25px;
}
.nav-btn__active .menu_2 {
  display: block;
}
.nav-btn__active .menu_1 {
  display: none;
}
.nav-btn__active:hover .menu_1 {
  display: none;
}
.nav-btn__active:hover .menu_2 {
  display: block;
}
.nav-btn svg {
  fill: #1b1b1b;
}
@media (max-width: 767px) {
  .nav-btn {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .nav-btn {
    display: none;
  }
}
.hero {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero .bg {
  top: -58%;
  left: -1px;
  right: -1px;
  bottom: 48%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .hero {
    padding: 50px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero .link-play {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 474px;
  }
}
@media (min-width: 1280px) {
  .hero {
    height: 618px;
  }
}
.hero_title {
  width: 750px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .hero_title {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  .hero_title {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media (max-width: 479px) {
  .hero_title {
    top: 200px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media (min-width: 768px) {
  .hero_title {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .hero_title {
    font-size: 60px;
  }
}
.hero .link-play {
  width: 96px;
  height: 96px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background: rgba(70, 199, 232, 0.7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.hero .link-play:hover {
  background: #46c7e8;
}
.hero .link-play:hover > * {
  top: 49%;
}
.hero .link-play:hover .icon-play_1 {
  fill-opacity: 0.6;
}
.hero .link-play > * {
  top: 50%;
  -webkit-transform: translate(15%, -50%);
  -moz-transform: translate(15%, -50%);
  -ms-transform: translate(15%, -50%);
  -o-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.hero-1 {
  color: #fff;
  text-align: center;
  padding: 32px 0 42px 0;
  background: url("../img/hero-1.jpg") 50% 50% / cover;
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero-1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .hero-1 {
    min-height: 397px;
  }
}
.hero-1 p {
  position: relative;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .hero-1 p {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .hero-1 p {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.hero-1_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 800px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero-1_title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hero-1_title {
    margin: 14px 0 13px 0;
  }
}
@media (min-width: 1280px) {
  .hero-1_title {
    margin: 14px 0 40px 0;
  }
}
.hero-3 {
  text-align: center;
  background: #46c7e8;
  padding: 30px 0 24px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero-3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .hero-3 h2 {
    margin: 0 0 24px 0;
  }
}
.hero-3 p {
  max-width: 550px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  margin: 0 0 1.15em 0;
}
p.hero-3_text-1 {
  margin: 0 0 2em 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero-3 .link-icon {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-3 .link-icon {
    font-weight: 400;
  }
  .hero-3 .link-icon [class*="icon-"] {
    display: none;
  }
}
.hero-3 .btn__black:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px transparent;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.hero-3 .btn__black:hover {
  color: #000;
  background: transparent;
}
.hero-3 .btn__black:hover:after {
  border-color: #000;
}
.link-icon {
  font-size: 14px;
  font-style: italic;
  color: currentColor;
  text-decoration: none;
}
.link-icon:hover {
  color: currentColor;
}
.link-icon:hover span {
  display: inline-block;
}
.link-icon span {
  margin-left: 5px;
  text-decoration: underline;
}
.link-icon-1 {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.link-icon-1:hover {
  color: #000;
}
.link-icon-1:hover span {
  display: inline-block;
}
.link-icon-1 span {
  margin-left: 5px;
  text-decoration: underline;
}
.nav-page {
  color: #f9fafb;
  font-size: 0;
  background: #1b1b1b;
  text-align: center;
}
.nav-page__fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media (max-width: 1023px) {
  .nav-page {
    display: none;
  }
}
.nav-page a {
  font-size: 14px;
  position: relative;
  padding: 11px 12px 12px 12px;
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  -moz-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}
.nav-page a:after {
  content: '•';
  position: absolute;
  right: -0.5ex;
  margin-top: 0.3em;
  font-size: 10px;
}
.nav-page a:last-child:after {
  display: none;
}
.nav-page a:hover,
.nav-page a.active {
  color: #46c7e8;
}
.nav-page a:hover:after,
.nav-page a.active:after {
  color: #f9fafb;
}
.nav-page a:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-page__home {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .nav-page__home a {
    font-size: 16px;
  }
}
h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h2 {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1280px) {
  h2 {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 1279px) {
  .h2__nomargin {
    margin: 0 0 12px 0;
  }
}
@media (min-width: 1280px) {
  .h2__nomargin {
    margin: 0 0 35px 0;
  }
}
h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
  }
}
.h3__style-1 {
  font-size: 44px;
  line-height: 1.3;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .h3__style-1 {
    font-size: 25px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  h4 {
    text-align: center;
  }
}
h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px 0;
}
.centered {
  text-align: center;
}
.block-1 {
  text-align: center;
}
.block-1__hover p {
  color: #999;
}
.block-1__hover .block-1_link span {
  text-decoration: underline;
}
.block-1_image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
  padding-top: 100%;
}
a.block-1_image:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #46c7e8;
  position: absolute;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.block-1_image:hover:after {
  opacity: 0.7;
}
.block-1_image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-1 p {
  margin-bottom: 10px;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.block-1_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}
.block-1_link {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .block-1_link {
    display: none;
  }
}
.block-1_link:hover {
  color: #999;
}
.block-1_link:hover span {
  text-decoration: underline;
}
.block-1__1 .block-1_image {
  padding-top: 55.5%;
}
.blocks-1-wrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blocks-1-wrap .block-1 {
  margin-bottom: 32px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .blocks-1-wrap .block-1 {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .blocks-1-wrap .block-1 {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .blocks-1-wrap .block-1 {
    -webkit-flex: 1 1 33.33333333%;
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
    padding-left: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blocks-1-wrap {
    width: 366px;
    margin: 60px auto 20px auto;
  }
}
@media (min-width: 768px) {
  .blocks-1-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blocks-1-wrap {
    margin: 60px -35px 20px -35px;
  }
}
@media (max-width: 767px) {
  .blocks-1-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blocks-1-wrap > [class*="col-"] {
    width: 100%;
  }
  .blocks-1-wrap .block-1_image {
    padding: 0;
    height: 170px;
  }
}
.hero-2 {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-2 h2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hero-2 .grid {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto !important;
  }
  .hero-2 .grid .col {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .hero-2 .grid {
    margin: 100px 0 0 0;
  }
}
.hero-2 .grid > .col {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
@media (max-width: 767px) {
  .hero-2 .grid > .col {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-2 .grid > .col {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.hero-2 .grid .image {
  height: 105px;
  position: relative;
}
@media (max-width: 479px) {
  .hero-2 .grid .image {
    width: 100px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero-2 .grid .image {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .hero-2 .grid .image {
    float: left;
  }
}
.hero-2 .grid .image [class*="icon-"] {
  max-width: 80%;
}
.hero-2 .grid p {
  line-height: 1.5;
  margin: 45px 0 0 0;
}
@media (max-width: 1023px) {
  .hero-2 .grid p {
    margin: 0 !important;
    overflow: hidden;
  }
}
.grid.grid__1 > [class*="col-"]:first-child {
  background-size: cover !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
.grid.grid__1 > [class*="col-"]:last-child {
  position: relative;
  padding-bottom: 100px;
}
.grid.grid__1 .btn {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1023px) {
  .grid.grid__1 {
    font-size: 20px;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.grid__1 > [class*="col-"] {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid.grid__1 > [class*="col-"]:first-child {
    height: 310px;
  }
  .grid.grid__1 .btn {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .grid.grid__1 h3 {
    font-size: 30px;
  }
}
.footer {
  color: #fff;
  padding: 75px 0 50px 0;
  background: #1b1b1b;
}
@media (max-width: 1023px) {
  .footer {
    padding: 42px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .footer .grid > [class*="col"] {
    width: 100%;
  }
}
.footer .grid > [class*="col"]:first-child {
  margin: -34px 0 23px 0;
}
@media (max-width: 767px) {
  .footer .grid > [class*="col"]:first-child {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .grid > [class*="col"]:first-child {
    margin: -18px 0 23px 0;
  }
}
.footer .grid > [class*="col"]:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 767px) {
  .footer .grid {
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .icon-logo .logo_2 {
  fill: #fff;
}
@media (max-width: 1023px) {
  .footer .icon-logo {
    width: 216px;
  }
}
.footer a {
  color: currentColor;
}
@media (max-width: 767px) {
  .footer_logo {
    display: none;
  }
}
.footer_contacts {
  margin: -2px 0 0 0;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .footer_contacts {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.footer_copyright {
  font-size: 16px;
  margin: 0 0 0 44px;
}
.footer_copyright [class*="icon-"] {
  display: none;
}
@media (max-width: 767px) {
  .footer_copyright {
    font-size: 12px;
  }
  .footer_copyright [class*="icon-"] {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .footer_copyright {
    margin-left: 0 !important;
  }
}
.vcard-footer .fn {
  display: none;
}
.vcard-footer .vcard_title {
  font-weight: 700;
  margin-right: 15px;
}
.vcard-footer p {
  margin-bottom: 8px;
}
.vcard-footer a {
  text-decoration: none;
}
.vcard-footer a:hover {
  text-decoration: underline;
}
.row-heading {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.row-heading > .row {
  z-index: 10;
  height: inherit;
  max-height: inherit;
  position: relative;
}
.row-heading .bg {
  top: -87%;
  z-index: 1;
  left: -1px;
  right: -1px;
  bottom: 73%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.row-heading .icon-support {
  width: 74px;
}
.row-heading.row-heading__narrow {
  max-height: 386px;
}
.row-heading.row-heading__1 {
  color: #000;
  background-color: #4ac5e6;
}
.row-heading.row-heading__1:after {
  display: none;
}
.row-heading.row-heading__2 .icon-logo-1 svg {
  fill: #3abcd6 !important;
}
.row-heading > * {
  z-index: 2;
}
.row-heading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: 0 0 / contain repeat-x url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAF5CAQAAAD0GogaAAAARElEQVQ4y2OQbmBiYACj/zAGAw4RPFwipbCyiVdApCyNGKQqIE8Z5VyaqqG/RjLUUIVLqjLiFdCCQbwsSQrIzvVYyhMAqJCCDZaof0IAAAAASUVORK5CYII=');
}
.row-heading .icon-logo-1 {
  opacity: 0.5;
  width: 285px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .row-heading .icon-logo-1 {
    width: 242px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-heading .icon-logo-1 {
    width: 242px;
  }
}
@media (max-width: 767px) {
  .row-heading .icon-logo-1 {
    width: 150px;
  }
}
.row-heading .icon-logo-1 svg {
  fill: #46c7e8 !important;
}
@media (max-width: 767px) {
  .row-heading .link-play {
    display: none;
  }
}
@media (max-width: 1023px) {
  .row-heading {
    height: 380px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .row-heading {
    height: 470px;
  }
}
@media (min-width: 768px) {
  .row-heading {
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .row-heading {
    height: 658px;
  }
}
.row-heading_title {
  z-index: 10;
  font-weight: 700;
  line-height: 1.2;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .row-heading_title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .row-heading_title {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .row-heading_title {
    font-size: 76px;
  }
}
.text-style-1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-style-1 {
    font-size: 25px;
  }
}
.text-style-2 {
  color: #666;
  line-height: 1.1;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .text-style-2 {
    font-size: 22px;
  }
}
.text-style-3 {
  line-height: 1.1;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .text-style-3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 40px 0 100px 0;
  }
}
.list-style-1 {
  padding: 0;
  margin: 0 0 5px 0;
}
.list-style-1 li {
  font-size: 14px;
  list-style: none;
  margin: 0 0 17px 0;
}
.hero-4 {
  text-align: center;
  background: #46c7e8 url(../img/hero-4.jpg) 50% 50% / cover no-repeat;
  padding: 50px 0 60px 0;
}
@media (min-width: 768px) {
  .hero-4 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .hero-4 {
    margin-bottom: 110px !important;
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .hero-4 h2 {
    margin-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .hero-4 h2 {
    margin: 0 0 28px 0;
  }
}
.hero-4 p {
  max-width: 970px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  margin: 0 0 1.15em 0;
  line-height: 1.5;
}
.hero-4 a {
  color: currentColor;
}
.brands {
  margin: 110px 0 50px 0;
  padding: 0;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .brands {
    margin: 170px 0 50px 0;
  }
}
.brands li {
  margin: 0 0 55px 0;
  width: 20%;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  list-style: none;
  text-align: center;
  background: none;
  position: relative;
}
@media (max-width: 767px) {
  .brands li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .brands li {
    width: 33.3333%;
  }
}
.brands img {
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .grid__2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .grid__2 h3 {
    color: #fff;
    z-index: 100;
    text-align: center;
    position: relative;
    top: -135px;
    margin: 0 0 -60px 0;
  }
}
@media (max-width: 767px) {
  .grid__2 > [class*="col-"]:first-child {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__2 > [class*="col-"]:first-child {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .grid__2 > [class*="col-"] {
    width: 100%;
    margin-bottom: 56px;
  }
  .grid__2 > [class*="col-"]:first-child {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .grid.grid__3 {
    text-align: left;
    margin: 0 auto !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .grid.grid__3 [class*="col-"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid.grid__3 [class*="col-"] {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.grid__3 [class*="col-"] {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.grid__3 .block-1 {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.grid__3 .block-1_image {
    padding: 0;
    width: 300px;
    height: 300px;
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.grid__3 .block-1_text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .grid.grid__4 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.grid__4 [class*="col-"] {
    width: 100%;
    margin-bottom: 50px;
  }
  .grid.grid__4 [class*="col-"]:last-child {
    display: none;
  }
}
.hero-5 {
  text-align: center;
}
@media (max-width: 1023px) {
  .hero-5 {
    margin-top: 90px;
    padding-bottom: 60px;
    margin-bottom: 0 !important;
  }
  .hero-5 h2 {
    position: relative;
    top: -105px;
    margin-bottom: -20px;
  }
  .hero-5 .text-style-1 {
    font-weight: 700;
    margin-bottom: 110px;
  }
  .hero-5 .text-style-2 {
    font-weight: 400;
    color: #999;
    margin-bottom: 80px;
  }
}
.article .row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.article_grid-1 {
  margin-bottom: 52px;
}
@media (max-width: 1023px) {
  .article_grid-1 [class*="col-"]:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article_grid-2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article_grid-2 [class*="col-"] {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article_grid-2 {
    width: 440px;
    margin: 0 auto !important;
  }
}
.article_info {
  color: #999;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .article_info {
    margin-right: 120px;
  }
}
.article_info p {
  margin-bottom: 25px;
}
.article_info a {
  color: currentColor;
}
.article_info_title {
  color: #000;
  font-weight: 700;
}
.article_info_category {
  font-size: 14px;
}
.article_info_category p {
  margin-bottom: 5px;
  line-height: 1.4;
}
.text-style-4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .text-style-4 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.image-sign {
  color: #999;
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
.block-2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.block-2__hover p {
  color: #999;
}
.block-2__hover .block-2_link span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .block-2 {
    width: 100%;
  }
}
.block-2 p {
  line-height: 1.7;
  margin-bottom: 12px;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.block-2_image {
  display: block;
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
}
.block-2_image img {
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  image-rendering: optimizeQuality;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.block-2_image:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #46c7e8;
  position: absolute;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.block-2_image:hover:after {
  opacity: 0.7;
}
.block-2_image:hover img {
  zoom: 1.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
p.block-2_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.block-2 a {
  color: currentColor;
  text-decoration: none;
}
.block-2 a:hover {
  color: #f9b317;
}
.block-2_timestamp {
  color: #999;
  font-size: 14px;
}
.block-2_link {
  color: #999 !important;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .block-2_link {
    display: none;
  }
}
.block-2_link span {
  text-decoration: underline;
}
.block-2_link:hover {
  color: #46c7e8 !important;
}
.blocks-2-wrap {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blocks-2-wrap {
    margin-left: -3% !important;
  }
}
@media (max-width: 767px) {
  .blocks-2-wrap .block-2 {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blocks-2-wrap .block-2 {
    float: left;
    width: 46%;
    margin: 0 0 52px 4%;
  }
}
@media (min-width: 1024px) {
  .blocks-2-wrap .block-2 {
    float: left;
    width: 30%;
    margin: 0 0 52px 3%;
  }
  .blocks-2-wrap .block-2:nth-child(3n+1) {
    clear: left;
  }
}
.blocks-2-wrap__style-1 .block-2 {
  text-align: left;
}
.blocks-2-wrap__style-1 .block-2 a.block-2_image:after {
  background: #000;
}
.blocks-2-wrap__style-1 .block-2:hover .block-2_image:after {
  opacity: 0.4;
}
.blocks-2-wrap__style-1 .block-2__hover .block-2_title {
  color: #46c7e8;
}
.vcard-main {
  font-size: 24px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
}
.vcard-main p {
  line-height: 1.45;
  margin-bottom: 17px;
}
.vcard-main .adr {
  font-weight: 700;
}
.vcard-main a {
  color: currentColor;
  text-decoration: none;
}
.vcard-main a:hover {
  text-decoration: underline;
}
.vcard-main strong {
  font-weight: 700;
}
.map_content {
  height: 542px;
}
.address-help {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .address-help {
    width: 600px;
  }
}
.address-help .col {
  overflow: hidden;
  padding: 0 !important;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .address-help .col {
    width: 100%;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .address-help .col {
    width: 300px;
    height: 300px;
    float: left;
  }
  .address-help .col img {
    height: 100%;
  }
}
.address-help img {
  width: 100%;
}
.address-help p {
  position: absolute;
  color: #fff;
  left: 22px;
  right: 22px;
  bottom: 18px;
  margin: 0;
}
.address-help strong {
  font-weight: 700;
}
.hero-6 {
  text-align: center;
  padding: 45px 0;
  background: url("../img/hero-6.jpg") 50% 50% / cover no-repeat;
  line-height: 1.4;
}
.list-style-2 {
  margin: 0;
  padding: 0;
}
.list-style-2 li {
  margin: 0 0 10px 0;
  line-height: 1.8;
  list-style: none;
}
.grid__5 {
  font-size: 14px;
}
.grid__5_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.grid__5 [class*="col-"] {
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .grid__5 [class*="col-"] {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .grid__5 .grid__5_link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__5 .grid__5_link {
    text-align: right;
  }
}
.nav-filter {
  padding: 36px 0 15px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .nav-filter {
    background: #fff;
  }
  .nav-filter .row {
    width: auto;
    padding: 0 20px;
  }
}
.nav-filter_title {
  display: inline-block;
  margin: 0 4px 10px 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .nav-filter_title {
    font-size: 28px;
    font-weight: 300;
    color: #999;
    display: block;
    cursor: default;
    background: 100% 50% no-repeat url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIxLjRweCIgaGVpZ2h0PSIxMy41cHgiIHZpZXdCb3g9IjAgMCAyMS40IDEzLjUiPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik0yMS40LDNMMTAuNywxMy41TDAsM2wzLTNsNy43LDcuNkwxOC40LDBMMjEuNCwzeiIvPjwvc3ZnPg==');
  }
  .nav-filter__active .nav-filter_title {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIxLjRweCIgaGVpZ2h0PSIxMy41cHgiIHZpZXdCb3g9IjAgMCAyMS40IDEzLjUiPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik0wLDEwLjVMMTAuNywwbDEwLjcsMTAuNWwtMywzbC03LjctNy42TDMsMTMuNUwwLDEwLjV6Ii8+PC9zdmc+');
  }
}
.nav-filter_content {
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-filter_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
    padding: 20px;
    font-size: 20px;
  }
  .nav-filter__active .nav-filter_content {
    opacity: 1;
    visibility: visible;
  }
}
.nav-filter a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: currentColor;
  position: relative;
  margin: 0 15px 10px 0;
}
.nav-filter a:hover {
  text-decoration: underline;
}
.nav-filter a:last-child:after {
  display: none;
}
.nav-filter a:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -10px;
  width: 2px;
  height: 20px;
  background: #d3d2d1;
}
@media (max-width: 767px) {
  .nav-filter a {
    padding: 2px 10px;
    background: #eee;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    color: #666;
    margin: 0 2px 7px 0;
  }
  .nav-filter a:hover {
    text-decoration: none;
    color: #fff;
    background: #999;
  }
  .nav-filter a:after {
    display: none;
  }
}
.nav-filter .active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nav-filter .active {
    color: #fff;
    text-decoration: none;
    background: #999;
  }
}
.project {
  font-size: 14px;
  margin-bottom: 165px;
}
@media (max-width: 1023px) {
  .project {
    margin-bottom: 60px;
  }
}
.project .row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.project_grid-1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .project_grid-1 {
    margin-bottom: 20px;
  }
}
.project_logo {
  font-size: 16px;
  min-height: 135px;
  margin-bottom: 15px !important;
}
.project_logo img {
  display: block;
}
@media (min-width: 768px) {
  .project_logo img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project_logo img {
    margin: 0 auto 27px auto;
  }
}
.project_info {
  color: #999;
  font-size: 12px;
}
@media (max-width: 767px) {
  .project_info {
    font-size: 15px;
    margin-top: 30px;
  }
}
.project_info p {
  margin-bottom: 0;
}
.project_info a {
  color: currentColor;
}
.project_info_title {
  color: #000;
  font-weight: 700;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .project_info_title {
    display: inline-block;
  }
  .project_info_title + p {
    display: inline-block;
  }
}
.project_info_category {
  font-size: 14px;
}
.project_info_category p {
  margin-bottom: 5px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .project_info {
    text-align: center;
  }
}
.gallery-1 {
  padding: 0;
  overflow: hidden;
  margin: 0 auto 65px auto;
  max-width: 960px;
}
.gallery-1 li {
  list-style: none;
  overflow: hidden;
  position: relative;
}
.gallery-1 li:first-child {
  text-align: center;
  background: #00afff;
  margin: 0 0 20px 0;
}
.gallery-1 li:first-child img {
  max-height: 528px;
}
@media (max-width: 479px) {
  .gallery-1 li:first-child {
    margin-bottom: 2px;
  }
}
.gallery-1 li:nth-child(2) {
  clear: left;
  width: 49%;
  float: left;
  height: 322px;
  margin-bottom: 2px;
}
@media (max-width: 1023px) {
  .gallery-1 li:nth-child(2) {
    display: none;
  }
}
.gallery-1 li:nth-child(3) {
  float: right;
  width: 49%;
  height: 368px;
}
@media (max-width: 479px) {
  .gallery-1 li:nth-child(3) {
    width: auto;
    height: 200px;
    float: none;
    margin-bottom: 2px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-1 li:nth-child(3) {
    height: 258px;
  }
}
@media (min-width: 1024px) {
  .gallery-1 li:nth-child(3) {
    height: 528px;
  }
}
.gallery-1 li:nth-child(4) {
  width: 49%;
  float: left;
  height: 368px;
}
@media (max-width: 479px) {
  .gallery-1 li:nth-child(4) {
    width: auto;
    height: 200px;
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-1 li:nth-child(4) {
    height: 258px;
  }
}
@media (min-width: 1024px) {
  .gallery-1 li:nth-child(4) {
    height: 204px;
  }
}
.gallery-1 li:nth-child(2) img,
.gallery-1 li:nth-child(3) img,
.gallery-1 li:nth-child(4) img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-articles {
  margin: 0 auto !important;
  font-size: 14px;
  color: #999;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .nav-articles {
    padding: 20px 0;
    font-size: 0;
  }
}
.nav-articles > [class*="col"]:first-child {
  text-align: left;
}
.nav-articles > [class*="col"]:last-child {
  text-align: right;
}
.nav-articles [class*="icon-"] {
  width: 12px;
  top: -3px;
}
@media (min-width: 768px) {
  .nav-articles [class*="icon-"] {
    display: none;
  }
}
.nav-articles strong {
  font-weight: 700;
}
.nav-articles a {
  color: currentColor;
  text-decoration: none;
}
.nav-articles a:hover {
  color: #46c7e8;
}
@media (max-width: 767px) {
  .nav-articles a span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .nav-articles a span {
    text-decoration: underline;
  }
}
.nav-articles_prev span {
  margin-left: 10px;
}
.nav-articles_next span {
  margin-right: 10px;
}
.nav-articles_back {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .nav-articles_back {
    display: none;
  }
}
.text-style-5 {
  line-height: 1.7;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .text-style-5 {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-style-5 {
    margin-bottom: 130px;
  }
}
.grid__6 {
  font-size: 14px;
}
.grid__6 p {
  margin-bottom: 10px;
}
.grid__6 [class*="col-"] {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .grid__6 [class*="col-"] {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__6 [class*="col-"] {
    padding: 0 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__6 [class*="col-"]:first-child {
    width: 44%;
  }
}
@media (min-width: 1600px) {
  .grid__6 [class*="col-"]:first-child {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__6 [class*="col-"]:last-child {
    width: 56%;
  }
}
@media (min-width: 1600px) {
  .grid__6 [class*="col-"]:last-child {
    width: 44%;
  }
}
.grid__6 .image {
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__6 .image {
    height: 300px;
  }
}
.grid__6 .image img {
  left: 50%;
  top: 50%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-3 {
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-3 {
    padding: 100px 0;
  }
}
.block-3 .text-style-5 {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .block-3 .text-style-5 {
    text-align: center;
  }
}
.block-3 .hr-narrow {
  margin: 18px auto 15px auto;
}
.grid__7 {
  text-align: center;
}
.grid__7 [class*="icon-"] {
  margin-bottom: 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__7 {
    font-size: 14px;
    margin-bottom: 120px;
  }
}
.grid__8 {
  font-size: 14px;
  text-align: center;
}
.grid__8 p {
  line-height: 1.8;
}
.grid__8 [class*="col-"] {
  margin-bottom: 50px;
}
.grid__8 [class*="icon-"] {
  margin-bottom: 27px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__8 {
    margin-bottom: 120px;
  }
}
.text-style-6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5 !important;
  margin-bottom: 3px;
}
.nav-categories {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 70px 0 60px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .nav-categories {
    width: 95%;
    margin: 0 auto;
    padding: 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-categories {
    width: 80%;
    margin: 0 auto;
  }
}
.nav-categories_mobi:hover,
.nav-categories_mobi.active {
  background: #3abcd6 !important;
}
.nav-categories_web:hover {
  background: #fab316;
}
.nav-categories a,
.nav-categories .active {
  color: #000 !important;
  text-decoration: none;
  font-weight: 700;
}
.nav-categories a:last-child,
.nav-categories .active:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .nav-categories a,
  .nav-categories .active {
    color: #fff !important;
    padding: 10px 0;
    margin: 0 !important;
    background: transparent;
    border-bottom: solid 1px #8d8d8d;
  }
  .nav-categories a:after,
  .nav-categories .active:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 9px;
    margin-left: 2px;
    background: 100% 50% no-repeat url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjYuOHB4IiBoZWlnaHQ9IjEwLjVweCIgdmlld0JveD0iMCAwIDYuOCAxMC41Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMS41LDEwLjVsNS4zLTUuM0wxLjUsMEwwLDEuNWwzLjgsMy44TDAsOUwxLjUsMTAuNXoiLz48L3N2Zz4=');
  }
}
@media (max-width: 1023px) {
  .nav-categories a,
  .nav-categories .active {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 768px) {
  .nav-categories a,
  .nav-categories .active {
    height: 95px;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 1% 19px 9px;
    padding: 20px 0 0 0;
  }
}
.nav-categories a:first-child,
.nav-categories .active:first-child,
.nav-categories a:nth-child(2),
.nav-categories .active:nth-child(2) {
  width: 48%;
}
.nav-categories a:hover,
.nav-categories .active:hover,
.nav-categories a.active,
.nav-categories .active.active {
  color: #000;
  background: #46c7e8;
}
@media (max-width: 767px) {
  .nav-categories a span,
  .nav-categories .active span {
    width: 46px;
    text-align: center;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .nav-categories [class*="icon-"] {
    max-width: 25px !important;
  }
}
@media (min-width: 768px) {
  .nav-categories [class*="icon-"] {
    display: block;
    margin: 0 auto 8px auto;
  }
}
.list-style-3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.list-style-3 li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  line-height: 1.9;
}
.list-style-3 li:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0.02em;
}
.toggle-list {
  padding: 0;
  margin: 20px auto 100px auto;
}
@media (max-width: 479px) {
  .toggle-list {
    width: 320px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toggle-list {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .toggle-list {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .toggle-list {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .toggle-list {
    width: 1024px;
  }
}
.toggle-list > li {
  list-style: none;
}
.toggle-list > li:last-child {
  border-bottom: none;
}
.toggle-list_item {
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}
.toggle-list_item span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding: 33px 0;
  margin: 0 auto;
  border-bottom: solid 1px #d1d1d1;
}
@media (max-width: 767px) {
  .toggle-list_item span {
    font-size: 20px;
    padding: 23px 0;
  }
}
.toggle-list_item:hover {
  color: #fff;
  background: #46c7e8;
}
.toggle-list_hidden {
  display: none;
  margin: 20px auto 0 auto;
}
@media (min-width: 1024px) {
  .toggle-list_hidden {
    width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .toggle-list_hidden {
    width: 718px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toggle-list_hidden {
    width: 460px;
  }
}
@media (max-width: 479px) {
  .toggle-list_hidden {
    width: 300px;
  }
}
.toggle-list_title {
  font-weight: 700;
  margin-bottom: 1px;
}
.vacancies ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.vacancies ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  line-height: 1.75;
}
.vacancies ul li:before {
  color: #46c7e8;
  content: '►';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.vacancies .form__resume {
  margin-top: 60px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .services {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .services .nav-filter {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 0 3px 0;
    position: absolute;
    border-top: solid 1px #e0e0e0;
  }
  .services .nav-filter_title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .services .nav-filter {
    display: none;
  }
}
@media (max-width: 767px) {
  .services_maintitle {
    display: none;
  }
}
.services_maintitle h2 {
  margin: 0 0 25px 0;
}
@media (max-width: 479px) {
  .services_maintitle h2 {
    font-size: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .services_maintitle h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .services_maintitle h2 {
    font-weight: 300;
    color: #999;
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .services_maintitle h2 {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .services_maintitle h2 {
    font-size: 72px;
  }
}
.services_title {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  text-decoration: none;
  display: block;
}
@media (max-width: 479px) {
  .services_title {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .services_title {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .services_title {
    font-size: 16px;
    height: 145px;
  }
}
@media (max-width: 767px) {
  .services_title {
    font-size: 22px;
  }
  .services_title .icon-pc {
    width: 70px !important;
  }
  .services_title .icon-mobile {
    width: 40px !important;
  }
  .services_title .icon-support {
    width: 60px !important;
  }
  .services_title .icon-promo {
    width: 70px !important;
  }
  .services_title .icon-gift {
    width: 70px !important;
  }
}
.services_title:hover {
  text-decoration: underline;
}
.services_title [class*="icon-"] {
  display: block;
  margin-bottom: 23px;
  height: 56px;
}
@media (max-width: 767px) {
  .services_title [class*="icon-"] {
    margin-left: auto;
    margin-right: auto;
    color: #666;
  }
}
.services h6 {
  margin: 0 0 5px 0;
}
.services h6 a {
  text-decoration: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .services_categories {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .services_categories {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .services_categories .swiper-wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .services_categories .swiper-slide {
    width: 420px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .services_categories .swiper-slide {
    text-align: center;
    box-sizing: border-box;
  }
}
.services_categories_prev,
.services_categories_next {
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
.services_categories_prev > *,
.services_categories_next > * {
  width: 10px !important;
}
@media (min-width: 768px) {
  .services_categories_prev,
  .services_categories_next {
    display: none;
  }
}
.services_categories_prev {
  left: 10px;
}
.services_categories_next {
  right: 10px;
}
.swiper-slide.services_item {
  background: #fff;
}
@media (max-width: 767px) {
  .swiper-slide.services_item {
    background: #ececec;
  }
}
@media (max-width: 767px) and (max-height: 481px) {
  .swiper-slide.services_item {
    padding: 80px 30px 0 30px !important;
  }
}
@media (max-width: 767px) and (min-height: 482px) and (max-height: 768px) {
  .swiper-slide.services_item {
    padding: 100px 30px 0 30px !important;
  }
}
@media (max-width: 767px) and (min-height: 627px) {
  .swiper-slide.services_item {
    padding: 160px 30px 0 30px !important;
  }
}
@media (min-width: 768px) {
  .swiper-slide.services_item {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 31.5%;
    min-height: 347px;
    margin: 0 1.5% 15px 0;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .swiper-slide.services_item:hover {
    background: #46c7e8;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide.services_item {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 15px 0;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .swiper-slide.services_item_web {
    background: #46c7e8;
  }
}
.swiper-slide.services_item_web,
.swiper-slide.services_item_mobi {
  padding: 30px 40px;
}
.swiper-slide.services_item_web [class*="icon-"],
.swiper-slide.services_item_mobi [class*="icon-"] {
  color: #000;
}
@media (min-width: 768px) {
  .swiper-slide.services_item_web,
  .swiper-slide.services_item_mobi {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide.services_item_web,
  .swiper-slide.services_item_mobi {
    width: 46%;
    margin: 0 3% 35px 0;
  }
}
@media (min-width: 768px) {
  .swiper-slide.services_item_web .services_title,
  .swiper-slide.services_item_mobi .services_title {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .swiper-slide.services_item_mobi {
    background: #3abcd6;
  }
}
.swiper-slide.services_item_mobi:hover {
  background: #3abcd6;
}
@media (max-width: 767px) {
  .swiper-slide.services_item_web {
    background: #3abcd6;
  }
}
.swiper-slide.services_item_web:hover {
  background: #fab316;
}
@media (max-width: 479px) {
  .services .swiper-pagination {
    bottom: 15px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .services .swiper-pagination {
    bottom: 25px !important;
  }
}
.services .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 4px !important;
  background: #fff;
  border: solid 4px #fff;
}
.services .swiper-pagination-bullet-active {
  background: #000;
}
.services ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.services ul li {
  padding: 0;
  list-style: none;
  position: relative;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .services ul li {
    padding-left: 20px;
  }
  .services ul li:before {
    content: '►';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
}
.services .icon-pc {
  width: 60px;
}
.services .icon-mobile {
  width: 31px;
}
.services .icon-support {
  width: 52px;
}
.services .icon-promo {
  width: 56px;
}
.services .icon-gift {
  width: 42px;
}
@media (max-width: 767px) {
  .remodal-wrapper {
    padding: 0 !important;
  }
}
.remodal__style-1-wrapper:after {
  display: none !important;
}
.remodal__style-1 {
  width: 100%;
  text-align: left;
  background: #f7f7f7 !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .remodal__style-1 {
    top: 67px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    display: block;
  }
  .remodal__style-1 .row {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .remodal__style-1 {
    padding: 80px 0 0 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .remodal__style-1 {
    padding: 120px 0 0 0 !important;
  }
}
@media (min-width: 1280px) {
  .remodal__style-1 {
    padding: 190px 0 0 0 !important;
  }
}
.remodal__style-1 > .row:first-child {
  position: relative;
}
.remodal__style-1 .remodal-close {
  color: #000;
  width: auto;
  height: auto;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .remodal__style-1 .remodal-close {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .remodal__style-1 .remodal-close {
    top: -40px;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .remodal__style-1 .remodal-close:before {
    right: 13px !important;
  }
}
@media (min-width: 1024px) {
  .remodal__style-1 .remodal-close {
    border: solid 1px #000;
    font-size: 18px;
    padding: 8px 44px 11px 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .remodal__style-1 .remodal-close {
    top: -80px;
  }
}
@media (min-width: 1280px) {
  .remodal__style-1 .remodal-close {
    top: -130px;
  }
}
.remodal__style-1 .remodal-close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.remodal__style-1 .remodal-close:before {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  background: 100% 50% no-repeat url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPjxwYXRoIGQ9Ik04LjY0NSw2Ljk4NCBDOC42NDUsNi45ODQgMTMuNjM0LDEuOTk2IDEzLjYzNCwxLjk5NiBDMTQuMDkzLDEuNTM3IDE0LjA5MywwLjc5MyAxMy42MzQsMC4zMzMgQzEzLjE3NSwtMC4xMjYgMTIuNDMwLC0wLjEyNiAxMS45NzEsMC4zMzMgQzExLjk3MSwwLjMzMyA2Ljk4Miw1LjMyMiA2Ljk4Miw1LjMyMiBDNi45ODIsNS4zMjIgMS45OTMsMC4zMzMgMS45OTMsMC4zMzMgQzEuNTM0LC0wLjEyNiAwLjc5MCwtMC4xMjYgMC4zMzEsMC4zMzMgQy0wLjEyOSwwLjc5MyAtMC4xMjksMS41MzcgMC4zMzEsMS45OTYgQzAuMzMxLDEuOTk2IDUuMzE5LDYuOTg0IDUuMzE5LDYuOTg0IEM1LjMxOSw2Ljk4NCAwLjMzMSwxMS45NzIgMC4zMzEsMTEuOTcyIEMtMC4xMjksMTIuNDMxIC0wLjEyOSwxMy4xNzUgMC4zMzEsMTMuNjM0IEMwLjc5MCwxNC4wOTQgMS41MzQsMTQuMDk0IDEuOTkzLDEzLjYzNCBDMS45OTMsMTMuNjM0IDYuOTgyLDguNjQ3IDYuOTgyLDguNjQ3IEM2Ljk4Miw4LjY0NyAxMS45NzEsMTMuNjM0IDExLjk3MSwxMy42MzQgQzEyLjQzMCwxNC4wOTQgMTMuMTc1LDE0LjA5NCAxMy42MzQsMTMuNjM0IEMxNC4wOTMsMTMuMTc1IDE0LjA5MywxMi40MzEgMTMuNjM0LDExLjk3MiBDMTMuNjM0LDExLjk3MiA4LjY0NSw2Ljk4NCA4LjY0NSw2Ljk4NCBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=') !important;
}
.remodal__style-1 .remodal-close .icon-close {
  width: 14px;
}
.remodal__style-1-overlay {
  background: #f7f7f7 !important;
}
.text-style-7 {
  font-size: 24px;
  font-style: italic;
  margin: 0 0 5px 0;
}
.arrow-down {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 0 0 38px 0;
}
.heart svg {
  fill: none;
  stroke: #1b1b1b;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  vertical-align: middle;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.heart__animate .heart_2 {
  -moz-transition: all 3s ease-in;
  -webkit-transition: all 3s ease-in;
  -o-transition: all 3s ease-in;
  -ms-transition: all 3s ease-in;
  transition: all 3s ease-in;
  stroke-dashoffset: 0;
}
.gallery-3 {
  text-align: center;
  margin-bottom: 40px;
}
.gallery-3 .grid {
  margin: 0 auto;
  max-width: 980px;
}
@media (min-width: 768px) {
  .gallery-3 .grid .col {
    padding: 0 12px;
    width: 50% !important;
  }
}
.gallery-3 .grid .gallery-3_item {
  margin-bottom: 10px;
}
.gallery-3_item {
  margin-bottom: 65px;
}
.gallery-3_ontop {
  margin-top: -235px;
  margin-bottom: 40px;
}
.gallery-3_ontop .gallery-3_item {
  margin-bottom: 10px;
}
.gallery-3 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .gallery-3 img {
    width: 100%;
  }
}
.number {
  font-size: 20px;
  color: #46c7e8;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.methodology-btn-txt {
  width: 100% !important;
  max-width: 100% !important;
  background: url(../img/methodology-btn.jpg) no-repeat center center / cover;
  color: #FFF;
}
.methodology-btn-txt span,
.methodology-btn-txt p:first-of-type {
  font-weight: 600;
}
.price-blue-block {
  background: url(../files/price/blue-bg.jpg) no-repeat center center / cover;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  padding: 80px 0;
}
.price-blue-block p {
  line-height: 1.5;
}
.devider {
  font-weight: 400;
}
.devider p {
  padding: 10px 0;
}
.devider::after {
  display: block;
  background: url('../files/price/devider.png') no-repeat center center / contain;
  height: 120px;
}
.box-text p {
  border: 5px solid #46c7e8;
  width: 90%;
  margin: auto;
  font-weight: 600;
}
.start-project {
  margin-top: 40px;
  padding: 40px 0px 60px;
}
.container {
  min-height: 100%;
}
.footer-helper {
  clear: both;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .row {
    width: 300px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .row {
    width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    width: 678px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .row {
    width: 1200px;
  }
}
.row__margin-btm {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .row__margin-btm {
    margin-bottom: 60px;
  }
}
.row__margin-btm-1 {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .row__margin-btm-1 {
    margin-bottom: 30px;
  }
}
.row__margin-btm-1 {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .row__margin-btm-1 {
    margin-bottom: 20px;
  }
}
.row__margin-btm-2 {
  margin-bottom: 195px;
}
@media (max-width: 1023px) {
  .row__margin-btm-2 {
    margin-bottom: 50px;
  }
}
.row__black {
  color: #fff;
  background: #1b1b1b;
}
.row__black a {
  color: currentColor;
}
.row__lgrey {
  background: #f7f7f7;
}
.row__lgrey-1 {
  background: #f1f0ef;
}
.row__lgrey-2 {
  background: #fbfbfb;
}
.row__turquoise {
  background: #3abcd6;
}
.row__blue {
  background: #00afff;
}
.row__paleblue {
  background: #7a87a3;
}
.row__orange {
  background: #46c7e8;
}
.row__orange .btn__black:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px transparent;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.row__orange .btn__black:hover {
  color: #000;
  background: transparent;
}
.row__orange .btn__black:hover:after {
  border-color: #000;
}
.row__pad {
  padding: 52px 0 40px 0;
}
.row__pad-1 {
  padding: 72px 0 60px 0;
}
.row__pad-2 {
  padding: 100px 0;
}
.row__pad-top {
  padding-top: 37px;
}
.row-tw {
  max-width: 1024px;
}
.col-1-12 {
  width: 8.33333333%;
}
.col-2-12 {
  width: 16.66666667%;
}
.col-3-12 {
  width: 25%;
}
.col-4-12 {
  width: 33.33333333%;
}
.col-5-12 {
  width: 41.66666667%;
}
.col-6-12 {
  width: 50%;
}
.col-7-12 {
  width: 58.33333333%;
}
.col-8-12 {
  width: 66.66666667%;
}
.col-9-12 {
  width: 75%;
}
.col-10-12 {
  width: 83.33333333%;
}
.col-11-12 {
  width: 91.66666667%;
}
.grid {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .grid {
    margin-left: -24px;
  }
}
.grid > .col,
.grid > [class*="col-"] {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .grid > .col,
  .grid > [class*="col-"] {
    padding-left: 24px;
  }
}
.grid__gap-off {
  margin-left: 0;
}
.grid__gap-off > .col,
.grid__gap-off > [class*="col-"] {
  padding-left: 0;
}
@media (min-width: 768px) {
  .grid__gap-wide {
    margin-left: -38px;
  }
}
@media (min-width: 768px) {
  .grid__gap-wide > .col,
  .grid__gap-wide > [class*="col-"] {
    padding-left: 38px;
  }
}
@media (min-width: 768px) {
  .grid__gap-wider {
    margin-left: -60px;
  }
}
@media (min-width: 768px) {
  .grid__gap-wider > .col,
  .grid__gap-wider > [class*="col-"] {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .grid__gap-narrow {
    margin-left: -8px;
  }
}
@media (min-width: 768px) {
  .grid__gap-narrow > .col,
  .grid__gap-narrow > [class*="col-"] {
    padding-left: 8px;
  }
}
@media (min-width: 1024px) {
  .grid__narrow {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .grid-mw-stretch {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-mw-stretch [class*="col-"] {
    width: 100%;
    margin-bottom: 30px;
  }
}
.btn {
  border: 0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -moz-transition: all 0.05s;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}
.btn:focus,
.btn:active {
  outline: 0;
}
.btn__default {
  height: 25px;
  padding: 0 20px;
  font: 300 16px/27px Ubuntu, 'Helvetica Neue', Arial, sans-serif;
}
.btn__big {
  height: 64px;
  padding: 0 45px;
  font: 300 16px/66px Ubuntu, 'Helvetica Neue', Arial, sans-serif;
}
.btn__black {
  color: #fff;
  background: #1b1b1b;
}
.btn__black:hover {
  color: #fff;
  background: #46c7e8;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__wide {
  padding: 0 70px;
}
@media (max-width: 1023px) {
  .btn__wide {
    min-width: 55%;
  }
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::placeholder {
  color: #ccc;
  opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  background: #fff;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  border: solid 1px #1b1b1b;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  outline: none;
  border-color: #46c7e8;
}
input[type="text"],
input[type="password"] {
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"] {
    height: 40px;
    line-height: 42px;
    padding: 0 14px;
  }
}
select {
  padding-left: 24px;
}
@media (max-width: 767px) {
  select {
    padding-left: 14px;
  }
}
.option-default {
  display: none;
}
textarea {
  resize: vertical;
  padding: 20px 0 20px 24px;
  height: 210px;
}
@media (max-width: 767px) {
  textarea {
    height: 140px;
    padding: 10px 0 10px 14px;
  }
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form .field {
  width: 100%;
}
.form dl {
  margin: 0;
  padding: 0;
  display: table-row;
}
.form dt {
  white-space: nowrap;
  padding: 0 15px 10px 0;
  display: table-cell;
  vertical-align: top;
}
.form dd {
  margin: 0;
  display: table-cell;
  vertical-align: top;
}
.field {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form_row {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form_row {
    margin-bottom: 5px;
  }
}
.form__feedback {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form__feedback textarea {
    height: 150px;
  }
}
.form__feedback .buttons {
  margin-top: 33px;
  text-align: center;
}
.form__feedback .buttons .btn {
  padding: 0 90px;
}
@media (max-width: 767px) {
  .form__feedback .buttons .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form__feedback .grid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__feedback [class*="col-"] {
    width: 100%;
    margin-bottom: 22px;
  }
  .form__feedback [class*="col-"]:last-child {
    margin-bottom: 6px;
  }
}
.form__resume {
  text-align: center;
  max-width: 658px;
  margin: 0 auto;
}
.form__resume .buttons {
  text-align: left;
}
.form__resume .buttons .btn {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .form__resume .buttons .btn {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .form__resume .buttons .field-upload {
    width: 100%;
    margin-bottom: 8px;
  }
}
.form__resume .form_row {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .form__resume .form_row {
    margin-bottom: 13px;
  }
}
.note {
  color: #ccc;
  text-align: right;
  font-size: 14px;
  margin: 0 0 2px 0;
}
.field-upload {
  outline: none;
  display: inline-block;
}
.field-upload_button {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px;
}
.field-upload_items {
  display: none;
}
.field-upload_items__visible {
  display: block;
  margin-top: 5px;
}
.field-upload_item {
  cursor: pointer;
  font-size: 14px;
  max-width: 350px;
  overflow: hidden;
  margin-left: -5px;
  border-radius: 4px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  padding: 1px 21px 1px 5px;
  border: solid 1px transparent;
}
.field-upload_item:hover {
  color: #ee4f4b;
  border-color: #ee4f4b;
}
.field-upload_item:after {
  top: -6px;
  right: 5px;
  color: #ee4f4b;
  font-size: 23px;
  content: '\00D7';
  position: absolute;
}
.field-upload input {
  border: 0;
  width: auto;
  outline: none;
  cursor: pointer;
  font-size: 1000px;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
  opacity: 0;
  filter: 'progidDXImageTransform.Microsoft.Alpha(opacity=0)';
}
.icon-arrow-down {
  width: 27px;
}
.icon-arrow-down svg {
  padding-bottom: 63%;
}
.icon-ball {
  width: 35px;
}
.icon-ball svg {
  padding-bottom: 97%;
}
.icon-bowl {
  width: 105px;
}
.icon-bowl svg {
  padding-bottom: 97%;
}
.icon-calendar {
  width: 81px;
}
.icon-calendar svg {
  padding-bottom: 99%;
}
.icon-cash {
  width: 61px;
}
.icon-cash svg {
  padding-bottom: 125%;
}
.icon-close {
  width: 31px;
}
.icon-close svg {
  padding-bottom: 100%;
}
.icon-facebook {
  width: 10px;
}
.icon-facebook svg {
  padding-bottom: 180%;
}
.icon-file-xlsx {
  width: 33px;
}
.icon-file-xlsx svg {
  padding-bottom: 88%;
}
.icon-gift {
  width: 25px;
}
.icon-gift svg {
  padding-bottom: 96%;
}
.icon-heart {
  width: 39px;
}
.icon-heart svg {
  padding-bottom: 90%;
}
.icon-idea {
  width: 93px;
}
.icon-idea svg {
  padding-bottom: 112%;
}
.icon-logo {
  width: 247px;
}
.icon-logo svg {
  padding-bottom: 31%;
}
.icon-logo-1 {
  width: 35px;
}
.icon-logo-1 svg {
  padding-bottom: 138%;
}
.icon-menu {
  width: 31px;
}
.icon-menu svg {
  padding-bottom: 100%;
}
.icon-mobile {
  width: 17px;
}
.icon-mobile svg {
  padding-bottom: 171%;
}
.icon-next {
  width: 20px;
}
.icon-next svg {
  padding-bottom: 155%;
}
.icon-pc {
  width: 29px;
}
.icon-pc svg {
  padding-bottom: 90%;
}
.icon-play {
  width: 26px;
}
.icon-play svg {
  padding-bottom: 116%;
}
.icon-prev {
  width: 20px;
}
.icon-prev svg {
  padding-bottom: 155%;
}
.icon-promo {
  width: 31px;
}
.icon-promo svg {
  padding-bottom: 84%;
}
.icon-scroll {
  width: 88px;
}
.icon-scroll svg {
  padding-bottom: 92%;
}
.icon-services {
  width: 90px;
}
.icon-services svg {
  padding-bottom: 124%;
}
.icon-support {
  width: 28px;
}
.icon-support svg {
  padding-bottom: 100%;
}
.icon-t-rex {
  width: 111px;
}
.icon-t-rex svg {
  padding-bottom: 100%;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.gallery {
  padding-bottom: 68px;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: 200px;
  }
}
.gallery .swiper-pagination {
  bottom: 0;
}
.gallery .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  margin: 0 11px !important;
}
@media (max-width: 767px) {
  .gallery .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    margin: 0 13px !important;
  }
}
.gallery .swiper-pagination-bullet-active {
  background: #46c7e8;
}
.gallery .gallery_prev,
.gallery .gallery_next {
  background: #d49b1d;
  color: #fff;
  fill: currentColor;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 72px;
  height: 72px;
  line-height: 64px;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-top: -60px;
}
.gallery .gallery_prev:hover,
.gallery .gallery_next:hover {
  background: #46c7e8;
}
@media (max-width: 767px) {
  .gallery .gallery_prev,
  .gallery .gallery_next {
    display: none;
  }
}
.gallery .gallery_prev {
  left: 50%;
  margin-left: -26%;
}
.gallery .gallery_next {
  right: 50%;
  margin-right: -26%;
}
.gallery .swiper-slide {
  height: 435px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .gallery .swiper-slide {
    height: 640px;
  }
}
.gallery .swiper-slide:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 1023px) {
  .gallery .swiper-slide:after {
    display: none;
  }
}
.gallery .swiper-slide-active + div:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .row__gallery-1 {
    display: none;
  }
}
.row__gallery-crop {
  padding: 80px 0 0 0;
  margin-bottom: 125px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row__gallery-crop {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .row__gallery-crop {
    display: none;
  }
}
.row__gallery-crop .gallery-2 {
  height: 380px;
  background-position: 50% 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row__gallery-crop .gallery-2 {
    height: 290px;
  }
}
.row__gallery-crop .swiper-container-outer {
  height: 345px !important;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row__gallery-crop .swiper-container-outer {
    height: 262px !important;
  }
}
.gallery-2__nopgn .swiper-pagination {
  display: none;
}
.gallery-2__noarrows .swiper-button-prev,
.gallery-2__noarrows .swiper-button-next {
  display: none;
}
.gallery-2 {
  width: 861px;
  height: 580px;
  margin: 0 auto;
  position: relative;
  background: url(../img/ipad.png) 50% 50% / cover no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2 {
    width: 674px;
    height: 454px;
  }
}
@media (max-width: 767px) {
  .gallery-2 {
    display: none;
  }
}
.gallery-2 .swiper-container-outer {
  width: 650px;
  height: 490px;
  left: 0;
  right: 0;
  top: 34px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2 .swiper-container-outer {
    top: 28px;
    width: 505px;
    height: 380px;
  }
}
.gallery-2 .swiper-container {
  height: 490px;
  overflow: visible;
}
.gallery-2 .swiper-slide {
  cursor: url("../img/hand.png"), default;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gallery-2_text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  font-size: 14px;
  height: 105px;
}
.gallery-2_text p {
  margin: 0;
  line-height: 1.7;
}
.gallery-2_text_wrap {
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-2_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.gallery-2 .swiper-pagination {
  bottom: -65px;
  position: absolute;
  left: 0;
  right: 0;
}
.gallery-2 .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  margin: 0 11px !important;
}
@media (max-width: 767px) {
  .gallery-2 .swiper-pagination-bullet {
    width: 29px;
    height: 29px;
    margin: 0 17px !important;
  }
}
.gallery-2 .swiper-pagination-bullet-active {
  background: #46c7e8;
}
.gallery-2 .gallery_prev,
.gallery-2 .gallery_next {
  background: #d49b1d;
  color: #fff;
  fill: currentColor;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 72px;
  height: 72px;
  line-height: 64px;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .gallery-2 .gallery_prev,
  .gallery-2 .gallery_next {
    display: none;
  }
}
.gallery-2 .gallery_prev:hover,
.gallery-2 .gallery_next:hover {
  background: #46c7e8;
}
@media (max-width: 767px) {
  .gallery-2 .gallery_prev,
  .gallery-2 .gallery_next {
    display: none;
  }
}
.gallery-2 .gallery_prev {
  left: 50%;
  margin-left: -480px;
}
@media (min-width: 1600px) {
  .gallery-2 .gallery_prev {
    margin-left: -580px;
  }
}
.gallery-2 .gallery_next {
  left: 50%;
  margin-left: 407px;
}
@media (min-width: 1600px) {
  .gallery-2 .gallery_next {
    margin-left: 510px;
  }
}
.gallery-2__text {
  margin-top: 55px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2__text {
    height: 290px;
  }
}
.gallery-2__text .swiper-container-outer {
  top: -133px;
  padding-top: 165px;
  height: 513px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2__text .swiper-container-outer {
    height: 423px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2__text .gallery_prev,
  .gallery-2__text .gallery_next {
    width: 51px !important;
    height: 51px !important;
    line-height: 45px !important;
    margin-top: -20px !important;
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2__text .gallery_prev {
    margin-left: -370px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-2__text .gallery_next {
    margin-left: 317px !important;
  }
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

