@font-face {
  font-family: 'HelveticaNeueCyr Roman';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: 'IBMPlexSerif Italic';
  src: url("../fonts/IBMPlexSerif-Italic.eot");
  src: local("IBMPlexSerif-Italic"), url("../fonts/IBMPlexSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSerif SemiBold';
  src: url("../fonts/IBMPlexSerif-SemiBold.eot");
  src: local("IBMPlexSerif-SemiBold"), url("../fonts/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSerif SemiBoldItalic';
  src: url("../fonts/IBMPlexSerif-SemiBoldItalic.eot");
  src: local("IBMPlexSerif-SemiBoldItalic"), url("../fonts/IBMPlexSerif-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

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

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

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

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  /*  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
}

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb-center {
  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;
}

.f-jcsa-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-dc-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-dc-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-dc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.btn {
  background: #1A2026;
  color: #fff;
  border: 1px solid #1A2026;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  text-transform: uppercase;
}

.btn:hover {
  background: transparent;
  color: #1A2026;
}

.title {
  font-size: 64px;
  font-family: 'HelveticaNeueCyr Roman';
  color: #1A2026;
}

.title span {
  font-family: 'IBMPlexSerif Italic';
  color: #1A2026;
  font-size: 64px;
}

a, span, p, input, button, select, option, textarea, label, blockquote {
  font-family: 'HelveticaNeueCyr Roman';
  font-size: 16px;
  line-height: normal;
  color: #1A2026;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: .5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: .5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: .5;
}

input::placeholder, textarea::placeholder {
  opacity: .5;
}

textarea {
  height: 100%;
}

label.error {
  font-family: 'HelveticaNeueCyr Roman';
  font-size: 14px;
  color: #C62828;
  margin-top: 3px;
  display: inline-block;
}

b {
  font-family: 'HelveticaNeueCyr Bold';
}

input, textarea {
  border: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main {
  position: relative;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.header-fixed {
  background: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}

.header.topHeader {
  top: -100%;
}

.header-wrapper {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid rgba(26, 32, 38, 0.1);
}

.header-wrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper nav ul li:not(:last-child) {
  margin-right: 36px;
}

.header-wrapper nav ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-wrapper nav ul li a:hover {
  opacity: .6;
}

.header-social-item:not(:last-child) {
  margin-right: 16px;
}

.header-social-item__link {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-social-item__link:hover {
  -webkit-box-shadow: 0 0 15px 0px #1A2026;
          box-shadow: 0 0 15px 0px #1A2026;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-right__button {
  padding: 12px 28px;
  margin-left: 40px;
}

.header-menu__button {
  padding: 12px 28px;
  margin-left: 40px;
  display: none;
}

.header-menu__close {
  width: 30px;
  height: 30px;
  display: none;
}

.header-menu-head {
  display: none;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-burger {
  width: 28px;
  height: 20px;
  z-index: 3;
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-burger span {
  position: absolute;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #1A2026;
  width: 100%;
}

.header-burger span:nth-child(1) {
  top: 0;
  left: 0;
}

.header-burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.header-burger span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.header-burger.open span {
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.header-burger.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-burger.open span:nth-child(2) {
  opacity: 0;
}

.header-burger.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.intro {
  padding: 20px;
}

.intro .header-wrapper {
  border-bottom: none;
  padding-bottom: 0;
}

.intro__logo {
  width: 432px;
  height: 90px;
}

.intro__slogan {
  width: 255px;
  opacity: .8;
}

.intro-wrapper {
  padding-bottom: 88px;
  border-bottom: 1px solid #1A2026;
}

.intro-slider {
  height: calc(100vh - 316px);
  margin-bottom: 30px;
}

.about__title {
  margin-bottom: auto;
  line-height: 66px;
}

.about__title span {
  opacity: .3;
  line-height: 66px;
}

.about-block {
  width: 45%;
}

.about__image {
  width: 360px;
  height: 400px;
  margin-bottom: 40px;
}

.about__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: .4;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__text:hover {
  opacity: 1;
}

.about-descr {
  padding-bottom: 40px;
  opacity: .7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}

.about-descr p {
  line-height: 155%;
}

.about-author__image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.about-author__image:not(:first-child) {
  margin-left: -12px;
}

.about-author__text {
  margin-left: 40px;
  max-width: 232px;
}

.about-author__text span {
  font-family: 'IBMPlexSerif Italic';
  opacity: .5;
}

.about__text-adaptive {
  display: none;
}

.service__title {
  margin-bottom: 30px;
}

.service__descr {
  max-width: 258px;
  color: #A6A6A6;
}

.service-head-right {
  width: 225px;
}

.service__question {
  opacity: .6;
  margin-bottom: 20px;
}

.service__button {
  width: 100%;
  padding: 9px 26px;
  font-size: 12px;
}

.service-item {
  width: 420px;
  cursor: pointer;
}

.service-item:nth-child(3n + 2) .service-item-image {
  padding: 0 24px;
  border-right: 1px solid rgba(26, 32, 38, 0.2);
  border-left: 1px solid rgba(26, 32, 38, 0.2);
}

.service-item:nth-child(3n + 2) .service-item-info {
  padding: 0 24px;
  position: relative;
}

.service-item:nth-child(3n + 2) .service-item-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(26, 32, 38, 0.2);
}

.service-item:nth-child(3n + 2) .service-item-info::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(26, 32, 38, 0.2);
}

.service-item:nth-child(3n + 1) .service-item-image {
  padding-right: 24px;
}

.service-item:nth-child(3n + 1) .service-item-info {
  padding-right: 24px;
}

.service-item:nth-child(3n + 3) .service-item-image {
  padding-left: 24px;
}

.service-item:nth-child(3n + 3) .service-item-info {
  padding-left: 24px;
}

.service-item:not(:nth-last-child(-n + 3)) .service-item-info {
  margin-bottom: 24px;
}

.service-item:not(:nth-last-child(-n + 3)) .service-item-info-inner {
  border-bottom: 1px solid rgba(26, 32, 38, 0.2);
}

.service-item-info-inner {
  padding-bottom: 64px;
}

.service-item-image {
  height: 150px;
  width: 100%;
  margin-bottom: 24px;
}

.service-item-image-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-item-image-inner::before {
  content: '';
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item-image-inner span {
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 28px;
  background: #1A2026;
  border-radius: 100px;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item__title {
  font-size: 26px;
  font-family: 'IBMPlexSerif Italic';
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item__descr {
  color: #A6A6A6;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}

.service-item__date {
  margin-top: 24px;
  border: 1px solid #A6A6A6;
  font-family: 'HelveticaNeueCyr Medium';
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: #A6A6A6;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-image-inner::before {
  opacity: .5;
  pointer-events: all;
  visibility: visible;
}

.service-item:hover .service-item-image-inner span {
  opacity: 1;
  bottom: -12px;
  pointer-events: all;
  visibility: visible;
}

.service-item:hover .service-item__date {
  color: #1A2026;
  border: 1px solid #1A2026;
}

.service-item.empty {
  cursor: default;
}

.service-item.empty .service-item-link {
  width: 224px;
}

.service-item.empty .service-item__text {
  opacity: .6;
  margin-bottom: 20px;
}

.service-item.empty .service-item__button {
  width: 100%;
  font-size: 12px;
  padding: 9px;
}

.blogMain .service__descr {
  max-width: 572px;
}

.blogMain .service-item__title {
  font-family: 'HelveticaNeueCyr Roman';
  font-size: 20px;
}

.culture__title {
  margin-bottom: auto;
}

.culture__title span {
  opacity: .3;
}

.culture-block {
  width: 45%;
}

.culture-item {
  padding: 32px 0;
}

.culture-item__text {
  opacity: .8;
  line-height: 155%;
  max-width: 478px;
}

.culture-item__num {
  font-size: 20px;
  font-family: 'IBMPlexSerif Italic';
  opacity: .3;
}

.culture-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.culture-item:first-child {
  padding-top: 0;
}

.culture-item:last-child {
  padding-bottom: 0;
}

.culture__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: .4;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.culture__text-adaptive {
  display: none;
}

.culture__text:hover {
  opacity: 1;
}

.subscribe-inner {
  position: relative;
}

.subscribe-block {
  width: 402px;
}

.subscribe-block::before {
  content: '';
  position: absolute;
  width: 580px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.subscribe-block::after {
  content: '';
  position: absolute;
  width: 580px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.subscribe-block:first-child::before {
  left: 0;
  top: 0;
}

.subscribe-block:first-child::after {
  left: 0;
  bottom: 0;
}

.subscribe-block:last-child::before {
  right: 0;
  top: 0;
}

.subscribe-block:last-child::after {
  right: 0;
  bottom: 0;
}

.subscribe-image {
  width: 197px;
  height: 209px;
}

.subscribe-image:not(:nth-last-child(-n + 2)) {
  margin-bottom: 8px;
}

.subscribe-center {
  width: 280px;
}

.subscribe__text {
  text-align: center;
  color: #A6A6A6;
  margin-bottom: 32px;
}

.subscribe-social-item {
  width: 64px;
  border: 1px solid #D9D9D9;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe-social-item__link {
  width: 100%;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'IBMPlexSerif Italic';
}

.subscribe-social-item:not(:first-child) {
  margin-left: -6px;
}

.subscribe-social-item:hover {
  background: #000;
}

.subscribe-social-item:hover a {
  color: #fff;
}

.subscribe-inner {
  padding: 12px 0;
}

.history__title {
  margin-bottom: 32px;
}

.history__descr {
  max-width: 275px;
  color: #A6A6A6;
  line-height: 140%;
}

.history__link {
  opacity: .4;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history__link:hover {
  opacity: 1;
}

.history-filter {
  width: 790px;
  margin-bottom: 52px;
}

.history-filter-button {
  margin-right: 8px;
  margin-bottom: 8px;
}

.history-filter-button span {
  color: rgba(26, 32, 38, 0.6);
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 100px;
  border: 1px solid rgba(26, 32, 38, 0.6);
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-filter-button:hover span {
  background: #1A2026;
  color: #fff;
}

.history-filter-button input {
  display: none;
}

.history-filter-button input:checked ~ span {
  background: #1A2026;
  color: #fff;
}

.history-item {
  cursor: pointer;
}

.history-item-image {
  width: 570px;
  padding: 32px 0;
}

.history-item-image-inner {
  height: 340px;
  position: relative;
}

.history-item-image-inner::before {
  content: '';
  position: absolute;
  background: #000;
  opacity: .5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-item-image__button {
  color: #1A2026;
  text-transform: uppercase;
  padding: 12px 28px;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-item-info {
  width: calc(100% - 614px);
  padding: 32px 0;
}

.history-item-info-inner {
  padding: 16px 0 32px 0;
}

.history-item__title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'IBMPlexSerif Italic';
}

.history-item-descr {
  margin-bottom: 32px;
}

.history-item-descr p {
  line-height: 140%;
  color: #A6A6A6;
}

.history-item-author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.history-item-author__name {
  font-size: 18px;
}

.history-item-author__post {
  margin-top: 4px;
  color: #8F8F8F;
}

.history-item:not(:last-child) .history-item-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.history-item:not(:last-child) .history-item-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.history-item:first-child .history-item-image {
  padding-top: 0;
}

.history-item:first-child .history-item-info {
  padding-top: 0;
}

.history-item:last-child .history-item-image {
  padding-bottom: 0;
}

.history-item:last-child .history-item-info {
  padding-bottom: 0;
}

.history-item:hover .history-item-image-inner::before {
  opacity: .5;
  pointer-events: all;
  visibility: visible;
}

.history-item:hover .history-item-image__button {
  opacity: 1;
  top: 50%;
  pointer-events: all;
  visibility: visible;
}

.doctor__title {
  margin-bottom: 32px;
}

.doctor__descr {
  max-width: 275px;
  color: #A6A6A6;
  line-height: 140%;
}

.doctor__link {
  opacity: .4;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor__link:hover {
  opacity: 1;
}

.doctor-item {
  width: 315px;
  cursor: pointer;
}

.doctor-item:nth-child(4n+2) .doctor-item-image, .doctor-item:nth-child(4n+3) .doctor-item-image {
  padding: 0 24px;
  border-right: 1px solid rgba(26, 32, 38, 0.2);
  border-left: 1px solid rgba(26, 32, 38, 0.2);
}

.doctor-item:nth-child(4n+2) .doctor-item-info, .doctor-item:nth-child(4n+3) .doctor-item-info {
  padding: 0 24px;
  position: relative;
}

.doctor-item:nth-child(4n+2) .doctor-item-info::after, .doctor-item:nth-child(4n+3) .doctor-item-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(26, 32, 38, 0.2);
}

.doctor-item:nth-child(4n+2) .doctor-item-info::before, .doctor-item:nth-child(4n+3) .doctor-item-info::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(26, 32, 38, 0.2);
}

.doctor-item:nth-child(4n+3) .doctor-item-image {
  border-left: unset !important;
}

.doctor-item:nth-child(4n+3) .doctor-item-info {
  border-left: unset !important;
}

.doctor-item:nth-child(4n+3) .doctor-item-info::after {
  display: none;
}

.doctor-item:nth-child(4n + 1) .doctor-item-image {
  padding-right: 24px;
}

.doctor-item:nth-child(4n + 1) .doctor-item-info {
  padding-right: 24px;
}

.doctor-item:nth-child(4n + 4) .doctor-item-image {
  padding-left: 24px;
}

.doctor-item:nth-child(4n + 4) .doctor-item-info {
  padding-left: 24px;
}

.doctor-item:not(:nth-last-child(-n + 4)) .doctor-item-info {
  margin-bottom: 24px;
}

.doctor-item:not(:nth-last-child(-n + 4)) .doctor-item-info-inner {
  border-bottom: 1px solid rgba(26, 32, 38, 0.2);
}

.doctor-item-info-inner {
  padding-bottom: 50px;
}

.doctor-item-image {
  height: 280px;
  width: 100%;
  margin-bottom: 20px;
}

.doctor-item-image-inner {
  width: 100%;
  position: relative;
  height: 100%;
}

.doctor-item-image-inner::before {
  content: '';
  position: absolute;
  background: #000;
  opacity: .5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-item-image__button {
  color: #1A2026;
  text-transform: uppercase;
  padding: 12px 28px;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-item__name {
  font-size: 24px;
  font-family: 'IBMPlexSerif Italic';
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-item__descr {
  color: #8F8F8F;
  line-height: 140%;
  margin-bottom: 20px;
}

.doctor-item__expirience {
  border: 1px solid #A6A6A6;
  font-family: 'HelveticaNeueCyr Medium';
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: #A6A6A6;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-item:hover .doctor-item-image-inner::before {
  opacity: .5;
  pointer-events: all;
  visibility: visible;
}

.doctor-item:hover .doctor-item-image__button {
  opacity: 1;
  top: 50%;
  pointer-events: all;
  visibility: visible;
}

.doctor-item:hover .doctor-item__expirience {
  color: #1A2026;
  border: 1px solid #1A2026;
}

.partners__text {
  color: #A6A6A6;
  font-size: 24px;
  font-family: 'IBMPlexSerif Italic';
  text-align: center;
  width: 208px;
}

.partners-block {
  padding: 60px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.partners-block:first-child .partners-block-inner {
  margin-right: auto;
  margin-left: 16px;
}

.partners-block:last-child .partners-block-inner {
  margin-left: auto;
  margin-right: 16px;
}

.partners-block-inner {
  width: 420px;
}

.partners-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer {
  background: #1A2026;
}

.footer-wrapper {
  padding-bottom: 74px;
}

.footer__logo {
  position: relative;
  top: -62px;
  margin-bottom: 80px;
  width: 100%;
  height: 245px;
}

.footer__title {
  color: #FFFFFF;
  opacity: .4;
}

.footer-menu {
  width: 80px;
  margin-right: 230px;
  margin-left: auto;
}

.footer-menu nav {
  margin-top: 32px;
}

.footer-menu nav ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu nav ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.footer-menu nav ul li a:hover {
  opacity: .6;
}

.footer-contact-list {
  margin-top: 32px;
}

.footer__text {
  margin-top: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 38px;
  text-decoration: underline;
  font-family: 'IBMPlexSerif Italic';
  margin-bottom: 62px;
}

.footer-social-item {
  width: 64px;
  height: 64px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #1A2026;
}

.footer-social-item__link {
  width: 100%;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'IBMPlexSerif Italic';
  color: #FFFFFF;
}

.footer-social-item:not(:first-child) {
  margin-left: -6px;
}

.footer-social-item:hover {
  background: #fff;
}

.footer-social-item:hover a {
  color: #1A2026;
}

.footer-contact {
  width: 266px;
}

.footer-contact-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-contact-item a, .footer-contact-item p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 140%;
}

.footer-contact-item a:hover {
  opacity: .6;
}

.aboutIntro-block {
  width: 45%;
}

.aboutIntro__logo {
  margin-bottom: 8px;
}

.aboutIntro__subtitle {
  color: #A6A6A6;
  font-size: 18px;
}

.aboutIntro-item:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutIntro-item__title {
  margin-bottom: 16px;
  font-family: 'IBMPlexSerif Italic';
  color: #1A2026;
  font-size: 24px;
}

.aboutIntro-item__descr {
  color: #A6A6A6;
  line-height: 155%;
}

.aboutIntro-image {
  margin-top: auto;
  width: 100%;
  height: 340px;
}

.licence__text {
  font-size: 24px;
  font-family: 'IBMPlexSerif Italic';
  color: #A6A6A6;
  max-width: 240px;
}

.licence-inner {
  padding: 32px 0;
  position: relative;
}

.licence-block {
  margin: 0 auto;
  width: 402px;
}

.licence-block::before {
  content: '';
  position: absolute;
  width: 580px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.licence-block::after {
  content: '';
  position: absolute;
  width: 580px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.licence-block:first-child::before {
  left: 0;
  top: 0;
}

.licence-block:first-child::after {
  left: 0;
  bottom: 0;
}

.licence-block:last-child::before {
  right: 0;
  top: 0;
}

.licence-block:last-child::after {
  right: 0;
  bottom: 0;
}

.licence-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 270px;
}

.licence-item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts__title {
  margin-bottom: 32px;
}

.contacts__descr {
  width: 572px;
  line-height: 140%;
  color: #A6A6A6;
  margin-bottom: 64px;
}

.contacts-map {
  width: 580px;
  height: 660px;
  margin-right: 72px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  width: 290px;
}

.contacts-network__link {
  border-bottom: 2px solid #1A2026;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'IBMPlexSerif Italic';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-network__link:hover {
  opacity: .6;
}

.contacts__warning {
  font-size: 14px;
  opacity: .6;
  margin-top: 12px;
}

.contacts-location__place {
  margin-bottom: 40px;
  line-height: 26px;
}

.contacts-location__work {
  line-height: 26px;
}

.recall__text {
  color: #A6A6A6;
  font-size: 18px;
  text-align: center;
  width: 214px;
}

.recall-block {
  padding: 60px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recall-block:first-child .recall-block-inner {
  margin-right: auto;
  margin-left: 16px;
}

.recall-block:last-child .recall-block-inner {
  margin-left: auto;
  margin-right: 16px;
}

.recall-block-inner {
  width: 420px;
}

.recall-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recall-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.introService__title {
  margin-bottom: 40px;
  line-height: 66px;
}

.introService__title span {
  opacity: .3;
  line-height: 66px;
}

.introService__descr {
  margin-bottom: 80px;
  line-height: 140%;
  max-width: 500px;
  color: #A6A6A6;
}

.introService__button {
  padding: 18px 52px;
}

.introService-wrapper {
  padding-top: 48px;
}

.introService-block {
  width: 45%;
}

.introService-block:nth-child(2) {
  min-height: 632px;
}

.serviceInfo-block {
  width: 45%;
}

.serviceInfo__title {
  margin-bottom: 32px;
}

.serviceInfo__title span {
  opacity: .3;
}

.serviceInfo__descr {
  max-width: 275px;
  line-height: 140%;
  color: #A6A6A6;
}

.serviceInfo-content {
  margin-top: 16px;
}

.serviceInfo-content p {
  color: #A6A6A6;
  font-size: 18px;
  line-height: 155%;
}

.price__title {
  margin-bottom: 32px;
}

.price__descr {
  margin-bottom: 48px;
  color: #A6A6A6;
}

.price__button {
  padding: 15px 28px;
}

.price-main {
  width: 540px;
}

.price-list {
  width: 666px;
  margin-top: 16px;
}

.price-item {
  padding: 32px 0;
}

.price-item:first-child {
  padding-top: 0;
}

.price-item:last-child {
  padding-bottom: 0;
}

.price-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-item__title {
  width: calc(100% - 150px);
  opacity: .8;
  line-height: 155%;
  font-size: 18px;
}

.price-item-right .sale {
  display: none;
}

.price-item-right.sale span.sale {
  display: inline;
}

.price-item-right.sale span.normal {
  opacity: .3;
  text-decoration: line-through;
}

.price-item-right span {
  font-size: 20px;
  font-family: 'IBMPlexSerif Italic';
  text-align: right;
}

.question__title span {
  opacity: .3;
}

.question-main {
  width: 540px;
}

.question-list {
  width: 666px;
  margin-top: 16px;
}

.question-item {
  padding: 32px 0;
  cursor: pointer;
}

.question-item:first-child {
  padding-top: 0;
}

.question-item:last-child {
  padding-bottom: 0;
}

.question-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.question-item__title {
  width: calc(100% - 50px);
  font-size: 18px;
  opacity: .8;
}

.question-item-content {
  margin-top: 10px;
  line-height: 155%;
  opacity: .8;
  display: none;
}

.question-item__button {
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.question-item__button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: 1px;
  background: #1A2026;
  opacity: .3;
}

.question-item__button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.question-item.open .question-item__button {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup__close {
  top: 24px;
  right: 24px;
  z-index: 5;
  width: 32px;
  height: 32px;
  position: absolute;
}

.popup-wrapper {
  position: relative;
  width: 1075px;
  padding: 24px;
  background: #fff;
  margin: auto;
  overflow: hidden;
}

.popup-contact-image {
  width: 500px;
  margin-right: 56px;
}

.popup-contact-info {
  width: 410px;
}

.popup-contact__title {
  font-size: 66px;
  margin-bottom: 32px;
}

.popup-contact-form-checkbox {
  width: 282px;
}

.popup-contact-form-checkbox input {
  display: none;
}

.popup-contact-form-checkbox span {
  width: 20px;
  height: 20px;
  border: 2px solid #1A2026;
  margin-right: 10px;
}

.popup-contact-form-checkbox p {
  width: calc(100% - 30px);
  font-size: 14px;
}

.popup-contact-form-elem:not(:last-of-type) {
  margin-bottom: 32px;
}

.popup-contact-form-elem__input {
  padding: 18px 0;
  border-bottom: 1px solid #1A2026;
}

.popup-contact-form-checkbox {
  margin-top: 32px;
  cursor: pointer;
}

.popup-contact-form-checkbox span {
  position: relative;
}

.popup-contact-form-checkbox span::before {
  position: absolute;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #1A2026;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-contact-form-checkbox input:checked ~ span::before {
  opacity: 1;
}

.popup-contact-form__button {
  padding: 18px 52px;
  border: 1px solid #1A2026;
  background: #1A2026;
  margin-top: 48px;
  border-radius: 100px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.popup-contact-form__button:hover {
  color: #1A2026;
  background: transparent;
}

.popup-contact-form__button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.popup-success .popup-wrapper {
  width: 556px;
  padding: 60px 10px;
  text-align: center;
}

.popup-success__title {
  font-size: 30px;
  font-family: 'HelveticaNeueCyr Medium';
}

.popup-success__descr {
  margin-top: 20px;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  width: 42px;
  height: 52px;
}
/*# sourceMappingURL=main.css.map */