/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../fonts/AmericanTypewriter/AT-Regular/AT-Regular.eot");
  src: url("../fonts/AmericanTypewriter/AT-Regular/AT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AmericanTypewriter/AT-Regular/AT-Regular.woff") format("woff"), url("../fonts/AmericanTypewriter/AT-Regular/AT-Regular.ttf") format("truetype"), url("../fonts/AmericanTypewriter/AT-Regular/AT-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../fonts/AmericanTypewriter/AT-Semibold/AT-Semibold.eot");
  src: url("../fonts/AmericanTypewriter/AT-Semibold/AT-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/AmericanTypewriter/AT-Semibold/AT-Semibold.woff") format("woff"), url("../fonts/AmericanTypewriter/AT-Semibold/AT-Semibold.ttf") format("truetype"), url("../fonts/AmericanTypewriter/AT-Semibold/AT-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../fonts/AmericanTypewriter/AT-Bold/AT-Bold.eot");
  src: url("../fonts/AmericanTypewriter/AT-Bold/AT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AmericanTypewriter/AT-Bold/AT-Bold.woff") format("woff"), url("../fonts/AmericanTypewriter/AT-Bold/AT-Bold.ttf") format("truetype"), url("../fonts/AmericanTypewriter/AT-Bold/AT-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SilverlandC';
  src: url("../fonts/SilverlandC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%;
  color: #45342A;
  font-family: "AmericanTypewriter", serif;
  background-color: #45342A; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; }

.small_container {
  max-width: 1054px;
  margin: 0 auto; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

h1 {
  font-size: 46px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600; }
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
    line-height: 37px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 28px; } }

.light_block {
  background: url("../img/bg-light.jpg") no-repeat center;
  background-size: cover; }

.dark_block {
  background-color: #45342A;
  color: #fff; }
.dark_block.newspaper_background {
  background-image: url("../img/bg-newspaper--light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.link {
  cursor: pointer; }

.btn {
  -webkit-appearance: none;
  font-family: "AmericanTypewriter", serif;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 2em;
  background: none;
  display: inline-block; }
.btn--dark {
  background-color: #45342A;
  color: #fff;
  line-height: 1.15; }
.btn--dark:disabled {
  background-color: rgba(69, 52, 42, 0.24); }

.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1199px) {
  .separator {
    margin-left: -16px;
    margin-right: -16px; } }
.separator img {
  margin: 0 18px;
  height: 67px; }
@media (max-width: 1199px) {
  .separator img {
    height: 56px; } }
@media (max-width: 767px) {
  .separator img {
    height: 34px; } }
.separator:before, .separator:after {
  content: "";
  display: block;
  height: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #45342A; }
@media (max-width: 767px) {
  .separator:before, .separator:after {
    height: 2px; } }

.arty-crafty {
  font-family: "SilverlandC", serif; }
.arty-crafty span {
  display: block; }

.popup-wrapper {
  display: none; }

.popup_open {
  overflow: hidden; }
.popup_open .popup-wrapper {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.popup_open .popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup {
  min-height: 100%;
  padding: 48px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 767px) {
  .popup {
    padding: 0; } }
.popup p {
  text-align: center;
  line-height: 1.4; }
.popup p:nth-of-type(n+2) {
  margin-top: 1em; }
@media (max-width: 576px) {
  .popup p {
    font-size: 12px; } }
.popup-container, .popup-small_container {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 64px;
  position: relative;
  background: url("../img/bg-light.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden; }
@media (max-width: 767px) {
  .popup-container, .popup-small_container {
    padding: 70px 32px; } }
.popup-container .close_popup, .popup-small_container .close_popup {
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer; }
.popup-container {
  max-width: 922px; }
.popup-container .btn[type=submit] {
  width: auto;
  max-width: 100%; }
@media (max-width: 576px) {
  .popup-container .btn[type=submit] {
    width: calc(100% - 32px); } }
.popup-small_container {
  max-width: 575px; }
@media (min-width: 768px) {
  .popup-small_container {
    padding-top: 25px; } }
.popup-header {
  text-align: center;
  margin-bottom: 14px; }
.popup-header-item {
  font-size: 72px;
  line-height: 32px;
  padding-top: 8px;
  font-family: "SilverlandC", serif;
  font-weight: 400;
  display: inline-block;
  color: #45342A; }
@media (max-width: 767px) {
  .popup-header-item {
    font-size: 40px;
    line-height: 22px;
    padding-top: 4px; } }
.popup-header-item:nth-last-child(n + 2) {
  padding-right: 24px;
  border-right: 2px solid #45342A;
  margin-right: 22px; }
@media (max-width: 767px) {
  .popup-header-item:nth-last-child(n + 2) {
    padding-right: 14px;
    margin-right: 12px; } }
.popup-header-item.link {
  color: rgba(69, 52, 42, 0.32); }
.popup-form {
  margin: 0 -12px; }
.popup-form .fieldset {
  margin-bottom: -16px; }
.popup-form .fieldset h2 {
  text-align: center;
  font-family: "SilverlandC", serif;
  font-size: 52px;
  width: 100%; }
.popup-form .fieldset label,
.popup-form .fieldset .label_button {
  padding: 0 12px; }
.popup-form label,
.popup-form .label_button {
  text-align: center;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.popup-form label span,
.popup-form .label_button span {
  display: block;
  font-size: 14px;
  margin-bottom: 4px; }
.popup-form label input,
.popup-form .label_button input {
  text-align: center; }
.popup-form label.required span:after,
.popup-form .label_button.required span:after {
  content: "*"; }
.popup-form label.input--name,
.popup-form .label_button.input--name {
  width: 50%; }
.popup-form input,
.popup-form .label_button .btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  border: 2px solid #45342A;
  margin: 0 0 16px;
  border-radius: 50px;
  font-size: 19px;
  background-color: transparent;
  font-family: "AmericanTypewriter", serif;
  text-align: center;
  outline: none; }
@media (max-width: 576px) {
  .popup-form input,
  .popup-form .label_button .btn {
    font-size: 16px; } }
.popup-form input::-webkit-input-placeholder,
.popup-form .label_button .btn::-webkit-input-placeholder {
  color: rgba(69, 52, 42, 0.32); }
.popup-form input:-ms-input-placeholder,
.popup-form .label_button .btn:-ms-input-placeholder {
  color: rgba(69, 52, 42, 0.32); }
.popup-form input::-ms-input-placeholder,
.popup-form .label_button .btn::-ms-input-placeholder {
  color: rgba(69, 52, 42, 0.32); }
.popup-form input::placeholder,
.popup-form .label_button .btn::placeholder {
  color: rgba(69, 52, 42, 0.32); }
.popup-form .error-text {
  display: none; }
.popup-form label.error span.error-text {
  display: block;
  font-size: 12px;
  color: #f00;
  margin-bottom: 6px; }
.popup-form label.error span.error-text ~ span {
  display: none; }
.popup-form label.error input {
  border-color: #f00; }
.popup-form input {
  /* padding-left: 32px; */ }
.popup-form .label_button .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.popup-form .label_button .btn:hover {
  background-color: #45342A;
  color: #fff; }
.popup-form label.input--gender {
  width: 110px; }
.popup-form label.input--date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.popup-form label.input--file {
  position: relative;
  width: 100%; }
.popup-form label.input--file span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  line-height: 57px;
  border: 2px solid #45342A;
  margin: 0 0 16px;
  border-radius: 50px;
  font-size: 19px;
  background-color: transparent;
  cursor: pointer; }
@media (max-width: 767px) {
  .popup-form label.input--file span {
    font-size: 17px; } }
.popup-form label.input--file span.error-text {
  display: none;
  font-size: 16px;
  border-color: #f00;
  margin: 0 0 16px; }
.popup-form label.input--file input {
  height: 1px;
  width: 1px;
  border: none;
  font-size: 0;
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto; }
.popup-form label.input--file.error .error-text {
  display: block; }
.popup-form .agree {
  width: 100%;
  margin-top: 24px;
  position: relative; }
.popup-form .agree input,
.popup-form .agree span {
  width: auto;
  display: inline-block;
  margin: 0;
  height: auto; }
.popup-form .agree input {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  height: 1px;
  width: 1px;
  opacity: 0.01;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -100%; }
.popup-form .agree input + span {
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: none; }
.popup-form .agree input + span:before {
  content: '';
  margin-right: 12px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #45342A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  top: -3px;
  border-radius: 2px; }
.popup-form .agree input:checked + span:before {
  border: none;
  background: url("../img/icon-checkbox.svg") no-repeat center;
  background-size: contain; }
.popup-form .agree .link {
  text-decoration: underline; }
.popup-form .agree .link:hover {
  text-decoration: none; }
.popup-form .col-1_of_2 {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.popup-form .col-1_of_3 {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.popup-form .warning {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1em;
  color: #f00; }
.popup .btn {
  width: 100%;
  font-size: 24px;
  height: 61px; }
@media (max-width: 1199px) {
  .popup .btn {
    font-size: 19px; } }
@media (max-width: 576px) {
  .popup .btn {
    font-size: 16px; } }
.popup .btn[type=submit] {
  margin-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 64px;
  padding-right: 64px; }
@media (max-width: 576px) {
  .popup .btn[type=submit] {
    padding-left: 12px;
    padding-right: 12px; } }

#popup-register_user .popup-form,
#popup-edit_user .popup-form {
  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;
  margin: 0 -20px; }
#popup-register_user .popup-form .fieldset,
#popup-edit_user .popup-form .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 16px;
  width: 50%; }
@media (max-width: 767px) {
  #popup-register_user .popup-form .fieldset,
  #popup-edit_user .popup-form .fieldset {
    width: 100%; } }

#popup-register_check .popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
#popup-register_check .popup-form .fieldset,
#popup-register_check .popup-form .image {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 767px) {
  #popup-register_check .popup-form .fieldset,
  #popup-register_check .popup-form .image {
    width: 100%; }
  #popup-register_check .popup-form .fieldset .btn[type=submit],
  #popup-register_check .popup-form .image .btn[type=submit] {
    width: 100%; } }
#popup-register_check .popup-form .fieldset label,
#popup-register_check .popup-form .image label {
  padding-left: 0;
  padding-right: 0; }
#popup-register_check .popup-form .image {
  padding-left: 50px; }
@media (max-width: 767px) {
  #popup-register_check .popup-form .image {
    display: none; } }
#popup-register_check .popup-form .btn {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px; }

#popup-rules .popup-rules {
  /*nothing*/ }
#popup-rules .popup-rules-container {
  width: 100%;
  max-width: 630px;
  margin: 0 auto; }
