@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Noto+Serif:400,400i,700,700i&subset=cyrillic&display=swap");
.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.8rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #353535;
  background-color: #ec8282;
  border-color: #ec8282;
}
.synbtn-white {
  background: #fff;
  border: 1px solid #acacac;
}
.synbtn-white:hover {
  background-color: #ebebeb !important;
  border-color: #acacac !important;
}
.synbtn:hover, .synbtn:focus, .synbtn:active {
  background-color: #e06a6a;
  border-color: #e06a6a;
  box-shadow: none !important;
  color: #353535;
}
.synbtn:active {
  opacity: 0.7;
}
.synbtn:focus {
  box-shadow: none;
  outline: none;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  Modals + webform */
.modal-content {
  border-radius: 0;
}
.modal-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 30px;
  padding: 0.5rem;
  line-height: 1.5rem;
}
.modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-top: 3rem;
}
.modal-content .modal-header h4 {
  width: 100%;
  text-align: center;
}
.modal-content .modal-body {
  padding-bottom: 3rem;
}
.modal-content .form-actions {
  padding: 0 15px 0 15px;
  margin: 30px -15px 0;
  text-align: center;
}
.modal-content form {
  max-width: 360px;
  margin: 0 auto;
}
.modal-content .form-item > label {
  display: none;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.region-tabs {
  height: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em;
}
.region-tabs nav {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 0.1em;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}
.region-tabs nav li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 0 0 0 0.35em;
}
.region-tabs nav li a {
  color: #000;
  opacity: 0.65;
  background-color: #efefef;
  display: block;
  padding: 0.3em 0.5em 0.2em;
  border: solid 1px #9ab1df;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.2;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.active a {
  background-color: #ffffff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.8rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #353535;
  background-color: #ec8282;
  border-color: #ec8282;
}
.synbtn-white {
  background: #fff;
  border: 1px solid #acacac;
}
.synbtn-white:hover {
  background-color: #ebebeb !important;
  border-color: #acacac !important;
}
.synbtn:hover, .synbtn:focus, .synbtn:active {
  background-color: #e06a6a;
  border-color: #e06a6a;
  box-shadow: none !important;
  color: #353535;
}
.synbtn:active {
  opacity: 0.7;
}
.synbtn:focus {
  box-shadow: none;
  outline: none;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  Modals + webform */
.modal-content {
  border-radius: 0;
}
.modal-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 30px;
  padding: 0.5rem;
  line-height: 1.5rem;
}
.modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
  padding-top: 3rem;
}
.modal-content .modal-header h4 {
  width: 100%;
  text-align: center;
}
.modal-content .modal-body {
  padding-bottom: 3rem;
}
.modal-content .form-actions {
  padding: 0 15px 0 15px;
  margin: 30px -15px 0;
  text-align: center;
}
.modal-content form {
  max-width: 360px;
  margin: 0 auto;
}
.modal-content .form-item > label {
  display: none;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.region-tabs {
  height: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em;
}
.region-tabs nav {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 0.1em;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}
.region-tabs nav li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 0 0 0 0.35em;
}
.region-tabs nav li a {
  color: #000;
  opacity: 0.65;
  background-color: #efefef;
  display: block;
  padding: 0.3em 0.5em 0.2em;
  border: solid 1px #9ab1df;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.2;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.active a {
  background-color: #ffffff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/* FONTS */
/* EXTRA COLORS */
.inverse {
  color: #ffffff;
}

/* LAYOUT */
body {
  font-family: "Noto Sans", Tahoma, sans-serif;
  color: #353535;
  font-size: 14px;
  line-height: 1.429;
  font-weight: 400;
}
body.cke_editable {
  background: #fff;
}
body .bgdark {
  background: #d03f38;
}
body .bglight {
  background: #ff3333;
  color: #353535;
}

/* HEADERS */
h1 {
  font-size: 2.3125rem;
  line-height: 1.344;
  font-weight: bold;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.625rem;
  line-height: 1.344;
  font-weight: bold;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1rem;
  line-height: 1.344;
  font-weight: bold;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.344;
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.344;
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.344;
  font-weight: 300;
  font-family: "Noto Serif", Georgia, serif;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
}
/* ELEMENTS */
a {
  color: #0b727a;
  transition: all 0.3s;
  text-decoration: none;
}
.main-menu a {
  color: #353535;
}
.main-menu a:hover {
  color: #0b727a;
}
a:hover {
  color: #053034;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

button:focus {
  outline: none !important;
}

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
footer {
  background: #71c9cf;
  color: #353535;
  border-top: 1px solid #ccc;
  padding: 3.5rem 0 0;
}
footer .footer {
  padding-bottom: 2.2rem;
}
footer .footer-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  footer .footer-adress {
    text-align: center;
    padding-bottom: 2rem;
  }
}
footer .footer-license span {
  display: block;
}
@media (max-width: 991px) {
  footer .footer-license {
    text-align: center;
    padding-bottom: 2rem;
  }
}
footer .footer-phone a {
  display: block;
}
footer .footer-phone a span {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 991px) {
  footer .footer-phone {
    text-align: center;
    padding-bottom: 2rem;
  }
}
footer p {
  line-height: 22px;
  margin-bottom: 0;
}
footer span {
  line-height: 22px;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
@media (max-width: 991px) {
  footer .social {
    justify-content: center;
  }
}
footer .social a {
  border: 1px solid #608b8e;
  text-decoration: none;
  margin-right: 14px;
  font-size: 21px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social a:hover {
  background: #77d3d9;
  border-color: #576c6e;
}
footer .social a:last-child {
  margin-right: 0;
}
footer a {
  color: #353535;
}
footer a:hover {
  color: #353535;
}
footer .copy {
  font-size: 12px;
}
footer .copy-line {
  border-top: 1px solid #a2d7da;
  padding: 15px 0;
}
footer .synapse .logo {
  position: relative;
}
footer .synapse .link {
  transition: border-color 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #353535;
}
footer .synapse .link:focus, footer .synapse .link:hover {
  border-color: transparent;
}
footer .synapse .link:active {
  border-color: #353535;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.main-menu {
  display: flex;
  justify-content: space-between;
}
.main-menu a {
  color: #353535;
}
.main-menu > .menu-item.active > .nav-link {
  color: #0b727a;
}
.main-menu > .menu-item:hover > .nav-link {
  color: #0b727a;
}
.main-menu > .menu-item:hover > .nav-link::before {
  opacity: 1;
}
.main-menu > .menu-item > .nav-link {
  padding: 1rem 0;
  position: relative;
}
.main-menu > .menu-item > .nav-link::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #0b727a;
  bottom: 0;
  transition: opacity 0.5s;
  left: 0;
  opacity: 0;
}
.main-menu > .menu-item > a {
  text-transform: uppercase;
}
.main-menu .classic-menu-dropdown {
  position: relative;
}
.main-menu .classic-menu-dropdown > a {
  float: left;
}
.main-menu .classic-menu-dropdown > span i {
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #353535;
}
.main-menu .classic-menu-dropdown ul {
  left: -27px;
  min-width: max-content;
  position: absolute;
  z-index: 1000;
  top: 100%;
  display: none;
  padding: 15px 8px 19px 1px;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
}
.main-menu .classic-menu-dropdown ul li {
  display: block;
}
.main-menu .classic-menu-dropdown ul li a {
  font-size: 13px !important;
  text-transform: none;
  padding: 6px 16px;
}
.main-menu .classic-menu-dropdown ul li a:hover {
  color: #3fbcc5;
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-togglers {
  display: flex;
  padding: 0 15px 0 0;
  margin-left: auto;
}

.nav-toggler {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #ec8282;
  border-radius: 0.3rem;
  border: 2px solid #d03f38;
}
.nav-toggler:not(:last-child) {
  margin-right: 15px;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  height: 0.2rem;
  width: 1.4rem;
  background: #ffffff;
  transition-duration: 0.3s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  display: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  top: 7px;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  top: 50%;
  display: block;
  transform: translateY(-50%) perspective(1px);
}
.nav-toggler.collapsed.nav-menu span:last-child {
  bottom: 7px;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  top: 6px;
  transform: none;
  width: 0.2rem;
}
.nav-toggler.collapsed.nav-info span:last-child {
  bottom: 7px;
  left: 50%;
  height: 0.9rem;
  width: 0.2rem;
  transform: translateX(-50%);
}

header {
  background: #ffffff;
  color: #353535;
}
header a {
  color: #353535;
}
header a:hover {
  color: #353535;
  text-decoration: underline;
}
header #header-full {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
}
header #header-full.active .header-full-first {
  max-height: 0;
}
header #header-full.active .logo-text {
  opacity: 0;
}
header #header-full .header-full-first {
  overflow: hidden;
  max-height: 55px;
  transition: max-height 0.5s ease-out;
}
header #header-full .header-full-first-content {
  border-top: 4px solid #e25e5e;
  border-bottom: 1px solid #e6e8ea;
  padding: 10px 0;
}
header #header-full .header-full-second {
  display: flex;
  align-items: center;
  min-height: 97px;
  border-bottom: 1px solid #e6e8ea;
  transition: min-height 0.5s ease-out;
}
header #header-full .header-full-second.active {
  min-height: 70px;
}
header #header-full .header-full-title {
  font-size: 16px;
  font-family: "Noto Serif", Georgia, serif;
  font-style: italic;
  font-weight: bold;
  display: flex;
  align-items: center;
}
header #header-full .location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header #header-full .location a {
  color: #0b727a;
  text-decoration: underline;
  font-family: "Noto Serif", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 1px;
}
header #header-full .location a:hover {
  text-decoration: none;
}
header #header-full .logo img {
  height: 44px;
}
header #header-full .logo-text {
  margin-left: 1.6rem;
  border-left: 1px solid #e1e1e1;
  padding: 10px 0 10px 17px;
  opacity: 1;
  transition: opacity 0.25s;
}
header #header-full nav .nav a {
  font-size: 12px;
  font-weight: bold;
}
header #header-full nav .nav a[href="#no-active"] {
  pointer-events: none;
}
header #header-full nav li {
  padding: 0;
}
header .icon-button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
header .phone {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
header .phone b {
  margin: 0 0.3em;
}
header .phone .btn-outline-primary {
  color: #ec8282;
  border-color: #ec8282;
}
header .phone .btn-outline-primary:hover {
  color: #d03f38;
  background-color: #ec8282;
  border-color: #ec8282;
}
header .phone .btn-outline-primary:focus, header .phone .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 130, 130, 0.5);
}
header .phone .btn-outline-primary.disabled, header .phone .btn-outline-primary:disabled {
  color: #ec8282;
  background-color: transparent;
}
header .phone .btn-outline-primary:not(:disabled):not(.disabled):active, header .phone .btn-outline-primary:not(:disabled):not(.disabled).active, .show > header .phone .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ec8282;
  border-color: #ec8282;
}
header .phone .btn-outline-primary:not(:disabled):not(.disabled):active:focus, header .phone .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > header .phone .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 130, 130, 0.5);
}
header #header-small {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  background-color: #fff;
  z-index: 10;
}
header #header-small .logo {
  padding: 0 0 0 15px;
  max-width: 170px;
  width: auto;
}
header #header-small .logo img {
  height: 2.4rem;
}
header #header-small .nav-link {
  padding: 0.5rem;
}
header #header-small .nav-togglers {
  width: auto;
}
header #header-info {
  width: 100%;
  border-bottom: 1px solid #aaa;
}
header .header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-togglers .nav-toggler.collapsed.nav-info span:nth-child(2) {
  width: 3px;
  height: 3px;
  margin-top: -1px;
}
.nav-togglers .nav-toggler.collapsed.nav-info span:last-child {
  width: 3px;
  transform: translateX(-40%);
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/** staff */
.node--type-staff.node--view-mode-teaser {
  padding-bottom: 20px;
  text-align: center;
}
.node--type-staff.node--view-mode-teaser h3 {
  font-size: 1.3rem;
  line-height: 1.3em;
}
@media (max-width: 490px) {
  .node--type-staff.node--view-mode-teaser h3 {
    font-size: 1rem;
  }
}
.node--type-staff.node--view-mode-teaser .field--name-field-staff-position {
  font-weight: bold;
  padding-top: 0.8em;
}
.node--type-staff.node--view-mode-teaser .node__content {
  margin-bottom: 1.5rem;
}
.node--type-staff.node--view-mode-full .field--name-field-staff-position {
  font-weight: bold;
  margin-bottom: 1rem;
}
.node--type-staff.node--view-mode-full .field--name-field-short {
  margin-bottom: 1rem;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

.not-front {
  padding-top: 79px;
  height: 100%;
}
.not-front .dialog-off-canvas-main-canvas {
  height: 100%;
}
.not-front .dialog-off-canvas-main-canvas .page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.not-front .dialog-off-canvas-main-canvas .page-wrapper #main {
  flex: 1 0 0;
}
.not-front .dialog-off-canvas-main-canvas .page-wrapper .level-assessment {
  flex: 0 0 auto;
}
.not-front .dialog-off-canvas-main-canvas .page-wrapper #footer {
  flex: 0 0 auto;
}

