@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 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-width: 1280px;
  width: 100%;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  padding: 20px 40px;
}
@media (max-width: 1400px) {
  header {
    width: calc(100% - 40px);
  }
}
@media (min-width: 960px) {
  header {
    top: 20px;
  }
}
header .logo {
  display: block;
  width: 115px;
}
header .logo img {
  width: 100%;
}
header .anchor-item-menu {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 960px) {
  header .anchor-item-menu {
    display: none;
  }
}
header .address-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 960px) {
  header .address-wrapper {
    display: none;
  }
}
header .address-wrapper .title {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
}
header .address-wrapper .work-time, header .address-wrapper .mail {
  display: block;
  color: black;
  margin-left: 28px;
  font-size: 15px;
  margin-top: 3px;
  text-decoration: none;
}

.top-image-cover {
  position: relative;
  height: 990px;
  background-image: url("./image/top-section-cover.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  .top-image-cover {
    padding: 0 20px;
    background-attachment: initial;
    background-image: url("./image/top-image-cover-m.png");
  }
}
@media (max-width: 960px) {
  .top-image-cover {
    height: 790px;
  }
}
.top-image-cover .content {
  margin: 0 auto;
  padding-top: 300px;
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 960px) {
  .top-image-cover .content {
    padding-top: 270px;
  }
}
.top-image-cover .content > *:not(:last-child) {
  margin-bottom: 30px;
}
.top-image-cover .content .logo {
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .top-image-cover .content .logo {
    width: calc(100% - 40px);
  }
}
.top-image-cover .content .description {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 960px) {
  .top-image-cover .content .description {
    font-size: 20px;
    line-height: 26px;
  }
}
.top-image-cover .content .btn {
  margin-left: auto;
  margin-right: auto;
}
.top-image-cover .content .info {
  color: #C0E8C0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.top-image-cover .additional-logos {
  margin-top: 48px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.top-image-cover .additional-logos img {
    border: 1px solid white;
  padding: 20px;
  border-radius: 10px;
    max-width: 250px;
}
@media (max-width: 960px) {
  .top-image-cover .additional-logos img {
    padding: 10px;
    max-width: 150px;
  }
}

main {
  background: #F7F7F7;
}
main .about {
  position: relative;
  z-index: 1;
  margin: -115px 60px 30px 60px;
  padding: 60px 60px 70px;
  background: white;
}
@media (max-width: 1400px) {
  main .about {
    margin: -40px 20px 30px 20px;
    padding: 24px 30px;
  }
}
main .about .title {
  text-align: center;
  margin-bottom: 16px;
}
main .about .content-wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
main .about .content-wrap .map {
  min-width: 50%;
}
main .about .content-wrap .map img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1400px) {
  main .about .content-wrap {
    flex-direction: column;
  }
}
main .preference {
  background: white;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  main .preference {
    padding: 0 20px 20px;
  }
}
@media (max-width: 1400px) {
  main .preference .desktop-visible {
    display: none;
  }
}
main .preference .mobile-visible {
  display: none;
}
@media (max-width: 1400px) {
  main .preference .mobile-visible {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
main .preference .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1400px) {
  main .preference .container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
main .preference .content {
  padding-left: 60px;
}
@media (max-width: 1400px) {
  main .preference .content {
    padding-left: 0;
  }
}
main .preference .sub-title {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  main .preference .sub-title {
    margin-bottom: 16px;
  }
}
main .preference ul li {
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
  margin-bottom: 4px;
}
main .preference ul li:before {
  display: inline-block;
  content: "";
  background: url("./image/list.svg");
  width: 18px;
  height: 15px;
  background-size: contain;
  margin-right: 11px;
}
main .preference .img-wrap {
  min-width: 50%;
  width: 50%;
}
@media (max-width: 1400px) {
  main .preference .img-wrap {
    width: 100%;
    min-width: auto;
  }
}
main .preference .img-wrap .img {
  background-image: url("./image/preference.png");
  background-size: cover;
  height: 625px;
  width: 100%;
}
@media (max-width: 1400px) {
  main .preference .img-wrap .img {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 960px) {
  main .preference .img-wrap .img {
    height: 335px;
  }
}
main .comfort {
  padding: 0 60px;
}
@media (max-width: 1400px) {
  main .comfort {
    padding: 30px 20px 20px;
  }
}
main .comfort > .title {
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 960px) {
  main .comfort > .title {
    margin-bottom: 16px;
  }
}
main .comfort ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  main .comfort ul {
    flex-wrap: wrap;
  }
}
main .comfort ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  list-style-type: none;
  width: 16.6666666667%;
  height: 200px;
  padding: 0 24px;
}
@media (max-width: 1400px) {
  main .comfort ul li {
    width: 33.3333333333%;
    align-items: center;
  }
}
@media (max-width: 960px) {
  main .comfort ul li {
    width: 50%;
    height: 150px;
    padding: 0 8px;
  }
}
main .comfort ul li .title {
  color: #1F4A36;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  main .comfort ul li .title {
    text-align: center;
  }
}
main .comfort ul li:hover {
  background: #1F4A36;
}
main .comfort ul li:hover .title {
  color: #C0E8C0;
}
main .comfort ul li:hover svg path {
  fill: #C0E8C0;
}
main .about-2 {
  background: white;
  padding: 60px 0;
}
@media (max-width: 960px) {
  main .about-2 {
    padding: 40px 0;
  }
}
main .about-2 .title {
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 960px) {
  main .about-2 .title {
    margin-bottom: 16px;
  }
}
main .about-2 .content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 60px;
}
@media (max-width: 960px) {
  main .about-2 .content {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }
}
main .about-2 .content > div {
  width: 50%;
}
@media (max-width: 960px) {
  main .about-2 .content > div {
    width: 100%;
  }
}
main .contacts {
  background: url("./image/welcome-2.png");
  background-size: cover;
  padding: 70px 0;
}
@media (max-width: 960px) {
  main .contacts {
    background-size: 130% auto;
    padding: 70px 0 30px 0;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
main .contacts .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 60px;
}
@media (max-width: 960px) {
  main .contacts .container {
    flex-direction: column;
    padding: 0 20px;
  }
}
main .contacts .title {
  color: white;
  margin-bottom: 12px;
}
@media (max-width: 960px) {
  main .contacts .title {
    text-align: center;
  }
}
main .contacts .social-network.bottom-block {
  display: none;
}
@media (max-width: 960px) {
  main .contacts .social-network {
    display: none;
  }
  main .contacts .social-network.bottom-block {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
main .contacts .social-network li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
main .contacts .form {
  background: #1F4A36;
  min-width: 550px;
  padding: 55px 80px;
  height: 100%;
}
@media (max-width: 960px) {
  main .contacts .form {
    position: relative;
    top: -4px;
    width: 100%;
    min-width: 100%;
    padding: 30px 20px;
  }
}
main .contacts .form form {
  display: flex;
  flex-direction: column;
}
main .contacts .form form .form-control {
  position: relative;
  background: white;
  padding: 0 20px 0 50px;
}
main .contacts .form form .form-control:not(:last-child) {
  margin-bottom: 20px;
}
main .contacts .form form .form-control svg {
  position: absolute;
  top: 15px;
  left: 15px;
}
main .contacts .form form .form-control svg.textarea-icon {
  top: 10px;
}
main .contacts .form form .form-control input {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
}
main .contacts .form form .form-control input:focus + svg path {
  fill: #1F4A36;
}
main .contacts .form form .form-control textarea {
  height: 110px;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  padding-top: 10px;
}
main .contacts .form form .form-control textarea:focus + svg path {
  fill: #1F4A36;
}
main .contacts .form form .btn-light {
  width: 100%;
}
main .about-3 {
  background: white;
}
main .about-3 .title {
  color: #1F4A36;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  main .about-3 .title {
    display: none;
  }
}
main .about-3 .title.mobile {
  display: none;
}
@media (max-width: 960px) {
  main .about-3 .title.mobile {
    display: block;
  }
}
main .about-3 .title span {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 960px) {
  main .about-3 .title span {
    display: block;
  }
}
@media (max-width: 960px) {
  main .about-3 .img-wrap {
    text-align: center;
  }
  main .about-3 .img-wrap img {
    width: 100%;
    height: auto;
  }
}
main .about-3 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px;
}
@media (max-width: 960px) {
  main .about-3 .container {
    flex-direction: column;
    padding: 30px 20px;
  }
  main .about-3 .container .content {
    text-align: center;
  }
}
main .discussion {
  background: white;
  overflow: hidden;
}
@media (max-width: 960px) {
  main .discussion {
    background: transparent;
    text-align: center;
  }
}
main .discussion .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 960px) {
  main .discussion .container {
    flex-direction: column-reverse;
  }
}
main .discussion .container .content {
  padding: 60px 60px 0 60px;
  min-width: 70%;
}
@media (max-width: 960px) {
  main .discussion .container .content {
    padding: 30px 20px;
  }
}
main .discussion .container .content .title {
  font-size: 48px;
  color: #1F4A36;
  margin-bottom: 6px;
}
@media (max-width: 960px) {
  main .discussion .container .content .title {
    display: none;
  }
}
main .discussion .container .content .sub-title {
  color: #1F4A36;
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  main .discussion .container .content .sub-title {
    display: none;
  }
}
main .discussion .container .btn {
  margin-top: 40px;
}
@media (max-width: 960px) {
  main .discussion .container .btn {
    margin: 40px auto 20px auto;
  }
}
main .discussion .container .img-wrap {
  max-width: 640px;
}
main .discussion .container .img-wrap .mobile-content {
  display: none;
}
@media (max-width: 960px) {
  main .discussion .container .img-wrap .mobile-content {
    display: block;
    padding: 40px 0 30px 0;
  }
  main .discussion .container .img-wrap .mobile-content .title {
    color: #1F4A36;
  }
  main .discussion .container .img-wrap .mobile-content .sub-title {
    color: #1F4A36;
    margin-top: 12px;
  }
}
main .discussion .container .img-wrap img {
  display: block;
  width: 640px;
}
@media (max-width: 960px) {
  main .discussion .container .img-wrap img {
    width: 100%;
  }
}

