body {
  font-family: "Montserrat", 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;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
}

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

.logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 55px;
}
.logo img {
  width: 140px;
}

.s1-title {
  position: relative;
  font-weight: 200;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 9px;
}
.s1-title span {
  position: absolute;
  width: 15px;
  height: 15px;
}
.s1-title span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s1-title span.border-l-t {
  left: -50px;
  top: -40px;
  border-top: 6px solid #ff0000;
  border-left: 6px solid #ff0000;
}
.s1-title span.border-l-b {
  left: -50px;
  bottom: -35px;
  border-bottom: 6px solid #ff0000;
  border-left: 6px solid #ff0000;
}
.s1-title span.border-r-t {
  right: -50px;
  top: -40px;
  border-top: 6px solid #ff0000;
  border-right: 6px solid #ff0000;
}
.s1-title span.border-r-b {
  right: -50px;
  bottom: -35px;
  border-bottom: 6px solid #ff0000;
  border-right: 6px solid #ff0000;
}

.item {
  padding: 0 0 0 calc((100vw - 1150px) / 2 );
  margin-bottom: 125px;
}
.item:nth-child(even) {
  padding: 0 calc((100vw - 1150px) / 2 ) 0 0;
}
.item:nth-child(even) .item-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.item:nth-child(even) .item-img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 50px 0 0;
}

.item-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-row2 .item-text__small {
  padding-top: 140px;
  min-width: 330px;
}

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

.item-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;
}

.item-title {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #999999;
}
.item-title span {
  color: #000;
}

.item-text {
  max-width: 650px;
}
.item-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  margin: 30px 0;
}
.item-text p span {
  font-size: 24px;
  font-weight: 200;
}

.block-title {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #999999;
  margin-bottom: 80px;
}
.block-title span {
  color: #000;
}

.item-img {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-img img {
  display: block;
}

.button {
  display: inline-block;
  height: 50px;
  background: #f5f5f5;
  border-radius: 25px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  padding: 0 95px 0 35px;
  position: relative;
}
.button:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/arrow.png) no-repeat;
  width: 7px;
  height: 7px;
  right: 35px;
  top: 21px;
}
.button:hover {
  background: #ff1e00;
  color: #fff;
}
.button:hover:before {
  background-image: url(../images/arrow1.png);
}

.item-text__small h3 {
  font-size: 30px;
  font-weight: 200;
  margin: 0 0 22px 0;
}
.item-text__small p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}

.item-btn {
  margin-top: 50px;
}

.page {
  overflow: hidden;
}

.s2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px 80px -50px;
}

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

.s2-col {
  width: 33.333%;
  padding: 0 50px;
}
.s2-col p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}
.s2-col p a {
  color: #ff0000;
  text-decoration: none;
}

.s2-title {
  font-size: 24px;
  font-weight: 200;
  padding-left: 31px;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.2;
}
.s2-title:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/arrow3.png) no-repeat;
  width: 16px;
  height: 23px;
  left: 0;
  top: 2px;
}

.s2-btn {
  text-align: center;
}
.s2-btn .block-title {
  margin-bottom: 50px;
}

.section2 {
  padding-bottom: 140px;
  background: url(../images/s2-bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.footer {
  background: url(../images/footer-bg.jpg) no-repeat top center;
  padding: 30px 0;
}

.footer-row {
  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;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.footer-row:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: url(../images/line.png) no-repeat top center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.footer-col {
  margin: 0 30px;
}
.footer-col a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-col a:hover {
  opacity: 0.8;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social a {
  display: inline-block;
  margin: 2px 11px 0 11px;
}
.social a i {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-fb {
  background: url(../images/fb-icon.png) no-repeat;
}

.icon-inst {
  background: url(../images/inst-icon.png) no-repeat;
}

.icon-wa {
  background: url(../images/wa-icon.png) no-repeat;
}

.footer-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}

.app-store {
  display: inline-block;
  background: url(../images/app-store.png) no-repeat;
  width: 101px;
  height: 24px;
}

.app-btn {
  display: inline-block;
  height: 50px;
  border: 1px solid #5a5856;
  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;
  padding: 0 18px;
  border-radius: 5px;
}
.app-btn:hover {
  border-color: #fff;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1500px) {
  .item-row2 .item-img {
    margin: 0 !important;
  }
  .item-row2 .item-img img {
    max-width: 1100px;
  }

  .item-text__small {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .item-img {
    width: 50%;
  }

  .img-responsiwe {
    width: 100%;
  }

  .item-text {
    width: 50%;
    padding: 0 0 0 40px;
  }

  .item:nth-child(even) .item-text {
    padding: 0 40px 0 0;
  }

  .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .item-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .item-text {
    padding: 0 15px !important;
    width: 100%;
    max-width: 100%;
  }

  .item-img {
    width: 100%;
    margin: 0 !important;
    padding: 0 15px;
  }

  .item-row2 .item-img {
    margin: 0 !important;
  }
  .item-row2 .item-img img {
    max-width: 975px;
    margin: 0 0 0 -220px;
  }

  .item:nth-child(even) .item-row2 .item-img img {
    margin: 0 -220px 0 0;
  }

  .s2-col {
    padding: 0 25px;
  }

  .s2-row {
    margin: 0 -25px 60px -25px;
  }
}
@media (max-width: 768px) {
  .s1-title {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .s1-title span {
    border-width: 4px !important;
    width: 12px;
    height: 12px;
  }
  .s1-title span.border-l-t {
    left: -30px;
    top: -20px;
  }
  .s1-title span.border-l-b {
    left: -30px;
    bottom: -20px;
  }
  .s1-title span.border-r-t {
    right: -30px;
    top: -20px;
  }
  .s1-title span.border-r-b {
    right: -30px;
    bottom: -20px;
  }

  .item-title {
    font-size: 29px;
    margin-bottom: 40px;
  }

  .item-row2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .item-row2 .item-img {
    padding: 0;
  }
  .item-row2 .item-img img {
    width: 140%;
  }

  .item-text__small {
    margin-bottom: 40px;
    padding-top: 0 !important;
  }

  .s2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .s2-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .s2-title {
    margin-bottom: 20px;
  }

  .block-title {
    font-size: 30px;
  }

  .item:nth-child(odd) .item-row2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .item:nth-child(odd) .item-row2 .item-text__small {
    width: 340px;
  }
}
@media (max-width: 570px) {
  .footer {
    background-size: cover;
  }

  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-col {
    margin: 15px 0;
  }

  .item:nth-child(odd) .item-row2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .item:nth-child(odd) .item-row2 .item-text__small {
    width: 100%;
  }
}
