body {
  position: relative;
  min-width: 320px;
  text-align: center;
  font-family: 'Montserrat',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  line-height: 1.5;
}
img,
svg,
video {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
video {
  outline: none;
}
svg {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper {
  overflow: hidden;
}
.sect {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.container {
  position: relative;
}
.content {
  position: relative;
}
a,
a::before,
a::after,
button,
button::before,
button::after,
svg path,
i,
input[type="text"],
textarea,
form .field label,
.header.sect .sandwich .lines::before,
.header.sect .sandwich .lines::after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type="text"],
textarea {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  font-family: 'Montserrat',  Arial,  Helvetica,  sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background: #f5f4f4;
  border: 2px solid #f5f4f4;
  border-radius: 15px;
  padding: 24px 30px 23px 70px;
}
textarea {
  resize: none;
  height: 118px;
}
input[type="text"].error,
textarea.error {
  border-color: #f00!important;
}
form .field {
  position: relative;
  margin-bottom: 10px;
}
form .field .icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 30px;
  height: 20px;
  margin-top: -10px;
}
form .field .icon svg {
  display: block;
}
form .field input[type="text"] + .icon svg path {
  fill: #828282;
}
form .field input[type="text"]:focus + .icon svg path {
  fill: #fdc55c;
}
form .field label {
  cursor: pointer;
  position: absolute;
  top: 27px;
  left: 70px;
  font-size: 16px;
  line-height: 1;
  color: #828282;
}
form .field.active label {
  font-size: 13px;
  top: 10px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #828282;
}
::-ms-input-placeholder {  
  color: #828282;
}
::placeholder {  
  color: #828282;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent!important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent!important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent!important;
}
button {
  cursor: pointer;
  background-color: inherit;
  border: none;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  max-width: 300px;
  font-family: 'Montserrat',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-bottom: 4px solid #fda05c;
  border-radius: 15px;
  text-shadow: 1px 1px #ffdd89;
  box-shadow: 0 14px 35px rgba(254,214,123,.25);
  padding: 22px 35px 23px;
}
.button.min {
  max-width: 250px;
  padding-top: 17px;
  padding-bottom: 18px;
}
a.button:hover,
button.button:hover {
  opacity: 0.7;
}
form .button {
  max-width: none;
}
.w-100 {
  width: 100%;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
.mfp-bg {
  background-color: #000;
}
.mfp-container {
 padding-left: 10px;
 padding-right: 10px;
}
.mfp-inline-holder .mfp-close {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url('../img/popup/close.png');
  background-position: center center;
  opacity: 1;
}
.mfp-inline-holder .mfp-close:hover {
 opacity: .7;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-radius: 15px;
  margin-top: -25px;
  z-index: 998;
}
.slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/controls.png');
  background-size: 22px 18px;
  margin-left: -5px;
  margin-top: -9px;
}
.slick-arrow.slick-next::before {
  background-position: -11px 0;
}
.slick-slide img {
  display: inline;
}
.slick-dots {
  font-size: 0;
  margin-left: -5px;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  margin-left: 5px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  background: #d7d7d7;
  padding: 0;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #fdc55c;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.intro {
  margin-bottom: 50px;
}
h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.4;
}
h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
}
h2 strong {
  font-weight: inherit;
  color: #fdc55c;
}

.wrapper > .up {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-radius: 15px; 
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.wrapper > .up.active {
 visibility: visible;
 opacity: 1;
}
.wrapper > .up.active:hover {
  opacity: 0.7;
}
.wrapper > .up::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url('../img/controls.png');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -5px;
  margin-top: -9px;
}

