/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.tac {
  text-align: center;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 90px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 0.2fr;
  padding: 0 30px;
  z-index: 1000;
  transition: all 0.3s;
}

@media (max-width: 1300px) {
  .header {
    display: flex;
    grid-template-columns: unset;
    justify-content: space-between;
  }
}

.header__socials {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .header__socials {
    display: none;
  }
}

.header.sticky {
  background-color: #fff;
  box-shadow: 0 10px 10px 0 #6d6d6d13;
}

.header.sticky .nav__link, .header.sticky .social__icon, .header.sticky .header__lang-item {
  color: #212121;
}

.header.active {
  background-color: #fafafa;
}

.header__lang {
  display: flex;
  margin-left: 20px;
  color: #fff;
}
.header.sticky .header__lang-item {
  background-color: unset;
  font-weight: 700;
}
.header.sticky .header__lang-item.active {
  color: #334dd8;
}
.header__lang-item {
  padding: 4px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}
.header__lang-item:hover {
  background-color: #6f6f7b !important;
  color: #fff !important;
}
.header__lang-item.active {
  background-color: #334dd8;
  color: #fff;
  border: unset;
  border: 1px solid transparent;
}


.logo {
  height: 70%;
}
@media (max-width: 500px) {
  .logo {
    max-width: 150px;
    object-fit: contain;
  }
}

.logo__link {
  height: 90px;
  display: flex;
  align-items: center;
}

@media (max-width: 1300px) {
  nav {
    display: none;
  }
}

.nav__item {
  position: relative;
}

.nav__item:hover .nav__subitem-lvl-2 {
  display: block;
}

.nav__item-lvl-2 {
  position: relative;
}

.nav__item-lvl-2:hover .nav__subitem-lvl-3 {
  display: block;
}

.nav__link {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
  font-weight: 600;
}

.nav__link.active::after {
  width: 100%;
}

.nav__link:hover {
  color: #fff;
}

.nav__link:hover::after {
  width: 100%;
}

.nav__link::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #334dd8;
  top: 120%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
}

.nav__subitem-lvl-2, .nav__subitem-lvl-3 {
  display: none;
  padding: 20px 0;
  position: absolute;
  min-width: 140px;
  max-width: 350px;
  color: #fff;
  background-color: #212121;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: spinlvl2 0.2s linear forwards;
}

.nav__subitem-lvl-3 {
  transform: unset;
  animation: spinlvl3 0.2s linear forwards;
  top: 0;
}

.nav__link-lvl-2, .nav__link-lvl-3 {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 6px;
  display: block;
}

.burger {
  display: none;
  width: 40px;
  height: 25px;
  position: relative;
  z-index: 10;
  right: 0;
}

@media (max-width: 1300px) {
  .burger {
    display: block;
  }
  .nav__link {
    margin: 0;
  }
}

.burger__item {
  width: 100%;
  height: 3px;
  background-color: #334dd8;
  transition: all 0.3s;
}

.burger__item--top {
  position: absolute;
  top: 0;
}

.burger__item--mid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.burger__item--bottom {
  position: absolute;
  bottom: 0;
}

.burger.active .burger__item--top {
  transform: rotateZ(-45deg);
  top: 10px;
}

.burger.active .burger__item--mid {
  opacity: 0;
}

.burger.active .burger__item--bottom {
  transform: rotateZ(45deg);
  bottom: 11px;
}


.menu-mob {
  display: none;
  position: absolute;
  top: 100%;
  right: -150%;
  transition: all 0.7s;
  width: 400px;
  height: calc(100vh - 90px);
  background-color: #fafafa;
  z-index: 0;
  padding: 40px 30px;
}

@media (max-width: 1300px) {
  .menu-mob {
    display: block;
  }
}

@media (max-width: 600px) {
  .menu-mob {
    width: 100%;
  }
}

.menu-mob.active {
  right: 0;
}

.menu-mob__list {
  height: 55vh;
  overflow-y: scroll;
  padding-bottom: 70px;
  padding-right: 60px;
}

.menu-mob__list-item {
  color: #212121;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.menu-mob__list-item .nav__link:hover {
  color: unset;
}

.menu-mob__list-item a {
  color: #212121;
}

