/*
 * BREAK POINTS
 *
 * Large < 1200px
 * Desktop < 900px
 * Tablet < 640px
 * Phone < 480px
 *
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  font-size: 16px;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif;
  color: #333333;
  position: relative;
  background: transparent; }
  @media screen and (max-width: 900px) {
    body {
      font-size: 14px; } }

p {
  margin: 0;
  padding: 0; }

a {
  color: #cccccc;
  text-decoration: none; }

strong, b {
  font-weight: 600; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

input,
textarea,
button,
.buy-slider .slick-arrow,
select {
  border: 0;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

input[type=submit],
input[type=reset],
button,
.buy-slider .slick-arrow {
  cursor: pointer; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.wrapper {
  height: 100%;
  display: none; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  display: none; }
  #overlay.active {
    display: block; }

.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 18px 80px;
  letter-spacing: 2px;
  background: #ff9933;
  border: 3px solid #ff9933;
  border-radius: 4px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .btn:hover {
    background: #ffac32;
    border-color: #ffac32; }
  .btn:active {
    background: none; }
  .btn--submit {
    padding: 18px 10px;
    letter-spacing: 1px;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .btn--submit {
        padding: 10px 15px; } }
  @media screen and (max-width: 640px) {
    .btn {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: 9px; } }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

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

.ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.6; }
    .ul li:before {
      content: '\22C5';
      font-family: inherit;
      color: #333333;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 10px; }

/*---------------------------------------
    SECTIONS
---------------------------------------*/
.section {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .section {
      height: auto; } }
  .section__component {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden; }
    .section__component--left {
      left: 0; }
    .section__component--right {
      right: 0; }
  .section__body {
    height: 100%; }
    .section__body--left {
      margin-right: 50%; }
    .section__body--right {
      margin-left: 50%; }

/*---------------------------------------
    HEADER
---------------------------------------*/
.header {
  background: #333333 url("../images/header.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  min-height: 500px;
  height: 100%; }
  @media screen and (max-width: 640px) {
    .header {
      height: auto;
      min-height: 240px; } }

.videobg {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%; }
  .videobg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .videobg-overlay {
        display: none; } }

.header__tel {
  text-align: right;
  padding: 37px 120px 0 0;
  position: relative; }
  @media screen and (max-width: 640px) {
    .header__tel {
      padding-top: 10px; } }
  @media screen and (max-width: 480px) {
    .header__tel {
      display: none; } }

.tel {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 8px 22px;
  border: 2px solid transparent; }

.logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    .logo {
      top: 4px;
      left: 6px; } }

