@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hzg.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D-w.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D-w.ttf) format('truetype');
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: local(Montserrat Regular), local(Montserrat-Regular), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hzg.ttf) format('truetype');
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: local(Montserrat Medium), local(Montserrat-Medium), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D-w.ttf) format('truetype');
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: local(Montserrat Bold), local(Montserrat-Bold), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D-w.ttf) format('truetype');
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
}

header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  text-align: left;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

b {
  font-weight: bolder;
}

a {
  color: rgb(0, 123, 255);
  text-decoration: none;
  background-color: transparent;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button,
input {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

*::-webkit-file-upload-button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: button;
}

h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.preloader-wrap{  transition: 0.3s;}
header + .preloader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: #ffffff;
  z-index: 9999999;
  align-items: center;
  justify-content: center;
}

header + .preloader-wrap .preloader-loading {
  position: absolute;
  transition: 0.2s;
}

header + .preloader-wrap .preloader-loading svg {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: scale(1.5) translate(16px, -14px);
  transition: 0.2s;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-width: 0.3em 0.3em 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0px;
  margin: 0.125rem 0px 0px;
  font-size: 1rem;
  color: rgb(33, 37, 41);
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.901961);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.498039);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.498039);
  border-color: rgba(0, 0, 0, 0.0980392);
}

.bg-light {
  background-color: rgb(248, 249, 250) !important;
}

.d-none {
  display: none;
  /*!important;*/
}

.d-block {
  display: block;
  /*!important;*/
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none ;
    /*!important;*/
  }

  .d-sm-block {
    display: block ;
    /*!important;*/
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px 0px 0px 0px);
  white-space: nowrap;
  border: 0px;
}

.text-nowrap {
  white-space: nowrap !important;
}

html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1365px;
  position: relative;
}