.menu-mob__submenu {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  color: #212121;
  padding: 20px;
  transition: all 0.3s;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}

.menu-mob__submenu.active {
  display: block;
}

.menu-mob__lang {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 80px;
  right: 30px;
  z-index: 9999999999;
}

.menu-mob__lang-item.active {
  background-color: #334dd8;
  color: #fff;
}
.menu-mob__lang-item {
  padding: 5px;
  font-size: 20px;
  border: 2px solid #334dd8;
}

@keyframes spinlvl2 {
  0% {
    opacity: 0;
    top: 130%;
  }
  100% {
    top: 90%;
    opacity: 1;
  }
}

@keyframes spinlvl3 {
  0% {
    opacity: 0;
    left: 120%;
  }
  100% {
    opacity: 1;
    left: 98%;
  }
}

.footer {
  color: #fff;
  background-color: #222;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}

.footer__logo-box {
  width: 200px;
  margin-bottom: 50px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .footer__logo-box {
    width: 120px;
  }
}

.footer__logo {
  width: 100%;
}

@media (max-width: 767px) {
  .footer__list {
    margin-bottom: 40px;
  }
}

.footer__list-item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  display: block;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .footer__list-item {
    font-size: 14px;
  }
}

.footer__list-item--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer__social {
    margin-bottom: 20px;
  }
}

.footer__social .social__icon:first-child {
  margin-left: 0;
}

