*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  margin: 0;
  background-color: #e5eefc;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  color: #602a42;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #ebbed0;
  padding: 13px 19px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-wrap {
  background: url("img/main-bg2.jpg") center/cover no-repeat;
  min-height: 100vh;
  overflow: hidden;
  max-width: 5000px;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  max-width: 1465px;
  width: 100%;
}

.main-header {
  padding: 21px 0;
  position: relative;
}

.main-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img/line1.png") center repeat;
  height: 4px;
}

.main-header-toggle {
  width: 27px;
  height: 27px;
  background: url("img/menu.svg") center/contain no-repeat;
  cursor: pointer;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.main-header-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  background: url("img/close.svg") center/contain no-repeat;
  cursor: pointer;
  display: none;
}

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

.main-header-soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-soc-list li {
  margin-right: 37px;
}

.main-header-soc-list li:last-child {
  margin-right: 0;
}

.main-header-soc-list a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-header-nav {
  max-width: 520px;
  width: 100%;
}

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

.main-header-menu a {
  display: inline-block;
  color: #602a42;
  font-size: 14px;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-header-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 378px;
  width: 100%;
}

.main-header-link1 {
  display: inline-block;
  color: #602a42;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner {
  padding-top: 134px;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}

.banner-img {
  position: absolute;
  z-index: -1;
  top: -135px;
  right: 239px;
  width: 716px;
}

.banner-text-wrap {
  max-width: 400px;
  width: 100%;
  margin-bottom: 69px;
}

