/* ----- Styles site ------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: normal 400 14px/20px "Montserrat", Arial, sans-serif;
  color: #333;
}

.cookie1-2{
  display: none;
}

.cookie1-3{
  display: none;
}

.title-site, h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.22em;
  color: #333;
}

h1, .title-site_h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

h2, .title-site_h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

h3, .title-site_h3 {
  font-size: 24px;
}

h4, .title-site_h4 {
  font-size: 20px;
}

h5, .title-site_h5 {
  font-size: 18px;
  line-height: 1.3em;
}

h6, .title-site_h6 {
  font-size: 16px;
  line-height: 1.3em;
}

.title-site_h1-big {
  font-weight: 700;
  font-size: 30px;
  color: #4569B1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 23px;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px;
}

.text-bl ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 15px;
}

.text-bl ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 15px;
}

.text-bl li {
  margin-bottom: 10px;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_uppercase {
  text-transform: uppercase;
}

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

a {
  color: #4a93df;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #3486db;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .title-site_h1 {
    font-size: 42px;
  }
  h2, .title-site_h2 {
    font-size: 30px;
  }
  h3, .title-site_h3 {
    font-size: 26px;
  }
  h4, .title-site_h4 {
    font-size: 22px;
  }
  h5, .title-site_h5 {
    font-size: 18px;
  }
  h6, .title-site_h6 {
    font-size: 16px;
  }
  .title-site_h1-big {
    font-size: 48px;
  }
  .text-bl-grid {
    display: flex;
    justify-content: space-between;
  }
  .text-bl-grid__half-col {
    width: 48%;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  h1, .title-site_h1 {
    font-size: 48px;
  }
  h2, .title-site_h2 {
    font-size: 30px;
  }
  h3, .title-site_h3 {
    font-size: 26px;
  }
  /* end media min width 1000 pixels */
}

/* ----- END Typography ---------------- */
/*                                       */
/*                                       */
/* ----- Page structure ---------------- */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.page-wrapp {
  overflow: hidden;
}

#wrapper {
  min-width: 320px;
  min-height: 400px;
}

.section-st {
  padding: 20px 0;
}

.section-st_dark {
  background-color: rgba(69, 105, 177, 0.06);
}