#popup-rules .popup-rules-container img {
  width: 100%; }
#popup-rules .popup-rules-item {
  width: 100%;
  margin-bottom: 40px; }
#popup-rules .popup-rules-item img {
  width: 100%; }
#popup-rules .popup-rules-item p {
  font-size: 24px;
  font-weight: 600;
  text-align: center; }
@media (max-width: 767px) {
  #popup-rules .popup-rules-item p {
    font-size: 18px; } }

#popup-enter .popup-form .link {
  text-decoration: underline;
  display: table;
  margin: 20px auto 0; }
#popup-enter .popup-form .link:hover {
  text-decoration: none; }

@media (max-width: 1199px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.header-container {
  padding-top: 16px;
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  position: relative; }
@media (max-width: 1199px) {
  .header-container {
    padding-top: 24px;
    margin-bottom: 16px; } }
@media (max-width: 767px) {
  .header-container {
    padding-top: 16px; } }

.header a,
.header .link {
  color: #45342A; }
.header a:not(.btn):hover,
.header .link:not(.btn):hover {
  text-decoration: underline; }

.header-logo {
  width: 182px;
  margin: 0 auto; }
@media (max-width: 767px) {
  .header-logo {
    width: 148px; } }

.header-mobile_buttons {
  display: none; }
@media (max-width: 1199px) {
  .header-mobile_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 34px;
    right: 34px; } }
@media (max-width: 767px) {
  .header-mobile_buttons {
    left: 0;
    right: 0;
    top: 41px; } }
.header-mobile_buttons .btn {
  width: 59px;
  height: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #45342A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .header-mobile_buttons .btn {
    width: 37px;
    height: 37px;
    padding: 9px 8px; } }
