/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*==============================
fonts
==============================*/
@font-face {
  font-family: "inter";
  src: local(''), url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local(''), url("../fonts/inter-medium.woff2") format("woff2"), url("../fonts/inter-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local('');
  src: url("../fonts/inter-bold.woff2") format("woff2"), url("../fonts/inter-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local(''), url("../fonts/inter-black.woff2") format("woff2"), url("../fonts/inter-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}

html {
  box-sizing: border-box;
}

body {
  min-width: 300px;
  font-family: inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #0F162E;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

.site-main {
  width: 100%;
  max-width: 100%;
}

/*ext*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*layout*/
/*==============================
site-wrapper
==============================*/
.site-wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.site-wrapper--wide {
  padding: 0;
}

/*==============================
footer-support
==============================*/
.footer-support {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

.footer-support__content {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-support__footer {
  flex-grow: 0;
  flex-shrink: 0;
}

/*components*/
/*==============================
  button
  ==============================*/
.button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0F162E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, opacity;
  cursor: pointer;
}
.button:focus {
  outline: 0;
}
.button:hover {
  background-color: #2866D3;
}
.button:active {
  opacity: 0.7;
}
.button--toggle {
  padding: 10px 38px 10px 16px;
  border-radius: 8px;
  font-size: 15px;
  position: relative;
}
.button--toggle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/sprite-toggle.svg");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  right: 19px;
  top: 12px;
}
.button--toggle:hover {
  background-color: #B6BBCC;
}
.button--toggle-blue {
  background-color: #0F162E;
}
.button--toggle-green {
  background-color: #2866D3;
}
.button--toggle-closed {
  background-color: #B6BBCC;
}
.button--toggle-closed::before {
  background-position: center bottom;
}
.button--round-blue {
  padding: 10px 24px 13px;
  border-radius: 20px;
  background-color: #2866D3;
  font-size: 15px;
  font-weight: 500;
}
.button--round-blue:hover {
  background-color: #071F4E;
}
.button--round-contour {
  padding: 10px 22px;
  border-radius: 20px;
  border: 2px solid #2866D3;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #2866D3;
  transition-property: border-color, color;
}
.button--round-contour:hover {
  border-color: #071F4E;
  background-color: transparent;
  color: #071F4E;
}
.button--download {
  max-width: 300px;
  padding: 28px 24px 29px 83px;
  border-radius: 100px;
  background-color: #2866D3;
  background-image: url("../img/bg-download-white.svg");
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-position: left 10px top 10px;
  font-size: 17px;
}
.button--download:hover {
  background-color: #2F80ED;
}
.button--more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px 21px;
  border-radius: 100px;
  background-color: #2866D3;
  font-size: 20px;
  font-weight: 500;
}
.button--more::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url("../img/icon-arrow-to-right.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: right center;
  position: relative;
  top: 1px;
}

.button--toggle-blue.button--toggle-closed:hover {
  background-color: #0F162E;
}

.button--toggle-green.button--toggle-closed:hover {
  background-color: #2866D3;
}

/*==============================
section-header
==============================*/
.section-header {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 992px) {
  .section-header {
    font-size: 30px;
  }
}
@media (min-width: 1230px) {
  .section-header {
    font-size: 38px;
  }
}

/*==============================
search
==============================*/
@media (min-width: 768px) {
  .search {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    background-color: #ffffff;
    transition-duration: 0.3s;
    transition-property: opacity;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1230px) {
  .search {
    padding-top: 46px;
  }
}
.search--opened {
  opacity: 1;
  pointer-events: auto;
}

.search__form {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.search__header {
  padding-bottom: 20px;
}

.search__text {
  display: block;
  padding: 10px 20px;
  text-align: left;
}

.search__label {
  display: block;
  width: 100%;
}

.search__input {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 7px 30px 8px 0;
  background-color: transparent;
  border-bottom: 1px solid #E1E4E9;
  font-size: 18px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.search__input:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .search__input {
    font-size: 24px;
  }
}
.search__input::-moz-placeholder {
  color: #E1E4E9;
  opacity: 1;
}
.search__input::placeholder {
  color: #E1E4E9;
  opacity: 1;
}
.search__input:focus {
  border-color: #0F162E;
}

.search__button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
}
.search__button:focus {
  outline: 0;
}
.search__button:active {
  opacity: 0.5;
}
.search__button:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .search__button {
    top: 10px;
  }
}

.search__closer-block {
  display: none;
}
@media (min-width: 768px) {
  .search__closer-block {
    display: block;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .search__closer-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .search__closer {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    margin-left: auto;
    background-color: transparent;
    border-bottom: 1px dotted #2866D3;
    font-size: 15px;
    color: #2866D3;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: pointer;
  }
  .search__closer:focus {
    outline: 0;
  }
  .search__closer:active {
    opacity: 0.5;
  }
  .search__closer:hover {
    opacity: 0.7;
  }
}

/*==============================
social
==============================*/
.social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social__item {
  padding: 20px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .social__item {
    padding: 10px;
    padding-right: 0;
  }
}
@media (min-width: 1230px) {
  .social__item {
    padding: 10px 6px;
    padding-right: 0;
  }
}

.social__link {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/sprite-social.svg");
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.social__link:active {
  opacity: 0.5;
}
.social__link:hover {
  opacity: 0.7;
}
.social__link--tg {
  background-position: center top;
}
.social__link--fb {
  background-position: center -18px;
}
.social__link--vk {
  background-position: center -36px;
}
.social__link--tchat {
  background-position: center -54px;
}

/*==============================
breadcrumbs
==============================*/
.breadcrumbs {
  padding: 22px 0;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.breadcrumbs__item {
  display: block;
  position: relative;
  padding: 0 26px 0 0;
}
.breadcrumbs__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/bg-breadcrumbs.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 6px;
  bottom: 1px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  cursor: default;
}
.breadcrumbs__item:last-child .breadcrumbs__link:active, .breadcrumbs__item:last-child .breadcrumbs__link[href]:active {
  opacity: 1;
}
.breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link[href]:hover {
  opacity: 1;
  cursor: default;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #7C849D;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.breadcrumbs__link[href]:active {
  opacity: 0.5;
}
.breadcrumbs__link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*==============================
pagination
==============================*/
.pagination {
  padding: 45px 0 40px;
}

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pagination__item {
  padding: 0 3px;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 16px;
  background-color: #F6F6F7;
  font-size: 15px;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.pagination__link--arrow {
  width: 50px;
  background-image: url("../img/sprite-pagination.svg");
}
@media (min-width: 460px) {
  .pagination__link--arrow {
    width: 100px;
    border-radius: 100px;
  }
}
.pagination__link--previous {
  margin-right: 12px;
  background-position: center -9px;
}
@media (min-width: 460px) {
  .pagination__link--previous {
    background-position: center 0;
  }
}
.pagination__link--previous:hover {
  background-position: center -57px;
}
@media (min-width: 460px) {
  .pagination__link--previous:hover {
    background-position: center -48px;
  }
}
.pagination__link--next {
  margin-left: 12px;
  background-position: center -106px;
}
@media (min-width: 460px) {
  .pagination__link--next {
    background-position: center -96px;
  }
}
.pagination__link--next:hover {
  background-position: center -154px;
}
@media (min-width: 460px) {
  .pagination__link--next:hover {
    background-position: center -144px;
  }
}
@media (min-width: 460px) {
  .pagination__link {
    min-width: 48px;
    height: 48px;
    padding: 0 15px;
    font-size: 18px;
  }
}
.pagination__link:hover {
  background-color: #2866D3;
  color: #ffffff;
}
.pagination__link--blocked {
  background-color: #E1E4E9;
  color: #0F162E;
  cursor: default;
}
.pagination__link--blocked:active, .pagination__link--blocked[href]:active {
  opacity: 1;
}
.pagination__link--blocked:hover, .pagination__link--blocked[href]:hover {
  opacity: 1;
  cursor: default;
}
.pagination__link--blocked:hover {
  background-color: #E1E4E9;
  color: #0F162E;
}
.pagination__link--current {
  background-color: #2866D3;
  color: #ffffff;
  cursor: default;
}
.pagination__link--current:active, .pagination__link--current[href]:active {
  opacity: 1;
}
.pagination__link--current:hover, .pagination__link--current[href]:hover {
  opacity: 1;
  cursor: default;
}
.pagination__link--current:hover {
  color: #ffffff;
}

.pagination__link--previous.pagination__link--blocked:hover {
  background-position: center -9px;
}
@media (min-width: 460px) {
  .pagination__link--previous.pagination__link--blocked:hover {
    background-position: center 0;
  }
}

.pagination__link--next.pagination__link--blocked:hover {
  background-position: center -106px;
}
@media (min-width: 460px) {
  .pagination__link--next.pagination__link--blocked:hover {
    background-position: center -96px;
  }
}

/*==============================
  buttons
  ==============================*/
.buttons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.buttons__item {
  padding: 0 10px 10px 0;
}

/*==============================
site-title
==============================*/
.site-title {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 900;
  color: #0F162E;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 992px) {
  .site-title {
    font-size: 30px;
  }
}
@media (min-width: 1230px) {
  .site-title {
    font-size: 36px;
  }
}

/*==============================
  schedule
  ==============================*/
.schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.schedule__one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}

.schedule__days {
  flex-shrink: 0;
  display: block;
  min-width: 82px;
  margin-right: 15px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #2866D3;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.schedule__time {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0F162E;
}

/*==============================
map
==============================*/
.map {
  position: relative;
}

.map__content {
  display: block;
  width: 100%;
  height: 100vh;
  border-width: 0;
  filter: saturate(0);
}

/*==============================
  tags
  ==============================*/
.tags {
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E4E9;
}
.tags--footer {
  border-bottom-width: 0;
}

.tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tags__item {
  padding: 0 8px 8px 0;
}

.tags__one {
  display: block;
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid #E1E4E9;
  font-size: 14px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.tags__one:hover {
  background-color: #2866D3;
  color: #ffffff;
}
.tags__one--current {
  background-color: #2866D3;
  color: #ffffff;
}

/*==============================
  prev-next
  ==============================*/
.prev-next {
  display: flex;
  justify-content: flex-start;
}

.prev-next__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 112px;
  border: 2px solid #2866D3;
  font-size: 15px;
  font-weight: 500;
  color: #2866D3;
  line-height: 1;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.prev-next__button[href]:active {
  opacity: 0.5;
}
.prev-next__button[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .prev-next__button::before, .prev-next__button::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
}
@media (min-width: 460px) {
  .prev-next__button {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .prev-next__button {
    padding: 10px 40px;
  }
}
.prev-next__button--prev {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .prev-next__button--prev::before {
    margin-right: 6px;
    background-image: url("../img/icon-arrow-to-left-link.svg");
    background-position: left center;
  }
}
.prev-next__button--next {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .prev-next__button--next::after {
    margin-left: 6px;
    background-image: url("../img/icon-arrow-to-right-link.svg");
    background-position: right center;
  }
}

/*==============================
site-header
==============================*/
.site-header {
  padding: 20px 0;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-property: height, box-shadow;
  position: relative;
}

.site-header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header__body {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .site-header__columns {
    flex-grow: 1;
  }
}
@media (min-width: 1230px) {
  .site-header__columns {
    display: flex;
    flex-grow: 1;
    position: relative;
    top: -10px;
  }
}

@media (min-width: 768px) {
  .site-header__row {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1230px) {
  .site-header__row {
    flex-basis: auto;
    width: auto;
  }
}
@media (min-width: 1230px) {
  .site-header__row--right {
    margin-left: auto;
    align-items: flex-start;
  }
}

.site-header__company {
  padding-bottom: 10px;
  transition-duration: 0.3s;
  transition-property: height;
  /* overflow: hidden; */
}
@media (min-width: 768px) {
  .site-header__company {
    padding-right: 10px;
    /* padding-right: 60px; */
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__company {
    padding-right: 30px;
    padding-right: 10px;
  }
}

.site-header__logo {
  display: block;
  width: 250px;
  width: 280px;
  width: 260px;
  width: 300px;
  width: 220px;
  width: 240px;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-property: left;
  position: relative;
  left: 0;
}
.site-header__logo[href]:active {
  opacity: 0.5;
}
.site-header__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header__name {
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: top;
  position: absolute;
  left: 0;
  top: -100%;
}
@media (min-width: 768px) {
  .site-header__name {
    left: 20px;
  }
}

.site-header__menu {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 24px;
  width: 60px;
  height: 24px;
  background-color: transparent;
  background-image: url("../img/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.site-header__menu:focus {
  outline: 0;
}
.site-header__menu:active {
  opacity: 0.5;
}
.site-header__menu:hover {
  opacity: 0.7;
}

.sticky button.site-header__menu {
  position: absolute;
  top: 0;
  left: 180px;
  left: 190px;
}
.sticky div.site-header__columns {
  margin-top: -10px;
}
.sticky .site-header__row.topmenu {
  display: none;
}
.sticky .site-header__row.site-header__row--right .site-header__item {
  padding-bottom: 10px;
}
.sticky .site-header__row.site-header__row--right .site-header__connect {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .site-header__menu {
    transition-duration: 0.3s;
    transition-property: top, left;
    position: relative;
    right: auto;
    top: auto;
    left: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__menu {
    top: -10px;
  }
}

.site-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header__nav .site-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1230px) {
  .site-header__nav .site-nav__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .site-header__nav .site-nav__item {
    transition-duration: 0.3s;
    transition-property: padding-bottom;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__nav .site-nav__item {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-header__nav {
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 1230px) {
  .site-header__nav {
    padding-left: 40px;
    padding-right: 0;
  }
}

.site-header__connect {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-header__connect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__connect {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .site-header__connect {
    padding-right: 0;
  }
}

.site-header__item {
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header__item {
    transition-duration: 0.3s;
    transition-property: padding-bottom;
  }
}
@media (min-width: 1230px) {
  .site-header__item:last-of-type {
    padding-right: 6px;
  }
}

.site-header__write-us {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #2866D3;
  background-color: transparent;
  font-size: 17px;
  font-weight: 500;
  color: #2866D3;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-header__write-us:focus {
  outline: 0;
}
.site-header__write-us:active {
  opacity: 0.5;
}
.site-header__write-us:hover {
  opacity: 0.7;
}

.site-header__phone {
  font-size: 16px;
  font-weight: 900;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  white-space: nowrap;
}
.site-header__phone[href]:active {
  opacity: 0.5;
}
.site-header__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-header__social {
    padding-right: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__social {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.site-header__search {
  display: none;
}
@media (min-width: 768px) {
  .site-header__search {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("../img/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: pointer;
  }
  .site-header__search:focus {
    outline: 0;
  }
  .site-header__search:active {
    opacity: 0.5;
  }
  .site-header__search:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1230px) {
  .site-header__search {
    margin-top: 10px;
  }
}

.site-header__search-text {
  font-size: 17px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
}
@media (min-width: 768px) {
  .site-header__search-text {
    font-size: 0;
  }
}

/*==============================
sticky
==============================*/
@media (min-width: 1230px) {
  .sticky .site-header__row--right {
    display: none;
    display: block;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__company {
    height: 0;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__logo {
    left: -300%;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__name {
    top: 3px;
  }
}
@media (min-width: 1230px) {
  .sticky .site-header__name {
    top: 3px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__menu {
    top: -18px;
    left: 20px;
  }
}
@media (min-width: 1230px) {
  .sticky .site-header__menu {
    top: -3px;
    top: -50px;
    left: 40px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__columns {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__connect {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__search {
    transition-duration: 0s;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .sticky .site-nav__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .sticky .site-nav__item {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sticky .search {
    top: -200px;
  }
}
@media (min-width: 768px) {
  .sticky {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 36px 0 rgba(15, 22, 46, 0.15);
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
  }
}

/*==============================
  wysiwyg
  ==============================*/
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.wysiwyg h2 {
  margin: 0;
  padding-top: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #0F162E;
}
.wysiwyg p {
  margin: 18px 0;
}
.wysiwyg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
}
.wysiwyg ul li {
  padding: 18px 0 0 30px;
  position: relative;
}
.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #4B536F;
  position: absolute;
  left: 0;
  top: 30px;
}
.wysiwyg a {
  border-bottom: 1px solid transparent;
  color: #4B536F;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.wysiwyg a:hover {
  border-color: #4B536F;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 700;
}

.wysiwyg__float-container::after {
  content: "";
  display: table;
  clear: both;
}

.wysiwyg__float-block {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .wysiwyg__float-block--right {
    float: right;
    padding: 0 0 10px 10px;
  }
}
@media (min-width: 992px) {
  .wysiwyg__float-block--right {
    padding: 0 0 20px 20px;
  }
}
@media (min-width: 768px) {
  .wysiwyg__float-block {
    max-width: 45%;
  }
}

/*==============================
site-nav
==============================*/
.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav__item {
  padding: 10px;
}
@media (min-width: 1230px) {
  .site-nav__item {
    padding: 10px 12px;
  }
}

.site-nav__link {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.site-nav__link::after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: background-color;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.site-nav__link:hover::after {
  background-color: #2866D3;
}
.site-nav__link--current::after {
  background-color: #2866D3;
}

/*==============================
full-nav
==============================*/
.full-nav {
  width: 100%;
  height: 100vh;
  transition-duration: 0.3s;
  transition-property: z-index;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}
@media (min-width: 1230px) {
  .full-nav {
    background-color: transparent;
    transition-duration: 0.5s;
    transition-property: z-index, background-color;
  }
}
.full-nav--opened {
  pointer-events: auto;
  z-index: 100;
}
.full-nav--opened .full-nav__body {
  left: 0;
}
@media (min-width: 1230px) {
  .full-nav--opened .full-nav__body {
    box-shadow: 0 0 132px 0 rgba(7, 31, 78, 0.75);
  }
}
@media (min-width: 1230px) {
  .full-nav--opened .full-nav__overlay {
    background-color: rgba(4, 17, 45, 0.6);
    pointer-events: auto;
  }
}

.full-nav__overlay {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
}
.full-nav__overlay:focus {
  outline: 0;
}

.full-nav__body {
  width: 100%;
  height: 100vh;
  padding: 20px 20px 60px;
  /* background-color: #071F4E; */
  background-color: #1E5945;
  transition-duration: 0.5s;
  transition-property: left;
  overflow-y: auto;
  position: fixed;
  left: -100%;
  top: 0;
}
@media (min-width: 1230px) {
  .full-nav__body {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 10px;
    transition-property: left, box-shadow;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 0 0 0 transparent;
  }
}
@media (min-width: 1400px) {
  .full-nav__body {
    padding-left: 80px;
  }
}

.full-nav__closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url("../img/icon-closer.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.full-nav__closer:focus {
  outline: 0;
}
.full-nav__closer:active {
  opacity: 0.5;
}
.full-nav__closer:hover {
  opacity: 0.7;
}
@media (min-width: 1230px) {
  .full-nav__closer {
    right: 76px;
    top: 56px;
  }
}

.full-nav__header {
  display: block;
  margin: 0;
  padding: 0 50px 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) {
  .full-nav__header {
    font-size: 35px;
  }
}
@media (min-width: 1230px) {
  .full-nav__header {
    padding-bottom: 20px;
    font-size: 38px;
  }
}

.full-nav__columns {
  padding-bottom: 10px;
}
@media (min-width: 460px) {
  .full-nav__columns {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 460px) {
  .full-nav__department {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .full-nav__department {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}

.full-nav__department-name {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.full-nav__department-name[href]:active {
  opacity: 0.5;
}
.full-nav__department-name[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 992px) {
  .full-nav__department-name {
    font-size: 22px;
  }
}
@media (min-width: 1230px) {
  .full-nav__department-name {
    font-size: 24px;
  }
}

.full-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.full-nav__item {
  padding: 10px 10px 10px 0;
}
@media (min-width: 1230px) {
  .full-nav__item {
    padding: 4px 10px 4px 0;
  }
}

.full-nav__link {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.full-nav__link:active {
  opacity: 0.5;
}
.full-nav__link:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .full-nav__link {
    font-size: 17px;
  }
}
@media (min-width: 1230px) {
  .full-nav__link {
    font-size: 18px;
  }
}

.full-nav__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.full-nav__text {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.full-nav__text[href]:active {
  opacity: 0.5;
}
.full-nav__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 992px) {
  .full-nav__text {
    padding-bottom: 15px;
    font-size: 17px;
  }
}
@media (min-width: 1230px) {
  .full-nav__text {
    font-size: 17px;
  }
}

/*==============================
modal
==============================*/
.modal__map {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal--wide {
  padding: 0;
}
.modal--wide .modal__content {
  padding: 0;
  width: 100%;
}
.modal--wide .modal__closer__map {
  border-radius: 0 0 0 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.modal--opened__map {
  pointer-events: auto;
  opacity: 1;
}

.modal__closer__map {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 72px;
  height: 72px;
  background-color: transparent;
  background-image: url("../img/icon-closer-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.modal__closer__map:focus {
  outline: 0;
}
.modal__closer__map:active {
  opacity: 0.5;
}
.modal__closer__map:hover {
  opacity: 0.7;
}

.modal__content__map {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 30px 20px;
}

/*==============================
slider
==============================*/
.slider {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}
.slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 40px;
  padding: 0 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -10px;
}
.slider .slick-dots li {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.slider .slick-dots li::before {
  content: none;
}
.slider .slick-dots button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #dddddd;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-property: filter;
}
.slider .slick-dots button:focus {
  outline: 0;
}
.slider .slick-dots button:hover {
  cursor: pointer;
  filter: brightness(0.8);
}
.slider .slick-dots button:active {
  background-color: #2866D3;
}
@media (min-width: 460px) {
  .slider .slick-dots {
    bottom: 0;
  }
}
.slider .slick-active button {
  background-color: #2866D3;
}
.slider .slick-active button:hover {
  cursor: default;
  filter: brightness(1);
}
@media (min-width: 460px) {
  .slider {
    padding-bottom: 0;
  }
}

.slider__item {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*==============================
  requisites
  ==============================*/
.requisites {
  padding: 20px;
  border-radius: 24px;
  background-color: #F6F6F7;
}
@media (min-width: 1230px) {
  .requisites {
    padding: 30px 40px;
  }
}

.requisites__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.requisites__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F162E;
}
@media (min-width: 992px) {
  .requisites__title {
    font-size: 20px;
  }
}
@media (min-width: 1230px) {
  .requisites__title {
    font-size: 24px;
  }
}

.requisites__copy {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background-color: #ffffff;
  background-image: url("../img/icon-copy.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.requisites__copy:focus {
  outline: 0;
}
.requisites__copy:active {
  opacity: 0.5;
}
.requisites__copy:hover {
  opacity: 0.7;
}

.requisites__name {
  font-size: 16px;
  font-weight: 400;
  color: #2866D3;
}

.requisites__list {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .requisites__list {
    line-height: 2;
  }
}

.requisites__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .requisites__item {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .requisites__item {
    padding-bottom: 10px;
  }
}

.requisites__text {
  margin: 0;
}
@media (min-width: 768px) {
  .requisites__text {
    display: inline;
  }
}

/*==============================
intro
==============================*/
.intro {
  width: 100%;
  max-width: 100%;
}

.intro__columns {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .intro__columns {
    padding-right: calc(24% + 24px);
    position: relative;
  }
}

.intro__main-col {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .intro__main-col {
    padding-bottom: 0;
    position: relative;
  }
}

@media (min-width: 768px) {
  .intro__add-col {
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.intro__banner {
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.intro__banner[href]:active {
  opacity: 0.5;
}
.intro__banner[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .intro__banner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

.intro__img {
  border-radius: 24px;
  overflow: hidden;
}
.intro__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .intro__img img {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .intro__img {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

/*==============================
info
==============================*/
.info {
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
}
@media (min-width: 1230px) {
  .info {
    padding-bottom: 50px;
  }
}

.info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .info__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
}

.info__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .info__item {
    display: flex;
    flex-direction: column;
  }
}

.info__content {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #E1E4E9;
}
@media (min-width: 768px) {
  .info__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1230px) {
  .info__content {
    padding: 50px 70px 70px;
  }
}
.info__content--dark {
  border-color: #0F162E;
  background-color: #0F162E;
}
.info__content--dark .info__header {
  color: #ffffff;
}
.info__content--dark .info__text {
  color: #B6BBCC;
}

.info__icon {
  display: block;
  width: 60px;
  height: 60px;
}
.info__icon img {
  display: block;
  max-width: 100%;
}

.info__header {
  text-align: left;
}
@media (min-width: 1230px) {
  .info__header {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

.info__text {
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #595E70;
  line-height: 1.53;
}
.info__text p {
  margin: 0 0 10px;
}
@media (min-width: 1230px) {
  .info__text {
    padding-bottom: 10px;
  }
}

.info__more {
  padding-right: 26px;
  background-image: url("../img/icon-arrow-to-right-link.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  font-weight: 400;
  color: #2F80ED;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.info__more:active {
  opacity: 0.5;
}
.info__more:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .info__more {
    margin-top: auto;
  }
}

/*==============================
news
==============================*/
.news {
  padding-top: 20px;
  border-top: 1px solid #E1E4E9;
  padding-bottom: 40px;
}
@media (min-width: 1230px) {
  .news {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .news__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}

@media (min-width: 768px) {
  .news__col {
    display: flex;
    flex-direction: column;
  }
}

.news__header {
  padding-bottom: 20px;
  text-align: left;
}

.news__main {
  padding: 20px;
  border-radius: 24px;
  background-color: #2F80ED;
  background-image: url("../img/bg-news.jpg");
  background-size: cover;
}
.news__main .news__meta-text {
  color: #ffffff;
}
.news__main .news__subheader {
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 1230px) {
  .news__main .news__subheader {
    margin: 0 0 15px;
  }
}
.news__main .news__text {
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .news__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1230px) {
  .news__main {
    padding: 56px 50px 50px 56px;
  }
}

@media (min-width: 1230px) {
  .news__meta {
    padding-bottom: 8px;
  }
}

.news__meta-text {
  font-size: 14px;
  font-weight: 400;
  color: #9FA4B5;
}

.news__date,
.news__time {
  text-transform: uppercase;
}

.news__address {
  display: block;
}

.news__subheader {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1.3;
}
.news__subheader a {
  color: #0F162E;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.news__subheader a:hover {
  border-color: #0F162E;
}
@media (min-width: 1230px) {
  .news__subheader {
    margin: 0 0 10px;
  }
}

.news__text {
  font-size: 16px;
  font-weight: 400;
  color: #595E70;
  line-height: 1.5;
  text-align: justify;
}
.news__text p {
  margin: 0 0 10px;
}

.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .news__footer {
    margin-top: auto;
  }
}

.news__more {
  padding-right: 26px;
  background-image: url("../img/icon-arrow-to-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.news__more:active {
  opacity: 0.5;
}
.news__more:hover {
  opacity: 0.7;
}

.news__label {
  font-size: 14px;
  font-weight: 900;
  color: #1B58AA;
  line-height: 0.9;
  text-align: right;
}

.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .news__list {
    flex-grow: 1;
  }
}
@media (min-width: 1230px) {
  .news__list {
    padding: 0 0 5px 14px;
  }
}

.news__item {
  padding: 10px 0;
}
@media (min-width: 1230px) {
  .news__item {
    padding-bottom: 20px;
  }
}

.news__content {
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.news__content[href]:active {
  opacity: 0.5;
}
.news__content[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.news__list-footer {
  padding: 0;
}
@media (min-width: 1230px) {
  .news__list-footer {
    padding-left: 12px;
    padding-bottom: 40px;
  }
}

.news__all {
  padding-right: 34px;
  background-image: url("../img/icon-arrow-to-right-link.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right top 8px;
  font-size: 21px;
  font-weight: 500;
  color: #2F80ED;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.news__all:active {
  opacity: 0.5;
}
.news__all:hover {
  opacity: 0.7;
}

/*==============================
feed
==============================*/
.feed__headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.feed__header {
  padding-right: 20px;
  text-align: left;
}

.feed__more {
  color: #2F80ED;
  background-image: url("../img/icon-arrow-to-right-link.svg");
}

.feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .feed__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px 24px;
    padding-top: 30px;
  }
}
@media (min-width: 1230px) {
  .feed__list {
    grid-gap: 24px 40px;
  }
}

.feed__item {
  padding-bottom: 20px;
}

.feed__meta {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.feed__meta[href]:active {
  opacity: 0.5;
}
.feed__meta[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.feed__ava {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.feed__ava img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feed__info {
  padding-left: 12px;
  text-align: left;
}

.feed__meta-text {
  font-size: 12px;
  font-weight: 400;
  color: #9FA4B5;
}

.feed__author {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
}

.news__address {
  display: block;
}

/*==============================
site-footer
==============================*/
.site-footer {
  padding: 20px 0;
  background-color: #F8F9FB;
}
@media (min-width: 1230px) {
  .site-footer {
    padding: 45px 0 30px;
  }
}

.site-footer__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__columns {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}

.site-footer__col-one {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer__col-one {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .site-footer__col-one {
    padding-right: 50px;
  }
}
@media (min-width: 1230px) {
  .site-footer__col-one {
    padding-right: 100px;
  }
}

.site-footer__name {
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #7C808F;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__name[href]:active {
  opacity: 0.5;
}
.site-footer__name[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 1230px) {
  .site-footer__name {
    padding-bottom: 5px;
  }
}

.site-footer__text {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7C808F;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__text:focus {
  outline: 0;
}
.site-footer__text[href]:active {
  opacity: 0.5;
}
.site-footer__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 1230px) {
  .site-footer__text {
    line-height: 1;
  }
}
.site-footer__text--button {
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-footer__text--button:active {
  opacity: 0.5;
}
.site-footer__text--button:hover {
  opacity: 0.7;
}

.site-footer__meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__meta-item {
  padding-bottom: 10px;
}
@media (min-width: 1230px) {
  .site-footer__meta-item {
    padding-bottom: 0;
  }
}

.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__list--main {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__list--main {
    display: block;
  }
}

.site-footer__item {
  padding-bottom: 10px;
}
@media (min-width: 1230px) {
  .site-footer__item {
    padding-bottom: 4px;
  }
}

.site-footer__copyright {
  margin: 0;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .site-footer__copyright {
    position: static;
    transform: translateX(0);
  }
}
@media (min-width: 1230px) {
  .site-footer__copyright {
    padding-top: 5px;
  }
}

.site-footer__phone {
  font-size: 24px;
  font-weight: 500;
  color: #7C808F;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__phone[href]:active {
  opacity: 0.5;
}
.site-footer__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-footer__social .social__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .site-footer__social .social__item:first-of-type {
    padding-left: 0;
  }
}
.site-footer__social .social__link {
  background-image: url("../img/sprite-social-modest.svg");
}

/*==============================
  contacts
  ==============================*/
.contacts {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-bottom: 0px;
}
@media (min-width: 1230px) {
  .contacts {
    padding-bottom: 50px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .contacts__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__columns {
    grid-template-columns: 4fr 6fr;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1230px) {
  .contacts__columns {
    grid-column-gap: 100px;
  }
}

.contacts__item {
  padding: 20px 0;
  border-bottom: 1px solid #E1E4E9;
}
@media (min-width: 1230px) {
  .contacts__item {
    padding: 24px 0;
  }
}
.contacts__item:last-of-type {
  border-bottom-width: 0;
}

.contacts__title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #0F162E;
  text-transform: uppercase;
}

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

.contacts__phone-item {
  padding-bottom: 10px;
}

.contacts__phone {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.contacts__phone[href]:active {
  opacity: 0.5;
}
.contacts__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contacts__phone-info {
  font-size: 12px;
  font-weight: 400;
  color: #4B536F;
}

.contacts__address {
  font-size: 16px;
  font-weight: 400;
  color: #0F162E;
}

.contacts__buttons {
  padding-top: 20px;
}

.contacts__requisites .site-title {
  margin-bottom: 20px;
}

/*==============================
  found
  ==============================*/
.found {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1230px) {
  .found {
    padding-bottom: 50px;
  }
}

.found__tags {
  padding-top: 10px;
}
@media (min-width: 1230px) {
  .found__tags {
    padding-top: 30px;
  }
}

.found__number {
  font-size: 20px;
  font-weight: 400;
  color: #2866D3;
}
@media (min-width: 992px) {
  .found__number {
    font-size: 24px;
  }
}

.found__part {
  padding-top: 35px;
}

.found__part-headline {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.found__part-title {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
}

.found__part-number {
  flex-shrink: 0;
  display: block;
  padding: 3px 6px;
  border-radius: 8px;
  background-color: #E1E4E9;
  font-size: 12px;
  font-weight: 700;
  color: #ADB5CF;
}

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

.found__item {
  padding: 15px 0;
  border-bottom: 1px solid #E1E4E9;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.found__item:active {
  opacity: 0.5;
}
.found__item:hover {
  opacity: 0.7;
}

.found__one {
  display: block;
  text-decoration: none;
}

.found__meta {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #ADB5CF;
}

.found__date {
  text-transform: uppercase;
}

.found__address {
  display: block;
}

.found__name {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
}
.found__name mark {
  background-color: transparent;
  color: #2866D3;
}

.found__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.found__text mark {
  background-color: transparent;
  color: #2866D3;
}

.found__add-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* -moz-column-count: 4;
       column-count: 4; */
  -moz-column-gap: 16px;
       column-gap: 16px;
  /* -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-width: 300px;
       column-width: 300px; */
  padding-top: 10px;
}

.found__add-item {
  display: block; /*inline-block;*/
  padding-bottom: 20px;
  text-align: left;
}

.found__add-link {
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.found__add-link:active {
  opacity: 0.5;
}
.found__add-link:hover {
  opacity: 0.7;
}
.found__add-link mark {
  background-color: transparent;
  color: #2866D3;
}

/*==============================
  publications
  ==============================*/
.publications {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1230px) {
  .publications {
    padding-bottom: 50px;
  }
}

.publications__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .publications__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 24px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .publications__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.publications__item {
  padding-bottom: 20px;
}

.publications__sum {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.publications__sum--footer {
  padding-top: 30px;
  border-top: 1px solid #E1E4E9;
}

.publications__sum-text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1;
}

.publications__sum-number {
  display: block;
  padding: 3px 7px;
  border-radius: 8px;
  background-color: #E1E4E9;
  font-size: 12px;
  font-weight: 700;
  color: #ADB5CF;
  line-height: 1;
}

.publications__headline {
  display: flex;
}

.publications__author {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #E1E4E9;
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.publications__author:hover {
  background-color: #f4f7fc;
}

.publications__ava {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.publications__ava img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publications__info {
  padding-left: 16px;
}

.publications__who {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ADB5CF;
}

.publications__name {
  font-size: 18px;
  font-weight: 500;
  color: #4B536F;
}

.publications__meta {
  padding-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ADB5CF;
  text-transform: uppercase;
}

.publications__date {
  margin-right: 5px;
}

.publications__back {
  display: block;
  padding-left: 24px;
  background-image: url("../img/icon-arrow-to-left-link.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
  font-size: 14px;
  font-weight: 500;
  color: #2866D3;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.publications__back:active {
  opacity: 0.5;
}
.publications__back:hover {
  opacity: 0.7;
}

.publications__footer {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .publications__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.publications__prev-next {
  padding: 20px 0;
}

.publications__author-item {
  padding-right: 24px;
}

.publications__slider {
  padding: 0;
}

/*==============================
  events
  ==============================*/
.events .publications__list {
  padding-top: 0;
}
.events .publications__meta {
  padding-top: 20px;
}
.events .news__text {
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .events__list {
    grid-template-columns: 1fr 1fr;
  }
}

.events__intro {
  padding-left: 24px;
  padding-bottom: 6px;
  position: relative;
}
.events__intro::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #0F162E;
  position: absolute;
  left: 0;
  top: 24px;
}
.events__intro--seminar::before {
  background-color: #2866D3;
}

.events__meta {
  padding-top: 10px;
  padding-left: 24px;
  border-top: 1px solid #E1E4E9;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
  line-height: 1.5;
}
.events__meta span {
  display: block;
  position: relative;
}
.events__meta span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: -24px;
  top: 0;
}

.events__date {
  color: #2866D3;
}
.events__date::before {
  background-image: url("../img/icon-calendar.svg");
}

.events__address::before {
  background-image: url("../img/icon-map.svg");
}

/*==============================
  resume
  ==============================*/
.resume {
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E4E9;
}
@media (min-width: 1230px) {
  .resume {
    padding-top: 50px;
  }
}

.resume__wrapper {
  max-width: 1600px;
}

.resume__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .resume__body {
    flex-direction: row;
    align-items: flex-start;
  }
}
.resume__main {
  max-width: 230px;
}

.resume__photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}
.resume__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.resume__buttons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
}

.resume__buttons-item {
  padding-bottom: 16px;
}

.resume__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .resume__info {
    flex-grow: 1;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 0;
  }
}
@media (min-width: 1230px) {
  .resume__info {
    padding-left: 50px;
  }
}

.resume__label {
  display: block;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #EC934B;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

.resume__name {
  margin: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 1230px) {
  .resume__name {
    font-size: 28px;
  }
}

.resume__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 28px;
}

.resume__item {
  padding-bottom: 20px;
}

.resume__term {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0F162E;
}

.resume__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0F162E;
}

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

.resume__spec-item {
  padding-bottom: 4px;
}

.resume__link {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #2866D3;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.resume__link:hover {
  border-color: #2866D3;
}

.resume__button {
  padding: 18px 20px;
  border-radius: 100px;
  font-size: 17px;
}

.resume__about {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #F6F6F7;
}
@media (min-width: 1230px) {
  .resume__about {
    padding: 40px;
  }
}

/*==============================
  about
  ==============================*/
.about {
  padding-bottom: 40px;
}

.about__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .about__headline {
    flex-direction: row;
    justify-content: space-between;
  }
}

.about__headline-column {
  padding: 20px 0;
}

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

.about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .about__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.about__item:not(:last-of-type) {
  border-bottom: 1px solid #f6f6f7;
}
@media (min-width: 768px) {
  .about__item:not(:first-of-type) {
    padding-top: 40px;
  }
}

.about__illustration {
  margin: 0;
  width: 300px;
  height: 300px;
  background-image: url("../img/bg-bubble-about.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .about__illustration {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1230px) {
  .about__illustration {
    width: 300px;
    height: 300px;
  }
}

.about__title {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 768px) {
  .about__title {
    padding-top: 0;
    font-size: 28px;
    text-align: left;
  }
}

.about__note {
  padding: 32px;
  margin-bottom: 25px;
  border-radius: 24px;
  background-color: #F5F8FC;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #4B536F;
  line-height: 1.5;
}
.about__note--cite {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 6px 36px 0 rgba(15, 22, 46, 0.07);
  position: relative;
}
.about__note--cite::before {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  background-image: url("../img/bg-quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 35px;
  top: -20px;
}

.about__subtitle {
  display: block;
  margin: 0;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
}

@media (min-width: 768px) {
  .about__content {
    padding-left: 10px;
  }
}

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

.about__accent {
  display: flex;
  margin: 0;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2866D3;
  line-height: 1.12;
}
.about__accent::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #2866D3;
  background-image: url("../img/icon-check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}

.about__text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}

/*==============================
services
==============================*/
.services {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .services {
    padding-bottom: 40px;
  }
}

.services__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .services__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 80px;
  }
}
.services__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .services__item {
    position: relative;
  }
}
@media (min-width: 992px) {
  .services__item {
    display: flex;
    flex-direction: column;
  }
}

.services__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 24px;
  background-color: #deecff;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media (min-width: 460px) {
  .services__content {
    padding: 56px;
    border-radius: 56px;
  }
}
@media (min-width: 768px) {
  .services__content {
    padding-right: 300px;
  }
}
@media (min-width: 992px) {
  .services__content {
    flex-grow: 1;
    padding: 24px;
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .services__content {
    padding: 56px;
    border-radius: 56px;
  }
}

.services__content:hover .services__headline,
.services__content:hover .services__description {
  color: #ffffff;
}
.services__content:hover .services__button {
  border-radius: 100px;
  background-color: #427fea;
}

.services__headline {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  color: #0F162E;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (min-width: 460px) {
  .services__headline {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .services__headline {
    font-size: 32px;
  }
}
@media (min-width: 1230px) {
  .services__headline {
    font-size: 40px;
  }
}

.services__description {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
  line-height: 1.5;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (min-width: 460px) {
  .services__description {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .services__description {
    padding-right: 220px;
    font-size: 16px;
  }
}
@media (min-width: 1230px) {
  .services__description {
    padding-right: 300px;
    font-size: 20px;
  }
}

.services__img {
  display: none;
}
.services__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .services__img {
    display: block;
    width: 260px;
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .services__img {
    width: 320px;
  }
}

/*==============================
s-service
==============================*/
.s-service {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .s-service {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .s-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .s-service__intro {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .s-service__intro {
    padding: 0;
  }
}

.s-service__body {
  background-color: #F6F6F7;
}
@media (min-width: 768px) {
  .s-service__body {
    padding: 0 20px 0 28%;
    border-radius: 20px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .s-service__body {
    padding: 40px 90px 40px calc(28% + 90px);
    border-radius: 56px;
  }
}

.s-service__img-person {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
}
.s-service__img-person img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .s-service__img-person {
    width: 28%;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .s-service__img-person {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  .s-service__img-person {
    left: 90px;
  }
}

.s-service__main {
  padding: 10px 20px;
}
.s-service__text {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.s-service__text p {
  margin: 15px 0;
}

.s-service__accented {
  display: block;
  font-weight: 700;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 768px) {
  .s-service__accented {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .s-service__connect {
    display: flex;
    padding-top: 20px;
  }
}

.s-service__connect-item {
  padding: 10px 0;
  border-bottom: 1px solid #ADB5CF;
}
@media (min-width: 1400px) {
  .s-service__connect-item {
    padding-right: 30px;
    border-bottom-width: 0;
    border-right: 1px solid #ADB5CF;
  }
}
.s-service__connect-item:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 1400px) {
  .s-service__connect-item:last-of-type {
    padding-left: 20px;
    padding-right: 0;
    border-right-width: 0;
  }
}

.s-service__method {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0F162E;
}

.s-service__action {
  font-size: 16px;
  font-weight: 700;
  color: #2F80ED;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.s-service__action:active {
  opacity: 0.5;
}
.s-service__action:hover {
  opacity: 0.7;
}
@media (min-width: 1400px) {
  .s-service__action {
    font-size: 18px;
  }
}

.s-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .s-service__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
}

.s-service__item {
  padding: 20px 0;
}

.s-service__add {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E1E4E9;
}
@media (min-width: 992px) {
  .s-service__add {
    border-radius: 32px;
  }
}
@media (min-width: 1400px) {
  .s-service__add {
    padding: 32px;
  }
}

.s-service__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F162E;
}

.s-service__button-item {
  display: flex;
}
.s-service__button-item .button--more {
  padding: 17px 24px 18px;
  font-size: 17px;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.s-service__button-item .button--more:active {
  opacity: 0.5;
}
.s-service__button-item .button--more:hover {
  opacity: 0.7;
}

/*==============================
  page-404
  ==============================*/
.page-404 {
  display: flex;
  flex-direction: column;
}
.page-404 .site-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-404__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.page-404__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-align: center;
}

.page-404__text {
  margin: 0;
  padding-top: 200px;
  padding-bottom: 24px;
  background-image: url("../img/bg-404.svg");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 20px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
}

.social__link.social__link--ok {
  background-image: url("../img/socialok.png");
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-footer__social .social__link.social__link--ok {
  background-image: url("../img/socialok1.png");
}