#main {
  position: relative;
}

.pagination {
  justify-content: center;
}
@media (max-width: 500px) {
  .pagination {
    flex-direction: column;
    text-align: center;
  }
}
.pagination li.is-active a {
  background: #e4e4e4;
}
.pagination a {
  color: #0b727a;
}
.pagination a:hover {
  color: #053034;
}

.page-wrapper.adaptive {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .page-wrapper.adaptive {
    padding-top: 152px;
  }
}

.ajax-progress.ajax-progress-throbber .message {
  display: none !important;
}

#vk_groups {
  border: 1px solid #e0e6eb;
  border-radius: 5px;
  overflow: hidden;
  height: 300px !important;
}
@media (min-width: 992px) {
  #vk_groups {
    margin-top: -3.5rem;
  }
}
@media (max-width: 991px) {
  #vk_groups {
    margin: auto;
    height: auto !important;
  }
}
#vk_groups iframe {
  width: 100%;
  height: 300px !important;
  background: #fff;
}

.ui-widget.ui-widget-content {
  border: 0;
  z-index: 100 !important;
}

.path-courses {
  background-color: #f9f9f9;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.view-partner .views-view-grid .row {
  justify-content: space-between;
}
.view-partner .views-view-grid .field--name-field-image {
  text-align: center;
}

.node--type-partner.node--view-mode-teaser {
  padding-bottom: 0;
}

#block-views-block-partner-block {
  margin-top: 3rem;
}
#block-views-block-partner-block h2 {
  text-align: center;
  margin-bottom: 4rem;
}
#block-views-block-partner-block h3 {
  font-family: "Noto Sans", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#block-views-block-partner-block img {
  width: 160px;
  height: 96px;
  object-fit: contain;
}

