@charset "UTF-8";
::-webkit-input-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #cc9900;
  color: #fff;
}

::selection {
  background-color: #cc9900;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  color: #4c4c4c;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: bold;
}

.bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
}

h1 {
  opacity: 0.92;
  text-shadow: 1px 1px 2px rgba(1, 1, 1, 0.64);
  color: #fff;
  font-family: "Yeseva One", sans-serif;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

h1:after {
  display: block;
  line-height: 0;
  margin: 34px 0;
  content: url("../img/decor_white.png");
}

h2 {
  font-size: 36px;
  font-family: "Yeseva One", sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-size: 21px;
  font-family: "Yeseva One", sans-serif;
  color: #c89f2d;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

p {
  margin: 0;
}

.dark {
  color: #fff;
}

.dark h2, .dark h3, .dark p {
  color: #fff;
}

.dark h2:after {
  display: block;
  line-height: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  content: url("../img/divider-w.png");
}

.dark h3:after {
  display: block;
  line-height: 0;
  margin-top: 15px;
  content: url("../img/divider-w.png");
}

.light h2 {
  color: #cc9900;
}

.light h2:after {
  display: block;
  line-height: 0;
  margin-top: 15px;
  margin-bottom: 32px;
  content: url("../img/diveder-g.png");
}

header {
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: inset 0px 32px 127px -29px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 32px 127px -29px rgba(0, 0, 0, 0.75);
}

header .top-line .btn_open, header .top-line .btn_close {
  display: none;
}

header .top-line .logo {
  display: block;
  margin-top: 8px;
}

header .top-line .nav {
  float: right;
  margin-top: 40px;
}

header .top-line .nav .nav-menu {
  display: inline-block;
}

header .top-line .nav .nav-menu a {
  position: relative;
  color: #fff;
  font-family: "Gentium Book Basic", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-left: 25px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

header .top-line .nav .nav-menu a:first-child {
  margin: 0;
}

header .top-line .nav .nav-menu a.active:before, header .top-line .nav .nav-menu a:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -45px;
  border-top: 3px solid rgba(255, 255, 255, 0.71);
}

header .top-line .nav .social {
  display: inline-block;
}

header .top-line .nav .social a {
  margin-left: 20px;
}

header .top-line .nav .social a:first-child {
  margin: 5px;
}

header .top-line .nav .social .fa {
  color: #dab33e;
  font-size: 21px;
  font-weight: 400;
}

header .text {
  text-align: center;
}

header .text .txt {
  cursor: context-menu;
}

header .text .row {
  min-height: 750px;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}

header .text .btns {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

header .text .btns button {
  width: 228px;
  height: 57px;
  cursor: pointer;
}

header .text .btns .dark {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 15px;
}

header .text .btns .light {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 15px;
}

.main .section_1 {
  background: url("../img/bg1.png") no-repeat center;
  background-size: cover;
}

.main .section_1 .img {
  padding-top: 55px;
  margin-bottom: 30px;
}

.main .section_1 .img img {
  margin: 0 auto;
}

.main .section_1 .txt {
  padding-top: 100px;
  text-align: center;
}

.main .section_1 .txt .cook {
  float: right;
  margin-top: 52px;
  margin-right: 15%;
}

.main .section_2 {
  background: url("../img/bg2.png") no-repeat center;
  background-size: cover;
}

.main .section_2 .txt {
  float: right;
  text-align: center;
  margin: 100px 0;
  padding: 80px;
  background-color: rgba(0, 0, 0, 0.67);
}

.main .section_2 .txt .img {
  margin-top: 70px;
}

.main .section_2 .txt .img img:nth-child(2) {
  margin: 0 15px;
}

.main .section_3 {
  background: url("../img/bg3.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}

.main .section_3 .txt h2 {
  text-align: center;
}

.main .section_3 .txt .item {
  width: 430px;
  margin: 0 auto;
  margin-bottom: 37px;
}

.main .section_3 .txt .item.special {
  position: relative;
  border: 1px solid #c89f2d;
  padding: 7px;
}

.main .section_3 .txt .item.special:after {
  content: 'Special';
  position: absolute;
  top: -22px;
  text-align: center;
  right: -1px;
  background: #d4b867;
  color: #f8fafa;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 69px;
  height: 22px;
}

.main .section_3 .txt .item p {
  padding-top: 3px;
}

.main .section_3 .txt .item h3 {
  border-bottom: 1px solid #cc9900;
  padding-bottom: 5px;
}

.main .section_3 .txt .item h3 span {
  float: right;
}

.main .section_4 {
  background: url("../img/bg4.png") no-repeat center;
  background-size: cover;
}

.main .section_4 .txt {
  position: relative;
  text-align: center;
  margin: 100px 0;
  padding: 0 74px;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 1;
}

.main .section_4 .txt p {
  position: relative;
  color: #dde0df;
  font-size: 25px;
  font-family: "Gentium Book Basic", sans-serif;
  font-weight: 700;
}

.main .section_4 .txt p:after {
  content: '“';
  position: absolute;
  top: -20px;
  left: -25px;
  color: #828580;
  font-family: "Yeseva One", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

.main .section_4 .txt span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 300;
  display: block;
}

.main .section_4 .txt:after {
  content: '';
  background: url("../img/bgg.png") no-repeat center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  z-index: -1;
}

.main .section_5 {
  background: url("../img/bg1.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.main .section_5 .txt {
  padding: 0 55px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}

.main .section_5 .txt p {
  margin-bottom: 10px;
}

.main .section_5 .form {
  margin-left: 55px;
}

.main .section_5 .form .block {
  display: inline-block;
}

.main .section_5 .form .block.right {
  margin-left: 30px;
}

.main .section_5 .form .block span {
  display: block;
  color: #c9a131;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.main .section_5 .form .block span:nth-child(3) {
  margin-top: 30px;
}

.main .section_5 .form input {
  width: 198px;
  height: 36px;
  border: 1px solid #c8c6c6;
  background-color: #ffffff;
  color: #7c7c7c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  padding-left: 14px;
  vertical-align: middle;
}

.main .section_5 .form input:focus {
  border: 1px solid #c89f2d;
}

.main .section_5 .form .btn {
  margin-top: 30px;
  text-align: center;
  margin-right: 25px;
}

.main .section_5 .form .btn button {
  cursor: pointer;
  width: 200px;
  height: 36px;
  border: 1px solid #c89f2d;
  background-color: #c89f2d;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer {
  background-color: #191919;
  text-align: center;
  padding-top: 61px;
  padding-bottom: 71px;
}

footer .dark h3:after {
  margin-top: 21px;
  margin-bottom: 23px;
  content: url("../img/diveder.png");
}

footer .txt p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer .txt p span {
  font-weight: 700;
}

footer .txt .card, footer .txt .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .txt .card .fa, footer .txt .link .fa {
  margin: 0 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
