.success-message, .error-message{
  text-align: center;
  color: #d6ac58;
  font-size: 1.5rem;
  line-height: 1.5;
}
.success-message{color: #d6ac58;}
.error-message{color: #e44949;}
.btn {
  display: inline-block;
  font-size: 30px;
  border-radius: 12px;
  padding: 22px 32px;
  font-family: "Roboto-Medium";
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fadf84), to(#e7b053));
  background: -o-linear-gradient(top, #fadf84, #e7b053);
  background: linear-gradient(to bottom, #fadf84, #e7b053);
}
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7b053), to(#fadf84));
  background: -o-linear-gradient(top, #e7b053, #fadf84);
  background: linear-gradient(to bottom, #e7b053, #fadf84);
}

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

img, svg {
  max-width: 100%;
  max-height: 100%;
}

body {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Roboto-Regular";
  color: #141414;
}

a {
  text-decoration: none;
  color: #141414;
}

main {
  min-width: 320px;
  overflow: hidden;
}

h1, h2, h3, h4 {
  font-family: "Roboto-Bold";
  font-weight: normal;
}

.box {
  max-width: 1234px;
  padding: 0 20px;
  margin: 0 auto;
}

ul li, ol li {
  list-style: none;
}

.flex {
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header {
  background: #151314;
  height: 700px;
  padding: 20px 0;
  position: relative;
}
header > .box {
  position: relative;
}

.topic_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  background-image: url("../img/topicBG.jpg");
  background-position: center left;
}

.top-item.top-item_logo {
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
}
.top-item.top-item_menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-item.top-item__info {
  -ms-flex-preferred-size: 308px;
      flex-basis: 308px;
  text-align: right;
  padding-top: 10px;
}
.top-item.top-item__info a {
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
.top-item.top-item__info span {
  color: #f2c861;
  font-size: 0.96rem;
}
.top-item.top-item__info span strong {
  font-family: "Roboto-Medium";
}

.top-menu {
  padding-top: 20px;
}
.top-menu.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-menu li a {
  color: #fff;
}

.h-body_title {
  padding: 90px 0 30px;
}
.h-body_title h1 {
  font-size: 3.76rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#7d653f), to(#f7d369));
  background: -o-linear-gradient(top, #7d653f, #f7d369);
  background: linear-gradient(to bottom, #7d653f, #f7d369);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
}

.h-body_undertitle {
  font-family: "Roboto-Medium";
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 65px;
}

.h-body_button {
  margin-bottom: 30px;
}

section {
  padding: 40px 0;
}
section.about {
  position: relative;
}
section.dark {
  color: #fff;
}
section.advantages {
  background: url(../img/adv.jpg) no-repeat center/cover;
  padding: 50px 0 20px;
}
section.form-section {
  background: url(../img/formBg.jpg) no-repeat center/cover;
}
section.map {
  padding: 0;
  height: 390px;
  position: relative;
}
section.map .box {
  height: 100%;
}

.box-header h2 {
  font-size: 3rem;
  margin: 0 0 40px;
}
.box-header.center {
  text-align: center;
}

.clear {
  height: 1px;
}

.modal-form {
  width: 615px;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}

.fancybox-content {
  padding: 0;
  border-radius: 10px;
}

.fancybox-button.fancybox-close-small {
  display: none;
}

.modal-form_inner {
  border: 2px solid #d6ac58;
  border-radius: 10px;
  padding: 30px 60px;
}

.modal-form_title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.modal-form_undertitle {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.modal-field {
  max-width: 300px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal-field button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.modal-field input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline: none;
}

.modal-field input {
  border: 2px solid #d6a24c;
  background: #2a2a2a;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #d6a24c;
}

.modal-form_inner {
  padding: 20px;
}

.slicknav_menu {
  display: none;
}

.slicknav_btn {
  width: 80px;
  height: 50px;
  display: block;
  position: relative;
  z-index: 9;
}
.slicknav_btn.slicknav_open{
  position: fixed;
  top: 40px;
  right: 16px;
}
.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
}
.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2) {
  display: none;
}
.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 24px;
}

.slicknav_icon {
  position: relative;
  display: block;
  height: 100%;
}
.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.slicknav_icon .slicknav_icon-bar:first-child {
  top: 10px;
}
.slicknav_icon .slicknav_icon-bar:nth-child(2) {
  top: 0;
  bottom: 0;
}
.slicknav_icon .slicknav_icon-bar:last-child {
  bottom: 10px;
}

.slicknav_menu {
  position: relative;
}

.slicknav_nav {
  position: fixed;
  font-size: 14px;
  z-index: 5;
  width: calc(100vw - 80px);
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fadf84), to(#e7b053));
  background: -o-linear-gradient(top, #fadf84, #e7b053);
  background: linear-gradient(to bottom, #fadf84, #e7b053);
}
.slicknav_nav li {
  padding-left: 0;
  text-align: center;
}
.slicknav_nav li::before {
  content: none;
}
.slicknav_nav li a {
  text-transform: none;
  padding: 10px 10px 10px 20px;
  display: block;
  font-size: 1rem;
}

.services {
  display: grid;
  grid-template-columns: 385px 385px 385px;
  grid-column-gap: 23px;
  grid-row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.service-item {
  position: relative;
  height: 300px;
}
.service-item .more {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 170px;
  height: 50px;
  color: #d6a24c;
  border: 1px solid #d6a24c;
  text-align: center;
  line-height: 50px;
  font-size: 1.5rem;
  border-radius: 6px;
  display: none;
}
.service-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.service-item:hover .more {
  display: block;
}
.service-item:hover .service-item_title {
  background: transparent;
}
.service-item:hover::before {
  content: "";
}

.service-item_img {
  position: relative;
  height: 100%;
}
.service-item_img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.service-item_title {
  position: absolute;
  background-color: #181002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.service-item_title h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.about {
  padding-bottom: 120px;
}

.about-overlay {
  background: url(../img/aboutBG.png) no-repeat;
  background-position: 100% 0;
  height: 640px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  right: 300px;
}
.about-overlay > svg {
  width: 378px;
  height: 461px;
  position: absolute;
  fill: yellow;
  right: -200px;
  top: 110px;
  z-index: -1;
}

.about-list {
  max-width: 770px;
  margin: 30px 0;
  padding: 20px 20px 20px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.about-list ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
  font-size: 1.5rem;
}
.about-list ul li span {
  position: absolute;
  top: -5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fadf84), to(#e9b560));
  background: -o-linear-gradient(top, #fadf84, #e9b560);
  background: linear-gradient(to bottom, #fadf84, #e9b560);
  display: block;
}
.about-list ul li span > svg {
  width: 20px;
  fill: #ecbb5a;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.about-list ul li span::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 50%;
}

.advantages-item {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  margin-bottom: 60px;
}

.advantages-item_icon {
  fill: #e6ae51;
  margin: 0 auto 10px;
  width: 89px;
  height: 89px;
  position: relative;
}
.advantages-item_icon::before {
  position: absolute;
  top: -80px;
  left: -80px;
  content: "";
  width: 248px;
  height: 248px;
  background: url(../img/shad.png) no-repeat center;
  border-radius: 50%;
  opacity: 0.4;
}

.advantages-item_text {
  text-align: center;
  font-size: 1.5rem;
}

.obj-item {
  display: inline-block;
  vertical-align: top;
}

.obj-item_wrapp {
  width: 238px;
  height: 260px;
  position: relative;
}
.obj-item_wrapp::after {
  content: "";
  background: #181002;
  position: absolute;
  width: 100%;
  height: 198px;
  left: 0;
  top: 0;
  z-index: 0;
}
.obj-item_wrapp::before {
  content: "";
  position: absolute;
  display: block;
  width: 299px;
  height: 206px;
  background: url(../img/obj_shad.png) no-repeat center;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
.obj-item_wrapp:hover {
  background: #fff;
  border: 2px solid #181002;
}
.obj-item_wrapp:hover .obj-item_title {
  color: #000000;
}
.obj-item_wrapp:hover .obj-item_img {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  bottom: 60px;
  right: 8px;
}
.obj-item_wrapp:hover .obj-item_button {
  opacity: 1;
}
.obj-item_wrapp:hover::after {
  content: none;
}

.obj-item_title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  font-size: 1.4rem;
  font-family: "Roboto-Medium";
  z-index: 3;
}

.obj-item_img {
  position: absolute;
  bottom: 15px;
  right: -20px;
  z-index: 3;
}

.obj-item_button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  opacity: 0;
  z-index: 3;
}

.obj-btn {
  font-family: "Roboto-Medium";
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fadf84), to(#e7b054));
  background: -o-linear-gradient(top, #fadf84, #e7b054);
  background: linear-gradient(to bottom, #fadf84, #e7b054);
  padding: 10px 30px;
  border-radius: 6px;
  display: inline-block;
}
.obj-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fadf84), to(#e7b054));
  background: -o-linear-gradient(bottom, #fadf84, #e7b054);
  background: linear-gradient(to top, #fadf84, #e7b054);
}

.objects {
  position: relative;
}
.objects .owl-stage-outer {
  overflow: hidden;
  padding-bottom: 40px;
}
.objects .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  text-align: center;
}
.objects .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.objects .owl-nav button {
  position: absolute;
  font-size: 3rem;
  color: #e6ae51;
  border: none;
  background: transparent;
  outline: #e6ae51;
  top: 70px;
}
.objects .owl-nav button.owl-prev {
  left: -30px;
}
.objects .owl-nav button.owl-next {
  right: -30px;
}

.box-underheader {
  font-family: "Roboto-Medium";
  font-size: 1.9rem;
  margin-bottom: 40px;
}
.box-underheader svg {
  position: relative;
  top: 8px;
  left: 30px;
}

#form-feedback {
  padding: 1px 0;
}

.form-row {
  margin: 35px 0 45px;
}
.form-row.flex {
  max-width: 1030px;
}

.form-cell {
  height: 80px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.form-cell input, .form-cell button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.form-cell input {
  border: 2px solid #d6a24c;
  background: #2a2a2a;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell input::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell input::-moz-placeholder {
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell input:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell input::-ms-input-placeholder {
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell input::placeholder {
  font-size: 1.5rem;
  color: #d6a24c;
}
.form-cell button {
  padding: 0;
}

.steps.flex {
  max-width: 1140px;
  margin: 25px auto;
}

.steps-item {
  position: relative;
}
.steps-item::before {
  width: 300px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  background: #ecba59;
  top: 60px;
  left: 80px;
  z-index: 0;
}
.steps-item:last-child::before {
  content: none;
}

.steps-item_icon {
  border: 3px solid #e1aa4f;
  border-radius: 50%;
  background: #181002;
  width: 117px;
  height: 117px;
  position: relative;
  margin: 0 auto 35px;
}
.steps-item_icon > svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.steps-item_title {
  font-family: "Roboto-Medium";
  font-size: 1.5rem;
}

.overmap {
  position: relative;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: -o-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overmap::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 100%;
  background: #fff;
}

.overmap_inner h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.overmap_row {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.mobile-map-info {
  display: none;
  position: relative;
  padding: 0 20px;
}
.mobile-map-info::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  content: "";
  z-index: 2;
}

.mobile-map-info {
  text-align: center;
}
.mobile-map-info h2 {
  margin-bottom: 20px;
}

.mobile-map-info_row {
  margin-bottom: 20px;
}

footer {
  padding: 20px 0 40px;
  background: url("../img/foo.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

.bottom {
  display: grid;
  grid-template-columns: 200px 270px 285px 380px;
}

.bottom-item:last-child {
  text-align: center;
  padding-top: 20px;
}

.bottom-menu {
  padding-top: 20px;
}
.bottom-menu li {
  margin-bottom: 10px;
}
.bottom-menu li a{
  color: #fff;
}

.footer-btn {
  color: #fff;
  font-size: 1.6rem;
  border: 2px solid #e1aa00;
  padding: 12px 60px;
  border-radius: 4px;
  margin-top: 10px;
  display: inline-block;
}
.modal-policy{
  padding: 30px;
  font-size: 1rem;
}
.modal-policy h3{margin-bottom: 20px;}
.modal-policy ul {
  margin-bottom: 20px;
}
.modal-policy ul li{
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.modal-policy ul li:before{
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  background: orange;
  content: '';
}
.modal-policy p{
  margin-bottom: 20px;
}
