/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-semibold-webfont.woff2") format("woff2"), url("../fonts/raleway-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #005e78;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  height: 100%;
  line-height: 1.7;
}

@media (max-width: 1023px) {
  body {
    line-height: 1.5;
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

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

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Raleway", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #005e78;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: #077c9c;
}

h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 42px;
  position: relative;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 48px;
    padding-bottom: 28px;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 36px;
    padding-bottom: 20px;
  }
}

h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 278px;
  height: 8px;
  background: #fff;
}

@media (max-width: 1399px) {
  h1:after {
    height: 6px;
  }
}

@media (max-width: 1023px) {
  h1:after {
    font-size: 36px;
    height: 4px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 28px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #005e78, #00c0ab);
}

@media (max-width: 1399px) {
  h2 {
    font-size: 32px;
    margin: 0 0 36px;
    padding-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  h2 {
    font-size: 27px;
    margin: 0 0 32px;
    padding-bottom: 20px;
  }
}

h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 278px;
  height: 8px;
  background: #00c0ab;
}

@media (max-width: 1399px) {
  h2:after {
    height: 6px;
  }
}

@media (max-width: 1023px) {
  h2:after {
    font-size: 36px;
    height: 4px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}

@media (max-width: 1399px) {
  h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}

@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
    margin: 0 0 12px;
  }
}

p {
  margin: 0 0 1.5em;
}

