html {
  font-size: 13px;
}

@media (max-width: 1399px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1399px) {
  body {
    font-size: 12px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14rem;
}

.headline {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.title {
  font-style: normal;
  font-size: 1.23rem;
  line-height: 1.23em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header_medium {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}

.menu_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 0.92rem;
  line-height: 0.92rem;
  color: rgba(0, 0, 0, 0.539261);
}

.zip_file_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.zip_file_input + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.no-js .zip_file_input + label {
  display: none;
}

.zip_file_input:focus + label,
.zip_file_input.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.zip_file_input + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.zip_file_input + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 1 */

.zip_file_input-1 + label {
  color: #f1e5e6;
  background-color: #990033;
}

.zip_file_input-1 + label span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.16rem;
  line-height: 1.16rem;
}

.zip_file_input-1:focus + label,
.zip_file_input-1.has-focus + label,
.zip_file_input-1 + label:hover {
  background-color: #b3003c;
}

/* style 2 */

.zip_file_input-2 + label {
  color: #d3394c;
  border: 2px solid currentColor;
}

.zip_file_input-2:focus + label,
.zip_file_input-2.has-focus + label,
.zip_file_input-2 + label:hover {
  color: #722040;
}

/* style 3 */

.zip_file_input-3 + label {
  color: #d3394c;
}

.zip_file_input-3:focus + label,
.zip_file_input-3.has-focus + label,
.zip_file_input-3 + label:hover {
  color: #722040;
}

/* style 4 */

.zip_file_input-4 + label {
  color: #d3394c;
}

.zip_file_input-4:focus + label,
.zip_file_input-4.has-focus + label,
.zip_file_input-4 + label:hover {
  color: #722040;
}

.zip_file_input-4 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.zip_file_input-4:focus + label figure,
.zip_file_input-4.has-focus + label figure,
.zip_file_input-4 + label:hover figure {
  background-color: #722040;
}

.zip_file_input-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

/* style 5 */

.zip_file_input-5 + label {
  color: #d3394c;
}

.zip_file_input-5:focus + label,
.zip_file_input-5.has-focus + label,
.zip_file_input-5 + label:hover {
  color: #722040;
}

.zip_file_input-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #d3394c;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.zip_file_input-5:focus + label figure,
.zip_file_input-5.has-focus + label figure,
.zip_file_input-5 + label:hover figure {
  background-color: #722040;
}

.zip_file_input-5 + label figure::before,
.zip_file_input-5 + label figure::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.zip_file_input-5 + label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}

.zip_file_input-5 + label figure::after {
  border-bottom: 20px solid #722040;
  border-right: 20px solid transparent;
}

.zip_file_input-5:focus + label figure::after,
.zip_file_input-5.has-focus + label figure::after,
.zip_file_input-5 + label:hover figure::after {
  border-bottom-color: #d3394c;
}

.zip_file_input-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

/* style 6 */

.zip_file_input-6 + label {
  color: #d3394c;
}

.zip_file_input-6 + label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

.zip_file_input-6:focus + label,
.zip_file_input-6.has-focus + label,
.zip_file_input-6 + label:hover {
  border-color: #722040;
}

.zip_file_input-6 + label span,
.zip_file_input-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.zip_file_input-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.zip_file_input-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.zip_file_input-6:focus + label strong,
.zip_file_input-6.has-focus + label strong,
.zip_file_input-6 + label:hover strong {
  background-color: #722040;
}

@media screen and (max-width: 50em) {
  .zip_file_input-6 + label strong {
    display: block;
  }
}

.zip_form {
  padding-left: 0;
  padding-right: 0;
}

.zip_form .one_input_block {
  margin-bottom: 11px;
}

.zip_form .main_label {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.14rem;
  color: #333333;
}

.zip_form .main_label.required:after {
  content: "*";
  color: #990033;
}

.zip_form .zip_form_input {
  border: 1px solid #bdbdbd;
  border-radius: 0;
}

.zip_form .zip_form_input:focus,
.zip_form .zip_form_input:active {
  outline: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.zip_form .contact_form_btn {
  width: 100%;
  background-color: #990033;
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.42rem;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-radius: 0;
}

.zip_form .contact_form_btn:hover,
.zip_form .contact_form_btn:active,
.zip_form .contact_form_btn:focus {
  outline: none;
}

.zip_form .error {
  color: #990033;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

.contacts_section .one_block {
  margin-bottom: 40px;
}

.contacts_section .one_block a {
  color: #333333;
}

.contacts_section .one_block a:hover {
  color: #990033;
  text-decoration: none;
}

.contacts_section .one_block .section_heading_block {
  display: flex;
}

.contacts_section .one_block .section_heading_block .icon {
  margin-right: 5px;
}

.contacts_section .one_block .section_heading_block .section_heading {
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.64rem;
  color: #333333;
  border-bottom: 3px solid #990033;
}

.contacts_section .one_block .contacts_table .info_label {
  font-weight: 500;
}

.contacts_section .one_block .contacts_table .fab {
  font-size: 1.28rem;
}

.contacts_section .contacts_contact_form .zip_form .accent_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.contacts_section .contacts_contact_form .zip_form .accent_btn:hover,
.contacts_section .contacts_contact_form .zip_form .accent_btn:active,
.contacts_section .contacts_contact_form .zip_form .accent_btn:focus {
  outline: none;
}

@media (max-width: 768px) {
  .contacts_section .map_block {
    margin-top: 20px;
  }
}

.trademark_banner {
  object-fit: contain;
  width: 100%;
}