@import "../css/normalize.css";
@import "../js/slick/slick.css";
@import "../js/fancybox/jquery.fancybox.min.css";
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD-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/v13/JTUSjIg1_i6t8kCHKm459Wlhzg.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/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD-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/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gnD-w.ttf) format('truetype');
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
html ul,
html li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: normal;
  background-color: #fff;
  color: #435555;
}
.main-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
a {
  text-decoration: none;
  color: #435555;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.button {
  display: inline-block;
  background-color: #b7b7b7;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
section h2 {
  position: relative;
  color: #2f2f2f;
  font-size: 35px;
  font-weight: 700;
  padding-top: 35px;
  margin-bottom: 75px;
  margin-left: 45px;
}
section h2::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 60px;
  width: 418px;
  height: 3px;
  background-color: #ff5a00;
}
header {
  position: relative;
  background: url('../images/header-bg.jpg') no-repeat 835px top, #435555 url('../images/rec.png') no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
header .main-wrapper {
  padding-top: 95px;
  padding-bottom: 35px;
}
header .main-wrapper div:last-child {
  margin-left: 45px;
}
header ul {
  position: relative;
  max-width: 370px;
  padding-bottom: 31px;
  margin-right: 155px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}
header ul::after {
  content: '';
  position: absolute;
  top: 0;
  right: -285px;
  width: 265px;
  height: 130px;
  background: url('../images/round-elipse.png') no-repeat center;
}
header h1 {
  max-width: 930px;
  position: relative;
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  margin-left: 30%;
  padding-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
header h1 span {
  white-space: nowrap;
}
header .header-phone {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-phone:hover {
  color: #ff5a00;
}
.objects {
  padding-bottom: 70px;
  position: relative;
}
.objects h2 {
  padding-top: 70px;
}
.objects::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 105px;
  right: 135px;
  width: 220px;
  height: 220px;
  background: url('../images/elipse.png') no-repeat;
}
.objects .slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.objects .slider .slider-item {
  width: 48%;
  padding: 30px 60px 45px 45px;
  background: url('../images/obj-1.jpg') no-repeat;
}
.objects .slider .slider-item:nth-child(2) {
  background-image: url('../images/obj-2.jpg');
}
.objects .sub {
  font-weight: 500;
}
.objects .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 235px;
}
.objects .address {
  font-size: 25px;
  font-weight: 500;
}
#page-island {
  background: url("../images/uzor.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 35px;
}
.island .sub {
  max-width: 990px;
  margin-left: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.island .sub a {
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: #ff5a00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.island .sub a:hover {
  color: #435555;
}
.island .address {
  align-self: center;
  font-size: 25px;
  font-weight: 300;
}
.island .contacts .phone {
  margin-bottom: 15px;
}
.island .contacts .instagram {
  padding-left: 40px;
  background: url('../images/instagram.png') no-repeat left center;
}
.island .island-content .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
}
.island .island-content .top .item {
  width: 48%;
}
.island .island-content .top .video iframe {
  width: 100%;
  height: 475px;
}
.island .island-content .top .text {
  color: #424242;
}
.island .island-content .top .text p {
  margin-bottom: 25px;
}
.island .island-content .top .text p:last-of-type {
  margin-bottom: 0;
}
.island .island-content .gallery {
  padding: 0 70px;
}
.island-slider {
  position: relative;
}
.island-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 14px);
  width: 40px;
  height: 39px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.island-slider .slick-prev {
  left: 15px;
  background: url("../images/prev.png") no-repeat center;
}
.island-slider .slick-next {
  right: 15px;
  background: url("../images/prev.png") no-repeat center;
  transform: rotate(180deg);
}
.island-slider .slick-initialized .slick-slide {
  outline: none;
}
.island-slider .slick-slide img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.island-slider iframe {
  width: 160px !important;
  height: 160px !important;
  margin: 0 15px;
}
.complex .sub {
  align-items: center;
}
.map {
  position: relative;
}
.map h2 {
  padding-top: 125px;
  margin-top: 0;
}
.map::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 155px;
  right: 10%;
  width: 219px;
  height: 107px;
  background: url(../images/map-elipse.png) no-repeat;
}
#map {
  width: 100%;
  height: 640px;
}
footer {
  padding-top: 95px;
  padding-bottom: 45px;
  background: #435555 url("../images/footer-bg.jpg") no-repeat center;
  color: #fff;
  border-top: 10px solid #ddeded;
}
footer .main-wrapper {
  max-width: 1240px;
}
footer a {
  color: #fff;
}
footer .top {
  position: relative;
  padding-bottom: 65px;
  font-size: 30px;
  font-weight: 500;
}
footer .top::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 418px;
  height: 3px;
  background-color: #fff;
}
footer b {
  display: block;
  margin-bottom: 10px;
}
footer .phone {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .phone:hover {
  color: #ff5a00;
}
footer .bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .create a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .create a:hover {
  text-decoration: none;
  color: #ff5a00;
}
.scrollToTop {
  display: none;
  position: fixed;
  opacity: 0.7;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  bottom: 75px;
  right: 40px;
  background-color: #ff5a00;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollToTop:hover {
  opacity: 1;
}
.scrollToTop::before,
.scrollToTop::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: #fff;
}
.scrollToTop:before {
  top: calc(50% - 2px);
  right: 8px;
  transform: rotate(45deg);
}
.scrollToTop:after {
  top: calc(50% - 2px);
  left: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  header {
    background: url(../images/header-bg.jpg) no-repeat 545px top, #435555 url(../images/rec.png) no-repeat left top;
  }
  header h1 {
    font-size: 70px;
  }
  #page-complex .island-content .item:first-child {
    box-shadow: none;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    font-size: 60px;
  }
  section h2 {
    margin-left: 15px;
    font-size: 31px;
  }
  .objects::after {
    top: 45px;
    right: 5%;
  }
  .objects h2 {
    padding-top: 45px;
  }
  .objects .address {
    font-size: 18px;
  }
  .island .sub {
    margin-left: 0;
  }
  .map::before {
    right: 5%;
  }
}
@media screen and (max-width: 992px) {
  header {
    background: url(../images/header-bg.jpg) no-repeat 510px top, #435555 url(../images/rec.png) no-repeat left top;
  }
  header .main-wrapper {
    padding-top: 35px;
  }
  header h1 {
    font-size: 56px;
    margin-left: 24%;
  }
  section h2::after {
    left: 35px;
  }
  .objects .slider .slider-item {
    width: 100%;
    background-size: cover;
    margin-bottom: 15px;
  }
  .objects .address {
    font-size: 24px;
  }
  .island .island-content .top .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .island .island-content .top .item > img {
    width: 100%;
  }
  .island .island-content .top .item:last-of-type {
    margin-bottom: 0;
  }
  #map {
    height: 350px;
  }
  footer {
    padding-top: 45px;
  }
  footer .top {
    text-align: center;
    padding-bottom: 50px;
  }
  footer .top::after {
    left: 29%;
  }
  footer .bot {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  footer .bot > div {
    margin-bottom: 10px;
  }
  footer .bot > div:last-of-type {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  header h1 {
    font-size: 52px;
    margin-left: 23%;
  }
  footer .top::after {
    left: 24%;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: url(../images/header-bg.jpg) no-repeat 390px top, #435555 url(../images/rec.png) no-repeat left top;
  }
  header h1 {
    font-size: 44px;
    margin-left: 18%;
  }
  header ul::after {
    display: none;
  }
  section h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 45px;
  }
  section h2::after {
    display: none;
  }
  .objects::after {
    display: none;
  }
  .map::before {
    display: none;
  }
  .island .sub {
    flex-direction: column;
    align-items: center;
  }
  .island .sub .address {
    margin-bottom: 15px;
  }
  footer .top::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  p {
    font-size: 18px;
  }
  header {
    background: #435555;
  }
  header h1 {
    padding-top: 14px;
    padding-bottom: 45px;
    font-size: 40px;
    margin-left: 0;
    text-align: center;
  }
  header ul {
    margin: 0 auto;
    text-align: center;
  }
  header .main-wrapper div:last-child {
    margin: 0 auto;
    text-align: center;
  }
  .objects {
    padding-bottom: 10px;
  }
  .objects .title {
    font-size: 22px;
  }
  .objects .address {
    font-size: 18px;
  }
  #page-island h2 span {
    white-space: nowrap;
  }
  .island .address {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
  header ul {
    padding-bottom: 21px;
    font-size: 18px;
  }
  header h1 {
    font-size: 26px;
  }
  header .header-phone {
    font-size: 18px;
  }
  section h2 {
    margin: 0 auto 45px;
  }
  .objects .slider .slider-item {
    padding: 15px;
  }
  .objects .title {
    font-size: 16px;
  }
  .objects .address {
    font-size: 14px;
  }
  .island .address {
    font-size: 16px;
  }
  #map {
    height: 500px;
  }
  footer .top {
    padding-bottom: 25px;
    font-size: 26px;
  }
  footer .bot {
    font-size: 16px;
  }
  .scrollToTop {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 0;
  }
  .scrollToTop::before,
  .scrollToTop::after {
    content: none;
  }
}
/*# sourceMappingURL=main.css.map */