.advantages.sect .items {
  margin-top: -40px;
}
.advantages.sect .item {
  margin-top: 40px;
}
.advantages.sect .item .icon {
  position: relative;
  height: 123px;
}
.advantages.sect .item .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  background-color: #fdc55c;
  border-radius: 50%;
  margin-top: -55px;
  margin-left: -55px;
  z-index: -1;
}
.advantages.sect .item .caption {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.advantages.sect .item .desc {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  margin-top: 10px;
}

.main.sect {
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url('../img/main/bg.jpg');
  background-position: center center;
  background-size: cover;
}
.main.sect .intro .desc {
  font-size: 36px;
  color: #fdc862;
  margin-top: 10px;
}
.main.sect form {
  display: inline-block;
  max-width: 370px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 60px 60px rgb(212 212 212 / 25%);
  padding: 30px;
}
.main.sect form .text {
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.main.sect form .text .caption {
  font-size: 26px;
}
.main.sect form .text .desc {
  font-size: 18px;
  margin-top: 5px;
}

.objects.sect {
  background-repeat: no-repeat;
  background-image: url('../img/objects/bg.jpg');
  background-position: center center;
  background-size: cover;
}
.objects.sect .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 60px 60px rgb(212 212 212 / 25%);
}
.objects.sect .item .slider .icon {
  overflow: hidden;
  border-radius: 15px;
}
.objects.sect .item .slider .icon img {
  border-radius: 15px;
}
.objects.sect .item .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  padding: 30px;
}
.objects.sect .item .text {
  flex: auto;
}
.objects.sect .item .text .caption {
  font-size: 22px;
  font-weight: 500;
}
.objects.sect .item .text .desc {
  font-size: 16px;
  margin-top: 10px;
}
.objects.sect .item .types {
  margin-top: 20px;
}
.objects.sect .item .types .caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.objects.sect .item .types .subitems {
  margin-top: -10px;
  margin-left: -5px;
}
.objects.sect .item .types .subitem {
  background: #fdc359;
  background: -moz-linear-gradient(left,  #fdc359 0%, #ffdf8c 100%);
  background: -webkit-linear-gradient(left,  #fdc359 0%,#ffdf8c 100%);
  background: linear-gradient(to right,  #fdc359 0%,#ffdf8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc359', endColorstr='#ffdf8c',GradientType=1 );
  border-radius: 5px;
  padding: 5px 10px 5px;
  margin-top: 10px;
  margin-left: 5px;
}
.objects.sect .item .types .subitem .icon {
  height: 20px;
  margin-right: 5px;
}
.objects.sect .item .types .subitem .desc {
  font-size: 14px;
  font-weight: 500;
}

.order.sect {
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url('../img/order/bg.jpg');
  background-position: center center;
  background-size: cover;
}
.order.sect .intro .desc {
  font-size: 20px;
  margin-top: 10px;
}
.order.sect form {
  width: 100%;
  max-width: 680px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 60px 60px rgb(212 212 212 / 25%);
  padding: 50px 30px;
  margin-left: auto;
  margin-right: auto;
}
.order.sect form .text {
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.order.sect form .text .caption {
  font-size: 26px;
}
.order.sect form .text .desc {
  font-size: 18px;
  margin-top: 5px;
}
.order.sect form .row {
  margin-left: -10px;
}
.order.sect form .field {
  margin-left: 10px;
}
.order.sect form .button {
  max-width: 300px;
}

.contacts.sect .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDFAF1;
  z-index: 1;
}
.contacts.sect .info {
  position: relative;
  max-width: 370px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 60px 60px rgb(212 212 212 / 25%);
  padding: 50px 30px;
  z-index: 1;
}
.contacts.sect .info .intro {
  margin-bottom: 30px;
}
.contacts.sect .info .intro h2 {
  font-size: 26px;
  font-weight: 400;
}
.contacts.sect .info .item {
  margin-top: 20px;
}
.contacts.sect .info .item:first-child {
  margin-top: 0;
}
.contacts.sect .info .item .icon {
  width: 50px;
  height: 50px;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-radius: 15px;
  margin-right: 20px;
}
.contacts.sect .info .item .icon svg {
  width: 25px;
}
.contacts.sect .info .item .text {
  text-align: left;
}
.contacts.sect .info .item .desc {
  font-size: 16px;
}
.contacts.sect .info .item.phone .desc {
  font-size: 18px;
  font-weight: 600;
}
.contacts.sect .info .button {
  margin-top: 30px;
}

.footer.sect {
  padding-top: 30px;
  padding-bottom: 30px;
}

.popup.sect {
  position: relative;
  width: 100%;
  max-width: 370px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 60px 60px rgb(212 212 212 / 25%);
  padding: 30px;
  margin: 0 auto;
}

.popup_callback.sect form .text {
  margin-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.popup_callback.sect form .caption {
  font-size: 26px;
}
.popup_callback.sect form .desc {
  font-size: 18px;
  margin-top: 5px;
}

.popup.popup_complete.sect {
  padding-top: 100px;
  padding-bottom: 100px;
}
.popup.popup_complete.sect .intro .icon {
  margin-bottom: 30px;
}
.popup.popup_complete.sect .intro {
  margin-bottom: 0;
}
.popup.popup_complete.sect .intro h2 {
  font-size: 26px;
  font-weight: 400;
}
.popup.popup_complete.sect .intro .desc {
  font-size: 18px;
  margin-top: 5px;
}

.catalog.sect .items {
  margin-top: -30px;
}
.catalog.sect .item {
 background-color: #fff;
 border-radius: 15px;
 box-shadow: 0 60px 60px rgba(212,212,212,.25);
 padding: 30px;
 margin-top: 30px;
 margin-left: auto;
 margin-right: auto;
}
.catalog.sect .item .slider .icon img {
  border-radius: 15px;
}
.catalog.sect .item .previews {
  margin-left: -10px;
}
.catalog.sect .item .previews .icon {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
}
.catalog.sect .item .previews .icon.active {
  cursor: auto;
}
.catalog.sect .item .previews .icon:hover {
  opacity: 0.7;
}
.catalog.sect .item .previews .icon.active:hover {
  opacity: 1;
}
.catalog.sect .item .previews .icon img {
  border-radius: 15px;
}
.catalog.sect .item .text {
  text-align: left;
}
.catalog.sect .item .text .caption {
  font-size: 24px;
  font-weight: 500;
}
.catalog.sect .item .text .features {
  margin-top: 20px;
}
.catalog.sect .item .text .feature {
  text-align: right;
  font-size: 16px;
  background: #fbfafa;
  background: -moz-linear-gradient(left,  #fbfafa 0%, #f8f6f6 100%);
  background: -webkit-linear-gradient(left,  #fbfafa 0%,#f8f6f6 100%);
  background: linear-gradient(to right,  #fbfafa 0%,#f8f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa', endColorstr='#f8f6f6',GradientType=1 );
  border-radius: 5px;
  padding: 8px 20px;
  margin-top: 5px;
}
.catalog.sect .item .text .feature .name {
  font-weight: 500;
}
.catalog.sect .item .text .cost {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}
.catalog.sect .item .text .status {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-left: 22px;
  margin-top: 5px;
}
.catalog.sect .item .text .status::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e93131;
  border-radius: 50%;
  box-shadow: 0 15px 20px rgba(188,44,78,.75);
}
.catalog.sect .item .text .status.free::before {
  background-color: #2cbc7d;
  box-shadow: 0 15px 20px rgba(44,178,128,.75);
}
.catalog.sect .item .text .info {
  margin-top: 30px;
}
.catalog.sect .item .text .info .phone {
  font-size: 18px;
  font-weight: 500;
}
.catalog.sect .item .text .info .phone strong {
  font-weight: 600;
}

.nav.sect {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}
.nav.sect ul li {
  font-size: 14px;
  font-weight: 400;
}
.nav.sect ul li a {
  position: relative;
  display: block;
  padding: 14px 40px;
}
.nav.sect ul li a:hover {
  color: #fdc55c;
}

.header.sect {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.sect .logo img {
  max-width: 130px;
  height: 66px;
}
.header.sect .item .icon {
  height: 50px;
  margin-right: 20px;
}
.header.sect .item.phone .icon {
  width: 50px;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-radius: 15px;
}
.header.sect .item .icon svg {
  width: 25px;
}
.header.sect .item .desc {
  text-align: left;
  font-size: 16px;
}
.header.sect .item.phone .desc {
    font-size: 18px;
    font-weight: 600;
}
.header.sect .sandwich {
  width: 50px;
  height: 50px;
  background: #ffdf8c;
  background: -moz-linear-gradient(top,  #ffdf8c 0%, #fdc359 100%);
  background: -webkit-linear-gradient(top,  #ffdf8c 0%,#fdc359 100%);
  background: linear-gradient(to bottom,  #ffdf8c 0%,#fdc359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf8c', endColorstr='#fdc359',GradientType=0 );
  border-radius: 15px;
}
.header.sect .sandwich:hover {
  opacity: 0.7;
}
.header.sect .sandwich {
  position: relative;
}
.header.sect .sandwich .lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 20px;
  margin-left: -11px;
  margin-top: -10px;
}
.header.sect .sandwich .lines::before,
.header.sect .sandwich .lines::after,
.header.sect .sandwich .lines i {
 content: '';
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #000;
}
.header.sect .sandwich .lines::before {
 top: 0;
}
.header.sect .sandwich .lines::after {
  bottom: 0;
}
.header.sect .sandwich .lines i {
 top: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 transform: translate(0, -50%);
}
.wrapper.active .sandwich .lines i {
  opacity: 0;
  width: 0;
  left: 50%;
}
.wrapper.active .sandwich .lines::before {
 top: 50%;
 -webkit-transform: translate(0, -50%) rotate(135deg);
 -ms-transform: translate(0, -50%) rotate(135deg);
 -o-transform: translate(0, -50%) rotate(135deg);
 transform: translate(0, -50%) rotate(135deg);
}
.wrapper.active .sandwich .lines::after {
 bottom: 50%;
 -webkit-transform: translate(0, 50%) rotate(45deg);
 -ms-transform: translate(0, 50%) rotate(45deg);
 -o-transform: translate(0, 50%) rotate(45deg);
 transform: translate(0, 50%) rotate(45deg);
}