.partner-block .flickity-viewport::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  display: block;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.3) 71%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.partner-block .flickity-viewport::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  display: block;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.3) 71%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.partner-block .flickity-button {
  width: 62px;
  height: 62px;
  top: 47%;
  z-index: 10;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  transition: all 0.4s;
}
.partner-block .flickity-button svg {
  left: 35%;
  top: 36%;
  width: 30%;
  height: 30%;
}
.partner-block .flickity-button svg path {
  fill: #b7b7b7;
}
.partner-block .flickity-button:hover {
  background: #f6f6f6;
  border: 1px solid #b7b7b7;
}
.partner-block .flickity-button:hover path {
  fill: #10acb7;
}
.partner-block .flickity-button.previous {
  left: -10px;
}
.partner-block .flickity-button.previous::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.partner-block .flickity-button.next {
  right: -10px;
}
@media (min-width: 1260px) {
  .partner-block .flickity-button.previous {
    left: -72px;
  }
  .partner-block .flickity-button.next {
    right: -72px;
  }
}
.partner-block .partner__item {
  width: 50%;
}
@media (min-width: 768px) {
  .partner-block .partner__item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .partner-block .partner__item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .partner-block .partner__item {
    width: 20%;
  }
}

.node--type-testimonial.node--view-mode-teaser .field--name-field-short,
.node--type-testimonial.node--view-mode-token .field--name-field-short {
  font-size: 14px;
}

.testimonial-row:not(.flickity-enabled) {
  display: flex;
  overflow: hidden;
}
.testimonial-row:not(.flickity-enabled) .testimonial-col {
  width: 100%;
  flex-shrink: 0;
}

.testimonial-row {
  margin-top: 32px;
}
.testimonial-row .flickity-viewport {
  transition: height 0.2s;
}
.testimonial-row .node--view-mode-teaser {
  padding: 0 0.5em 30px;
}
.testimonial-row .node--view-mode-teaser .field--name-field-image {
  width: 170px;
  margin: 0 auto 25px;
}
.testimonial-row .node--view-mode-teaser .field--name-field-image img {
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-row .node--view-mode-teaser .field--name-field-testimonial-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.testimonial-row .testimonial-col {
  height: auto;
}
.testimonial-row .testimonial-col .node--view-mode-token,
.testimonial-row .testimonial-col .node--view-mode-teaser {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonial-row .testimonial-col .node--view-mode-token,
  .testimonial-row .testimonial-col .node--view-mode-teaser {
    flex-direction: column;
  }
}
.testimonial-row .testimonial-col .node--view-mode-token .field--name-field-image,
.testimonial-row .testimonial-col .node--view-mode-teaser .field--name-field-image {
  width: 96px;
}
.testimonial-row .testimonial-col .node--view-mode-token .field--name-field-short,
.testimonial-row .testimonial-col .node--view-mode-teaser .field--name-field-short {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding-bottom: 1rem;
}
@media (min-width: 991px) {
  .testimonial-row .testimonial-col .node--view-mode-token .node__content,
  .testimonial-row .testimonial-col .node--view-mode-teaser .node__content {
    margin-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .testimonial-row .testimonial-col .node--view-mode-token .name-people,
  .testimonial-row .testimonial-col .node--view-mode-teaser .name-people {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .testimonial-row .testimonial-col .node--view-mode-token .name-people,
  .testimonial-row .testimonial-col .node--view-mode-teaser .name-people {
    flex-direction: column;
    text-align: left;
  }
}
.testimonial-row .testimonial-col .node--view-mode-token .field--name-field-testimonial-name,
.testimonial-row .testimonial-col .node--view-mode-teaser .field--name-field-testimonial-name {
  font-weight: normal;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 22px;
}
.testimonial-row .testimonial-col .node--view-mode-token .title,
.testimonial-row .testimonial-col .node--view-mode-teaser .title {
  padding-right: 4px;
}

.view-id-testimonial.view-display-id-page {
  margin-top: 3rem;
}

#review {
  padding: 0rem 0 7rem;
}
#review h2 {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  #review h2 {
    margin-top: 3rem;
  }
}
#review .nav-testimonial {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
#review .nav-testimonial .testimonial-count {
  padding: 0 1rem;
}
#review .nav-testimonial .testimonial-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  background: none;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
}
#review .nav-testimonial .testimonial-button svg {
  width: 20px;
  height: 20px;
}
#review .nav-testimonial .testimonial-button path {
  fill: #b7b7b7;
}
#review .nav-testimonial .testimonial-button:hover {
  opacity: 1;
}
#review .nav-testimonial .testimonial-button:last-child {
  margin-right: 0;
}

.node--type-testimonial.node--view-mode-full .field--name-field-short {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .node--type-testimonial.node--view-mode-full .field--name-field-short {
    font-size: 15px;
  }
}

.block-views-blocktestimonial-block .views-row {
  width: 100%;
}

.hide {
  display: none;
}

#we-in-instagram {
  padding-top: 130px;
  padding-bottom: 10px;
  background: #f9f9f9;
  overflow: hidden;
}
#we-in-instagram h2 {
  font-size: 32px;
  margin: 0;
}
#we-in-instagram .container-insta {
  overflow: hidden;
}
@media (min-width: 1600px) {
  #we-in-instagram .container-insta {
    max-width: 1600px;
    padding: 0 15rem;
  }
}
#we-in-instagram .insta-list > .flickity-viewport {
  height: auto !important;
  min-height: 500px !important;
  padding-top: 45px;
  overflow: visible;
  position: relative;
}
@media (max-width: 991px) {
  #we-in-instagram .insta-list > .flickity-viewport {
    min-height: 430px !important;
  }
}
#we-in-instagram .insta-list > .flickity-viewport::before {
  content: "";
  left: -278px;
  top: 90px;
  height: 278px;
  width: 278px;
  display: block;
  position: absolute;
  background: linear-gradient(to right, white 0%, rgb(249, 249, 249) 11%, rgba(249, 249, 249, 0) 100%);
  z-index: 2;
}
#we-in-instagram .insta-list > .flickity-viewport::after {
  content: "";
  right: -278px;
  top: 90px;
  height: 278px;
  width: 278px;
  display: block;
  position: absolute;
  background: linear-gradient(to left, white 0%, rgb(249, 249, 249) 11%, rgba(249, 249, 249, 0) 100%);
  z-index: 2;
}
#we-in-instagram .insta-list > .flickity-button {
  width: 62px;
  height: 62px;
  top: 47%;
  z-index: 9;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  transition: all 0.4s;
}
@media (min-width: 1600px) {
  #we-in-instagram .insta-list > .flickity-button.previous {
    left: -5.5rem;
  }
  #we-in-instagram .insta-list > .flickity-button.next {
    right: -5.5rem;
  }
}
#we-in-instagram .insta-list > .flickity-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-arrow.png");
  transform: translate(-50%, -50%);
}
#we-in-instagram .insta-list > .flickity-button svg {
  display: none;
}
#we-in-instagram .insta-list > .previous::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 576px) {
  #we-in-instagram .insta-list > .flickity-viewport {
    min-height: 600px !important;
  }
}
@media (min-width: 768px) {
  #we-in-instagram .insta-list > .flickity-viewport {
    min-height: 500px !important;
  }
}
#we-in-instagram .insta-img {
  position: relative;
  width: 100%;
  min-height: 278px;
  background-color: #ffffff;
  overflow: hidden;
}
#we-in-instagram .insta-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(113, 201, 207, 0.65);
  opacity: 0;
  transition: opacity 0.5s;
}
#we-in-instagram .insta-item {
  opacity: 0.3;
  top: 45px;
  max-width: 290px;
  width: 100%;
  min-height: 289px;
  transition: padding 0.5s, top 0.5s;
  padding-right: 5px;
  padding-left: 5px;
}
#we-in-instagram .insta-item.is-selected {
  opacity: 1;
}
#we-in-instagram .insta-item .insta-img {
  min-height: 289px;
}
#we-in-instagram .insta-item img, #we-in-instagram .insta-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  width: auto;
  height: 270px;
  min-height: 270px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
