@import url("https://fonts.googleapis.com/css2?family=Alice&family=Nunito:wght@100;400;500&family=Open+Sans:ital,wght@0,400;1,600&display=swap");
* {
  font: inherit;
}
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;
  vertical-align: baseline;
}
input[type="text" i] {
  padding: 0;
}
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 {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.005em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.modal-opened {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alice", serif;
  color: #fff;
  font-weight: 400;
}

h1 {
  font-size: 112px;
  line-height: 168px;
  letter-spacing: -0.015em;
}
h2 {
  font-size: 70px;
  line-height: 98px;
  letter-spacing: -0.005em;
}
h3 {
  font-size: 56px;
  line-height: 78px;
}
h4 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.0025em;
}
h5 {
  font-size: 28px;
  line-height: 36px;
}
h6 {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.0015em;
}
.header-logo {
  margin-bottom: 17px;
}
.header-logo .title {
  display: flex;
}
.header-logo__img {
  width: 50px;
  height: 50px;
  margin-right: 7px; 
  margin-top: 3px; 
  float: left;
}
.header-logo__subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #dedede;
  padding-left: 19px;
}

.primary-button,
.secondary-button,
.thirdy-button {
  outline: none;
  border: none;
  padding: 0.6875rem 1rem;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  background-color: transparent;
  color: #e0e5dc;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.primary-button--custom {
  padding: 0.75rem 1rem;
}

.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  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;
}

