.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}
.modal.show {
  visibility: visible;
}
.modal.show .modal__body {
  transform: translate(0, 0);
}
.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}
.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s linear 0.4s;
}
.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 980px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: 0.4s linear;
  transform: translate(0, -100%);
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1144AA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close:hover:after, .modal__close:hover:before {
  background: #1144AA;
}
.modal__close--bg {
  top: 0;
  right: 0;
  background: #1144AA;
}
.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}
.modal__close--bg:hover {
  background: #fff;
}
.modal__close--bg:hover:before, .modal__close--bg:hover:after {
  background: #1144AA;
}
.modal__content img {
  max-height: calc(100vh - 160px);
}

.hover-zoom {
  cursor: zoom-in;
}

#modal-callback .modal__body {
  max-width: 500px;
}
@media (max-width: 1170px) {
  #modal-callback .modal__body {
    margin: 0 auto;
  }
}

.mcf {
  padding: 40px;
}
@media (max-width: 419px) {
  .mcf {
    padding: 40px 10px;
  }
}
.mcf__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 11px;
  text-transform: uppercase;
}
.mcf__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1144AA;
  margin: 0px 0px 30px;
}
.mcf__input {
  border: 1px solid #1144AA;
  margin: 0px 0px 10px;
  width: 100%;
  display: block;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}
.mcf__button {
  margin: 20px 0px 20px;
}
@media (max-width: 1199px) {
  .mcf__button {
    margin: 20px 0px 20px !important;
  }
}
.mcf__note {
  font-size: 14px;
  line-height: 18px;
  color: #c9c9c9;
}
.mcf__note a {
  transition: 0s;
}
.mcf__thanks, .mcf__error {
  color: #262626 !important;
  margin: auto !important;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0px 0px 20px !important;
  display: none;
}

#modal-video .modal__body {
  width: 100%;
  max-width: 800px;
}
#modal-video .modal__body .modal__close {
  top: -40px;
}
@media (max-width: 830px) {
  #modal-video .modal__body {
    max-width: calc(100% - 30px);
    margin: auto;
  }
}