.section-st_lg {
  padding: 65px 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.container-lg {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.visible-lap, .hidden-full, .hidden-mobile {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hidden-tabl {
    display: block;
  }
  .section-st {
    padding: 40px 0;
  }
  .section-st_lg {
    padding: 85px 0 60px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  html, .page-wrapp {
    height: 100%;
  }
  .page-wrapp {
    display: flex;
    flex-direction: column;
  }
  #wrapper {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }
  .section-st {
    padding: 50px 0;
  }
  .container {
    max-width: 980px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
  .container-lg {
    max-width: 980px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
  .visible-lap {
    display: block;
  }
  .hidden-lap {
    display: none;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .section-st_lg {
    padding: 80px 0;
  }
  .hidden-lap {
    display: block;
  }
  .container-lg {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-st_desk-non-push {
    padding-top: 0;
  }
  /* end media min width 1260 pixels */
}

/* Min width 1320 pixels */
@media only screen and (min-width: 1320px) {
  .container-lg {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* end media min width 1320 pixels */
}

/* ----- Header ------------------------ */
#wrapper.sticky {
  padding-top: 100px;
}

#wrapper.sticky .header {
  position: fixed;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header {
  position: relative;
  z-index: 100;
}

.header-inner {
  background-color: #fff;
  padding: 17px 20px 18px;
  border-bottom: 1px solid #E8EBF1;
}

.menu-open-wrapper-page .header-inner {
  border-bottom-color: transparent;
}

.logo {
  max-width: 210px;
  min-width: 210px;
}

.logo a {
  display: block;
  outline: none;
}

.header-contact {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.header-contact:after {
  content: ' ';
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
  height: 1px;
  background-color: rgba(27, 60, 117, 0.1);
}

.header-contact__btn {
  margin-bottom: 20px;
}

.header-contact__btn_user {
  margin-bottom: 10px;
}

.header-contact__btn_user .btn {
  border: 2px solid #E83D53;
  line-height: 20px;
  font-weight: 700;
}

.header-contact__btn .btn {
  min-width: 280px;
}

.header-contact__tel a, .header-contact__tel span {
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #E83D53;
}

.header-contact_tabl {
  display: none;
}

.main-prof {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  max-width: 280px;
  margin: 0 auto 20px;
}

.main-prof__icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.main-prof-content__name {
  font-weight: 400;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 19px;
}

.main-prof-content__tel {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.main-prof-content__close {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .header-contact_tabl {
    margin-right: 60px;
    margin-top: 10px;
    margin-left: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-contact_tabl .header-contact__btn {
    margin-bottom: 0;
  }
  .header-contact_tabl .header-contact__btn .btn {
    min-width: 90px;
  }
  .header-contact_tabl .header-contact__tel {
    margin-right: 15px;
  }
  .logo {
    float: left;
  }
  .header-contact_tabl {
    margin-right: 80px;
  }
  .header-inner {
    padding-left: 30px;
  }
  .header-contact_open {
    display: none;
  }
  .header-contact__btn_user {
    margin-left: 15px;
  }
  .header-contact:after {
    display: none;
  }
  .main-prof {
    max-width: none;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 0;
    display: block;
  }
  .main-prof__icon {
    margin-right: 0;
  }
  .main-prof:hover .main-prof-content {
    display: block;
  }
  .main-prof-content {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 0;
    min-width: 200px;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid rgba(69, 105, 177, 0.12);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
    border-radius: 5px;
    white-space: nowrap;
  }
  .main-prof-content:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .main-prof-content__name {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 3px;
  }
  .main-prof-content__tel {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .main-prof-content__close {
    display: block;
    padding: 15px 20px;
    border-top: 1px solid rgba(27, 60, 117, 0.1);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1B3C75;
  }
  .main-prof-content__close:hover {
    text-decoration: none;
    color: #1B3C75;
    background-color: rgba(27, 60, 117, 0.1);
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .header-contact {
    display: flex;
    order: 1;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }
  .header-contact .header-contact__btn {
    margin-bottom: 0;
    order: 1;
  }
  .header-contact .header-contact__btn .btn {
    min-width: 130px;
  }
  .header-contact .header-contact__btn_user {
    order: 2;
    margin-left: 12px;
  }
  .header-contact .header-contact__btn_user .btn {
    min-width: 86px;
  }
  .header-contact .header-contact__tel {
    margin-right: 20px;
  }
  .header-contact_tabl {
    display: none;
  }
  .header-contact_open {
    display: flex;
  }
  .header-inner {
    max-width: 1300px;
    margin: 0 auto;
    border-bottom: none;
  }
  .header {
    border-bottom: 1px solid #E8EBF1;
  }
  .main-prof {
    order: 2;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .header-contact .header-contact__tel {
    margin-right: 25px;
  }
  /* end media min width 1260 pixels */
}

/* ----- END Header -------------------- */
/*                                       */
/*                                       */
/* ----- Footer ------------------------ */
.footer {
  padding: 50px 0;
  background: rgba(69, 105, 177, 0.06);
  letter-spacing: 0.05em;
}

.f-box {
  position: relative;
  z-index: 1;
}

.f-box-contact {
  margin-bottom: 60px;
}

.f-box-contact-item {
  line-height: 18px;
  margin-bottom: 20px;
}

.f-box-contact-item__tt {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  margin-bottom: 5px;
}
#current_address{
   font-size: 12px;
}

.f-box-contact-item__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.f-box-contact-item__description {
  line-height: 18px;
  font-size: 12px;
}

.f-box-contact-item__description__cookie {
  line-height: 12px;
  font-size: 10px;
  margin-top: 30px;
}

a.f-box-contact-item__name {
  display: block;
  text-decoration: none;
  outline: none;
}

a.f-box-contact-item__name:hover {
  color: #E83D53;
}

.f-box-vector {
  position: relative;
  line-height: 29px;
  display: inline-block;
}

.f-box-vector:before {
  content: ' ';
  transform: rotate(-30deg);
  background: #F7A600;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -180px;
  border-radius: 50% 50% 0 50%;
  z-index: -1;
  width: 370px;
  height: 370px;
}

.f-box-vector:after {
  content: ' ';
  position: absolute;
  right: -235px;
  top: -40px;
  width: 98px;
  height: 98px;
  transform: rotate(-30deg);
  background: #E83D53;
  z-index: -1;
}

.f-box-vector__name {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.f-box-vector__tel {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.f-box-vector__tel:hover {
  color: #E83D53;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .f-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .f-box-contact {
    margin-bottom: 30px;
  }
  .footer {
    padding: 53px 0 30px;
  }
  .f-box-vector {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .f-box-contact-item__tt {
    font-size: 15px;
    line-height: 18px;
  }
  #current_address{
    margin-top: 10px;
    font-size: 15px;
  }
  .f-box-contact-item__name {
    font-size: 20px;
    line-height: 24px;
  }
  .f-box-contact-item__description {
    line-height: 22px;
    font-size: 15px;
  }
  .f-box-contact-item {
    margin-bottom: 52px;
  }
  .f-box-vector__name {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .card-list-item__name:after {
    top: 9px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .f-box-contact-item__tt {
    font-size: 17px;
    line-height: 21px;
  }
  #current_address{
    margin-top: 10px;
    font-size: 17px;
  }
  .f-box-contact-item__name {
    font-size: 24px;
    line-height: 29px;
  }
  .f-box-contact-item__description {
    font-size: 20px;
    line-height: 29px;
  }
  .f-box-contact-item {
    margin-bottom: 40px;
  }
  .f-box-vector {
    margin-right: 80px;
  }
  .f-box-vector__name {
    font-size: 17px;
    line-height: 21px;
  }
  /* end media min width 1000 pixels */
}

/* ----- END Footer -------------------- */
/*                                       */
/*                                       */
/* ----- Controls styles ----------------- */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 9px 15px;
  font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
  border: none;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #E83D53;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #FF737F;
}

.btn_second-st {
  background-color: #00C613;
}

.btn_second-st:hover {
  background-color: #00e015;
}

.btn_border {
  border: 1px solid #E83D53;
  color: #E83D53;
  line-height: 22px;
  background: transparent;
}

.btn_border:hover {
  color: #fff;
  background-color: #E83D53;
}

.btn_border.btn_second-st {
  border-color: #00C613;
  color: #00C613;
}

.btn_border.btn_second-st:hover {
  color: #fff;
  background-color: #00C613;
}

.btn_min-width {
  min-width: 130px;
}

.btn_max {
  width: 100%;
}

.btn_sm {
  padding: 3px 15px;
}

.btn_sm.btn_min-width {
  min-width: 110px;
}

.btn_md {
  padding: 13px 20px;
}

.btn_md.btn_min-width {
  min-width: 150px;
}

.btn_lg {
  padding: 18px 20px;
}

.btn_lg.btn_min-width {
  min-width: 280px;
}

.btn__icon-text {
  display: inline-block;
  vertical-align: middle;
}

.btn__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  font-style: normal;
}

.btn__icon_right {
  margin-left: 5px;
}

.btn__icon_left {
  margin-right: 5px;
}

input.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  width: auto;
}

input.btn_max {
  width: 100%;
}

.form-group-grid__four-col .btn {
  vertical-align: bottom;
  display: block;
}

.placeholder {
  color: #C4C4C4;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input.form-group__field_err:-moz-placeholder, input.form-group__field_err::-moz-placeholder,
textarea.form-group__field_err:-moz-placeholder,
textarea.form-group__field_err::-moz-placeholder {
  color: #FF0000;
  opacity: 1;
}

input.form-group__field_err::-webkit-input-placeholder,
textarea.form-group__field_err::-webkit-input-placeholder {
  color: #FF0000;
  opacity: 1;
}

input.form-group__field_err:focus:-moz-placeholder, input.form-group__field_err:focus::-moz-placeholder,
textarea.form-group__field_err:focus:-moz-placeholder,
textarea.form-group__field_err:focus::-moz-placeholder {
  opacity: 0;
}

input.form-group__field_err:focus::-webkit-input-placeholder,
textarea.form-group__field_err:focus::-webkit-input-placeholder {
  opacity: 0;
}

::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input[type="password"]::-webkit-contacts-auto-fill-button {
  opacity: 1;
}

input,
textarea {
  position: relative;
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border: 2px solid #D6D4D3;
  font: normal 400 15px "Montserrat", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  outline: none;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: none;
}

input:hover,
textarea:hover {
  border-color: #4569B1;
}

input:focus,
textarea:focus {
  border-color: #4569B1;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
  border: none;
}

textarea {
  vertical-align: top;
  height: 130px;
  padding: 10px 15px;
  resize: none;
}

/* ----- END controls ------------------- */
/*                                       */
/*                                       */
/* ----- Forms ------------------------- */
.st-form {
  margin-bottom: 20px;
}

.st-form__tt {
  display: block;
}

.form-group {
  margin-bottom: 20px;
}

.form-group__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.form-group_inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group_inline .form-group__label {
  min-width: 140px;
  max-width: 140px;
  padding: 0 10px 0 0;
  margin: 5px 0;
}

input.form-group__field_err {
  color: #FF0000;
  border-color: #FF0000;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-group-grid {
    display: flex;
    justify-content: space-between;
  }
  .form-group-grid__half-col {
    width: 48.5%;
  }
  .form-group-grid__three-col {
    width: 31.3%;
  }
  .form-group-grid__four-col {
    width: 22.8%;
  }
  /* end media min width 768 pixels */
}

/* ----- END Forms --------------------- */
/*                                       */
/*                                       */
/* ----- Navigation -------------------- */
/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
  display: none;
}

@media only screen and (min-width: 768px) {
  .bread-crumbs {
    display: block;
  }
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.bread-crumbs li:before {
  content: '/';
  margin: 0 5px;
}

.bread-crumbs li:first-child:before {
  display: none;
}

/* -- Pagination -------------------- */
.pagination {
  list-style-type: none;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}

.pagination a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #eee;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #fc8a00;
  color: #fff;
}

.pagination__prev a, .pagination__next a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.pagination__prev a:hover, .pagination__next a:hover {
  background: none;
  color: #000;
}

.pagination__active a {
  background-color: #fc8a00;
  color: #fff;
}

/* -- Main menu --------------------- */
.burger-menu {
  display: block;
  position: absolute;
  right: 15px;
  top: 29px;
  z-index: 101;
  cursor: pointer;
  padding: 10px;
}

.burger-menu-box {
  display: block;
  width: 26px;
  padding: 8px 0;
}

.burger-menu-inner {
  display: block;
  position: relative;
  height: 4px;
  background-color: #1B3C75;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.cookie1-3{
  display: block;
}

.burger-menu-inner:before, .burger-menu-inner:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #1B3C75;
  width: 100%;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.burger-menu-inner:before {
  top: -9px;
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.burger-menu-inner:after {
  bottom: -9px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-burger--opened .burger-menu-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.menu-burger--opened .burger-menu-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.menu-burger--opened .burger-menu-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.menu-wrapper-fixed {
  position: absolute;
  top: -100%;
  z-index: -1;
  height: auto;
  width: 100%;
  bottom: 100%;
  overflow: hidden;
  left: 0;
  transition: top 0.4s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-open-wrapper {
  padding: 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: background 0.25s ease-out;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.menu-burger--opened .menu-wrapper-fixed {
  top: 100%;
  bottom: auto;
  overflow: visible;
  height: calc(100vh - 100px);
}

.menu-burger--opened .menu-open-wrapper {
  background-color: #fff;
}

.menu-burger--opened .menu-item {
  margin-left: 0;
}

.header-nav {
  text-align: center;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.menu-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  font: normal 600 14px/17px "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1B3C75;
  width: 100%;
  transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-item__link {
  color: #1B3C75;
  text-decoration: none;
  display: block;
}

.menu-item__link:hover {
  color: #1B3C75;
}

/* - Drop down main menu -------- */
.menu-item__link_dd-open {
  display: none;
}

.menu-item__link_dd-open:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon/Vector.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-size: 100% 100%;
}

.menu-item_dd {
  margin: 0;
}

.menu-dd {
  display: block;
  margin: 0;
  list-style: none;
}

.menu-dd-item {
  line-height: 17px;
  margin: 20px 0;
  position: relative;
}

.menu-dd-item__link {
  font-size: 14px;
  display: block;
  color: #1B3C75;
  text-decoration: none;
}

.menu-dd-item__link:hover {
  color: #1B3C75;
}

.menu-dd-item_close {
  position: relative;
  margin-bottom: 0;
}

.menu-dd-item_close:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -20px;
  height: 1px;
  right: -20px;
  background-color: rgba(27, 60, 117, 0.1);
}

.menu-dd-item_close .menu-dd-item__link {
  padding-top: 20px;
}

.menu-item_dd-opened .menu-dd {
  display: block;
}

.menu-item_dd-opened .menu-item__link_dd-open:after {
  transform: rotate(180deg);
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .burger-menu {
    right: 35px;
  }
  .cookie1-3{
    display: none;
  }
  .menu-dd-item_close {
    display: none;
  }
  .menu-burger--opened .menu-wrapper-fixed {
    top: 100%;
    bottom: auto;
    overflow: visible;
    height: auto;
    max-height: 1000px;
  }
  .menu-open-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .menu-open-wrapper-page {
    overflow: visible;
    position: relative;
    height: auto;
    width: auto;
  }
  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transition: none;
    overflow: visible;
    width: auto;
    z-index: auto;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: none;
  }
  .burger-menu {
    display: none;
  }
  .head-menu {
    padding-top: 10px;
    float: right;
  }
  .menu {
    text-align: left;
    border-radius: 5px;
    margin-right: 15px;
  }
  .menu-item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
  }
  .menu-item__link {
    display: block;
    padding: 10px 5px;
  }
  .menu-item__link:hover {
    color: #E83D53;
  }
  /* - Drop down main menu -------- */
  .menu-item_dd-opened .menu-dd {
    display: none;
  }
  .menu-item_dd-opened .menu-item__link_dd-open:after {
    transform: rotate(0);
  }
  .menu-dd {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    min-width: 200px;
    text-align: left;
    background-color: #e5263f;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
    border-radius: 5px;
  }
  .menu-dd-item {
    margin: 0;
  }
  .menu-dd-item__link {
    white-space: nowrap;
    line-height: 18px;
    display: block;
    padding: 15px 18px;
  }
  .menu-dd-item__link:hover {
    color: #fff;
    text-transform: uppercase;
    background-color: #4569B1;
  }
  .menu-item:hover .menu-dd {
    display: block;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .menu {
    margin-right: 20px;
  }
  .menu-item__link {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* end media min width 1260 pixels */
}

/* ----- END Navigation ---------------- */
/*                                       */
/*                                       */
/* ----- Banner component ------------------- */
.banner {
  padding: 20px 0 60px;
  text-align: center;
}

.banner__logo {
  max-width: 340px;
  margin: 0 auto;
}

.banner .title-site_h1, .banner h1 {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #4569B1;
  font-weight: 400;
  font-size: 30px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.banner .title-site_h1 b, .banner h1 b {
  font-weight: 700;
}

.banner-btn {
  margin-bottom: 20px;
}

.banner-btn .btn {
  font-weight: 400;
  letter-spacing: 0.01em;
  cursor: default;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
}

.banner-btn .btn:hover {
  background-color: #E83D53;
}

.banner-btn .btn b {
  font-weight: 900;
}

.banner-description {
  line-height: 20px;
  font-size: 15px;
  color: #4569B1;
  max-width: 500px;
  margin: 0 auto 30px;
}

.banner-years {
  position: relative;
  background-color: #4569B1;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  padding: 20px 38px 15px;
  border-radius: 200px 200px 0 0;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .banner {
    padding: 50px 0 40px;
    text-align: center;
  }
  .banner .title-site_h1, .banner h1 {
    font-size: 48px;
    margin-bottom: 1px;
    margin-top: -21px;
  }
  .banner-btn {
    margin-bottom: 20px;
  }
  .banner-btn .btn {
    font-size: 28px;
  }
  .banner-btn .btn b {
    font-weight: 900;
  }
  .banner-years {
    padding: 20px 45px 15px;
  }
  .banner-description {
    margin-bottom: 20px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .banner {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .banner__logo {
    margin-right: 15px;
    width: 230px;
  }
  .banner__content {
    width: 680px;
  }
  .banner .title-site_h1, .banner h1 {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .banner-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner-grid__col-left {
    margin-right: 15px;
  }
  .banner-description {
    max-width: 340px;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .banner__logo {
    margin-left: 0;
    flex-shrink: 0;
    margin-right: 33px;
    width: 450px;
    max-width: none;
  }
  .banner .title-site_h1, .banner h1 {
    font-size: 58px;
  }
  .banner__content {
    width: 100%;
    padding-top: 30px;
  }
  .banner-grid__col-left {
    margin-right: 25px;
  }
  .banner-years {
    line-height: 35px;
    font-size: 24px;
    padding: 32px 55px 15px;
  }
  .banner {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  /* end media min width 1260 pixels */
}

/* ----- END Banner component --------------- */
/*                                            */
/*                                            */
/*_____________J_C_F_______________________*/
/* select */
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 6px;
  z-index: 9999;
  top: 100%;
  left: -2px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

@keyframes select-anim {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  min-width: 200px;
  flex-shrink: 0;
  background: #fff;
  height: 42px;
  border-radius: 0px;
  border: 2px solid #D6D4D3;
  width: 100%;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  line-height: 36px;
  margin: 0 35px 0 15px;
  font-weight: 400;
  color: #333;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  width: 36px;
  line-height: 42px;
}

.jcf-select .jcf-select-opener:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  margin-left: -7px;
  background: url(../img/icon/Vector.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.jcf-select.jcf-drop-active {
  border-color: #4569B1;
}

.jcf-drop-active {
  border-radius: 0px 0px 0 0;
}

.jcf-drop-flipped.jcf-select-drop {
  transform-origin: bottom center;
  margin-bottom: 6px;
}

.jcf-select-drop {
  transition: ease 0.3s;
  animation-name: select-anim;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  transform-origin: top center;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid rgba(69, 105, 177, 0.12);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  min-height: 14px;
  height: 1%;
  padding: 14px 15px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #4569B1;
  color: #fff;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 400;
  display: block;
  line-height: 20px;
  padding: 14px 15px;
  cursor: default;
  color: #333;
  font-size: 15px;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-select-color .jcf-select-text .jcf-option-color {
  font-weight: bold;
}

.jcf-select-text .jcf-option-red, .jcf-list .jcf-option-red {
  color: #d00;
}

.jcf-select-text .jcf-option-green, .jcf-list .jcf-option-green {
  color: #0d0;
}

.jcf-select-text .jcf-option-blue, .jcf-list .jcf-option-blue {
  color: #00d;
}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

.jcf-select.jcf-select-present {
  line-height: 48px;
  height: 48px;
  background: #fff;
}

.jcf-select.jcf-select-present .jcf-select-text img {
  vertical-align: top;
  width: 32px;
  height: auto;
  margin: 7px 5px 0 0;
}

.jcf-select-present .jcf-select-text {
  line-height: 48px;
}

.jcf-select-present .jcf-list {
  font-style: italic;
  line-height: 48px;
}

.jcf-select-present .jcf-list img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/*__________end_J_C_F_______________________*/
/*_________________F A N C Y_______________________*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0.90;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc;
}

.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
}

.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2), .fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* Close button on the top right corner of html content */
.form-st__txt {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.form-group_btn {
  text-align: center;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #1B3C75;
  cursor: pointer;
  height: 55px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .9;
  stroke: currentColor;
  stroke-width: 3;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.st-modal {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: none;
  padding: 50px 10px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
}

.st-modal_signin {
  width: 100%;
  padding: 25px 20px 30px;
  text-align: left;
  max-width: 400px;
}

.st-modal_signin .fancybox-close-small {
  right: 6px;
  top: 19px;
}

.st-modal .title-site, .st-modal h1, .st-modal h2, .st-modal h3 {
  font-size: 26px;
  text-align: center;
}

.st-modal__tt {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 40px;
  font-size: 32px;
  color: #333;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.34;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .st-modal_signin .fancybox-close-small {
    padding: 4px;
    right: 26px;
  }
  .st-modal {
    padding: 25px 40px 50px;
  }
  /* end media min width 768 pixels */
}

.fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom, .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

/*_____________end F A N C Y_______________________*/
/* ----- maps ------------------- */
/* Google MAP hidden nav */
.gmnoprint, .gm-style-cc, .gm-style button {
  display: none !important;
}

.ymaps-2-1-71-map-copyrights-promo, .ymaps-2-1-71-copyright, .ymaps-2-1-72-copyright {
  display: none !important;
}

/* ----- END maps --------------- */
/*                                */
/*                                */
/* ----- Index page -------------------- */
.box-video {
  margin: 0 -20px;
}

.box-video__style {
  display: block;
  background-color: #333333;
  height: 260px;
  position: relative;
  z-index: 1;
}

.box-video__style img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  z-index: 1;
}

.box-video__style_icon:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 56px;
  margin-top: -28px;
  margin-left: -40px;
  background: url(../img/icon/youtube.svg) center center no-repeat;
  background-size: contain;
}

.section-about_bg {
  position: relative;
}

.section-about_bg:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #fff;
}

.section-about_bg .container {
  position: relative;
  z-index: 1;
}

.section-about .container > p {
  line-height: 22px;
  font-size: 15px;
}

.card-box {
  margin-top: 40px;
}

.card {
  display: block;
  padding: 18px 10px 0;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  border-radius: 5px;
  transition: ease 0.3s;
  border: 1px solid rgba(69, 105, 177, 0.12);
  outline: none;
}

.card:hover {
  box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
}

.card:hover .card__txt {
  color: #E83D53;
}

.card:hover .card__txt:after {
  background-image: url(../img/icon/arrow-right-h.svg);
}

.card__img {
  width: 110px;
  margin-left: 10px;
}

.card__txt {
  font-weight: 600;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4569B1;
  margin-bottom: 28px;
  position: relative;
  padding-right: 15px;
  margin-right: 8px;
}

.card__txt:after {
  content: ' ';
  background: url(../img/icon/arrow-right.svg) center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.card-icon-box {
  margin-top: 60px;
}

.card-icon {
  margin-bottom: 30px;
}

.card-icon__img {
  margin-bottom: 10px;
  min-height: 80px;
  padding-left: 10px;
}

.card-icon__tt {
  font-weight: 600;
  line-height: 25px;
  font-size: 17px;
}

.card-icon__list li {
  line-height: 25px;
  font-size: 17px;
}

.card-list {
  margin-top: 40px;
}

.card-list-item {
  position: relative;
  margin-bottom: px;
  border: 1px solid rgba(69, 105, 177, 0.12);
  border-radius: 5px;
  padding: 18px 13px 18px 18px;
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  outline: none;
  min-height: 100px;
  transition: ease 0.2s;
}

.card-list-item:hover {
  box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
}

.card-list-item:hover .card-list-item__name {
  color: #E83D53;
}

.card-list-item:hover .card-list-item__name:after {
  background-image: url(../img/icon/arrow-right-h.svg);
}

.card-list-item:hover .card-list-item__description {
  color: rgba(232, 61, 83, 0.5);
}

.card-list-item__name {
  padding-right: 15px;
  position: relative;
  line-height: 23px;
  font-weight: 500;
  font-size: 17px;
}

.card-list-item__name:after {
  content: ' ';
  background: url(../img/icon/arrow-right.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: 0;
}

.card-list-item__description {
  line-height: 20px;
  font-size: 15px;
  color: rgba(69, 105, 177, 0.5);
}

.section-about {
  padding: 60px 0 35px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .box-video {
    margin: 0 0 60px;
  }
  .box-video__style {
    height: 420px;
  }
  .card__img {
    width: 135px;
  }
  .section-about .container > p {
    line-height: 29px;
    font-size: 20px;
  }
  .card-icon-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-icon-box .card-icon {
    width: 333px;
  }
  .card-box {
    display: flex;
    justify-content: space-between;
  }
  .card-box .card {
    width: 340px;
  }
  .section-chup {
    position: relative;
    z-index: 1;
  }
  .section-chup:after {
    background: url(../img/chup.svg) right center no-repeat;
    background-size: contain;
    content: ' ';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    bottom: -40px;
    width: 490px;
    height: 390px;
  }
  .cookie1-2{
    display: block;
  }
  .card-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 65px -2% 0;
  }
  .card-list-item {
    width: 46%;
    margin: 0 2% 20px;
    padding-left: 25px;
    padding-right: 20px;
  }
  .card-list-item__name {
    line-height: 27px;
    font-size: 20px;
  }
  .section-about {
    padding: 85px 0 60px;
  }
  .section-about h1, .section-about .title-site_h1 {
    margin-bottom: 14px;
  }
  .section-about_bg:after {
    height: 150px;
  }
  .card-box {
    margin-top: 30px;
  }
  .card {
    padding-top: 23px;
  }
  .card__txt {
    font-size: 15px;
    padding-right: 23px;
  }
  .card-icon__tt {
    line-height: 29px;
    font-size: 20px;
  }
  .card-icon__list li {
    line-height: 29px;
    font-size: 20px;
  }
  .card-icon-box .card-icon {
    margin-bottom: 60px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .box-video__style {
    height: 480px;
  }
  .card-icon-box .card-icon {
    width: 290px;
  }
  .card-box .card {
    width: 450px;
  }
  .section-chup:after {
    bottom: auto;
    top: -60px;
    right: -200px;
  }
  .card-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
  .card-list-item {
    width: 31.3%;
    margin: 0 1% 20px;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .section-rectagle-bg {
    position: relative;
  }
  .section-rectagle-bg:before {
    position: absolute;
    content: ' ';
    top: -175px;
    right: 0;
    background: url(../img/rectangle.svg) center center no-repeat;
    width: 370px;
    height: 655px;
    background-size: contain;
  }
  .section-chup:after {
    bottom: auto;
    top: -90px;
    right: -50px;
  }
  .box-video {
    margin-bottom: 0;
  }
  .section-about h1, .section-about .title-site_h1 {
    margin-bottom: 40px;
  }
  .card-box {
    margin-top: 70px;
  }
  .card__img {
    width: 195px;
  }
  .card {
    padding-top: 12px;
  }
  .card__txt {
    margin-right: 20px;
    margin-bottom: 34px;
    font-size: 17px;
  }
  .rectangle-st {
    position: relative;
    z-index: 1;
  }
  .rectangle-st:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -375px;
    background: #F7A600;
    width: 398px;
    height: 398px;
    transform: rotate(-26.22deg);
    border-radius: 50% 50% 0 50%;
  }
  .rectangle-st:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 285px;
    left: -10px;
    background: #4EC2F1;
    width: 121px;
    height: 20px;
    transform: rotate(-26.22deg);
  }
  .card-icon-box {
    margin-top: 90px;
  }
  .card-icon-box .card-icon {
    margin-bottom: 40px;
  }
  .section-st_rectangle2 {
    position: relative;
    z-index: 1;
  }
  .section-st_rectangle2:after {
    width: 345px;
    height: 590px;
    content: ' ';
    position: absolute;
    z-index: -1;
    top: -180px;
    left: -90px;
    background: url(../img/rectangle2.svg) center center no-repeat;
    background-size: contain;
  }
  /* end media min width 1260 pixels */
}

/* Min width 1320 pixels */
@media only screen and (min-width: 1320px) {
  .section-chup:after {
    top: -130px;
    right: 0;
  }
  /* end media min width 1320 pixels */
}

/* Min width 1440 pixels */
@media only screen and (min-width: 1440px) {
  .section-st_rectangle2:after {
    left: -20px;
  }
  /* end media min width 1440 pixels */
}

/* ----- END index page /--------------- */
/*                                       */
/*                                       */
/* ----- Parents page ------------------- */
.section-preview {
  padding: 60px 0 80px;
}

.preview-box {
  position: relative;
  z-index: 1;
}

.preview-box .title-site, .preview-box h1, .preview-box h2 {
  padding-right: 35px;
}

.preview-box:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -15px;
  width: 54px;
  height: 70px;
  background: #4569B1;
  border-radius: 34px 0 0 34px;
}

.preview-box__info {
  line-height: 27px;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #4569B1;
  margin-bottom: 40px;
}

.preview-box__info b {
  font-weight: 600;
  display: block;
}

.preview-box__info .info-text-sm {
  font-size: 18px;
}

.preview-box-order .btn {
  width: 100%;
  max-width: 290px;
  margin-bottom: 20px;
}

.preview-box-order__txt {
  line-height: 20px;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
}

.card-icon__txt {
  line-height: 25px;
  font-size: 17px;
}

.card-icon__value {
  font-size: 36px;
  line-height: 44px;
  color: #F7A600;
  margin-bottom: 20px;
}

.card-icon-description {
  margin-top: 70px;
  line-height: 22px;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
}

.card-icon-description_danger {
  color: #E83D53;
}

.card-icon-description b {
  font-weight: 600;
}

.section-chup_wrapp {
  padding: 60px 0 40px;
}

.card-icon__img_pas {
  margin-left: 10px;
}

.card-icon__img_list {
  margin-left: -10px;
}

.card-icon__btn {
  margin-bottom: 20px;
}

.card-icon__btn .btn {
  width: 100%;
}

.card-icon__txt-shadow {
  line-height: 20px;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
}

.card-icon-box_sm {
  margin-top: 25px;
}

.card-icon-box_sm .card-icon {
  margin-bottom: 22px;
}

.card-icon-txt-inner {
  text-decoration: none;
  outline: none;
  color: #D3374B;
}

a.card-icon-txt-inner:hover {
  color: #4569B1;
}

.card-icon-desc-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.card-icon-desc-grid .card-icon-description {
  margin-top: 0;
}

.card-icon-desc-grid__icon {
  padding-top: 3px;
  flex-shrink: 0;
  margin-right: 20px;
}

.preview-box__info a {
  color: #E83D53;
  text-decoration: none;
  outline: none;
}

.preview-box__info a:hover {
  color: #4569B1;
}

.preview-box__btn .btn {
  width: 100%;
  max-width: 290px;
}

.main-map {
  min-height: 300px;
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}

.preview-box_next-wrapp {
  margin-top: 60px;
}

.preview-box_next-wrapp:before {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .preview-box {
    padding-right: 100px;
  }
  .preview-box .title-site, .preview-box h1, .preview-box h2 {
    padding-right: 0;
    margin-bottom: 3px;
  }
  .preview-box:before {
    right: -30px;
    top: 0;
    width: 130px;
    height: 160px;
    border-radius: 80px 0 0 80px;
  }
  .preview-box__info {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 55px;
  }
  .preview-box__info .info-text-sm {
    font-size: 32px;
  }
  .preview-box__info b {
    display: inline;
  }
  .preview-box-order .btn {
    margin-bottom: 14px;
  }
  .section-preview {
    position: relative;
    z-index: 1;
    padding: 100px 0;
  }
  .section-preview:after {
    content: ' ';
    position: absolute;
    bottom: -240px;
    right: -140px;
    width: 357px;
    height: 629px;
    background: url(../img/rectangle.svg) center center no-repeat;
    background-size: contain;
  }
  .section-preview_wrapp-tabl {
    padding-bottom: 0;
  }
  .section-preview_wrapp-tabl:after {
    display: none;
  }
  .section-preview_wrapp-tabl.section-preview_maps {
    padding-bottom: 60px;
  }
  .preview-box-order__txt {
    max-width: 430px;
  }
  .card-icon__txt {
    line-height: 29px;
    font-size: 20px;
  }
  .section-chup_wrapp {
    padding: 80px 0 50px;
  }
  .section-chup_wrapp:after {
    bottom: 110px;
  }
  .card-icon-description {
    max-width: 850px;
  }
  .section-chup_wrapp-lap:after {
    display: none;
  }
  .card-icon__img_list img {
    position: relative;
    top: -15px;
  }
  .card-icon-box_md .card-icon {
    margin-bottom: 30px;
  }
  .card-icon-description {
    margin-top: 30px;
  }
  .card-icon-box_sm {
    margin-top: 45px;
  }
  .card-icon-box_sm .card-icon {
    margin-bottom: 50px;
  }
  .main-map {
    min-height: 440px;
    margin: 0 -30px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .preview-box {
    padding-right: 100px;
  }
  .preview-box__info {
    font-size: 36px;
    line-height: 48px;
  }
  .preview-box__info .info-text-sm {
    font-size: 36px;
  }
  .preview-box:before {
    right: auto;
    left: -150px;
    top: -5px;
  }
  .preview-box-order {
    display: flex;
    align-items: center;
  }
  .preview-box-order .btn {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .preview-box-order__txt {
    max-width: 350px;
  }
  .section-chup_wrapp:after {
    display: none;
  }
  .section-chup_wrapp-lap:after {
    display: block;
  }
  .card-icon_wrapp.card-icon {
    width: 1000px;
    display: flex;
    align-items: center;
  }
  .card-icon_wrapp.card-icon .card-icon__btn {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .card-icon_wrapp.card-icon .card-icon__btn .btn {
    min-width: 290px;
    max-width: 290px;
  }
  .card-icon_wrapp.card-icon .card-icon__txt-shadow {
    max-width: 530px;
    width: auto;
  }
  .preview-box__info {
    margin-bottom: 35px;
  }
  .main-map {
    min-height: 460px;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }
  .section-preview_wrapp-tabl.section-preview_maps:after {
    display: block;
    bottom: 60px;
    right: -80px;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1260 pixels */
@media only screen and (min-width: 1260px) {
  .section-chup_wrapp-lap:after {
    top: -170px;
    right: -110px;
  }
  .section-about.rectangle-st:before {
    top: -205px;
  }
  .section-about.rectangle-st:after {
    top: 125px;
  }
  .section-preview {
    padding: 120px 0 140px;
  }
  .preview-box {
    padding-right: 170px;
  }
  .preview-box:before {
    left: -160px;
    top: -1px;
  }
  .section-preview:after {
    bottom: -280px;
    right: -90px;
  }
  .section-chup_wrapp {
    padding-top: 123px;
    padding-bottom: 130px;
  }
  .card-icon-box_md {
    margin-top: 70px;
  }
  .card-icon-description {
    margin-top: 0;
  }
  .section-about.rectangle-st:before {
    top: -176px;
  }
  .section-about.rectangle-st:after {
    top: 155px;
  }
  .section-about.rectangle-st {
    padding: 125px 0 73px;
  }
  .card-icon-box_sm {
    margin-top: 55px;
  }
  .section-chup_wrapp-lap {
    padding-bottom: 70px;
  }
  .section-st_rectangle2-wrapp:after {
    top: 20px;
  }
  .section-preview_wrapp-tabl {
    padding-bottom: 0;
  }
  .section-preview_wrapp-tabl:after {
    display: block;
  }
  .section-preview_wrapp-tabl.section-preview_maps:after {
    right: 0;
  }
  /* end media min width 1260 pixels */
}

/* Min width 1440 pixels */
@media only screen and (min-width: 1440px) {
  .section-chup_wrapp-lap:after {
    top: -170px;
    right: -10px;
  }
  .section-about.rectangle-st:before {
    left: -275px;
  }
  .section-about.rectangle-st:after {
    left: 90px;
  }
  .section-preview:after {
    right: 0;
  }
  /* end media min width 1440 pixels */
}

/* Min width 1900 pixels */
@media only screen and (min-width: 1900px) {
  .section-about.rectangle-st:before {
    left: 5px;
  }
  .section-about.rectangle-st:after {
    left: 370px;
  }
  /* end media min width 1900 pixels */
}

/* ----- END Parents page --------------- */
/*                                        */
/*                                        */
/* ----- style add ------------------- */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
  border: none;
}

#wrapper.sticky .header {
  background-color: #ffffff;
}












#getsms{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}
#getsms.active{}
#getsms.active::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
}
#getsms.active::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #4469b1;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    z-index: 10;
    margin: auto;
    transition: opacity .3s ease;
    will-change: opacity;
}
#getsms.hide{}
#getsms.hide::after{
    background-color: rgba(255, 255, 255, 1);
}
#getsms.hide::before{
    opacity: 0;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}
#getsms label{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
    padding-left: 15px;
}
#getsms input{
    margin-bottom: 15px;
    height: 45px;
    text-align: center;
}
#getsms button{
    font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
    border: 2px solid #E83D53;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #E83D53;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 290px;
    height: 45px;
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease;
}
#getsms button:hover{
    background-color: #fff;
    color: #E83D53;
}
.sporttest{
    margin-top: -30px;
    padding-top: 0px;
    padding-bottom: 140px;
}
#getsporttest{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}
#getsporttest::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s ease;
}
#getsporttest.open{}
#getsporttest.open::after{
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
}#getsporttest.active{}
#getsporttest.active::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    z-index: 1;
}
#getsporttest.active::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #4469b1;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    z-index: 10;
    margin: auto;
    transition: opacity .3s ease;
    will-change: opacity;
}
#getsporttest.hide{}
#getsporttest.hide::after{
    background-color: rgba(255, 255, 255, 1);
}
#getsporttest.hide::before{
    opacity: 0;
}
#getsporttest label{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
    padding-left: 15px;
}
#getsporttest input{
    margin-bottom: 15px;
    height: 45px;
    text-align: center;
}
#getsporttest button{
    font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
    border: 2px solid #E83D53;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #E83D53;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 290px;
    height: 45px;
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: all .3s ease;
}
#getsporttest button:hover{
    background-color: #fff;
    color: #E83D53;
}
#report{
    overflow: hidden;
    max-height: 0px;
    padding-left: 20px;
    list-style-type: disc;
    color: #f7a501;
    transition: max-height .3s ease;
}
#report.open{
    max-height: 500px;
}
#report li{
    /*display: block;*/
    margin-bottom: 15px;
}
#report a{
    transition: all .3s ease;
}
#report a:hover{
    color: #e83c53;
}
#report .report__element--first{
    list-style-type: none;
    color: #333;
    font-size: 18px;
    margin-left: -20px;
}




















