@media (max-width: 991px) {
  #we-in-instagram .insta-item video {
    width: 100%;
    height: 100%;
  }
}
#we-in-instagram .insta-item:hover {
  top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
#we-in-instagram .insta-item:hover .insta-img::before {
  opacity: 1;
}
#we-in-instagram .insta-item:hover .insta-item__content {
  max-height: 250px;
  padding-bottom: 33px;
  opacity: 1;
}
#we-in-instagram .insta-item:hover .insta-item__content::after {
  height: 4px;
}
#we-in-instagram .insta-item:hover p {
  max-height: 100px;
}
@media (min-width: 576px) {
  #we-in-instagram .insta-item {
    max-width: 80%;
  }
  #we-in-instagram .insta-item .insta-img {
    min-height: 400px;
  }
  #we-in-instagram .insta-item img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #we-in-instagram .insta-item {
    max-width: 50%;
  }
  #we-in-instagram .insta-item .insta-img {
    min-height: 310px;
  }
  #we-in-instagram .insta-item img {
    height: 344px;
  }
}
@media (min-width: 992px) {
  #we-in-instagram .insta-item {
    max-width: 33.33333%;
  }
  #we-in-instagram .insta-item .insta-img {
    min-height: 270px;
  }
  #we-in-instagram .insta-item img {
    height: 310px;
  }
}
@media (min-width: 1200px) {
  #we-in-instagram .insta-item {
    max-width: 25%;
  }
  #we-in-instagram .insta-item img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }
}
#we-in-instagram .insta-item__content {
  position: relative;
  max-height: 0;
  background-color: #ffffff;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 0 solid #0b727a;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}
#we-in-instagram .insta-item__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0b727a;
  transition: height 0.5s;
}
#we-in-instagram .insta-item__content p {
  font-size: 12px;
  line-height: 15px;
  max-width: 100%;
  max-height: 0;
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  overflow: hidden;
  transition: max-height 0.5s;
}

.instline-widget .instaline-header {
  padding: 20px 30px;
  border-top: 2px solid #0fabb6;
  border-bottom: 2px solid #e25f5f;
}
.instline-widget .instaline-header .instaline-logo {
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  width: 150px;
  min-height: 40px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.instline-widget .insta-item__gallery .flickity-button {
  background-color: inherit;
}
.instline-widget .insta-item__gallery .flickity-button:active, .instline-widget .insta-item__gallery .flickity-button:focus, .instline-widget .insta-item__gallery .flickity-button:hover {
  background-color: inherit;
}
.instline-widget .insta-item__gallery .insta-img {
  width: 100%;
  min-height: 600px;
  height: auto;
}
.instline-widget .inner-item {
  max-width: 100%;
  width: 100%;
  min-width: 268px;
  transform: all 0.4s;
}
.instline-widget .inner-item img {
  display: block;
  transition: all 0.4s;
}
.instline-widget .insta-item__content {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.instline-widget .insta-item__content .insta-item__react {
  padding-left: 0;
}
.instline-widget .insta-item__react {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
}

.insta-item__react {
  display: flex;
  padding-left: 10px;
}
.insta-item__react > span {
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}
.insta-item__react > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.insta-item__likes::before {
  background-image: url("../images/icon-like.png");
}

.insta-item__comments::before {
  background-image: url("../images/icon-comment.png");
}

.instline-widget {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(15, 15, 15, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.instline-widget.instline-widget-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.instline-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.instline-wrapper-content {
  width: 100%;
  padding-bottom: 100vh;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  z-index: 3;
}
@media (min-width: 700px) {
  .instline-wrapper-content {
    max-width: 640px;
  }
}

.instline-close {
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: fixed;
  top: 20px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: 332px;
  cursor: pointer;
  z-index: 11;
  opacity: 0.7;
  border: none;
  background-color: transparent;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .instline-close {
    right: 34px;
    top: 27px;
    left: unset;
    z-index: 9;
  }
  .instline-close::before, .instline-close::after {
    background: #0fabb6 !important;
  }
}
.instline-close:hover {
  opacity: 1;
}
.instline-close::after, .instline-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.25s ease;
  transform: translate(-50%, -50%);
}
.instline-close::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.features .field__item:nth-child(1) .field--name-field-title {
  color: #e25f5f;
}
.features .field__item:nth-child(1) .features__caption {
  border-right-color: #e25f5f;
}
.features .field__item:nth-child(1) .feature__link {
  background-color: #e25f5f;
}
.features .field__item:nth-child(1) .feature__link:hover {
  background-color: #da3434;
  filter: grayscale(20%);
}
.features .field__item:nth-child(2) .field--name-field-title {
  color: #ece491;
}
.features .field__item:nth-child(2) .features__caption {
  border-right-color: #ece491;
}
.features .field__item:nth-child(2) .feature__link {
  background-color: #ece491;
}
.features .field__item:nth-child(2) .feature__link:hover {
  background-color: #e4d966;
  filter: grayscale(20%);
}
.features .field__item:nth-child(3) .field--name-field-title {
  color: #71c9cf;
}
.features .field__item:nth-child(3) .features__caption {
  border-right-color: #71c9cf;
}
.features .field__item:nth-child(3) .feature__link {
  background-color: #71c9cf;
}
.features .field__item:nth-child(3) .feature__link:hover {
  background-color: #4bbbc2;
  filter: grayscale(20%);
}
.features .features__item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.features .features__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 2px solid;
}
.features .field--name-field-title {
  font-size: 16px;
  font-weight: 700;
  max-width: 140px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .features .field--name-field-title {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .features .field--name-field-title {
    font-size: 24px;
    max-width: 300px;
  }
}
.features .field--name-field-icon {
  margin-top: 20px;
  margin-bottom: 7px;
}
.features .field--name-field-icon img {
  display: block;
  margin: 0 auto;
}
.features .feature__reference {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.features .feature__link {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: none;
}
@media (min-width: 992px) {
  .features .feature__link {
    max-width: 300px;
  }
}

.advantage-content {
  max-width: 625px;
}
.advantage-content h2 {
  margin-bottom: 25px;
  text-align: center;
}
.advantage-content ul {
  padding-left: 0;
  list-style: none;
}
.advantage-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 10px;
}
.advantage-content li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.advantage-content .advantage-content__link {
  display: block;
  margin: 68px auto 0;
  width: 100%;
  max-width: 400px;
  white-space: initial;
  background-color: #e25f5f;
}
.advantage-content .advantage-content__link:hover {
  background-color: #da3434;
}
@media (min-width: 768px) {
  .advantage-content {
    margin-left: 190px;
  }
}

.node--type-event .field--name-field-tags .field__items {
  display: flex;
  flex-wrap: wrap;
}
.node--type-event .field--name-field-tags .field__items .field__item {
  margin-right: 10px;
}
.node--type-event.node--view-mode-teaser .field--name-field-tags {
  display: flex;
  flex-wrap: wrap;
}
.node--type-event.node--view-mode-teaser .field--name-field-tags .field__item {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .node--type-event.node--view-mode-teaser h2 {
    margin-top: 1rem;
  }
}
.node--type-event.node--view-mode-token h2 {
  font-size: 14px;
}

#block-views-block-event-block-3 h2 {
  font-size: 20px;
  color: #E25F5F;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(170, 168, 168);
  margin-bottom: 1rem;
}
#block-views-block-event-block-3 .views-row {
  width: 100%;
}
#block-views-block-event-block-3 .views-row .views-field-title {
  font-size: 14px;
  line-height: 1.344;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-bottom: 0.5em;
  margin-top: 1rem;
}
#block-views-block-event-block-3 .views-row .views-field-created {
  margin-bottom: 1.25rem;
  color: #999;
  font-size: 0.9em;
}

