@charset "UTF-8";

:root {
  --title-font: 'Bebas Neue Cyrillic';
}
.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

/*
@font-face {
  font-family: "BebasNeueBold";
  font-weight: 700;
  src: url("../fonts/BebasNeue/BebasNeueBold.eot");
  src: url("../fonts/BebasNeue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*/

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeue/BebasNeueCyrillic-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

/*
@font-face {
  font-family: "BebasNeueRegular";
  font-weight: 400;
  src: url("../fonts/BebasNeue/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*/
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeue/BebasNeueCyrillic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

article a, .wysiwyg a {
  text-decoration: underline;
  color: #3e7cf7;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

button, .btn, input[type="button"] {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  background-color: #3e7cf7;
  padding: 0.6em 1.2em;
  line-height: 1em;
  transition: background 100ms;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.focus, button:focus, button:hover, button:active, .btn.focus, .btn:focus, .btn:hover, .btn:active, input[type="button"].focus, input[type="button"]:focus, input[type="button"]:hover, input[type="button"]:active {
  text-decoration: none;
  background-color: #3873ec;
}

button:active, button:focus, .btn:active, .btn:focus, input[type="button"]:active, input[type="button"]:focus {
  outline: none;
}

.form-group {
  position: relative;
}

.form-group.error .error-label {
  opacity: 1;
  transition: opacity .3s;
}

.form-group.error .input-line {
  background: #f41f52;
  width: 100%;
}

.form-group .input-holder:after {
  background: #f41f52;
}

.form-group .error-label {
  color: #ff0000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -2.1rem;
  transition: opacity .3s;
}

.checkbox input[type="checkbox"]:not(:checked), .checkbox input[type="checkbox"]:checked {
  left: -9999rem;
  position: absolute;
}

.checkbox input[type="checkbox"]:not(:checked) + label, .checkbox input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 3.6rem;
}

.checkbox input[type="checkbox"]:not(:checked) + label:before, .checkbox input[type="checkbox"]:checked + label:before {
  background: #eee;
  content: '';
  border: 1px solid #383838;
  left: 0;
  top: 0.2rem;
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
}

.checkbox input[type="checkbox"]:not(:checked) + label:after, .checkbox input[type="checkbox"]:checked + label:after {
  border: 2px solid #000;
  border-left-color: transparent;
  border-top-color: transparent;
  content: '';
  color: #000;
  position: absolute;
  top: 0.2rem;
  left: 0.7rem;
  font-size: 1.8rem;
  transition: all .2s;
  height: 0.10rem;
  width: 0.3rem;
}

.checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: rotate(-90deg) scale(0);
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: rotate(40deg) scale(1);
}

.checkbox input[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.checkbox input[type="checkbox"]:disabled + label {
  color: #aaa;
}

.checkbox input[type="checkbox"]:checked:focus + label:before, .checkbox input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #777;
}

.radio input[type="radio"]:not(:checked), .radio input[type="radio"]:checked {
  left: -9999rem;
  position: absolute;
}

.radio input[type="radio"]:not(:checked) + label, .radio input[type="radio"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 3.9rem;
}

.radio input[type="radio"]:not(:checked) + label:before, .radio input[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #000;
  content: '';
  left: 0;
  top: 0.2rem;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
}

.radio input[type="radio"]:not(:checked) + label:after, .radio input[type="radio"]:checked + label:after {
  content: '';
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  transition: all .2s;
}

.radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radio input[type="radio"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.radio input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.radio input[type="radio"]:disabled:checked + label:after {
  color: #999;
}

.radio input[type="radio"]:disabled + label {
  color: #aaa;
}

.input-file {
  cursor: pointer;
  position: relative;
}

.input-file label {
  cursor: pointer;
  display: block;
  transition: all .4s;
}

.input-file input {
  cursor: pointer;
  display: inline-block;
  left: 0;
  opacity: 0.01;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

a {
  color: #3e7cf7;
  transition: all 0.35s;
  text-decoration: none;
}

a:hover {
  transition: all 0.35s;
  color: #3873ec;
}

.link_more {
  color: #3e7cf7;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 18px 50px 16px;
  border: 3px solid #3e7cf7;
  font-family: var(--title-font);
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: all 0.35s;
}

.link_more:hover {
  transition: all 0.35s;
  background: #3e7cf7;
  color: #fff;
}

.link_more:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #3e7cf7;
  position: absolute;
  left: -30px;
  top: 50%;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
  color: #333;
}

@media (min-width: 1980px) {
  html {
    font-size: 32px;
  }
}

body {
  margin: 0;
  font-smoothing: antialiased;
  tap-highlight-color: transparent;
}

body.fixed {
  overflow: hidden;
}

body.fixed.client-ios {
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  border: none;
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

ul.list-inline > li {
  display: inline-block;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

hr {
  border: 0;
  display: block;
  border-top: 1px solid #44474c;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

label {
  border-radius: 0;
}

button, input, select, textarea, a {
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
  font-size: 16px;
}

button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, a:focus, a:active {
  outline-color: #3e7cf7;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #44474c;
  outline-color: #3e7cf7;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

input,
textarea {
  outline: none;
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
  color: #44474c;
  font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
  font-size: 16px;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container {
  overflow: hidden;
  margin: 0 auto;
  width: 1170px;
}

.hidden {
  display: none !important;
}

@media (max-width: 1199px) {
  .sm-hidden {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .xs-hidden {
    display: none !important;
  }
}

.image-holder {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.image-holder img {
  object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.image-holder .fake-img {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.image-holder .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.table-holder {
  max-width: 100%;
  overflow: auto;
}

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.align-center,
.text-center {
  text-align: center;
}

.align-right,
.text-right {
  text-align: right;
}

.align-left,
.text-left {
  text-align: left;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.clearfix:before, .clearfix:after {
  content: '';
  height: 0;
  display: table;
  clear: both;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.inline-layout {
  font-size: 0;
  letter-spacing: 0;
}

.inline-layout > * {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.4 Lato-Regular, "Arial", sans-serif;
}

.inline-layout.col-1 > * {
  width: 100%;
}

.inline-layout.col-2 > * {
  width: 50%;
}

.inline-layout.col-3 > * {
  width: 33.33333%;
}

.inline-layout.col-3 > * > .double {
  width: 66.66667%;
}

.inline-layout.col-4 > * {
  width: 25%;
}

.inline-layout.col-4 > * > .double {
  width: 50%;
}

.inline-layout.col-5 > * {
  width: 20%;
}

.inline-layout.col-5 > * > .double {
  width: 40%;
}

.inline-layout.col-6 > * {
  width: 16.66667%;
}

.inline-layout.col-6 > * > .double {
  width: 33.33333%;
}

.inline-layout.col-7 > * {
  width: 14.28571%;
}

.inline-layout.col-7 > * > .double {
  width: 28.57143%;
}

.inline-layout.col-8 > * {
  width: 12.5%;
}

.inline-layout.col-8 > * > .double {
  width: 266.66667%;
}

.inline-layout.col-9 > * {
  width: 11.11111%;
}

.inline-layout.col-9 > * > .double {
  width: 22.22222%;
}

.inline-layout.col-10 > * {
  width: 10%;
}

.inline-layout.col-10 > * > .double {
  width: 20%;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

footer {
  background: #f3f8fc;
  padding: 45px 0;
}

footer .link_social {
  float: left;
  color: #3e7cf7;
  position: relative;
  padding-right: 40px;
}

footer .link_social:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  top: 50%;
  background: #3e7cf7;
  pointer-events: none;
}

footer .link_social:not(:last-of-type) {
  margin-right: 20px;
}

footer .copyright {
  float: right;
}

footer .copyright span {
  vertical-align: middle;
  font-size: 14px;
  color: #ccd4e5;
}

footer .copyright span.color_black {
  color: #000;
  font-size: 12px;
  margin-right: 75px;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

header {
  position: relative;
  background: #fff;
  transition: 0.5s;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  header .container {
    padding: 0;
  }
}

header .logo {
  vertical-align: middle;
  width: 169px;
  margin-left: 7px;
}

header .logo img {
  width: 100%;
}

header nav {
  vertical-align: middle !important;
  width: calc(100% - 431px);
  text-align: center;
  height: 60px;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  header nav {
    width: calc(100% - 176px);
    padding-right: 176px;
  }
}

@media screen and (min-width: 1370px) {
  header nav {
    width: calc(100% - 176px);
    padding-right: 176px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  header nav {
    height: 55px;
    width: calc(100% - 380px);
  }
}

header nav .navigation-links {
  margin: 0;
}

header nav ul {
  vertical-align: middle;
}

header nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  height: 60px;
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  header nav ul li {
    height: 55px;
    margin: 0 14px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul li {
    max-width: 220px;
  }
}

header nav ul li:first-child:after {
  display: block;
  content: 'меню';
  position: absolute;
  top: -89px;
  left: 0;
  font-size: 20px;
  letter-spacing: 1.1px;
  color: #000;
  line-height: normal;
  z-index: 50;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  header nav ul li:first-child:after {
    content: none;
  }
}

header nav ul li.active:before {
  display: block;
  width: 100%;
  height: 3px;
  background: #3e7cf7;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
}

header nav ul li a {
  transition: all 0.35s;
  color: #000;
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 63px;
}

@media screen and (min-width: 992px) and (max-width: 1169px) {
  header nav ul li a {
    line-height: 58px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul li a {
    font-size: 30px !important;
    letter-spacing: 1.6px !important;
    text-align: right;
  }
}

header nav ul li a:hover {
  transition: all 0.35s;
  color: #3e7cf7;
}

header nav ul.english li:first-child:after {
  content: 'menu';
}

header .link_modal {
  vertical-align: middle;
  height: 60px;
  line-height: 63px;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  width: 225px;
  background: #3e7cf7;
  color: #fff;
  text-align: center;
  letter-spacing: 0.8px;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  right: 0;
}

header .link_modal:hover {
  transition: all 0.35s;
  background: #3873ec;
}

header.fixed {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 991px) {
  header nav {
    width: calc(100% - 322px);
    height: auto;
  }
  header nav .burger-button {
    margin-left: calc(100% - 16px);
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  header nav .burger-button {
    margin-left: 0;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.chromeperfectpixel-initial-block iframe,
#chromeperfectpixel-supported-by {
  display: none !important;
}

#__bs_notify__ {
  display: none !important;
  opacity: 0 !important;
}

* {
  transition: all .3s;
}

body a {
  color: #44474c;
  cursor: pointer;
}

p a {
  color: #3e7cf7;
}

strong {
  color: #000;
}

h1 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px !important;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px !important;
  }
}

h1 span, h1 strong, h1 b, h1 p, h1 a {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px !important;
  color: #000;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h1 span, h1 strong, h1 b, h1 p, h1 a {
    font-size: 48px !important;
  }
}

h1 a {
  color: #3e7cf7 !important;
}

h2 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 40px !important;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 33px !important;
  }
}

h2 span, h2 strong, h2 b, h2 p, h2 a {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 48px !important;
  color: #000;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h2 span, h2 strong, h2 b, h2 p, h2 a {
    font-size: 33px !important;
  }
}

h2 a {
  color: #3e7cf7 !important;
}

h3 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 1.8px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px !important;
  }
}

h3 span, h3 strong, h3 b, h3 p, h3 a {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px !important;
  letter-spacing: 1.8px;
  color: #000;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h3 span, h3 strong, h3 b, h3 p, h3 a {
    font-size: 18px !important;
  }
}

h3 a {
  color: #3e7cf7 !important;
}

h4 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 1.8px;
  line-height: normal;
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px !important;
  }
}

h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 64px;
  height: 100%;
  width: 6px;
  background: #3e7cf7;
}

h4:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  height: 17px;
  width: 22px;
  background: url("../img/icons/icons-quotes.png") no-repeat center;
  background-size: 100%;
}

h4 span, h4 strong, h4 b, h4 p, h4 a {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 1.8px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  h4 span, h4 strong, h4 b, h4 p, h4 a {
    font-size: 18px !important;
  }
}

h4 a {
  color: #3e7cf7 !important;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.modal-holder {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 10;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .3s ease-out, transform .2s, visibility .4s;
}

.modal-holder .modal-content {
  background: #fff;
  position: relative;
  transform: translateY(40px) translateZ(0);
  transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s;
}

.modal-holder.opened {
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.modal-holder.opened .modal-content {
  transform: translateY(0) translateZ(2px);
  transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s;
}

.modal-holder::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.close-modal {
  background-size: 100%;
  right: 0;
  top: 0;
  margin-top: 3rem;
  margin-right: 3rem;
  height: 2.4rem;
  width: 2.4rem;
  transition: top .1s;
  z-index: 1020;
}

.close-modal:after {
  display: none;
}

.close-modal:hover {
  opacity: 1;
  transition: opacity .3s;
}

.close-button {
  width: 56px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  padding: 17px;
}

.close-button img {
  width: 20px;
  height: 20px;
}

.close-button:hover, .close-button:focus {
  background: #fff;
}

.modal-event-success .close-button {
  background: #fff !important;
}

.modal-event-registration {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 1;
  transition: none;
}

.modal-event-registration .event-registration-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 55px 130px 65px;
  background: #fff;
  max-width: 540px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form {
    padding: 18px 20px;
  }
}

.modal-event-registration .event-registration-form .form-title {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 33px;
  color: #3e7cf7;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .form-title {
    font-size: 24px;
  }
}

.modal-event-registration .event-registration-form .event-lector-container {
  margin-top: 25px;
  font-size: 16px;
  color: #44474c;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .event-lector-container {
    margin-top: 5px;
    font-size: 14px;
  }
}

.modal-event-registration .event-registration-form .event-lector-title, .modal-event-registration .event-registration-form .event-title {
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .event-lector-title, .modal-event-registration .event-registration-form .event-title {
    margin-bottom: 0;
  }
}

.modal-event-registration .event-registration-form .event-title-container {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .event-title-container {
    margin-top: 10px;
    font-size: 14px;
  }
}

.modal-event-registration .event-registration-form form {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form form {
    margin-top: 10px;
  }
}

.modal-event-registration .event-registration-form .form-info-redister {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.modal-event-registration .event-registration-form .form-holder {
  width: 100%;
}

.modal-event-registration .event-registration-form .form-holder:not(:last-child) {
  margin-bottom: 11px;
}

.modal-event-registration .event-registration-form .registration-input {
  display: block;
  border: 0;
  border-bottom: 1px solid #3e7cf7;
  padding: 13px 0;
  font-size: 16px;
  line-height: normal;
  color: #44474c;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .registration-input {
    padding-bottom: 5px;
  }
}

.modal-event-registration .event-registration-form .registration-input::-webkit-input-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-event-registration .event-registration-form .registration-input::-moz-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-event-registration .event-registration-form .registration-input:-moz-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-event-registration .event-registration-form .registration-input:-ms-input-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-event-registration .event-registration-form .submit-registration-button {
  width: 210px;
  height: 50px;
  margin: 46px auto 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  padding: 0;
  display: block;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .modal-event-registration .event-registration-form .submit-registration-button {
    margin: 20px auto 0;
  }
}

.modal-event-success {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 1;
  transition: none;
}

.modal-event-success .event-success {
  max-width: 540px;
  width: 100%;
  position: relative;
  background: #3e7cf7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 55px 0;
}

.modal-event-success .event-success .event-success-content {
  width: 210px;
  margin: 0 auto;
  padding: 0 9px;
  color: #fff;
}

.modal-event-success .event-success .event-success-title {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 33px;
  margin-top: 26px;
}

.modal-event-success .event-success .event-success-title span {
  white-space: nowrap;
  line-height: normal;
  display: block;
}

.modal-event-success .event-success .event-success-descr {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.56;
}

.modal-event-success .event-success .outer-link {
  width: 210px;
  height: 50px;
  background: #fff;
  text-transform: uppercase;
  color: #3e7cf7;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  display: block;
  margin: 45px auto 0;
}

.modal-appointment {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 1;
  transition: none;
}

.modal-appointment .appointment-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: #fff;
  max-width: 540px;
  width: 100%;
  height: 427px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-appointment .form-title {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 33px;
  color: #3e7cf7;
  text-transform: uppercase;
  text-align: center;
}

.modal-appointment form {
  margin-top: 15px;
  display: block;
  width: 210px;
  margin: 20px auto 0;
}

.modal-appointment .appointment-input {
  display: block;
  border: 0;
  border-bottom: 1px solid #3e7cf7;
  padding: 13px 0;
  font-size: 16px;
  line-height: normal;
  color: #44474c;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-appointment .appointment-input {
    padding-bottom: 5px;
  }
}

.modal-appointment .appointment-input:not(:last-child) {
  margin-bottom: 11px;
}

.modal-appointment .appointment-input::-webkit-input-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-appointment .appointment-input::-moz-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-appointment .appointment-input:-moz-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-appointment .appointment-input:-ms-input-placeholder {
  opacity: 1;
  color: #44474c;
  font-size: 16px;
  line-height: normal;
}

.modal-appointment .submit-appointment-button {
  width: 210px;
  height: 50px;
  margin: 46px auto 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  padding: 0;
  display: block;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.main_slider .item {
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.main_slider .item:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.main_slider .item .container {
  z-index: 20;
  position: relative;
}

.main_slider .item .block_text {
  padding-top: 240px;
  padding-left: 100px;
  width: 700px;
}

.main_slider .item h2 {
  position: relative;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px !important;
  margin-bottom: 60px;
  color: #000;
  line-height: 1;
}

.main_slider .item h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  height: calc(100% - 14px);
  width: 6px;
  background: #3e7cf7;
}

.main_slider .item h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -82px;
  height: 17px;
  width: 22px;
  background: url("../img/icons/icons-quotes.png") no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .main_slider .item h2 {
    font-size: 48px !important;
  }
}

