@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  font-family: "Nunito Sans", sans-serif;
  background: #fafafa;
}
@media (max-width: 960px) {
  body.menu {
    height: 100vh;
    overflow: hidden;
  }
}
body.o-hidden {
  height: 100vh;
  overflow: hidden;
}

* {
  outline: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 960px) {
  .container {
    max-width: 768px;
  }
}

.btn {
  display: block;
  border: none;
  width: 350px;
  height: 65px;
  line-height: 65px;
  background: #1F4A36;
  border-radius: 0;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 960px) {
  .btn {
    width: 265px;
    font-size: 16px;
  }
}
.btn:hover {
  background: #143B29;
}
.btn-light {
  background: #C0E8C0;
  color: #1F4A36;
}
.btn-light:hover {
  color: white;
}
.btn-sm {
  width: 250px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.btn-xl {
  height: 80px;
  line-height: 80px;
}
.btn:disabled {
  background: #eee;
  cursor: default;
}

h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
}
@media (max-width: 960px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.content p {
  font-size: 16px;
  line-height: 24px;
}
.content p:not(:last-child) {
  margin-bottom: 20px;
}

label {
  background: white;
}
label select {
  position: relative;
  left: -4px;
  height: 50px;
  border: none;
  width: 100%;
  color: #757575;
  background: white !important;
}

header {
  background: white;
  position: relative;
  z-index: 100;
}
header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 60px;
}
@media (max-width: 1400px) {
  header .container {
    padding: 20px 12px;
  }
}
header .left-side, header .right-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
}
@media (max-width: 1400px) {
  header .left-side, header .right-side {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  header .right-side {
    display: none;
  }
}
header .logo {
  display: block;
}
header .logo img {
  height: 85px;
  width: auto;
}
@media (max-width: 1400px) {
  header .logo img {
    height: 65px;
  }
}
header .description {
  width: 374px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  header .description {
    width: 270px;
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  header .description {
    display: none;
  }
}
header .contacts-wrapper, header .address-wrapper {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #939393;
}
header .contacts-wrapper .icon, header .address-wrapper .icon {
  margin-right: 8px;
}
header .contacts-wrapper .arrow-down, header .address-wrapper .arrow-down {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
header .contacts-wrapper .address, header .address-wrapper .address {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: black;
}
header .contacts-wrapper .mail, header .address-wrapper .mail {
  display: block;
  color: #939393;
}
header .contacts-wrapper .contact-dropdown, header .address-wrapper .contact-dropdown {
  display: none;
  position: absolute;
  bottom: -130px;
  right: -28px;
  width: calc(100% + 50px);
  background: white;
  z-index: 100;
  padding: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  header .contacts-wrapper .contact-dropdown, header .address-wrapper .contact-dropdown {
    right: -8px;
    width: calc(100% + 30px);
  }
}
header .contacts-wrapper.open .contact-dropdown, header .address-wrapper.open .contact-dropdown {
  display: block;
}
header .contacts-wrapper.open .arrow-down, header .address-wrapper.open .arrow-down {
  transform: rotate(180deg);
}
header .nav-menu {
  position: absolute;
  bottom: -65px;
  left: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 120px);
  background: #1F4A36;
}
@media (max-width: 1400px) {
  header .nav-menu {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 960px) {
  header .nav-menu {
    display: none;
  }
}
header .nav-menu .menu-item {
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: 14px;
  height: 65px;
  line-height: 65px;
  padding: 0 48px;
  text-decoration: none;
  background: #1F4A36;
  cursor: pointer;
}
@media (max-width: 1400px) {
  header .nav-menu .menu-item {
    padding: 0 22px;
  }
}
header .nav-menu .menu-item::before {
  content: "·";
  display: inline-block;
  padding-right: 6px;
}
header .nav-menu .menu-item:hover {
  background: #143B29;
}
header .burger-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 960px) {
  header .burger-menu {
    display: none;
  }
}
header .burger-menu .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #1F4A36;
}
header .burger-menu .burger {
  display: flex;
  flex-direction: column;
  width: 74px;
  cursor: pointer;
  transform: rotate(180deg) scale(0.5);
}
header .burger-menu .burger span {
  background: #1F4A36;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .burger-menu .burger span:nth-of-type(1) {
  width: 50%;
}
header .burger-menu .burger span:nth-of-type(2) {
  width: 100%;
}
header .burger-menu .burger span:nth-of-type(3) {
  width: 75%;
}
header .burger-menu .burger.animate span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
header .burger-menu .burger.animate span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
header .burger-menu .burger.animate span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}
header .mobile-dropdown-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100px;
  right: -100%;
  transition: all 0.2s ease-out;
  background: #1F4A36;
}
header .mobile-dropdown-menu .scroll-wrap {
  height: calc(100% - 100px);
  overflow-x: scroll;
  padding: 0 20px 24px 20px;
}
@media (min-width: 960px) {
  header .mobile-dropdown-menu {
    display: none;
  }
}
@media (max-width: 960px) {
  header .mobile-dropdown-menu.open {
    transition: all 0.2s ease-out;
    right: 0;
  }
}
header .mobile-dropdown-menu .menu {
  display: flex;
  flex-direction: column;
  margin: 24px 0 20px 0;
}
header .mobile-dropdown-menu .menu a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 12px 0;
  color: #FFFFFF;
}
header .mobile-dropdown-menu .menu a::before {
  content: "·";
  display: inline-block;
  padding-right: 6px;
}
header .mobile-dropdown-menu .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #C0E8C0;
  margin-bottom: 30px;
}
header .mobile-dropdown-menu .btn {
  background: #143B29;
  width: 100%;
}
header .mobile-dropdown-menu .contacts-info {
  margin-top: 24px;
  text-align: center;
}
header .mobile-dropdown-menu .contacts-info .item {
  margin-bottom: 20px;
}
header .mobile-dropdown-menu .contacts-info .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
header .mobile-dropdown-menu .contacts-info .address {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
header .mobile-dropdown-menu .contacts-info .mail {
  display: block;
  color: #FFFFFF;
  margin-bottom: 14px;
}
header .mobile-dropdown-menu .contacts-info .work-time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
header .mobile-dropdown-menu .contacts-info img {
  margin-right: 8px;
}

.main-slider {
  position: relative;
  overflow: hidden;
}
.main-slider .top-image-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 730px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider .top-image-cover.black-cover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 1400px) {
  .main-slider .top-image-cover {
    padding: 0 12px;
    height: 560px;
    background-attachment: initial;
  }
}
.main-slider .container {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%);
  width: 100%;
}
@media (max-width: 1400px) {
  .main-slider .container {
    width: calc(100% - 40px);
    max-width: 580px;
  }
}
@media (max-width: 960px) {
  .main-slider .container {
    top: 80px;
  }
}
.main-slider h1 {
  font-weight: 800;
  font-size: 68px;
  line-height: 74px;
  text-align: center;
  color: white;
  margin: 0 auto 20px auto;
  max-width: 940px;
}
@media (max-width: 1400px) {
  .main-slider h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 960px) {
  .main-slider h1 {
    margin-top: 0;
    font-size: 38px;
    line-height: 40px;
  }
}
.main-slider .description {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .main-slider .description {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 960px) {
  .main-slider .description {
    font-size: 17px;
    line-height: 23px;
  }
}
.main-slider .btn {
  margin: 0 auto;
}

.about-us {
  margin-top: 70px;
  padding: 60px;
  background: white;
  display: flex;
  gap: 88px;
  flex-direction: row;
}
@media (max-width: 1400px) {
  .about-us {
    align-items: center;
    margin-top: 0;
    padding: 48px 20px;
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .about-us {
    flex-direction: column-reverse;
    padding: 48px 20px 20px;
  }
}
.about-us h2 {
  margin-bottom: 8px;
}
.about-us h2.tablet {
  display: none;
  text-align: center;
}
@media (max-width: 960px) {
  .about-us h2.desktop {
    display: none;
  }
  .about-us h2.tablet {
    display: block;
  }
}
.about-us p b {
  color: #1F4A36;
}
.about-us .img-wrap {
  min-width: 50%;
}
.about-us .img-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .about-us .img-wrap {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.projects .bg-wrap {
  background: #1F4A36;
  padding-bottom: 48px;
}
@media (max-width: 960px) {
  .projects .bg-wrap {
    padding-bottom: 24px;
    height: 721px;
  }
}
.projects h2.title {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4px;
}
.projects .description {
  font-weight: 300;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .projects .description {
    font-size: 20px;
    line-height: 24px;
  }
}
.projects .count {
  display: flex;
  justify-content: space-between;
  background: #F2F2F2;
  padding: 24px 60px;
  margin-bottom: 48px;
}
@media (max-width: 1400px) {
  .projects .count {
    padding: 24px 20px;
    width: 90%;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 960px) {
  .projects .count {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.projects .count .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .projects .count .item {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
  .projects .count .item:not(:last-child) {
    margin-bottom: 34px;
  }
}
.projects .count .item .number {
  font-weight: 800;
  font-size: 70px;
  color: #1F4A36;
}
.projects .count .item .info {
  max-width: 237px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1F4A36;
}
.projects .projects-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1400px) {
  .projects .projects-wrap {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .projects .projects-wrap {
    flex-direction: column;
    margin-top: -100px;
  }
}
.projects .projects-wrap .item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1400px) {
  .projects .projects-wrap .item {
    flex-direction: column;
  }
}
.projects .projects-wrap .item .img-wrap {
  width: 350px;
}
.projects .projects-wrap .item .img-wrap img {
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  .projects .projects-wrap .item .img-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .projects .projects-wrap .item .img-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.projects .projects-wrap .item .project {
  padding: 24px;
  background: #FFFFFF;
}
@media (max-width: 1400px) {
  .projects .projects-wrap .item .project {
    text-align: center;
    width: 335px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .projects .projects-wrap .item .project {
    width: 100%;
    padding: 20px;
  }
}
.projects .projects-wrap .item .project .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .projects .projects-wrap .item .project .title {
    min-height: auto;
  }
}
.projects .projects-wrap .item .project .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.projects .projects-wrap .item .project .map {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #1F4A36;
  margin-bottom: 20px;
}
.projects .projects-wrap .item .project .map:hover {
  text-decoration: none;
}
.projects .projects-wrap .item .project .status {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.projects .projects-wrap .item .project .deadline {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.projects .projects-wrap .item .project .read-more {
  font-weight: 400;
  background: #88E53E;
  color: black;
}
@media (max-width: 1400px) {
  .projects .projects-wrap .item .project .read-more {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  .projects .projects-wrap .item .project .read-more {
    width: 100%;
  }
}

.proposal {
  padding: 48px 20px;
}
@media (max-width: 960px) {
  .proposal {
    padding: 24px 20px;
  }
}
.proposal .title {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 960px) {
  .proposal .title {
    margin-bottom: 24px;
  }
}
.proposal .content {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-bottom: 48px;
  padding: 0 60px;
}
@media (max-width: 1400px) {
  .proposal .content {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .proposal .content {
    flex-direction: column;
    text-align: center;
  }
}
.proposal .content p:last-child {
  margin-bottom: 0;
}
.proposal .btn {
  margin: 0 auto 20px auto;
}
.proposal .info {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #8C8C8C;
  text-align: center;
}

.about-projects {
  padding: 68px 60px;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .about-projects {
    flex-wrap: wrap;
    padding: 60px 30px 40px 30px;
    margin: 0 20px;
  }
}
@media (max-width: 960px) {
  .about-projects {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about-projects .item {
  width: 20%;
}
@media (max-width: 1400px) {
  .about-projects .item {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .about-projects .item {
    width: 100%;
  }
}
.about-projects .item img {
  display: inline-block;
  margin-bottom: 18px;
}
.about-projects .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1F4A36;
  margin-bottom: 12px;
}
.about-projects .item .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.reservation {
  background: #1F4A36;
  padding: 76px 0;
}
@media (max-width: 960px) {
  .reservation {
    padding: 24px 0 64px 0;
  }
}
.reservation .title {
  color: white;
  margin-bottom: 30px;
}
.reservation .title.mobile {
  display: none;
}
@media (max-width: 960px) {
  .reservation .title.mobile {
    display: block;
    text-align: center;
    margin: 0 20px 30px 20px;
  }
}
@media (max-width: 960px) {
  .reservation .title.desktop {
    display: none;
  }
}
.reservation .container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0 60px;
}
@media (max-width: 960px) {
  .reservation .container {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .reservation .container .btn {
    margin: 0 auto;
  }
}
.reservation .container .content {
  margin-bottom: 46px;
}
@media (max-width: 960px) {
  .reservation .container .content {
    text-align: center;
  }
}
.reservation .container .content p {
  color: white;
  font-weight: 300;
}
.reservation .container .content p:last-child {
  margin-bottom: 0;
}

.swiper-slider {
  position: relative;
  background: white;
}
.swiper-slider .title {
  text-align: center;
  padding: 24px 0 48px;
}
@media (max-width: 960px) {
  .swiper-slider .title {
    margin-bottom: 24px;
  }
}
.swiper-slider .swiper-wrapper .img {
  width: 100%;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slider .swiper-wrapper .img:first-child {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .swiper-slider .swiper-wrapper .img {
    height: 260px;
  }
}
@media (max-width: 960px) {
  .swiper-slider .swiper-wrapper .img {
    height: 280px;
  }
}
.swiper-slider .swiper {
  background: white;
}
.swiper-slider .swiper-pagination {
  bottom: -30px !important;
}
.swiper-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #143B29 !important;
}
.swiper-slider .swiper-button {
  color: #1F4A36;
  background: white;
}
.swiper-slider .swiper-button:after {
  font-size: 20px;
}

.price {
  text-align: center;
  padding: 70px 60px;
}
@media (max-width: 960px) {
  .price {
    padding: 30px 20px;
  }
}
.price .sub-title {
  font-size: 22px;
  line-height: 26px;
}
.price .advantages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 36px;
}
@media (max-width: 960px) {
  .price .advantages {
    flex-direction: column;
  }
}
.price .advantages .item {
  padding: 50px 36px;
  border: 1px solid #E8E8E8;
}
@media (min-width: 960px) {
  .price .advantages .item:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 960px) {
  .price .advantages .item:not(:last-child) {
    border-bottom: none;
  }
}
.price .advantages .item img {
  margin-bottom: 48px;
}
.price .advantages .item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #1F4A36;
  margin-bottom: 12px;
}
.price .advantages .item .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.welcome {
  background: white;
  padding-top: 70px;
}
.welcome .title {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
.welcome .description {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.welcome .bottom-content {
  display: flex;
  flex-direction: row;
  transform: translateY(100px);
  margin-top: -52px;
  padding: 0 60px;
}
@media (max-width: 960px) {
  .welcome .bottom-content {
    flex-direction: column;
    padding: 0;
  }
}
.welcome .map {
  width: 50%;
  height: 100%;
}
@media (max-width: 960px) {
  .welcome .map {
    width: 100%;
  }
}
.welcome .form {
  background: #1F4A36;
  min-width: 50%;
  padding: 55px 80px;
  height: 100%;
}
@media (max-width: 960px) {
  .welcome .form {
    position: relative;
    top: -4px;
    width: 100%;
    padding: 30px 20px;
  }
}
.welcome .form form {
  display: flex;
  flex-direction: column;
}
.welcome .form form .form-control {
  position: relative;
  background: white;
  padding: 0 20px 0 50px;
}
.welcome .form form .form-control:not(:last-child) {
  margin-bottom: 20px;
}
.welcome .form form .form-control svg {
  position: absolute;
  top: 15px;
  left: 15px;
}
.welcome .form form .form-control svg.textarea-icon {
  top: 10px;
}
.welcome .form form .form-control input {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
}
.welcome .form form .form-control input:focus + svg path {
  fill: #1F4A36;
}
.welcome .form form .form-control textarea {
  height: 110px;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  padding-top: 10px;
}
.welcome .form form .form-control textarea:focus + svg path {
  fill: #1F4A36;
}
.welcome .form form .btn-light {
  width: 100%;
}

footer {
  background: #161616;
  padding: 96px 0 60px 0;
}
footer .top-arrow {
  width: 60px;
  height: 60px;
  background: #143B29;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 960px) {
  footer .top-arrow {
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}
footer .top-arrow svg {
  display: block;
  transform: rotate(180deg);
}
footer .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: 95px;
}
@media (max-width: 1400px) {
  footer .container {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  footer .container {
    flex-direction: column-reverse;
    text-align: center;
    padding: 0 20px;
  }
}
footer .left-side .top-block {
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  footer .left-side .top-block {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .left-side .top-block .btn {
    margin: 0 auto 20px auto;
  }
}
footer .left-side .top-block .copyright {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
footer .left-side .bottom-block {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 30px;
}
@media (max-width: 960px) {
  footer .left-side .bottom-block {
    justify-content: center;
  }
}
footer .left-side .bottom-block .logo {
  display: block;
  height: 66px;
  width: auto;
}
footer .left-side .bottom-block .social-network {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
}
footer .left-side .bottom-block .social-network a {
  display: inline-block;
  text-decoration: none;
}
footer .left-side .bottom-block .social-network a img {
  display: inline-block;
  width: 30px;
  height: auto;
}
footer .right-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 50%;
}
@media (max-width: 960px) {
  footer .right-side {
    flex-direction: column;
  }
}
footer .right-side .title {
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .right-side a.title {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 19px;
  color: #C0E8C0;
  margin-bottom: 24px;
}
footer .right-side a.title:hover {
  text-decoration: none;
}
footer .right-side a.title img {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 960px) {
  footer .right-side a.title {
    margin-bottom: 20px;
  }
}
footer .right-side .phone {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .right-side .phone:hover {
  text-decoration: underline;
}
footer .right-side .mail, footer .right-side .work-time {
  margin-top: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
footer .right-side .mail a, footer .right-side .work-time a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .right-side .mail a:hover, footer .right-side .work-time a:hover {
  text-decoration: underline;
}
footer .right-side .mail b, footer .right-side .work-time b {
  font-size: 16px;
}
@media (max-width: 960px) {
  footer .right-side .mail, footer .right-side .work-time {
    margin-bottom: 24px;
  }
}

.modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.modal-window.open {
  display: flex;
}
.modal-window .close {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}
.modal-window .close span {
  display: inline-block;
  cursor: pointer;
}
.modal-window .title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 24px;
}
.modal-window .modal {
  background: white;
  padding: 24px;
  max-width: 500px;
}
@media (max-width: 960px) {
  .modal-window .modal {
    width: 90%;
  }
}
.modal-window .form {
  margin-top: 24px;
}
.modal-window .form .btn {
  margin: 0 auto;
}
.modal-window form {
  display: flex;
  flex-direction: column;
}
.modal-window form .form-control {
  position: relative;
  background: white;
  padding: 0 20px 0 50px;
  border: 1px solid #ddd;
}
.modal-window form .form-control:not(:last-child) {
  margin-bottom: 20px;
}
.modal-window form .form-control svg {
  position: absolute;
  top: 15px;
  left: 15px;
}
.modal-window form .form-control svg.textarea-icon {
  top: 10px;
}
.modal-window form .form-control input {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
}
.modal-window form .form-control input:focus + svg path {
  fill: #1F4A36;
}
.modal-window form .form-control textarea {
  height: 110px;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  padding-top: 10px;
}
.modal-window form .form-control textarea:focus + svg path {
  fill: #1F4A36;
}
.modal-window form .btn {
  margin: 0 auto;
}

.block-29 {
  display: none;
  flex-direction: column;
  align-items: end;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 630px;
  height: 300px;
  z-index: 999;
}
@media (max-width: 960px) {
  .block-29 {
    width: 360px;
    height: 174px;
  }
}
.block-29-close-icon {
  position: relative;
  top: -35px;
  left: -5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  font-size: 16px;
  color: white;
  background: #161616;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}
.block-29-img {
  position: relative;
  top: -30px;
  display: block;
  width: 100%;
  height: auto;
}

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