#block-views-block-event-block-2 h2 {
  font-size: 20px;
  color: #E25F5F;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(170, 168, 168);
  margin-bottom: 1rem;
}
#block-views-block-event-block-2 h3 {
  font-size: 14px;
}
@media (max-width: 991px) {
  #block-views-block-event-block-2 h3 {
    margin-top: 1rem;
  }
}

.block-views-blockarchive-block-2 {
  margin-top: 1rem;
}
.block-views-blockarchive-block-2 h2 {
  font-size: 20px;
  color: #E25F5F;
}
.block-views-blockarchive-block-2 .item-list {
  border-top: 1px solid rgb(170, 168, 168);
  padding-top: 1rem;
}
.block-views-blockarchive-block-2 .item-list ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.block-views-blockarchive-block-2 .item-list ul li {
  margin-left: 0;
  margin-left: 0;
  display: inline-block;
  color: #717070;
  font-family: "Noto Serif", serif;
}
.block-views-blockarchive-block-2 .item-list ul li:hover {
  text-decoration: underline;
}
.block-views-blockarchive-block-2 .item-list ul li a {
  color: #717070;
}

#block-views-block-search-tags-block-1 {
  margin-top: 2rem;
}
#block-views-block-search-tags-block-1 h2 {
  font-size: 20px;
  color: #E25F5F;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa8a8;
  margin-bottom: 1rem;
}
#block-views-block-search-tags-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
}
#block-views-block-search-tags-block-1 .view-content .views-row {
  margin-right: 0.5rem;
}
#block-views-block-search-tags-block-1 .view-content .views-row a {
  color: #717070;
  display: block;
  font-family: "Noto Serif", serif;
  margin-bottom: 10px;
}
#block-views-block-search-tags-block-1 .view-content .views-row a:hover {
  text-decoration: underline;
}

.front .page-title {
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
}
.front #main {
  padding-bottom: 3rem;
}
.front .node--type-page .field--name-body {
  margin-top: 1.2rem;
}
.front .node--type-page .field--name-body h2 {
  font-size: 26px;
  padding-bottom: 7px;
  margin-bottom: 18px;
  position: relative;
}
.front .node--type-page .field--name-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #c7c7c7;
  display: block;
}
.front .field--name-field-desc {
  font-size: 12px;
}
.front .body-buttons {
  margin-top: 40px;
}
@media (max-width: 371px) {
  .front .body-buttons {
    text-align: center;
  }
  .front .body-buttons .synbtn-white {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .front .body-buttons .synbtn-white {
    margin-left: 14px;
  }
}
.front #review {
  background: #f9f9f9;
}
.front #how-to-start {
  background: url("../images/city-min.jpg") no-repeat center center;
  padding: 5rem 0;
  background-size: cover;
}
@media all and (max-width: 360px) {
  .front #how-to-start {
    background-image: url("../images/city-mobile-min.jpg");
  }
}
.front #how-to-start .steps {
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .front #how-to-start .steps br {
    display: none;
  }
}
.front #how-to-start .steps-number {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  color: #e25f5f;
  margin-bottom: 16px;
}
.front #how-to-start .steps-text {
  font-size: 18px;
}
.front #how-to-start .steps .synbtn {
  position: relative;
  padding: 1rem 2.8rem;
  margin-top: 1.5rem;
}
.front #how-to-start .steps .synbtn::before {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 23.5px;
  display: block;
  border: 4px solid transparent;
  border-left: 5px solid #353535;
}
.front #advantage {
  padding: 6.5rem 0 4.5rem;
}
.front #advantage h2 {
  text-align: center;
  font-size: 32px;
  padding: 0 1rem;
  margin-bottom: 2.5rem;
}
.front #advantage .field--name-field-paragraph {
  display: flex;
  flex-wrap: wrap;
}
.front #advantage .field--name-field-paragraph h3 {
  min-height: 45px;
}
.front #advantage .field--name-field-paragraph > .field__item {
  width: 33.3333%;
  border: 1px solid #e1e1e1;
  transition: background 0.25s;
}
@media (max-width: 991px) {
  .front #advantage .field--name-field-paragraph > .field__item {
    width: 100%;
  }
}
.front #advantage .field--name-field-paragraph > .field__item:hover {
  background: #71c9cf;
}
.front #advantage .field--name-field-paragraph > .field__item:hover .field--name-field-image-hover {
  opacity: 1 !important;
}
.front #advantage .field--name-field-paragraph > .field__item .paragraph--type--icon-text {
  padding: 1.8rem 3rem 1.8rem 4.5rem;
  position: relative;
}
.front #advantage .field--name-field-paragraph > .field__item .paragraph--type--icon-text .field--name-field-image,
.front #advantage .field--name-field-paragraph > .field__item .paragraph--type--icon-text .field--name-field-image-hover {
  position: absolute;
  top: 33px;
  left: 15px;
}
.front #advantage .field--name-field-paragraph > .field__item .paragraph--type--icon-text .field--name-field-image-hover {
  opacity: 0;
  z-index: 2;
}
.front #advantage .field--name-field-paragraph > .field__item .paragraph--type--icon-text .field--name-field-text a {
  display: block;
  font-family: "Noto Serif", Georgia, serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.our-programs {
  padding: 6.5rem 0;
}
.our-programs-content {
  display: flex;
  flex-wrap: wrap;
}
.our-programs-list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.our-programs-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 30px;
}
.our-programs-grid .our-programs-item {
  max-width: none;
}
.our-programs-title {
  text-align: center;
}
.our-programs-note {
  font-size: 18px;
}
.our-programs-subtitle {
  text-align: center;
}
.our-programs-desc {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s;
}
.our-programs-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .our-programs-item:hover .our-programs-wrapper {
    transform: translateY(-60px);
  }
}
.our-programs-item:hover .our-programs-wrapper .our-programs-image::before {
  opacity: 1;
}
.our-programs-item:hover .our-programs-wrapper .our-programs-desc {
  max-height: 60px;
}
.our-programs-item:hover .our-programs-wrapper .our-programs-text::before {
  opacity: 1;
}
.our-programs-button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.our-programs-item {
  position: relative;
  max-width: 33.3333%;
  padding-top: 60px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .our-programs-item .our-programs-text {
    padding: 1.5rem 14px;
  }
}
@media (max-width: 991px) {
  .our-programs-item {
    padding: 0;
  }
  .our-programs-item .our-programs-image::before {
    opacity: 0 !important;
  }
  .our-programs-item .our-programs-desc {
    max-height: inherit;
  }
  .our-programs-item.pointer-yes {
    pointer-events: painted !important;
  }
}
@media (max-width: 540px) {
  .our-programs-item {
    max-width: 100%;
    width: 100%;
  }
}
.our-programs-image {
  position: relative;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.our-programs-image img {
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .our-programs-image img {
    width: 100%;
    object-fit: cover;
    height: 200px;
  }
}
.our-programs-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(113, 201, 207, 0.65);
  opacity: 0;
  transition: opacity 0.5s;
}
.our-programs-text {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  z-index: 2;
}
.our-programs-text::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: -28px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  display: block;
}
.our-programs-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  z-index: 2;
  background: #0b727a;
  opacity: 0;
  left: 0;
  transition: opacity 0.25s;
}
.our-programs-text a {
  font-family: "Noto Serif", Georgia, serif;
  font-style: italic;
  font-weight: bold;
}