.main_slider .item p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #44474c;
}

.main_slider .item span {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .main_slider .item span {
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.57;
    display: block;
  }
}

.main_slider .owl-nav {
  position: relative;
}

.main_slider .owl-nav .owl-prev, .main_slider .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url("../img/icons/button.svg") no-repeat center #3e7cf7;
  position: absolute;
  bottom: 0;
  transition: all 0.35s;
}

.main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:hover {
  background: url("../img/icons/button.svg") no-repeat center #3873ec;
  transition: all 0.35s;
}

.main_slider .owl-nav .owl-prev {
  right: 70px;
}

.main_slider .owl-nav .owl-next {
  right: 0;
  transform: rotate(180deg);
}

.main_slider .owl-dots {
  width: 1170px;
  margin: auto;
  padding-left: 100px;
  bottom: 70px;
  position: relative;
  z-index: 10;
}

.main_slider .owl-dots .owl-dot {
  border: 3px solid transparent;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.main_slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.main_slider .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #fff;
  display: block;
}

.main_slider .owl-dots .owl-dot.active {
  border-color: #3e7cf7;
}

.main_slider .owl-dots .owl-dot.active span {
  background: none;
}

.main_slider {
  margin-bottom: -23px;
}

@media screen and (max-width: 991px) {
  .main_slider {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_slider {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block_info_block {
  margin-bottom: 60px;
}

.block_info_block > div {
  vertical-align: middle;
  position: relative;
  line-height: 0.875rem;
  font-size: 0.875rem;
}

.block_info_block > div span, .block_info_block > div a {
  position: relative;
  display: inline-block;
  height: auto;
  letter-spacing: 0.8px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  color: #000;
  line-height: normal;
  font-size: 14px;
}

.block_info_block > div span:after, .block_info_block > div a:after {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  background: #ccd4e6;
}

.block_info_block > div a {
  transition: all 0.35s;
  text-decoration: none;
}

.block_info_block > div a:hover {
  transition: all 0.35s;
  color: #3e7cf7;
}

.block_info_block > div.safari span:after, .block_info_block > div.safari a:after {
  top: 5px;
}

.block_info_block > div.firefox span:after, .block_info_block > div.firefox a:after {
  top: 50%;
}

.block_info_block .left span, .block_info_block .left a {
  padding-right: 40px;
}

.block_info_block .left span:after, .block_info_block .left a:after {
  right: 0;
}

.block_info_block .right {
  text-align: right;
}

.block_info_block .right span, .block_info_block .right a {
  padding-left: 40px;
}

.block_info_block .right span:after, .block_info_block .right a:after {
  left: 0;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block_img_text {
  padding: 70px 0;
  border-bottom: 1px solid #f3f8fc;
}

.block_img_text .block_text {
  padding: 67px 130px 0 100px;
}

.block_img_text .block_text h3 {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 33px;
  line-height: normal;
  letter-spacing: 1.8px;
}

.block_img_text .block_text p {
  margin-bottom: 60px;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0;
}

.block_img_text .block_text p:last-child {
  margin-bottom: 0;
}

.block_img_text .img-holder {
  width: 50%;
  height: 438px;
  overflow: hidden;
  position: relative;
}

.block_img_text .img-holder img {
  width: auto;
  min-width: 585px;
  min-height: 438px;
  height: auto;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  object-fit: cover;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.slider_img .owl-nav .owl-prev, .slider_img .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url("../img/icons/button.svg") no-repeat center #3e7cf7;
  position: absolute;
  top: 0;
  margin-left: -35px;
  transition: all 0.35s;
}

.slider_img .owl-nav .owl-prev:hover, .slider_img .owl-nav .owl-next:hover {
  background: url("../img/icons/button.svg") no-repeat center #3873ec;
  transition: all 0.35s;
}

.slider_img .owl-nav .owl-prev {
  right: 70px;
}

.slider_img .owl-nav .owl-next {
  right: 0;
}

.slider_img .owl-nav .owl-next {
  transform: rotate(180deg);
}

.slider_img .owl-dots {
  width: 1170px;
  margin: auto;
  text-align: right;
  position: relative;
  z-index: 10;
}

.slider_img .owl-dots .owl-dot {
  border: 3px solid transparent;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.slider_img .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.slider_img .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #cdd4e5;
  display: block;
}

.slider_img .owl-dots .owl-dot.active {
  border-color: #3e7cf7;
}

.slider_img .owl-dots .owl-dot.active span {
  background: none;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block_quotes h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  padding-left: 100px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  width: 60%;
  letter-spacing: 1.33;
}

.block_quotes h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 64px;
  height: calc(100% - 7px);
  width: 6px;
  background: #3e7cf7;
}

.block_quotes h3:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 10px;
  height: 17px;
  width: 22px;
  background: url("../img/icons/icons-quotes.png") no-repeat center;
  background-size: 100%;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block_gallery {
  padding: 70px 0;
  border-bottom: 1px solid #f3f8fc;
  margin-left: auto;
  margin-right: auto;
}

.block_gallery .slider_gallery .item {
  width: 570px;
}

.block_gallery .slider_gallery .item:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 10;
}

.block_gallery .slider_gallery .center .item:before {
  display: none;
}

.block_gallery .slider_gallery .center .image-holder:hover:before, .block_gallery .slider_gallery .center .image-holder:hover:after {
  opacity: 1;
  transition: all 0.35s;
}

.block_gallery .slider_gallery .center .image-holder:hover:after {
  transform: translateY(0);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .block_gallery .slider_gallery .owl-stage-outer {
    overflow: visible !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .block_gallery .slider_gallery .owl-item {
    width: 100vw !important;
  }
}

.block_gallery .slider_gallery .image-holder {
  height: 210px;
  margin-bottom: 30px;
  width: calc((100% - 30px)/2);
  margin-right: 30px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .block_gallery .slider_gallery .image-holder {
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
    height: 450px;
    width: calc(100% - 56px);
    margin-left: 28px;
    margin-right: 28px;
    position: relative;
    display: block;
  }
  .block_gallery .slider_gallery .image-holder img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
    margin: auto;
    object-fit: cover;
    width: auto;
    height: auto;
    min-height: 450px;
    min-width: calc(100vw - 56px);
  }
}

@media screen and (max-width: 767px) {
  .block_gallery .slider_gallery .image-holder {
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
  }
}

.block_gallery .slider_gallery .image-holder:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}

.block_gallery .slider_gallery .image-holder:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-left: -22px;
  margin-top: -22px;
  background: url("../img/icons/icon_plus.png") no-repeat center;
  background-size: 100%;
  z-index: 3;
  opacity: 0;
  transition: all 0.35s;
  transform: translateY(30px);
}

.block_gallery .slider_gallery .image-holder:nth-child(3) {
  margin-bottom: 0;
}

.block_gallery .slider_gallery .image-holder:nth-child(2n) {
  margin-right: 0;
}

.block_gallery .slider_gallery .image-holder:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.block_gallery .owl-nav {
  position: absolute;
  width: auto;
  padding-left: 140px;
  right: 81%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .block_gallery .owl-nav {
    padding-left: 0;
    right: 0;
    left: 0;
    top: 100%;
  }
}

.block_gallery .owl-nav .owl-prev, .block_gallery .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url("../img/icons/button.svg") no-repeat center #3e7cf7;
  position: absolute;
  bottom: 0;
  left: 1px;
  transition: all 0.35s;
  font-size: 0px;
}

@media screen and (max-width: 767px) {
  .block_gallery .owl-nav .owl-prev, .block_gallery .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    top: 16px;
    color: transparent;
    font-size: 0;
  }
}

.block_gallery .owl-nav .owl-prev:hover, .block_gallery .owl-nav .owl-next:hover {
  background: url("../img/icons/button.svg") no-repeat center #3873ec;
  transition: all 0.35s;
}

@media screen and (max-width: 767px) {
  .block_gallery .owl-nav .owl-prev {
    left: calc(50% - 55px);
    background: transparent url("../img/icons/gallery-arrow-left-mobile.png") no-repeat center;
  }
  .block_gallery .owl-nav .owl-prev:hover {
    background: transparent url("../img/icons/gallery-arrow-left-mobile.png") no-repeat center;
  }
}