.files-list{
  width: 100%;
  height: auto;
  margin: 0;
}
.files-list__element{
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid rgba(69, 105, 177, 0.12);
  border-radius: 5px;
  padding: 18px 13px 18px 18px;
  transition: all .3s ease;
}
.files-list__element:hover{
  box-shadow: 0px 0px 20px rgba(69, 105, 177, 0.12);
}
.files-list__element:hover .files-list__heading{
  color: #E83D53;
}
.files-list__element:last-child{
  margin: 0;
}
.files-list__download{
  display: inline-block;
  transition: all .3s ease;
}
.files-list__download:hover{
  color: #E83D53;
}
.files-list__heading{
  margin-bottom: 5px;
  /*font-size: 20px;*/
  font-size: 18px;
  letter-spacing: 0.01em;
  transition: all .3s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .header {
    background-color: #fff;
  }
  /* end media min width 1200 pixels */
}

/* max width 767 pixels */
@media only screen and (max-width: 767px) {
  .customerentry-record .main-mobile-group {
    display: flex;
    flex-direction: column;
  }
  .main-mobile-group .customerentry-record-form__input-text {
    width: auto;
    float: none;
  }
  .main-mobile-group .customerentry-record-form__label {
    margin-bottom: 5px;
  }
  .main-mobile-group .customerentry-record-form__input-text:nth-child(2) {
    order: 2;
  }
  .main-mobile-group .customerentry-record-form__input-text:nth-child(3) {
    order: 1;
  }
  /* end media max width 767 pixels */
}
@media only screen and (min-width: 768px) {
  .files-list__heading{
    font-size: 20px;
  }
  .main-mobile-group .customerentry-record-form__label {
    margin-bottom: 5px;
  }
  .main-mobile-group .customerentry-record-form__input-text:nth-child(2) {
    order: 2;
  }
  .main-mobile-group .customerentry-record-form__input-text:nth-child(3) {
    order: 1;
  }
  /* end media max width 767 pixels */
}
.files-list__p{
  display: block;
  margin: 0;
  font-size: 12px;
}
.files-list__p--autor{
  margin-bottom: 5px;
}
.files-list__p--date{
  margin-bottom: 10px;
}
.files-list__p--date time{
  font-weight: bold;
}
.objects{}
.objects__address{
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}
.objects__phone{
  transition: all .3s ease;
  display: inline-block;
  margin-bottom: 5px;
}
.objects__phone:hover{
  color: #E83D53;
}
.objects__mail{
  transition: all .3s ease;
  display: inline-block;
}
.objects__mail:hover{
  color: #E83D53;
}