.video__media {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
.video__media img {
  position: relative;
  z-index: 1;
}
.video__media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-youtube.svg");
  transition: transform 0.4s, filter 0.2s;
  transform: translate(-50%, -50%) perspective(1px);
  z-index: 1;
}
.video__media:hover::after {
  transform: translate(-50%, -50%) scale(1.1) perspective(1px);
}
.video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.front #review {
  padding-top: 50px;
}

.steps-text-phone {
  color: #353535;
}

slide .img-adaptive {
  position: relative;
}
slide .img-adaptive img {
  height: 585px;
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
}
@media (max-width: 991px) {
  slide .img-adaptive img {
    height: 350px;
  }
}
slide .img-adaptive .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  slide .img-adaptive .slider-content .content {
    max-width: 50%;
    margin-top: 8.2rem;
  }
}
slide .img-adaptive .slider-content h2 {
  font-size: 46px;
  line-height: 58px;
}
@media (max-width: 758px) {
  slide .img-adaptive .slider-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 3rem;
  }
}
slide .img-adaptive .slider-content .field--name-field-short {
  font-size: 18px;
}
slide .img-adaptive .slider-content .synbtn {
  position: relative;
  padding: 1rem 2.5rem;
  margin-top: 3.5rem;
}
slide .img-adaptive .slider-content .synbtn::before {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 22.5px;
  display: block;
  border: 4px solid transparent;
  border-left: 5px solid #353535;
}

.view-slide .flickity-prev-next-button {
  bottom: 2%;
  top: unset;
  width: 38px;
  height: 38px;
  border: 1px solid #b7b7b7;
  opacity: 1 !important;
  background: #fff;
}
@media (max-width: 425px) {
  .view-slide .flickity-prev-next-button {
    display: none;
  }
}
.view-slide .flickity-prev-next-button svg {
  left: 35%;
  top: 34%;
  width: 30%;
  height: 30%;
}
.view-slide .flickity-prev-next-button svg path {
  fill: #b7b7b7;
}
.view-slide .flickity-prev-next-button:hover svg path {
  fill: #0fabb6;
}
.view-slide .flickity-prev-next-button:disabled {
  opacity: 1;
}
.view-slide .flickity-prev-next-button.next {
  right: 45.5%;
}
@media (max-width: 991px) {
  .view-slide .flickity-prev-next-button.next {
    right: 40.5%;
  }
}
@media (max-width: 578px) {
  .view-slide .flickity-prev-next-button.next {
    right: 10%;
  }
}
.view-slide .flickity-prev-next-button.previous {
  left: 46.5%;
}
@media (max-width: 991px) {
  .view-slide .flickity-prev-next-button.previous {
    left: 40.5%;
  }
}
@media (max-width: 578px) {
  .view-slide .flickity-prev-next-button.previous {
    left: 10%;
  }
}

#team {
  background: #f9f9f9;
  background: #f9f9f9;
  padding: 6rem 0 7.5rem;
}
#team h2 {
  font-size: 32px;
}
#team .subtitle {
  margin-bottom: 3.5rem;
}

#block-teachers-block .field--name-body {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  #block-teachers-block .field--name-body {
    flex-direction: column;
  }
}
#block-teachers-block .field--name-body p {
  font-size: 18px;
}
#block-teachers-block .field--name-body p .colorbox {
  display: block;
}
@media (min-width: 992px) {
  #block-teachers-block .field--name-body p .colorbox {
    width: 295px;
  }
}
#block-teachers-block .field--name-body p:nth-child(2) {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  #block-teachers-block .field--name-body p:nth-child(2) {
    margin-left: 0;
  }
}

#block-views-block-team-block .flickity-prev-next-button {
  top: 50%;
  width: 61px;
  height: 61px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
}
#block-views-block-team-block .flickity-prev-next-button:hover {
  background: #f6f6f6;
  border: 1px solid #b7b7b7;
}
#block-views-block-team-block .flickity-prev-next-button:hover svg path {
  fill: #10acb7;
}
#block-views-block-team-block .flickity-prev-next-button.previous {
  left: -87px;
}
@media (max-width: 1300px) {
  #block-views-block-team-block .flickity-prev-next-button.previous {
    left: -30px;
  }
}
@media (max-width: 991px) {
  #block-views-block-team-block .flickity-prev-next-button.previous {
    left: 10px;
  }
}
#block-views-block-team-block .flickity-prev-next-button.next {
  right: -87px;
}
@media (max-width: 1300px) {
  #block-views-block-team-block .flickity-prev-next-button.next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  #block-views-block-team-block .flickity-prev-next-button.next {
    right: 10px;
  }
}
#block-views-block-team-block .flickity-prev-next-button svg {
  left: 35%;
  top: 38%;
  width: 30%;
  height: 30%;
}
#block-views-block-team-block .flickity-prev-next-button svg path {
  fill: #b7b7b7;
}

.view-id-team.view-display-id-page {
  margin-top: 4rem;
}

.team-slider .team-item {
  max-width: 25%;
  height: 422px;
  width: 25%;
}
@media (max-width: 991px) {
  .team-slider .team-item {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 490px) {
  .team-slider .team-item {
    max-width: 100%;
    width: 100%;
  }
}
.team-slider .node--type-team.node--view-mode-token {
  height: 100%;
  padding: 3.5rem 2rem;
  border: 1px solid #ebebeb;
  background: #fff;
  transition: background 0.5s;
  text-align: center;
}
.team-slider .node--type-team.node--view-mode-token:hover {
  background: none;
}
.team-slider .node--type-team.node--view-mode-token:hover a {
  color: #2b848b;
}
.team-slider .node--type-team.node--view-mode-token a {
  color: #353535;
}
.team-slider .node--type-team.node--view-mode-token h3 {
  font-size: 1rem;
  line-height: 1.344;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-top: 2.5rem;
}
.team-slider .node--type-team.node--view-mode-token img {
  width: 157px;
  height: 157px;
  object-fit: cover;
  border-radius: 100px;
}
.team-slider .node--type-team.node--view-mode-token .field--name-field-team-position {
  font-weight: normal;
  padding-top: 0.8em;
}

@media (max-width: 490px) {
  .node--type-team.node--view-mode-teaser h3,
  .node--type-team.node--view-mode-token h3 {
    font-size: 1rem;
  }
}

#block-free-lesson {
  padding: 5.5rem 0 7.5rem;
}
@media (min-width: 992px) {
  #block-free-lesson {
    background: url(../images/free-lesson.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  #block-free-lesson p br {
    display: none;
  }
}
#block-free-lesson .ajax-progress-throbber {
  display: none !important;
}
#block-free-lesson h2 {
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 26px;
}
#block-free-lesson h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #c7c7c7;
  display: block;
}
#block-free-lesson form {
  margin-top: 2rem;
}
#block-free-lesson form .field--name-field-name input {
  margin-top: 0 !important;
}
#block-free-lesson form label {
  display: none;
}
@media (min-width: 992px) {
  #block-free-lesson form {
    column-count: 2;
    position: relative;
  }
  #block-free-lesson form .form-item {
    margin-top: 0;
    margin-right: 10px;
  }
  #block-free-lesson form .form-item input {
    margin-top: 0;
  }
  #block-free-lesson form .form-actions {
    margin-right: 10px;
    margin-top: 21px;
  }
  #block-free-lesson form .form-actions input {
    width: 100%;
    padding: 14px 15px;
  }
  #block-free-lesson form textarea {
    height: 73px;
    resize: none;
  }
  #block-free-lesson form .form-item-fz152-agreement {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

