* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

body {
  background: #e6e5e4;
}

body, input, textarea, select, button {
  font-family: 'Montserrat', arial, sans-serif;
  line-height: 1.25;
  font-size: 16px;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

/* header */
.header {
  background: url(../images/line-viking.png) repeat-x 0 0, url(../images/line-viking.png) repeat-x 0 bottom, url(../images/header.jpg) no-repeat center 0;
  background-color: #664a23;
  height: 700px;
  color: #fff;
  position: relative;
}

.header .clouds {
  background: url(../images/clouds.png) no-repeat center 0;
  height: 311px;
  width: 100%;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.header .nav {
  padding: 80px 0 0 0;
  overflow: hidden;
}

.header .nav li {
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  padding: 0 20px 0 0;
}

.header .nav li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.header .nav li a:hover {
  text-decoration: underline;
}

.header .btn-white {
  background: #fff;
  width: 170px;
  padding: 10px;
  border: 3px solid #fff;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 59px 0 0 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .btn-white:hover {
  background: none;
  color: #fff;
}

.header .left-side {
  width: 585px;
}

.header .left-side .title {
  padding: 50px 0 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: #cbb562;
}

.header .left-side .title-small {
  padding: 20px 0 0 0;
  color: #f3ebe0;
  line-height: 30px;
}

.header .left-side .list-pluses {
  padding: 25px 0 35px 15px;
}

.header .left-side .list-pluses li {
  overflow: hidden;
  padding: 0 0 12px 0;
}

.header .left-side .list-pluses li span {
  width: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.header .left-side .list-pluses li p {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.header .left-side .btn-red {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgb(241, 12, 77);
  box-shadow: 5px 6px 7px 0 rgba(15, 20, 26, 0.63);
  max-width: 275px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 40px;
}

.header .left-side .btn-red:hover {
  background: #cc0940;
}

.header .left-side .btn-red span {
  font-size: 22px;
  display: block;
}

.header .left-side .old-price {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  width: 230px;
  margin: 0 0 0 23px;
  padding: 12px 0 0 0;
  position: relative;
}

.header .left-side .old-price div {
  padding: 3px 0 0 0;
  font-size: 18px;
  color: #f10c4d;
  font-weight: 700;
}

.header .info-price {
  font-size: 12px;
  padding: 15px 0 0 0;
  position: relative;
  text-shadow: 0 0 5px #000;
}

.header .right-side {
  width: 570px;
  position: relative;
}

.header .right-side .product {
  position: absolute;
  left: 50px;
  top: 265px;
}

.header .right-side .product img {
  vertical-align: bottom;
}

/* info-block */
.info-block {
  background: url(../images/info-block.jpg) no-repeat center 0;
  height: 1303px;
  color: #0a1b28;
}

.info-block .container {
  position: relative;
}

.info-block .title {
  padding: 145px 0 20px 0;
  font-size: 48px;
  color: #314865;
  font-weight: 700;
}

.info-block .text {
  width: 650px;
  line-height: 30px;
  padding: 0 0 30px 0;
}

.info-block .image {
  position: absolute;
  top: 12px;
  right: -100px;
}

.info-block .image img {
  vertical-align: bottom;
}

.info-block .image2 {
  margin: 0 0 0 -70px;
}

.info-block .text2 {
  margin: 0 340px 0 0;
  width: 485px;
  line-height: 30px;
  padding: 0 0 55px 0;
}

.info-block .content {
  width: 770px;
}

.info-block .product {
  padding: 40px 0 0 0;
  width: 370px;
}

.info-block .product img {
  margin: 0 0 0 -25px;
  display: block;
}

.info-block .content .title-about {
  font-size: 48px;
  font-weight: 700;
  color: #314865;
}

.info-block .content .title-about span {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 20px 0 0;
}

.info-block .content .title-about img {
  display: inline-block;
  vertical-align: bottom;
}

.info-block .content p {
  padding: 25px 0 35px 0;
  line-height: 30px;
}

.info-block .content .btn-red {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgb(241, 12, 77);
  box-shadow: 5px 6px 7px 0 rgba(15, 20, 26, 0.27);
  max-width: 275px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 40px 20px;
}

.info-block .content .btn-red:hover {
  background: #cc0940;
}

.info-block .content .btn-red span {
  font-size: 22px;
  display: block;
}

.info-block .content .old-price {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  width: 230px;
  margin: 0 0 0 23px;
  padding: 15px 0 0 0;
}

.info-block .content .old-price div {
  padding: 3px 0 0 0;
  font-size: 18px;
  color: #f10c4d;
  font-weight: 700;
}

.info-block .content .info-price {
  font-size: 12px;
  padding: 15px 0 0 0;
}

/* info-block2 */
.info-block2 {
  background: url(../images/info-block2.jpg) no-repeat center 0;
  color: #0a1b28;
}

.info-block2:after {
  content: '';
  background: url(../images/line-viking2.png) repeat-x 0 0;
  width: 100%;
  height: 35px;
  display: block;
}

.info-block2 .title {
  padding: 70px 0 40px 0;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  clear: both;
}

.info-block2 .item {
  width: 370px;
  margin: 0 30px 0 0;
  text-align: center;
}

.info-block2 .item.last {
  margin: 0;
}

.info-block2 .item div:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 102px;
  width: 1px;
}

.info-block2 .item div img {
  display: inline-block;
  vertical-align: middle;
}

.info-block2 .item span {
  padding: 20px 0 0 0;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.info-block2 .item p {
  padding: 21px 0 0 0;
  line-height: 30px;
}

.info-block2 .quote {
  background: url(../images/text-quote.png) no-repeat 0 0;
  width: 1227px;
  height: 202px;
  box-sizing: border-box;
  margin: 0 0 0 -57px;
  padding: 90px 0 0 310px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'PT Serif', arial, sans-serif;
  font-style: italic;
}

/* products */
.products {
  background: url(../images/line-viking2.png) repeat-x 0 0, url(../images/products.jpg) no-repeat center 0;
  background-color: #fff;
  height: 847px;
  position: relative;
  display: none;
}

.products .left-side {
  width: 460px;
}

.products .left-side div {
  padding: 193px 0 0 0;
  color: #314865;
  font-size: 48px;
  font-weight: 700;
}

.products .left-side p {
  padding: 20px 0 0 0;
  font-size: 20px;
  line-height: 26px;
  color: #09111a;
}

.products .right-side {
  padding: 80px 0 0 0;
  width: 660px;
}

.products .right-side .images-slider {
  height: 440px;
  overflow: hidden;
  position: relative;
}

.products .right-side .images-slider .slides li {
  display: none;
}

.products .right-side .images-slider img {
  width: 100%;
  vertical-align: bottom;
}

.products .right-side .images-slider .flex-control-nav {
  display: none;
}

.products .right-side .images-slider .flex-direction-nav {
  position: absolute;
  width: 115px;
  right: 20px;
  bottom: 14px;
}

.products .right-side .images-slider .flex-direction-nav li a {
  background: url(../images/arrows.png) no-repeat 0 0;
  width: 51px;
  height: 51px;
  display: block;
}

.products .right-side .images-slider .flex-direction-nav li a.flex-prev {
  float: left;
}

.products .right-side .images-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: 0 bottom;
}

.products .right-side .images-slider .flex-direction-nav li a.flex-next {
  background-position: right 0;
  float: right;
}

.products .right-side .images-slider .flex-direction-nav li a.flex-next:hover {
  background-position: right bottom;
}

.products .form {
  background: url(../images/form.png) no-repeat center 0;
  height: 329px;
  width: 1169px;
  position: absolute;
  bottom: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 215px 0 0 305px;
}

.products .form .btn-red {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgb(241, 12, 77) url(../images/icon7.png) no-repeat 15px center;
  box-shadow: 5px 6px 7px 0 rgba(15, 20, 26, 0.27);
  max-width: 275px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 40px;
}

.products .form .btn-red:hover {
  background: #cc0940 url(../images/icon7.png) no-repeat 25px center;
}

.products .form .btn-red span {
  font-size: 20px;
}

.products .form .old-price {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  width: 310px;
  padding: 18px 0 0 0;
  text-shadow: 1px 1px 5px #000;
}

.products .form .old-price div {
  padding: 3px 0 0 0;
  font-size: 18px;
  color: #f10c4d;
  font-weight: 700;
}

.products .form .info-price {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #fff;
}

/* reviews */
.reviews {
  background: url(../images/reviews.jpg) no-repeat center 0;
  height: 844px;
}

.reviews .container {
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}

.reviews .title {
  padding: 85px 0 0 0;
  font-size: 48px;
  font-weight: 700;
  color: #314865;
  text-align: center;
}

.reviews .text {
  font-size: 24px;
  text-align: center;
  padding: 15px 0 25px 0;
}

.reviews .item {
  background: #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 27px 100px 55px 27px;
  margin: 0 0 20px 0;
}

.reviews .item.last {
  margin: 0;
}

.reviews .item .image img {
  vertical-align: bottom;
}

.reviews .item .content {
  margin: 0 0 0 145px;
}

.reviews .item .content .info {
  padding: 18px 0 13px 0;
  overflow: hidden;
}

.reviews .item .content .info .name {
  font-size: 24px;
}

.reviews .item .content .info .date {
  padding: 7px 0 0 0;
  font-size: 12px;
  color: rgba(9, 17, 26, 0.5);
}

.reviews .item .content p {
  font-family: 'PT Serif', arial, sans-serif;
  font-style: italic;
  line-height: 30px;
}

/* footer */
.footer {
  background: url(../images/line-viking.png) repeat-x 0 0, url(../images/line-viking.png) repeat-x 0 bottom, url(../images/footer.jpg) no-repeat center 0;
  background-color: #664a23;
  height: 700px;
  color: #fff;
  position: relative;
}

.footer .clouds {
  background: url(../images/clouds.png) no-repeat center 0;
  height: 311px;
  width: 100%;
  position: absolute;
  bottom: -90px;
  z-index: 3;
  left: 0;
}

.footer .container {
  position: relative;
}

.footer .people {
  position: absolute;
  right: 297px;
  top: 107px;
}

.footer .people img {
  vertical-align: bottom;
}

.footer .left-side {
  width: 585px;
}

.footer .left-side .title {
  padding: 100px 40px 25px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #cbb562;
}

.footer .left-side .form {
  background: #e6e5e4;
  width: 280px;
  padding: 0 45px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.footer .left-side .form .discont {
  background: #f10c4d;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  font-weight: 700;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -12px;
  top: -15px;
}

.footer .left-side .form .title2 {
  padding: 18px 0 0 0;
  font-size: 24px;
  line-height: 30px;
  color: #314865;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.footer .left-side .form label {
  padding: 9px 0 3px 7px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #09111a;
}

.footer .left-side .form .form-control {
  border: 1px solid rgb(178, 180, 183);
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  width: 280px;
  height: 55px;
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}

select::-ms-expand {
  display: none;
}

.form__select {
  position: relative;
  background: #fff;
}

.footer .left-side .form .form__select .form-control {
  background-color: transparent;
}

.form__select:after {
  content: '';
  border: 6px solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 20px 0 0;
}

.footer .left-side .form .example {
  font-size: 12px;
  color: #838c98;
  font-weight: 500;
  padding: 7px 0 20px 7px;
}

.footer .left-side .form .btn-red {
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgb(241, 12, 77);
  box-shadow: 5px 6px 7px 0 rgba(15, 20, 26, 0.63);
  max-width: 280px;
  width: 100%;
  height: 76px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 4;
  cursor: pointer;
  display: block;
  padding: 0 25px;
  margin: 0 auto;
}

.footer .left-side .form .btn-red:hover {
  background: #cc0940;
}

.footer .left-side .form .btn-red span {
  font-size: 22px;
  display: block;
}

.footer .left-side .form .info-price {
  font-size: 12px;
  padding: 15px 0 0 0;
  color: #000;
  text-align: center;
}

.footer .left-side .lastpack {
  padding: 12px 0 35px 0;
  text-align: center;
  color: #09111a;
  font-size: 14px;
  font-weight: 500;
}

.footer .left-side .lastpack b {
  color: #f10c4d;
}

.footer .right-side {
  padding: 113px 0 0 0;
  width: 300px;
}

.footer .right-side .quote {
  background: url(../images/message.png) no-repeat 0 0;
  width: 302px;
  height: 268px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  padding: 40px 18px 0 18px;
}

.footer .right-side .old-price {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0 30px;
  padding: 3px 0 0 0;
}

.footer .right-side .old-price div {
  padding: 3px 0 0 0;
  font-size: 18px;
  color: #f10c4d;
  font-weight: 700;
}

.footer .right-side .countdown-block {
  padding: 30px 0 0 30px;
}

.footer .right-side .countdown-block h5 {
  font-size: 14px;
  text-align: center;
}

.footer .right-side .countdown-block .countdown {
  font-size: 48px;
  color: #f10c4d;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

/* copyright */
.copyright {
  background: #e6e5e4;
  line-height: 30px;
  color: #9ea5ad;
  text-align: center;
  padding: 95px 0 70px 0;
}

.btn-red span.button__text {
  display: block;
  font-size: 16px!important;
}

button {
  cursor: pointer;
}