.banner-title {
  color: #602a42;
  font-family: "TrajanPro3", sans-serif;
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.banner-text1 {
  color: #351020;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}

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

.banner-btn-wrap .btn1 {
  width: 45%;
  padding: 13px 10px;
  text-align: center;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -20px;
}

.banner-col {
  width: 25%;
  padding: 0px 10px;
  margin-top: 20px;
}

.banner-col:nth-child(2) .banner-item {
  background-image: url("img/banner-item2.jpg");
}

.banner-col:nth-child(3) .banner-item {
  background-image: url("img/banner-item3.jpg");
}

.banner-col:nth-child(4) .banner-item {
  background-image: url("img/banner-item4.jpg");
}

.banner-item {
  background: url("img/banner-item1.jpg") top center/cover no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  padding-top: 24px;
}

.banner-item-date {
  max-width: 45px;
  width: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f2f8), to(#f9f2f8));
  background-image: linear-gradient(to top, #f9f2f8 0%, #f9f2f8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -9px;
  margin-bottom: 108px;
  padding: 8px 0;
}

.banner-item-date b {
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  color: #2d2a2a;
  letter-spacing: 0.93px;
}

.banner-item-date span {
  font-weight: 500;
  font-size: 11px;
  color: #2d2a2a;
  letter-spacing: 0.4px;
}

.banner-item-text-wrap {
  padding: 0 31px 27px 31px;
}

.banner-item-text-wrap .btn1 {
  display: block;
  max-width: 164px;
  width: 100%;
  padding: 7.5px 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
}

.banner-item-title {
  color: #602a42;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-item-text {
  font-size: 12px;
  font-weight: 500;
  color: #351020;
  max-width: 240px;
  width: 100%;
  margin-bottom: 22px;
}

.features {
  padding-top: 89px;
  padding-bottom: 55px;
}

.features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-wrap1 {
  width: 39%;
}

.features-title {
  color: #602a42;
  font-size: 36px;
  font-family: "TrajanPro3", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.features-text-wrap1 {
  margin-bottom: 26px;
}

.features-text1 {
  color: #351020;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}

.features-text1:last-child {
  margin-bottom: 0;
}

.features-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: -15px;
}

.features-item1 {
  text-align: center;
  margin-right: 40px;
  margin-top: 15px;
}

.features-item1:last-child {
  margin-right: 0;
}

.features-item1 span {
  display: block;
  color: #602a42;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.features-btn-wrap1 {
  max-width: 396px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-btn-wrap1 .btn1 {
  width: 45%;
  text-align: center;
  padding: 13px 10px;
}

.features-wrap2 {
  width: 49.3%;
  margin-top: 8px;
}

.features-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 9px;
}

.features-item2 {
  width: 48.7%;
  margin-top: 20px;
  background: url("img/features-item21.jpg") center/cover no-repeat;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 97px 20px 20px 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.features-item2:nth-child(2) {
  background-image: url("img/features-item22.jpg");
}

.features-item2:nth-child(3) {
  background-image: url("img/features-item23.jpg");
}

.features-item2:nth-child(4) {
  background-image: url("img/features-item24.jpg");
}

.features-item2-title {
  color: white;
  font-size: 16px;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.features-item2-title b {
  color: #efc257;
  display: block;
}

.features-btn-wrap2 .btn1 {
  display: block;
  text-align: center;
  padding: 13px 10px;
}

.main-footer {
  padding-top: 57px;
  padding-bottom: 45px;
  position: relative;
}

.main-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/line2.png") center repeat;
  height: 4px;
}

.main-footer-link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 270px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 190px;
}

.main-footer-wrap1 {
  max-width: 330px;
  width: 100%;
}

.main-footer-copy {
  font-family: "TrajanPro3", sans-serif;
  font-weight: 700;
  color: #351020;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-footer-copy b {
  color: #f5b842;
  font-weight: 700;
}

.main-footer-copy span {
  font-family: "Arial", sans-serif;
}

.main-footer-text1 {
  color: #351020;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  max-width: 330px;
  width: 100%;
  margin-bottom: 23px;
}

.main-footer-link-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-link-wrap1 a {
  color: #351020;
  font-family: "TrajanPro3", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.main-footer-wrap2 {
  max-width: 630px;
  width: 100%;
}

.main-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer-title {
  color: #351020;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 27px;
}

.main-footer-menu a {
  display: inline-block;
  color: #351020;
  font-family: "TrajanPro3", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
}

.main-header-soc-list a:hover,
.main-header-menu a:hover,
.main-header-link1:hover,
.btn1:hover,
.features-item2:hover,
.main-footer-link:hover {
  opacity: 0.7;
}

.main-footer-link-wrap1 a:hover,
.main-footer-menu a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1350px) {
  .main-footer-link {
    width: 150px;
  }

  .main-footer-container {
    padding-right: 100px;
  }

  .main-footer-wrap2 {
    max-width: 500px;
  }

  .banner-img {
    width: 550px;
    right: 50px;
    top: -15px;
  }
}

@media only screen and (max-width: 1150px) {
  .main-header-nav {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-col {
    width: 50%;
  }

  .features-wrap1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .features-wrap2 {
    width: 100%;
  }

  .main-footer-wrap2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: none;
    margin-bottom: 20px;
  }

  .main-footer-wrap1 {
    max-width: none;
  }

  .banner-img {
    width: 450px;
    right: -50px;
    top: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .banner,
  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-title,
  .features-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 800px) {
  .banner-img {
    opacity: 0.1;
  }
}

@media only screen and (max-width: 750px) {
  .main-header-toggle,
  .main-header-close {
    display: block;
  }

  .main-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 50px 20px;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-header-wrap.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  .main-header-nav {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .main-header-btn-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-header-soc-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 25px 0;
  }

  .main-header-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .main-header-menu li:last-child {
    margin-bottom: 0;
  }

  .main-header-menu a {
    font-size: 16px;
  }

  .body-overflow {
    overflow: hidden;
  }

  .main-header-soc-list li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .main-footer {
    padding-bottom: 140px;
  }

  .main-footer-container {
    padding-right: 0;
  }

  .main-footer-nav-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-footer-nav-wrap:last-child {
    margin-bottom: 0;
  }

  .main-footer-title {
    margin-bottom: 10px;
  }

  .main-footer-wrap1 {
    text-align: center;
  }

  .main-footer-text1 {
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer-link-wrap1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 550px) {
  .banner-col {
    width: 100%;
  }

  .features-item2 {
    width: 100%;
  }

  .main-header-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-header-link1 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .features-btn-wrap1 .btn1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .features-btn-wrap1 .btn1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  .main-header-link1 {
    margin-bottom: 15px;
  }

  .banner-btn-wrap .btn1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-btn-wrap .btn1:last-child {
    margin-bottom: 0;
  }
}