form .form-actions input {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.8rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background-color 0.4s;
  color: #353535;
  background-color: #ec8282;
  border-color: #ec8282;
}
form .form-actions input:hover, form .form-actions input:active, form .form-actions input:focus {
  background-color: #e06a6a !important;
  border-color: #e06a6a !important;
}
form .form-actions input:hover {
  color: #353535;
}
form .form-item input::-webkit-input-placeholder:last-letter {
  color: red;
}
form .form-item input::-moz-placeholder:last-letter {
  color: red;
}
form .form-item input:-ms-input-placeholder:last-letter {
  color: red;
}
form .form-item input:-moz-placeholder:last-letter {
  color: red;
}
form .form-item input {
  font-family: "Noto Sans", Tahoma, sans-serif;
}
form .form-item .form-control {
  font-size: 14px;
  padding: 8px 13px;
}
form .form-item .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
form .form-item .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
form .form-item .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
form .form-item .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
form .form-item .form-control:focus {
  border: 1px solid #df6a6a;
  box-shadow: none;
}
form .form-item-fz152-agreement,
form .form-item-front-agreement {
  display: flex;
  color: #9a9a9a;
}
form .form-item-fz152-agreement a,
form .form-item-front-agreement a {
  text-decoration: underline;
  color: #9a9a9a;
}
form .form-item-fz152-agreement .description,
form .form-item-front-agreement .description {
  padding-top: 1px;
}
form input[type=checkbox] {
  cursor: pointer;
  display: inline-block !important;
  margin: 0;
}
form label::after {
  display: none;
}
form input[type=checkbox] {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  top: 2px;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 5px 0 0;
  border: 0 solid grey;
  border-radius: 0;
  margin-right: 10px;
}
form input[type=checkbox]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  border: 0 solid grey;
  font-size: 0;
  border-radius: 1px;
  background: #ebebeb;
}
form input[type=checkbox]:checked:after {
  background: #ebebeb;
  content: "✔";
  color: #000;
  background-image: url(../images/gal.png) !important;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1000;
  position: absolute;
}

.form-text,
.form-textarea,
.form-tel,
.form-email,
.form-number {
  margin-top: 0.25rem !important;
}

.block-payment-block form {
  position: relative;
}
.block-payment-block form .form-submit {
  margin-top: 4rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1.8rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #353535;
  background-color: #ec8282;
  border-color: #ec8282;
  outline: none;
}
.block-payment-block form .form-submit:hover {
  background-color: #e06a6a;
  border-color: #e06a6a;
  box-shadow: none !important;
  color: #353535;
}
.block-payment-block form .form-submit:active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.block-payment-block form .form-item-fz152-agreement {
  position: absolute;
  bottom: 65px;
  flex-wrap: wrap;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
#synmap-point {
  height: 800px;
  position: relative;
  overflow: hidden;
}
#synmap-point .node--view-mode-teaser {
  margin: 0;
}
@media (max-width: 768px) {
  #synmap-point .node--view-mode-teaser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#synmap-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 5;
  right: -100px;
  bottom: 0;
  box-shadow: inset 0 0 20px 0px #aaa;
  pointer-events: none;
}
#synmap-point h3 {
  position: relative;
  padding-left: 35px;
  /*max-width: 260px;*/
}
#synmap-point h3:before {
  content: "";
  background: url(../images/book-icons.png) no-repeat 0 0;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
#synmap-point .placemark {
  width: 28px;
  height: 36px;
  background: url(../images/placemark.png) no-repeat 0 0;
}
#synmap-point .placemark-content {
  position: absolute;
  top: -60px;
  left: -60px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
  width: max-content;
  opacity: 0;
}
#synmap-point .placemark-content h3 {
  margin: 0;
}
#synmap-point .point.hover.active .placemark, #synmap-point .point.hover.hover .placemark {
  background: url(../images/placemark-active.png) no-repeat 0 0;
}
#synmap-point .point.hover.hover .placemark-content {
  opacity: 1;
  transition: all 200ms linear;
}
#synmap-point .point.hover.active .placemark-content {
  display: none;
}
#synmap-point .balloon-content-body {
  padding: 30px 20px;
}
#synmap-point .balloon-content-body .field--name-field-image {
  float: left;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #synmap-point .balloon-content-body .field--name-field-image {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#synmap-point .balloon-content-body .content {
  overflow: hidden;
}
#synmap-point .balloon-content-body .content .field--name-body {
  color: #6c6c6c;
  font-size: 12px;
  line-height: 1.3em;
}
#synmap-point .balloon-content-body .content .field--name-body p {
  margin-bottom: 0.5em;
}
#synmap-point .balloon-content-body .content .more a {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
#synmap-point .balloon-content-body .content .more a:hover {
  text-decoration: none;
}
#synmap-point .popover {
  max-width: none;
}
#synmap-point .popover .close {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 10;
}

.big-title {
  text-align: center;
  padding: 0.8em 0;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 3rem;
}
.big-title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: block;
  line-height: 1em;
}

@media (max-width: 991.98px) {
  .big-title {
    margin-bottom: 20px;
  }
}
#lp-section #contacts .contacts__inner {
  padding: 40px 0;
}
#lp-section #contacts p {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 300;
}
#lp-section #contacts a {
  text-decoration: none;
  border-bottom: solid 1px;
}
#lp-section #contacts a:hover {
  border-color: #fff !important;
}
#lp-section #line,
#lp-section #order {
  background: url("../images/line-bg.jpg") center top/cover no-repeat;
  position: relative;
  text-align: center;
  padding: 4rem 0 4.5rem;
}
#lp-section #order h2 {
  color: #ffffff;
}
#lp-section #order .field--name-field-order-item {
  display: none;
}
#lp-section #line {
  color: #ffffff;
}
#lp-section #line .line-title, #lp-section #line #order h2, #lp-section #order #line h2 {
  font-size: 52px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 25px;
}
#lp-section #line .line-subtitle {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  max-width: 640px;
  margin: 0 auto 30px;
}
#lp-section #line .line-buttons {
  max-width: 60%;
}
@media (max-width: 1199.98px) {
  #lp-section #line .line-buttons {
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  #lp-section #line .line-buttons {
    max-width: 90%;
  }
}
#lp-section #line .line-buttons .btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#lp-section #line .line-buttons .btn i {
  font-size: 2em;
  margin-right: 0.5rem;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .field--type-text-long table {
    display: block;
  }
}

.field--name-field-attach {
  margin: 50px 0 30px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  position: relative;
  line-height: 3em;
}
.field--name-field-attach .field__item::before {
  content: "\f15b";
  font-size: 2.5em;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
}
.field--name-field-attach .file a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