@media (max-width: 1399px) {
  p {
    margin: 0 0 1em;
  }
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.subtitle {
  font-size: 26px;
  line-height: 1.3;
}

@media (max-width: 1399px) {
  .subtitle {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .subtitle {
    font-size: 20px;
  }
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}

.btns .btn {
  margin: 0 8px 4px 0;
}

.btns .btn:last-child {
  margin-right: 0;
}

.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #005e78;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 16px;
}

/***** Simple elements, atoms *****/
.icon-w {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-w .icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
}

/***** Components, common blocks *****/
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1340px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

.main {
  padding-top: 69px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row [class*="col-"] {
  padding: 0 20px;
  flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
  .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/***** Header *****/
.header {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  height: 69px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 575px) {
  .header {
    height: 60px;
  }
}

.header .header-i {
  display: flex;
  align-items: center;
  min-height: 69px;
}

@media (max-width: 575px) {
  .header .header-i {
    min-height: 60px;
  }
}

.header .logo {
  line-height: 0;
  align-self: flex-start;
  margin-right: 20px;
  flex: 0 0 151px;
}

@media (max-width: 575px) {
  .header .logo {
    flex: 0 0 120px;
  }
}

.header .logo a {
  display: block;
  line-height: 0;
}

.header .header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .header .header-nav {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 69px;
  }
}

.header .header-menu ul {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

@media (max-width: 1023px) {
  .header .header-menu ul {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.header .header-menu ul li {
  margin: 0;
}

.header .header-menu ul li a,
.header .header-menu ul li span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 25px;
  line-height: 25px;
  display: block;
  text-align: center;
}

@media (max-width: 1399px) {
  .header .header-menu ul li a,
  .header .header-menu ul li span {
    padding: 22px 15px;
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .header .header-menu ul li a,
  .header .header-menu ul li span {
    padding: 22px 10px;
  }
}

@media (max-width: 1023px) {
  .header .header-menu ul li a,
  .header .header-menu ul li span {
    padding: 10px 0;
  }
}

@media (max-width: 399px) {
  .header .header-menu ul li a,
  .header .header-menu ul li span {
    padding: 5px 0;
  }
}

.header .header-menu ul li a:after,
.header .header-menu ul li span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
  z-index: 1;
  transition: all 0.2s;
}

@media (max-width: 1023px) {
  .header .header-menu ul li a:after,
  .header .header-menu ul li span:after {
    display: none;
  }
}

.header .header-menu ul li.active a:after,
.header .header-menu ul li.active span:after {
  background: #00c0ab;
}

@media (max-width: 1023px) {
  .header .header-menu ul li:not(.active) a:hover {
    color: #077c9c;
  }
}

.header .header-menu ul li:not(.active) a:hover:after {
  background: #00c0ab;
}

.header .header-lang {
  margin: 0 -25px 0 10px;
}

@media (max-width: 1023px) {
  .header .header-lang {
    margin: 0;
  }
}

.header .header-lang a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 22px 25px;
  line-height: 25px;
  color: #00c0ab;
}

@media (max-width: 1399px) {
  .header .header-lang a {
    padding: 22px 15px;
    font-size: 16px;
  }
}

.header .header-lang a:hover {
  color: #19e1ca;
}

.header .toggler {
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .header .toggler {
    display: flex;
  }
}

.header .toggler span {
  width: 24px;
  height: 3px;
  display: block;
  position: relative;
  background: #00c0ab;
  transition: all 0.2s;
}

.header .toggler span:before, .header .toggler span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00c0ab;
  transition: all 0.2s;
}

.header .toggler span:before {
  top: -7px;
}

.header .toggler span:after {
  top: 7px;
}

.header .toggler:hover span {
  background: #19e1ca;
}

.header .toggler:hover span:before, .header .toggler:hover span:after {
  background: #19e1ca;
}

body.is-mobilemenu {
  overflow-y: hidden;
}

body.is-mobilemenu .header .header-nav {
  opacity: 1;
  visibility: visible;
}

/***** Footer *****/
.footer {
  background: url("../images/bnr-bottom.jpg") 50% 100% no-repeat;
  background-size: cover;
  text-align: right;
  padding: 720px 0 30px;
}

@media (max-width: 1023px) {
  .footer {
    padding: 600px 0 15px;
  }
}

.footer p {
  margin: 0;
  line-height: 1.2;
}

/***** Homepage *****/
.section-hero {
  background: url("../images/bnr-hero.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 285px 0 52px;
  color: #fff;
}

@media (max-width: 1399px) {
  .section-hero {
    padding: 200px 0 40px;
  }
}

@media (max-width: 1023px) {
  .section-hero {
    padding: 150px 0 30px;
  }
}

@media (max-width: 575px) {
  .section-hero {
    padding: 120px 0 30px;
  }
}

.section-hero h1 {
  margin-bottom: 42px;
}

@media (max-width: 1399px) {
  .section-hero h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .section-hero h1 {
    margin-bottom: 20px;
  }
}

.section-hero .info {
  font-size: 24px;
  font-weight: 600;
  max-width: 50%;
  margin-bottom: 90px;
}

@media (max-width: 1399px) {
  .section-hero .info {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .section-hero .info {
    font-size: 20px;
  }
}

.section-hero .details {
  display: flex;
  align-items: flex-start;
  padding-right: 75px;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .section-hero .details {
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .section-hero .details {
    padding-right: 0;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .section-hero .details {
    flex-wrap: wrap;
  }
}

.section-hero .details .item {
  width: 207px;
  flex: 0 0 207px;
  text-align: right;
}

@media (max-width: 1399px) {
  .section-hero .details .item {
    width: calc(25% - 23px);
    flex: 0 0 calc(25% - 23px);
  }
}

@media (max-width: 575px) {
  .section-hero .details .item {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

.section-hero .details .item .item-num {
  color: #00c0ab;
  font-size: 40px;
  line-height: 1;
  background: url("../images/dotline-green.svg") 0 100% no-repeat;
  background-size: auto 9px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  width: 207px;
}

@media (max-width: 1399px) {
  .section-hero .details .item .item-num {
    width: 100%;
    background-position: 100% 100%;
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .section-hero .details .item .item-num {
    background-size: 100% auto;
    font-size: 27px;
    margin-bottom: 8px;
  }
}

.section-hero .details .item .item-desc {
  font-size: 19px;
}

@media (max-width: 1399px) {
  .section-hero .details .item .item-desc {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .section-hero .details .item .item-desc {
    font-size: 16px;
  }
}

.section-project {
  padding: 100px 0 77px;
}

@media (max-width: 1399px) {
  .section-project {
    padding: 80px 0 50px;
  }
}

@media (max-width: 1023px) {
  .section-project {
    padding: 60px 0 40px;
  }
}

.section-project .subtitle {
  margin-bottom: 35px;
}

@media (max-width: 1399px) {
  .section-project .subtitle {
    margin-bottom: 25px;
  }
}

@media (max-width: 1023px) {
  .section-project .subtitle {
    margin-bottom: 20px;
  }
}

.section-project .desc {
  font-size: 18px;
  font-weight: 600;
}

.section-location .location-i {
  padding: 82px 75px 52px;
  background: #f2f2f2 url("../images/bnr-location.jpg") 100% 0 no-repeat;
  background-size: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (max-width: 1399px) {
  .section-location .location-i {
    padding: 40px;
  }
}

@media (max-width: 1023px) {
  .section-location .location-i {
    padding: 40px 300px 40px 20px;
  }
}

@media (max-width: 575px) {
  .section-location .location-i {
    padding: 30px 15px;
  }
}

.section-location .location-i:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

@media (max-width: 575px) {
  .section-location .location-i:after {
    display: block;
  }
}

.section-location .location-i > * {
  position: relative;
  z-index: 1;
}

.section-location .subtitle {
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .section-location .subtitle {
    margin-bottom: 25px;
  }
}

@media (max-width: 1023px) {
  .section-location .subtitle {
    margin-bottom: 20px;
  }
}

.section-about {
  padding: 90px 0 400px;
  background: url("../images/bnr-windmills.png") 0 100% no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1399px) {
  .section-about {
    padding: 70px 0 350px;
  }
}

@media (max-width: 1023px) {
  .section-about {
    padding: 60px 0 50vw;
  }
}

.section-about .img {
  display: block;
  line-height: 0;
}

@media (max-width: 1023px) {
  .section-about .img {
    margin: 30px 0 0;
  }
}

@media (max-width: 575px) {
  .section-about .img {
    margin: 30px -15px 0;
  }
}

.section-benefits {
  background: #005e78;
  color: #fff;
  padding: 30px 0 120px;
}

@media (max-width: 1399px) {
  .section-benefits {
    padding: 20px 0 80px;
  }
}

@media (max-width: 1023px) {
  .section-benefits {
    padding: 20px 0 60px;
  }
}

.section-benefits h2 {
  background: none;
  color: #fff;
  margin-bottom: 52px;
}

@media (max-width: 1399px) {
  .section-benefits h2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 1023px) {
  .section-benefits h2 {
    margin-bottom: 32px;
  }
}

.section-benefits h2:after {
  background: #fff;
}

.section-benefits .benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 1023px) {
  .section-benefits .benefit-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.section-benefits .benefit-list .item .item-title {
  font-size: 26px;
  color: #ffbb00;
  margin-bottom: 18px;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .section-benefits .benefit-list .item .item-title {
    font-size: 22px;
    margin: 0 0 15px;
  }
}

@media (max-width: 1023px) {
  .section-benefits .benefit-list .item .item-title {
    font-size: 20px;
    margin: 0 0 12px;
  }
}

.section-dev {
  padding: 92px 0 135px;
}

@media (max-width: 1399px) {
  .section-dev {
    padding: 60px 0 80px;
  }
}

@media (max-width: 1023px) {
  .section-dev {
    padding: 40px 0 60px;
  }
}

.section-dev h2 {
  margin-bottom: 20px;
}

.section-dev .dev-plan {
  display: flex;
  align-items: flex-end;
  gap: 0 9px;
  font-size: 19px;
}

@media (max-width: 1399px) {
  .section-dev .dev-plan {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .section-dev .dev-plan {
    font-size: 18px;
    display: block;
  }
}

.section-dev .dev-plan .year {
  flex-basis: calc(16.6666% - 9px);
}

@media (max-width: 1023px) {
  .section-dev .dev-plan .year {
    display: flex;
    flex-direction: column;
  }
}

.section-dev .dev-plan .year .year-steps {
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .section-dev .dev-plan .year .year-steps {
    order: 2;
  }
}

.section-dev .dev-plan .year .year-steps .step {
  margin-bottom: 18px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

@media (max-width: 1023px) {
  .section-dev .dev-plan .year .year-steps .step {
    min-height: 0;
    margin: 15px 0 0;
  }
}

.section-dev .dev-plan .year .year-steps .step .step-txt {
  font-weight: 600;
  padding-bottom: 15px;
  background: url("../images/dotline-dark.svg") 0 100% no-repeat;
  background-size: auto 9px;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media (max-width: 1023px) {
  .section-dev .dev-plan .year .year-steps .step .step-txt {
    background-position: 100% 100%;
  }
}

.section-dev .dev-plan .year .year-steps .step .step-date {
  color: #00c0ab;
  text-align: right;
  font-weight: 600;
  line-height: 1.2;
}

.section-dev .dev-plan .year .year-b {
  border-top: 9px solid #00c0ab;
  padding-top: 10px;
  font-weight: bold;
  color: #00c0ab;
}

@media (max-width: 1023px) {
  .section-dev .dev-plan .year .year-b {
    order: 1;
    border-top: none;
    border-bottom: 4px solid #00c0ab;
    padding: 0 0 10px;
  }
}

.section-dev .dev-plan .year.year-past .year-b {
  border-top-color: #005e78;
}

.section-gallery {
  background: #005e78;
  color: #fff;
  padding: 80px 0 130px;
}

@media (max-width: 1399px) {
  .section-gallery {
    padding: 60px 0 80px;
  }
}

@media (max-width: 1023px) {
  .section-gallery {
    padding: 40px 0 60px;
  }
}

.section-gallery h2 {
  background: none;
  color: #fff;
  margin-bottom: 60px;
}

@media (max-width: 1399px) {
  .section-gallery h2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 1023px) {
  .section-gallery h2 {
    margin-bottom: 32px;
  }
}

@media (max-width: 575px) {
  .section-gallery .gallery-block {
    margin: 0 -15px;
  }
}

.section-gallery .gallery-swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-gallery .gallery-swiper .swiper-slide .slide-img {
  position: relative;
  padding-bottom: 63.334%;
  line-height: 0;
  margin: 100px 0 125px;
  transition: all 0.3s;
  transform: scale(130%);
}

@media (max-width: 1023px) {
  .section-gallery .gallery-swiper .swiper-slide .slide-img {
    margin: 0;
    transform: none;
    margin-bottom: 10px;
  }
}

.section-gallery .gallery-swiper .swiper-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-gallery .gallery-swiper .swiper-slide .slide-count {
  text-align: left;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .section-gallery .gallery-swiper .swiper-slide .slide-count {
    padding: 0 15px;
  }
}

.section-gallery .gallery-swiper .swiper-slide .slide-count span {
  color: #00c0ab;
}

.section-gallery .gallery-swiper .swiper-slide .slide-desc {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .section-gallery .gallery-swiper .swiper-slide .slide-desc {
    padding: 0 15px;
  }
}

.section-gallery .gallery-swiper .swiper-slide.swiper-slide-active {
  z-index: 10;
}

.section-gallery .gallery-swiper .swiper-slide.swiper-slide-active .slide-img {
  transform: scale(173%);
}

@media (max-width: 1023px) {
  .section-gallery .gallery-swiper .swiper-slide.swiper-slide-active .slide-img {
    transform: none;
  }
}

.section-gallery .gallery-swiper .swiper-slide.swiper-slide-active .slide-count {
  opacity: 1;
  visibility: visible;
}

.section-gallery .gallery-swiper .swiper-slide.swiper-slide-active .slide-desc {
  opacity: 1;
  visibility: visible;
}

.section-gallery .gallery-swiper .swiper-slide.swiper-slide-visible:not(.swiper-slide-active) {
  z-index: 1;
}

.section-gallery .gallery-swiper .swiper-button-next,
.section-gallery .gallery-swiper .swiper-button-prev {
  width: 34px;
  height: 65px;
  top: calc(50% - 58px);
}

@media (max-width: 1023px) {
  .section-gallery .gallery-swiper .swiper-button-next,
  .section-gallery .gallery-swiper .swiper-button-prev {
    width: 24px;
    height: 44px;
    top: calc(50% - 25px);
  }
}

.section-gallery .gallery-swiper .swiper-button-next:after,
.section-gallery .gallery-swiper .swiper-button-prev:after {
  color: #ffbb00;
  font-size: 65px;
}

@media (max-width: 1023px) {
  .section-gallery .gallery-swiper .swiper-button-next:after,
  .section-gallery .gallery-swiper .swiper-button-prev:after {
    font-size: 44px;
  }
}

.section-contacts {
  padding: 100px 0 200px;
  background: #005e78;
  color: #fff;
}

@media (max-width: 1399px) {
  .section-contacts {
    padding: 60px 0 80px;
  }
}

@media (max-width: 1023px) {
  .section-contacts {
    padding: 40px 0 60px;
  }
}

.section-contacts h2 {
  background: none;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 1399px) {
  .section-contacts h2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 1023px) {
  .section-contacts h2 {
    margin-bottom: 32px;
  }
}

@media (max-width: 1023px) {
  .section-contacts .col-lg-6:not(:first-child) {
    margin-top: 30px;
  }
}

.section-contacts h3 {
  font-weight: 500;
}

.section-contacts p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.section-contacts p a {
  color: #fff;
}

.section-contacts p a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=main.css.map */