.header-mobile_buttons .btn img {
  max-height: 100%; }

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
.header-nav a,
.header-nav .btn,
.header-nav .link {
  font-size: 19px;
  font-weight: 600; }
@media (max-width: 1199px) {
  .header-nav a,
  .header-nav .btn,
  .header-nav .link {
    font-size: 32px;
    line-height: 37px; } }
@media (max-width: 767px) {
  .header-nav a,
  .header-nav .btn,
  .header-nav .link {
    font-size: 24px;
    line-height: 28px; } }
@media (max-width: 1199px) {
  .header-nav {
    display: none; } }
.header-nav-col {
  width: calc(50% - 91px - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-authorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.header-authorization .btn {
  margin-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 2px solid #45342A;
  border-radius: 50px; }
@media (max-width: 1199px) {
  .header-authorization .btn {
    background-color: #45342A;
    color: #fff; } }
.header-authorization .btn:hover {
  background-color: #45342A;
  color: #fff; }
.header-authorization .account {
  padding: 14px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative; }
@media (max-width: 1199px) {
  .header-authorization .account {
    padding: 48px 0 0; } }
.header-authorization .account-name {
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-width: 95px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: none;
  text-align: right; }
@media (max-width: 1199px) {
  .header-authorization .account-name {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center; } }
@media (max-width: 767px) {
  .header-authorization .account-name {
    font-size: 24px;
    margin-bottom: 16px; } }
.header-authorization .account-name img {
  margin-left: 5px;
  vertical-align: middle; }
@media (max-width: 1199px) {
  .header-authorization .account-name img {
    display: none; } }
.header-authorization .account-options {
  background: url("../img/bg-light.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  padding: 38px 16px 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none; }
@media (max-width: 1199px) {
  .header-authorization .account-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.header-authorization .account-options .account-options-item {
  margin-top: 18px;
  display: table;
  margin-left: auto; }
@media (max-width: 1199px) {
  .header-authorization .account-options .account-options-item {
    margin-right: auto; }
  .header-authorization .account-options .account-options-item, .header-authorization .account-options .account-options-item.link {
    margin-top: 0; }
  .header-authorization .account-options .account-options-item:nth-last-child(n + 2) {
    margin-right: 32px; } }
@media (max-width: 767px) {
  .header-authorization .account-options .account-options-item:nth-last-child(n + 2) {
    margin-right: 24px; } }
.header-authorization .account-options .account-options-item .icon {
  margin-right: 14px; }
@media (max-width: 1199px) {
  .header-authorization .account-options .account-options-item .icon {
    margin: 0;
    height: 60px;
    width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    border: 3px solid #45342A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-authorization .account-options .account-options-item .icon:hover {
    background-color: #45342A; }
  .header-authorization .account-options .account-options-item .icon:hover img {
    -webkit-filter: invert(1);
    filter: invert(1); }
  .header-authorization .account-options .account-options-item .icon img {
    width: 24px;
    height: 24px; } }
@media (max-width: 767px) {
  .header-authorization .account-options .account-options-item .icon {
    height: 37px;
    width: 37px;
    border-width: 2px; }
  .header-authorization .account-options .account-options-item .icon img {
    width: 15px;
    height: 15px; } }
.header-authorization .account-options .account-options-item .text {
  font-size: 17px;
  font-weight: 600; }
@media (max-width: 1199px) {
  .header-authorization .account-options .account-options-item .text {
    display: none; } }
.header-authorization .account-options .account-options-item.link:hover {
  text-decoration: none; }
.header-authorization .account-options .account-options-item:hover .text {
  text-decoration: underline; }
.header-authorization .account.open .account-options {
  display: block; }

.header-title {
  margin-bottom: 10px;
  line-height: 0; }
@media (max-width: 1199px) {
  .header-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px; } }

@media (max-width: 1199px) {
  .burger--open {
    display: block; }
  .burger--close {
    display: none; }
  .menu_open {
    overflow: hidden; }
  .menu_open .burger--open {
    display: none; }
  .menu_open .burger--close {
    display: block; }
  .menu_open .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #45342A url("../img/bg-light.jpg") no-repeat center;
    background-size: cover;
    z-index: 20; }
  .menu_open .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0; }
  .menu_open .header-nav {
    padding-top: 80px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative; } }
@media (max-width: 1199px) and (max-width: 767px) {
  .menu_open .header-nav {
    padding-top: 56px; } }

@media (max-width: 1199px) {
  .menu_open .header-nav a,
  .menu_open .header-nav button,
  .menu_open .header-nav > .link {
    margin-top: 1em; }
  .menu_open .header-nav-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .menu_open .header-nav-col:last-of-type {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-bottom: 40px; }
  .menu_open .header-authorization {
    -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; }
  .menu_open .header-authorization .btn {
    margin-left: 0; }
  .menu_open .header-mobile_buttons .btn {
    margin: 0 16px; }
  .menu_open .header-title {
    display: none; }
  .menu_open .header .separator {
    position: absolute;
    top: 153px;
    left: 0;
    right: 0;
    margin: 0; } }
@media (max-width: 1199px) and (max-width: 767px) {
  .menu_open .header .separator {
    top: 125px; } }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 140px; }
@media (max-width: 1199px) {
  .welcome {
    margin-top: 22px; } }
@media (max-width: 767px) {
  .welcome {
    -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;
    margin-top: 6px; } }
.welcome-photo {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 19px 22px;
  background: url("../img/frame.png") no-repeat center;
  background-size: 100%; }
@media (max-width: 767px) {
  .welcome-photo {
    width: 100%;
    max-width: 500px; } }
.welcome-photo-container {
  width: 100%;
  position: relative;
  display: block; }
.welcome-photo-container img {
  width: 100%; }
.welcome-photo-container img.filtered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }
.welcome-photo:hover img.filtered {
  opacity: 0; }
.welcome-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 52.5px;
  padding-top: 10px;
  text-align: center; }
@media (max-width: 991px) {
  .welcome-text {
    padding-left: 16px; } }
@media (max-width: 767px) {
  .welcome-text {
    width: 100%;
    max-width: 500px;
    padding-left: 0; } }
.welcome-text .arty-crafty {
  font-size: 77px;
  line-height: 0.4;
  display: inline-block; }
@media (max-width: 991px) {
  .welcome-text .arty-crafty {
    font-size: 53px; } }
.welcome-text .arty-crafty span {
  margin-bottom: 12px; }
.welcome-text .arty-crafty .orange {
  color: #EB7F34;
  text-shadow: 1px 2px 1px #45342A; }
.welcome-text .arty-crafty .arty-crafty-separator {
  margin-bottom: 30px;
  line-height: 0;
  width: 5.3em; }
@media (max-width: 767px) {
  .welcome-text .arty-crafty .arty-crafty-separator {
    margin-bottom: 25px; } }
.welcome-text .btn {
  font-size: 32px;
  padding: 18px 30px;
  margin-top: 10px; }
@media (max-width: 991px) {
  .welcome-text .btn {
    font-size: 22px;
    font-size: 16px 20px; } }
@media (max-width: 576px) {
  .welcome-text .btn {
    padding: 16px; } }
.welcome-text-disclaimer {
  margin-top: 8px;
  text-decoration: underline;
  line-height: 1.25;
  position: relative;
  display: inline-block; }
@media (max-width: 991px) {
  .welcome-text-disclaimer {
    font-size: 12px; } }
.welcome-text-disclaimer:before {
  content: "*";
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -12px; }

.rules_block {
  min-height: 225px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 -4px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 -4px 5px 0 rgba(0, 0, 0, 0.08); }
@media (max-width: 1199px) {
  .rules_block {
    min-height: 128px; } }
.rules_block:before, .rules_block:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EB7F34 url("../img/bg-newspaper.png") no-repeat top center;
  left: 0;
  right: 0;
  z-index: -1; }
.rules_block:before {
  top: -115px;
  height: 340px;
  width: 445px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.08); }
@media (max-width: 1199px) {
  .rules_block:before {
    width: 258px;
    height: 197px;
    top: -69px; } }
.rules_block:after {
  top: 0;
  bottom: 0;
  background-size: cover; }
.rules_block .container {
  position: relative; }

.rules {
  color: #fff; }
.rules-logo {
  width: 314px;
  margin: 0 auto;
  position: relative;
  top: -62px;
  margin-bottom: -38px; }
@media (max-width: 1199px) {
  .rules-logo {
    width: 182px;
    top: -40px;
    margin-bottom: -16px; } }
@media (max-width: 991px) {
  .rules-logo {
    margin-bottom: -24px; } }
.rules-logo img {
  width: 100%; }
.rules-header {
  padding: 0 56px 16px;
  position: relative; }
@media (max-width: 1199px) {
  .rules-header {
    display: table;
    margin: 0 auto;
    padding: 0 34px 10px; } }
@media (max-width: 767px) {
  .rules-header {
    padding: 0 18px 8px; } }
@media (max-width: 576px) {
  .rules-header {
    display: block;
    margin: 0 -7px; } }
.rules-header h1 {
  padding: 7px 24px 6px;
  background-color: #45342A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1; }
@media (max-width: 576px) {
  .rules-header h1 {
    padding: 5px 8px 4px; } }
.rules-header:before, .rules-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 25px solid #45342A;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }
@media (max-width: 1199px) {
  .rules-header:before, .rules-header:after {
    border-width: 19px; } }
@media (max-width: 767px) {
  .rules-header:before, .rules-header:after {
    border-width: 13px; } }
.rules-header:before {
  left: 0;
  border-left: 25px solid transparent;
  border-right-width: 48px; }
@media (max-width: 1199px) {
  .rules-header:before {
    border-left-width: 19px;
    border-right-width: 24px; } }
@media (max-width: 767px) {
  .rules-header:before {
    border-left-width: 13px;
    border-right-width: 18px; } }
.rules-header:after {
  right: 0;
  border-right: 25px solid transparent;
  border-left-width: 48px; }
@media (max-width: 1199px) {
  .rules-header:after {
    border-right-width: 19px;
    border-left-width: 24px; } }
@media (max-width: 767px) {
  .rules-header:after {
    border-right-width: 13px;
    border-left-width: 18px; } }
.rules-steps {
  margin-top: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }
@media (max-width: 1199px) {
  .rules-steps {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
@media (max-width: 767px) {
  .rules-steps {
    -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; } }
.rules-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
@media (max-width: 767px) {
  .rules-steps li:nth-last-child(n + 2) {
    margin-bottom: 30px; } }
.rules-steps-image {
  height: 290px; }
@media (max-width: 1199px) {
  .rules-steps-image {
    height: 205px;
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .rules-steps-image {
    height: auto;
    max-width: 300px; } }
.rules-steps-image img {
  max-height: 100%; }
.rules-steps .arty-crafty {
  line-height: 0.3;
  font-size: 68px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (min-width: 768px) and (max-width: 1199px) {
  .rules-steps .arty-crafty {
    font-size: 45px; } }
@media (max-width: 576px) {
  .rules-steps .arty-crafty {
    font-size: 60px; } }
.rules-steps .arty-crafty span {
  margin-top: 0.075em;
  margin-bottom: 10px; }
@media (min-width: 768px) and (max-width: 1199px) {
  .rules-steps .arty-crafty span {
    margin-top: 0.1em;
    margin-bottom: 5px; } }
.rules-steps .arty-crafty span.quoted:before {
  content: "\00AB";
  margin-right: 3px; }
.rules-steps .arty-crafty span.quoted:after {
  content: "\00BB";
  margin-left: 3px; }
.rules-steps .arty-crafty span.quoted:before, .rules-steps .arty-crafty span.quoted:after {
  font-family: "AmericanTypewriter", serif;
  font-size: 0.6em;
  position: relative;
  top: -13px; }
.rules-info {
  border-top: 3px solid #45342A;
  padding-top: 40px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (max-width: 767px) {
  .rules-info {
    display: block;
    text-align: center;
    padding-top: 24px; } }
.rules-info-item {
  padding-left: 75px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  position: relative; }
@media (max-width: 991px) {
  .rules-info-item {
    padding-left: 55px; } }
@media (max-width: 767px) {
  .rules-info-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 44px; }
  .rules-info-item:nth-last-child(n+2) {
    margin-bottom: 24px; } }
.rules-info-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../../img/rules-info-icon.svg") no-repeat center;
  background-size: contain; }
@media (max-width: 991px) {
  .rules-info-item:before {
    height: 36px;
    width: 36px; } }
@media (max-width: 767px) {
  .rules-info-item:before {
    right: 0;
    margin: auto; } }
.rules-info-item p {
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600; }
@media (max-width: 991px) {
  .rules-info-item p {
    font-size: 13px;
    padding-top: 2px; } }
@media (max-width: 767px) {
  .rules-info-item p {
    font-size: 14px;
    padding-top: 0; }
  .rules-info-item p br {
    display: none; } }
.rules-info-item .btn {
  margin-top: 16px;
  font-size: 24px;
  padding: 6px 32px; }
@media (max-width: 991px) {
  .rules-info-item .btn {
    font-size: 16px; } }

.prize {
  padding: 40px 0 32px; }
.prize h1 {
  margin-bottom: 16px; }
.prize-container {
  padding: 10px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (max-width: 767px) {
  .prize-container {
    -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;
    padding-bottom: 0; } }
.prize-item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
@media (max-width: 767px) {
  .prize-item {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin-bottom: 10px; } }
.prize-item-photo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 17px 22px;
  background: url("../img/frame.png") no-repeat center;
  background-size: 100%;
  width: 100%; }
.prize-item-text {
  margin-top: 32px;
  padding: 0 19px;
  text-align: center;
  font-family: "SilverlandC", serif;
  color: #45342A;
  font-size: 41px;
  line-height: 0.5; }
@media (max-width: 1199px) {
  .prize-item-text {
    margin-top: 16px; } }
@media (max-width: 767px) {
  .prize-item-text {
    padding: 0;
    margin-top: 8px; } }
.prize-item-text span {
  display: block;
  margin-bottom: 10px; }
.prize-item-text span.fancy {
  padding: 0 31px 9px;
  color: #fff;
  font-size: 58px;
  line-height: 0.5;
  margin-bottom: 10px;
  position: relative; }
@media (max-width: 1199px) {
  .prize-item-text span.fancy {
    font-size: 38px;
    padding: 0 18px 8px; } }
@media (max-width: 767px) {
  .prize-item-text span.fancy {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px; } }
.prize-item-text span.fancy strong {
  position: relative;
  z-index: 1;
  background-color: #45342A;
  display: block;
  padding: 15px 10px 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
@media (max-width: 1199px) {
  .prize-item-text span.fancy strong {
    padding-top: 12px; } }
.prize-item-text span.fancy:before, .prize-item-text span.fancy:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 17px solid #45342A;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }
@media (max-width: 1199px) {
  .prize-item-text span.fancy:before, .prize-item-text span.fancy:after {
    border-width: 13px; } }
.prize-item-text span.fancy:before {
  left: 0;
  border-left: 17px solid transparent;
  border-right-width: 22px; }
@media (max-width: 1199px) {
  .prize-item-text span.fancy:before {
    border-left-width: 13px;
    border-right-width: 20px; } }
.prize-item-text span.fancy:after {
  right: 0;
  border-right: 17px solid transparent;
  border-left-width: 22px; }
@media (max-width: 1199px) {
  .prize-item-text span.fancy:after {
    border-right-width: 13px;
    border-left-width: 20px; } }
.prize-item-text span.fancy.orange strong {
  background-color: #EB7F34; }
.prize-item-text span.fancy.orange:before, .prize-item-text span.fancy.orange:after {
  border-color: #EB7F34; }
.prize-item-text span.fancy.orange:before {
  border-left-color: transparent; }
.prize-item-text span.fancy.orange:after {
  border-right-color: transparent; }

.winners {
  padding: 40px 0 48px; }
.winners h1 {
  margin-bottom: 40px; }
.winners-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px; }
@media (max-width: 767px) {
  .winners-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
    margin-bottom: 48px; } }
.winners-filters-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 61px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
@media (max-width: 991px) {
  .winners-filters-item {
    height: 47px; } }
.winners-filters-item:nth-last-child(n+2) {
  margin-right: 24px; }
@media (max-width: 991px) {
  .winners-filters-item:nth-last-child(n+2) {
    margin-right: 20px; } }
@media (max-width: 767px) {
  .winners-filters-item:nth-last-child(n+2) {
    margin-right: 0;
    margin-bottom: 16px; } }
.winners-filters-item .btn {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  color: #fff;
  border: 2px solid #fff; }
@media (max-width: 991px) {
  .winners-filters-item .btn {
    font-size: 14px; } }
.winners-filters-item .btn.search {
  padding-left: 54px;
  padding-right: 1em;
  position: relative;
  cursor: text;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 22px 17px;
  background-size: 24px;
  min-width: 245px; }
@media (max-width: 991px) {
  .winners-filters-item .btn.search {
    background-size: 18px;
    background-position: 12px 12px;
    padding-left: 28px;
    padding-right: 0; } }
@media (max-width: 767px) {
  .winners-filters-item .btn.search {
    text-align: center;
    padding-left: 28px;
    padding-right: 28px; } }
.winners-filters-item:not(.active) .btn {
  opacity: 0.24; }
.winners-filters-item:not(.active) .btn:hover, .winners-filters-item:not(.active) .btn:active, .winners-filters-item:not(.active) .btn:focus {
  opacity: 1; }
.winners-filters-item.active .btn {
  background-color: #EB7F34;
  border-color: #EB7F34; }
.winners-filters-item.active .btn::-webkit-input-placeholder {
  color: #fff; }
.winners-filters-item.active .btn:-ms-input-placeholder {
  color: #fff; }
.winners-filters-item.active .btn::-ms-input-placeholder {
  color: #fff; }
.winners-filters-item.active .btn::placeholder {
  color: #fff; }
.winners-filters-item.active .btn:not(.search) {
  cursor: default; }
.winners-alert {
  text-align: center;
  font-size: 19px; }
.winners-table-wrapper {
  width: 100%;
  overflow: auto; }
.winners-table {
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px; }
.winners-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.winners-table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.16); }
.winners-table td {
  padding: 25px 0;
  white-space: nowrap; }
.winners-table td:nth-child(n + 2) {
  padding-left: 30px; }
@media (min-width: 992px) {
  .winners-table td:nth-child(n + 3) {
    text-align: right; } }

.pagination {
  text-align: center; }
.pagination > * {
  margin: 0 6px; }
.pagination .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-weight: 600;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px; }
.pagination .btn img {
  height: 13px; }
.pagination .btn:not(.active):not(:hover) {
  opacity: 0.16; }
.pagination .btn.active {
  cursor: default; }
.pagination .empty {
  opacity: 0.16; }

.products {
  padding: 40px 0 8px; }
@media (max-width: 767px) {
  .products {
    padding: 24px 0 27px; } }
.products h1 {
  margin-bottom: 16px; }
.products-container {
  margin: 40px 0 48px;
  padding: 0 58px 16px;
  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;
  position: relative;
  z-index: 1; }
@media (max-width: 1199px) {
  .products-container {
    padding: 0 25px 10px; } }
@media (max-width: 767px) {
  .products-container {
    -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;
    padding: 0;
    margin: 0; } }
.products-container:before, .products-container:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  width: 0;
  height: 0;
  border: 25px solid #EB7F34;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24)); }
@media (max-width: 1199px) {
  .products-container:before, .products-container:after {
    border-width: 15px; } }
@media (max-width: 767px) {
  .products-container:before, .products-container:after {
    display: none; } }
.products-container:before {
  left: 0;
  border-left-color: transparent;
  border-right-width: 48px; }
@media (max-width: 1199px) {
  .products-container:before {
    border-right-width: 30px; } }
.products-container:after {
  right: 0;
  border-right-color: transparent;
  border-left-width: 48px; }
@media (max-width: 1199px) {
  .products-container:after {
    border-left-width: 30px; } }
.products-item {
  width: 33.333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .products-item {
    width: 100%;
    margin-top: 24px; } }
.products-item:first-child:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 50px;
  right: 50px;
  height: 83px;
  background-color: #EB7F34;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
@media (max-width: 1199px) {
  .products-item:first-child:before {
    height: 50px;
    left: 30px;
    right: 30px;
    bottom: 10px; } }
@media (max-width: 767px) {
  .products-item:first-child:before {
    display: none; } }
.products-item img {
  margin-bottom: 22px; }
@media (max-width: 1199px) {
  .products-item img {
    max-width: 120px; } }
.products-item p {
  font-size: 24px;
  line-height: 28px;
  padding: 14px 20px;
  color: #fff;
  position: relative; }
@media (max-width: 1199px) {
  .products-item p {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 16px; } }
@media (max-width: 767px) {
  .products-item p {
    padding: 0 10px 8px;
    font-size: 18px;
    line-height: 21px; }
  .products-item p span {
    background-color: #EB7F34;
    display: block;
    padding: 6px 17px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
  .products-item p:before, .products-item p:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 13px solid #EB7F34;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.24)); }
  .products-item p:before {
    left: -8px;
    border-left-color: transparent;
    border-right-width: 18px; }
  .products-item p:after {
    right: -8px;
    border-right-color: transparent;
    border-left-width: 18px; } }

.video {
  padding: 40px 0 118px; }
@media (max-width: 1199px) {
  .video {
    padding: 24px 0 32px; } }
.video h1 {
  margin-bottom: 54px; }
@media (max-width: 1199px) {
  .video h1 {
    margin-bottom: 34px; } }
.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.footer {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.footer-conditions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.65; }
@media (max-width: 991px) and (min-width: 768px) {
  .footer-conditions {
    font-size: 12px; } }
@media (max-width: 767px) {
  .footer-conditions {
    text-align: center; } }
.footer-contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 2px solid #45342A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1199px) {
  .footer-contact {
    padding-left: 24px;
    margin-left: 16px; } }
@media (max-width: 767px) {
  .footer-contact {
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-top: 24px;
    border-top: 2px solid #45342A;
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.footer-contact-header {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(69, 52, 42, 0.5);
  margin-bottom: 8px; }
@media (max-width: 767px) {
  .footer-contact .social {
    text-align: center;
    margin-bottom: 16px; } }
.footer-contact .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px) {
  .footer-contact .social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.footer-contact .social ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #45342A;
  box-sizing: border-box; }
.footer-contact .social ul li:nth-last-child(n+2) {
  margin-right: 14px; }
@media (max-width: 991px) and (min-width: 768px) {
  .footer-contact .social ul li:nth-last-child(n+2) {
    margin-right: 11px; } }
.footer-contact .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }
.footer-contact .social ul li:hover {
  background-color: #45342A; }
.footer-contact .social ul li:hover img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1); }
.footer-contact .hot_line {
  margin-left: 66px;
  text-align: right; }
@media (max-width: 991px) {
  .footer-contact .hot_line {
    margin-left: 16px; } }
@media (max-width: 767px) {
  .footer-contact .hot_line {
    margin-left: 0;
    text-align: center; } }
.footer-contact .hot_line-number {
  font-family: "SilverlandC", serif;
  font-size: 46px;
  line-height: 0.4;
  color: #45342A; }
.footer-contact .hot_line-email {
  display: block;
  font-size: 16px;
  line-height: 0.4;
  color: #45342A;
  margin-top: 14px;
  padding-bottom: 10px; }
.footer-contact .hot_line-time {
  font-weight: 700;
  font-size: 10px;
  color: #45342A; }
/*# sourceMappingURL=style.css.map */
