@charset "UTF-8";
.font-1, .font-1 a {
  font-size: 30px;
  font-weight: 700;
  color: #6C362D;
  text-transform: uppercase; }

.font-2 {
  font-size: 20px;
  font-weight: 700;
  color: #6C362D;
  text-transform: uppercase; }

.font-3 {
  font-size: 36px;
  font-weight: 700;
  color: #6C362D;
  text-transform: uppercase; }

.font-4, .font-4 a {
  font-size: 20px;
  font-weight: 400;
  color: #7D6965; }

.font-5 {
  font-size: 20px;
  font-weight: 500;
  color: #6C362D; }

.font-6 {
  font-size: 24px;
  font-weight: 400;
  color: #6C362D;
  text-transform: uppercase; }

.font-7, .font-7 a {
  font-size: 24px;
  font-weight: 400;
  color: #000000; }

.font-8 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase; }

.font-9 {
  font-size: 18px;
  font-weight: 500;
  color: #6C362D;
  text-transform: uppercase; }

.font-10, .font-10 a {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.font-11 {
  font-size: 20px;
  font-weight: 500;
  color: #898989; }

@media (max-width: 992px) {
  .font-11 {
    font-size: 18px; } }
@media (max-width: 768px) {
  .font-3 {
    font-size: 30px; }

  .font-6 {
    font-size: 20px; }

  .font-7 {
    font-size: 22px; }

  .font-8 {
    font-size: 26px; }

  .font-11 {
    font-size: 20px; } }
@media (max-width: 576px) {
  .font-1, .font-10, .font-3 {
    font-size: 28px; }

  .font-5 {
    font-size: 18px; }

  .font-6, .font-7 {
    font-size: 20px; }

  .font-8 {
    font-size: 24px; } }
html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Rubik', sans-serif;
  font-size: 100%;
  color: #6C362D; }

.debug {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 50px;
  font-size: 10px;
  padding: 3px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9); }

.debug span {
  margin: 0px 5px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: white; }

h2 {
  line-height: 0.9;
  margin: 45px auto;
  width: 80%; }

h3 {
  margin-bottom: 40px; }

.btn-partner {
  background: #fabd4c;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ffffff; }

#contact_form {
  display: none;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  max-width: 500px; }

.contact_form_content {
  width: 100%;
  padding: 10%; }

.button_form_close {
  cursor: pointer; }

.link_form_close {
  cursor: pointer;
  text-decoration: underline; }

.form_header {
  margin-bottom: 20px;
  margin-top: -20px;
  width: 100%;
  display: flex; }

.form_header_text {
  width: 100%;
  margin: auto;
  margin-left: 0; }

.form_header_text h2 {
  margin: 0px 0px 0px;
  font-size: var(--font-size-6);
  font-weight: 600;
  padding: 0; }

.form_header_button {
  width: 20px;
  margin: auto;
  margin-right: 0; }

.form_header_button img {
  width: 100%; }

.form_inputs {
  width: 100%; }

#glass {
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

#div_call_file {
  display: none; }

.cf_input {
  margin-bottom: 15px; }

.contact_form_fields .cf_line {
  width: 100%; }
.contact_form_fields .cf_line .text_3 {
  font-size: var(--font-size-3);
  margin-bottom: 20px; }

#call_submitPlace {
  display: flex; }

.button_send_message {
  margin: auto; }

#form_message {
  width: calc(100% - 100px);
  margin: 10px 0px 20px;
  font-size: var(--font-size-5); }

#contact_form input[type="text"], #contact_form input[type="tel"], #contact_form input[type="number"] {
  width: 100%; }

/* убираем стрелки у поля number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type='number'] {
  -moz-appearance: textfield; }

.line {
  width: 100%;
  height: 1px;
  background-color: #e9f1f3;
  background-image: url("/partnerstvo_html/images/line.png"); }

.whatsapp-add {
  position: fixed;
  z-index: 9000;
  bottom: 35px;
  right: 90px; }

.whatsapp-add-inner {
  position: relative; }

.whatsapp-add-inner .back img {
  -webkit-filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.3)); }

.whatsapp-add-inner .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  color: #000000;
  font-size: 15px; }

/*# sourceMappingURL=base.css.map */
