@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
@font-face {
  font-family: 'Panton';
  src: url("fonts/Panton-LightItalic.eot"), url("fonts/Panton-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Panton-LightItalic.woff") format("woff"), url("fonts/Panton-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.otf") format("opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype"), url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light.otf") format("opentype"), url("fonts/ProximaNova-Light.woff") format("woff"), url("fonts/ProximaNova-Light.ttf") format("truetype"), url("fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Semibold.otf") format("opentype"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype"), url("fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Panton';
  src: url("fonts/Panton-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Panton-Light.otf") format("opentype"), url("fonts/Panton-Light.woff") format("woff"), url("fonts/Panton-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: 'ProximaNova', sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.section1 {
  height: 1000px;
  background: url(../images/s1-bg.jpg) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  padding: 21px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header.visible {
  position: fixed;
  background: #fff;
  padding: 10px 0;
}

.header.visible .logo {
  display: none;
}

.header.visible .logo img {
  max-width: 70px;
  display: block;
}

.header.visible .logo2 {
  display: block;
}

.header.visible .navigation li a,
.header.visible .phone a {
  color: #000;
}

.header.visible .menu-btn span {
  background: #000;
}

.header.visible .menu-btn span:before, .header.visible .menu-btn span:after {
  background: #000;
}

.header.visible .phone-icon {
  background-image: url(../images/wa-icon2.svg);
  background-size: 100%;
}

.logo2 {
  display: none;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.navigation li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  position: relative;
  letter-spacing: 1px;
}

.navigation li a:hover {
  opacity: .8;
}

.navigation li a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -28px;
  border-bottom: 1px solid #f00;
}

.phone-icon {
  display: block;
  background: url(../images/wa-icon.svg) no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.phone {
  margin-left: 40px;
}

.phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}

.phone a:hover .phone-icon {
  background-image: url(../images/wa-icon3.svg);
}

.icon-mail {
  width: 37px;
  height: 32px;
  background: url(../images/mail-icon.svg) no-repeat;
  margin-right: 25px;
}

.icon-wa2 {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 22px;
  background: url(../images/wa-icon2.svg) no-repeat;
}

.page {
  overflow: hidden;
}

.menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 28px;
  position: relative;
  background: #fff;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 2px;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 34px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  right: 0;
}

.menu-btn span:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent !important;
}

.menu-btn.active span:before {
  top: 0;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.s1-text {
  width: 49%;
  padding: 40px 0 40px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s1-text__inner {
  color: #fff;
  max-width: 600px;
}

.s1-text__inner h1 {
  margin: 0 0 30px;
  font-family: 'Panton';
  font-weight: 300;
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.s1-text__inner p {
  font-size: 16px;
  line-height: 30px;
}

.s1-text__inner span {
  color: #f00;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  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;
}

.item-text h3 {
  font-size: 60px;
  font-family: 'Panton';
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.item-text p {
  font-size: 15px;
  line-height: 20px;
}

.item-text p span {
  font-weight: 600;
  text-decoration: underline;
}

.item-text .item-btn {
  margin-top: 60px;
}

.item-text .item-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  padding-right: 50px;
}

.item-text .item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 11px;
  background: url(../images/arrow.svg) no-repeat;
  right: 0;
  top: 2px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.item-text .item-btn a:hover:after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.item-text__inner {
  max-width: 600px;
}

.item-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-img img {
  display: block;
  width: 100%;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 25px;
}

.list li {
  margin-bottom: 30px;
  padding-left: 49px;
  position: relative;
}

.list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  border-bottom: 2px solid #f00;
  left: 0;
  top: 11px;
}

.list li:last-child {
  margin-bottom: 0;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-row .block-title {
  font-size: 60px;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 85px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.footer-contacts a span {
  font-size: 24px;
  font-weight: 300;
  border-bottom: 2px solid #f00;
  padding-bottom: 4px;
  display: inline-block;
}

.footer-contacts a.footer-phone span {
  font-size: 20px;
}

.footer-contacts a:hover span {
  border-color: transparent;
}

.icon-mail {
  width: 37px;
  height: 32px;
  background: url(../images/mail-icon.svg) no-repeat;
  margin-right: 25px;
}

.icon-wa2 {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 22px;
  background: url(../images/wa-icon2.svg) no-repeat;
}

.block-title {
  font-family: 'Panton';
  font-weight: 300;
  font-size: 70px;
  text-transform: uppercase;
}

.bg {
  position: relative;
}

.bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 626px;
  background: url(../images/line.png) no-repeat center;
  bottom: 300px;
}

.logo-mob {
  display: none;
}

.grid {
  position: relative;
  z-index: 2;
}

@media (max-width: 1330px) {
  .container {
    max-width: 992px;
  }
  .navigation li a {
    padding: 0 10px;
  }
  .phone {
    margin-left: 20px;
  }
  .s1-text__inner h1 br {
    display: none;
  }
  .item-text {
    width: 50%;
    padding: 0 20px;
  }
  .item-text h3 {
    font-size: 44px;
  }
  .item-img {
    width: 50%;
    padding: 0 !important;
  }
  .block-title {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .menu-btn {
    display: block;
  }
  .logo-mob {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  .navigation-toggle {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 75px 30px 50px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    visibility: hidden;
  }
  .navigation-toggle.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
  }
  .navigation li {
    margin: 0 0 50px 0;
  }
  .navigation li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
  .navigation li a.active:after {
    bottom: -8px;
  }
  .phone {
    margin: 10px 0 0 0;
  }
  .phone a {
    color: #000;
    font-size: 20px;
  }
  .footer-row {
    padding: 100px 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-row .block-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-row .block-title br {
    display: none;
  }
  .footer-contacts a {
    margin: 0 30px;
  }
  .section1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url(../images/s1-bg2.jpg) no-repeat center;
  }
  .s1-text {
    width: 100%;
  }
  .s1-text__inner {
    max-width: 100%;
  }
  .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .item-text {
    width: 100% !important;
    max-width: 100%;
    padding: 70px 20px !important;
  }
  .item-img {
    width: 100% !important;
  }
  .phone-icon {
    background-image: url(../images/wa-icon2.svg);
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .section1 {
    background-position: 37% top;
  }
  .s1-text {
    padding: 30px 20px;
  }
  .s1-text__inner h1 {
    font-size: 44px;
  }
}

@media (max-width: 640px) {
  .s1-text {
    padding: 30px 20px 50px;
  }
  .item-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .item-text .item-btn {
    margin-top: 40px;
  }
  .footer .block-title {
    font-size: 40px;
    text-align: left;
  }
  .footer-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 70px 0;
  }
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-contacts a {
    margin: 0 0 30px 0;
  }
  .footer-contacts a:last-child {
    margin-bottom: 0;
  }
  .s1-text__inner h1 {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .s1-text__inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .section1 {
    background: url(../images/s1-bg-mob.jpg) no-repeat center;
    background-size: cover;
  }
  .bg:after {
    display: none;
  }
  .item-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .section1 {
    height: 844px;
  }
}
/*# sourceMappingURL=style.css.map */