/* ----- END style add --------------- */
/*                                     */
/*                                     */


#getsms{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
#getsms.active{}
#getsms.active::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
}
#getsms.active::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #4469b1;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  z-index: 10;
  margin: auto;
  transition: opacity .3s ease;
  will-change: opacity;
}
#getsms.hide{}
#getsms.hide::after{
  background-color: rgba(255, 255, 255, 1);
}
#getsms.hide::before{
  opacity: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      }
}
#getsms label{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
  padding-left: 15px;
}
#getsms input{
  margin-bottom: 15px;
  height: 45px;
  text-align: center;
}
#getsms button{
  font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
  border: 2px solid #E83D53;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #E83D53;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 290px;
  height: 45px;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
}
#getsms button:hover{
  background-color: #fff;
  color: #E83D53;
}
.sporttest{
  margin-top: -30px;
  padding-top: 0px;
  padding-bottom: 140px;
}
#getsporttest{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
#getsporttest::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  transition: all .3s ease;
}
#getsporttest.open{}
#getsporttest.open::after{
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
}#getsporttest.active{}
#getsporttest.active::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
}
#getsporttest.active::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #4469b1;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  z-index: 10;
  margin: auto;
  transition: opacity .3s ease;
  will-change: opacity;
}
#getsporttest.hide{}
#getsporttest.hide::after{
  background-color: rgba(255, 255, 255, 1);
}
#getsporttest.hide::before{
  opacity: 0;
}
#getsporttest label{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
  padding-left: 15px;
}
#getsporttest input{
  margin-bottom: 15px;
  height: 45px;
  text-align: center;
}
#getsporttest button{
  font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
  border: 2px solid #E83D53;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #E83D53;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 290px;
  height: 45px;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
}
#getsporttest button:hover{
  background-color: #fff;
  color: #E83D53;
}
#report{
  overflow: hidden;
  max-height: 0px;
  padding-left: 20px;
  list-style-type: disc;
  color: #f7a501;
  transition: max-height .3s ease;
}
#report.open{
  max-height: 500px;
}
#report li{
  /*display: block;*/
  margin-bottom: 15px;
}
#report a{
  transition: all .3s ease;
}
#report a:hover{
  color: #e83c53;
}
#report .report__element--first{
  list-style-type: none;
  color: #333;
  font-size: 18px;
  margin-left: -20px;
}

