@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #069dd5;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_container {
  width: 100%;
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.inner_page {
  padding: 40px 0 65px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.partners_list {
  padding: 40px 0 0;
}
.partners_list ul {
  display: flex;
  background: #1A1A1A;
}
.partners_list li {
  height: 150px;
  flex: 1;
}
.partners_list li:last-child a {
  border-right: none;
}
.partners_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
}
.partners_list a:hover {
  background: linear-gradient(180deg, #B39058 0%, #C59F61 100%);
}
.partners_list a:active {
  background: linear-gradient(180deg, #B39058 0%, #C59F61 100%);
}

.contact_info {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  font-size: 140%;
  font-family: "bold";
  line-height: 18px;
}
.contact_info .address_info {
  color: #333333;
  padding-right: 40px;
}
.contact_info .mail_info {
  color: #005836;
  display: block;
  white-space: nowrap;
}
.contact_info .mail_info:hover {
  color: rgba(0, 88, 54, 0.7);
}
.contact_info .mail_info:active {
  color: rgba(0, 88, 54, 0.7);
}

@media (max-width: 991px) {
  .partners_list li {
    height: 130px;
  }
  .partners_list a {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .partners_list li {
    height: 100px;
  }
  .partners_list a {
    padding: 10px;
  }

  .contact_info {
    font-size: 120%;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .partners_list ul {
    flex-wrap: wrap;
  }
  .partners_list li {
    max-width: 33.334%;
    flex: 33.334%;
    height: 100px;
  }
  .partners_list li:nth-child(3) a {
    border-right: none;
  }
  .partners_list li:nth-child(n+4) a {
    border-bottom: none;
  }
  .partners_list a {
    padding: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }

  .contact_info {
    padding-top: 40px;
    font-size: 140%;
    line-height: 18px;
    flex-direction: column;
    align-items: center;
  }
  .contact_info .address_info {
    padding: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .contact_info {
    font-size: 120%;
    line-height: 15px;
  }
}
@media (max-width: 399px) {
  .partners_list li {
    max-width: 50%;
    flex: 50%;
  }
  .partners_list li:nth-child(2n) a {
    border-right: none;
  }
  .partners_list li:nth-child(3) a {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
  }
  .partners_list li:nth-child(n+4) a {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
  .partners_list li:nth-child(n+5) a {
    border-bottom: none;
  }
  .partners_list a {
    padding: 20px;
    border-right: 1px solid rgba(51, 51, 51, 0.5);
  }
}
.partners_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact_info .mail_info {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.partners_list a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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