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

html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif; }

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

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/bg.jpg) 50% 50% no-repeat; }

.page-layout {
  min-height: 100%;
  padding-bottom: 129px;
  position: relative; }

.c-layout {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

/*c-tooltip*/
.c-tooltip {
  cursor: help; }
  .c-tooltip::after {
    background: #e8e8e8;
    border-radius: 8px 8px 8px 0px;
    content: attr(data-tooltip);
    /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    margin-top: -24px;
    margin-left: -13px;
    opacity: 0;
    /* Наш элемент прозрачен... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    /* ...и скрыт. */
    color: #585858;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    font-size: 0.6875rem;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* Добавить плавности по вкусу */ }
  .c-tooltip:hover::after {
    opacity: 1;
    /* Показываем его */
    visibility: visible; }

.page-center {
  position: fixed;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%); }

input[type="checkbox"] {
  display: none; }

.c-checkbox-label {
  padding-left: 37px;
  position: relative;
  cursor: pointer; }
  .c-checkbox-label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background-color: #eee; }
  .c-checkbox-label::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid #eee; }

input[type="checkbox"]:checked + .c-checkbox-label {
  color: #c864c5; }

input[type="checkbox"]:checked + .c-checkbox-label::before {
  content: '';
  background-color: #c864c5; }

input[type="checkbox"]:checked + .c-checkbox-label::after {
  border-color: #c864c5; }

/***************************************
header
***************************************/
.header {
  margin-top: 38px;
  margin-bottom: 52px; }
  .header-layout::after {
    content: '';
    clear: both;
    display: block; }
  .header-top {
    float: left; }
  .header-left {
    float: left; }
  .header-right {
    float: right; }
  .header-title {
    margin: 0;
    font-family: 'Whitney-Bold', sans-serif;
    font-size: 4.75em;
    color: #c864c5;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: right;
    line-height: .8; }
    .header-title span {
      font-size: 6.875rem; }
  .header-subtitle {
    margin: 0;
    font-family: 'Whitney-Bold', sans-serif;
    font-size: 4.375em;
    color: #c864c5;
    text-align: right;
    line-height: .9;
    margin-bottom: 30px; }
  .header-text {
    font-size: 1.875em;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 76px; }
  .header-exhortation {
    font-weight: 400; }
    .header-exhortation--color-1 {
      color: #c864c5; }
    .header-exhortation--color-2 {
      color: #00a0dd; }
    .header-exhortation--color-3 {
      color: #6fc054; }

.с-conditions {
  text-align: right;
  margin-right: 23px; }
  .с-conditions-title {
    text-transform: uppercase;
    color: #545066;
    font-size: 1.125rem;
    font-family: 'Whitney-Bold', sans-serif; }
  .с-conditions-link {
    color: #575757;
    font-size: 0.875rem; }

.c-btn-down {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #c864c5;
  position: relative;
  margin: 58px 0; }
  .c-btn-down::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 17px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 17px;
    height: 1px;
    background-color: #c864c5; }
  .c-btn-down::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 29px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 17px;
    height: 1px;
    background-color: #c864c5; }

.c-btn-add {
  display: block;
  color: #423e52;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase;
  vertical-align: middle; }
  .c-btn-add__icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #eee;
    margin-right: 8px;
    position: relative; }
    .c-btn-add__icon::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 17px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #7d7a8a; }
    .c-btn-add__icon::after {
      content: '';
      position: absolute;
      width: 17px;
      height: 1px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #7d7a8a; }
  .c-btn-add__text {
    vertical-align: top;
    display: inline-block; }
  .c-btn-add:hover .c-btn-add__icon {
    background-color: #c864c5;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .c-btn-add:hover .c-btn-add__icon::after,
  .c-btn-add:hover .c-btn-add__icon::before {
    background-color: #fff; }

.c-btn-search {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .c-btn-search:hover {
    border-radius: 50%;
    background-color: #c864c5;
    color: #fff; }
  .c-btn-search + .c-input {
    border-radius: 50px; }

/***************************************
content
***************************************/
.content {
  margin-bottom: 64px; }

/*start style select*/
.search-icon::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002"; }

input[type="search"] {
  width: 100%;
  padding: 16px 13px;
  background-color: transparent;
  outline: none;
  border-radius: 8px;
  border: 1px solid #ccc;
  font: 0.875rem "Roboto", sans-serif;
  text-indent: 12px;
  color: #333;
  outline: none;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-input-placeholder {
  color: #333; }

input[type="search"]::-moz-input-placeholder {
  color: #333; }

input[type="search"]:-ms-input-placeholder {
  color: #333; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: white;
  text-align: left;
  cursor: pointer; }

input[type="search"]::-webkit-search-cancel-button:before, input[type="search"]::-webkit-search-results-button:before, input[type="search"]::-webkit-search-results-decoration:before {
  position: absolute;
  content: 'x';
  font-style: normal; }

input[type="search"]:invalid::-webkit-search-cancel-button:before, input[type="search"]:invalid::-webkit-search-results-button:before, input[type="search"]:invalid::-webkit-search-results-decoration:before {
  font-family: "entypo";
  content: attr(data-icon); }

input[type="search"] + label {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 100%;
  cursor: pointer; }

input[type="search"] + label:before {
  position: absolute;
  content: 'В каком отделе вы совершили покупку?';
  left: 24px;
  width: 100%;
  color: #fff;
  font: bold 14px/20px "Arial", sans-serif;
  text-align: left;
  display: none; }

input[type="search"] + label:after {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
  content: '\25BE'; }

input[type="search"]:focus::-webkit-input-placeholder {
  font-weight: normal;
  color: #fff; }

input[type="search"]:focus::-moz-input-placeholder {
  font-weight: normal;
  color: #fff; }

input[type="search"]:focus:-ms-input-placeholder {
  font-weight: normal;
  color: #fff; }

input[type="search"]:focus:invalid + label:before {
  display: none; }

input[type="search"]:focus:invalid + label:after {
  margin-left: 4px;
  content: attr(data-icon); }

input[type="search"]:valid + label {
  display: none; }

.ui-autocomplete {
  width: 190px;
  max-height: 180px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #eee;
  color: #333;
  border-width: 4px 4px 4px 0;
  border-style: solid;
  border-color: #eee; }

.ui-autocomplete ul {
  list-style: none; }

.ui-autocomplete li {
  height: 36px;
  margin: 0;
  font: bold 14px/36px Arial, Helvetica, sans-serif;
  white-space: nowrap; }

.ui-autocomplete li:hover {
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #c864c5;
  color: #fff; }

.ui-autocomplete li a {
  display: block;
  padding: 0 12px;
  cursor: pointer; }

/*end style select*/
.l-btn {
  margin-bottom: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .l-btn--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .l-btn--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .l-btn--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .l-btn .c-btn {
    display: inline-block; }
    .l-btn .c-btn--large {
      padding: 22px 66px; }
    .l-btn .c-btn--medium {
      padding: 16px 22px; }
    .l-btn .c-btn-info {
      color: #7d7a8a;
      font-size: 0.875rem;
      width: 50%;
      margin-bottom: 14px;
      text-align: center; }
      .l-btn .c-btn-info a {
        color: #c864c5;
        border-bottom: 1px dotted #c864c5;
        text-decoration: none; }
  .l-btn--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.с-btn,
button.c-btn {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  padding: 8px 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 1;
  background-color: #c864c5;
  position: relative; }
  .с-btn:hover,
  button.c-btn:hover {
    opacity: .9; }

.c-form-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-form-item {
  position: relative;
  margin-bottom: 20px;
  width: 27%; }
  .c-form-item__title {
    margin-bottom: 8px; }
  .c-form-item--viber {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    text-align: center; }
  .c-form-item--search-department {
    width: 43%; }

.c-input {
  font: 15px Arial, sans-serif;
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  padding: 16px 13px;
  background-color: transparent;
  outline: none;
  border-radius: 8px;
  border: 1px solid #ccc; }
  .c-input:focus {
    border-color: #c864c5; }
  .c-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7d7a8a; }
  .c-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7d7a8a; }
  .c-input::placeholder {
    color: #7d7a8a; }

.c-label {
  position: absolute;
  left: 14px;
  top: 6px;
  color: #111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px; }

.effect-17 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0; }

.effect-17 ~ label {
  position: absolute;
  left: 13px;
  top: 17px;
  color: #aaa;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px; }

.effect-17:focus ~ label,
.has-content.effect-17 ~ label {
  top: 6px;
  font-size: 11px;
  color: #c864c5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/***************************************
footer
***************************************/
.footer {
  background: #1b1b38 url("../img/footer-bg.png") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -129px; }
  .footer-logo {
    display: inline-block;
    padding: 35px 0 22px;
    color: #a2b1c3;
    font: 14px 'Roboto', sans-serif;
    text-decoration: none; }
    .footer-logo:hover div {
      color: #fff; }
  .footer-social {
    position: absolute;
    right: 18px;
    top: 18px; }
    .footer-social_item {
      display: inline-block;
      width: 23px;
      height: 23px; }
      .footer-social_item:hover {
        opacity: .8; }

/***************************************
auth
***************************************/
.auth {
  width: 300px; }
  .auth-logo {
    width: 130px;
    margin: 0 auto 20px; }
    .auth-logo img {
      width: 100%;
      height: auto; }
  .auth .c-form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .auth .c-form-item {
    width: 100%; }
  .auth .fa {
    margin-right: 6px; }
  .auth .fa-eye-slash,
  .auth .fa-eye {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }

/***************************************
user
***************************************/
.user-header {
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.user .c-form-item {
  width: 400px;
  margin: 0; }

.user-entry {
  text-align: right; }
  .user-entry_name {
    color: #7d7a8a;
    font-size: 0.9375rem;
    margin-bottom: 5px; }
  .user-entry_link {
    color: #7d7a8a;
    text-decoration: none;
    font-size: 0.8125rem;
    text-transform: lowercase; }

.user .fa {
  margin-right: 6px; }

.user-content {
  padding: 22px;
  color: #505050; }
  .user-content_id {
    font-size: 1rem; }
  .user-content_title {
    font-size: 2.25rem;
    margin: 8px 0;
    line-height: .95; }
  .user-content_tel {
    font-size: 1.5rem; }

.user-data {
  display: table;
  width: 100%;
  margin: 40px 0; }
  .user-data_header {
    display: table-header-group; }
    .user-data_header .user-data_cell {
      border-bottom: 1px solid #000; }
  .user-data_row-group {
    display: table-row-group; }
    .user-data_row-group .user-data_cell:last-child,
    .user-data_row-group .user-data_cell:nth-child(5) {
      text-align: center; }
  .user-data_row {
    display: table-row;
    border-bottom: 1px solid #000; }
    .user-data_row:hover {
      background-color: #f7f7f7; }
  .user-data_cell {
    display: table-cell;
    padding: 8px 18px;
    font-size: 0.8125rem;
    vertical-align: middle; }
    .user-data_cell:nth-child(3) {
      white-space: nowrap; }
    .user-data_cell--department {
      width: 22%; }
    .user-data_cell--entity {
      width: 55%; }
    .user-data_cell--sum {
      white-space: nowrap;
      width: 17%; }
    .user-data_cell--date {
      white-space: nowrap;
      width: 15%; }
    .user-data_cell--coupon {
      width: 13%; }
    .user-data_cell--actions {
      width: 25%; }
  .user-data .fa {
    cursor: pointer;
    font-size: 1rem; }
    .user-data .fa:hover {
      color: #c864c5; }

/***************************************
search
***************************************/
.search {
  width: 30vw; }
  .search .c-form,
  .search .c-form-item {
    width: 100%; }

@media all and (max-width: 800px) {
  .search {
    width: 60vw; } }

@media all and (max-width: 380px) {
  .search {
    width: 90vw; } }

/***************************************
media
***************************************/
@media all and (max-width: 1150px) {
  .page-layout,
  .content,
  .c-form-list,
  .c-layout {
    width: 100%; }
  .c-layout {
    padding: 0 20px; } }

@media all and (max-width: 1110px) and (min-width: 1040px) {
  .header-top {
    font-size: 88%; } }

@media all and (max-width: 1040px) {
  .header {
    margin-bottom: 0; }
  .header-top,
  .header-title,
  .header-subtitle {
    text-align: center; }
  .header-layout {
    padding: 0 30px; }
  .header-top {
    width: 100%; }
  .header-left {
    width: 60%; }
  .header-image img {
    width: 68%;
    height: auto; }
  .header-right {
    width: 40%;
    text-align: center; }
  .с-conditions {
    margin: 0 0 20px 0;
    text-align: center; }
  .header .l-btn {
    -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; }
  .c-btn-down {
    margin: 30px 0; } }

@media all and (max-width: 980px) {
  .header-top {
    float: none;
    width: 100%; }
    .header-top::after {
      content: '';
      clear: both;
      display: block; }
  .header-exhortation--color-1,
  .header-exhortation--color-2,
  .header-exhortation--color-3 {
    display: block; } }

@media all and (max-width: 940px) {
  .user-content {
    padding: 0; }
  .user-data_cell--entity {
    width: 40%; }
  .c-form-item {
    width: 25%; }
  .c-form-item--search-department {
    width: 48%; } }

@media all and (max-width: 820px) {
  .header-left {
    float: none;
    width: 100%; }
  .header .l-btn {
    width: 100%; }
  .с-conditions {
    margin: -60px 0 20px 0;
    text-align: right; }
  .header-image img {
    width: 175px; } }

@media all and (max-width: 720px) {
  .header {
    margin-top: 20px; }
  .header-layout {
    padding: 0; }
  .header-top {
    font-size: 80%;
    margin-bottom: 35px; }
  .header-title span {
    font-size: 1.75em; }
  .header-logo img {
    width: 50%; }
  .header-top {
    text-align: left; }
  .header-title, .header-subtitle {
    text-align: right; } }

@media all and (max-width: 700px) {
  .user-data_header {
    display: none; }
  .user-data,
  .user-data_cell,
  .user-data_row-group {
    display: block;
    padding: 0; }
  .user-data_cell {
    font-size: 0.875rem;
    text-align: left !important; }
  .user-data_mobile-item {
    display: block;
    width: 100%;
    padding: 20px 56px 20px 20px;
    margin-bottom: 20px;
    background-color: #eee;
    border: none;
    position: relative; }
  .user-data_mobile--department {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 6px; }
  .user-data_mobile--entity {
    margin-bottom: 20px; }
  .user-data_mobile--sum:before {
    content: 'Сумма: '; }
  .user-data_mobile--date:before {
    content: 'Дата: '; }
  .user-data_mobile--coupon {
    text-align: left; }
    .user-data_mobile--coupon:before {
      content: 'Количество купонов: '; }
  .user-data_mobile--actions {
    position: absolute;
    right: 14px;
    top: 16px;
    text-align: right; }
    .user-data_mobile--actions .fa {
      display: block;
      margin: 0;
      padding: 8px;
      font-size: 1.25rem; }
  .c-tooltip::after {
    content: '';
    display: none; }
  .user-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .user-header .c-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  .user-header .c-form-item {
    width: 100%; }
  .user-header .user-entry {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 14px; } }

@media all and (max-width: 680px) {
  .header-top {
    float: none;
    width: 100%; }
    .header-top::after {
      content: '';
      clear: both;
      display: block; }
  .c-form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-form-item {
    width: 100%; }
  .l-btn .c-btn-info {
    width: 80%; }
  input[type="search"] + label:before {
    content: '';
    width: auto; }
  .c-form-item--viber {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: left; } }

@media all and (max-width: 580px) {
  .c-layout {
    padding: 0 10px; }
  .header-top {
    font-size: 60%; }
  .header-title span {
    font-size: 1.4em; }
  .header-text {
    font-size: 1.5em;
    line-height: 1.4; }
  .header-image img {
    width: 160px; }
  .с-conditions {
    margin: -60px 40px 20px 0; }
  .l-btn--down {
    display: none; }
  .l-btn .c-btn {
    width: 100%; }
  .header .с-btn {
    margin: 18px 0; }
    .header .с-btn::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 53px;
      height: 22px;
      background: url(../img/arrow-down.svg) 0 0 no-repeat; }
  .content {
    margin-bottom: 33px; } }

@media all and (max-width: 480px) {
  .header-top {
    font-size: 50%; } }

@media all and (max-width: 390px) {
  .header-right {
    width: 44%;
    text-align: right; }
  .header-image img {
    width: 100%; }
  .header-text {
    font-size: 1.2em; }
  .с-conditions-title {
    font-size: 0.875rem; }
  .с-conditions {
    margin: -66px 48px 20px 0; }
  .header-top {
    font-size: 47%;
    margin-bottom: 14px; }
  .header-subtitle {
    margin: 0; } }
