* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  background: #fff;
  min-width: 320px;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
iframe {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;

  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.chevron {
  background: url("../img/svg/chevron-double-right.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-bottom: -2px;
}
h1,
h2 {
  text-align: center;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.h1 {
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.h1 {
  font-family: "Podkova", serif;
}
h3,
h4,
h5,
h6 {
  margin: 5px 0 20px;
  text-indent: 40px;
}
h2.heading {
  text-indent: 0;
}
h1,
.h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5,
h6 {
  font-size: 20px;
}
p {
  line-height: 1.4;
  margin-bottom: 15px;  
  text-align: justify;
}
.form-control {
  background: #e3eefb;
  border: 1px solid #e3eefb;
  border-radius: 8px;
  padding: 13px 15px;
  margin-bottom: 18px;
  width: 100%;
  outline: none;
  transition: 0.3s;
}
.form-control:hover {
  border-color: #bdbdbd;
}
.form-control:focus,
.form-control:active {
  border-color: #d5e800;
}
.form-control:disabled {
  border-color: #dedede;
  background: #f1f1f1;
  border-radius: 8px;
  color: #bdbdbd;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.list-unstyled {
  padding: 0;
  list-style: none;
  margin: 0;
}
.list-unstyled li {
  margin-bottom: 0;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Podkova", serif;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
}
.btn-link {
  font-weight: 700;
  color: #bb3058;
  border-bottom: 2px solid #bb3058;
}
.btn-block {
  width: 100%;
}
.btn-primary {
  color: #4e0f64;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  ),
  #d5e800;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.btn-primary:hover {
  background: linear-gradient(
    356.52deg,
    rgba(255, 255, 255, 0.4) 1.83%,
    rgba(255, 255, 255, 0) 96.12%
  ),
  #d5e800;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-primary:focus {
  background: linear-gradient(
    182.81deg,
    rgba(255, 255, 255, 0.2) 2.32%,
    rgba(255, 255, 255, 0) 97.66%
  ),
  #4e0f64;
  color: #fff;
}
.btn-size-1 {
  font-size: 21px;
  line-height: 14px;
  padding: 23px 58px;
}
.btn-size-2 {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 39px;
}
.btn-size-3 {
  font-size: 16px;
  line-height: 20px;

  padding: 20px 37px;
}
.btn-size-4 {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 53px;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.lazyloading {
  visibility: visible;
  overflow: hidden;
  position: relative;
}
.lazyloading::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 45%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4em;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: 0.2em solid #366aad;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);

  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.main-dots {
  bottom: 0;
  left: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.main-dots.left {
  justify-content: start;
}
.main-dots li {
  background-color: #4e0f64;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.main-dots .slick-active {
  background-color: #d5e800;
}
.main-dots li button {
  border: none;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  background-image: linear-gradient(
    180deg,
    #080a19 16.15%,
    rgba(26, 41, 74, 0) 100%
  );
  z-index: 10;
  transition: 0.5s;
}
.header--not-on-top {
  background-image: none;
  background-color: #17223d;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.header--hide-contacts {
  top: -32px;
}

.header__wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
.header__contacts {
  color: #c4c4c4;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
  float: right;
}
.header__contacts .item {
  font-style: normal;
  position: relative;
  padding-left: 30px;
}
.header__contacts .item a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}
.header__contacts .icon {
  position: absolute;
  left: 0;
  top: -4px;
}
.header__contacts .map-icon {
  background: url(../img/svg/map.svg) no-repeat;
  width: 20px;
  height: 23px;
  display: block;
}
.header__contacts .open-icon {
  background: url(../img/svg/open.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  top: -3px;
}
.header__contacts .phone-icon {
  background: url(../img/svg/phone.svg) no-repeat;
  width: 20px;
  height: 23px;
  display: block;
  top: 0;
}

.header-phones span {
  font-weight: 500;
}
.header__contacts .item a:hover span {
  text-decoration: underline;
}

.header__main {
  display: flex;
  align-items: center;
  clear: both;
}
.header__logo-link {
  position: relative;
  top: -31px;
  transition: 0.2s;
}
.header__logo-link:hover {
  opacity: 0.8;
}
.header__logo-link:active {
  opacity: 0.4;
}
.header__logo-img {
  max-width: 272px;
  transition: 0.2s;
  width: 100%;
}
.header__menu-button {
  display: none;
  width: 25px;
  height: 17px;
  background-color: transparent;
  background-image: url("../img/svg/menu-icon.svg");
  background-size: 25px 17px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.header__menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  position: relative;
  padding-right: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}
.header__menu-close {
  display: none;
}

.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: fit-content;
  display: flex;
  align-items: center;
}
.header__nav-item {
  transition: 0.2s;
  position: relative;
}
@media (min-width: 1265px) {
  .header__nav-item:hover {
    background-color: #17223d;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .header__nav-item:hover .header__nav-link {
    border-bottom-color: #d5e800;
    text-decoration: none;
  }
}

.header__nav-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
  padding: 10px 6px;
  cursor: pointer;
  text-decoration: underline;
}
.header__nav-link--current {
  color: #d5e800;
  text-decoration: none;
}

@media (min-width: 1265px) {
  .header__nav-item:hover .header__nav-link,
  .header__nav-link:hover {
    border-radius: 8px 8px 0 0;
    background: #307ab8;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .header__nav-link.nomenu:hover,
  .header__nav-item:hover .header__nav-link.nomenu {
    border-radius: 8px;
    padding-bottom: 10px;
  }
  .header__nav-link:active {
    opacity: 0.7;
  }
}

.header__dropdown {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 37px;
  width: 250px;
  background: linear-gradient(
    180deg,
    rgba(68, 149, 209, 0.6) 0%,
    rgba(30, 116, 181, 0) 144.41%
  ),
  linear-gradient(0deg, #165595, #165595),
  linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
  border-radius: 0 8px 8px 8px;
  padding: 15px 0 20px;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px rgba(15, 23, 42, 0.15), 0px 10px 10px rgba(15, 23, 42, 0.08);
}

.header__dropdown-item {
  width: 100%;
}
.header__dropdown-link {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 30px;
  transition: 0.2s;
}

.header__search-form {
  position: absolute;
  right: 0;
  top: 12px;
}
.header__search-form .search-icon {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  z-index: -1;
}
.header__search-form .search-icon svg {
  fill: #d5e800;
}

.header__search-input {
  display: block;
  width: 15px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 7px 20px 7px 7px;
  transition: 0.2s;
}
.header__search-input:focus {
  width: 218px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d5e800;
}
.header__search-input:focus + .header__search-label + .search-icon {
  z-index: 1;
  right: 9px;
}
.header__search-input:focus + .header__search-label + .search-icon svg {
  fill: #005894;
}

.slidshow-list {
  height: 452px;
  margin-bottom: 0 !important;
}
.slidshow-list .slick-list,
.slidshow-list .slick-track {
  height: 100%;
}
.slidshow-item {
  background-size: cover;
  background-position: center;
}
.slidshow-item .description-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.slidshow-item .description {
  width: 50%;
}
.slidshow-item .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.slidshow-item .desc {
  font-size: 18px;
  line-height: 21px;
  color: #bdbdbd;
  font-weight: 400;
  position: relative;

  margin-bottom: 40px;
}

.slidshow-item .btn {
  margin: 20px 0 60px;
}
.slidshow-item .image {
  float: left;
  padding-right: 30px;
  margin-right: 30px;
}
.slidshow-item.with-image .text {
  float: left;
  position: relative;
}
.slidshow-item.with-image .title::before,
.slidshow-item .desc::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 120%;
  top: 50%;
  left: -20px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.slidshow-item .desc::before {
}
.slidshow-item.type-1 {
}

.slidshow-list .slick-arrow {
  top: 56%;
}
.slidshow-list .slick-arrow svg {
  stroke: #fff;
}
.slidshow-list .slider__arrow--next {
  right: calc((100% - 1280px) / 2);
}
.slidshow-list .slider__arrow--prev {
  left: calc((100% - 1280px) / 2);
  z-index: 1;
}
.slidshow-list .main-dots {
  margin: auto;
  position: relative;
  bottom: 8px;
  z-index: 1;
}
.slidshow-list .main-dots li {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.catalog .slidshow-item {
  height: 340px;
}

.slider__arrow {
  border: 0;
  background: none;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  outline: none !important;
  z-index: 100;
}
.slider__arrow--prev {
  left: -60px;
}
.slider__arrow--next {
  right: -60px;
}
.slider__arrow svg {
  cursor: pointer;
  stroke: #4e0f64;
  transition: 0.2s;
}
.slider__arrow:hover svg,
.slider__arrow:active svg {
  stroke: #d5e800;
}

.slick-slider {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  outline: none !important;
}
[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;
}
.heading {
  font-family: "Podkova", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 50px;
}
.heading.dashed {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.heading.dashed .heading-inner {
  padding: 0 80px;
  background: #e6f0fc;
  position: relative;
}
.heading.dashed::before {
  content: "";
  border-bottom: 2px dashed #4495d1;
  width: 100%;
  height: 2px;
  display: block;
  top: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .heading {
    font-size: 19px;
    line-height: 21px;
  }
}

.benefits {
  background: linear-gradient(
    180.8deg,
    rgba(207, 219, 248, 0.29) -10.63%,
    rgba(255, 255, 255, 0) 99.34%
  ),
  linear-gradient(360deg, #16498a -67.5%, #2174b6 176.5%);
  padding: 50px 0 25px;
  position: relative;
  clear: both;
  z-index: 0;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.benefits .main-dots {
  padding-top: 20px;
  position: absolute;
  width: 100%;
  bottom: -85px;
}
.benefits .slider__arrow {
  top: 50%;
}
.benefits__items-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.benefits__item {
  width: 25%;
  padding: 0 10px 0 0;
  display: flex !important;
  align-items: center;
  float: left;
}

.benefits__icon-wrapper {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  float: left;
  margin-right: 12px;
}
.benefits__icon {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.3);
}
.benefits__heading {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  text-indent: 0;
}
.benefits__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits__description {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 13px;
  margin: 5px 0 0;
  color: #fff;
}

.services {
  padding: 50px 0;
}
.services-wrapper {
  padding: 0 0 30px;
}
.services-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 10px 20px rgba(118, 169, 228, 0.22),
  0px 10px 10px rgba(15, 23, 42, 0.04);
  border-radius: 8px;
  padding: 15px 20px 25px;
  margin-bottom: 20px;
  transition: 0.3s;
  
  height: 335px;
}




.services-item a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.services-item .services-item-list a:hover {
  font-weight: 500;
}
.services-item .title {
  color: #005894;
  font-size: 22px;
  transition: 0.3s;
}
.services-item .icon svg {
  fill: #005894;
  float: left;
  max-height: 100%;
  width: auto;
  transition: 0.3s;
}
.services-item-list {
  border: 1px solid #cfdbf8;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  height: 148px;
  overflow: hidden;
  transition: 0.3s;
}
.services-item-list li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.services-item-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #005894;
  border-radius: 50%;
  top: 3px;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.services-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.services-item-header .icon {
  margin-right: 15px;
  height: 45px;
  display: flex;
  align-items: center;
}
.services-item .price {
  padding: 12px 0;
  font-size: 15px;
  line-height: 18px;

  color: #005894;
  font-weight: 500;
}

.services-item a:hover {
  color: #005894;
}
.services-item-header a:hover {
  color: #3fadff;
}
.show-more {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
  background: none;
  border-top: 2px solid #bdbdbd;
  padding: 14px 0 0;
  border-bottom: 2px solid #4e0f64;
  color: #4e0f64;
}
.show-more:before {
  content: "";
  display: block;
  border: 2px solid #bdbdbd;
  border-right: 0;
  border-top: 0;
  outline: 11px solid #fff;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg) translateX(-50%);
  top: -17px;
  left: 50%;
  position: absolute;
  background: #fff;
}
.hide-list .hide {
  display: none;
}
.why {
  background: url(../img/why.png) no-repeat top right, rgba(227, 238, 251, 0.9);
  margin-bottom: 160px;
  background-position: 84% bottom;
}
.why-1 {
  /*margin-bottom: 50px;*/
  margin-bottom: 0px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: none;
}
.why.no-bg {
  background-image: none;
}
.why-wrapper {
  position: relative;
}
.why-decription {
  padding: 60px 0 136px;
}
.why-1 .why-decription {
  padding: 0;
}
.why-decription .title {
  font-size: 30px;
  color: #333;
  margin-bottom: 35px;
}
.why-decription .text {
  font-size: 15px;
  line-height: 21px;
}
.why-decription .text p {
  margin-bottom: 25px;
  text-indent: 0;
}
.stages {
  overflow: hidden;
  margin: 0 -15px 50px;
}
.stages .stages-item {
  width: 20%;
  float: left;
  padding: 0 15px;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.stages .stages-item-number {
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(
    2.01deg,
    #f1f1f1 2.41%,
    rgba(241, 241, 241, 0) 95.02%
  ),
  #ffffff;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px -5px rgba(15, 23, 42, 0.1),
  0px 10px 10px -5px rgba(15, 23, 42, 0.04);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-weight: 500;
  font-size: 55px;
  line-height: 75px;
  color: #165595;
  text-align: center;
}
.stages .stages-item-number-wrapper {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 4px;
  margin-bottom: 25px;
}
.stages .stages-item-text {
  font-weight: 400;
}
.stages-item-arrow {
  position: absolute;
  width: 130px;
  height: 2px;
  background: #d3d3d3;
  top: 41px;
  right: -26%;
}
.stages-item-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid #d3d3d3;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  right: 0;
  top: -2px;
}

.action-block {
  background: linear-gradient(
    180.8deg,
    rgba(207, 219, 248, 0.29) -10.63%,
    rgba(255, 255, 255, 0) 99.34%
  ),
  linear-gradient(360deg, #16498a -67.5%, #2174b6 176.5%);
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px rgba(15, 23, 42, 0.15), 0px 10px 10px rgba(15, 23, 42, 0.07);
  border-radius: 8px;
  padding: 70px 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.action-block .col-left {
  width: 70%;
}
.action-block .col-right {
  width: 30%;
}
.action-block .title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 7px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.action-block .text {
  font-size: 17px;
  color: #dcdcdd;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.skills-description {
  padding: 10px 0 40px;
}
.skills-description ul {
  padding-left: 30px;
}
/*.skills-description li {
  list-style: none;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.skills-description li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #005894;
  border-radius: 50%;
  top: 3px;
  left: 0;
  position: absolute;
}*/
.expertise {
  background: #e6f0fc;
  padding: 50px 0;
  /*margin-bottom: 40px;*/
}
.expertise-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.expertise-item .icon-wrapper {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 25px;
}
.expertise-item .icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(
    2.01deg,
    #f1f1f1 2.41%,
    rgba(241, 241, 241, 0) 95.02%
  ),
  #ffffff;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px -5px rgba(15, 23, 42, 0.1),
  0px 10px 10px -5px rgba(15, 23, 42, 0.04);

  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise-item .icon svg {
  fill: #005894;
  vertical-align: middle;
}
.expertise-item .text-title {
  font-size: 27px;
  line-height: 21px;

  color: #005894;
  font-weight: 700;
  margin-bottom: 15px;
}
.expertise-item .text-desc {
  font-size: 16px;
  font-weight: 400;
}
.expertise p {
  font-size: 15px;
  line-height: 21px;
  text-indent: 0;
}
.ability {
  margin-bottom: 30px;
  position: relative;
}
.ability-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #4495d1;
  border-radius: 8px;
  padding: 18px;
  max-width: 510px;
}
.ability-item .number {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-right: 20px;
  color: #165595;
}
.ability-item .text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.line-arrow {
  position: absolute;
  width: 118px;
  height: 2px;
  background: #d3d3d3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.line-arrow::before,
.line-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid #d3d3d3;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  right: 0;
  top: -2px;
}
.line-arrow::before {
  transform: rotate(-45deg);
  left: 0;
}
.faq-list {
  
  margin-bottom: 20px;
}

.faq-item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.faq-item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.faq-item.active .faq-item-title::before {
  transform: rotate(-135deg);
}
.faq-item-title:hover {
  color: #005894;
}
.faq-item-title:hover::before {
  border-color: #005894;
}
.faq-item-content {
  background: #e6f0fc;
  border-radius: 8px;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: 0.2s;
}
.faq-item.active .faq-item-content {
  max-height: 5000px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.faq-item-content::before,
.faq-item-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/svg/quot.svg");
  display: block;
  width: 30px;
  height: 22px;
}
.faq-item-content::before {
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.progress {
  background: linear-gradient(
    90deg,
    rgba(230, 240, 252, 0.8) 4.3%,
    rgba(255, 255, 255, 0) 28.59%
  ),
  linear-gradient(
    270deg,
    rgba(230, 240, 252, 0.8) 5.88%,
    rgba(255, 255, 255, 0) 19.28%
  ),
  url("../img/progress.jpg"), #e8f1fc;
  padding: 50px 0 30px;
  background-size: contain;
  margin-bottom: 20px;
}
.progress .title {
  margin-bottom: 20px;
}
.progress-list {
  padding: 25px 0;
}
.progress-item .number {
  font-weight: 500;
  font-size: 75px;
  color: #165595;
  background: linear-gradient(
    180deg,
    rgba(68, 149, 209, 0.6) 0%,
    rgba(30, 116, 181, 0) 144.41%
  ),
  linear-gradient(0deg, #165595, #165595),
  linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  linear-gradient(0deg, #e6f0fc, #e6f0fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-item .text {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.latest-research {
  padding: 50px 0 30px;
  background: url("../img/map.jpg") no-repeat center center;
}
.latest-research .heading {
  margin-bottom: 40px;
}
.latest-research-item {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dedede;
  transition: 0.3s;
  margin-bottom: 40px;
}
.latest-research-item:hover {
  border-color: #4495d1;
}
.latest-research-item .col-left {
  float: left;
  width: 30%;
}
.latest-research-item .col-right {
  width: 70%;
  float: left;
  padding-left: 30px;
}
.latest-research-item .image {
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0px 20px 25px -5px rgba(15, 23, 42, 0.13),
  0px 10px 10px -5px rgba(15, 23, 42, 0.1);
  filter: drop-shadow(0px 0px 1px rgba(15, 23, 42, 0.1));
}
.latest-research-item .image img {
  float: left;
  transition: 0.5s;
}
.latest-research-item .image:hover img {
  transform: scale(1.2);
}
.latest-research-item h3 {
  font-size: 24px;
  line-height: 27px;
  text-decoration-line: underline;
  margin-bottom: 25px;
  color: #4e0f64;
  text-indent: 0;
}

.latest-research-item .description {
  color: #231f20;
}
.latest-research-item .attribute-name {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.latest-research-item .attribute-value {
  font-size: 15px;
  margin-bottom: 20px;
}
.latest-research-item .read-more {
  color: #4e0f64;
  font-size: 15px;
  font-weight: 400;
}

.factor {
  background: rgba(227, 238, 251, 0.9);
  padding: 40px 0 20px;
  /*margin-bottom: 40px;*/
}
.factor .heading {
  font-size: 28px;
}
.factor-item {
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 12px 25px rgba(118, 169, 228, 0.22),
  0px 10px 10px rgba(15, 23, 42, 0.04);
  border-radius: 8px 0 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 0 30px 30px;
  transition: 0.2s;
}

.factor-item:after {
  content: " ";
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid rgba(255, 255, 255, 0);
  right: -32px;
  border-left-color: #f4f9fe;
  top: 0;
  height: 100%;
  border-top-width: 75px;
  border-bottom-width: 75px;
  border-left-width: 30px;
  box-sizing: border-box;
}
.factor-item:hover::after {
  border-left-color: #1e61a0;
}
.factor-item:hover {
  background: linear-gradient(
    90deg,
    rgba(68, 149, 209, 0.6) 0%,
    rgba(30, 116, 181, 0) 144.41%
  ),
  linear-gradient(0deg, #165595, #165595),
  linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
}

.factor-item .image {
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 110px;
}
.factor-item .image img {
  float: left;
}
.factor-item .text {
  font-size: 15px;
  line-height: 18px;
  color: #5e5e5e;
}
.factor-item:hover .text {
  color: #fff;
}

.lead {
  background: linear-gradient(
    270deg,
    #3a78b1 11.18%,
    rgba(58, 120, 177, 0.523333) 25.76%,
    rgba(58, 120, 177, 0) 42.43%
  ),
  url("../img/lead.jpg") no-repeat center center, #27659e;
  padding: 80px 0;
  background-size: cover;
}
.lead .col-left,
.lead .col-right {
  width: 50%;
}
.lead .col-left {
  padding-right: 30px;
}
.lead__wrapper {
  display: flex;
  align-items: center;
}
.lead .title {
  color: #d5e800;
  font-size: 28px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.lead .desc {
  font-size: 17px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.lead-form {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px -5px rgba(15, 23, 42, 0.15),
  0px 10px 10px -5px rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  padding: 35px 35px 20px;
}
.lead-form .form-phone,
.lead-form .form-name {
  width: 48%;
  float: left;
}
.lead-form .form-phone {
  margin-right: 2%;
}
.lead-form .form-name {
  margin-left: 2%;
}
.lead__captcha-button-wrapper {
  overflow: hidden;
  padding: 0 5px 10px;
}
.lead__captcha-button-wrapper .btn {
  float: right;
}
.lead__disclaimer {
  width: 60%;
  float: left;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;

  color: #5e5e5e;
}
.text-content .heading {
  margin-bottom: 30px;
}
.text-content .description {
  font-weight: 300;
  margin-bottom: 40px;
}
.text-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.text-content a,
p a {
  color: #4e0f64;
}
.text-content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}



/* .text-content li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}
.text-content li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005894;
  position: absolute;
  left: -20px;
  top: 2px;
} */

.skills ul,
.article ul, .text-content ul, .text-info ul {
  list-style-position: inside;
  list-style-image: url('/themes/experts/assets/img/dot.png');
}

.skills li,
.article li, .text-content li, .text-info {
  margin-bottom: 10px;
}






.text-info {
  background: linear-gradient(
    2.01deg,
    #f1f1f1 2.41%,
    rgba(241, 241, 241, 0) 95.02%
  ),
  #ffffff;
  border: 1px solid #dedede;
  border-top: 5px solid #005894;
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px -5px rgba(15, 23, 42, 0.1),
  0px 10px 10px -5px rgba(15, 23, 42, 0.04);
  border-radius: 8px 8px 0 0;
  padding: 35px 40px 30px;
  margin-bottom: 40px;
}
.text-info.bg-blue {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
}
.text-info .heading {
  color: #005894;
  margin-bottom: 30px;
}
.text-info p {
  font-size: 15px;
  line-height: 21px;
}
.alert {
  box-sizing: border-box;
  margin: 19px 0 0 0;
  padding: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #4f4f4f;
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
}
.alert-success {
  background-color: #d5e800;
}
.alert-danger,
.alert-error,
.alert-warning {
  background-color: #4e0f64;
  color: #fff;
}

.steps {
  background: linear-gradient(
    180.8deg,
    rgba(207, 219, 248, 0.29) -10.63%,
    rgba(255, 255, 255, 0) 99.34%
  ),
  linear-gradient(360deg, #16498a -67.5%, #2174b6 176.5%);
  padding: 50px 0;
  margin-bottom: 40px;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.steps .title {
  color: #fff;
}
.steps .heading {
  font-size: 30px;
  margin-bottom: 40px;
}
.steps .steps-nav {
  display: inline-block;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  padding: 19px 30px;
}
.steps .tab-title {
  color: #cfdbf8;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-decoration-line: underline;
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.2s;
}
.steps .tab-title h3 {
  font-size: inherit;
  margin: 0;
  display: inline;
}
.steps .tab-title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4495d1;
  margin-right: 10px;
  transition: 0.2s;
}
.steps .tab-title.active,
.steps .tab-title:hover {
  color: #fff;
  text-decoration: none;
}
.steps .tab-title.active::before,
.steps .tab-title:hover::before {
  background: #d5e800;
}
.tab-content .tab {
  max-height: 0;
  transition: opacity 1s;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab.active {
  max-height: 1000px;
  opacity: 1;
}
.steps .tab-1,
.steps .tab-2 {
  background: url(../img/steps-arrows.png) left top;
}
.steps .tab-3 {
  background: url(../img/steps-arrows-3.png) left top;
}
.steps-list {
  position: relative;
  height: 516px;
}
.steps-item {
  width: 20%;
  padding: 0 40px;
  text-align: center;
  position: absolute;
}
.steps-item-1,
.steps-item-2,
.steps-item-3,
.steps-item-4,
.steps-item-5 {
  top: 13%;
}
.steps-item-6,
.steps-item-7,
.steps-item-8,
.steps-item-9,
.steps-item-10 {
  top: 58%;
}
.steps-item-1,
.steps-item-10 {
  left: 4%;
}
.steps-item-2,
.steps-item-9 {
  left: 22%;
}
.steps-item-3,
.steps-item-8 {
  left: 40%;
}
.steps-item-4,
.steps-item-7 {
  left: 58%;
}
.steps-item-5,
.steps-item-6 {
  left: 76%;
}
.steps-item-icon-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  padding: 9px;
  margin-bottom: 23px;
  position: relative;
}
.steps-item-icon-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  border-left: 2px dashed rgba(207, 219, 248, 0.75);
  width: 2px;
  height: 27px;
}
.steps-item-icon {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 4px 1px rgb(0 0 0 / 30%);
  transiotion: 0.3s;
}
.steps-item-icon img {
  position: relative;
  left: 4px;
  width: 70%;
  transition: 0.3s;
}
.steps-item:hover img {
  width: 75%;
}
.steps-item-text {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.steps-item-number {
  position: absolute;
  left: -36px;
  top: -8px;
  font-weight: 500;
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.animation-steps .why-wrapper {
  position: sticky;
  top: 20%;
}
.partners {
  margin-bottom: 30px;
}
.partners .slick-track {
  padding: 0 0 30px;
}
.partners .partners__link {
  border: 1px solid #f1f1f1;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}
.partners .partners__link:hover {
  box-shadow: 0px 0px 1px rgba(15, 23, 42, 0.06),
  0px 20px 25px -5px rgba(15, 23, 42, 0.1),
  0px 10px 10px -5px rgba(15, 23, 42, 0.04);
}
.partners img {
  max-width: 100%;
}

.platforms {
  margin-bottom: 50px;
}
.platforms__heading {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (max-width: 1264px) {
  .platforms__heading {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .platforms__heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.platforms__slider {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1264px) {
  .platforms__slider {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.platforms__items-wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.platforms__items-wrapper .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 1264px) {
  .platforms__items-wrapper {
    width: 90%;
  }
}
.platforms__img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.platforms__dots {
  margin-top: 10px;
}
.insta {
  background-color: #f7f0f0;
  margin-top: 87px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .insta {
    margin-top: 30px;
  }
}
.insta__wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1264px) {
  .insta__wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .insta__wrapper {
    flex-direction: column;
  }
}
.insta__info-wrapper {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: linear-gradient(180deg, #dedede 0%, rgba(222, 222, 222, 0) 100%);
}
@media (max-width: 1264px) {
  .insta__info-wrapper {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .insta__info-wrapper {
    width: 100%;
    padding-top: 30px;
  }
}
.insta__photos-wrapper {
  width: 970px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1264px) {
  .insta__photos-wrapper {
    width: auto;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .insta__photos-wrapper {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }
}
.insta__heading {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4e0f64;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-right: 25px;
  background-image: url("../img/svg/insta-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
}
@media (max-width: 767px) {
  .insta__heading {
    padding-left: 60px;
    background-size: 48px 48px;
    margin-left: auto;
    margin-right: auto;
  }
}
.insta__heading-link {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4e0f64;
}
@media (max-width: 767px) {
  .insta__heading-link {
    font-size: 26px;
    line-height: 30px;
  }
}
.insta__numbers-wrapper {
  margin-right: 25px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100px;
}
@media (max-width: 767px) {
  .insta__numbers-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.insta__numbers-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .insta__numbers-item:first-of-type {
    margin-right: 15px;
  }
}
.insta__number {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .insta__number {
    font-size: 21px;
    line-height: 25px;
  }
}
.insta__number-description {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  line-height: 9px;
  font-weight: 300;
  color: #828282;
  border-top: 1px solid #828282;
}
@media (max-width: 767px) {
  .insta__number-description {
    font-size: 12px;
    line-height: 14px;
  }
}
.insta__link {
  display: block;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 30px;
  margin-right: 25px;
  margin-bottom: 15px;
  background-color: #4e0f64;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 6px;
  background-image: url("../img/svg/insta-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  background-position: right 10px center;
}
@media (max-width: 767px) {
  .insta__link {
    font-size: 17px;
    line-height: 23px;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 35px;
    margin-left: 45px;
    align-self: center;
  }
}
.insta__photo {
  display: flex;
}
.insta__photo img {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  max-height: 200px;
}
@media (max-width: 1264px) {
  .insta__photo {
    display: none;
  }
  .insta__photo:first-of-type,
  .insta__photo:nth-of-type(2) {
    display: flex;
    flex-grow: 1;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .insta__photo:first-of-type {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .insta__photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .insta__photo:first-of-type {
    padding: 0;
  }
  .insta__photo:nth-of-type(2) {
    display: none;
  }
}
.footer {
  padding-top: 35px;
  padding-bottom: 40px;

  background: #e6f0fc;
  background-size: cover;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

.footer .container {
  position: relative;
}
.footer__up-button {
  text-transform: uppercase;
  font-size: 13px;
  color: #005894;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  position: absolute;
  top: -75px;
  right: 0;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.footer__up-button .icon {
  background: linear-gradient(
    180deg,
    rgba(68, 149, 209, 0.6) 0%,
    rgba(30, 116, 181, 0) 144.41%
  ),
  linear-gradient(0deg, #165595, #165595),
  linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
  border-radius: 8px;
  height: 51px;
  width: 51px;
  padding: 12px 0;
  margin-bottom: 5px;
}
.footer__up-button:hover {
  opacity: 0.8;
}
.footer__up-button:active {
  opacity: 0.5;
}

.footer__nav-block {
  width: 25%;
  float: left;
}
.footer__nav-block--contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer h3 {
  margin-bottom: 13px;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 0;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-item {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #4e0f64;
}

.footer__nav-link {
  font-size: 12px;
  line-height: 14px;
  color: #4e0f64;
  transition: 0.2s;
}
.footer__nav-link:hover {
  color: #366aad;
}
.footer__nav-link:active {
  color: #17223d;
}
.footer__logo-link {
  margin-bottom: 15px;
  transition: 0.2s;
}
.footer__logo-link:hover {
  opacity: 0.8;
}
.footer__logo-link:active {
  opacity: 0.5;
}

.footer__address {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
}
.footer__metro {
  padding-left: 25px;
  padding-top: 2px;
  background-image: url("../img/svg/metro-icon.svg");
  background-size: 14px 18px;
  background-position: left center;
  background-repeat: no-repeat;
}
.footer__tel-email-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__tel-link {
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 11px;
  color: inherit;
  transition: 0.2s;
}
.footer__tel-link:hover {
  color: #366aad;
}
.footer__tel-link:active {
  color: #4e0f64;
}
.footer__bold {
  font-weight: 700;
}
.footer__email-link {
  font-size: 12px;
  line-height: 14px;
  color: #4e0f64;
  transition: 0.2s;
}
.footer__email-link:hover {
  color: #366aad;
}
.footer__email-link:active {
  color: #17223d;
}
.footer__social {
  width: 25%;
  display: flex;
  align-items: center;
  float: left;
}
.footer__social svg {
  float: left;
}
.footer__social-item {
  display: inline-block;
  padding-right: 13px;
}
.footer__social-link {
  display: block;
  transition: 0.2s;
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__social-link:active {
  opacity: 0.5;
}
.footer__copyright {
  width: 50%;
  position: relative;
  float: left;
  font-size: 9px;
  line-height: 11px;
  color: #828282;
  margin: 0;
  padding-top: 40px;
}

.footer__mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .footer__mobile-menu {
    background-color: #5e5e5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 12px;
    padding-top: 10px;
  }
}

.info {
  padding-top: 250px;
  padding-bottom: 50px;
  background-color: #000000;
  background-image: url("../img/catalog/catalog-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1264px) {
  .info {
    padding-top: 130px;
  }
}
.info__content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1264px) {
  .info__content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .info__content {
    flex-direction: column;
  }
}
.info__heading {
  margin: 0;
  padding: 0;
  margin-right: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 1264px) {
  .info__heading {
    font-size: 30px;
    line-height: 35px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .info__heading {
    margin-bottom: 15px;
  }
}
.info__bold {
  font-size: 42px;
  line-height: 49px;
  font-weight: 700;
}
@media (max-width: 1264px) {
  .info__bold {
    font-size: 30px;
    line-height: 35px;
  }
}
.info__desc {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1264px) {
  .info__desc {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .info__desc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.catalog-menu {
  background: linear-gradient(
    180deg,
    rgba(68, 149, 209, 0.6) 0%,
    rgba(30, 116, 181, 0) 144.41%
  ),
  linear-gradient(0deg, #165595, #165595),
  linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 76.67%
  ),
  #e6f0fc;
  background-size: cover;
  padding: 10px 0;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}
.catalog-menu .catalog-menu__slider {
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  padding: 0 15px;
}
.catalog-menu__link {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  transition: 0.2s;
}
.catalog-menu__link:hover {
  text-decoration: none;
  font-weight: 500;
}

.catalog-menu__list {
  display: flex;
}
.catalog-menu .catalog-menu__list-item {
  min-height: 69px;
  display: flex;
  align-items: center;
}

.catalog-menu__list-item .icon {
  margin-right: 15px;
}
.catalog-menu__list-item .icon svg {
  fill: #3fadff;
  transition: 0.2s;
}
.catalog-menu__link:hover svg {
  fill: #fff;
}
.catalog-menu .slider__arrow svg {
  width: 8px;
  height: auto;
  stroke: #fff;
}
.catalog-menu .slider__arrow:hover svg {
  stroke: #3fadff;
}
.catalog-menu .slider__arrow--prev,
.catalog-menu .slider__arrow--next {
  top: 50%;
}
.catalog-menu .slider__arrow--prev {
  left: -42px;
}
.catalog-menu .slider__arrow--next {
  right: -42px;
}

.types {
  margin-top: 50px;
  margin-bottom: 50px;
}
.types__heading {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 1264px) {
  .types__heading {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .types__heading {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.types__slider {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1264px) {
  .types__slider {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.types__items-wrapper {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1264px) {
  .types__items-wrapper {
    width: 95%;
  }
}
.types__item {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  position: relative;
  font-style: normal;
  text-decoration: none;
  max-width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 25px;
  box-sizing: border-box;
  transition: 0.2s;
}
.types__item:nth-of-type(3) {
  margin-right: 0;
}
.types__item:hover {
  border-color: #366aad;
}
@media (max-width: 1264px) {
  .types__item {
    max-width: 97%;
  }
}
.types__img {
  width: 100%;
}
.types__item-heading {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(180deg, #080a19 16.15%, rgba(26, 41, 74, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 100px;
}
h2.types__item-heading {
  text-align: center;
}
.types__item-desc {
  margin: 0;
  padding: 0;
  padding: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
}
.types__dots {
  padding-left: 1.5%;
}
@media (max-width: 767px) {
  .header__nav-link2 {
    font-size: 16px;
    line-height: 16px;
  }
  .menu__current {
    padding-right: 60px;
  }
  .menu__current::before {
    top: 35%;
  }
  .services__desc {
    display: block;
  }
  .services__img {
    width: auto;
  }
}

.text__wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1264px) {
  .text__wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .text__wrapper {
    flex-direction: column;
  }
}
.text__img {
  flex-shrink: 0;
}
.text__img--hidden {
  display: none;
}
@media (max-width: 1264px) {
  .text__img {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .text__img {
    display: none;
    max-width: 100%;
    width: 100%;
  }
  .text__img--hidden {
    display: block;
    margin-bottom: 15px;
  }
}
.text__info {
  padding-left: 40px;
}
.text__info--reverse {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .text__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.text__heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .text__heading {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.text__para {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  text-indent: 1.5em;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
}
.text__bold {
  font-weight: 700;
}
.text__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text__list-item {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
}
.recent {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .recent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recent__heading {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 1264px) {
  .recent__heading {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .recent__heading {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
}
.recent__slider {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1264px) {
  .recent__slider {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.recent__items-wrapper {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.recent__items-wrapper .slick-track {
  display: flex;
}
.recent__items-wrapper .slick-track div {
  height: auto !important;
  display: flex;
}
.recent__items-wrapper .slick-track .slick-slide {
  margin-bottom: 15px;
}
@media (max-width: 1264px) {
  .recent__items-wrapper {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .recent__items-wrapper {
    width: 90%;
    width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
  }
}
.recent__item {
  outline: none;
  font-style: normal;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.2s;
}
.recent__item:hover {
  border-color: #366aad;
}
.recent__img {
  width: 100%;
}
.recent__item-heading {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #4e0f64;
  text-decoration: underline;
  transition: 0.2s;
}
.recent__item-heading:hover {
  color: #366aad;
}
.recent__item-heading:active {
  color: #d5e800;
}
.recent__desc {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: auto;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #363636;
}
@media (max-width: 767px) {
  .recent__desc {
    margin-bottom: 0;
  }
}
.recent__dots {
  margin-top: 25px;
  padding-left: 1%;
}
.article {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1264px) {
  .article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .article {
    margin-top: 30px;
  }
}
.article__img {
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1264px) {
  .article__img {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .article__img {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.article__heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article__heading {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article__para {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
}
.article__list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #363636;
}
.article__list-item::before {
  content: "вЂ”  ";
}
.article {
  min-height: 350px;
}
.article p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /*line-height: 15px;*/
  font-weight: 300;
  color: #363636;
  text-indent: 1.5em;
  text-align: justify;
}
.article p b,
.article p strong {
  font-weight: bold;
}
/*.article ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #363636;
  text-indent: 1.5em;
  text-align: justify;
}
.article ul li::before {
  content: "вЂ” ";
}*/
.article ul {
  padding-left: 50px;
  margin-bottom: 20px;
}

/*.article li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}
.article li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005894;
  position: absolute;
  left: -20px;
  top: 2px;
}
*/

.article .photos ul li::before {
  content: "";
}
.article ol {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  list-style-position: inside;
  text-indent: 1.5em;
  text-align: justify;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #363636;
}
.article a {
  color: #4e0f64;
}
.article a:hover {
  color: #274684;
}
.article a:active {
  color: #acaa20;
}
.article .h2,
.article h2:not([class]) {
  font-family: "Podkova", serif;
  font-size: 18px;
  line-height: 20px;
}
.article .h3,
.article h3:not([class]) {
  font-family: "Podkova", serif;
  font-size: 16px;
  line-height: 18px;
}
.article .ss-result__title,
.article .ss-result__title a {
  font-family: "Podkova", serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #363636;
}
.article .text-upper {
  text-transform: uppercase;
}
.article dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article dt {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Podkova", serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 22px;
  flex: 0 0 33%;
}
@media (max-width: 767px) {
  .article dt {
    flex: 1 0 100%;
    margin-bottom: 0;
  }
}
.article dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 16px;
  flex: 1 0 67%;
}
@media (max-width: 767px) {
  .article dd {
    flex: 1 0 100%;
  }
}
.article .fr-img-wrap {
  float: left;
  margin-right: 1rem;
}

.map__iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 1264px) {
  .map__iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .map__iframe {
    height: 250px;
  }
}
section.important,
div.important {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 3px #4e0f64;
  padding-left: 1em;
}
@media (max-width: 1264px) {
  section.important,
  div.important {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  section.important,
  div.important {
    margin-top: 30px;
  }
}
.important__heading {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Podkova", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #4e0f64;
  height: 24px;
  text-transform: uppercase;
}
.important__heading::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../img/svg/important.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  margin: 0;
  padding: 0;
  margin-right: 0.5em;
}
.important__text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
  text-align: justify;
  text-indent: 1.5em;
}
.disclaimer {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 3px #4e0f64;
  padding-left: 1em;
}
@media (max-width: 1264px) {
  .disclaimer {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .disclaimer {
    margin-top: 30px;
  }
}
.disclaimer-text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #363636;
}
.disclaimer-text__accent {
  color: #4e0f64;
  font-weight: bold;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-10 {
  width: 83.3333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666%;
}
.col-xs-7 {
  width: 58.333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-12,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left;
}
.delighter-animation {
  overflow: hidden;
}
.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all 0.7s ease-out;
}
.delighter.started li {
  opacity: 1;
  transform: none;
}
.delighter.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}
.delighter.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}
.delighter.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}
.delighter.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}
.delighter.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}
.delighter.started li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}
.delighter.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}

.delighter pre {
  display: block;
  transition: all 2s ease-out;
  opacity: 0;
  padding: 20px 0;
  width: 1px;
  overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px;
  width: 100%;
  opacity: 1;
}
.delighter .box {
  transition: all 1s ease-out;
}
.delighter .box:nth-child(1) {
  transform: translate(-100%, 0);
}
.delighter .box:nth-child(2) {
  transform: translate(170%, -70%);
}
.delighter .box:nth-child(3) {
  transform: translate(20%, 0%);
}

.delighter.started .box:nth-child(1) {
  transform: translate(0, 0);
}
.delighter.started .box:nth-child(2) {
  transform: translate(70%, -70%);
}
.delighter.started .box:nth-child(3) {
  transform: translate(20%, -120%);
}
@media (min-width: 992px) {
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666%;
  }
  .col-sm-7 {
    width: 58.333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .container {
    width: 970px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
}
@media (min-width: 1024px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666%;
  }
  .col-md-7 {
    width: 58.333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .container {
    width: 970px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .header__nav-link {
    font-size: 14px;
  }
  .header__contacts {
    max-width: 783px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
  .header__nav-item:hover .header__dropdown {
    display: block;
  }
  .header__dropdown-link:hover {
    color: #17223d;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #d5e800;
    text-decoration: none;
  }
  .header__dropdown-link:active {
    transition: 0.1s;
    color: #ffffff;
    background-color: #366aad;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1230px;
  }
}
@media (max-width: 1439px) {
  .btn-size-3 {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 31px;
  }
  .slidshow-list .slider__arrow--next {
    right: 15px;
  }
  .slidshow-list .slider__arrow--prev {
    left: 15px;
  }
  .benefits__icon {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
  .benefits__heading {
    font-size: 18px;
  }
  .why {
    background-position: 112% bottom;
  }
  .action-block .title {
    font-size: 21px;
    line-height: 23px;
  }
  .steps .tab-1,
  .steps .tab-2,
  .steps .tab-3 {
    background-size: contain;
  }
  .steps-item-icon {
    width: 76px;
    height: 76px;
  }
  .steps-item-1,
  .steps-item-2,
  .steps-item-3,
  .steps-item-4,
  .steps-item-5 {
    top: 11%;
  }
  .steps-item-6,
  .steps-item-7,
  .steps-item-8,
  .steps-item-9,
  .steps-item-10 {
    top: 49%;
  }
  .steps-item-text {
    font-size: 12px;
  }
  .factor-item {
    padding: 20px 10px;
    min-height: 150px;
  }
  .factor-item .image {
    min-width: 90px;
  }
  .factor-item .text {
    font-size: 12px;
    line-height: 14px;
  }
  .stages-item-arrow {
    width: 107px;
  }
  .ability-item {
    max-width: 438px;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-10 {
    width: 83.3333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666%;
  }
  .col-lg-7 {
    width: 58.333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .hidden-lg {
    display: none;
  }
  .animation-steps {
    height: 2000px;
  }
}
@media (max-width: 1199px) {
  .header {
    background-image: none;
    background-color: #17223d;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  .header__main {
    order: -1;
  }
  .header__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .header__logo-link {
    top: 0;
  }
  .header__logo-img {
    width: 234px;
  }
  .header__contacts {
    justify-content: flex-end;
    padding-right: 30px;
  }
  .header__contacts .item a {
    display: inline-block;
    margin-right: 15px;
  }
  .header-phones {
    color: #fff;
  }
  .header-phones span {
    font-size: 16px;
  }
  .header__menu-button {
    display: block;
  }
  .header__menu-container {
    position: fixed;
    top: 0;
    right: -110%;

    display: block;
    background-color: #005894;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 41%);
    padding: 30px;
    overflow: auto;
    width: 40%;
    transition: 0.3s;
  }
  .header__menu-container.show {
    right: 0;
  }
  .header__nav-list {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 15px;
  }

  .header__nav-link {
    text-decoration: none;
    display: block;
  }
  .submenu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
  .header__nav-item.show .submenu-toggle {
    transform: rotate(45deg);
  }
  .header__nav-item .header__dropdown {
    display: block;
    position: static;
    box-shadow: none;
    width: auto;
    background: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.2s;
  }
  .header__nav-item.show .header__dropdown {
    max-height: 5000px;
  }
  .header__dropdown-item {
    list-style: none;
  }
  .header__dropdown-link {
    text-decoration: none;
  }
  .header__search-form {
    position: relative;
    top: 0;
    width: 200px;
  }
  .header__search-input,
  .header__search-input:focus {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
  .header__search-label {
    display: none;
  }
  .header__search-form .search-icon {
    right: 5px;
    z-index: 0;
  }
  .header__search-form .search-icon svg {
    fill: #005894;
  }
  .header__menu-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(../img/svg/close-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-color: transparent;
  }
  .container {
    width: 930px;
  }
  .btn-size-1 {
    padding: 14px 46px;
    font-size: 15px;
  }
  .btn-size-2 {
    padding: 6px 26px;
    font-size: 16px;
    line-height: 20px;
  }
  .slidshow-list .main-dots {
    padding: 0 4%;
    bottom: 6px;
  }
  .slidshow-list .main-dots li {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  .benefits {
    padding: 20px 0 15px;
  }

  .benefits__icon-wrapper {
  }

  .benefits__heading {
    font-size: 16px;
  }
  .benefits__description {
    font-size: 10px;
  }
  .services-item-header {
    margin-bottom: 15px;
  }
  .services-item-header .icon {
    margin-right: 10px;
    height: 34px;
  }
  .services-item {
    padding-bottom: 10px;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .services-item .title {
    font-size: 20px;
  }
  .services-item-list {
    font-size: 13px;
    line-height: 15px;
    height: 135px;
  }
  .services-item-list li:before {
    width: 7px;
    height: 7px;
  }
  .action-block {
    flex-direction: column;
    text-align: center;
    padding: 30px 50px 5px;
    bottom: -87px;
  }
  .action-block .col-left,
  .action-block .col-right {
    width: 100%;
    margin-bottom: 25px;
  }
  .action-block .text {
    font-size: 14px;
  }
  .steps-list {
    height: 367px;
  }
  .steps-item {
    padding: 0px 28px;
  }
  .steps-item-1,
  .steps-item-2,
  .steps-item-3,
  .steps-item-4,
  .steps-item-5 {
    top: 14%;
  }
  .steps-item-6,
  .steps-item-7,
  .steps-item-8,
  .steps-item-9,
  .steps-item-10 {
    top: 61%;
  }
  .steps-item-icon-wrapper {
    margin-bottom: 10px;
  }
  .steps-item-icon-wrapper::after {
    bottom: -6px;
    border-left: 1px dashed rgba(207, 219, 248, 0.75);
    width: 1px;
    height: 15px;
  }
  .steps-item-icon {
    width: 64px;
    height: 64px;
  }
  .steps-item-text {
    font-size: 10px;
  }
  .steps-item-number {
    font-weight: 300;
    left: -21px;
    top: -5px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .catalog-menu__link {
    font-size: 14px;
    line-height: 16px;
  }
  .stages .stages-item-text {
    font-size: 13px;
  }
  .stages-item-arrow {
    width: 91px;
  }
  .animation-steps {
    height: auto;
  }
  .animation-steps .why-wrapper {
    position: relative;
    top: auto;
  }
  .animation-steps.started .stages-item {
    opacity: 1;
  }
  .animation-steps.ended .stages-item {
    opacity: 0;
  }

  .animation-steps.started .stages-item:nth-child(2) {
    transition-delay: 0.3s;
  }
  .animation-steps.started .stages-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .animation-steps.started .stages-item:nth-child(4) {
    transition-delay: 0.9s;
  }
  .animation-steps.started .stages-item:nth-child(5) {
    transition-delay: 1.2s;
  }
  .animation-steps.ended .stages-item:nth-child(1) {
    transition-delay: 1.6s;
  }
  .animation-steps.ended .stages-item:nth-child(2) {
    transition-delay: 1.2s;
  }
  .animation-steps.ended .stages-item:nth-child(3) {
    transition-delay: 0.8s;
  }
  .animation-steps.ended .stages-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .animation-steps.ended .stages-item:nth-child(5) {
    transition-delay: 0.1s;
  }

  .expertise-item .text-title {
    font-size: 24px;
  }
  .ability-item {
    max-width: 380px;
  }
  .ability-item .text {
    font-size: 14px;
  }
  .benefits__items-wrapper.slick-slider {
    margin-bottom: 14px;
  }
  .benefits .main-dots {
    bottom: -60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 13px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .header {
    padding: 10px 0;
  }
  .heading,
  .factor .heading {
    font-size: 24px;
    line-height: 27px;
  }
  .chevron {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .slidshow-list {
    height: 350px;
  }
  .slidshow-item .image {
    max-width: 80px;
    padding-right: 10px;
  }
  .slidshow-item .description {
    width: 58%;
  }
  .slidshow-item .title {
    font-size: 20px;
    line-height: 26px;
  }
  .slidshow-item .desc {
    font-size: 15px;
    line-height: 18px;
  }
  .slidshow-item .btn {
    margin: 20px 0 30px;
  }
  .slider__arrow svg {
    width: 10px;
    height: 29px;
  }
  .slider__arrow--next {
    right: -35px;
  }
  .slider__arrow--prev {
    left: -35px;
  }
  .catalog-menu__list-item .icon {
    margin-right: 8px;
  }
  .catalog-menu .slider__arrow {
    top: 50%;
  }
  .services {
    padding: 30px 0;
  }
  .show-more {
    font-size: 18px;
  }
  .why {
    background-position: 159% bottom;
    background-size: 71%;
    margin-bottom: 121px;
  }
  .why-1 {
    margin-bottom: 50px;
  }
  .why-decription {
    padding-bottom: 98px;
  }
  .why-decription .title {
    font-size: 24px;
  }
  .why-decription .text {
    font-size: 13px;
    line-height: 18px;
  }
  .text-info p,
  .text-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .text-content li:before {
    width: 7px;
    height: 7px;
    top: 4px;
  }
  .action-block {
    width: 89%;
    padding: 30px 30px 5px;
  }
  .skills-description ul {
    padding-left: 15px;
  }
  .skills-description li {
    font-size: 13px;
  }
  .skills-description li:before {
    width: 7px;
    height: 7px;
  }
  .progress {
    padding-top: 30px;
  }
  .progress-list {
    padding: 0;
  }
  .progress-item .number {
    font-size: 50px;
  }
  .progress-item .text {
    font-size: 14px;
  }
  .latest-research {
    padding: 20px 0 0;
  }
  .latest-research-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .latest-research-item h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .latest-research-item .attribute-name {
    font-size: 16px;
  }
  .latest-research-item .attribute-value {
    margin-bottom: 15px;
  }
  .latest-research-item .read-more {
    font-size: 13px;
  }
  .factor-item {
    padding: 10px;
    min-height: 124px;
  }
  .factor-item:after {
    border-top-width: 62px;
    border-bottom-width: 62px;
  }
  .stages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .stages .stages-item {
    float: none;
    width: 33%;
    margin-bottom: 70px;
  }
  .stages .stages-item:nth-child(4) {
    order: 5;
  }
  .stages-item-arrow {
    width: 120px;
  }
  .stages-item:nth-child(3) .stages-item-arrow {
    transform: rotate(135deg);
    bottom: -57px;
    right: 49%;
    top: auto;
    width: 75px;
  }
  .stages-item:nth-child(4) .stages-item-arrow {
    transform: rotate(180deg);
    left: -24%;
  }
  .stages-item:nth-child(5) .stages-item-arrow {
    transform: rotate(-135deg);
    bottom: auto;
    left: 0;
    top: -9px;
    width: 75px;
  }
  .text-content .img-clock {
    width: 45%;
    margin-top: 63px;
  }
  .expertise {
    padding: 30px 0 20px;
  }
  .expertise-item .text-title {
    font-size: 20px;
  }
  .expertise-item .text-desc {
    font-size: 13px;
  }
  .ability-item {
    max-width: 80%;
    padding: 14px;
    margin: 0;
  }
  .ability-item .number {
    font-size: 26px;
  }
  .expertise p {
    font-size: 13px;
    text-align: justify;
  }
  .faq-item-title {
    font-size: 18px;
    line-height: 20px;
  }
  .faq-item-content {
    font-size: 13px;
  }
  .lead {
    padding: 40px 0;
  }
  .lead__wrapper {
    display: block;
  }
  .lead .col-left,
  .lead .col-right {
    width: 100%;
  }
  .lead .col-right {
    padding: 0 5%;
  }
  .lead .title {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }
  .lead .desc {
    font-size: 13px;
    text-align: center;
    margin-bottom: 40px;
  }
  .steps {
    padding: 30px 0;
  }
  .steps .heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .steps .tab-title {
    font-size: 14px;
    margin: 0 15px;
  }
  .steps .steps-nav {
    padding: 12px 30px;
  }
  .steps-list {
    height: 282px;
  }
  .steps .tab-1,
  .steps .tab-2,
  .steps .tab-3 {
    max-width: 688px;
    margin: auto;
  }
  .steps-item-icon-wrapper {
    padding: 4px;
  }
  .steps-item-icon {
    width: 52px;
    height: 52px;
    border-width: 2px;
  }
  .steps-item {
    padding: 0px 14px;
  }
  .steps-item-number {
    left: -14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .partners .heading {
    margin-bottom: 30px;
  }
  .partners .partners__link {
    height: 99px;
  }
  .benefits .main-dots {
    bottom: -50px;
  }
  .footer__nav-block {
    width: 33.33%;
  }
  .footer__nav-block--contacts {
    float: right;
    clear: both;
    padding-top: 40px;
  }
  .footer-bottom {
    width: 33.33%;
    padding-top: 43px;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .footer__social {
    width: 33.33%;
    float: none;
  }
  .footer__tel-link {
    margin-bottom: 5px;
  }
  .footer__address {
    margin-bottom: 7px;
  }
  .footer__logo-link {
    margin-bottom: 20px;
    display: block;
  }
  .footer__logo-link img {
    width: 217px;
    height: auto;
  }
  .footer__social svg {
    width: 20px;
    height: 20px;
  }
  .footer__copyright {
    width: 100%;
    padding-top: 30px;
    text-indent: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .hidden-xs {
    display: none !important;
  }
  .container {
    padding: 0 15px;
  }
  h1,
  .title,
  .heading,
  .factor .heading,
  .why-decription .title {
    font-size: 21px;
    line-height: 23px;
  }
  h1,
  .heading,
  .factor .heading {
    margin-bottom: 30px;
  }

  h2,
  h3 {
    font-size: 19px;
    line-height: 21px;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
  .chevron {
    width: 14px;
    height: 14px;
  }
  .col-xs-12,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .btn-size-1 {
    font-size: 13px;
    line-height: 14px;
    padding: 10px 29px;
  }
  main {
    padding-top: 72px;
  }
  .header {
    padding: 13px 0;
  }
  .header__logo-img {
    width: 169px;
  }
  .header__menu-container {
    width: 80%;
  }
  .header__contacts {
    padding-right: 10px;
  }
  .header__contacts .item {
    padding-left: 0;
  }
  .header__contacts .item a {
    float: left;
    margin-bottom: 0;
  }
  .header__contacts .icon {
    position: static;
  }
  .header__contacts .whatsapp-icon {
    background: url(../img/svg/whatsapp.svg) no-repeat;
    width: 20px;
    height: 23px;
    display: block;
    top: 0;
  }
  .header__menu-button {
    width: 40px;
    height: 40px;
  }
  .slidshow-list {
    height: 170px;
  }
  .slidshow-item .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .slidshow-item .desc {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .slidshow-item .image {
    max-width: 27%;
    margin-right: 8%;
  }
  .slidshow-item .description {
    width: 70%;
  }
  .slidshow-item.with-image .text {
    max-width: 65%;
  }
  .slidshow-item .btn {
    margin: 0 0 20px;
  }
  .slidshow-list .main-dots li {
    width: 10px;
    height: 10px;
  }
  .catalog .slidshow-item {
    height: 170px;
    background-position: 32%;
  }
  .catalog .slidshow-item .description {
    width: 60%;
  }
  .catalog .slidshow-item .title {
    font-size: 18px;
    line-height: 115%;
  }
  .slider__arrow--prev {
    left: 0;
  }
  .slider__arrow--next {
    right: 0;
  }
  .slider__arrow svg {
    width: 7px;
    height: 24px;
  }
  .main-dots li {
    width: 7px;
    height: 7px;
  }
  .benefits {
    padding: 25px 0;
  }
  .benefits__text {
    align-items: start;
    text-align: left;
    padding-left: 15px;
  }
  .benefits__items-wrapper {
    display: block;
    margin-bottom: 0 !important;
  }
  .benefits .slider__arrow {
    top: 44%;
  }
  .benefits__item {
    padding: 0 30px;
  }
  .benefits .main-dots {
    bottom: -50px;
  }
  .services {
    padding: 40px 0;
  }
  .services .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .services-item-header {
    justify-content: center;
  }
  .services-item .title {
    font-size: 19px;
  }
  .services-item a {
    font-size: 12px;
  }
  .services-item .price {
    font-size: 13px;
    padding: 10px 0;
  }
  .show-more {
    font-size: 16px;
    padding: 8px 0 0;
  }
  .show-more:before {
    outline: 8px solid #fff;
    width: 10px;
    height: 10px;
    top: -14px;
  }
  .why {
    background-position: 42% 86%;
    background-size: 133%;
    background-size: 470px;
  }
  .why-1 {
    margin-bottom: 30px;
  }
  .why-decription {
    padding: 30px 0 136px;
  }
  .why-decription .text {
    font-size: 12px;
  }
  .why-decription .title {
    margin-bottom: 15px;
  }
  .why-decription {
    padding-bottom: 350px;
  }
  .why.no-bg .why-decription {
    padding-bottom: 100px;
  }
  .action-block {
    width: 91%;
    padding: 20px 10px 5px;
    bottom: -100px;
  }
  .action-block .title {
    font-size: 19px;
    line-height: 21px;
  }
  .action-block .text {
    font-size: 12px;
    line-height: 16px;
  }
  .skills-description li {
    font-size: 12px;
  }
  .progress {
    padding: 20px 0 20px;
    background-size: cover;
  }
  .progress-item .number {
    font-size: 42px;
  }
  .progress-item .text {
    margin-bottom: 20px;
  }
  .latest-research {
    padding: 0;
    background: none;
  }
  .latest-research .heading {
    margin-bottom: 20px;
  }
  .latest-research-item {
    padding: 15px;
    border-color: #4495d1;
    text-align: center;
  }
  .latest-research-item .col-left {
    margin-bottom: 10px;
    display: inline-block;
    margin: auto;
    width: auto;
    float: none;
  }
  .latest-research-item .col-left,
  .latest-research-item .col-right {
    padding: 0;
  }
  .latest-research-item .col-right {
    height: 59px;
    overflow: hidden;
    width: 100%;
  }
  .latest-research-item .read-more {
    display: none;
  }
  .latest-research-item h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .steps {
    margin-bottom: 15px;
  }
  .steps .heading {
    font-size: 21px;
    line-height: 23px;
    color: #d5e800;
  }
  .steps .steps-nav {
    padding: 0 20px;
    border: 0;
    text-align: left;
  }
  .steps .tab-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .steps .tab-1,
  .steps .tab-2,
  .steps .tab-3 {
    max-width: 100%;
    margin: auto;
    background: none;
  }
  .steps-list {
    height: auto;
    padding-top: 15px;
  }
  .steps-item {
    position: static;
    width: 100%;
    text-align: left;
    margin-bottom: 7px;
  }
  .steps-item-icon-wrapper,
  .steps-item-number {
    display: none;
  }
  .steps-item-text {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
  }
  .steps-item-text::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 8px;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    left: -5px;
    transform: rotate(-45deg);
  }
  .partners {
    margin-bottom: 0;
  }
  .lead .col-left {
    padding-right: 0;
  }
  .lead .col-right {
    padding: 0;
  }
  .lead .title {
    font-size: 19px;
    line-height: 21px;
  }
  .lead .desc {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .lead-form {
    padding: 30px 20px;
  }
  .lead-form .form-phone,
  .lead-form .form-name {
    width: 100%;

    margin: 0;
  }
  .lead__disclaimer {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .lead__captcha-button-wrapper {
    text-align: center;
  }
  .lead__captcha-button-wrapper .btn {
    float: none;
  }
  .text-info {
    padding: 20px;
  }
  .text-info .heading {
    margin-bottom: 25px;
  }
  .text-info p,
  .text-content p {
    font-size: 12px;
    line-height: 16px;
  }
  .factor {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
  .stages .stages-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .stages .stages-item:nth-child(4) {
    order: inherit;
  }
  .stages .stages-item-number-wrapper {
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
  }
  .stages .stages-item-number {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }
  .stages .stages-item-text {
    font-size: 12px;
  }
  .skills-description ul {
    padding-left: 4px;
  }
  .expertise {
    margin-bottom: 20px;
  }
  .expertise-item {
    margin-bottom: 20px;
  }
  .expertise-item .icon-wrapper {
    margin-right: 10px;
  }
  .expertise-item .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 5px;
  }
  .expertise-item .text-title {
    font-size: 16px;
    margin: 0;
  }
  .expertise-item .text-desc {
    font-size: 12px;
  }
  .heading.dashed {
    margin-bottom: 20px;
  }
  .heading.dashed .heading-inner {
    padding: 0 20px;
  }
  .ability {
    margin-bottom: 0;
  }
  .ability-item {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .ability-item .text {
    font-size: 12px;
    line-height: 16px;
  }
  .faq-item-title {
    font-size: 16px;
    line-height: 1.1;
  }
  .faq-item .faq-item-content {
    padding: 0 20px;
  }
  .faq-item.active .faq-item-content {
    padding: 20px;
  }
  .faq-item-content {
    font-size: 12px;
    line-height: 1.1;
  }
  .faq-item-content::before,
  .faq-item-content::after {
    width: 20px;
    height: 14px;
    background-size: 100%;
  }
  .catalog-menu {
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
  }
  .catalog-menu .catalog-menu__slider {
    border: 0;
    padding: 0;
  }

  .catalog-menu__current {
    color: #d5e800;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    padding-right: 30px;
  }
  .catalog-menu__toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-right: 0;
    border-top: 0;
  }
  .catalog-menu__list {
    flex-direction: column;
    position: absolute;
    background: #005894;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 15px;
    max-height: 0;
    padding: 0 15px;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s;
  }
  .catalog-menu__list.show {
    padding: 15px;
    max-height: 5000px;
  }
  .catalog-menu .catalog-menu__list-item {
    min-height: auto;
    display: block;
  }
  .catalog-menu__list-item .icon {
    width: 37px;
    text-align: center;
  }
  .catalog-menu__list-item .icon svg {
    max-height: 24px;
  }
  .catalog-menu__link {
    text-decoration: none;
    padding: 15px 0;
  }
  .text-content .description {
    position: relative;
  }

  .footer__up-button {
    top: -62px;
    right: 15px;
  }
  .footer__nav-block--contacts {
    float: left;
    padding-top: 0;
    width: 100%;
  }
  .footer__social {
    width: 100%;
  }
  .footer-bottom {
    width: 100%;
    padding-top: 35px;
  }
  .footer__copyright {
    margin-bottom: 10px;
  }
}

/*.hide-banner {
    display: none;
  }*/
  .services-item-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }  



  .in_start {
    justify-content: flex-start !important;  
  }
  .in_center {
    justify-content: center !important;      
  }
  .in_end {
    justify-content: flex-end !important;  
  }        


  .text .desc {
    margin-left: 20px;
  }



  h2 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
    line-height: 1em !important;
  }


  .main-dots   li::before {
    content: "" !important;
  }


  .page-title {
    color: #ffffff;
  }
  @media (min-width: 768px) {
    
    .page-title {
      padding-bottom: 10%;
      font-size: 42px;
    }  
  }

  article.article ol {
    padding-left: 40px;
  }



  .description div.title {
    text-shadow: 0 0 5px #000 ;
  }

/*div.title {
    margin-bottom: 0 !important;
}*/

ul.banner__list {
  font-size: 16px; 
  margin-left: 20px;

}



@media (max-width: 767px) {


 .banner__slide {

  margin-top: 0  !important;    


}



}




/*p {
  line-height: 1.4;
  margin-bottom: 15px;
  text-indent: 40px;
  text-align: justify;
}*/


.banner {
  
  margin-bottom: 0 !important;


}


/*.benefits {
    margin-top: -30px;
}*/

section.banner .banner__dots {
  z-index: 1 !important;

}

section.banner {
  margin-bottom: -30px !important;
}


.catalog-menu__list-item:hover {
  font-weight: bold;
  filter: grayscale(100%) brightness(200%);
  -webkit-filter: grayscale(100%) brightness(200%);
  -moz-filter: grayscale(100%) brightness(200%);
  
}



/* .text-info .description ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

.text-info .description li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}

.text-info .description li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005894;
    position: absolute;
    left: -20px;
    top: 2px;
} */


.text-info .description li {
 
  margin-bottom: 15px;
}

.g-recaptcha {
  transform:scale(0.77);
  transform-origin:0 0;
}


div.lead__captcha-button-wrapper {
  margin-top: -73px !important;
}

@media (max-width: 500px) { 

  h1.page-title {                
    font-size: 1.5em;
  }

} 

.benefits__items-wrapper {
	display:none;
}

.benefits__items-wrapper.slick-initialized {
	display:block;
}        


.fr-dii {
  margin: 0px 20px 20px 0px;
  float: left;
}

@media (max-width: 400px) {  

  .fr-dii {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }


}


.fr-dib {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.sub-menu {
  padding-top: 10px;

  padding-bottom: 10px;
  position: absolute;  
  z-index: 100;                  
  background-color: #2E77B5;
  //background-color: grey;
  
  width: 234px;
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.14);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.14);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.14);


}


.sub-menu  a  {
  text-decoration: none;

}

.sub-menu  a p {

  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-menu p {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-menu p:hover {
  background-color: #E0EE42;
  color: black;
}        




.catalog-menu__list-item-menu {
  /* display: none !important; */
}

.catalog-menu__list-item-menu.slick-slide {
  display: flex !important;
}

#catalog-menu-particles-js {
  height: 96px;
}        



.research{
  margin-top: 80px;
  margin-bottom: 40px;
}
.research-img-img {
  width: 100%;
  border-radius: 8px;


}

.research-img {
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  box-shadow: 3px 1px 5px -1px rgba(0,0,0,0.45);
  -webkit-box-shadow: 3px 1px 5px -1px rgba(0,0,0,0.45);
  -moz-box-shadow: 3px 1px 5px -1px rgba(0,0,0,0.45);
}



.research-img {
  display: inline-block; /* Строчно-блочный элемент */
  overflow: hidden; /* Скрываем всё за контуром */
  border-radius: 8px;
  cursor: pointer;
}

.research-img-img {
  transition: 1s; /* Время эффекта */
  display: block; /* Убираем небольшой отступ снизу */
}
.research-img-img:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}

.research .heading {
  text-align: left;
}

.research-articles {

  padding: 20px;

}


.research-categories {
  padding: 20px;

}

.research-item {
  padding: 10px;
  margin-bottom: 10px;
  width: 32%;
  margin-bottom: 2%; 
}

.research-categories p a {

  text-decoration: none;
}

.research-categories p a:hover {
  font-weight: bold;
  text-decoration: none;
}

.research-categories p  {
  text-align: left;

}

.research-title {
  padding-left: 5px;
  padding-right: 5px;
}     

.research-title  a {
  font-size: 16px;  
  color: black;
  text-decoration: none;
  white-space: normal;
  font-weight: bold;

}

ul.pagination {  

  display: inline-block;  
  padding: 0;  
  margin: 0;  

}  
ul.pagination li {display: inline;}  
ul.pagination li a {  
  color: black;  
  float: left;  
  padding: 8px 16px;  
  text-decoration: none;  
}  
ul.pagination li span {  
  color: black;  
  float: left;  
  padding: 8px 16px;  
  text-decoration: none;  
}  

ul.pagination li.active span {  
  #color: white;  
  float: left;  
  padding: 8px 16px;  
  text-decoration: none;  
  background-color: rgb(213, 232, 0);

}  

.research-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;

} 
.cur-cat {
  font-weight: bold;
}

.cat-container {
  height: 750px;
  overflow-y: scroll;
}


@media (max-width: 990px) {
  .research-item {        
    width: 49%;
  }
}

@media (max-width: 600px) {
  .research-item {        
    width: 100%;
  }
  .research-row {
    
    justify-content: center;

  } 
}

.banner__slides-wrapper .banner__slide {
      display: none;
  }
  .banner__slides-wrapper.slick-initialized .banner__slide {
      display: block;

  }

  .banner__slides-wrapper.slick-initialized  {
      height: 100%;
  }

  @media (max-width: 990px) {
    ul.banner__dots {
        display: none !important;
    }
}
.back-ii {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 800px) {

.stages .stages-item {
    
    opacity: 1;
    
}
}