.coopyright {
  padding: 30px 0;
  color: #fff;
  background-color: #222;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border-top: 1px solid rgba(192, 192, 192, 0.103);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.footer ul {
  list-style-type: none;
}
body {
  color: #212121;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}

.no-padding {
  padding: 0;
}

.description {
  font-size: 17px;
  font-weight: 500;
  color: #6f6f7b;
  line-height: 1.7;
}

.description--roboto {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #6f6f7b;
  line-height: 1.7;
}

.title {
  font-size: 45px;
  line-height: 1;
  display: block;
}

@media (max-width: 767px) {
  .title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .title {
    font-size: 32px;
  }
}

.title--md {
  font-size: 24px;
  display: block;
}

@media (max-width: 767px) {
  .title--md {
    font-size: 20px;
  }
}

.title--sm {
  font-size: 18px;
  display: block;
}

.subtitle {
  display: block;
}

.subtitle--md {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #6D6D6D;
}

.blue-t {
  color: #334dd8;
}

.blue-bg {
  background-color: #334dd8;
}

.arrow {
  color: #334dd8;
}

.arrow__right {
  margin-left: 15px;
}

.banner {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner__info {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  width: 100%;
}

.banner__title {
  font-size: 50px;
  color: #fff;
  margin-top: 40px;
  display: block;
}

.banner__breadcrumbs {
  margin-top: 30px;
  justify-content: flex-end;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs__item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}

.breadcrumbs__item:hover {
  color: #334dd8;
}

.breadcrumbs__item.active {
  font-weight: 400;
}

.breadcrumbs__item.active:hover {
  color: #fff;
}

.breadcrumbs__item::after {
  content: ">";
  margin-left: 7px;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.slider {
  height: 100%;
}

.slider__buttons {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .slider__buttons {
    text-align: center;
  }
}

.slider__buttons .button-b {
  margin-right: 6px;
}

.slider__info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
}

.slider__item {
  height: 800px;
  width: 100%;
  outline: none;
  position: relative;
}

.slider__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider__button {
  margin-bottom: 10px;
}

.slider__title {
  color: #dbd9d5;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .slider__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title {
    font-size: 40px;
  }
}

.slider__subtitle {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 767px) {
  .slider__subtitle {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .slider__subtitle {
    font-size: 22px;
  }
}

.slider__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 5;
}

.social__icon {
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}

.button__arrow {
  margin-left: 30px;
}

.button-b {
  padding: 12px 50px;
  background-color: #334dd8;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  border: 3px solid #334dd8;
}

.button-b:hover {
  background-color: #25379e;
  color: #fff;
  border-color: #25379e;
}

.button-t {
  padding: 12px 50px;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  border: 3px solid #334dd8;
}

.button-t:hover {
  background-color: #334dd8;
  color: #fff;
}

.news {
  background-color: #f5f5f559;
  padding-bottom: 20px;
}

.news__link {
  font-size: 20px;
  color: #6d6d6d;
  transition: color 0.3s;
}

.news__link:hover {
  color: #334dd8;
}

.news__bottom {
  padding: 30px 20px 20px 20px;
}

.news__title {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #212121;
}

.news__description {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.news__image-box {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  padding-bottom: 50px;
}

.news__date {
  color: #fff;
  font-size: 24px;
}

.news__designed-line {
  height: 30px;
  background-image: url(./images/designed-line.png);
  margin-top: -30px;
  margin-left: -1px;
}

.news__box {
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.subscribe {
  background-color: #334dd8;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .subscribe {
    padding: 50px 0;
  }
}

.subscribe__title {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 767px) {
  .subscribe__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .subscribe__title {
    text-align: center;
  }
}

.subscribe__row {
  align-items: center;
}

.subscribe__box {
  height: 54px;
  display: flex;
  width: 100%;
}

.subscribe__box-left {
  width: 100%;
}

.subscribe__input {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  color: #6d6d6d;
  outline: none;
}

.subscribe__button {
  height: 100%;
  border: none;
  background-color: #212121;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 575px) {
  .subscribe__button--w {
    background-color: #fff;
    color: #212121;
  }
}

.clients {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .clients {
    padding: 60px 0;
  }
}

.clients__item {
  outline: none;
}

.clients__image {
  height: 70px;
  margin: 0 auto;
}

.testimonials__block {
  outline: none;
  max-width: 100%;
}

.testimonials__top {
  display: flex;
  align-items: center;
}

.testimonials__item {
  padding: 25px 25px 70px 25px;
  background-color: #fff;
}

.testimonials__image-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonials__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials__name {
  font-size: 16px;
  margin-left: 20px;
}

.testimonials__description {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #444444;
  margin-top: 20px;
}

.testimonials__stars {
  margin-top: 30px;
}

.testimonials__star {
  color: #fcc016;
  margin-right: 5px;
}

.testimonials__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .testimonials__arrow {
    display: none !important;
  }
}

.testimonials__arrow--prev {
  left: -25px;
}

.testimonials__arrow--next {
  right: -25px;
}

.testimonials__arrow-icon {
  font-size: 30px;
  opacity: 0.4;
  color: #334dd8;
}

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__item {
  color: #212121;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}

.pagination__item:hover {
  color: #334dd8;
}

.pagination__item--active {
  color: #fff;
  background-color: #334dd8;
}

.pagination__item--active:hover {
  color: #fff;
}

.pagination__item--prev {
  margin-right: 20px;
}

.pagination__item--next {
  margin-left: 20px;
}

.pagination__icon--left {
  margin-right: 10px;
}

.pagination__icon--right {
  margin-left: 10px;
}

.gallery__image-box {
  width: 100%;
  height: 100%;
}

.gallery__image-link {
  width: 100%;
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__item {
  margin-bottom: 16px;
}
.gallery__item_min {
   margin-bottom: 8px;
  padding-left: 4px !important;
  padding-right: 4px !important;
 }

.home__slider {
  min-height: 800px;
}

.home-about {
  padding: 100px 0 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .home-about {
    padding: 70px 0 140px 0;
  }
}

.home-about__title {
  margin-bottom: 30px;
  word-break: break-word;
}

@media (max-width: 767px) {
  .home-about__title {
    margin-bottom: 10px;
  }
}

.home-about__link {
  font-size: 18px;
}

.home-about__blocks {
  margin-top: 50px;
}

.home-about__block {
  box-shadow: 0 10px 35px 0 rgba(53, 82, 99, 0.07);
  padding: 35px 30px 25px 40px;
  background-color: #fff;
}

.home-about__block-title {
  margin-bottom: 20px;
}

.home-about__block-subtitle {
  margin-bottom: 10px;
  transition: all 0.3s;
  display: block;
}

.home-about__block-subtitle:hover {
  color: #334dd8;
}

.home-about__block-description {
  font-family: 'Roboto', sans-serif;
  color: #6d6d6d99;
  margin-top: 5px;
}

.home-about__block-image {
  width: 60px;
  flex: 0 0 60px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .home-about__block-image {
    margin-right: unset;
    margin-bottom: 20px;
  }
}

.home-about__block-link {
  margin-top: 30px;
  display: block;
  font-size: 20px;
  color: #6d6d6d;
}

.home-about__block--sm {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .home-about__block--sm {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.home-about__block--no-shadow {
  box-shadow: none;
}

@media (max-width: 767px) {
  .home-about__block--no-shadow {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-services__blocks {
  margin-top: -100px;
}

.main-services__block {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/banner.jpg);
  height: 500px;
}

@media (max-width: 991px) {
  .main-services__block {
    height: 400px;
    margin-bottom: 20px;
  }
}

.main-services__block--mid {
  height: 530px;
  margin-top: -15px;
}

@media (max-width: 991px) {
  .main-services__block--mid {
    height: 400px;
    margin-top: unset;
  }
}

.main-services__overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
  background-image: linear-gradient(180deg, rgba(252, 192, 6, 0) 0%, #334cd862 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 20px;
}

.main-services__overlay:hover {
  background-image: linear-gradient(180deg, rgba(252, 192, 6, 0) 15%, #334cd862 100%);
}

.main-services__title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  font-size: 32px;
}

@media (max-width: 991px) {
  .main-services__title {
    font-size: 24px;
  }
}

.achievements {
  padding: 130px 0 140px 0;
}

@media (max-width: 767px) {
  .achievements {
    padding: 70px 0 60px 0;
  }
}

.achievements__title {
  margin-bottom: 20px;
}

.achievements__row {
  align-items: center;
}

.achievements__subtitle {
  margin-top: 10px;
}

.achievements__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .achievements__blocks {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .achievements__blocks {
    flex-direction: column;
  }
}

.achievements__block {
  text-align: center;
  margin: 0 20px 40px 20px;
}

.achievements__count {
  font-size: 32px;
}

.achievements__circle {
  width: 120px;
  height: 120px;
  border: 6px solid #334dd8;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575px) {
  .achievements__circle {
    margin: 0 auto;
  }
}

.home-contact-us {
  position: relative;
  padding: 130px 0 120px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .home-contact-us {
    padding: 70px 0 90px 0;
  }
}

.home-contact-us__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-contact-us__info {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.home-contact-us__subtitle {
  margin-top: 30px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .home-contact-us__subtitle {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .home-contact-us__subtitle {
    margin-top: 20px;
  }
}

.home-contact-us__button {
  margin-top: 50px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .home-contact-us__button {
    margin-top: 20px;
  }
}

.home-contact-us__button:hover {
  background-color: #334dd8;
}

.home-portfolio {
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .home-portfolio {
    padding: 70px 0 0 0;
  }
}

.home-portfolio__title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .home-portfolio__title {
    margin-bottom: 30px;
  }
}

.home-portfolio__image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-portfolio__image {
    height: 300px;
  }
}

.home-portfolio__slider-item {
  outline: none;
}

.home-portfolio__slider-box {
  position: relative;
}

.home-portfolio__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  opacity: 0.3;
}

.home-portfolio__arrow--prev {
  left: 40px;
}

.home-portfolio__arrow--next {
  right: 40px;
}

.home-news {
  padding: 120px 0 100px 0;
}

@media (max-width: 767px) {
  .home-news {
    padding: 70px 0 0px 0;
  }
}

.home-news__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .home-news__top {
    margin-bottom: 40px;
  }
}

.home-news__link {
  color: #6d6d6d;
  transition: color 0.3s;
}

.home-news__link:hover {
  color: #334dd8;
}

.about-info {
  padding: 130px 0;
}

@media (max-width: 767px) {
  .about-info {
    padding: 70px 0;
  }
}

.about-info__title, .about-info__description {
  text-align: center;
}

.about-info__description {
  max-width: 60%;
  margin: 30px auto 0 auto;
}

@media (max-width: 767px) {
  .about-info__description {
    max-width: unset;
  }
}

.about-info__blocks {
  margin-top: 100px;
  justify-content: center;
}

.about-achivements {
  padding: 130px 0;
  background-color: #f6f9ff;
}

@media (max-width: 767px) {
  .about-achivements {
    padding: 70px 0;
  }
}

.about-achivements__blocks {
  margin-top: 70px;
}

.about-achivements__title {
  text-align: center;
  line-height: 1.2;
}

.about-achivements__image {
  height: 40px;
}

@media (max-width: 767px) {
  .about-achivements__block {
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .about-achivements__block {
    margin-bottom: 40px;
  }
}

.about-achivements__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-achivements__counter-box {
  display: flex;
  align-items: center;
  font-size: 60px;
  color: #334dd8;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-achivements__counter-box {
    font-size: 40px;
  }
}

.about-achivements__subtitle {
  font-family: 'Roboto', sans-serif;
  max-width: 50%;
  font-weight: 400;
}

.about-wu {
  padding: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .about-wu {
    padding: 70px 0;
  }
}

.about-wu__info {
  padding: 50px 50px 100px 50px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .about-wu__info {
    padding: 40px 40px 60px 40px;
  }
}

.about-wu__row {
  justify-content: flex-end;
}

.about-wu__description {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-top: 20px;
}

.about-wu__list-item {
  font-family: 'Roboto', sans-serif;
  color: #999999;
  font-size: 15px;
  margin-bottom: 10px;
}

.about-wu__list-item::before {
  content: "-";
  margin-right: 3px;
}

.about-clients {
  padding-top: 130px;
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .about-clients {
    padding-top: 70px;
  }
}

.about-clients__title {
  text-align: center;
}

.about-clients__description {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .about-clients__description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.triangle {
  position: absolute;
  bottom: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.about-testimonials {
  padding: 130px 0;
  background-color: #f6f9ff;
}

@media (max-width: 767px) {
  .about-testimonials {
    padding: 70px 0;
  }
}

.about-testimonials__container {
  position: relative;
}

.about-contact {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.about-contact__subtitle, .about-contact__title {
  text-align: center;
}

.about-contact__title {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .about-contact__title {
    margin-top: 10px;
  }
}

.about-contact__button-box {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-contact__button-box {
    margin-top: 20px;
  }
}

.services__banner-title {
  text-align: center;
}

.services__subscribe-box {
  width: 60%;
  margin: 50px auto 0 auto;
}
.services__search-title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .services__subscribe-box {
    width: 100%;
  }
  .services__search-title {
    margin-bottom: 30px;
  }
}

.services__block {
  padding: 100px 80px 90px 80px;
}

@media (max-width: 575px) {
  .services__block {
    padding: 70px 15px 80px 15px;
  }
}

.services__block--silver {
  background-color: #f6f9ff;
}

.services__button {
  color: #334dd8;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.services__button::after {
  position: absolute;
  top: 110%;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #334dd8;
  left: 0;
}

.services__item {
  text-align: center;
}

.services__image-box {
  height: 60px;
}

.services__image {
  height: 100%;
}

.services__title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
}

.services__description {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.services__subscribe-button {
  padding: 15px 50px;
  margin-left: 20px;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .services__subscribe-button {
    margin-left: unset;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .services__subscribe-button {
    margin-right: unset;
  }
}

.services__subscribe-button:hover {
  background-color: #fff;
  color: #212121;
}

.services__subscribe-buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .services__subscribe-buttons {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .services__subscribe-buttons {
    justify-content: center;
  }
}

.services__subscribe-icon {
  margin-right: 10px;
}

.all-services {
  padding: 90px 0 60px 0;
}

.all-services__container {
  max-width: 1700px !important;
}

.services-wu {
  padding: 60px 0 80px 0;
}

.services-wu__title, .services-wu__description {
  text-align: center;
}

.services-wu__description {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.services-wu__blocks {
  margin-top: 60px;
  justify-content: center;
}

.services-wu__block {
  margin-bottom: 40px;
}

.services-wu__image-box {
  width: 100%;
  height: 300px;
}

.services-wu__image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.services-wu__block-subtitle {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.services-wu__block-description {
  margin-top: 20px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.news-all {
  padding: 100px 0 80px 0;
}

.news-s {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .news-s {
    padding: 60px 0;
  }
}

.news-s__image {
  width: 100%;
}

.news-s .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-s-page {
  padding: 100px 0 200px 0;
}

@media (max-width: 575px) {
  .news-s-page {
    padding: 50px 0 120px 0;
  }
}

.news-s__data-info, .news-s__after-news {
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 0px 31px 1px rgba(0, 0, 0, 0.1);
}

.news-s__data-info .news__info {
  margin-top: 0;
}

.news-s__description {
  margin-top: 50px;
}

.news-s__after-news-title {
  margin-right: 20px;
  text-transform: uppercase;
}

.news__tag {
  font-weight: 700;
  font-size: 16px;
  text-transform: lowercase;
  margin-bottom: 10px;
  margin-right: 20px;
  color: #334dd8;
}

.news__tag::before {
  content: '#';
}

.news__share-box {
  display: flex;
  align-items: center;
}

.news__tags {
  display: flex;
  flex-wrap: wrap;
}

.news__category {
  font-size: 14px;
  font-weight: 400;
}

.news__category::before {
  content: '\2022';
  font-size: 20px;
  margin-right: 15px;
}

.news__info {
  display: flex;
}

@media (max-width: 575px) {
  .news__info {
    margin-top: 10px;
  }
}

.news__info-item {
  margin-right: 20px;
}

.news__info-icon {
  margin-right: 5px;
  color: #212121;
}

.social-media a {
  color: #212121;
  margin: 0 3px;
}

.portfolio-page {
  padding: 100px 0 200px 0;
}

@media (max-width: 575px) {
  .portfolio-page {
    padding: 50px 0 120px 0;
  }
}

.portfolio__category {
  height: 100%;
}

.portfolio__image-box {
  width: 100%;
  height: 300px;
}

@media (max-width: 767px) {
  .portfolio__image-box {
    height: 250px;
  }
}

.portfolio__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.portfolio__image:hover {
  filter: contrast(0.8);
}

.portfolio__category-title {
  text-align: center;
  margin-top: 20px;
  color: #212121;
}

.portfolio__item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .portfolio__item {
    margin-bottom: 40px;
  }
}

.portfolio-s-page {
  padding: 80px 0 160px 0;
}

@media (max-width: 575px) {
  .portfolio-s-page {
    padding: 50px 0 70px 0;
  }
}

.contacts-info {
  padding: 50px 0 80px 0;
}

@media (max-width: 767px) {
  .contacts-info {
    padding: 60px 0 80px 0;
  }
}

.contacts-info__image {
  width: 100%;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .contacts-info__image {
    margin-bottom: 30px;
    padding-right: unset;
  }
}

.contacts-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contacts-info__title {
  margin-bottom: 20px;
}

.contacts-info__icon {
  font-size: 22px;
}

.contacts-info__subtitle {
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #212121;
  margin-left: 20px;
}

.map {
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .map {
    height: 400px;
  }
}

.contacts__form {
  margin-top: 70px;
  margin-bottom: 130px;
  padding: 63px 40px 56px;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 10px 50px 0 rgba(53, 82, 99, 0.09);
}

@media (max-width: 575px) {
  .contacts__form {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 63px 10px 56px;
    box-shadow: unset;
  }
}

.contacts__form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts__form-input, .contacts__form-textarea {
  padding: 22px 28px;
  width: 100%;
  color: inherit;
  max-width: 100%;
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  outline: none;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  height: 60px;
  color: #212121;
}

.contacts__form-textarea {
  width: 100%;
  margin-top: 20px;
  height: 160px;
}

@media (max-width: 991px) {
  .contacts__form-textarea {
    margin-top: 0px;
  }
}

.contacts__form-input--select {
  width: 95%;
}

.contacts__form-select-box {
  background: #f5f5f5;
  width: 100%;
}

@media (max-width: 991px) {
  .contacts__form-block {
    margin-bottom: 20px;
  }
}

.contacts__form-bottom {
  align-items: center;
  margin-top: 40px;
}

.contacts__form-bottom .subtitle {
  font-family: 'Roboto', sans-serif;
}

.contacts__form-bottom-button-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .contacts__form-bottom-button-box {
    justify-content: center;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
.services__image-box_big{
  height: 150px;
}