.primary-button {
  background-color: #c5cde7;
}
.primary-button:hover,
.primary-button:focus {
  background-color: #a9b4db;
  -webkit-box-shadow: -2px 5px 16px rgba(0, 0, 0, 0.15),
    0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 5px 16px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.primary-button:active {
  background-color: #5268b7;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.secondary-button--custom:hover,
.secondary-button--custom:focus,
.secondary-button--custom:active {
  background-color: #fff !important;
}

.secondary-button:hover,
.secondary-button:focus,
.thirdy-button:hover,
.thirdy-button:focus {
  color: #164d50;
  background-color: #e0e5dc;
  -webkit-box-shadow: -2px 5px 16px rgba(0, 0, 0, 0.15),
    0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 5px 16px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.secondary-button:active,
.thirdy-button:active {
  color: #164d50;
  background-color: #e0e5dc;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.secondary-button {
  border: 1px solid #e0e5dc;
  border-radius: 38px;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .container-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: calc(100% - 2rem);
}
.container > .container-wrapper > .breadcrumbs {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.container
  > .container-wrapper
  > .breadcrumbs
  > .breadcrumbs-list
  > .breadcrumbs-list-item {
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container
  > .container-wrapper
  > .breadcrumbs
  > .breadcrumbs-list
  > .breadcrumbs-list-item:not(:last-child):after {
  display: block;
  content: ">";
  margin-left: 1rem;
}
.container
  > .container-wrapper
  > .breadcrumbs
  > .breadcrumbs-list
  > .breadcrumbs-list-item.active {
  color: #525252;
}
.container
  > .container-wrapper
  > .breadcrumbs
  > .breadcrumbs-list
  > .breadcrumbs-list-item:hover {
  color: #525252;
}
.news-title .block-header {
  color: #156b6e;
  margin: 13px auto;
}
.news-title h6 {
  color: #1b1b1b;
  margin-bottom: 3px;
}

.form-input {
  outline: none;
  border: none;
  padding: 1rem;
  margin: 0;
  border-radius: 6px;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}
.form-input::-webkit-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}
.form-input:-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}
.form-input::-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}
.form-input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-group > label {
  margin-right: 1rem;
  max-width: 7rem;
  width: 100%;
  color: #525252;
}
.form-group > .form-input {
  width: 22.875rem;
}
.form-group > .file-input-group {
  padding: 1rem;
  width: 22.875rem;
}
.form-group > .file-input-group > .thirdy-button {
  margin-bottom: 0.5rem;
}
.form-group > .file-input-group > p {
  font-size: 0.75rem;
  color: #7a7a7a;
}
.form-group > select.form-input {
  min-width: 24.875rem;
  color: #525252;
}
.form-group > textarea.form-input {
  max-width: 22.875rem;
  max-height: 7rem;
  min-height: 3rem;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
  display: none;
}
.modal.active {
  display: block;
}
.modal > .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.modal > .modal-wrapper > .modal-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffffff;
  -webkit-box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 1rem;
  margin: 2rem;
}
.modal > .modal-wrapper > .modal-content > .modal-header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal > .modal-wrapper > .modal-content > .modal-header > #close-modal > svg {
  width: 1.5rem;
  height: 1.5rem;
}
.modal
  > .modal-wrapper
  > .modal-content
  > .modal-header
  > #close-modal
  > svg
  > path {
  fill: #0093b8;
}
.modal
  > .modal-wrapper
  > .modal-content
  > .modal-header
  > #close-modal:hover
  > svg
  > path {
  fill: #00a7d2;
}
.modal > .modal-wrapper > .modal-content > .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.modal
  > .modal-wrapper
  > .modal-content
  > .modal-body
  *
  > .form-group.underline {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f7f7f7;
}
.modal
  > .modal-wrapper
  > .modal-content
  > .modal-body
  *
  > .form-group
  > .form-input {
  background-color: #f7f7f7;
}
.modal > .modal-wrapper > .modal-content > .modal-footer > .primary-button {
  width: 100%;
}
.fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 50%;
  cursor: pointer;
  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;
  z-index: 99999;
}
.fab > .fab-icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  /* position: fixed; */
  background: #156b6e;
  z-index: 99;
}
.header > .header-wrapper {
  width: calc(100% - 2rem);
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 1rem 0;
  background: #156b6e;
  display: flex;
  justify-content: space-between;
}
.header > .header-wrapper > .additional-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  order: 2;
}
.header > .header-wrapper > .additional-menu > .menu-toggler {
  display: none;
}
.header > .header-wrapper > .additional-menu > .menu-toggler > svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header > .header-wrapper > .additional-menu > .additional-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
.header > .header-wrapper > .additional-menu > .nav-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 115px;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item {
  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
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item.search {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form {
  position: relative;
  width: 12.5rem;
  margin: 0;
  padding-right: 1.5rem;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search {
  position: absolute;
  top: -1.5rem;
  right: 0rem;
  display: none;
  width: 17.5rem;
  height: 3rem;
  font-size: 0.75rem;
  background-color: #e6faff;
  border-radius: 6px 6px 0 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 1px solid #00627a;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #0093b8;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #0093b8;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #0093b8;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search::placeholder {
  font-size: 0.75rem;
  color: #0093b8;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .input-search.showed {
  display: block;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  outline: none;
  background-color: inherit;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .search-btn
  > svg {
  width: 100%;
  height: 100%;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .search-form
  > .search-btn
  > svg
  > path {
  fill: #004152;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item:not(:last-child) {
  margin-right: 1.5rem;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item:last-child {
  margin-right: 4px;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .additional-list-item-link {
  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;

  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0125em;
  color: #164d50;

  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 32px;
}

.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .additional-list-item-link:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
  border-radius: 38px;
}
.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > a.additional-list-item-link:hover {
  text-decoration: none;
}
.header
  > .header-wrapper
  > .additional-menu
  > .nav-social-links
  > .nav-social-links-item:not(:last-child) {
  margin-right: 1.5rem;
}
.header
  > .header-wrapper
  > .additional-menu
  > .nav-social-links
  > .nav-social-links-item {
  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;

  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0125em;
  color: #164d50;

  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 32px;
}
.header
  > .header-wrapper
  > .additional-menu
  > .nav-social-links
  > .nav-social-links-item:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
  border-radius: 38px;
}

.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .nav-social-links {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header
  > .header-wrapper
  > .additional-menu
  > .additional-list
  > .additional-list-item
  > .additional-list-item-link:hover {
  text-decoration: underline;
}
.header > .header-wrapper > .header-content {
  display: -ms-grid;
  display: grid;
}
.header > .header-wrapper > .header-content > .logo {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 1rem;
  grid-row: span 2;
}
.header > .header-wrapper > .header-content > .logo > .logo-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header > .header-wrapper > .header-content > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0 0.8rem 0;
}
.header > .header-wrapper > .header-content > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header > .header-wrapper > .header-content > .nav > .nav-social-links,
.header > .header-wrapper > .header-content > .nav > .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-social-links
  > .nav-social-links-item {
  margin-bottom: 0.5rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-social-links
  > .nav-social-links-item:not(:last-child) {
  margin-right: 1rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-social-links
  > .nav-social-links-item
  > .nav-social-links-item-link
  > svg {
  width: 1.5rem;
  height: 1.5rem;
  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
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-social-links
  > .nav-social-links-item
  > .nav-social-links-item-link
  > svg
  > path {
  fill: #5268b7;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-social-links
  > .nav-social-links-item
  > .nav-social-links-item-link
  > svg:hover
  > path {
  fill: #6478be;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-header {
  display: none;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item {
  height: calc(100% - 0.75rem);
  padding-bottom: 0.75rem;
  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
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item:not(:last-child) {
  margin-right: 29px;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link {
  color: #00627a;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0015em;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link.icon-to-text
  > .text {
  display: none;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link
  > .nav-menu-item-link-icon {
  height: 100%;
  width: 1.5rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link
  > .nav-menu-item-link-icon
  > path {
  fill: #00627a;
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link
  > .drop-down-icon {
  margin-left: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item
  > .nav-menu-item-link
  > .drop-down-icon
  > path {
  stroke: #0093b8;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down {
  position: relative;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list {
  background: linear-gradient(
    134.51deg,
    #ffffff 11.51%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border: 1px solid #091f20;
  border-radius: 8px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 0px;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .drop-down-list-item {
  padding: 0.5rem;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .drop-down-list-item
  > .drop-down-list-item-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down:hover
  .drop-down-menu {
  display: block;
}
.header
  > .header-wrapper
  > .header-content
  > .nav
  > .nav-menu
  > .nav-menu-item.drop-down:hover
  > .nav-menu-item-link
  > .drop-down-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-menu-item-new.icon-to-text {
  display: none;
}
@media (max-width: 1270px) {
  .header > .header-wrapper > .additional-menu > .nav-social-links {
    margin-right: 45px;
  }
}

@media (max-width: 1200px) {
  .header > .header-wrapper > .additional-menu > .nav-social-links {
    margin-right: 55px;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item:not(:last-child) {
    margin-right: 17px;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content {
    margin-left: 17px;
    margin-right: 1rem;
  }
}
@media (max-width: 1151px) {
  .header > .header-wrapper {
    display: block;
  }
  .header > .header-wrapper > .additional-menu {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .header
    > .header-wrapper
    > .additional-menu
    > .additional-list
    > .additional-list-item.search {
    bottom: -9rem;
    z-index: 100;
  }
}
@media (max-width: 1051px) {
  .about > .about-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .about > .about-content > .about-content-titles {
    order: 1;
    margin-bottom: 1rem !important;
  }
  .about > .about-content > .about-content-working-hours {
    order: 3;
  }
  .right-banners--list {
    order: 2;
    margin-right: 2rem;
  }
}
@media (max-width: 992px) {
  .header {
    height: 200px;
  }
  .header > .header-wrapper > .additional-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header > .header-wrapper > .additional-menu > .menu-toggler {
    display: block;
    position: absolute;
    bottom: -110px;
  }

  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item:not(:last-child) {
    display: none;
  }
  .header
    > .header-wrapper
    > .additional-menu
    > .additional-list
    > .additional-list-item.search {
    bottom: -7.5rem;
  }
  .nav-menu-item-new.icon-to-text {
    display: block;
    position: absolute;
    bottom: -106px;
    left: 32px;
  }
  .nav-menu-item-new.icon-to-text > a {
    font-size: 0;
    display: block;
    background: url(../img/home.svg);
    height: 1.5rem;
    padding-left: 29px;
    width: 1.5rem;
    background-size: 100% 100%;
  }
  .header
    > .header-wrapper
    > .additional-menu
    > .additional-list
    > .additional-list-item.search {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }

  .header > .header-wrapper > .header-content > .title > h3 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.0015em;
    text-align: center;
  }
  .header > .header-wrapper > .header-content > .title {
    padding: 1rem 0 0.5rem 0;
  }

  .header > .header-wrapper > .header-content > .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header > .header-wrapper > .header-content > .nav > .nav-menu {
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15),
      0px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15),
      0px 2px 8px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.375rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 2.75rem);
    overflow-y: auto;
    display: none;
  }
  .header > .header-wrapper > .header-content > .nav > .nav-menu.opened {
    display: block;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0rem;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-header
    > .menu-toggler
    > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-header
    > .menu-toggler
    > svg
    > path {
    fill: #525252;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0.5rem 0;
    padding: 0;
    display: block;
    width: 17rem;
    border-bottom: 1px solid #f7f7f7;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item:not(:last-child) {
    margin-right: 0;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item
    > .nav-menu-item-link {
    color: #525252;
    font-size: 0.688rem;
    line-height: 1rem;
    letter-spacing: 0.004em;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5rem 0;
    height: auto;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item
    > .nav-menu-item-link.icon-to-text
    > .nav-menu-item-link-icon {
    display: none;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item
    > .nav-menu-item-link.icon-to-text
    > .text {
    display: inherit;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item
    > .nav-menu-item-link
    > .drop-down-icon {
    display: none;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down {
    display: block;
    position: relative;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list {
    border: none;
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    z-index: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .drop-down-list-item {
    padding: 0.5rem 0;
    width: 100%;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .drop-down-list-item
    > .drop-down-list-item-link {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down:hover
    .drop-down-menu {
    display: block;
  }
  .header
    > .header-wrapper
    > .header-content
    > .nav
    > .nav-menu
    > .nav-menu-item.drop-down:hover
    > .nav-menu-item-link
    > .drop-down-icon {
    -webkit-transform: unset;
    transform: unset;
  }
  .footer-block--custom {
    margin-right: 48px;
  }
  .title h4 {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.0015em;
  }
}
@media (max-width: 768px) {
  .about > .about-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .about > .about-content > .about-content-titles {
    order: 2;
    margin-bottom: 1rem !important;
  }
  .about > .about-content > .about-content-working-hours {
    order: 3;
  }
  .right-banners--list {
    order: 1;
    margin-right: 2rem;
  }
}

.header-slider {
  width: 100%;
  background: linear-gradient(180deg, #156b6e 0%, #2e7d5d 62.29%, #2e7d5d 100%);
  margin-top: 0px !important;
}
.header-slider > .header-slider-wrapper {
  padding: 1rem 0;
  position: relative;
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-image,
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item {
  width: calc(50% + 110px);
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-content {
  width: calc(50% - 104px);
  max-width: calc(1440px / 2 - 104px);
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-image {
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 16px 16px 0px;
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  margin-left: 32px;
}
.item-content-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17%;
}

.item-content-arrow.left.slick-arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 32px;
  z-index: 100;
  position: absolute;
  top: 50%;
  right: 39.5%;
  transform: translate(39.5%, -50%);
}
.item-content-arrow.left.slick-arrow:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
  border-radius: 38px;
}
.item-content-arrow.right.slick-arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 32px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 96%;
  transform: translate(-96%, -50%);
}
.item-content-arrow.right.slick-arrow:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
  border-radius: 38px;
}
.item-content-arrow > svg {
  cursor: pointer;
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-content
  > .item-content-titles {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 48px;
  width: 75%;
}
.header-slider
  > .header-slider-wrapper
  > .header-slider-carousel
  *
  > .header-slider-carousel-item
  > .header-slider-carousel-item-content
  > .item-content-titles
  > a {
  margin-top: 1.5rem;
}
@media (min-width: 1600px) {
  .item-content-arrow.right.slick-arrow {
    left: 94%;
    transform: translate(-94%, -50%);
  }
}
@media (min-width: 1800px) {
  .item-content-arrow.right.slick-arrow {
    left: 89%;
    transform: translate(-89%, -50%);
  }
}
@media (min-width: 1920px) {
  .item-content-arrow.right.slick-arrow {
    left: 87%;
    transform: translate(-87%, -50%);
  }
  .item-content-arrow.left.slick-arrow {
    right: 41%;
    transform: translate(-41%, -50%);
  }
}
@media (max-width: 1300px) {
  .item-content-arrow.right.slick-arrow {
    left: 96.5%;
    transform: translate(-96.5%, -50%);
  }
  .item-content-arrow.left.slick-arrow {
    right: 37.5%;
    transform: translate(-37.5%, -50%);
  }
}
@media (max-width: 1090px) {
  .item-content-arrow.right.slick-arrow {
    left: 98%;
    transform: translate(-98%, -50%);
  }
  .item-content-arrow.left.slick-arrow {
    right: 35%;
    transform: translate(-35%, -50%);
  }
}
@media (max-width: 992px) {
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-image,
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content {
    width: 100%;
    max-width: 100%;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-image {
    margin-right: 1rem;
    order: 2;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content {
    margin: 1rem;
    order: 1;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content
    > .item-content-titles {
    width: 90%;
  }
  .item-content-arrow.right.slick-arrow {
    top: 15%;
    left: 95%;
    transform: translate(-95%, -15%);
  }
  .item-content-arrow.left.slick-arrow {
    top: 15%;
    left: 5%;
    right: 0;
    transform: translate(-15%, -5%);
  }
}
@media (max-width: 615px) {
  .nav-menu-item-new.icon-to-text {
    bottom: -130px;
  }
  .header > .header-wrapper > .additional-menu > .menu-toggler {
    bottom: -135px;
  }
}
@media (max-width: 576px) {
  .header {
    height: 240px;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-image {
    height: 232px;
  }
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content
    > .item-content-titles {
    width: 80%;
  }
  .header > .header-wrapper > .additional-menu > .menu-toggler {
    bottom: -164px;
  }
  .nav-menu-item-new.icon-to-text {
    bottom: -160px;
  }
  .header
    > .header-wrapper
    > .additional-menu
    > .additional-list
    > .additional-list-item.search {
    bottom: -11rem;
  }
  .right-banners--list {
    margin-right: 0px;
  }
}
@media (max-width: 400px) {
  .header-slider
    > .header-slider-wrapper
    > .header-slider-carousel
    *
    > .header-slider-carousel-item
    > .header-slider-carousel-item-content
    > .item-content-titles {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .header {
    height: 271px;
  }
}
.about {
  padding-top: 1rem;
}

.about > .about-content > .right-banners--list > .right-banners--single {
  width: 328px;
  height: 48px;
  background: linear-gradient(135deg, #d4d7db 13.33%, #f4f7fc 86.77%);
  box-shadow: 18px 18px 50px rgba(0, 0, 0, 0.1), inset -4px -4px 6px #cfd2d7,
    inset 4px 4px 6px #fafdff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

.about > .about-content > .right-banners--list > .right-banners--single:active {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.about > .about-content > .right-banners--list > .right-banners--single:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.about
  > .about-content
  > .right-banners--list
  > .right-banners--single
  > .right-banners--img {
  margin-left: 24px;
  display: flex;
}

.about
  > .about-content
  > .right-banners--list
  > .right-banners--single
  > .right-banners--img
  img {
  width: 24px;
  height: 24px;
  align-items: center;
}

.about
  > .about-content
  > .right-banners--list
  > .right-banners--single
  > .right-banners--link {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
  padding-left: 20px;
}
.about > .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about > .about-content > .about-content-titles {
  text-align: center;
  margin: 0 2rem;
}
.about > .about-content > .about-content-titles h4 {
  color: #156b6e;
  margin-bottom: 14px;
}
.about > .about-content > .about-content-titles p {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.0015em;
  color: #363636;
  margin-bottom: 14px;
}
.about > .about-content > .about-content-titles > a {
  margin-top: 1.5rem;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container {
  position: relative;
  z-index: 2;
  width: 328px;
  height: 280px;
  background: #e0e5dc;
  border-radius: 8px;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > h6 {
  color: #00627a;
  margin-bottom: 19.5px;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates:first-of-type {
  margin-bottom: 1rem;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-description
  p
  span {
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 0.875rem;
  letter-spacing: 0.004em;
  color: #2e7d5d;
  border-radius: 1px;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-description
  p {
  font-family: "Nunito";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #363636;
  margin-bottom: 10px;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 1rem;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-list
  > .dates-list-item {
  color: #2e7d5d;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #c3cfb6;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-list
  > .dates-list-item:not(:first-child) {
  margin-left: -1px;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates
  > .dates-list
  > .dates-list-item.active {
  color: #091f20;
  background-color: #fff;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates-footer {
  border: 1px solid #c3cfb6;
  margin-top: 1rem;
  padding-top: 1rem;
}
.about
  > .about-content
  > .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  > .dates-footer
  > p
  > span {
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  .about > .about-content > .about-content-titles {
    width: 100%;
  }
}
.news {
  margin-top: 40px;
}
.news > .news-title {
  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;
}
.news > .news-grid > .single-news > .news-content > .news-title > span {
  display: block;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #525252;
  margin-bottom: 13px;
}
.news.news-page {
  margin-top: 0;
}
.news.news-page > .news-grid {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr / 1fr;
  grid-gap: 1.5rem;
}
.news.news-page > .news-grid > .single-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 432px 1fr;
  align-items: center;
  /* height: 296px; */
  position: relative;
}
.news.news-page > .news-grid > .single-news > .news-image {
  display: block;
  width: 100%;
  height: 264px;
  border: 1px solid #e7eaef;
  border-radius: 6px;
  margin-right: 24px;
}

.news.news-page > .news-grid > .single-news > .news-content {
  margin-left: 24px;
  /* width: 100%; */
}
.news.news-page > .page-content-pagination {
  width: 100%;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news.news-page > .page-content-pagination > .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.news.news-page > .page-content-pagination > .pagination > .pagination-item {
  margin: 0 0.5rem;
  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;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-arrow {
  width: 1.125rem;
  height: 1.125rem;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-arrow
  > svg {
  width: 100%;
  height: 100%;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-arrow
  > svg
  path {
  fill: #0093b8;
}
.osmap-items a {
  font-size: 16px;
  line-height: 20px;
}
.osmap-items ul li:before {
  padding-right: 10px;
  font-weight: bold;

  color: #2e7d5d;
  content: "\2714";
  transition-duration: 0.5s;
}
.osmap-items ol {
  list-style: none;
  counter-reset: steps;
}
.osmap-items ol li {
  padding: 6px;
  counter-increment: steps;
}
.osmap-items ol li::before {
  content: counter(steps);
  color: #2e7d5d;
  line-height: 1.2em;
  padding-right: 10px;
  font-weight: bold;
  color: #2e7d5d;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-page {
  font-size: 0.875rem;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-page.current {
  color: #7a7a7a;
}
.news.news-page
  > .page-content-pagination
  > .pagination
  > .pagination-item
  > .pagination-page:hover {
  text-decoration: underline;
}
.news > .news-grid {
  margin-top: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template: 1fr / 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.news > .news-archive {
  display: flex;
  justify-content: center;
}
.news > .news-archive > .secondary-button {
  display: block;
  margin-top: 24px;
  color: #164d50;
  border: 1px solid #164d50;
}
.news > .news-grid > .single-news {
  background: linear-gradient(135deg, #d4d7db 13.33%, #f4f7fc 86.77%);
  box-shadow: 18px 18px 50px rgba(0, 0, 0, 0.1), inset -4px -4px 6px #cfd2d7,
    inset 4px 4px 6px #fafdff;
  border-radius: 8px;
  padding: 1rem;
  position: relative;
}
.news > .news-grid > .single-news:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
}
.news > .news-grid > .single-news:active {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
}
.news
  > .news-grid
  > .single-news
  > .news-content
  > .news-description
  > .news-footer {
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.news > .news-grid > .single-news > .news-image {
  display: block;
  height: 160px;
  width: 100%;
  border: 1px solid #e7eaef;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news > .news-grid > .single-news > .news-content {
  padding-top: 12px;
}

.news > .news-grid > .single-news > .news-content > .news-title {
  /* margin-bottom: 1rem; */
}
.news
  > .news-grid
  > .single-news
  > .news-content
  > .news-title
  > a
  > .news-title--custom {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
  margin-bottom: 0.5rem;
}
.news > .news-grid > .single-news > .news-content > .news-description {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-right: 18px;
}
@media (max-width: 1200px) {
  .news > .news-grid {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template: 1fr / 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .news > .news-grid > .single-news > .news-content > .news-description {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  .news.news-page > .news-grid > .single-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news.news-page > .news-grid > .single-news > .news-image {
    width: 100%;
    height: 14rem;
    border-radius: 16px;
    margin-right: 0px;
  }
  .news > .news-grid > .single-news > .news-content > .news-description {
    /* margin-bottom: 2rem; */
  }
  .news.news-page > .news-grid > .single-news > .news-content {
    width: calc(100% - 2rem);
    padding-top: 1rem;
    margin-left: 0px;
  }
  .news > .news-grid {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr / 1fr;
  }
}
.mailing {
  margin-top: 56px;
  margin-bottom: 32px;
  position: relative;
}

.mailing > .mailing-wrapper > .mailing-block {
  position: relative;
  width: calc(100% - 15rem);
  padding: 2.8rem 7.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90.39deg, #156b6e 6.54%, #2e7d5d 92.02%);
  border-radius: 8px;
  z-index: 2;
}
.mailing > .mailing-wrapper > .mailing-block > h4 {
  width: 50%;
}
.mailing > .mailing-wrapper > .mailing-block > .mailing-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  min-width: 29rem;
  /* background: #FFFFFF;
  border-radius: 48px; */
}
.mailing > .mailing-wrapper > .mailing-block > .mailing-sub > .form-input {
  max-width: 21rem;
  width: 100%;
  border-radius: 6px 0 0 6px;
}
.mailing > .mailing-wrapper > .mailing-block > .mailing-sub > .primary-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem 1rem;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 1200px) {
  .mailing > .mailing-wrapper > .mailing-block > h4 {
    width: 100%;
  }
  .mailing > .mailing-wrapper > .mailing-block > .mailing-sub {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    width: 100%;
    min-width: unset;
    margin-top: 1rem;
  }
}

.banners {
  height: 100%;
  margin-bottom: 1rem;
}
.banners > .banners-slider {
  height: 100%;
  width: 100%;
}
.banners > .banners-slider * .single-banner {
  margin: 2rem 1rem;
}
.banners > .banners-slider * .single-banner:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.banners > .banners-slider * .single-banner:active {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.banners > .banners-slider * .single-banner > .single-banner-wrapper {
  padding: 1rem;
  background: linear-gradient(135deg, #d4d7db 13.33%, #f4f7fc 86.77%);
  box-shadow: 18px 18px 50px rgba(0, 0, 0, 0.1), inset -4px -4px 6px #cfd2d7,
    inset 4px 4px 6px #fafdff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.banners
  > .banners-slider
  *
  .single-banner
  > .single-banner-wrapper
  > .banner-image {
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 6px;
  padding: 0.5rem;
}
.banners
  > .banners-slider
  *
  .single-banner
  > .single-banner-wrapper
  > .banner-image
  > .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banners
  > .banners-slider
  *
  .single-banner
  > .single-banner-wrapper
  > .banner-title {
  margin-left: 1rem;
}
.feedback {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.feedback > .feedback-wrapper > .feedback-block {
  position: relative;
  background: linear-gradient(90.39deg, #156b6e 9.13%, #2e7d5d 92.02%);
  border-radius: 8px;
  padding: 2rem 7.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feedback > .feedback-wrapper > .feedback-block > .feedback-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
}
.feedback > .feedback-wrapper > .feedback-block > .feedback-content > h4 {
  margin-bottom: 8px;
}
.feedback > .feedback-wrapper > .feedback-block > .feedback-content > p {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-content
  > .arrow-to-form {
  display: block;
  content: "";
  width: 100%;
  margin-top: 22px;
  margin-bottom: 86px;
  border: 2px solid #c3cfb6;
  border-radius: 8px;
  position: relative;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-content
  > .arrow-to-form:before {
  display: block;
  content: "";
  width: 0.7rem;
  border: 2px solid #c3cfb6;
  border-radius: 8px;
  position: absolute;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: -0.33rem;
  right: -3px;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-content
  > .arrow-to-form:after {
  display: block;
  content: "";
  width: 0.7rem;
  border: 2px solid #c3cfb6;
  border-radius: 8px;
  position: absolute;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 0.24rem;
  right: -3px;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-content
  > .primary-button {
  margin-top: 20px;
  background: linear-gradient(134.48deg, #d6b499 19.33%, #ffd7b7 80.79%);
  box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.13), inset -1px -2px 2px #d0af95,
    inset 1px 2px 2px #ffdcbb;
  border-radius: 38px;
  width: fit-content;
  color: #091f20;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-content
  > .primary-button:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
}
.feedback > .feedback-wrapper > .feedback-block > .feedback-form {
  padding: 0 1rem;
  background: #156b6e;
  border-radius: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.feedback
  > .feedback-wrapper
  > .feedback-block
  > .feedback-form
  > .secondary-button {
  float: right;
  max-width: 21.5rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .feedback > .feedback-wrapper > .feedback-block {
    padding: 1.5rem 5rem;
  }
}
@media (max-width: 992px) {
  .feedback > .feedback-wrapper > .feedback-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem 4rem;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .feedback
    > .feedback-wrapper
    > .feedback-block
    > .feedback-content
    > .arrow-to-form {
    display: none;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form {
    /* width: calc(100% - 2rem); */
    margin-top: 1.5rem;
  }
  .feedback
    > .feedback-wrapper
    > .feedback-block
    > .feedback-form
    > .form-group
    > textarea.form-input {
    resize: none;
  }
  .feedback
    > .feedback-wrapper
    > .feedback-block
    > .feedback-form
    > .secondary-button {
    float: unset;
    width: 100%;
  }
}

.footer {
  background: linear-gradient(180deg, #2e7d5d 0%, #156b6e 100%);
}
.footer > .footer-wrapper {
  width: calc(100% - 2rem);
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto;
}
.footer > .footer-wrapper > .resources-slider {
  background: linear-gradient(135deg, #ced2ca 18.16%, #eef3ea 70.61%);
  box-shadow: 3px 4px 10.6667px rgba(0, 0, 0, 0.1), inset -1px -1px 1px #c9cec5,
    inset 1px 1px 1px #f2f8ee;
  border-radius: 16px;
  padding: 0 1rem;
}
.footer > .footer-wrapper > .resources-slider > .resources-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-arrow {
  display: none;
}

.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel
  *
  > .resources-item {
  background-color: #ffffff;
  border-radius: 6px;
  margin: 1rem 0.5rem;
  /* height: 13rem; */
  padding: 1rem;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel
  *
  > .resources-item
  > .resources-item-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel
  *
  > .resources-item
  > .resources-item-wrapper
  > .resources-item-image {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel
  *
  > .resources-item
  > .resources-item-wrapper
  > p {
  text-align: center;
  height: 36px;
}
.footer
  > .footer-wrapper
  > .resources-slider
  > .resources-slider-wrapper
  > .resources-slider-carousel
  *
  > .resources-item:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.footer > .footer-wrapper > .footer-content {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-logo {
  width: 10%;
  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;
  background: #ffffff;
  border-radius: 88px;
  width: 88px;
  height: 88px;
  margin-right: 2rem;
}
.footer-logo > .logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-block--custom {
  margin-right: 107px;
}
.footer-block--special > .primary-button {
  background: linear-gradient(134.48deg, #d6b499 19.33%, #ffd7b7 80.79%);
  box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.13), inset -1px -2px 2px #d0af95,
    inset 1px 2px 2px #ffdcbb;
  border-radius: 38px;
  color: #091f20;
  padding: 0.625rem 1rem;
}
.footer-block--special > .primary-button:active {
  box-shadow: inset 6px 8px 16px rgba(0, 0, 0, 0.13);
}
.footer-block--special > .primary-button img {
  margin-right: 8px;
}
.footer
  > .footer-wrapper
  > .footer-content
  > .footer-titles
  > .footer-block
  > .footer-block--custom
  > .footer-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.5rem;
}
@media (max-width: 1400px) {
  .footer
    > .footer-wrapper
    > .footer-content
    > .footer-titles
    > .footer-block
    > .footer-block--custom
    > .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-block--custom {
    margin-right: 390px;
  }
  .footer-links-item {
    padding: 8px 0;
  }
}
@media (max-width: 1280px) {
  .mailing > .mailing-wrapper > .mailing-block {
    flex-direction: column;
    padding: 1.5rem 7.5rem;
  }
  .mailing > .mailing-wrapper > .mailing-block > h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
.footer
  > .footer-wrapper
  > .footer-content
  > .footer-titles
  > .footer-block
  > .footer-block--custom
  > .footer-links
  > .footer-links-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dedede;
}
.footer-contacts--custom {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #ffffff;
}
.footer
  > .footer-wrapper
  > .footer-content
  > .footer-titles
  > .footer-block
  > .footer-block--custom
  > .footer-links
  > .footer-links-item:not(:last-child) {
  margin-right: 2rem;
}

.footer
  > .footer-wrapper
  > .footer-content
  > .footer-titles
  > .footer-block
  > .footer-block--custom
  > .footer-links
  > .footer-links-item
  > a {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #ffffff;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.footer
  > .footer-wrapper
  > .footer-content
  > .footer-titles
  > .footer-block
  > .footer-block--custom
  > .footer-links
  > .footer-links-item
  > a:hover {
  text-decoration: none;
}

.footer-block {
  display: flex;
  justify-content: space-between;
}
.footer-buttons {
  margin-top: 1.5rem;
}

.footer-buttons--custom {
  display: flex;
  justify-content: center;
  position: relative;
}
.footer-buttons__metrics {
  position: absolute;
  right: 0;
  top: -58px;
}
.footer-actions {
  margin-top: 1.5rem;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #e0e5dc;
  border: 1px solid #e0e5dc;
  border-radius: 38px;
  width: 138px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.0125em;
  cursor: pointer;
}
.footer-actions:hover {
  color: #164d50;
  background-color: #e0e5dc;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.footer-actions:active {
  color: #164d50;
  background-color: #e0e5dc;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15),
    inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.footer-actions a {
  display: flex;
}
.footer-actions .icon {
  margin-right: 9px;
}
@media (max-width: 1200px) {
  .footer
    > .footer-wrapper
    > .resources-slider
    > .resources-slider-wrapper
    > .resources-slider-arrow {
    width: calc(10% - 0.5rem);
  }
  .footer
    > .footer-wrapper
    > .resources-slider
    > .resources-slider-wrapper
    > .resources-slider-arrow.left {
    margin-right: 0.5rem;
  }
  .footer
    > .footer-wrapper
    > .resources-slider
    > .resources-slider-wrapper
    > .resources-slider-arrow.right {
    margin-left: 0.5rem;
  }
  .footer
    > .footer-wrapper
    > .resources-slider
    > .resources-slider-wrapper
    > .resources-slider-carousel
    *
    > .resources-item
    > .resources-item-wrapper
    > p {
    height: 55px;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles {
    width: 90%;
  }
  .footer
    > .footer-wrapper
    > .footer-content
    > .footer-titles
    > .footer-block
    > .footer-block--custom
    > .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .footer
    > .footer-wrapper
    > .footer-content
    > .footer-titles
    > .footer-block
    > .footer-block--custom
    > .footer-links
    > .footer-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0rem;
  }
  .footer-links-item--custom {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #dedede;
  }
  .footer
    > .footer-wrapper
    > .footer-content
    > .footer-titles
    > .footer-block
    > .footer-block--custom
    > .footer-links
    > .footer-links-item:not(:last-child) {
    margin-right: 0;
  }
  .footer-block--custom {
    margin-right: 48px;
  }
}
@media (max-width: 992px) {
  .footer-block--custom {
    margin-right: 16px;
  }
}

@media (max-width: 992px) {
  .footer > .footer-wrapper > .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-right: 10px;
    margin-bottom: 0.5rem;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles {
    width: 100%;
  }
  .footer-block {
    flex-direction: column;
    position: relative;
  }
  .footer-block--special {
    margin-top: 24px;
  }
  .footer-block--special .primary-button.icon {
    max-width: 328px;
    justify-content: center;
  }
  .footer-contacts--custom {
    position: absolute;
    left: 110px;
    top: 10px;
  }
}
@media (max-width: 576px) {
  .header > .header-wrapper > .additional-menu > .nav-social-links {
    margin-right: 40px;
  }
  .header-logo__subtitle {
    padding-left: 0px;
  }
  .footer-buttons {
    margin-top: 3.5rem;
  }
  .footer-buttons--custom {
    /* flex-direction: column; */
  }
  .footer-buttons__metrics {
    order: 1;
    margin-top: 1rem;
  }
  .footer-buttons__copyright {
    order: 2;
  }
}
@media (max-width: 400px) {
  .header > .header-wrapper > .additional-menu > .nav-social-links {
    margin-right: 29px;
  }
}
@media (max-width: 380px) {
  .header > .header-wrapper > .additional-menu > .nav-social-links {
    margin-bottom: 0.5rem;
  }
  .header > .header-wrapper > .additional-menu {
    flex-wrap: wrap;
  }
}
.page-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto auto;
  grid-template: auto / auto auto;
  grid-gap: 2rem;
}
.page-content > .page-content-block > img {
  width: 100%;
  border-radius: 6px;
}
.page-content > .page-content-block * > a {
  text-decoration: underline;
  color: #213b7a;
}
.page-content > .page-content-block * > a:hover {
  color: #213b7a;
}
.page-content > .page-content-block > .share {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.page-content > .page-content-block > .share > .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-content > .page-content-block > .share > .share-list > .share-list-item {
  font-size: 0.75rem;
  color: #525252;
}
.page-content
  > .page-content-block
  > .share
  > .share-list
  > .share-list-item:not(:last-child) {
  margin-right: 0.5rem;
}
.page-content
  > .page-content-block
  > .share
  > .share-list
  > .share-list-item
  *
  > svg {
  width: 1.125rem;
  height: 1.125rem;
}
.page-content
  > .page-content-block
  > .share
  > .share-list
  > .share-list-item
  *
  > svg
  > path {
  fill: #0093b8;
}
@media (max-width: 992px) {
  .page-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr / 1fr;
    grid-gap: 1rem;
  }
  .page-content > .page-content-block.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-content > .page-content-block > img {
    max-height: 20.5rem;
    max-width: 100%;
    width: auto;
  }
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../font/Slick/slick.eot");
  src: url("../font/Slick/slick.eot?#iefix") format("embedded-opentype"),
    url("../font/Slick/slick.woff") format("woff"),
    url("../font/Slick/slick.ttf") format("truetype"),
    url("../font/Slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fbb023;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 64px;
}
.slick-dots {
  position: absolute;
  bottom: -2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1rem;
  width: 1rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #1b1b1b;
  background: #e7eaef;
  border-radius: 50%;
  font-family: "slick";
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #c3c3c3;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  background: #2e7d5d;

  opacity: 1;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.banners > .banners-slider > .slick-list {
  /* height: 160px; */
  /* padding: 32px 0; */
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: block;
}
/*# sourceMappingURL=main.min.css.map */
@media (max-width: 768px) {
  .page-content-block h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .mailing > .mailing-wrapper > .mailing-block {
    width: calc(100% - 2rem);
    padding: 1rem 1rem;
  }
  .feedback > .feedback-wrapper > .feedback-block {
    padding: 1.5rem 1rem;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form {
    width: 100%;
  }
}