/* ----- Callback ------------------- */
.st-modal_call-back {
  max-width: 600px;
  text-align: left;
  padding: 30px 20px;
  width: 100%;
}

.st-modal_call-back .fancybox-close-small {
  top: 27px;
}

.st-modal_call-back .st-modal__tt {
  padding-right: 35px;
}

.st-modal_call-back textarea {
  min-height: 130px;
  height: auto;
  font-size: 15px;
  color: #333;
  line-height: 18px;
}

.st-modal_end {
  max-width: 600px;
  padding-bottom: 10px;
  width: 100%;
}

.st-modal_end .st-modal__tt {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.modal-icon {
  margin-bottom: 20px;
}

.modal-inner {
  padding: 50px 0;
}

/*file*/
.jcf-file {
  position: relative;
  display: block;
}

.jcf-upload-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 9px 15px;
  border: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  outline: none;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  min-width: 210px;
  border: 2px solid #D6D4D3;
  text-transform: uppercase;
}

.jcf-file:hover .jcf-upload-button {
  border-color: #4569B1;
}

.jcf-real-element {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 210px;
}

.jcf-fake-input {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  text-transform: uppercase;
}

.desc-txt {
  margin-bottom: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333;
}

.form-group .desc-txt {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-group_check {
  display: flex;
  justify-content: flex-start;
}

.form-group_check .form-group__label {
  order: 1;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.form-group_half {
  max-width: 280px;
}

.form-group_md {
  max-width: 360px;
}

.form-group .btn_reset {
  background: none;
  font-size: 12px;
  color: #4569B1;
}

.form-group-grid_btn {
  justify-content: flex-start;
}

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #D6D4D3;
  margin: 0 10px 0 0;
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 9px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #4569B1;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
  margin: -5px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.jcf-checkbox span {
  box-sizing: content-box;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .form-group-grid_btn {
    display: flex;
    justify-content: flex-start;
  }
  .form-group-grid_btn .form-group-grid__item {
    width: 140px;
  }
  .st-modal_call-back {
    padding: 30px 40px 20px;
  }
  .st-modal_call-back .fancybox-close-small {
    right: 20px;
  }
  /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .st-modal_end {
    padding-bottom: 60px;
  }
  .st-modal_end .form-group_sm-btn {
    max-width: 140px;
    margin: 0 auto;
  }
  .modal-inner {
    padding-bottom: 0;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .header_wrapp .head-menu {
    max-width: 740px;
    padding-top: 0;
  }
  .header_wrapp .menu {
    width: 100%;
    margin-top: -10px;
    text-align: right;
  }
  .header_wrapp .menu-open-wrapper {
    flex-wrap: wrap;
  }
  /* end media min width 1000 pixels */
}

.fieldset{
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
       -o-transition: max-height .3s ease;
          transition: max-height .3s ease;
}
.fieldset--active{
  max-height: 0;
}
.modal__select--50{
  min-width: 238px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__select--50 .customerentry-record-form__label{
  width: 50%;
}
.modal__select--50 .jcf-select{
  width: 50%;
}
@media(max-width: 600px){
  .modal__select--50{
    width: 100%;
    display: block;
  }
  .modal__select--50 .customerentry-record-form__label{
    width: 100%;
  }
  .modal__select--50 .jcf-select{
    width: 100%;
  }
}
/* ----- END Callback --------------- */
/*                                    */
/*                                    */
/* ----- END Styles site --------------- */


#getsms{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
#getsms.active{}
#getsms.active::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
}
#getsms.active::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #4469b1;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  z-index: 10;
  margin: auto;
  transition: opacity .3s ease;
  will-change: opacity;
}
#getsms.hide{}
#getsms.hide::after{
  background-color: rgba(255, 255, 255, 1);
}
#getsms.hide::before{
  opacity: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      }
}
#getsms label{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
  padding-left: 15px;
}
#getsms input{
  margin-bottom: 15px;
  height: 45px;
  text-align: center;
}
#getsms button{
  font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
  border: 2px solid #E83D53;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #E83D53;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 290px;
  height: 45px;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
}
#getsms button:hover{
  background-color: #fff;
  color: #E83D53;
}
.sporttest{
  margin-top: -30px;
  padding-top: 0px;
  padding-bottom: 140px;
}
#getsporttest{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
#getsporttest::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  transition: all .3s ease;
}
#getsporttest.open{}
#getsporttest.open::after{
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
}#getsporttest.active{}
#getsporttest.active::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
}
#getsporttest.active::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #4469b1;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  z-index: 10;
  margin: auto;
  transition: opacity .3s ease;
  will-change: opacity;
}
#getsporttest.hide{}
#getsporttest.hide::after{
  background-color: rgba(255, 255, 255, 1);
}
#getsporttest.hide::before{
  opacity: 0;
}
#getsporttest label{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
  padding-left: 15px;
}
#getsporttest input{
  margin-bottom: 15px;
  height: 45px;
  text-align: center;
}
#getsporttest button{
  font: normal 600 12px/24px "Montserrat", Arial, sans-serif;
  border: 2px solid #E83D53;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #E83D53;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 290px;
  height: 45px;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease;
}
#getsporttest button:hover{
  background-color: #fff;
  color: #E83D53;
}
#report{
    overflow: hidden;
    max-height: 0px;
    padding-left: 20px;
    list-style-type: disc;
    color: #f7a501;
    transition: max-height .3s ease;
}
#report.open{
    max-height: 500px;
}
#report li{
    /*display: block;*/
    margin-bottom: 15px;
}
#report a{
    transition: all .3s ease;
}
#report a:hover{
    color: #e83c53;
}
#report .report__element--first{
    list-style-type: none;
    color: #333;
    font-size: 18px;
    margin-left: -20px;
}





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






/* iPhone 5 in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  #feedback_select_region{

    width: 280px;


  }
}

/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  #feedback_select_region{

    width: 280px;


  }
}

/* iPhone 5 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
  #feedback_select_region{

    width: 280px;


  }
}

/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #feedback_select_region{

    width: 280px;


  }
}

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
  #feedback_select_region{

    width: 280px;


  }
}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
  #feedback_select_region{

    width: 280px;


  }
}


.justifyC{

  text-align: justify;

}


.passed{
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #4569B1;
  font-weight: 100;
  /*font-size: 48px;*/
  line-height: 1.22em;
  margin-top: 0;
  /*margin-bottom: 50px;*/
}