.field--name-body a {
  text-decoration: none;
  border-bottom: solid 1px;
}
.field--name-body a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-body .field--name-body table td,
  .field--name-body .field--name-body table thead th {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .field--name-body table {
    display: block;
    overflow: auto;
    margin-bottom: 15px;
  }
  .field--name-body h2 {
    margin: 20px 0;
    font-size: 23px;
  }
  .field--name-body h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .field--name-body h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .field--name-body p {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .field--name-body blockquote,
  .field--name-body blockquote p {
    font-size: 17px;
  }
  .field--name-body blockquote {
    padding: 0;
  }
  .field--name-body blockquote::before {
    z-index: -1;
    opacity: 0.08;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    font-size: 4rem;
  }
  .field--name-body .youtube-embed-wrapper {
    margin: 15px 0;
  }
  .field--name-body iframe {
    max-height: 40vh;
    margin: 15px 0;
  }
}
@media (max-width: 575.98px) and (max-width: 991px) {
  .field--name-body iframe {
    width: 100%;
  }
}

.field--name-field-gallery {
  padding: 30px 0 50px;
}
.field--name-field-gallery .field__item a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.field--name-field-gallery .field__item img {
  transition: transform 0.4s, opacity 0.4s;
  object-fit: cover;
}
.field--name-field-gallery .field__item img:hover {
  transform: scale(1.2) perspective(1px);
}
.field--name-field-gallery .field__item img:active {
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .field--name-field-gallery {
    padding: 0 0 15px;
  }
  .field--name-field-gallery .field__item {
    width: 33.333%;
  }
}
.accordion-item {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 9px;
  transition-duration: 0.4s;
}
.accordion-item-header {
  padding: 23px 40px 21px 23px;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.accordion-item-header.active .accordion-icon {
  transform: rotate(180deg);
  color: #e25e5e;
}
.accordion-item-body {
  display: none;
  padding: 0 40px 0 23px;
}
.accordion-icon {
  width: 20px;
  position: absolute;
  top: 25px;
  right: 10px;
  color: #0fabb6;
  transform: none;
  transition-duration: 0.4s;
}

.pager {
  margin-top: 33px;
}
.pager .pagination {
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .pager .pagination {
    flex-direction: row;
    justify-content: center;
  }
}
.pager .pagination a {
  color: #353535;
}
.pager .pagination li.is-active a {
  background: transparent;
  color: #e25f5f;
  cursor: default;
}
.pager .pagination .page-link {
  font-size: 16px;
  padding: 1rem 1rem;
  border: none;
}
.pager .pagination .page-link:focus {
  box-shadow: none;
}
.pager .pagination .page-link:hover {
  background-color: transparent;
  color: #0fabb6;
}
@media (min-width: 576px) {
  .pager .pagination .page-link {
    margin: 10px 5px;
  }
}
@media (max-width: 767px) {
  .pager .pagination .page-link {
    padding: 0.5rem 0.5rem;
  }
}
.pager .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 0;
}
.pager .pagination .pager__item--last,
.pager .pagination .pager__item--first,
.pager .pagination .pager__item--next,
.pager .pagination .pager__item--previous {
  margin: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pager .pagination .pager__item--last,
  .pager .pagination .pager__item--first,
  .pager .pagination .pager__item--next,
  .pager .pagination .pager__item--previous {
    margin: 5px;
  }
}
.pager .pagination .pager__item--last .page-link,
.pager .pagination .pager__item--first .page-link,
.pager .pagination .pager__item--next .page-link,
.pager .pagination .pager__item--previous .page-link {
  margin: 0;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.pager .pagination .pager__item--last:hover .page-link,
.pager .pagination .pager__item--first:hover .page-link,
.pager .pagination .pager__item--next:hover .page-link,
.pager .pagination .pager__item--previous:hover .page-link {
  border: 1px solid #0fabb6;
  background-color: #fff;
}
.pager .pagination .pager__item {
  display: flex;
  align-items: center;
}
.pager .pagination .pager__item--last {
  margin-right: 0;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.path-contact #map {
  position: absolute;
  height: 100%;
  width: 100%;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 2rem;
}
.breadcrumb li {
  color: #737373;
}
.breadcrumb li:before {
  content: "→";
}

.bg-gray {
  background: #f9f9f9;
}

.region-order .form-type-textfield label {
  display: none;
}
.region-order .form-type-textarea label {
  display: none;
}

.synmap {
  min-height: 300px;
}

.level-assessment .row > div {
  padding: 25px 15px;
}
.level-assessment img {
  margin-right: 20px;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  margin: 1rem 0;
}

.page-node-91 #block-office-map {
  display: block;
  height: 370px;
}
.page-node-91 #block-office-map #synmap-office i.fas {
  color: #0b727a;
  font-size: 50px;
}
.page-node-91 #block-office-map #synmap-office i.fas span {
  opacity: 0;
}
@media (max-width: 991px) {
  .page-node-91 .map-content {
    flex-wrap: wrap;
  }
}
.page-node-91 #block-views-block-office-block {
  width: 30%;
  flex: 0 0 30%;
  background: #F3F3F3;
}
@media (max-width: 991px) {
  .page-node-91 #block-views-block-office-block {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
}
.page-node-91 #block-views-block-office-block .node--type-office.node--view-mode-teaser {
  margin: 0;
  padding: 2rem 2rem 0rem;
}
.page-node-91 #block-views-block-office-block .node--type-office.node--view-mode-teaser p {
  margin: 0;
}
.page-node-91 .map-item {
  width: 70%;
  flex: 0 0 70%;
}
@media (max-width: 991px) {
  .page-node-91 .map-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.green-b {
  color: #0b727a;
}

#block-staff-block .field--name-body {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  #block-staff-block .field--name-body {
    flex-direction: column;
  }
}
#block-staff-block .field--name-body p {
  font-size: 18px;
}
#block-staff-block .field--name-body p .colorbox {
  display: block;
}
@media (min-width: 992px) {
  #block-staff-block .field--name-body p .colorbox {
    width: 295px;
  }
}
#block-staff-block .field--name-body p:nth-child(2) {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  #block-staff-block .field--name-body p:nth-child(2) {
    margin-left: 0;
  }
}

#synmap-office {
  min-height: 370px !important;
}

.view-invoice .csv-feed {
  display: block;
  margin-bottom: 20px;
}
.view-invoice .csv-feed .feed-icon {
  background: none;
  width: auto;
  text-indent: 0;
  overflow: visible;
}

.view-id-invoice.view-display-id-page_1 .view-filters {
  position: relative;
}
.view-id-invoice.view-display-id-page_1 .view-filters .feed-icons {
  display: none;
}
.view-id-invoice.view-display-id-page_1 .view-filters .feed-icons.active {
  display: inline-block;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.block-image {
  margin-bottom: 50px;
}
.block-image__wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .block-image__wrapper {
    flex-wrap: wrap;
  }
}
.block-image .field--name-field-image {
  flex-shrink: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .block-image .text-formatted {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .block-image .text-formatted {
    margin-bottom: 20px;
  }
}
.block-image p {
  font-size: 18px;
}

.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
.cookie_notice__link {
  color: #10acb7;
}
.cookie_notice__link:hover {
  color: #e06a6a;
}

.btn.cookie_btn {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding: 4px 12px;
}
.btn.cookie_btn:hover {
  color: #FFF;
  background-color: #e06a6a;
  border-color: #e06a6a;
}
.btn.cookie_btn:hover::after, .btn.cookie_btn:hover::before {
  width: 100%;
  left: 0;
}
.btn.cookie_btn::after, .btn.cookie_btn::before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #FFF;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn.cookie_btn::before {
  top: -6px;
}
/*# sourceMappingURL=_maps/index.css.map */