:focus {
  outline-style: none;
  outline-width: 0px !important;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.button {
  min-width: 13.75rem;
  border: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-size: 0.813rem;
  line-height: 0.938rem;
  font-family: Montserrat;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0.875rem 1.563rem;
}

.accent-button {
  background-color: rgb(229, 129, 56);
}

input {
  width: 15rem;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  outline-color: rgb(229, 129, 56);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0.539rem 1.563rem;
  background-color: rgb(255, 255, 255);
  background-position: initial initial;
  background-repeat: initial initial;
}

.title {
  display: block;
  margin: 3.125rem 0px;
  font-weight: 500;
  text-align: center;
  font-size: 2.25rem;
  line-height: 3.25rem;
  color: rgb(0, 0, 0);
}

.navbar {
  padding: 0.5rem 0px;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.header__top {
  background-color: rgb(201, 201, 201);
  height: 35px;
  background-position: initial initial;
  background-repeat: initial initial;
}

.header__top ul {
  list-style-type: none;
  padding-top: 5px;
}

.header__top li {
  position: relative;
  margin-left: 2.5rem;
}

.header__top a {
  color: rgb(0, 0, 0);
  font-size: 0.875rem;
}

.header__bottom {
  background-color: rgb(255, 255, 255);
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background-position: initial initial;
  background-repeat: initial initial;
}

.header__bottom .bg-light {
  background-color: rgb(255, 255, 255) !important;
}

.header__bottom .dropdown-toggle::after {
  display: none;
}

.header__bottom .navbar-light .navbar-nav .nav-link {
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
}

.header__bottom li {
  margin-left: 2rem;
  margin-right: 1rem;
}

.navbar-toggler {
  height: 37px;
  background-color: transparent !important;
  border-color: rgb(201, 201, 201) !important;
  background-position: initial initial !important;
  background-repeat: initial initial !important;
}

.navbar-toggler .icon-bar {
  width: 22px;
  height: 1px;
  background-color: rgb(201, 201, 201);
  display: block;
  background-position: initial initial;
  background-repeat: initial initial;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .icon-bar {
  width: 22px;
  height: 1px;
  background-color: rgb(201, 201, 201);
  display: block;
  background-position: initial initial;
  background-repeat: initial initial;
}

.navbar-toggler.collapsed {
  outline: none;
}

.hero {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

.main .hero {
  margin-top: 2rem;
  position: relative;
}

.main .hero .title {
  font-size: 4.375rem;
  line-height: 5.625rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 5rem;
  font-weight: 600;
  text-align: center;
}

.main .hero .subtitle {
  position: absolute;
  bottom: -30px;
  height: 130px;
  width: 100%;
}

.main .hero h1 {
  color: rgb(116, 116, 116);
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-top: 1.875rem;
}

.hero {
  margin-top: 95px;
  position: relative;
  height: 400px;
  background-color: rgb(141, 141, 141);
}

.hero .title {
  font-size: 3.375rem;
  line-height: 4.625rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}

.main .places {
  padding-top: 4rem;
}

.places a {
  width: 25%;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.places .poligon {
  height: 169px;
  width: 192px;
  margin: 0px auto;
  background-image: url(../img/reusable/poligon.svg);
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
}

.places .poligon svg {
  width: 60%;
  height: 60%;
}

.places .row {
  margin-bottom: 6rem;
}

.banner input {
  margin: 10px;
  opacity: 0.6;
  border: 1px solid rgb(255, 255, 255);
}

.banner-contact input:not([type="submit"]) {
  opacity: 0.8;
  border-color: rgb(227, 227, 227);
  text-align: left;
}

.steps-form input {
  font-size: 1rem;
}

.steps-form .button {
  font-size: 0.9rem;
  font-weight: 500;
}

.steps-form .button {
  padding: 0.875rem 2.563rem;
  margin-top: 3rem;
}

.modal input:not([type="submit"]) {
  opacity: 0.8;
  border-color: rgb(227, 227, 227);
  text-align: left;
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 13px;
  }

  .container {
    max-width: 1100px;
  }

  .header__bottom {
    padding-bottom: 0.25rem;
    padding-top: 0.6rem;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 4.625rem;
  }

  .places {
    padding-bottom: 0px;
  }

  .places .row {
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }

  .header__bottom li {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .main .hero .title {
    line-height: 4.625rem;
    font-size: 4rem;
  }

  .places {
    padding-bottom: 4.875rem;
  }

  .places .row {
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .header__top svg {
    width: 20px;
    height: 20px;
  }

  .header__bottom {
    padding: 5px 0px;
  }

  .header__bottom li {
    margin: 0px auto;
  }

  .header__bottom li .button {
    width: 170px;
    margin-top: 15px;
  }

  .header__bottom .navbar-nav {
    text-align: center;
  }

  .dropdown-menu {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    text-align: center;
  }

  .main .hero {
    margin-top: 5rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/main-page/mob-hero.jpeg) !important;
  }

  .main .hero h1 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .main .hero .title {
    line-height: 3.5rem;
    font-size: 3.4rem;
  }

  .places {
    padding-bottom: 2rem;
  }

  .places .poligon {
    height: 7.6rem;
    width: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .hero .title {
    font-size: 2.5rem;
  }

  .places a {
    line-height: 1;
  }

  .places .poligon {
    margin-bottom: 0.625rem;
  }

  #modal .banner input {
    margin: 5px;
  }
}

@media screen and (max-width: 575px) {
  .hero {
    height: 200px;
  }

  .hero .title {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  section .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    margin: 1.125rem 0px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    color: rgb(51, 51, 51);
  }

  input {
    font-size: 1rem;
  }

  input {
    padding: 0.4rem 1.563rem;
  }

  .button {
    padding: 0.757rem 1.563rem;
  }

  .banner input {
    margin: 5px;
  }

  .banner-contact input {
    width: 18.75rem;
  }

  .header__top .container {
    padding-left: 17px;
    padding-right: 6px;
  }

  .header__top li {
    position: relative;
    margin-left: 0px;
    margin-right: 2rem;
  }

  .header__top li:last-child {
    position: relative;
    margin: 0px;
  }

  .header__bottom .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .header__bottom .navbar {
    padding: 0px;
  }

  .header__bottom .navbar-nav {
    padding-bottom: 10px;
  }

  .navbar-brand {
    width: 180px;
  }

  .main .hero {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main .hero .title {
    line-height: 3.6rem;
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }

  .main .hero h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }

  .main .hero h1 span {
    font-size: 1.3rem;
  }

  .main .hero .subtitle {
    bottom: -1px;
  }

  .places {
    padding-top: 4rem;
    /*padding-bottom: 3rem;*/
  }

  .places .poligon {
    height: 5.6rem;
    width: 6rem;
    margin-bottom: 0px;
  }

  .places .row {
    margin-bottom: 3.875rem;
  }

  .places a {
    width: 26%;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .hero .title {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }

  .title {
    font-size: 1.8rem;
  }

  .places a {
    line-height: 0.85rem;
  }

  .steps-form .button {
    min-width: 10rem;
    margin-top: 2rem;
  }

  .steps-form .button {
    max-width: 10rem;
    padding: 0.875rem 0px;
  }
}