.block_gallery .owl-nav .owl-next {
  left: 69px;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .block_gallery .owl-nav .owl-next {
    right: 0;
    left: calc(50% + 15px);
    transform: none;
    background: transparent url("../img/icons/gallery-arrow-right-mobile.png") no-repeat center;
  }
  .block_gallery .owl-nav .owl-next:hover {
    background: transparent url("../img/icons/gallery-arrow-right-mobile.png") no-repeat center;
  }
}

.block_gallery .owl-dots {
  width: 1170px;
  margin: 65px auto 0;
  position: relative;
  z-index: 10;
  padding-left: 300px;
}

.block_gallery .owl-dots .owl-dot {
  border: 3px solid transparent;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.block_gallery .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.block_gallery .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #cdd4e5;
  display: block;
}

.block_gallery .owl-dots .owl-dot.active {
  border-color: #3e7cf7;
}

.block_gallery .owl-dots .owl-dot.active span {
  background: none;
}

.block_gallery .owl-stage-outer:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: calc(50% + 285px);
  z-index: 10;
}

.blueimp-gallery-display .slide {
  display: block;
}

.js_slider_gallery_counter {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block_contact {
  padding: 70px 0;
}

.block_contact__wrap form {
  background: #3e7cf7;
  width: 25%;
  height: 430px;
  padding: 50px 30px;
  float: left;
}

.block_contact__wrap form h4 {
  font-size: 33px !important;
  margin-bottom: 25px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: normal;
  white-space: nowrap;
  padding: 0;
}

.block_contact__wrap form h4:before, .block_contact__wrap form h4:after {
  content: none;
}

@media screen and (max-width: 1169px) {
  .block_contact__wrap form h4 {
    font-size: 24px !important;
  }
}

.block_contact__wrap form .form-holder {
  position: relative;
  border: none;
  padding: 3px 3px 15px 3px;
  margin: 0 -3px 5px;
}

.block_contact__wrap form .form-holder.error {
  background: #fff;
  border-color: #ff0000;
}

.block_contact__wrap form .form-holder.error input {
  border-color: #ff0000;
  color: #ff0000;
}

.block_contact__wrap form .form-holder.error input:-ms-input-placeholder {
  color: #ff0000;
}

.block_contact__wrap form .form-holder.error input::placeholder {
  color: #ff0000;
}

.block_contact__wrap form .form-holder.error .error-text {
  display: block;
}

.block_contact__wrap form .form-holder .error-text {
  display: none;
  color: #ff0000;
  font-size: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 15px;
  overflow: hidden;
  line-height: 15px;
  padding: 0 3px;
}

.block_contact__wrap form .form-holder input {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  background: none;
  width: 100%;
}

.block_contact__wrap form .form-holder input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.block_contact__wrap form .form-holder input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.block_contact__wrap form .submit {
  color: #3e7cf7;
  background: #fff;
  text-align: center;
  display: block;
  padding: 19px 15px 17px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  border-radius: 0;
}

.block_contact__wrap .block_contact__item {
  width: 75%;
  float: right;
}

.block_contact__wrap .block_contact__item .block_contact__info {
  width: 35%;
  vertical-align: middle;
  text-align: right;
  padding: 25px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

.block_contact__wrap .block_contact__item .block_contact__info h4 {
  font-size: 33px !important;
  margin-bottom: 60px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  color: #000;
  padding: 0;
}

.block_contact__wrap .block_contact__item .block_contact__info h4:before, .block_contact__wrap .block_contact__item .block_contact__info h4:after {
  content: none;
}

.block_contact__wrap .block_contact__item .block_contact__info p, .block_contact__wrap .block_contact__item .block_contact__info address {
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  color: #878c98;
}

.block_contact__wrap .block_contact__item .block_contact__info address {
  max-width: 180px;
  text-align: right;
}

.block_contact__wrap .block_contact__item .block_contact__info a {
  display: block;
  color: #3e7cf7;
}

.block_contact__wrap .block_contact__item .block_contact__info p {
  margin-bottom: 30px;
  margin-top: 0;
}

.block_contact__wrap .block_contact__item .block_contact__info p:last-child {
  margin-bottom: 0;
}

.block_contact__wrap .block_contact__item #map {
  height: 430px;
  width: 65%;
  vertical-align: middle;
}

#mainpage-form .form-holder, #contacts-form .form-holder, #director-form .form-holder, #appointment-form .form-holder, #event-registration-form .form-holder {
  position: relative;
}

#mainpage-form .form-holder.error, #contacts-form .form-holder.error, #director-form .form-holder.error, #appointment-form .form-holder.error, #event-registration-form .form-holder.error {
  background: #fff;
  border-color: #ff0000;
}

#mainpage-form .form-holder.error input, #contacts-form .form-holder.error input, #director-form .form-holder.error input, #appointment-form .form-holder.error input, #event-registration-form .form-holder.error input {
  border-color: #ff0000;
  color: #ff0000;
}

#mainpage-form .form-holder.error input:-ms-input-placeholder, #contacts-form .form-holder.error input:-ms-input-placeholder, #director-form .form-holder.error input:-ms-input-placeholder, #appointment-form .form-holder.error input:-ms-input-placeholder, #event-registration-form .form-holder.error input:-ms-input-placeholder {
  color: #ff0000;
}

#mainpage-form .form-holder.error input::placeholder, #contacts-form .form-holder.error input::placeholder, #director-form .form-holder.error input::placeholder, #appointment-form .form-holder.error input::placeholder, #event-registration-form .form-holder.error input::placeholder {
  color: #ff0000;
}

#mainpage-form .form-holder.error .error-text, #contacts-form .form-holder.error .error-text, #director-form .form-holder.error .error-text, #appointment-form .form-holder.error .error-text, #event-registration-form .form-holder.error .error-text {
  display: block;
}

#mainpage-form .form-holder .error-text, #contacts-form .form-holder .error-text, #director-form .form-holder .error-text, #appointment-form .form-holder .error-text, #event-registration-form .form-holder .error-text {
  display: none;
  color: #ff0000;
  font-size: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  height: 15px;
  overflow: hidden;
  line-height: 15px;
  padding: 0 3px;
}

#mainpage-form .form-holder .error-text {
  bottom: 0;
}

