@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
address,
main,
footer,
header,
menu,
nav,
section,
summary,
blockquote {
  display: block;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

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

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

body {
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #555;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.65em;
}

address {
  font-style: normal;
  line-height: inherit;
}

iframe {
  border: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
span,
table,
th,
td,
blockquote,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

button,
select {
  text-transform: none;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/*Типографика*/
.page {
  overflow: hidden;
}

.wrap {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: #111;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 70px;
  font-weight: 900;
}

h2,
.h2 {
  font-size: 96px;
}

h3,
.h3 {
  font-size: 36px;
}
.h3 small {
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.35;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #025FB1;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.btn .icon-svg {
  -webkit-transition: 0s;
  transition: 0s;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  border: 1px solid #fff !important;
  min-width: 170px;
  padding: 0 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.btn span {
  position: relative;
  z-index: 10;
}

.btn.-blue {
  border-color: #025FB1 !important;
  color: #025FB1;
}

.btn-wide {
  width: 100%;
  padding: 0;
}

.has-bg {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.open-menu {
  display: none;
}

.no-list {
  margin: 0;
}

.no-list li {
  padding: 0;
  margin: 0;
}

.no-list li:before {
  content: none;
}

.font-cursive {
  font-family: 'Playfair', serif;
  text-transform: none;
}

.subtitle {
  font-family: 'Playfair', serif;
  line-height: 0.5;
  font-size: 288px;
  color: #EEF7FE;
  text-transform: lowercase;
  white-space: nowrap;
}

.title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 100px;
}

.title-section .h2 {
  position: relative;
  margin: 0;
  z-index: 10;
}

.title-section .subtitle {
  position: absolute;
  left: -400px;
  top: -100px;
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.title-section .link {
  margin-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

section {
  padding: 130px 0;
}

/*Типографика*/
/*Блок с текстом*/
.text_block > *:first-child {
  margin-top: 0 !important;
}

.text_block > *:last-child {
  margin-bottom: 0 !important;
}

.text_block .row {
  margin-top: 30px;
}

.text_block .row > div {
  margin-bottom: 30px;
}

.text_block .row figure,
.text_block .row img {
  margin: 0;
}

.text_block img {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text_block img + img {
  margin-top: -15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 30px 0 16px;
}

p {
  margin-bottom: 20px;
}

ul,
ol {
  margin-bottom: 30px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 20px;
}

ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ul > li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #ff8f03;
  position: absolute;
  left: 4px;
  top: 0.6em;
}

ol {
  counter-reset: list;
}

ol > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
  color: inherit;
  position: absolute;
  left: 4px;
  top: 0;
}

figure {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}

figure img {
  margin: 0;
}

figure + figure {
  margin-top: -15px;
}

figcaption {
  margin-top: 7px;
}

blockquote {
  border-top: 1px solid #66cc66;
  border-bottom: 1px solid #66cc66;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
}

/*Блок с текстом*/
/*Поля формы*/
.form-control {
  line-height: normal !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

.form-control:focus, .form-control.filled {
  border-bottom: 2px solid #484848;
}

.page input[type="search"] {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

.page input::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}

.page input::-moz-placeholder {
  color: #303030;
  opacity: 1;
}

.page textarea::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}

.page textarea::-moz-placeholder {
  color: #303030;
  opacity: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=email]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=email]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea.form-control {
  display: block;
  height: 200px;
  resize: none;
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
}

.page button,
.page input[type="submit"] {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

/*Поля формы*/
/*Всплывающие окна*/
.pop_wrap {
  display: block !important;
}

.page .fancybox-bg {
  background-color: #025FB1;
}

.fancybox-inner {
  cursor: pointer;
}

.fancybox-slide:before {
  margin-right: 0 !important;
}

.fancybox-slide--current .pop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fancybox-content {
  background: transparent !important;
  padding: 0 !important;
}

.fullscreen .fancybox-slide {
  padding: 0 !important;
  text-align: left;
}

.fullscreen .fancybox-slide--current .pop-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.pop {
  display: none;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  padding: 30px !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close-small {
  right: 0px !important;
  top: 0px !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  color: #000 !important;
  text-align: center !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close-small svg {
  height: 80% !important;
  display: inline-block;
  vertical-align: middle;
  opacity: 1 !important;
}

/*Всплывающие окна*/
/*Ошибки*/
.error {
  border-color: red !important;
}

.error + .placeholder {
  color: red !important;
}

/*Ошибки*/
/*Клик по кнопке*/
.ink-reaction,
.btn {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.ink {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ripple-animation 0.4s;
          animation: ripple-animation 0.4s;
  outline: none;
}

@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

/*Клик по кнопке*/
/*Стилизация чекбоксов и радиокнопок*/
.custom-control {
  position: relative;
  line-height: 18px;
  min-height: 20px;
  margin-bottom: 24px;
  font-size: 14px;
}

.custom-control input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom-control input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="checkbox"] + label:hover:before {
  border-color: #0091ec;
}

.custom-control input[type="checkbox"] + label:after {
  content: '';
  background: url(../img/icons/check.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 5px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="checkbox"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="checkbox"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="checkbox"]:checked + label:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-control input[type="radio"] + label {
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 35px;
}

.custom-control input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.custom-control input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="radio"] + label:hover:before {
  border-color: #0091ec;
}

.custom-control input[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #fff;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.custom-control input[type="radio"]:checked + label:before {
  background: #0091ec;
  border-color: #0091ec;
}

.custom-control input[type="radio"]:checked + label:after {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Стилизация чекбоксов и радиокнопок*/
/* Swiper */
.swiper-lazy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s !important;
  transition: opacity 0.3s, visibility 0.3s !important;
}

.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.swiper-navigation .swiper-button-nav {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  margin-top: -25px;
}

.swiper-navigation .swiper-button-nav:after {
  content: none;
}

.swiper-navigation .swiper-button-prev {
  left: 7%;
}

.swiper-navigation .swiper-button-prev:hover .icon-svg {
  -webkit-transform: rotate(-90deg) translateY(-5px);
          transform: rotate(-90deg) translateY(-5px);
}

.swiper-navigation .swiper-button-prev .icon-svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-navigation .swiper-button-next {
  right: 7%;
}

.swiper-navigation .swiper-button-next:hover .icon-svg {
  -webkit-transform: rotate(90deg) translateY(-5px);
          transform: rotate(90deg) translateY(-5px);
}

.swiper-navigation .swiper-button-next .icon-svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.swiper-pagination-wrapper {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}

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

.swiper-pagination.-dark .icon-circle:hover .circle-dot {
  opacity: 1;
  fill: #025FB1;
}

.swiper-pagination.-dark .icon-circle.active .circle-dot {
  fill: #025FB1;
  opacity: 1;
}

.swiper-pagination.-dark .icon-circle .circle-dot {
  opacity: 0.1;
  fill: #111;
}

.swiper-pagination.-dark .icon-circle .circle-path {
  stroke: #025FB1;
}

.icon-circle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
  margin-right: 5px;
}

.icon-circle:last-child {
  margin-right: 0;
}

.icon-circle:hover .circle-dot {
  fill: #fff;
}

.icon-circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.icon-circle.active .circle-dot {
  fill: #fff;
}

.icon-circle.active .circle-path {
  -webkit-animation: dash linear 5.2s both;
          animation: dash linear 5.2s both;
}

.icon-circle .circle-dot {
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: fill 0.15s, opacity 0.15s;
  transition: fill 0.15s, opacity 0.15s;
}

.icon-circle .circle-path {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 100;
  stroke-dashoffset: -100;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: -200;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -200;
  }
}

/* Swiper */