.hamburger {
  display: block;
  width: 32px;
  height: 19px;
  position: relative; }
  .hamburger__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    padding: 37px 46px;
    z-index: 9999; }
    .hamburger__wrapper.fixed {
      padding: 15px;
      background: #000;
      opacity: 0.6; }
    .hamburger__wrapper.active {
      opacity: 1;
      background: none; }
    @media screen and (max-width: 640px) {
      .hamburger__wrapper {
        padding: 12px 17px; } }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger:before, .hamburger:after, .hamburger span {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .hamburger:before {
    top: 0;
    left: 0; }
  .hamburger:after {
    bottom: 0;
    left: 0; }
  .hamburger span {
    top: 8px;
    left: 0; }
  .hamburger--dark:before, .hamburger--dark:after, .hamburger--dark span {
    background: #666666; }
  @media screen and (max-width: 640px) {
    .hamburger {
      width: 20px;
      height: 12px; }
      .hamburger:before, .hamburger:after, .hamburger span {
        height: 2px; }
      .hamburger span {
        top: 5px; } }
  .hamburger.active:before, .hamburger.active:after, .hamburger.active span {
    background: #fff; }
  .hamburger.active span {
    display: none; }
  .hamburger.active:before, .hamburger.active:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hamburger.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamburger.active:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: auto; }

.header__body {
  text-align: center;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30%;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .header__body {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    .header__body {
      padding: 80px 0 60px; } }

.header__footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .header__footer {
      position: relative; } }

.header__title {
  font-weight: 500;
  font-size: 60px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  max-width: 90%; }
  @media screen and (max-width: 900px) {
    .header__title {
      font-size: 46px; } }
  @media screen and (max-width: 480px) {
    .header__title {
      font-size: 18px; } }

.header__button {
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .header__button {
      margin-bottom: 32px; } }

.header__btn {
  padding: 16px 70px; }

.header__arrow {
  margin-bottom: 48px; }
  @media screen and (max-width: 640px) {
    .header__arrow {
      display: none; } }

.down-arrow {
  background-image: url(../images/sprite.png);
  background-position: -682px 0px;
  width: 26px;
  height: 26px;
  display: inline-block;
  -webkit-animation: down-arrow 2s linear infinite;
          animation: down-arrow 2s linear infinite; }
  .down-arrow:hover {
    opacity: 1;
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes down-arrow {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes down-arrow {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

/*---------------------------------------
    FOOTER
---------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  padding: 5px 0; }

.fbody {
  max-width: 1046px;
  margin: 0 auto;
  padding: 0 50px; }
  .fbody:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .fbody__left {
    float: left;
    width: 25%; }
    @media screen and (max-width: 640px) {
      .fbody__left {
        width: 100%;
        text-align: center; } }
  .fbody__right {
    float: left;
    width: 75%;
    padding: 10px 0;
    font-family: "Bell MT", "Georgia", "Times New Roman", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    color: #cccccc; }
    @media screen and (max-width: 900px) {
      .fbody__right {
        font-size: 10px; } }
    @media screen and (max-width: 640px) {
      .fbody__right {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .fbody__right {
        font-size: 9px; } }
  .fbody .about-link {
    display: inline-block;
    margin-right: 15px; }
    @media screen and (max-width: 480px) {
      .fbody .about-link {
        display: block;
        margin-right: 0; } }
  .fbody .author {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 9px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: normal; }
    .fbody .author a {
      color: #333333; }
    @media screen and (max-width: 640px) {
      .fbody .author {
        text-align: center;
        font-size: 8px; } }

/*---------------------------------------
    SECTION. About
---------------------------------------*/
.section-about {
  padding: 200px 0;
  background: #fff; }
  @media screen and (max-width: 640px) {
    .section-about {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    .section-about {
      padding: 40px 0; } }

.about__content {
  text-align: center;
  max-width: 650px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .about__content {
      max-width: auto;
      width: 90%; } }
  @media screen and (max-width: 640px) {
    .about__content {
      width: 90%;
      margin: 0 auto;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: auto;
      left: auto; } }

.about__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative; }
  .about__title:before {
    content: '';
    display: block;
    position: absolute;
    width: 64px;
    height: 2px;
    background: #333333;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (max-width: 480px) {
    .about__title {
      font-size: 16px;
      padding-bottom: 10px; }
      .about__title:before {
        height: 1px;
        background: #666666; } }

.about__body {
  font-size: 18px;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .about__body {
      font-size: 10px; } }

/*---------------------------------------
    SECTION. Benefit
---------------------------------------*/
.section-benefit {
  position: relative; }

.benefit__logo {
  margin-bottom: 10px;
  position: relative;
  z-index: 15; }
  .benefit__logo img {
    display: block;
    width: 100%;
    position: relative; }
  @media screen and (max-width: 640px) {
    .benefit__logo {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 21;
      width: 100%; } }

.bf-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  padding: 0 50px;
  z-index: 40; }
  @media screen and (max-width: 900px) {
    .bf-title {
      font-size: 30px;
      padding: 0 10px; } }
  @media screen and (max-width: 640px) {
    .bf-title {
      top: 40%;
      width: 60%; } }
  @media screen and (max-width: 480px) {
    .bf-title {
      font-size: 18px;
      top: 20%;
      left: 25px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 0 100px 0 0; } }

.bf-cash {
  display: block;
  width: 104px;
  height: 104px;
  background: #fff;
  position: absolute;
  opacity: 0.7;
  bottom: 13%;
  left: 38%;
  z-index: 40;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .bf-cash:hover {
    opacity: 1; }
  @media screen and (max-width: 900px) {
    .bf-cash {
      width: 90px;
      height: 90px; } }
  @media screen and (max-width: 640px) {
    .bf-cash {
      display: none; } }

.icon-cash {
  background-image: url(../images/sprite.png);
  background-position: -1038px 0px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bf-content__num {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .bf-content__num {
      text-align: right; } }
  @media screen and (max-width: 480px) {
    .bf-content__num {
      font-size: 58px;
      color: #666666;
      position: relative;
      margin-bottom: 40px; } }

.bf-list {
  font-size: 18px; }
  .bf-list__name {
    font-weight: 900;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .bf-list__name {
        display: none; } }
  .bf-list__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .bf-list__list li {
      position: relative;
      padding-left: 10px;
      line-height: 1.6; }
      .bf-list__list li:before {
        content: '\22C5';
        font-family: inherit;
        color: #333333;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 10px; }
        @media screen and (max-width: 640px) {
          .bf-list__list li:before {
            display: none; } }
      @media screen and (max-width: 900px) {
        .bf-list__list li {
          font-size: 14px; } }
      @media screen and (max-width: 640px) {
        .bf-list__list li {
          margin-bottom: 10px; } }
      @media screen and (max-width: 480px) {
        .bf-list__list li {
          font-size: 11px;
          padding-left: 0;
          margin-bottom: 10px; } }
    @media screen and (max-width: 640px) {
      .bf-list__list {
        text-align: right; } }

/*---------------------------------------
    SECTION. Buy
---------------------------------------*/
.section-buy {
  background: #fff; }
  @media screen and (max-width: 640px) {
    .section-buy {
      padding: 30px 0; } }

@media screen and (max-width: 900px) {
  .buy__component {
    position: static;
    width: 100%;
    height: 50%; } }

@media screen and (max-width: 640px) {
  .buy__component {
    height: 220px; } }

@media screen and (max-width: 900px) {
  .buy__body {
    margin: 0; } }

.buy-slider {
  height: 100%; }
  @media screen and (max-width: 900px) {
    .buy-slider {
      height: 350px; } }
  @media screen and (max-width: 640px) {
    .buy-slider {
      height: 220px; } }
  .buy-slider .slick-list {
    height: 100%; }
    @media screen and (max-width: 900px) {
      .buy-slider .slick-list {
        height: 350px; } }
    @media screen and (max-width: 640px) {
      .buy-slider .slick-list {
        height: 220px; } }
  .buy-slider .slick-track {
    height: 100%; }
    @media screen and (max-width: 900px) {
      .buy-slider .slick-track {
        height: 350px; } }
    @media screen and (max-width: 640px) {
      .buy-slider .slick-track {
        height: 220px; } }
  .buy-slider__item {
    position: relative;
    height: 100%; }
  .buy-slider img {
    min-width: 100%;
    min-height: 100%; }
    @media screen and (max-width: 900px) {
      .buy-slider img {
        min-width: auto;
        width: auto;
        max-height: 100%;
        margin: 0 auto; } }
  .buy-slider .slick-arrow {
    overflow: hidden;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5; }
    .buy-slider .slick-arrow:before {
      content: '';
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .buy-slider .slick-prev {
    left: 30px; }
    .buy-slider .slick-prev:before {
      background-image: url(../images/sprite.png);
      background-position: -100px 0px;
      width: 13px;
      height: 24px; }
  .buy-slider .slick-next {
    right: 30px; }
    .buy-slider .slick-next:before {
      background-image: url(../images/sprite.png);
      background-position: -48px 0px;
      width: 12px;
      height: 23px; }

.buy-body {
  padding: 70px 70px 40px;
  font-weight: 600 !important;
  right: 0; }
  @media screen and (max-width: 900px) {
    .buy-body {
      padding: 20px 20px 0;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .buy-body {
      padding: 6px 15px 0; } }

.buy-title {
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .buy-title {
      margin-bottom: 0; } }
  .buy-title__name {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700; }
    @media screen and (max-width: 900px) {
      .buy-title__name {
        font-size: 20px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .buy-title__name {
        font-size: 18px; } }
  @media screen and (max-width: 900px) {
    .buy-title__sub-name {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .buy-title__sub-name {
      display: none; } }

.buy-body__price {
  margin-bottom: 25px; }
  @media screen and (max-width: 900px) {
    .buy-body__price {
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .buy-body__price {
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .buy-body__price {
      margin-bottom: 10px; } }

.price {
  color: #000000;
  font-size: 36px;
  font-weight: 500; }
  @media screen and (max-width: 900px) {
    .price {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .price {
      font-size: 26px; } }

.tabs {
  margin-bottom: 35px; }
  @media screen and (max-width: 640px) {
    .tabs {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .tabs {
      margin-bottom: 10px; } }
  .tabs__item p {
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .tabs__item p {
        margin-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .tabs__item {
      font-size: 12px; } }
  @media screen and (max-width: 480px) {
    .tabs__item {
      font-size: 9px; } }
  .tabs__item .opt-link {
    font-size: 12px;
    font-weight: 500;
    color: inherit;
    text-decoration: underline; }

.tabs-list {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
  border-bottom: 3px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .tabs-list {
      margin-bottom: 5px; } }
  .tabs-list li {
    width: 33.33333%;
    padding: 5px 0 0;
    text-align: center; }
    .tabs-list li:first-child {
      text-align: left; }
    .tabs-list li:last-child {
      text-align: right; }
    .tabs-list li.active {
      position: relative; }
      .tabs-list li.active:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -3px;
        left: 0;
        background: #000; }
    @media screen and (max-width: 480px) {
      .tabs-list li {
        padding: 0 0 3px; } }
  .tabs-list a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333; }
    @media screen and (max-width: 900px) {
      .tabs-list a {
        font-size: 8px; } }

.buy-choice {
  margin-bottom: 45px; }
  @media screen and (max-width: 900px) {
    .buy-choice {
      text-align: center;
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .buy-choice {
      margin-bottom: 5px; } }
  .buy-choice__item {
    display: inline-block;
    width: 33.33333%;
    margin-right: -0.3em;
    text-align: center;
    vertical-align: top;
    padding-right: 5px;
    margin-bottom: 10px; }
    .buy-choice__item:last-child {
      padding-right: 0; }
    @media screen and (max-width: 480px) {
      .buy-choice__item {
        margin-bottom: 0;
        vertical-align: top; } }
  .buy-choice-box {
    display: inline-block;
    text-align: left; }
  .buy-choice__title {
    font-weight: 600;
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .buy-choice__title {
        margin-bottom: 0;
        font-size: 12px; } }

.colors {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .colors__item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 22px;
    line-height: 24px; }
    @media screen and (max-width: 640px) {
      .colors__item {
        width: auto;
        line-height: 20px; } }
  .colors__circle {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 26px; }
    .colors__circle:hover {
      cursor: pointer; }
    @media screen and (max-width: 640px) {
      .colors__circle {
        width: 10px;
        height: 10px;
        line-height: 15px; } }
    .colors__circle--green {
      background: #99ff66; }
    .colors__circle--violet {
      background: #cc66cc; }
    .colors__circle--blue {
      background: #0D47A1; }
    .colors__circle--orange {
      background: #ff9933; }
    .colors__circle--black {
      background: #000; }
    .colors__circle--pink {
      background: #F48FB1; }
  .colors__radio {
    display: none; }
    .colors__radio:checked + .colors__circle {
      width: 22px;
      height: 22px; }
      @media screen and (max-width: 640px) {
        .colors__radio:checked + .colors__circle {
          width: 15px;
          height: 15px; } }

.sizes {
  vertical-align: middle; }
  .sizes__item {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .sizes__item {
        width: 18px; } }
  .sizes__num {
    display: inline-block;
    vertical-align: middle; }
    .sizes__num:hover {
      cursor: pointer; }
    @media screen and (max-width: 480px) {
      .sizes__num {
        font-size: 12px; } }
  .sizes__radio {
    display: none; }
    .sizes__radio:checked + .sizes__num {
      font-size: 24px;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .sizes__radio:checked + .sizes__num {
          font-size: 18px; } }

.count {
  display: inline-block;
  position: relative;
  padding: 0 18px; }
  .count__input {
    width: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    }
    @media screen and (max-width: 480px) {
      .count__input {
        width: 45px; } }
  .count__control {
    display: inline-block;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .count__control--minus {
      left: 0;
      background-image: url(../images/sprite.png);
      background-position: -371px 0px;
      width: 16px;
      height: 16px; }
    .count__control--plus {
      right: 0;
      background-image: url(../images/sprite.png);
      background-position: -315px 0px;
      width: 16px;
      height: 16px; }
    .count__control:hover {
      cursor: pointer; }

.size-table:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.size-table--menu {
  color: #fff; }

.size-table__item {
  float: left;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 480px) {
    .size-table__item {
      font-size: 9px; } }

.size-table__head {
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    .size-table__head {
      font-size: 10px; } }

.size-table p {
  margin-bottom: 0;
  line-height: 1.8; }

.delivery p {
  margin-bottom: 0;
  line-height: 1.6; }

.delivery a {
  color: inherit;
  text-decoration: underline; }

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

.buy-btn:active {
  color: #333333; }

@media screen and (max-width: 640px) {
  .buy-btn {
    width: 50%; } }

/*---------------------------------------
    SECTION. Why
---------------------------------------*/
.section-why {
  padding: 70px 0 10px;
  background: #fff; }
  @media screen and (max-width: 640px) {
    .section-why {
      padding: 30px 0; } }

.why {
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .why {
      width: 90%;
      margin: 0 auto;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.why__title {
  margin: 0;
  padding: 0 0 40px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; }
  .why__title:before {
    content: '';
    display: block;
    position: absolute;
    width: 64px;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
  @media screen and (max-width: 900px) {
    .why__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 640px) {
    .why__title {
      padding-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .why__title {
      font-size: 18px;
      padding-bottom: 15px;
      margin-bottom: 15px; } }

.why-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top; }
  @media screen and (max-width: 480px) {
    .why-list {
      text-align: center; } }
  .why-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 20px 110px;
    margin-right: -0.3em; }
    @media screen and (max-width: 900px) {
      .why-list li {
        padding: 0 15px 40px; } }
    @media screen and (max-width: 480px) {
      .why-list li {
        width: 50%;
        padding: 0 5px 15px;
        vertical-align: top; } }
  .why-list__icon {
    margin-bottom: 5px; }
  .why-list__body {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4; }
    @media screen and (max-width: 640px) {
      .why-list__body {
        font-size: 10px; } }

.icon-original {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/why-original.png") no-repeat center; }

.icon-licence {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/why-licence.png") no-repeat center; }

.icon-deliver {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/why-deliver.png") no-repeat center; }

.icon-colors {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/why-colors.png") no-repeat center; }

.icon-official {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/why-oficial.png") no-repeat center; }

/*---------------------------------------
    SECTION. Follow
---------------------------------------*/
.section-follow {
  background: #fff;
  height: 680px;
  min-height: 680px; }
  @media screen and (max-width: 640px) {
    .section-follow {
      min-height: 300px;
      height: auto; } }

.follow__component {
  background: url("../images/follow.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .follow__component {
      background: none;
      width: 100%; } }

@media screen and (max-width: 640px) {
  .follow__body {
    width: 100%;
    height: 500px;
    margin: 0; } }

.follow-box {
  position: absolute;
  width: 55%;
  bottom: 0;
  left: 63px;
  padding: 70px 30px 25px 45px;
  line-height: 1.5;
  font-size: 18px;
  z-index: 20; }
  .follow-box:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  @media screen and (max-width: 900px) {
    .follow-box {
      width: 100%;
      left: 0; } }
  @media screen and (max-width: 640px) {
    .follow-box {
      width: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 30px;
      bottom: auto; } }
  @media screen and (max-width: 480px) {
    .follow-box {
      font-size: 10px;
      padding: 30px;
      width: 240px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      bottom: auto; } }
  .follow-box__body {
    margin-bottom: 60px; }
  .follow-box p {
    position: relative;
    z-index: 5; }
    .follow-box p + p {
      margin-top: 8px; }
    @media screen and (max-width: 480px) {
      .follow-box p:first-child {
        text-transform: uppercase; }
        .follow-box p:first-child .tag {
          font-weight: 600; } }
    @media screen and (max-width: 480px) {
      .follow-box p:nth-child(2) {
        position: relative;
        padding-top: 5px; }
        .follow-box p:nth-child(2):before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 84px;
          height: 1px;
          background: #333333; } }
  .follow-box .tag {
    font-size: 16px;
    font-weight: 500; }
    .follow-box .tag a {
      color: inherit; }
    @media screen and (max-width: 480px) {
      .follow-box .tag {
        font-size: 10px; } }

.follow__link {
  display: inline-block;
  font-weight: 400;
  padding: 5px 0 0;
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: inherit;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .follow__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 2px;
    background: #333333;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .follow__link:hover {
    color: #000; }
    .follow__link:hover:before {
      background: #000; }
  @media screen and (max-width: 480px) {
    .follow__link {
      display: none; } }

.instagram {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .instagram:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .instagram li {
    display: block;
    float: left;
    width: 50%;
    height: 50%;
    overflow: hidden;
    position: relative; }
  .instagram a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .instagram a > img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

/*---------------------------------------
    SECTION. Contact
---------------------------------------*/
.section-contact {
  background: #333333;
  padding: 60px 0 70px; }
  @media screen and (max-width: 640px) {
    .section-contact {
      padding-bottom: 120px; } }

.contact {
  width: 100%;
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .contact {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding-bottom: 0; } }

.contact__title {
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 75px; }
  .contact__title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    width: 84px;
    height: 2px; }
  @media screen and (max-width: 900px) {
    .contact__title {
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .contact__title {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 18px; } }

.contact-body {
  max-width: 1046px;
  margin: 0 auto; }
  .contact-body:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .contact-body__item {
    width: 50%;
    float: left;
    padding: 0 50px; }
    @media screen and (max-width: 900px) {
      .contact-body__item {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .contact-body__item {
        width: 100%;
        padding: 0 30px; } }
  @media screen and (max-width: 900px) {
    .contact-body {
      max-width: 100%; } }

.contact-info {
  color: #fff;
  line-height: 1.6; }
  .contact-info p {
    margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .contact-info {
      position: relative;
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .contact-info {
      font-size: 10px; } }

.contact-list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  .contact-list li {
    display: block;
    line-height: 2.2; }
    @media screen and (max-width: 480px) {
      .contact-list li {
        line-height: 3; } }
  .contact-list a {
    color: #fff; }
  .contact-list__icon {
    position: relative;
    padding-left: 50px; }
    .contact-list__icon:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .contact-list__icon--tel:before {
      background-image: url(../images/sprite.png);
      background-position: -617px 0px;
      width: 25px;
      height: 25px; }
    .contact-list__icon--mail:before {
      background-image: url(../images/sprite.png);
      background-position: -487px 0px;
      width: 25px;
      height: 16px; }
    .contact-list__icon--whatsapp:before {
      background-image: url(../images/sprite.png);
      background-position: -552px 0px;
      width: 25px;
      height: 25px; }

.social {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block; }
    .social li + li {
      padding-left: 20px; }
  @media screen and (max-width: 900px) {
    .social--contact {
      position: absolute;
      bottom: 0;
      right: 0; } }
  @media screen and (max-width: 480px) {
    .social--contact {
      position: static; } }

.social-icon {
  display: block;
  overflow: hidden;
  text-indent: -9999999px; }
  .social-icon--instagram {
    background-image: url(../images/sprite.png);
    background-position: -820px 0px;
    width: 32px;
    height: 32px; }
    .social-icon--instagram:hover {
      background-image: url(../images/sprite.png);
      background-position: -748px 0px;
      width: 32px;
      height: 32px; }
  .social-icon--vk {
    background-image: url(../images/sprite.png);
    background-position: -892px 0px;
    width: 33px;
    height: 33px; }
    .social-icon--vk:hover {
      background-image: url(../images/sprite.png);
      background-position: -965px 0px;
      width: 33px;
      height: 33px; }

.contact-form {
  overflow: hidden;
  margin: 0 -10px; }
  .contact-form:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .contact-form__group {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    padding: 0 10px; }
    .contact-form__group--half {
      width: 50%; }
    @media screen and (max-width: 900px) {
      .contact-form__group {
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .contact-form__group {
        margin-bottom: 5px; } }
  .contact-form__input {
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 18px; }
    .contact-form__input::-webkit-input-placeholder {
      color: #cccccc; }
    .contact-form__input::-moz-placeholder {
      color: #cccccc; }
    .contact-form__input:-ms-input-placeholder {
      color: #cccccc; }
    .contact-form__input:-moz-placeholder {
      color: #cccccc; }
    @media screen and (max-width: 900px) {
      .contact-form__input {
        padding: 5px;
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .contact-form__input {
        font-size: 12px;
        height: 30px; } }
    .contact-form__input--textarea {
      height: 152px;
      resize: none; }
      @media screen and (max-width: 900px) {
        .contact-form__input--textarea {
          height: 100px; } }
    .contact-form__input.error {
      border-color: #d84315;
      background: #fbe0d7; }
  .contact-form__btn {
    color: #333333; }
    .contact-form__btn:active {
      color: #fff; }
  .contact-form .form__result {
    color: #fff;
    text-align: center; }
    .contact-form .form__result.error {
      color: #F44336; }

/*---------------------------------------
    ANIMATION
---------------------------------------*/
.a-container {
  width: 100%;
  min-height: 680px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .a-container {
      min-height: 580px; } }
  @media screen and (max-width: 640px) {
    .a-container {
      overflow: none;
      height: auto;
      min-height: auto; } }

.a-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  @media screen and (max-width: 640px) {
    .a-wrapper {
      position: relative;
      width: 100%;
      height: auto; } }

.a-pic {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 5; }
  .a-pic.active {
    z-index: 20; }
  .a-pic--benefit {
    left: 0;
    background-image: url("../images/benefit-01.jpg"); }
  .a-pic--features {
    right: 0;
    background-image: url("../images/benefit-02.jpg");
    top: 70%; }
    @media screen and (max-width: 640px) {
      .a-pic--features {
        top: 0; } }
  @media screen and (max-width: 640px) {
    .a-pic {
      width: 100%; } }

.a-pic-title {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .a-pic-title {
      top: 30%;
      padding: 0 30px; } }

.a-cont {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .a-cont:before {
    content: '';
    display: block;
    position: absolute;
    height: 58px;
    width: 100%;
    top: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(50%, #fff), color-stop(50.5%, transparent), color-stop(50.5%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top left, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%);
    background-image: -o-linear-gradient(top left, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%);
    background-image: linear-gradient(to bottom right, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%); }
    @media screen and (max-width: 640px) {
      .a-cont:before {
        top: 0;
        left: 0;
        height: 100%;
        background-image: -webkit-gradient(linear, right bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50.5%, transparent), color-stop(50.5%, transparent), to(transparent));
        background-image: -webkit-linear-gradient(bottom right, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%);
        background-image: -o-linear-gradient(bottom right, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%);
        background-image: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50.5%, transparent 50.5%, transparent 100%); } }
  .a-cont--benefit {
    right: 0;
    height: 87%; }
    @media screen and (max-width: 640px) {
      .a-cont--benefit {
        height: 100%;
        top: 0; } }
  .a-cont--features {
    left: 0;
    height: 0;
    top: -58px; }
    @media screen and (max-width: 640px) {
      .a-cont--features {
        height: 100%;
        top: 0; } }
  @media screen and (max-width: 640px) {
    .a-cont {
      background: transparent;
      width: 100%;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.a-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding: 0 55px; }
  .a-text--benefit {
    opacity: 1; }
    @media screen and (max-width: 640px) {
      .a-text--benefit {
        padding: 100px 15px 10px; } }
  .a-text--features {
    opacity: 0; }
    @media screen and (max-width: 640px) {
      .a-text--features {
        padding: 120px 15px 10px 45%; } }
    @media screen and (max-width: 480px) {
      .a-text--features {
        padding: 120px 15px 10px 47%; } }
  @media screen and (max-width: 640px) {
    .a-text {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: auto;
      left: auto; } }

@-webkit-keyframes shadow-hide {
  0% {
    left: 0; }
  100% {
    left: auto; } }

@keyframes shadow-hide {
  0% {
    left: 0; }
  100% {
    left: auto; } }

.img-down {
  -webkit-animation: img-down 2s ease-in-out forwards 1;
          animation: img-down 2s ease-in-out forwards 1; }

.img-up {
  -webkit-animation: img-up 1s ease-in-out forwards 1;
          animation: img-up 1s ease-in-out forwards 1; }

.show-cont {
  -webkit-animation: show-cont 2s ease-in forwards 1;
          animation: show-cont 2s ease-in forwards 1; }

.hide-cont {
  -webkit-animation: hide-cont 1s ease-in forwards 1;
          animation: hide-cont 1s ease-in forwards 1; }

.show-title {
  -webkit-animation: show-title 1s ease-in forwards 1;
          animation: show-title 1s ease-in forwards 1; }

.hide-title {
  -webkit-animation: hide-title 1s ease-in -0.25s forwards 1;
          animation: hide-title 1s ease-in -0.25s forwards 1; }

.cont-down {
  -webkit-animation: cont-down 1s ease-in forwards 1;
          animation: cont-down 1s ease-in forwards 1; }

.cont-up {
  -webkit-animation: cont-up 1s ease-in forwards 1;
          animation: cont-up 1s ease-in forwards 1; }

.show-btn {
  -webkit-animation: show-btn 2s ease forwards 1;
          animation: show-btn 2s ease forwards 1; }

.hide-btn {
  -webkit-animation: hide-btn 0.25s ease forwards 1;
          animation: hide-btn 0.25s ease forwards 1; }

.move-cash {
  -webkit-animation: move-cash 2s ease forwards 1;
          animation: move-cash 2s ease forwards 1; }

.move-cash-back {
  -webkit-animation: move-cash-back 2s ease forwards 1;
          animation: move-cash-back 2s ease forwards 1; }

@-webkit-keyframes img-down {
  0% {
    top: 0; }
  100% {
    top: 70%; } }

@keyframes img-down {
  0% {
    top: 0; }
  100% {
    top: 70%; } }

@-webkit-keyframes img-up {
  0% {
    top: 70%; }
  98% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes img-up {
  0% {
    top: 70%; }
  98% {
    top: 0; }
  100% {
    top: 0; } }

@-webkit-keyframes cont-up {
  0% {
    top: 0;
    height: 87%; }
  100% {
    height: 0;
    top: -58px; } }

@keyframes cont-up {
  0% {
    top: 0;
    height: 87%; }
  100% {
    height: 0;
    top: -58px; } }

@-webkit-keyframes cont-down {
  0% {
    height: 0;
    top: -58px; }
  100% {
    height: 87%;
    top: 0; } }

@keyframes cont-down {
  0% {
    height: 0;
    top: -58px; }
  100% {
    height: 87%;
    top: 0; } }

@-webkit-keyframes show-title {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show-title {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide-title {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide-title {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-cont {
  0% {
    opacity: 0;
    bottom: 20%; }
  100% {
    opacity: 1;
    bottom: 10%; } }

@keyframes show-cont {
  0% {
    opacity: 0;
    bottom: 20%; }
  100% {
    opacity: 1;
    bottom: 10%; } }

@-webkit-keyframes hide-cont {
  0% {
    opacity: 1;
    bottom: 10%; }
  100% {
    opacity: 0;
    bottom: 20%; } }

@keyframes hide-cont {
  0% {
    opacity: 1;
    bottom: 10%; }
  100% {
    opacity: 0;
    bottom: 20%; } }

@-webkit-keyframes show-btn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show-btn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide-btn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide-btn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes move-cash {
  0% {
    left: 38%; }
  100% {
    left: 55%; } }

@keyframes move-cash {
  0% {
    left: 38%; }
  100% {
    left: 55%; } }

@-webkit-keyframes move-cash-back {
  0% {
    left: 55%; }
  100% {
    left: 38%; } }

@keyframes move-cash-back {
  0% {
    left: 55%; }
  100% {
    left: 38%; } }

/*---------------------------------------
    MENU
---------------------------------------*/
.menu {
  background: #404040;
  padding: 70px 0 50px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-height: 100%;
  z-index: 8000; }
  @media screen and (max-width: 900px) {
    .menu {
      height: 100%; } }
  @media screen and (max-width: 640px) {
    .menu {
      padding: 10px 15px 20px; } }
  .menu__wrapper {
    max-width: 90%;
    margin: 0 auto;
    position: relative; }
  .menu__tel {
    display: inline-block;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 22px;
    border: 2px solid #fff;
    position: absolute;
    top: 27px;
    right: 150px; }
    @media screen and (max-width: 640px) {
      .menu__tel {
        position: static; } }
  @media screen and (max-width: 900px) {
    .menu__body {
      margin-right: 40%; } }
  @media screen and (max-width: 640px) {
    .menu__body {
      margin: 0; } }
  @media screen and (max-width: 900px) {
    .menu__component {
      width: 60%; } }
  @media screen and (max-width: 640px) {
    .menu__component {
      position: static; } }

.menu-list {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
  position: relative; }
  @media screen and (max-width: 900px) {
    .menu-list {
      padding-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .menu-list {
      padding: 20px 0 20px; } }
  .menu-list li {
    display: block;
    line-height: 1.4; }
    @media screen and (max-width: 640px) {
      .menu-list li {
        text-align: center; } }
  .menu-list a {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .menu-list a:hover {
      color: #ff9933; }
    @media screen and (max-width: 900px) {
      .menu-list a {
        font-size: 24px; } }

.menu-submenu {
  margin: 0;
  padding: 40px 0 0;
  list-style-type: none;
  position: relative; }
  .menu-submenu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 4px;
    background: #fff; }
  @media screen and (max-width: 640px) {
    .menu-submenu {
      display: none; } }
  .menu-submenu li {
    display: block;
    line-height: 1.6; }
  .menu-submenu a {
    font-style: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .menu-submenu a:hover {
      color: #ff9933; }
    .menu-submenu a.active {
      color: #ff9933; }

.menu-information {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    .menu-information {
      display: none; } }

.menu-social {
  position: absolute;
  bottom: 0;
  right: 0; }

.menu-partners {
  display: none; }

.menu-delivery {
  display: none; }

/*---------------------------------------
    MODALS
---------------------------------------*/
.modal {
  background: #eeeeee;
  position: relative;
  display: none; }
  .modal__close {
    position: absolute;
    top: 13px;
    right: 16px;
    background-image: url(../images/sprite.png);
    background-position: -261px 0px;
    width: 14px;
    height: 12px;
    z-index: 10; }
    .modal__close:hover {
      cursor: pointer; }
  .modal__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 2px; }
    .modal__title--menu {
      color: #fff; }
    .modal__title--centered {
      text-align: center; }
    .modal__title--underline {
      position: relative;
      display: inline-block;
      padding: 0 40px 20px;
      margin-bottom: 35px; }
      .modal__title--underline:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #868686; }
  .modal__content p {
    margin-bottom: 5px; }

/*---------------------------------------
    MODAL. Info
---------------------------------------*/
.modal-info {
  width: 90%;
  max-width: 600px;
  padding: 40px; }

/*---------------------------------------
    MODAL. Delivery
---------------------------------------*/
.modal-delivery {
  width: 90%;
  max-width: 700px;
  padding: 40px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .modal-delivery {
      padding: 15px 5px; } }

.md-table {
  text-align: left; }
  @media screen and (max-width: 480px) {
    .md-table {
      font-size: 10px; } }
  .md-table--menu {
    color: #fff;
    font-size: 14px; }
    @media screen and (max-width: 900px) {
      .md-table--menu {
        font-size: 10px; } }
  .md-table__row {
    margin-bottom: 15px; }
    .md-table__row--head {
      text-transform: uppercase; }
    .md-table__row--menu-head {
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  .md-table__col {
    display: inline-block;
    width: 33.33333%;
    margin-right: -0.3em;
    vertical-align: top;
    padding: 0 15px; }
    @media screen and (max-width: 480px) {
      .md-table__col {
        padding: 0 5px; } }
    .md-table__col a {
      font-size: 12px;
      text-decoration: underline;
      color: inherit; }

/*---------------------------------------
    MODAL. Order
---------------------------------------*/
.modal-order {
  padding: 0;
  width: 90%;
  max-width: 800px; }
  .modal-order__close {
    background-image: url(../images/sprite.png);
    background-position: -427px 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10; }
    .modal-order__close:hover {
      cursor: pointer; }
  .modal-order__image {
    overflow: hidden;
    background: url("../images/modal-order.jpg") top center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .modal-order__image {
        display: none; } }
  .modal-order__slogan {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    left: 25px;
    bottom: 40px; }
  .modal-order__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  .modal-order__body {
    padding: 60px 60px 40px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .modal-order__body {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 640px) {
      .modal-order__body {
        margin: 0; } }

.order-form {
  margin-bottom: 40px; }
  .order-form__wrapper {
    position: relative; }
  .order-form__group {
    margin-bottom: 18px;
    position: relative; }
    .order-form__group span.error {
      background-image: url(../images/sprite.png);
      background-position: -153px 0px;
      width: 14px;
      height: 11px;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -20px; }
    .order-form__group .valid-check {
      background-image: url(../images/sprite.png);
      background-position: -207px 0px;
      width: 14px;
      height: 11px;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -20px;
      display: none; }
  .order-form .delivery-help {
    position: absolute;
    right: -22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 16px;
    border: 1px solid #cecece;
    background: #cecece;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600; }
    .order-form .delivery-help:hover {
      background: #cccccc; }
    .order-form .delivery-help:active {
      background: #fff;
      border-color: #cccccc;
      color: #000; }
  .order-form__input {
    display: block;
    height: 32px;
    width: 100%;
    border: 1px solid #bebebe;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 13px; }
    .order-form__input::-webkit-input-placeholder {
      color: #999999; }
    .order-form__input::-moz-placeholder {
      color: #999999; }
    .order-form__input:-ms-input-placeholder {
      color: #999999; }
    .order-form__input:-moz-placeholder {
      color: #999999; }
    .order-form__input.error {
      border-color: #d84315; }
    .order-form__input--textarea {
      height: 70px;
      resize: none; }
    .order-form__input--select {
      padding: 5px 13px;
      color: #999999; }
    .order-form__input.valid + span + .valid-check {
      display: block; }
  .order-form__button {
    text-align: center; }
  .order-form__btn {
    width: 100%; }
  .order-form__result {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600; }
  .order-form .form__result {
    text-align: center; line-height: 1.4; }
    .order-form .form__result.error {
      color: #F44336; }
.order-form__cbx-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-form__cbx-item {
  width: 100%;
  max-width: 50%;
  margin-top: 0.5em;
}
.cbx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.cbx input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cbx__box {
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #bebebe;
  border-radius: 4px;
  margin-right: 0.5em;
}
.cbx input:checked ~ .cbx__box {
  background-color: #ff9933;
  border-color: #ff9933;
}
.selectize-control {
  position: relative; }
  .selectize-control:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 38px;
    width: 1px;
    height: 100%;
    background: #bebebe; }

.selectize-input {
  border: 1px solid #bebebe;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 38px 0 13px;
  color: #999999;
  max-height: 32px;
  overflow: hidden;
  position: relative; }
  .selectize-input:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px; }
  .selectize-input:hover {
    cursor: pointer; }
  .selectize-input input {
    display: none; }

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid #bebebe;
  border-radius: 2px; }
  .selectize-dropdown-content {
    background: #fff; }
  .selectize-dropdown .option {
    padding: 5px 10px;
    line-height: 1.6; }
    .selectize-dropdown .option:hover, .selectize-dropdown .option.active {
      background: #ff9933;
      color: #fff; }
    .selectize-dropdown .option:hover {
      cursor: pointer; }

/*---------------------------------------
    MODAL. Price
---------------------------------------*/
.modal-price {
  padding: 35px 30px;
  width: 90%;
  max-width: 600px; }
  .modal-price__content {
    line-height: 1.4;
    margin-bottom: 30px; }
    .modal-price__content--menu {
      color: #fff; }

.price-form {
  position: relative; }
  .price-form__group {
    position: relative;
    padding-right: 170px; }
    @media screen and (max-width: 480px) {
      .price-form__group {
        padding: 0; } }
  .price-form__input {
    height: 50px;
    display: block;
    width: 100%;
    background: #e5e5e5;
    border: 3px solid #e5e5e5;
    line-height: 44px;
    padding: 0 10px; }
    .price-form__input.error {
      border-color: #d84315;
      background: #fbe0d7; }
  .price-form__btn {
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 170px;
    height: 50px;
    padding: 0;
    font-size: 14px;
    letter-spacing: normal; }
    .price-form__btn:before {
      border-radius: 0; }
    @media screen and (max-width: 480px) {
      .price-form__btn {
        position: relative;
        min-width: 100%; } }
  .price-form .form__result {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .price-form .form__result.error {
      color: #F44336; }
    .price-form .form__result--menu {
      color: #fff; }

.thank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98vh;
}

.thank .modal-static {
  opacity: 1;
  display: block;
  min-height: 500px;
}

/*# sourceMappingURL=../maps/app.css.map */