#contacts-form .form-holder .error-text {
  bottom: -3px;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header .lang-list {
  position: absolute;
  line-height: normal;
  height: 60px;
  right: 250px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

header .lang-list a {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.70px;
  color: #3e7cf7;
  position: relative;
  top: 21px;
  display: block;
  line-height: 21px;
}

.burger-button, .burger-button:hover, .burger-button:focus {
  width: 16px;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  padding: 0;
  position: relative;
  outline: none;
}

.burger-button:hover {
  background: #fff;
}

.burger-button.active span {
  width: 20px;
  left: 0;
}

.burger-button.active span:nth-child(1) {
  transform: rotate(45deg);
}

.burger-button.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger-button.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.burger-button span {
  width: 16px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
}

.burger-button span:nth-child(1) {
  top: 20px;
  transform-origin: left center;
}

.burger-button span:nth-child(2) {
  top: 27px;
}

.burger-button span:nth-child(3) {
  top: 34px;
  transform-origin: left center;
}

@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

@media screen and (max-width: 1169px) {
  main {
    overflow: hidden;
  }
  .container {
    max-width: 1169px;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .block_img_text .block_text {
    padding: 50px 80px 0 80px;
  }
  .owl-dots {
    width: 100%;
  }
  .main_slider .item .block_text {
    width: 100%;
  }
  header .link_modal {
    height: 56px;
    width: 188px;
    line-height: 58px;
  }
  header .logo {
    width: 134px;
    height: 16px;
  }
  header .logo img {
    width: 134px;
    height: 16px;
    vertical-align: top;
  }
  header .lang-list {
    right: 300px;
    top: 0;
    display: block;
    height: 56px;
  }
}

@media screen and (max-width: 1169px) and (min-width: 992px) and (max-width: 1169px) {
  header .lang-list {
    right: 210px;
  }
}

@media screen and (max-width: 1169px) {
  header .lang-list a {
    font-size: 22px;
    line-height: 19px;
    letter-spacing: 1.2px;
    top: 20px;
    height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1169px) and (min-width: 992px) and (max-width: 1169px) {
  header .lang-list a {
    font-size: 14px;
    top: 19px;
  }
}

@media screen and (max-width: 1169px) {
  header .lang-list a.safari {
    top: 21px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links {
    height: 0;
    width: 100vw;
    overflow: hidden;
    transition: 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #fff;
    padding: 0px;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 10;
    padding-left: calc( 100% - 385px);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links {
    padding-top: 150px;
    padding-left: calc(50% - 110px);
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links {
    padding-top: 0;
    padding-left: calc( 100% - 270px);
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links:after {
    display: block;
    content: '';
    background: url(../img/content/menu-drop.jpg) center center no-repeat;
    background-size: cover;
    width: 383px;
    height: 317px;
    position: absolute;
    right: 385px;
    top: calc(50% - 158px);
    z-index: 20;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links:after {
    width: 100vw;
    height: 107px;
    background: url(../img/content/menu-drop-mobile.jpg) center center no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links:after {
    background: url(../img/content/menu-drop.jpg) center center no-repeat;
    width: 250px;
    height: 250px;
    left: 60px;
    top: calc(50% - 125px);
  }
}

@media screen and (max-width: 991px) {
  .navigation-links.active {
    height: calc(100vh - 56px);
    transition: 0.5s;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .navigation-links.active li {
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .navigation-links li {
    margin: 0;
    margin-left: 56px;
    height: auto;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .navigation-links li {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .navigation-links li:not(:last-child) {
    margin-bottom: 15px;
  }
  .navigation-links li.active:before {
    bottom: 0;
  }
  .navigation-links li.active a {
    color: #44474c;
  }
  .navigation-links li a {
    font-size: 36px;
    letter-spacing: 1.9px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (orientation: landscape) {
  .navigation-links li a {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    overflow: visible;
    padding-left: 28px;
    padding-right: 28px;
  }
  header nav {
    width: calc(100% - 322px);
    height: 56px;
    padding-right: 0px;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .main_slider .item h2::before {
    left: -62px;
  }
  .main_slider .item h2:after {
    top: 4px;
    left: -26px;
  }
  .main_slider .item h2 {
    margin-bottom: 20px;
  }
  .main_slider .item p {
    font-size: 16px;
    line-height: 1.38;
    max-width: 440px;
  }
  .main_slider .item {
    height: 485px;
  }
  .main_slider .item .block_text {
    padding-left: 95px;
    padding-top: 185px;
  }
  .main_slider .owl-dots {
    width: 100%;
    padding-left: 125px;
    bottom: 30px;
    position: absolute;
  }
  .block_info_block {
    margin-bottom: 47px;
  }
  .block_info_block span, .block_info_block a {
    letter-spacing: 0.8px;
    color: #1b1b1b;
    font-size: 14px;
  }
  .block_img_text .block_text {
    padding: 0px 25px 0 68px;
  }
  .block_img_text .block_text h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .block_img_text .block_text h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .block_img_text, .block_gallery, .block_contact {
    padding: 50px 0;
  }
  .block_contact__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_contact__wrap .block_contact__item {
    width: 100%;
    border-bottom: 1px solid #f3f8fc;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_contact__wrap form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    float: none;
    height: auto;
  }
  .block_contact__wrap form > * {
    width: 210px;
  }
  .block_contact__wrap form .submit {
    padding: 0;
    height: 50px;
    font-size: 14px;
    width: 210px;
    margin-top: 30px;
    display: block;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .block_contact__wrap form .submit {
    padding: 17px 0;
  }
}

@media screen and (max-width: 991px) {
  .block_contact__wrap form h4 {
    letter-spacing: 0px;
    text-align: center;
  }
  .block_contact__wrap .block_contact__item #map {
    width: 460px;
    height: 343px;
  }
  .block_contact__wrap .block_contact__item .block_contact__info {
    width: calc(100% - 460px);
    padding: 63px 72px 0 12px;
  }
  footer {
    padding: 25px 0;
  }
  footer .copyright {
    width: 250px;
  }
  footer .copyright span {
    font-size: 12px;
    margin-right: 0;
    display: block;
    text-align: right;
    font-weight: 600;
    margin-top: 14px;
  }
  footer .copyright span.color_black {
    margin-top: 0;
    margin-right: 0;
  }
  .block_gallery .owl-stage-outer:before {
    content: none;
  }
  .block_gallery .owl-dots {
    width: 100%;
    margin: 35px auto 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_quotes h3 {
    padding-left: 104px;
    margin-bottom: 40px;
    width: calc(100% - 121px);
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 1.3px;
  }
  .block_quotes h3::after {
    top: 3px;
  }
  .slider_img .inline-layout.col-2 > * {
    width: 100%;
  }
  .slider_img .img-holder {
    height: 210px;
    overflow: hidden;
  }
  .slider_img .block_text {
    padding: 0 68px;
    margin-top: 35px;
    margin-bottom: 37px;
    height: 280px;
    position: relative;
  }
  .slider_img .link_more {
    width: 170px;
    margin-left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 68px;
  }
  .slider_img .owl-dots {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 102px;
    z-index: 10;
    padding-left: 68px;
  }
  .slider_img .block_img_text__wrap {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.25);
    padding: 30px 0 0;
    margin: 5px 5px 50px;
  }
  .block_img_text .block_text p {
    font-size: 14px;
    line-height: 1.71;
    color: #44474c;
    margin-bottom: 20px;
  }
  .block_img_text .block_text p a {
    color: #3e7cf7;
  }
  .block_info_block > div a {
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #1b1b1b;
  }
  .block-img-slider {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .link_modal {
    width: 56px;
    font-size: 0;
    color: transparent;
    background: #3e7cf7 url(../img/icons/mobile-request-button.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .link_modal:hover {
    background: #3e7cf7 url(../img/icons/mobile-request-button.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .logo {
    margin-left: 16px;
  }
  header nav {
    width: calc(100% - 150px);
    padding-right: 75px;
  }
  header .lang-list {
    right: 110px;
  }
  .main_slider .item {
    height: 470px;
  }
  .main_slider .item .block_text {
    padding-left: 70px;
    padding-top: 93px;
    padding-bottom: 0;
  }
  .main_slider .item h2::after {
    top: 3px;
    left: -16px;
  }
  .main_slider .item h2::before {
    left: -54px;
  }
  .main_slider .item h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.05;
  }
  .main_slider .item p {
    font-size: 14px;
    line-height: 1.57;
    padding-right: 29px;
  }
  .main_slider .owl-dots {
    width: 100%;
    padding-left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
  .block_img_text, .block_gallery, .block_contact {
    padding: 50px 0;
  }
  .block_info_block {
    margin-bottom: 35px;
    padding: 0 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .block_info_block .left {
    width: auto;
  }
  .block_info_block .right {
    width: auto;
  }
  .block_img_text__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block_img_text__wrap .img-holder {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    height: 240px;
  }
  .block_img_text__wrap .img-holder img {
    min-width: 320px;
    min-height: 240px;
  }
  .block_img_text__wrap .block_text {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    padding: 35px 14px 0px;
  }
  .block_img_text .block_text h3 {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }
  .block_img_text .block_text p {
    margin-bottom: 30px;
  }
  .link_more {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
    text-align: center;
  }
  .link_more::before {
    content: none;
  }
  .block_quotes h3 {
    padding-left: 70px;
    margin-bottom: 30px;
    width: calc(100% - 54px);
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1px;
  }
  .block_quotes h3:before {
    left: 16px;
  }
  .block_quotes h3:after {
    left: 54px;
    top: 3px;
  }
  .slider_img .block_text {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 23px 30px;
    height: 450px;
    position: relative;
  }
  .block-technologies-slider .slider_img .block_text {
    height: 380px;
  }
  .slider_img .block_text h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
  .slider_img .link_more {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 85px);
    right: calc(50% - 85px);
  }
  .slider_img .block_img_text__wrap {
    margin-left: 11px;
    margin-right: 11px;
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
    margin-bottom: 37px;
    margin-top: 5px;
  }
  .slider_img .owl-dots {
    bottom: 0px;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_contact__wrap .block_contact__item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block_contact__wrap .block_contact__item .block_contact__info {
    width: 100%;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    padding: 20px 16px 43px;
  }
  .block_contact__wrap .block_contact__item .block_contact__info h4 {
    display: none;
  }
  .block_contact__wrap .block_contact__item #map {
    width: 100%;
    height: 240px;
    -ms-flex-order: 1;
        order: 1;
  }
  .block_contact__wrap form {
    width: calc(100% - 22px);
    margin-left: 11px;
    margin-right: 11px;
    padding: 51px 44px 57px;
  }
  .block_contact__wrap form h4 {
    font-size: 33px !important;
    white-space: nowrap;
  }
  footer {
    padding: 18px 17px 15px;
  }
  footer .copyright span.color_black {
    font-size: 8px;
  }
  footer .copyright span {
    font-size: 8px;
    margin-top: 9px;
  }
  footer .copyright {
    width: 185px;
  }
  .block_gallery .owl-dots {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block_gallery .slider_gallery .image-holder {
    width: calc(100vw - 22px);
    display: block;
    margin-bottom: 0;
    margin-right: 11px;
    margin-left: 11px;
  }
  .block_gallery .slider_gallery .image-holder:nth-child(3) {
    margin-bottom: 0;
  }
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  top: calc( 50% - 32px);
  margin-top: 0;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block-img-home {
  margin-top: 70px;
}

.block-img-home .block_text {
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}

.block-img-home .block_text h2, .block-img-home .block_text h1 {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #000;
  width: 370px;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .block-img-home .block_text h2, .block-img-home .block_text h1 {
    width: 100%;
    margin: 0;
  }
}

.block-img-home .block_text p {
  max-width: 600px;
  margin: 0;
}

@media screen and (max-width: 630px) {
  .block-img-home .block_text p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.block-img-home .block_text .single-technology-descr {
  max-width: 600px;
  margin: 0;
}

@media screen and (max-width: 630px) {
  .block-img-home .block_text .single-technology-descr {
    margin-top: 30px;
  }
}

.block-img-home .img-holder {
  margin-top: 40px;
  height: 624px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .block-img-home .img-holder {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .block-img-home .img-holder {
    height: 320px;
  }
}

.block-img-home .img-holder img {
  margin: auto;
  display: block;
  min-width: 100vw;
  height: auto;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  min-height: 624px;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .block-img-home .img-holder img {
    position: static;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .block-img-home .img-holder img {
    position: absolute;
    min-height: 320px;
  }
}

.block-img-text-left .block_img_text__wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap {
    position: relative;
  }
}

.block-img-text-left .block_img_text__wrap h1 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 72px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h1 {
    font-size: 48px;
  }
}

.block-img-text-left .block_img_text__wrap h1 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h1 span {
    font-size: 48px;
  }
}

.block-img-text-left .block_img_text__wrap h2 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h2 {
    font-size: 33px;
  }
}

.block-img-text-left .block_img_text__wrap h2 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h2 span {
    font-size: 33px;
  }
}

.block-img-text-left .block_img_text__wrap h3 {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h3 {
    font-size: 18px;
    padding-bottom: 250px;
  }
}

.block-img-text-left .block_img_text__wrap h3 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h3 span {
    font-size: 18px;
  }
}

.block-img-text-left .block_img_text__wrap h4 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #000;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h4 {
    font-size: 18px;
    margin-bottom: 250px;
    padding-left: 70px;
  }
  .block-img-text-left .block_img_text__wrap h4:after {
    left: 54px;
  }
}

.block-img-text-left .block_img_text__wrap h4 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .block_img_text__wrap h4 span {
    font-size: 14px;
  }
}

.block-img-text-left .block_text {
  -ms-flex-order: 1 !important;
      order: 1 !important;
  line-height: 1.5;
}

.block-img-text-left .img-holder {
  -ms-flex-order: 2 !important;
      order: 2 !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block-img-text-left .img-holder {
    margin: 0;
    top: 65px;
    position: absolute;
  }
}

.block-img-text-left.block-technology-bottom .block_text {
  -ms-flex-order: 2 !important;
      order: 2 !important;
  padding: 35px 14px 0px !important;
}

.block-img-text-left.block-technology-bottom h3 {
  padding-left: 0;
}

.block-img-text-left.block-technology-bottom h3:before, .block-img-text-left.block-technology-bottom h3:after {
  content: none;
}

.block-img-text-right .block_img_text__wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap {
    position: relative;
  }
}

.block-img-text-right .block_img_text__wrap h1 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 72px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h1 {
    font-size: 48px;
  }
}

.block-img-text-right .block_img_text__wrap h1 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h1 span {
    font-size: 48px;
  }
}

.block-img-text-right .block_img_text__wrap h2 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h2 {
    font-size: 33px;
  }
}

.block-img-text-right .block_img_text__wrap h2 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h2 span {
    font-size: 33px;
  }
}

.block-img-text-right .block_img_text__wrap h3 {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h3 {
    font-size: 18px;
    padding-bottom: 250px;
  }
}

.block-img-text-right .block_img_text__wrap h3 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h3 span {
    font-size: 18px;
  }
}

.block-img-text-right .block_img_text__wrap h4 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #000;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h4 {
    font-size: 18px;
    margin-bottom: 250px;
    padding-left: 70px;
  }
  .block-img-text-right .block_img_text__wrap h4:after {
    left: 54px;
  }
}

.block-img-text-right .block_img_text__wrap h4 span {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_img_text__wrap h4 span {
    font-size: 14px;
  }
}

.block-img-text-right .block_text {
  -ms-flex-order: 2 !important;
      order: 2 !important;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .block_text {
    padding: 5px 14px 0px !important;
  }
}

.block-img-text-right .img-holder {
  -ms-flex-order: 1 !important;
      order: 1 !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block-img-text-right .img-holder {
    position: absolute;
    margin: 0;
    top: 40px;
  }
}

.block-img-text-right.block-technology-bottom .block_text {
  -ms-flex-order: 2 !important;
      order: 2 !important;
  padding: 35px 14px 0px !important;
}

.block-img-text-right.block-technology-bottom .img-holder {
  -ms-flex-order: 1 !important;
      order: 1 !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block-img-text-right.block-technology-bottom .img-holder {
    position: relative;
    top: 0;
  }
}

.block-img-text-right.block-technology-bottom h3 {
  padding-left: 0;
}

.block-img-text-right.block-technology-bottom h3:before, .block-img-text-right.block-technology-bottom h3:after {
  content: none;
}

.block-img-text-right.block-technology-bottom h3, .block-img-text-right.block-technology-bottom h4 {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.single-technology-page .block-img-home h2 {
  margin-left: 95px;
}

.single-technology-page .block-img-home a {
  color: #3e7cf7;
}

.single-technology-page .block-technology-description {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.single-technology-page .block-technology-description .img-holder {
  padding-right: 30px;
  margin-top: 0;
}

.single-technology-page .block-technology-description .description-container {
  margin-top: 210px;
  max-width: 485px;
  margin-right: 115px;
}

.single-technology-page .block-technology-description .description-container h2, .single-technology-page .block-technology-description .description-container a {
  font-size: 24px;
  letter-spacing: 0.9px;
  font-family: var(--title-font);
  font-weight: 700;
  color: #000;
  margin-left: 0;
}

.single-technology-page .block-technology-description .description-container a {
  color: #3e7cf7;
}

.single-technology-page .block-technology-bottom {
  padding: 0;
}

.single-technology-page .block-technology-bottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}

.single-technology-page .block-technology-bottom .container a {
  color: #3e7cf7;
}

.single-technology-page .block-technology-bottom .container .block_img_text__wrap {
  width: 100%;
}

.single-technology-page .block-technology-bottom .container .block_text {
  padding: 0;
}

.single-technology-page .block-technology-bottom .container .block_text .block_quotes {
  margin-top: 30px;
}

.single-technology-page .block-technology-bottom .container .block_text h3 {
  font-size: 24px;
  letter-spacing: 0.9px;
}

.single-technology-page .block-technology-bottom .container .block_text p {
  margin-left: 90px;
  margin-top: 90px;
  max-width: 360px;
}

.single-technology-page .block-technology-bottom .container .block_text a {
  font-size: 24px;
  letter-spacing: 1.3px;
}

.single-technology-page .block-technology-bottom .container .img-holder {
  max-width: 50%;
  height: 424px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0;
}

.single-technology-page .block-technology-bottom .container .img-holder img {
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  margin: auto;
  object-fit: cover;
  min-height: 424px;
  min-width: 600px;
  width: auto;
}

.single-technology-page .block_quotes {
  max-width: 460px;
  margin-top: 20px;
}

.single-technology-page .block_quotes h3 {
  padding-left: 90px;
  width: 100%;
  margin-bottom: 0;
}

.single-technology-page .block_quotes a {
  font-size: 24px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.3;
}

.single-technology-page .block-technologies-slider {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #f3f8fc;
}

.single-technology-page .block-technologies-slider .owl-nav .owl-prev {
  left: calc(100% - 105px);
  top: 0;
}

.single-technology-page .block-technologies-slider .owl-nav .owl-next {
  left: calc(100% - 35px);
  top: 0;
}

.single-technology-page .block-technologies-slider .js_slider_img {
  margin-top: 60px;
}

.single-technology-page .block-technologies-slider .block_quotes {
  max-width: 700px;
}

.single-technology-page .block-technologies-slider .block_quotes h3 {
  line-height: 1.33;
  letter-spacing: 1.3px;
  width: 100%;
}

.single-technology-page .block-technologies-slider .slider_img h3 {
  line-height: normal;
}

.single-technology-page .block-technologies-slider .slider_img .block_text {
  padding-top: 50px;
}

.single-technology-page .block-technologies-slider .slider_img .block_text p {
  margin-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .single-technology-page .block-technologies-slider .slider_img .img-holder {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .single-technology-page .block-technology-bottom .container .img-holder {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .single-technology-page .block-technology-bottom .container .img-holder img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    min-width: auto;
    min-height: auto;
  }
  .single-technology-page .block-technology-bottom .container .block_text {
    width: 100%;
  }
  .single-technology-page .block-technology-bottom .container .block_text p {
    margin-top: 30px;
    margin-left: 30px;
    padding-right: 15px;
    max-width: 100%;
  }
  .single-technology-page .block_img_text {
    border: 0;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.social-page h2 {
  margin-left: 95px;
}

.social-page a {
  color: #3e7cf7;
  font-size: inherit;
  font-weight: inherit;
}

.block-social-description {
  margin-top: 60px;
}

.social-description-item {
  margin-bottom: 60px;
}

.social-description-item .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: visible;
}

.social-description-item .container .social-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 22px;
}

.social-description-item .container .social-text div:not(:first-child) {
  position: relative;
  top: 5px;
}

.social-description-item .container .social-text div:not(:first-child) span {
  margin-bottom: 0;
}

.social-description-item .container .social-text span {
  display: block;
  width: 100%;
}

.social-description-item .container .social-text > span:first-of-type {
  margin-bottom: 30px;
}

.social-description-item .container .social-text a {
  color: #3e7cf7;
}

.social-description-item.social-mission-item .container {
  -ms-flex-align: end;
      align-items: flex-end;
}

.social-description-item.social-mission-item .container img {
  max-width: 870px;
}

.social-description-item.social-mission-item .container .social-text {
  margin-right: 50px;
  position: relative;
  top: 5px;
}

.social-description-item.social-foundation-item .container {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.social-description-item.social-foundation-item .container img {
  max-width: 900px;
}

.social-description-item.social-foundation-item .container .social-text {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 50px;
  height: auto;
}

.block-text-with-lists {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .block-text-with-lists {
    padding: 0 10px;
  }
}

.block-text-with-lists table tr {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .block-text-with-lists table tr td:nth-child(1) {
    width: 400px !important;
  }
  .block-text-with-lists table tr td:nth-child(2) {
    width: calc(100% - 400px) !important;
  }
}

@media screen and (max-width: 767px) {
  .block-text-with-lists table tr {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block-text-with-lists table tr td:nth-child(2) {
    margin-top: 30px;
  }
}

.block-text-with-lists .container {
  max-width: 1000px;
  width: 100%;
}

.block-text-with-lists p {
  color: #44474c;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0;
}

.block-text-with-lists strong, .block-text-with-lists h1, .block-text-with-lists h2, .block-text-with-lists h3, .block-text-with-lists h4 {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-left: 0;
}

.block-text-with-lists .text-with-lists-title {
  margin-bottom: 30px;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #000;
}

.block-text-with-lists .title-description {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 33px;
  color: #000;
  letter-spacing: 1.8px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .block-text-with-lists .title-description {
    font-size: 24px;
  }
}

.block-text-with-lists .paragraph-with-list {
  margin-top: 20px;
}

.block-text-with-lists ul, .block-text-with-lists ol {
  margin-left: 100px;
  margin-top: 25px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .block-text-with-lists ul, .block-text-with-lists ol {
    margin-left: 15px;
  }
}

.block-text-with-lists li {
  position: relative;
  counter-increment: step-counter;
  list-style-type: none;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .block-text-with-lists li {
    padding-left: 25px;
  }
}

.block-text-with-lists li:not(:last-child) {
  margin-bottom: 15px;
}

.block-text-with-lists li:before {
  display: block;
  width: 7px;
  height: 7px;
  background: #3e7cf7;
  color: #3e7cf7;
  position: absolute;
  top: 9px;
  left: 0px;
  content: '';
}

.block-text-with-lists ol li:before {
  content: counter(step-counter) ".";
  background: transparent;
  width: auto;
  height: auto;
  top: 0;
}

@media screen and (max-width: 1169px) {
  .block-img-home .block_text {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .block-img-home .block_text h2 {
    margin-left: 0 !important;
    margin-right: 30px;
  }
  .social-description-item .container {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social-description-item .social-text {
    margin: 0 !important;
    width: 35%;
  }
  .social-description-item .img-holder {
    max-width: 60%;
  }
  .social-description-item img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 630px) {
  .block-img-home {
    margin-top: 50px !important;
  }
  .block-img-home .block_text {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block-img-home .block_text h2 {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .block-social-description {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .social-description-item .social-text {
    margin: 0 !important;
    width: 100%;
  }
  .social-description-item .img-holder {
    max-width: 100%;
    margin-top: 30px;
  }
  .social-description-item img {
    max-width: 100% !important;
  }
  .social-foundation-item .img-holder {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.contact-page {
  padding-top: 70px;
  padding-bottom: 100px;
}

.contacts-top .container {
  display: -ms-flexbox;
  display: flex;
  color: #44474c;
  font-size: 16px;
  line-height: 1.5;
}

.contacts-top .contacts-title {
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  margin-left: 109px;
  margin-right: 35px;
  width: 220px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .contacts-top .contacts-title {
    width: 100%;
    margin: 0;
  }
}

.contacts-top .contacts-address {
  margin-right: 50px;
  max-width: 160px;
}

.contacts-top .worktime-values {
  margin-right: 50px;
  width: 160px;
}

.contacts-top .contacts-values .phone-link {
  display: block;
}

.contacts-top .contacts-values .mail-link {
  color: #3e7cf7;
  display: block;
}

.contacts-map {
  height: 485px;
  width: 100%;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .contacts-map {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .contacts-map .gm-style * {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: visible !important;
    transition: none !important;
  }
  .contacts-map .gm-style *:after, .contacts-map .gm-style *:before {
    content: none !important;
  }
  .contacts-map .gm-style > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) {
    overflow: hidden !important;
    right: 48px !important;
  }
  .contacts-map .gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) {
    width: 385px !important;
    height: 325px !important;
  }
  .contacts-map .gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) {
    height: 325px !important;
  }
  .contacts-map .gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) {
    top: 25px !important;
    right: -10px !important;
    overflow: hidden !important;
  }
  .contacts-map .gm-style-iw {
    height: 325px !important;
    top: 0 !important;
  }
  .contacts-map .gmnoprint, .contacts-map .gm-fullscreen-control {
    display: none !important;
  }
}

.contacts-map .map-info {
  position: relative;
  padding: 19px 22px 22px;
  background: #fff !important;
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15) !important;
  height: 325px !important;
}

.contacts-map .map-info > * {
  height: auto !important;
}

.contacts-map .map-info .white-triangle {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid !important;
  border-width: 15px 20px 15px 0 !important;
  border-color: transparent #fff transparent transparent !important;
}

.contacts-map .map-info .address {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #44474c;
}

.contacts-map .map-info img {
  max-width: 355px;
  width: 100%;
  margin-top: 20px;
  height: auto !important;
}

.gmnoprint, .gm-fullscreen-control {
  display: none !important;
}

.contacts-form {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .contacts-form {
    margin-top: 50px;
  }
}

.contacts-form .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.contacts-form .tab-forms-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 470px;
  width: 100%;
}

.contacts-form .tab-forms {
  margin-top: 26px;
  width: 100%;
}

.contacts-form .tab-form {
  display: none;
  width: 100%;
}

.contacts-form .tab-form.active {
  display: block;
}

.contacts-form .tab-buttons {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contacts-form .tab-button {
  cursor: pointer;
  font-size: 20px;
  line-height: normal;
  color: #44474c;
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 24px;
}

.contacts-form .tab-button.active {
  color: #3e7cf7;
  text-decoration: underline;
}

.contacts-form .tab-button:not(:last-child) {
  margin-right: 30px;
}

.contacts-form .form-holder {
  margin-bottom: 15px;
}

.contacts-form .form-holder .error-text {
  bottom: -15px !important;
}

.contacts-form form {
  display: block;
  width: 100%;
}

.contacts-form input, .contacts-form textarea {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  color: #a7a7a7;
  border: 1px solid #3e7cf7;
  line-height: 19px;
  font-size: 16px;
  font-weight: 400;
}

.contacts-form input::-webkit-input-placeholder, .contacts-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form input::-moz-placeholder, .contacts-form textarea::-moz-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form input:-moz-placeholderr, .contacts-form textarea:-moz-placeholderr {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form input:-ms-input-placeholder, .contacts-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form textarea {
  resize: vertical;
  min-height: 96px;
  max-height: 250px;
  padding: 15px 20px;
  line-height: normal;
  font-size: 16px;
}

.contacts-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form textarea::-moz-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form textarea:-moz-placeholderr {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  line-height: 19px;
}

.contacts-form .contact-form-button {
  width: 210px;
  height: 50px;
  background: #3e7cf7;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.contacts-form .contact-form-button:hover {
  transition: 0.35s;
  background: #3873ec;
}

@media screen and (max-width: 1169px) {
  .contacts-top .container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contacts-top .container .contacts-title {
    margin: 0;
  }
  .contacts-top .container .contacts-address {
    margin: 0;
  }
  .contacts-top .container .worktime-values {
    margin: 0;
  }
  .contacts-top .container .contacts-address, .contacts-top .container .worktime-values, .contacts-top .container .contacts-values, .contacts-top .container .contacts-values a {
    font-size: 14px;
  }
  .contacts-form .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .contacts-form .tab-buttons {
    padding: 0 15px;
  }
  .contacts-form form {
    width: 100%;
    max-width: 490px;
    padding: 0 15px;
    margin: 0;
  }
}

@media screen and (min-width: 631px) and (max-width: 800px) {
  .contacts-top .contacts-title {
    width: 205px;
  }
}

@media screen and (max-width: 800px) {
  .contacts-top .container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 14px;
  }
  .contacts-top .container .contacts-title {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .contacts-top .container .contacts-address {
    margin-bottom: 30px;
  }
  .contacts-top .container .worktime-values {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 630px) {
  .contact-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contacts-map {
    margin-top: 50px;
  }
  .contacts-map .map-info {
    padding: 15px;
    height: auto !important;
  }
  .contacts-form .tab-button {
    font-size: 16px;
  }
}

@media screen and (max-width: 379px) {
  .contacts-map .map-info {
    padding: 10px;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.block-img-home {
  margin-top: 70px;
}

.block-img-home .block_text {
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}

.block-img-home .block_text h2 {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #000;
  margin-left: 95px;
  margin-bottom: 0;
}

.block-training-events .training-events-container {
  margin-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .block-training-events .training-events-container {
    margin-top: 50px;
  }
}

.block-training-events .training-event-item {
  display: block;
  position: relative;
  width: 500px;
  height: 495px;
  margin-bottom: 80px;
  background: #fff;
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
}

.block-training-events .training-event-item-photo {
  width: 100%;
  height: 295px;
  position: relative;
}

.block-training-events .training-event-item-photo img {
  position: absolute;
  top: 30px;
  left: 78px;
  max-height: 355px;
}

.block-training-events .training-event-item-info {
  width: 100%;
  height: 200px;
  background: #3e7cf7;
  position: relative;
  padding: 16px 30px;
  color: #fff;
}

.block-training-events .training-event-item-title {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.29;
  max-width: 413px;
  height: 93px;
  position: relative;
  margin-bottom: 34px;
}

.block-training-events .training-event-item-title:after {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 20px;
  height: 4px;
  background: #fff;
  content: '';
}

.block-training-events .training-event-item-lector {
  font-size: 16px;
  line-height: 1.25;
}

.block-training-events .register-event-button {
  width: 56px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.block-training-events .register-event-button img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1169px) {
  .block-training-events {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block-training-events .training-events-container {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .block-training-events .training-event-item {
    width: 45%;
    min-height: 495px;
    height: auto;
  }
  .block-training-events .training-event-item:nth-child(2n+1) {
    margin-right: 50px;
  }
  .block-training-events .training-event-item-photo img {
    left: 50%;
    transform: translateX(-50%);
  }
  .block-training-events .training-event-item-info {
    height: auto;
    min-height: 230px;
  }
  .block-training-events .training-event-item-title {
    height: auto;
    min-height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .block-training-events .training-event-item {
    width: calc(50% - 15px);
  }
  .block-training-events .training-event-item:nth-child(2n+1) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .block-training-events .training-events-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .block-training-events .training-event-item {
    width: 100%;
    max-width: 550px;
    min-height: auto;
    height: auto;
  }
  .block-training-events .training-event-item:nth-child(2n+1) {
    margin-right: 0;
  }
  .block-training-events .training-event-item-info {
    height: auto;
    min-height: auto;
  }
  .block-training-events .training-event-item-title {
    height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 379px) {
  .block-training-events .training-event-item-info {
    padding: 15px;
  }
  .block-training-events .training-event-item-lector {
    padding-right: 40px;
  }
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.all-doctors-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.all-doctors-page .block-img-home {
  margin-top: 0;
}

.all-doctors-page .block-doctor-item {
  padding: 0;
  border-bottom: 0;
}

.all-doctors-page .block-doctor-item .doctor-item-photo img {
  left: 0;
  right: 0;
  margin: auto;
}

.social-page + .all-doctors-page {
  padding-top: 0;
}

.social-page + .all-doctors-page .block-img-home {
  display: none;
}

.social-page + .all-doctors-page .block-doctors {
  margin-top: 40px;
}

.one-doctor-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.one-doctor-page .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .one-doctor-page .container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.one-doctor-page .left {
  width: 492px;
  padding-left: 92px;
}

@media screen and (max-width: 991px) {
  .one-doctor-page .left {
    width: 350px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .one-doctor-page .left {
    width: 100%;
    padding-left: 0;
  }
}

.one-doctor-page .right {
  width: calc(100% - 492px);
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .one-doctor-page .right {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 767px) {
  .one-doctor-page .right {
    width: 100%;
  }
}

.one-doctor-page .doctor-photo {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #dce0e7;
}

.one-doctor-page .doctor-photo img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  right: -50%;
  left: -50%;
  margin: auto;
  object-fit: cover;
  min-width: 270px;
  min-height: 270px;
}

.one-doctor-page .doctor-title {
  margin-top: 35px;
  padding-left: 30px;
  font-size: 22px;
  line-height: normal;
  color: #44474c;
  width: 270px;
}

.one-doctor-page .doctor-title span {
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 0.83;
  display: block;
  margin-bottom: 10px;
  color: #3e7cf7;
}

.one-doctor-page .doctor-name {
  margin-top: 28px;
}

.one-doctor-page .block-text-with-lists {
  margin-top: 20px;
  margin-bottom: 0;
}

.one-doctor-page .block-text-with-lists ul, .one-doctor-page .block-text-with-lists ol {
  margin-left: 0;
}

.one-doctor-page .block-text-with-lists ul:not(:last-child), .one-doctor-page .block-text-with-lists ol:not(:last-child), .one-doctor-page .block-text-with-lists span:not(:last-child), .one-doctor-page .block-text-with-lists p:not(:last-child) {
  margin-top: 0;
  margin-bottom: 16px;
}

.block-doctors {
  margin-top: 80px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.block-doctors .container {
  overflow: visible;
}

.block-doctors .doctor-items-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  .block-doctors .doctor-items-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.block-doctors .doctor-items-container a {
  margin-bottom: 30px;
}

.block-doctors a {
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* .block-doctors a:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1169px) {
  .block-doctors a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
} */

@media screen and (max-width: 1169px) {
  .block-doctors a {
    width: 33.333333%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .block-doctors a {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .block-doctors a {
    width: 100%;
  }
}

.block-doctors .doctor-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 270px;
  max-width: 270px;
  min-height: 390px;
  background: #fff;
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25), 0 8px 11px 0 rgba(54, 75, 115, 0.15);
}

.block-doctors .doctor-item-photo {
  width: 100%;
  height: 265px;
  position: relative;
  -ms-flex-positive: 0;
      flex-grow: 0;
  overflow: hidden;
}

.block-doctors .doctor-item-photo img {
  /* position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
  max-height: 240px;
  margin: auto;
  object-fit: cover; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-doctors .doctor-item-info {
  width: 100%;
  min-height: 125px;
  padding: 17px 21px 11px;
  background: #3e7cf7;
  position: relative;
  color: #fff;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.block-doctors .doctor-item-lector {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.23;
  position: relative;
  margin-bottom: 7px;
}

.block-doctors .doctor-item-title {
  font-size: 15px;
  line-height: 1.2;
}

.demo-block {
  margin: 0 -2rem;
  font-size: 0;
}

.demo-block > * {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2rem;
  vertical-align: top;
}

.demo-block > * {
  width: 50%;
}

@media (max-width: 799px) {
  .demo-block > * {
    width: 100%;
  }
}

.error-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: calc(100vh - 173px);
}

@media screen and (max-width: 1169px) {
  .error-page {
    height: calc(100vh - 68px);
  }
}

@media screen and (max-width: 767px) {
  .error-page {
    height: calc(100vh - 131px);
  }
}

@media screen and (max-width: 767px) {
  .error-page img {
    width: 90px;
  }
}

@media screen and (max-height: 360px) {
  .error-page img {
    width: 60px;
  }
}

.error-page .error-title {
  /* font-family: "BebasNeueRegular"; */
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.21;
  text-align: center;
  max-width: 499px;
  width: 100%;
  margin-top: 47px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .error-page .error-title {
    font-size: 32px;
    max-width: 350px;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-height: 360px) {
  .error-page .error-title {
    font-size: 24px;
    max-width: 250px;
  }
}

.error-page .return-link {
  width: 210px;
  height: 50px;
  background: #3e7cf7;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.7px;
  margin-top: 30px;
  transition: 0.35s;
}

.error-page .return-link:hover {
  background: #3873ec;
  transition: 0.35s;
}

@media screen and (max-height: 360px) {
  .error-page .return-link {
    margin-top: 10px;
    width: 160px;
    height: 40px;
  }
}