body {
  font-family: "Inter";
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body:before {
  content: "";
  width: 2px;
  height: calc(100% - 92px);
  background: rgba(149, 149, 149, 0.2);
  position: absolute;
  top: 92px;
  bottom: 0;
  left: calc((100% - 1745px) / 2);
  z-index: 2;
}
body.body_113:before {
  content: none;
}
@media (max-width: 1800px) {
  body:before {
    content: none;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: #1144AA;
}

a,
a:visited {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #FC000D;
}

ul li {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0px 0px 10px;
}

ul.default {
  padding: 0px;
}
ul.default li {
  position: relative;
  margin: 0px 0px 12px;
  padding: 0 0 0 20px;
}
ul.default li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #262626;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

ol.default {
  list-style: none;
  counter-reset: item;
  padding: 0px 0px 0px 24px;
}
ol.default li {
  counter-increment: item;
  margin-bottom: 5px;
}
ol.default li:before {
  margin-right: 8px;
  content: counter(item) ".";
  color: #1144AA;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

.title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  margin: 0px 0px 24px;
  text-transform: uppercase;
  position: relative;
}
.title span {
  color: rgba(29, 30, 32, 0.2392156863);
}
.title:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -80px;
  z-index: 3;
}
.title.clean:before, .body_113 .title:before {
  content: none;
}
@media (max-width: 1800px) {
  .title:before {
    content: none;
  }
}
.title._big-white {
  font-size: 54px;
  color: #fff;
}
.title._big-white:before {
  background: #fff;
}
@media (max-width: 767px) {
  .title._big-white {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (max-width: 430px) {
  .title._big-white {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 430px) {
  .title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.container {
  width: 100%;
  max-width: 1630px;
  margin: auto;
  padding: 0 15px;
}
.container_big {
  max-width: 1750px;
}
.container_small {
  max-width: 980px;
}

img {
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.blue-button {
  cursor: pointer;
  background: #1144AA;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  line-height: 14px;
}
.blue-button:hover {
  background: #FC000D;
  color: #fff;
}

.red-button {
  cursor: pointer;
  background: #FC000D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 16px;
  width: 100%;
  transition: 0.4s;
  line-height: 14px;
}
.red-button:hover {
  background: #1144AA;
  color: #fff;
}
.red-button:after {
  content: url("/images/icons/arrow-right.png");
  margin: 0px 0px 0px 10px;
}

.modal-img {
  cursor: zoom-in;
}

.back-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  box-shadow: 0px 8px 19.6px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
}
.back-to-top:before, .back-to-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #4688E9;
}
.back-to-top:before {
  transform: rotate(-45deg);
  left: 14px;
  top: 28px;
}
@media (max-width: 767px) {
  .back-to-top:before {
    left: 9px;
    top: 23px;
  }
}
.back-to-top:after {
  transform: rotate(45deg);
  left: 27px;
  top: 29px;
}
@media (max-width: 767px) {
  .back-to-top:after {
    left: 22px;
    top: 23px;
  }
}
.back-to-top:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}

.owl-carousel {
  position: unset !important;
}

.owl-nav {
  position: absolute;
  top: 0.2em;
  right: 0;
  display: flex;
  margin-top: 0 !important;
}

.owl-prev, .owl-next {
  flex: 0 0 36px;
  max-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1144AA !important;
  border-radius: 50% !important;
}
.owl-prev:hover, .owl-next:hover {
  background: #e4e4e4 !important;
}

.owl-prev {
  margin: 0px 20px 0px 0px;
}
.owl-prev:before {
  content: url("/images/icons/chevron-left-blue.png");
}

.owl-next:before {
  content: url("/images/icons/chevron-right-blue.png");
}

.lang {
  text-transform: uppercase;
  width: 70px;
  background: url("/images/icons/chevron-down.png") right center/auto no-repeat;
  position: relative;
}
.lang__active {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang__active img {
  margin: 0px 6px 0px 0px;
}
.lang__list {
  transition: 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.lang__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang__list li a img {
  margin: 0px 6px 0px 0px;
}
.lang:hover .lang__list {
  visibility: visible;
  opacity: 1;
}

.section {
  margin: 0px 0px 120px;
}
@media (max-width: 430px) {
  .section {
    margin: 0px 0px 48px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
  justify-content: center;
}

.icon-angle-double-left {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-double-left:before {
  content: "<<";
}

.icon-angle-left {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-left:before {
  content: "<";
}

.icon-angle-right {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-right:before {
  content: ">";
}

.icon-angle-double-right {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-double-right:before {
  content: ">>";
}

.page-item {
  margin: 0px 10px 0px 0px;
  background: #fff;
  transition: 0.4s;
}

.page-item:not(.disabled):not(.active):hover {
  cursor: pointer;
  background: rgba(246, 51, 51, 0.5);
}

.page-item .page-link {
  display: block;
  width: 32px;
  height: 32px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 80%;
}

.page-item.active {
  background: #F63333;
}

.page-item.active .page-link {
  color: #fff;
}

.page-item.disabled .icon-angle-double-left {
  color: #666;
}

.page-item.disabled .icon-angle-left {
  color: #666;
}

.page-item.disabled .icon-angle-double-right {
  color: #666;
}

.page-item.disabled .icon-angle-right {
  color: #666;
}

.quote {
  border-left: 4px solid #1144AA;
  background: rgba(17, 68, 170, 0.1215686275);
  color: #1144AA;
  padding: 8px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
@media (max-width: 480px) {
  .quote {
    font-size: 16px;
  }
}
.quote__sign {
  color: rgba(17, 68, 170, 0.6392156863);
  font-size: 14px;
  margin: 12px 0px 0px;
  text-align: right;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1630px;
  padding: 24px 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
}
.header__logo {
  margin: 0px 54px 0px 0px;
}
@media (max-width: 1440px) {
  .header__logo {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 430px) {
  .header__logo {
    width: 163px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  margin: 0px 36px 0px 0px;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .header__menu {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    padding: 10px 0 20px;
    display: block;
    margin: 0;
  }
}
.header__menu-item {
  margin: 0px 32px 0px 0px;
}
.header__menu-item:last-child {
  margin: 0;
}
@media (max-width: 1440px) {
  .header__menu-item {
    margin: 0px 16px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .header__menu-item {
    padding: 0 20px 10px;
    margin: 0px 0px 10px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.header__menu-link {
  color: rgba(29, 30, 32, 0.6392156863);
}
.header__contacts {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__contacts {
    display: block;
  }
}
.header__phone {
  color: #1D1E20;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header__phone {
    display: block;
    margin: 0px 0px 16px;
    text-align: center;
  }
}
.header__callback {
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
}
.header__callback span {
  margin: 0 4px;
}
@media (max-width: 1440px) {
  .header__callback span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__callback span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .header__callback {
    margin: 0 auto 16px;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .header__socials {
    justify-content: center;
    margin: 0 0 20px;
  }
}
.header__socials-link {
  margin: 0px 8px 0px 0px;
  width: 32px;
  height: 32px;
  background: #1144AA;
  border-radius: 50%;
  position: relative;
  transition: 0.4s;
}
.header__socials-link:first-child img {
  position: absolute;
  width: 18px;
  top: 9px;
  left: 5px;
}
.header__socials-link:last-child {
  margin: 0;
}
.header__socials-link:last-child img {
  position: absolute;
  top: 5px;
  left: 7px;
}
.header__socials-link:hover {
  background: #FC000D;
}
@media (max-width: 1199px) {
  .header__lang {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .header__lang {
    margin: 0 20px 0 auto;
  }
}
.header__burger {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .header__burger {
    display: block;
    width: 32px;
    height: 32px;
    background: #1144AA;
  }
}
.header__burger span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.header__burger span:nth-child(1) {
  top: 10px;
  transform: rotate(0);
}
.header__burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.header__burger span:nth-child(3) {
  bottom: 10px;
  transform: rotate(0);
}
.header__burger.show span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
}
.header__burger.show span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__burger.show span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  border-top: 1px solid #E0E0E0;
  z-index: 999;
  transition: 0.4s;
  transform: translate(-110%, 0);
}
.mobile-menu.show {
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-menu {
    top: 74px;
  }
}
@media (max-width: 430px) {
  .mobile-menu {
    top: 62px;
  }
}
.mobile-menu__shadow {
  display: none;
  position: absolute;
  top: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 998;
}
.mobile-menu__shadow.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .mobile-menu__shadow {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-menu__shadow {
    top: 74px;
  }
}
@media (max-width: 430px) {
  .mobile-menu__shadow {
    top: 62px;
  }
}
.mobile-menu__content {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .mobile-menu__menu-items-holder {
    margin: 0px 0px 20px;
  }
}

.topbanner {
  background: url("/images/main-banner.jpg") center center/cover no-repeat;
  padding: 100px 0;
  margin: 0px 0px 32px;
}
@media (max-width: 480px) {
  .topbanner {
    padding: 80px 0;
  }
}
.topbanner__title {
  max-width: 808px;
}
@media (max-width: 767px) {
  .topbanner__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .topbanner__title {
    margin: 0px 0px 8px;
  }
}
.topbanner__subtitle {
  font-size: 20px;
  color: #c9c9c9;
  margin: 0px 0px 126px;
}
@media (max-width: 767px) {
  .topbanner__subtitle br {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbanner__subtitle {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .topbanner__subtitle {
    font-size: 16px;
    margin: 0px 0px 40px;
  }
}
.topbanner__button {
  margin: 0px 0px 8px;
  max-width: 523px;
  width: 100%;
}
@media (max-width: 767px) {
  .topbanner__button {
    margin: 0 auto 8px;
  }
}
.topbanner__note {
  max-width: 523px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #c9c9c9;
  line-height: 1;
}
.topbanner__note a {
  color: #fff;
}
.topbanner__note a:hover {
  color: #FC000D;
}
@media (max-width: 767px) {
  .topbanner__note br {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbanner__note {
    max-width: 100%;
  }
}

.undertop__items {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 1199px) {
  .undertop__items {
    display: block;
    margin: 0;
  }
}
.undertop__item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px;
  padding: 32px 15px 32px 15px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  display: flex;
  align-items: center;
}
/*.undertop__item:nth-child(1) {
  background: url("/images/like.png") 15px center/auto no-repeat;
}
.undertop__item:nth-child(2) {
  background: url("/images/share.png") 15px center/auto no-repeat;
}
.undertop__item:nth-child(3) {
  background: url("/images/cpu-setting.png") 15px center/auto no-repeat;
}*/
.undertop__item svg  {
  margin: 0 16px 0 0;
  flex: 0 0 68px;
}

@media (min-width: 1200px) {
  .undertop__item {
    background-image: linear-gradient(transparent 60%, #1144AA 10%);
    background-size: 200% 300%;
    background-repeat: no-repeat;
    transition: 0.6s;
  }
  .undertop__item:hover {
    background-position: 0 95%;
    color: #fff;
  }
  .undertop__item-text {
    transition: .6s;
  }
  .undertop__item svg path {
    transition: .6s;
  }
  .undertop__item:hover .undertop__item-text {
    color: #fff;
  }
  .undertop__item:hover svg path {
    fill: #fff;
  }
}
@media (max-width: 1199px) {
  .undertop__item {
    margin: 0px 0px 20px;
    padding: 82px 10px 16px;
    text-align: center;
  }
  .undertop__item:nth-child(1) {
    background: url("/images/like.png") center 16px/54px no-repeat;
  }
  .undertop__item:nth-child(2) {
    background: url("/images/share.png") center 16px/54px no-repeat;
  }
  .undertop__item:nth-child(3) {
    background: url("/images/cpu-setting.png") center 16px/54px no-repeat;
  }
}

.undertop__item br {
  display: none;
}
.undertop__item-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin: 0px 0px 4px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .undertop__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.undertop__item-text {
  font-size: 18px;
  color: #777;
}

.autoptim__title {
  max-width: 927px;
}
.autoptim__items {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 991px) {
  .autoptim__items {
    display: block;
    margin: 0 -15px;
  }
}
.autoptim__item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px;
  padding: 32px;
  height: 344px;
  display: flex;
  flex-direction: column;
}
.autoptim__item:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/autoptim-1.jpg") center center/cover no-repeat;
}
.autoptim__item:nth-child(2) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/autoptim-2.jpg") center center/cover no-repeat;
}
.autoptim__item:nth-child(3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/autoptim-3.jpg") center center/cover no-repeat;
}
@media (min-width: 1200px) {
  .autoptim__item {
    transition: .6s;
  }
  .autoptim__item:hover {
    color: #666;
  }
  .autoptim__item:nth-child(1):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgba(255, 255, 255, 1) 100%), url("/images/autoptim-1.jpg") center center/cover no-repeat;
  }
  .autoptim__item:nth-child(2):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgba(255, 255, 255, 1) 100%), url("/images/autoptim-2.jpg") center center/cover no-repeat;
  }
  .autoptim__item:nth-child(3):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgba(255, 255, 255, 1) 100%), url("/images/autoptim-3.jpg") center center/cover no-repeat;
  }

  .autoptim__item-title {
    transition: .6s;
  }
  .autoptim__item:hover .autoptim__item-title {
    color: #000;
  }

  .autoptim__item-text {
    margin: 0;
    transition: .6s;
  }
  .autoptim__item:hover .autoptim__item-text {
    color: #000;
    margin: 0 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .autoptim__item {
    padding: 20px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .autoptim__item {
    margin: 0px 0px 20px;
    height: 200px;
  }
}
@media (max-width: 430px) {
  .autoptim__item {
    height: 160px;
  }
}
.autoptim__item-title {
  margin: auto 0px 4px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 430px) {
  .autoptim__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.autoptim__item-text {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 430px) {
  .autoptim__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .autodir__title {
    margin: 0px 0px 16px;
  }
}
.autodir__subtitle {
  font-size: 22px;
  line-height: 1.3;
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 48px;
}
@media (max-width: 991px) {
  .autodir__subtitle br {
    display: none;
  }
}
@media (max-width: 480px) {
  .autodir__subtitle {
    margin: 0px 0px 16px;
  }
}
.autodir__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 1199px) {
  .autodir__items {
    display: block;
    margin: 0 -15px;
  }
}
.autodir__item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.autodir__item:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-1.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(2) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-2.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-3.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(4) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-4.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(5) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-5.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(6) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-6.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(7) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-7.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(8) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-8.jpg") center center/cover no-repeat;
}
.autodir__item:nth-child(9) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%), url("/images/autodir-9.jpg") center center/cover no-repeat;
}
@media (max-width: 1199px) {
  .autodir__item {
    padding: 20px 15px;
    height: auto;
    margin: 0px 0px 20px;
  }
}
.autodir__item-title {
  margin: auto 0px 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 480px) {
  .autodir__item-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -3%;
    margin: 0px 0px 16px;
  }
}

@media (min-width: 1200px) {
  .autodir__item {
    height: 380px;
  }
  .autodir__item-title {
    transition: .6s;
  }
  .autodir__item:nth-child(1) .autodir__item-title {
    margin: 25% 0px 12px;
  }
  .autodir__item:nth-child(2) .autodir__item-title {
    margin: 25% 0px 12px;
  }
  .autodir__item:nth-child(3) .autodir__item-title {
    margin: 25% 0px 12px;
  }
  .autodir__item:nth-child(4) .autodir__item-title {
    margin: 15% 0px 12px;
  }
  .autodir__item:nth-child(5) .autodir__item-title {
    margin: 15% 0px 12px;
  }
  .autodir__item:nth-child(6) .autodir__item-title {
    margin: 15% 0px 12px;
  }
  .autodir__item:nth-child(7) .autodir__item-title {
    margin: 20% 0px 12px;
  }
  .autodir__item:nth-child(8) .autodir__item-title {
    margin: 20% 0px 12px;
  }
  .autodir__item:nth-child(9) .autodir__item-title {
    margin: 20% 0px 12px;
  }
  .autodir__item:hover .autodir__item-title {
    margin: 10px 0 12px;
  }
}
.autodir__item-list {
  color: #fff;
}
.autodir__item-list li {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin: 0px 0px 8px;
  padding: 0 0 0 12px;
}
.autodir__item-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (max-width: 480px) {
  .autodir__item-list li {
    font-size: 16px;
  }
}

.calcobject {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 100%), url("/images/calcobject-bg.jpg") center center/cover no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .calcobject {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgb(0, 0, 0) 100%), url("/images/calcobject-bg.jpg") center center/cover no-repeat;
  }
}
.calcobject__content {
  display: flex;
}
@media (max-width: 991px) {
  .calcobject__content {
    display: block;
  }
}
.calcobject__left {
  flex: 0 0 669px;
  display: flex;
  flex-direction: column;
  margin: 0px 36px 0px 0px;
}
@media (max-width: 1199px) {
  .calcobject__left {
    flex: 0 0 520px;
  }
}
@media (max-width: 991px) {
  .calcobject__left {
    margin: 0px 0px 36px;
    text-align: center;
  }
}
.calcobject__title {
  font-size: 46px !important;
  line-height: 1.2;
  margin: 0px 0px 16px;
}
@media (max-width: 575px) {
  .calcobject__title {
    font-size: 24px !important;
  }
}
.calcobject__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 16px;
}
@media (max-width: 575px) {
  .calcobject__subtitle {
    font-size: 16px;
    margin: 0px 0px 40px;
  }
}
.calcobject__form {
  margin: auto 0 0;
  max-width: 523px;
}
.calcobject__form .form__note {
  color: rgba(255, 255, 255, 0.6392156863);
}
.calcobject__form .form__note a {
  color: #fff;
}
.calcobject__form .form__note a:hover {
  color: #FC000D;
}
@media (max-width: 991px) {
  .calcobject__form {
    width: 100%;
    margin: 0 auto;
  }
}
.calcobject .form__sending, .calcobject .form__thanks, .calcobject .form__error {
  color: #fff;
}
.calcobject__right {
  margin: 0px 0px 0px auto;
  flex: 0 0 388px;
}
.calcobject__worker-image {
  margin: 0px 0px 32px;
}
@media (max-width: 991px) {
  .calcobject__worker-image {
    display: block;
    margin: 0 auto 32px;
  }
}
.calcobject__worker-title {
  color: #fff;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 575px) {
  .calcobject__worker-title {
    font-size: 18px;
  }
}
.calcobject__worker-subtitle {
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 575px) {
  .calcobject__worker-subtitle {
    font-size: 14px;
  }
}

.guarsafe__items {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 1199px) {
  .guarsafe__items {
    display: block;
    margin: 0;
  }
}
.guarsafe__item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px;
  padding: 54px 38px;
  height: 700px;
  display: flex;
  flex-direction: column;
}
.guarsafe__item:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-1.jpg") center center / 120% no-repeat;
}
.guarsafe__item:nth-child(2) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-2.jpg") center center / 120% no-repeat;
}
.guarsafe__item:nth-child(3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-3.jpg") center center / 120% no-repeat;
}
@media (max-width: 1199px) {
  .guarsafe__item {
    height: auto;
    margin: 0px 0px 16px;
    padding: 30px 15px 20px;
  }
}
.guarsafe__item-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 24px;
  text-align: left;
}
@media (min-width: 1200px) {
  .guarsafe__item {
    transition: .6s;
  }
  .guarsafe__item:nth-child(1):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-1.jpg") center center / 150% no-repeat;
  }
  .guarsafe__item:nth-child(2):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-2.jpg") center center / 150% no-repeat;
  }
  .guarsafe__item:nth-child(3):hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/guarsafe-3.jpg") center center / 150% no-repeat;
  }
  .guarsafe__item-title {
    transition: .6s;
  }
  .guarsafe__item:hover .guarsafe__item-title {
    margin: 60% 0 24px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .guarsafe__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.guarsafe__item-list {
  color: rgba(255, 255, 255, 0.8);
  margin: auto 0 0;
}
.guarsafe__item-list li {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin: 0px 0px 8px;
  padding: 0 0 0 12px;
}
.guarsafe__item-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (max-width: 575px) {
  .guarsafe__item-list li {
    font-size: 14px;
  }
}

.devkey__content {
  display: flex;
}
@media (max-width: 991px) {
  .devkey__content {
    display: block;
  }
}
.devkey__left {
  flex: 0 0 695px;
  margin: 0px 30px 0px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1450px) {
  .devkey__left {
    flex: 0 0 calc(50% - 20px);
    margin: 0px 40px 0px 0px;
  }
}
@media (max-width: 991px) {
  .devkey__left {
    margin: 0px 0px 32px;
  }
}
.devkey__title {
  letter-spacing: -1.5px;
}
@media (max-width: 480px) {
  .devkey__title {
    margin: 0px 0px 8px;
  }
}
.devkey__subtitle {
  font-size: 22px;
  color: rgba(29, 30, 32, 0.6392156863);
  line-height: 1.3;
  margin: 0px 0px 24px;
}
@media (max-width: 1199px) {
  .devkey__subtitle {
    font-size: 18px;
    margin: 0px 0px 16px;
  }
}
@media (max-width: 480px) {
  .devkey__subtitle {
    font-size: 16px;
  }
}
.devkey__image {
  margin: auto 0 0;
}
.devkey__right {
  flex: 0 0 657px;
  margin: 0 0 0 auto;
}
@media (max-width: 1450px) {
  .devkey__right {
    flex: 0 0 calc(50% - 20px);
  }
}
.devkey__item {
  padding: 32px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  margin: 0px 0px 12px;
}
.devkey__item:last-child {
  margin: 0;
}
@media (max-width: 1199px) {
  .devkey__item {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .devkey__item {
    padding: 16px;
  }
}
.devkey__item-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0px 0px 4px;
}
@media (max-width: 1199px) {
  .devkey__item-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .devkey__item-title {
    font-size: 18px;
  }
}
.devkey__item-text {
  font-size: 18px;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 1199px) {
  .devkey__item-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .devkey__item-text {
    font-size: 14px;
  }
}

.service__content {
  display: flex;
  flex-wrap: wrap;
}
.service__item:not(:first-child) {
  padding: 54px 38px;
  display: flex;
  flex-direction: column;
  height: 253px;
}
@media (max-width: 1599px) {
  .service__item:not(:first-child) {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .service__item:not(:first-child) {
    height: auto;
    padding: 20px;
  }
}
.service__item:nth-child(1) {
  flex: 0 0 46%;
  margin: 0px 16px 16px 0px;
}
@media (max-width: 1599px) {
  .service__item:nth-child(1) {
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 480px) {
  .service__item:nth-child(1) {
    margin: 0px 0px 16px;
  }
}
.service__item:nth-child(2) {
  flex: 0 0 389px;
  margin: 0 16px 16px auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/service-1.jpg");
}
@media (max-width: 1599px) {
  .service__item:nth-child(2) {
    flex: 0 0 calc(25% - 12px);
    margin: 0px 16px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .service__item:nth-child(2) {
    flex: 0 0 calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .service__item:nth-child(2) {
    flex: 0 0 100%;
    margin: 0px 0px 16px;
  }
}
.service__item:nth-child(3) {
  flex: 0 0 389px;
  margin: 0px 0px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/service-2.jpg");
}
@media (max-width: 1599px) {
  .service__item:nth-child(3) {
    flex: 0 0 calc(25% - 12px);
    margin: 0px 16px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .service__item:nth-child(3) {
    flex: 0 0 calc(50% - 8px);
    margin: 0px 0px 16px;
  }
}
@media (max-width: 767px) {
  .service__item:nth-child(3) {
    flex: 0 0 100%;
    margin: 0px 0px 16px;
  }
}
.service__item:nth-child(4) {
  flex: 0 0 389px;
  margin: 0 16px 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/service-3.jpg");
}
@media (max-width: 1599px) {
  .service__item:nth-child(4) {
    flex: 0 0 calc(25% - 12px);
    margin: 0px 16px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .service__item:nth-child(4) {
    flex: 0 0 calc(50% - 8px);
    margin: 0 16px 0 0;
  }
}
@media (max-width: 767px) {
  .service__item:nth-child(4) {
    flex: 0 0 100%;
    margin: 0px 0px 16px;
  }
}
.service__item:nth-child(5) {
  flex: 0 0 794px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/service-4.jpg");
}
@media (max-width: 1599px) {
  .service__item:nth-child(5) {
    flex: 0 0 calc(25% - 12px);
  }
}
@media (max-width: 1199px) {
  .service__item:nth-child(5) {
    flex: 0 0 calc(50% - 8px);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .service__item:nth-child(5) {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  .service__title {
    margin: 0px 0px 8px;
  }
}
.service__subtitle {
  font-size: 22px;
  line-height: 1.3;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 480px) {
  .service__subtitle {
    font-size: 16px;
  }
}
.service__item-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0px 0px 12px;
}
@media (max-width: 767px) {
  .service__item-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 20px;
  }
}
.service__item-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 24px;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  .service__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.riseeffect__content {
  display: flex;
}
@media (max-width: 991px) {
  .riseeffect__content {
    display: block;
  }
}
.riseeffect__left {
  flex: 0 0 50%;
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .riseeffect__left {
    padding: 0;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 480px) {
  .riseeffect__left {
    margin: 0px 0px 24px;
  }
}
.riseeffect__title {
  margin: 0px 0px 16px;
}
@media (max-width: 480px) {
  .riseeffect__title {
    margin: 0px 0px 8px;
  }
}
.riseeffect__subtitle {
  font-size: 22px;
  line-height: 1.3;
  margin: 0px 0px 16px;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 480px) {
  .riseeffect__subtitle {
    font-size: 16px;
    margin: 0px 0px 8px;
  }
}
.riseeffect__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .riseeffect__text {
    font-size: 16px;
  }
}

.ourmission {
  padding: 100px 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/ourmission.jpg") center center/cover no-repeat;
}
@media (max-width: 1199px) {
  .ourmission {
    padding: 40px 0;
  }
}
.ourmission__content {
  max-width: 792px;
}
.ourmission__title {
  font-size: 48px;
  margin: 0px 0px 16px;
}
.ourmission__text {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px 0px 252px;
}
@media (max-width: 1199px) {
  .ourmission__text {
    margin: 0px 0px 36px;
  }
}
@media (max-width: 767px) {
  .ourmission__text {
    font-size: 16px;
  }
}
.ourmission__secondtitle {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0px 0px 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ourmission__secondtitle {
    font-size: 28px;
    margin: 0px 0px 16px;
  }
}
.ourmission__secondtext {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 625px;
  margin: 0px 0px 30px;
}
@media (max-width: 767px) {
  .ourmission__secondtext {
    font-size: 16px;
  }
}
.ourmission__button {
  max-width: 523px;
}

.casesgal__title {
  margin: 0px 0px 64px;
  max-width: 980px;
}
@media (max-width: 480px) {
  .casesgal__title {
    margin: 0px 0px 36px;
  }
}
.casesgal__item {
  display: flex !important;
}
@media (max-width: 991px) {
  .casesgal__item {
    display: block !important;
  }
}
.casesgal__item-slider {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .casesgal__item-slider {
    max-width: 100%;
    margin: 0px 0px 30px;
  }
}
.casesgal__item-photos {
  height: 100%;
}
.casesgal__item-photos .slick-list {
  height: 100%;
}
.casesgal__item-photos .slick-track {
  height: 100%;
  display: flex !important;
}
@media (max-width: 991px) {
  .casesgal__item-photos .slick-track {
    display: block;
  }
}
.casesgal__item-photos .slick-slide {
  height: inherit !important;
}
@media (max-width: 991px) {
  .casesgal__item-photos .slick-slide {
    height: auto !important;
  }
}
.casesgal__item-photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.casesgal__item-photo {
  height: 100%;
}
.casesgal__item-sliderprev, .casesgal__item-slidernext {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5) url("/images/icons/black-arrow-right.png") center center/auto no-repeat;
  transition: 0.4s;
  margin: auto;
  cursor: pointer;
}
.casesgal__item-sliderprev:hover, .casesgal__item-slidernext:hover {
  opacity: 0.6;
}
.casesgal__item-sliderprev {
  left: 0;
  transform: rotate(180deg);
}
.casesgal__item-slidernext {
  right: 0;
}
.casesgal__item-info {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 40px;
}
@media (max-width: 1199px) {
  .casesgal__item-info {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 991px) {
  .casesgal__item-info {
    max-width: 100%;
    padding: 0;
  }
}
.casesgal__item-infoblock {
  border-bottom: 1px solid rgba(29, 30, 32, 0.1215686275);
  padding: 0px 0px 16px;
  margin: 0px 0px 16px;
}
.casesgal__item-infoblock:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 430px) {
  .casesgal__item-infoblock {
    margin: 0px 0px 8px;
    padding: 0px 0px 8px;
  }
}
.casesgal__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 0px 8px;
}
@media (max-width: 430px) {
  .casesgal__item-title {
    font-size: 18px;
  }
}
.casesgal__item-text {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 430px) {
  .casesgal__item-text {
    font-size: 14px;
  }
}
.casesgal__item-list {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(29, 30, 32, 0.6392156863);
}
.casesgal__item-list li {
  position: relative;
  margin: 0px 0px 12px;
  padding: 0 0 0 20px;
}
.casesgal__item-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(29, 30, 32, 0.6392156863);
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}
@media (max-width: 430px) {
  .casesgal__item-list {
    font-size: 14px;
  }
}
.casesgal__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0px 0px;
}
@media (max-width: 430px) {
  .casesgal__controls {
    margin: 24px 0px 0px;
  }
}
.casesgal__prev, .casesgal__next {
  flex: 0 0 360px;
  height: 64px;
  background: url("/images/icons/black-arrow-right.png") center center/auto no-repeat;
  transition: 0.4s;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  cursor: pointer;
}
.casesgal__prev:hover, .casesgal__next:hover {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .casesgal__prev, .casesgal__next {
    flex: 0 0 calc(50% - 23px);
  }
}
@media (max-width: 575px) {
  .casesgal__prev, .casesgal__next {
    height: 56px;
  }
}
.casesgal__prev {
  transform: rotate(180deg);
  margin: 0px 16px 0px 0px;
}

.mpnews__header {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 48px;
  align-items: center;
}
@media (max-width: 575px) {
  .mpnews__header {
    display: block;
  }
}
@media (max-width: 480px) {
  .mpnews__header {
    margin: 0px 0px 24px;
  }
}
.mpnews__title {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 575px) {
  .mpnews__title {
    margin: 0;
  }
}
.mpnews__link {
  flex: 0 0 256px;
  max-width: 256px;
}
@media (max-width: 575px) {
  .mpnews__link {
    margin: auto;
  }
}
@media (max-width: 430px) {
  .mpnews__link {
    width: 100%;
    max-width: 100%;
  }
}
.mpnews__items .slick-track {
  display: flex !important;
}
@media (max-width: 767px) {
  .mpnews__items .slick-track {
    display: block !important;
  }
}
.mpnews__items .slick-list {
  margin: 0 -8px;
}
.mpnews__items .slick-slide {
  margin: 0 8px;
  height: inherit !important;
}
@media (max-width: 767px) {
  .mpnews__items .slick-slide {
    height: 100% !important;
  }
}
.mpnews__item {
  padding: 32px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .mpnews__item {
    padding: 20px 15px;
  }
}
.mpnews__item-date {
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 16px;
}
.mpnews__item-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px 0px 8px;
}
@media (max-width: 430px) {
  .mpnews__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.mpnews__item-introtext {
  font-size: 18px;
  line-height: 24px;
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 16px;
}
@media (max-width: 430px) {
  .mpnews__item-introtext {
    font-size: 14px;
    line-height: 20px;
  }
}
.mpnews__item-link {
  margin: auto 0px 0px;
}
@media (max-width: 430px) {
  .mpnews__item-link {
    width: 100%;
  }
}
.mpnews__controls {
  display: flex;
  justify-content: flex-start;
  margin: 32px 0px 0px;
}
@media (max-width: 991px) {
  .mpnews__controls {
    justify-content: center;
  }
}
.mpnews__prev, .mpnews__next {
  flex: 0 0 252px;
  height: 64px;
  background: url("/images/icons/black-arrow-right.png") center center/auto no-repeat;
  transition: 0.4s;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  cursor: pointer;
}
.mpnews__prev:hover, .mpnews__next:hover {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .mpnews__prev, .mpnews__next {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 575px) {
  .mpnews__prev, .mpnews__next {
    height: 56px;
  }
}
.mpnews__prev {
  transform: rotate(180deg);
  margin: 0px 16px 0px 0px;
}
@media (max-width: 575px) {
  .mpnews__link-holder {
    margin: 24px 0px 0px;
  }
}

.banner {
  padding: 100px 0;
  margin: 0px 0px 80px;
}
@media (max-width: 480px) {
  .banner {
    padding: 40px 0;
    margin: 0px 0px 40px;
  }
}
.banner__subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  max-width: 880px;
}
@media (max-width: 430px) {
  .banner__subtitle {
    font-size: 16px;
  }
}

.items__title {
  margin: 0px 0px 32px;
}
@media (max-width: 480px) {
  .items__title {
    margin: 0px 0px 24px;
  }
}
.items__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  .items__list {
    display: block;
    margin: 0;
  }
}

.item {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px 20px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .item {
    margin: 0px 0px 30px;
  }
}
.item__image {
  height: 300px;
}
@media (max-width: 480px) {
  .item__image {
    height: 240px;
  }
}
@media (max-width: 430px) {
  .item__image {
    height: 200px;
  }
}
.item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item__content {
  padding: 20px 20px 0;
}
@media (max-width: 991px) {
  .item__content {
    padding: 10px;
  }
}
.item__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0px 0px 4px;
}
@media (max-width: 991px) {
  .item__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 430px) {
  .item__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.item__text {
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 16px;
}
.item__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0;
  padding: 0 20px 10px;
}
@media (max-width: 991px) {
  .item__data {
    padding: 0 10px 0px;
  }
}
@media (max-width: 480px) {
  .item__data {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item__link {
  margin: 0px 10px 10px 0px;
  flex: 0 1 200px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px;
}
@media (max-width: 480px) {
  .item__link {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .item__link {
    order: 2;
    flex: 0 0 100%;
    margin: 0px 0px 10px;
  }
}
.item__info {
  height: 40px;
  background: rgba(17, 68, 170, 0.1215686275);
  color: #1144AA;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 10px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .item__info {
    margin: 0 0 10px auto;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .item__info {
    order: 1;
    flex: 0 0 100%;
  }
}

.about__banner {
  background: url("/images/banner-bg.jpg") center center/cover no-repeat;
}
.about__items {
  display: flex;
  margin: 0 -8px 60px;
}
@media (max-width: 1199px) {
  .about__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about__items {
    display: block;
    margin: 0px 0px 40px;
  }
}
.about__item {
  flex: 0 0 calc(25% - 16px);
  margin: 0 8px;
  border: 1.4px solid rgba(29, 30, 32, 0.0784313725);
  padding: 30px;
}
@media (max-width: 1400px) {
  .about__item {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .about__item {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 16px;
  }
}
@media (max-width: 767px) {
  .about__item {
    margin: 0px 0px 16px;
  }
}
@media (max-width: 480px) {
  .about__item {
    padding: 15px;
  }
}
.about__item-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin: 0px 0px 4px;
  white-space: nowrap;
}
.about__item-text {
  font-size: 18px;
  line-height: 24px;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 1400px) {
  .about__item-text {
    font-size: 16px;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about__content {
    display: block;
  }
}
.about__content-left {
  flex: 0 0 47%;
}
@media (max-width: 991px) {
  .about__content-left {
    margin: 0px 0px 32px;
  }
}
.about__content-title {
  margin: 0px 0px 16px;
}
.about__content-text {
  color: rgba(29, 30, 32, 0.6392156863);
  margin: 0px 0px 32px;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .about__content-text {
    font-size: 16px;
  }
}
.about__content-text p {
  margin: 0px 0px 8px;
}
.about__content-text p:last-child {
  margin: 0;
}
.about__content-image {
  flex: 0 0 47%;
}
.about__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__banner {
  background: url("/images/banner-bg.jpg") center center/cover no-repeat;
}
.contacts__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts__content {
    display: block;
  }
}
.contacts__left {
  flex: 0 0 47%;
}
@media (max-width: 767px) {
  .contacts__left {
    margin: 0px 0px 32px;
  }
}
.contacts__title {
  margin: 0px 0px 16px;
}
@media (max-width: 991px) {
  .contacts__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 430px) {
  .contacts__title {
    font-size: 28px;
  }
}
.contacts__block {
  font-size: 22px;
  line-height: 1.5;
  margin: 0px 0px 10px;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 991px) {
  .contacts__block {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contacts__block {
    font-size: 16px;
  }
}
.contacts__block span {
  color: #1D1E20;
}
.contacts__block._name {
  font-size: 26px;
  font-weight: bold;
}
.contacts__form {
  flex: 0 0 47%;
  padding: 32px;
  border: 1px solid rgba(29, 30, 32, 0.0784313725);
}
@media (max-width: 991px) {
  .contacts__form {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .contacts__form {
    padding: 15px 10px;
  }
}
.contacts__form input {
  background: #F5F5F5;
}
@media (max-width: 430px) {
  .contacts__form button {
    line-height: 18px;
  }
}
.contacts__form .form__note {
  color: rgba(29, 30, 32, 0.6392156863);
}
.contacts__form .form__note a {
  color: #1D1E20;
}
.contacts__form .form__note a:hover {
  color: #FC000D;
}

.itempage p {
  margin: 0px 0px 10px;
}
.itempage__content {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 48px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .itempage__content {
    display: block;
  }
}
@media (max-width: 480px) {
  .itempage__content {
    margin: 0px 0px 30px;
  }
}
.itempage__media {
  flex: 0 0 49%;
  max-width: 49%;
  position: relative;
}
@media (max-width: 991px) {
  .itempage__media {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.itempage__media-prev, .itempage__media-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5) url("/images/icons/black-arrow-right.png") center center/auto no-repeat;
  transition: 0.4s;
  margin: auto;
  cursor: pointer;
}
.itempage__media-prev:hover, .itempage__media-next:hover {
  opacity: 0.6;
}
.itempage__media-prev {
  left: 0;
  transform: rotate(180deg);
}
.itempage__media-next {
  right: 0;
}
.itempage__info {
  flex: 0 0 47%;
}
.itempage__text {
  color: rgba(29, 30, 32, 0.6392156863);
}
.itempage__info-block {
  margin: 0px 0px 32px;
}
.itempage__data {
  height: 40px;
  background: rgba(17, 68, 170, 0.1215686275);
  color: #1144AA;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 32px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .itempage__data {
    font-size: 16px;
    margin: 0px 0px 24px;
  }
}
.itempage__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0px 0px 12px;
}
@media (max-width: 480px) {
  .itempage__title {
    font-size: 24px;
  }
}
.itempage ul {
  margin: 0px 0px 24px;
}
.itempage ul li {
  color: rgba(29, 30, 32, 0.6392156863);
  position: relative;
  margin: 0px 0px 8px;
  padding: 0 0 0 12px;
}
.itempage ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(29, 30, 32, 0.6392156863);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 480px) {
  .itempage ul li {
    font-size: 16px;
  }
}

.footer {
  background: rgba(29, 30, 32, 0.0392156863);
  padding: 100px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__content {
    display: block;
  }
}
.footer__left {
  margin: 0px 40px 0px 0px;
}
@media (max-width: 1199px) {
  .footer__left {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .footer__left {
    margin: 0px 0px 40px;
  }
}
.footer__logo {
  margin: 0px 0px 24px;
  display: block;
  max-width: 220px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 24px;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 32px;
}
@media (max-width: 767px) {
  .footer__menu {
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .footer__menu {
    display: block;
  }
}
.footer__menu-link {
  color: #1D1E20;
  margin: 0px 32px 16px 0px;
}
.footer__menu-link:last-child {
  margin: 0 0 16px;
}
@media (max-width: 430px) {
  .footer__menu-link:last-child {
    margin: auto;
  }
}
@media (max-width: 430px) {
  .footer__menu-link {
    margin: 0px auto 16px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__callus {
  margin: 0px 0px 16px;
  padding: 0px 0px 16px;
  border-bottom: 1px solid rgba(29, 30, 32, 0.1215686275);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__callus {
    padding: 0px 0px 4px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer__callus {
    display: block;
    padding: 0 0 16px;
  }
}
.footer__callus-title {
  color: rgba(29, 30, 32, 0.6392156863);
  font-size: 18px;
  line-height: 1.2;
  margin: 0px 0px 4px;
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .footer__callus-title {
    text-align: center;
    margin: 0px 0px 10px;
  }
}
.footer__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #1D1E20;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 991px) {
  .footer__phone {
    margin: 0 20px 12px 0;
  }
}
@media (max-width: 575px) {
  .footer__phone {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto 10px;
  }
}
@media (max-width: 991px) {
  .footer__callback {
    margin: 0px 0px 12px;
  }
}
@media (max-width: 757px) {
  .footer__callback {
    margin: auto;
  }
}
.footer__writeus {
  margin: 0px 0px 16px;
  padding: 0px 0px 16px;
  border-bottom: 1px solid rgba(29, 30, 32, 0.1215686275);
}
@media (max-width: 767px) {
  .footer__writeus {
    padding: 0;
  }
}
.footer__writeus-title {
  color: rgba(29, 30, 32, 0.6392156863);
  font-size: 18px;
  line-height: 1.2;
  margin: 0px 0px 12px;
}
@media (max-width: 767px) {
  .footer__writeus-title {
    text-align: center;
  }
}
.footer__email {
  font-size: 18px;
  color: #1144AA;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer__email {
    display: block;
    width: 200px;
    margin: auto;
  }
}
.footer__form {
  flex: 0 0 523px;
}
.footer__form .form__note {
  color: rgba(29, 30, 32, 0.6392156863);
}
.footer__form .form__note a {
  color: #1D1E20;
}
.footer__form .form__note a:hover {
  color: #FC000D;
}
@media (max-width: 1199px) {
  .footer__form {
    flex: 0 0 calc(50% - 40px);
  }
}
.footer__form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 8px;
}
@media (max-width: 767px) {
  .footer__form-title {
    text-align: center;
  }
}
.footer__form-subtitle {
  font-size: 22px;
  line-height: 1.3;
  margin: 0px 0px 32px;
  color: rgba(29, 30, 32, 0.6392156863);
}
@media (max-width: 767px) {
  .footer__form-subtitle {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer__form-subtitle {
    font-size: 18px;
    margin: 0px 0px 24px;
  }
}
.footer__links {
  margin: 32px 0px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__links {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer__links {
    display: block;
  }
}
.footer__link {
  color: rgba(29, 30, 32, 0.6392156863);
  text-decoration: underline;
}
.footer__link:hover {
  color: #FC000D;
}
.footer__link:first-child {
  border-right: 1px solid rgba(29, 30, 32, 0.2392156863);
  margin: 0px 15px 0px 0px;
  padding: 0px 15px 0px 0px;
}
@media (max-width: 480px) {
  .footer__link:first-child {
    margin: 0px 0px 12px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 480px) {
  .footer__link {
    display: block;
    text-align: center;
  }
}

input {
  height: 54px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  display: block;
  margin: 0px 0px 16px;
}

.form__sending, .form__thanks, .form__error {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0;
  display: none;
}

.form button {
  margin: 0px 0px 8px;
}
.form__note {
  text-align: center;
  font-size: 12px;
}

.artpage {
  max-width: 900px;
  margin: 40px auto 60px;
}

.artpage__title {
  font-size: 36px;
}

.artpage__image {
  display: block;
  margin: 0 auto 36px;
  max-width: 700px;
}