footer {
  background: #161616;
  padding: 60px 0;
}
footer .landing-logo img {
  width: 270px;
}
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;
}
@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 button {
    margin-left: auto;
    margin-right: 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: 20px;
  }
}

.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;
}
.modal-window.sections .modal {
  position: relative;
  width: 960px;
  max-width: 960px;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .modal-window.sections .modal {
    flex-direction: column;
    width: 94%;
    max-height: 85vh;
  }
  .modal-window.sections .modal .left-bar {
    order: 2;
  }
}
.modal-window.sections .modal .title {
  height: 53px;
  width: 240px;
  line-height: 53px;
  background: #1F4A36;
  text-align: center;
  font-size: 20px;
  color: #C0E8C0;
  position: absolute;
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .modal-window.sections .modal .title {
    position: relative;
    width: 100%;
  }
}
.modal-window.sections .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 53px;
  height: 53px;
  background: #C0E8C0;
  cursor: pointer;
  z-index: 3;
}
.modal-window.sections .modal .left-bar {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  padding-top: 40px;
  background: #C0E8C0;
  min-height: 100%;
  position: relative;
}
@media (max-width: 960px) {
  .modal-window.sections .modal .left-bar {
    padding-top: 0;
  }
}
.modal-window.sections .modal .left-bar .apartment-count {
  margin-top: 30px;
  color: #1F4A36;
  font-size: 16px;
  text-align: center;
}
.modal-window.sections .modal .left-bar .apartment-count span {
  display: block;
  font-size: 44px;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 960px) {
  .modal-window.sections .modal .left-bar .apartment-count span {
    font-size: 36px;
  }
}
.modal-window.sections .modal .left-bar .apartments {
  padding: 20px 30px;
  max-height: 440px;
  overflow-y: scroll;
}
@media (max-width: 960px) {
  .modal-window.sections .modal .left-bar .apartments {
    max-height: 280px;
  }
}
.modal-window.sections .modal .left-bar .apartments .apartment {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
.modal-window.sections .modal .left-bar .apartments .apartment .number {
  background: #1F4A36;
  color: #C0E8C0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  min-width: 48px;
  font-size: 11px;
  margin-right: 18px;
}
.modal-window.sections .modal .left-bar .apartments .apartment.sold .number, .modal-window.sections .modal .left-bar .apartments .apartment.reservation .number {
  position: relative;
}
.modal-window.sections .modal .left-bar .apartments .apartment.sold .number:before, .modal-window.sections .modal .left-bar .apartments .apartment.reservation .number:before {
  content: "Продано";
  display: block;
  position: absolute;
  top: -2px;
  left: -24px;
  transform: rotate(-45deg);
  background: red;
  height: 15px;
  line-height: 14px;
  padding: 0 4px;
  font-size: 10px;
  color: white;
}
.modal-window.sections .modal .left-bar .apartments .apartment.reservation .number:before {
  content: "Бронь";
  background: orange;
}
.modal-window.sections .modal .img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window.sections .modal .img-wrap img {
  max-width: 90%;
  height: auto;
}

.apartments-container {
  position: relative;
  margin: 0 auto 48px;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 1400px) {
  .apartments-container {
    max-width: 100%;
    margin-top: -60px;
    margin-bottom: 30px;
  }
}
.apartments-container .apartments-regions-container {
  position: relative;
}
.apartments-container .apartments-title {
  color: #fff;
  background-color: #1F4A36;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  width: 470px;
  height: 85px;
  font-size: 46px;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .apartments-container .apartments-title {
    position: relative;
    width: auto;
    font-size: 26px;
    padding-top: 0;
  }
}
.apartments-container .apartments-map,
.apartments-container .apartments-regions,
.apartments-container .apartments-regions svg {
  position: absolute;
  top: 0;
  left: 0;
}
.apartments-container .apartments-image {
  position: relative;
  max-width: 1280px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .apartments-container .apartments-image {
    max-width: 100%;
    pointer-events: none;
  }
}
.apartments-container .apartments-map {
  z-index: 2;
}
@media (max-width: 1400px) {
  .apartments-container .apartments-map {
    display: none;
  }
}
.apartments-container .apartments-regions {
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .apartments-container .apartments-regions {
    display: none;
  }
}
.apartments-container .apartments-floors {
  z-index: 4;
}
.apartments-container .apartments-strokes {
  z-index: 5;
}
.apartments-container .apartments-regions svg path {
  display: none;
}
.apartments-container .apartments-accordion {
  box-sizing: border-box;
  display: none;
  max-width: 1024px;
  margin: 0 auto;
  padding: 18px 20px 20px;
}
@media (max-width: 1400px) {
  .apartments-container .apartments-accordion {
    display: flex;
    flex-direction: column;
  }
}
.apartments-container .apartments-accordion-item {
  display: flex;
  flex-direction: column;
}
.apartments-container .apartments-accordion-item-title {
  display: flex;
  margin-bottom: 2px;
}
.apartments-container .apartments-accordion-item-title button {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  flex-grow: 1;
  height: 60px;
  text-align: center;
  border: none;
  background-color: #1F4A36;
  color: #fff;
}
.apartments-container .apartments-accordion-item-content {
  display: flex;
  flex-direction: column;
}
.apartments-container .apartments-accordion-item-content-list-item {
  color: #070707;
  background-color: #C0E8C0;
  font-size: 15px;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.apartments-container .apartments-accordion-item-content-list-item .apartment-details {
  background-color: #C0E8C0;
  border: none;
  padding: 10px 10px 18px;
  color: #143B29;
}
.apartments-container .apartments-accordion-item-content-list-item strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}

.popover {
  position: absolute;
  z-index: 6;
  display: flex;
  transition: all 0.3s ease-in-out;
  transform: translateY(10px) scale(0.8);
  opacity: 0;
}
.popover-fade-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.popover-label {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  color: #fff;
  background: #1F4A36;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}
.popover-label b, .popover-label strong {
  font-weight: 800;
  font-size: 30px;
}
.popover-body {
  display: flex;
  flex-direction: column;
  align-content: center;
  color: #070707;
  background: #fff;
  padding: 13px 11px;
  font-size: 15px;
}
.popover-body span {
  color: #B6B6B6;
  font-weight: 600;
  font-size: 14px;
}

.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=franko.styles.css.map */
