@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q::before, q::after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.page {
  min-height: 100%;
}

.page__wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1230px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.page__wrap::before, .page__wrap::after {
  content: "";
  display: table;
}

.page__wrap::after {
  clear: both;
}

.page h1, .page h2, .page h3 {
  margin: 0;
  color: #000;
  font-weight: 600;
}

.page h1 i, .page h2 i, .page h3 i {
  font-style: normal;
}

.page h1 {
  font-size: clamp(1.875em, 4vw, 2.5em);
}

.page h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.page h3 {
  font-size: 1.5em;
}

.page__rubl {
  position: relative;
  display: inline-block;
  font-family: 'PT Rouble Sans', sans-serif;
  font-weight: normal;
}

.page__rubl::before {
  content: "у";
}

.page__position--full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page__btn {
  padding: 12px 15px;
  min-width: 194px;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 0.8125em;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.page__btn:focus {
  outline: none;
  border: none;
}

.page__btn span i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.page__btn span i svg {
  fill: #fff;
}

.page__btn--current {
  color: #fff;
  background-color: #E22427;
}

.page__btn--radial {
  height: 136px;
  min-width: 136px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 136px;
}

.page__btn--radial::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #E22427;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.page__btn--radial .gr {
  z-index: 1;
  position: relative;
}

.page__btn--radial i {
  display: block;
}

.page__btn--radial i img {
  margin: 0 auto;
}

.page__btn--radial span {
  display: block;
}

.page__link {
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding-left: 2.9375em;
}

.page__link .icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e22427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
}

.page__link .icon img {
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.page__link .icon svg {
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.page__link:focus {
  outline: none;
  border: none;
}

@font-face {
  font-family: 'PT Rouble Sans';
  src: url("../font/PTRoubleSans.eot");
  src: url("../font/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("../font/PTRoubleSans.woff2") format("woff2"), url("../font/PTRoubleSans.woff") format("woff"), url("../font/PTRoubleSans.ttf") format("truetype"), url("../font/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../font/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Regular.woff2") format("woff2"), url("../font/Gilroy-Regular.woff") format("woff"), url("../font/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../font/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Bold.woff2") format("woff2"), url("../font/Gilroy-Bold.woff") format("woff"), url("../font/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../font/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Black.woff2") format("woff2"), url("../font/Gilroy-Black.woff") format("woff"), url("../font/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../font/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Light.woff2") format("woff2"), url("../font/Gilroy-Light.woff") format("woff"), url("../font/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../font/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Semibold.woff2") format("woff2"), url("../font/Gilroy-Semibold.woff") format("woff"), url("../font/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Medium.woff2") format("woff2"), url("../font/Gilroy-Medium.woff") format("woff"), url("../font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../font/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Extrabold.woff2") format("woff2"), url("../font/Gilroy-Extrabold.woff") format("woff"), url("../font/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../font/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Heavy.woff2") format("woff2"), url("../font/Gilroy-Heavy.woff") format("woff"), url("../font/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  line-height: 1.25;
  color: #000;
  font-size: 16px;
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-style: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  background-color: #333;
}

.create a {
  outline: none;
  border: none;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}

.header .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .box .logo {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
}

.header .box .logo:focus {
  outline: none;
  border: none;
}

.header .box .page__btn {
  font-size: 0;
  padding: 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header__phone {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.header__phone a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.header__phone a:focus {
  outline: none;
  border: none;
}

.header__nav {
  margin-left: 1.875em;
  display: none;
}

.header__nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header__nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
}

.header__nav > ul > li:hover .header__subnav {
  opacity: 1;
  visibility: visible;
}

.header__nav > ul > li:hover > a {
  color: #fff;
}

.header__nav > ul > li:hover > a::before {
  width: 100%;
}

.header__nav > ul > li:last-child {
  margin-right: 0;
}

.header__nav > ul > li > a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  font-size: 0.9375em;
  font-weight: 500;
  color: #000;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  position: relative;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__nav > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  width: 0;
  content: attr(data-item);
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  right: 0;
  left: 0;
  color: #E22427;
  white-space: nowrap;
  padding-top: 2.125rem;
}

.header__nav > ul > li > a:focus {
  outline: none;
  border: none;
}

.header__nav > ul > li > a:hover {
  color: #ccc;
}

.header__nav > ul > li > a:hover::before {
  width: 100%;
}

.header-top {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  z-index: 1;
}

.header__subnav {
  position: fixed;
  padding-top: 3.75em;
  background-color: #fff;
  padding-bottom: 4.375em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: -1;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
}

.header__subnav .ttl {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.header__subnav--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.header__subnav--flex .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.header__subnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header__subnav ul li {
  margin-bottom: 1.25em;
}

.header__subnav ul li:last-child {
  margin-bottom: 0;
}

.header__subnav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.0625em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__subnav ul li a:focus {
  outline: none;
  border: none;
}

.header__subnav ul li a:hover {
  color: #E22427;
}

.header__burger {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375em;
}

.header__burger.active a span {
  opacity: 0;
  visibility: hidden;
}

.header__burger.active a::before {
  top: 50%;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.header__burger.active a::after {
  top: 50%;
  width: 100%;
  bottom: initial;
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.header__burger a {
  outline: none;
  border: none;
  text-decoration: none;
  width: 1.625em;
  height: 0.875em;
  position: relative;
  display: block;
}

.header__burger a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.header__burger a::before, .header__burger a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.header__burger a::before {
  top: 0;
  width: 100%;
}

.header__burger a::after {
  bottom: 0;
  width: 75%;
}

.header__burger a:hover::after {
  width: 100%;
}

.footer {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px #C9C9C9;
          box-shadow: 0px 0px 20px #C9C9C9;
}

.footer__top {
  padding-bottom: 2.25em;
  padding-top: 3.125em;
}

.footer__top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.footer__top .phone {
  margin-bottom: 0.625em;
}

.footer__top .phone a {
  font-size: 1.25em;
  position: relative;
  overflow: hidden;
}

/*.footer__top .phone a:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}*/

.footer__top .phone a .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.footer__top .phone a .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.footer__top .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625em;
}

.footer__top .address .icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  background-color: #E22427;
  margin-right: 0.75rem;
}

.footer__top .address .icon span {
  line-height: 0;
  display: inline-block;
}

.footer__top .address .info {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.9375rem;
  text-decoration-skip-ink: none;
}

.footer__top .email, .footer__top .telegram, .footer__top .whatsapp, .footer__top .vk {
  margin-bottom: 0.625em;
}

.footer__top .email a, .footer__top .telegram a, .footer__top .whatsapp a, .footer__top .vk a {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.footer__top .email a:focus, .footer__top .telegram a:focus, .footer__top .whatsapp a:focus, .footer__top .vk a:focus {
  outline: none;
  border: none;
}

.footer__top .email a .icon, .footer__top .telegram a .icon, .footer__top .whatsapp a .icon, .footer__top .vk a .icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  background-color: #E22427;
  margin-right: 0.75em;
}

.footer__top .email a .icon span, .footer__top .telegram a .icon span, .footer__top .whatsapp a .icon span, .footer__top .vk a .icon span {
  line-height: 0;
  display: inline-block;
}

.footer__top .email a:hover .info::after, .footer__top .telegram a:hover .info::after, .footer__top .whatsapp a:hover .info::after, .footer__top .vk a:hover .info::after {
  opacity: 0;
}

.footer__top .email a .info, .footer__top .telegram a .info, .footer__top .whatsapp a .info, .footer__top .vk a .info {
  color: #000;
  font-weight: 500;
  position: relative;
}

.footer__top .email a .info::after, .footer__top .telegram a .info::after, .footer__top .whatsapp a .info::after, .footer__top .vk a .info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer__top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 2.5em;
  border-top: 1px solid #E0E0E0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.footer__top .box:first-child {
  padding-top: 0;
  padding-bottom: 2.5em;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__top .social {
  padding-top: 3.125em;
}

.footer__bottom {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  border-top: 1px solid #E0E0E0;
}

.footer__bottom .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom .coopyright {
  color: #000;
  font-weight: 600;
  font-size: 0.9375em;
  margin-bottom: 0.625em;
}

.footer__bottom .politic a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #808080;
  font-size: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer__bottom .politic a:focus {
  outline: none;
  border: none;
}

.footer__bottom .politic a:hover {
  color: #000;
}

.footer__bottom .social {
  display: none;
}

.footer__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer__list ul li {
  margin-bottom: 0.9375em;
}

.footer__list ul li:last-child {
  margin-bottom: 0;
}

.footer__list ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  position: relative;
  overflow: hidden;
}

.footer__list ul li a:focus {
  outline: none;
  border: none;
}

.footer__list ul li a:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.footer__list ul li a .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.footer__list ul li a .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.footer__nav {
  margin-bottom: 1.25em;
}

.footer__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer__nav ul li {
  margin-top: 0.9375em;
}

.footer__nav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 0.9375em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  position: relative;
  overflow: hidden;
}

.footer__nav ul li a:focus {
  outline: none;
  border: none;
}

.footer__nav ul li a:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.footer__nav ul li a .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.footer__nav ul li a .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.footer__nav--bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer__nav--bx .block {
  margin-bottom: 0.9375rem;
}

.footer__name {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.0625em;
  margin-top: 0.9375rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  position: relative;
  overflow: hidden;
}

.footer__name:focus {
  outline: none;
  border: none;
}

.footer__name:first-child {
  margin-top: 0;
}

.footer__name:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.footer__name .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.footer__name .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.footer .social a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25em;
}

.footer .social a:focus {
  outline: none;
  border: none;
}

.footer .social a:last-child {
  margin-right: 0;
}

.footer .social a svg {
  fill: #C6C6C8;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.footer .social a:hover svg {
  fill: #e22427;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  position: relative;
}

.main__indent {
  padding-top: 4.4375em;
}

.main__top {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 6.25em;
}

.main__top .radial {
  top: 0;
  right: 0;
}

.main__top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__top .box:first-child {
  margin-bottom: 1.5em;
}

.main__top .box:last-child {
  padding-top: 3.75em;
}

.main__top .box h1 {
  font-weight: 600;
  font-size: clamp(1.875rem, 4vw, 4.375rem);
}

.main__top .box h1 b {
  font-weight: 700;
}

.main__top .box h1 i {
  color: #E22427;
}

.main__top .box .info {
  color: #000;
  font-size: 0.9375em;
  max-width: 319px;
  margin-top: 0.9375em;
  font-weight: 400;
}

.main__top .box .info i {
  font-style: normal;
  color: #e22427;
}

.main__top--box {
  position: relative;
  margin-right: 1.125em;
  margin-left: 1.125em;
}

.main__top--list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__top--list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__top--list ul li {
  position: absolute;
}

.main__top--list ul li:first-child {
  top: -25%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
}

.main__top--list ul li:nth-child(2) {
  right: -10%;
  top: 20%;
}

.main__top--list ul li:nth-child(3) {
  bottom: -15%;
  left: 15%;
}

.main__top--list ul li:last-child {
  top: 40%;
  left: -10%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__top--list ul li .link {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #000;
  font-weight: 500;
  padding: 10px;
  font-size: 0.75rem;
}

.main__top--list ul li .link i {
  font-style: normal;
  display: block;
}

.main__top--list ul li .link i img {
  margin: 0 auto;
}

.main__top--list ul li .link span {
  display: block;
}

.main__top--list ul li .page__btn--radial {
  height: 110px;
  min-width: 110px;
  max-width: 110px;
}

.main__work {
  padding-top: 3.125em;
  position: relative;
  padding-bottom: 5.125em;
}

.main__work .radial {
  position: absolute;
  z-index: -1;
  left: -15%;
  top: -25%;
}

.main__work .info {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 850px;
}

.main__work .info b {
  font-weight: 500;
}

.main__work--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main__work--top h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.main__work--top h2 span {
  display: block;
}

.main__work--top h2 i {
  color: #E22427;
}

.main__work--top .box:last-child {
  display: none;
}

.main__work--top .box:first-child {
  display: block;
}

.main__work--bottom {
  padding-top: 2.25em;
  padding-bottom: 1.875em;
  display: none;
}

.main__work--bottom .d-flex {
  margin-left: -8px;
  margin-right: -8px;
}

.main__work--bottom .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.main__work--bottom .box:first-child {
  margin-bottom: 1rem;
}

.main__work--bottom .box > a .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.main__work--bottom .box > a .image img {
  opacity: 0;
  visibility: hidden;
}

.main__work--bottom a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}

.main__work--bottom a:focus {
  outline: none;
  border: none;
}

.main__work--bottom a .round {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  width: 4.25rem;
  height: 4.25rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.main__work--bottom a .round span {
  display: inline-block;
  width: 1.25rem;
}

.main__work--bottom a:hover .round {
  opacity: 1;
  visibility: visible;
}

.main__work--bottom a .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.main__work--bottom a .image img {
  opacity: 0;
  visibility: hidden;
}

.main__work--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}

.main__work--flex .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__work--flex .item > .image {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  min-height: 367px;
}

.main__work--flex .item > .image img {
  opacity: 0;
  visibility: hidden;
}

.main__work--flex .item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__work--flex .item .block {
  min-height: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.main__work--flex .item .block > .image {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.main__work--flex .item .block > .image img {
  opacity: 0;
  visibility: hidden;
}

.main__work--block {
  padding-top: 2.5em;
}

.main__work--button {
  position: relative;
  z-index: 1;
}

.main__work--slider {
  margin-left: -8px;
  margin-right: -8px;
}

.main__work--slider .item {
  padding-left: 8px;
  padding-right: 8px;
}

.main__work--slider .item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 204px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main__work--slider .item .image img {
  opacity: 0;
  visibility: hidden;
}

.main__work--slider .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main__work--slider .slick-dots li.slick-active button {
  background-color: #E22427;
}

.main__work--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding: 0;
  background-color: #E8E8E8;
}

.main__work--slider .slick-dots li button::before {
  content: none;
}

.main__rating {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.main__rating h2 i {
  color: #E22427;
}

.main__rating .radial {
  position: absolute;
  right: -50%;
  z-index: -1;
  top: 0;
  transform: translateX(0) translateY(-30%);
  -webkit-transform: translateX(0) translateY(-30%);
  -moz-transform: translateX(0) translateY(-30%);
  -ms-transform: translateX(0) translateY(-30%);
  -o-transform: translateX(0) translateY(-30%);
}

.main__rating .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__rating .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__rating .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.main__rating--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.875em;
}

.main__rating--flex .item, .main__rating--flex .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__rating--flex .item .icon, .main__rating--flex .block .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.875em;
  min-width: 76px;
}

.main__rating--flex .item .info, .main__rating--flex .block .info {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.main__rating--flex .item .info span, .main__rating--flex .block .info span {
  display: block;
}

.main__rating--flex .item .info i, .main__rating--flex .block .info i {
  font-style: normal;
  color: #E22427;
}

.main__rating--flex .item .info .subname, .main__rating--flex .block .info .subname {
  color: #808080;
}

.main__rating--block {
  padding-top: 1.875rem;
}

.main__rating--slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.main__rating--slider .item {
  height: initial;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.main__rating--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__rating--slider .slick-list {
  padding: 10px 0;
}

.main__rating--slider .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main__rating--slider .slick-dots li.slick-active button {
  background-color: #E22427;
}

.main__rating--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding: 0;
  background-color: #E8E8E8;
}

.main__rating--slider .slick-dots li button::before {
  content: none;
}

.main__rating--cart {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 2.5rem 1.875rem;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main__rating--cart .icon {
  margin-bottom: 0.625rem;
  min-height: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.main__rating--cart .year {
  position: relative;
  text-align: center;
  color: #808080;
  font-weight: 500;
  font-size: 1rem;
  max-width: 173px;
  margin: 0 auto;
  width: 100%;
}

.main__rating--cart .year::before, .main__rating--cart .year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #808080;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 100%;
  max-width: 3.125rem;
}

.main__rating--cart .year::before {
  left: 0;
}

.main__rating--cart .year::after {
  right: 0;
}

.main__rating--cart .info {
  text-align: center;
  margin-top: 1.25rem;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

.main__rating--cart .info b {
  font-weight: 600;
}

.main__rating--cart .info i {
  font-style: normal;
  color: #E22427;
}

.main__rating--cart .info span {
  display: block;
}

.main__trust {
  padding-top: 4.75em;
  padding-bottom: 3.125em;
}

.main__trust h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.main__trust h2 i {
  color: #E22427;
}

.main__trust .subtitle {
  color: #000;
  font-weight: 500;
  margin-top: 1.125rem;
  max-width: 710px;
  font-size: 0.9375rem;
}

.main__trust--block {
  padding-top: 1.875rem;
}

.main__trust--block .d-flex {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
  row-gap: 1.625rem;
}

.main__trust--block .bx {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.main__trust--bx {
  display: -ms-grid;
  display: grid;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #F1F2F5;
  place-items: center;
  padding: 0.9375rem;
  min-height: 130px;
}

.main__trust .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__trust .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.875em;
}

.main__trust--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__trust--flex .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.main__trust--flex .item img {
  margin: 0 auto;
}

.main__completed-project {
  position: relative;
  padding-top: 3.125em;
  padding-bottom: 2.9375em;
}

.main__completed-project .radial {
  position: absolute;
  right: 0;
  top: -6%;
  z-index: -1;
}

.main__completed-project--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__completed-project--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__completed-project--top .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__completed-project--top .box h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.main__completed-project--top .box h2 i {
  color: #e22427;
}

.main__completed-project--top .box__show {
  display: none;
}

.main__completed-project--top .box .subtitle {
  color: #000;
  font-weight: 500;
  margin-top: 0.625em;
}

.main__completed-project--top .box .page__btn--radial {
  height: 94px;
  min-width: 94px;
  max-width: 94px;
  margin: 0 auto;
}

.main__completed-project--block {
  padding-top: 2.5em;
}

.main__completed-project--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main__completed-project--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.main__completed-project--bottom {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__completed-project--bottom .page__btn--radial {
  height: 121px;
  min-width: 121px;
  max-width: 121px;
}

.main__say-client {
  padding-top: 2.9375em;
  position: relative;
  padding-bottom: 3.125em;
}

.main__say-client .radial {
  position: absolute;
  left: -15%;
  top: -10%;
  z-index: -1;
}

.main__say-client--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__say-client--top .box:last-child {
  display: none;
}

.main__say-client--top .box h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.main__say-client--top .box h2 i {
  font-style: normal;
  color: #E22427;
}

.main__say-client--block {
  padding-top: 2.0625em;
  position: relative;
}

.main__say-client--arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  position: absolute;
  bottom: 3.5rem;
  right: 3.75rem;
}

.main__say-client--arr .arrow {
  width: 2.625rem;
  height: 2.625rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #E22427;
}

.main__say-client--arr .arrow span svg {
  fill: #fff;
  width: 12px;
}

.main__say-client--arr .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #BDBDCB;
}

.main__say-client--button {
  position: relative;
  z-index: 1;
}

.main__say-client--slider {
  margin-left: -6px;
  margin-right: -6px;
}

.main__say-client--slider .slick-list {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.main__say-client--slider .item {
  padding: 0 6px;
}

.main__say-client--slider .slick-dots {
  text-align: right;
  bottom: -45px;
  padding-left: 15px;
  padding-right: 15px;
}

.main__say-client--slider .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.main__say-client--slider .slick-dots li.slick-active button {
  background-color: #e22427;
}

.main__say-client--slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main__say-client--slider .slick-dots li button::before {
  content: "";
}

.main__say-client--slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1.25em;
  z-index: 1;
}

.main__say-client--slider .arrow__next {
  right: 1.25em;
}

.main__say-client--slider .arrow__prev {
  left: 1.25em;
}

.main__say-client--slider .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__say-client--slider .arrow.slick-disabled span svg {
  fill: #BABABA;
}

.main__say-client--slide {
  margin-left: -10px;
  margin-right: -10px;
}

.main__say-client--slide .slick-list {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.main__say-client--slide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.main__say-client--slide .item {
  padding: 0 10px;
  height: auto;
}

.main__say-client--slide .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.main__say-client--slide .slick-dots li.slick-active button {
  background-color: #e22427;
}

.main__say-client--slide .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main__say-client--slide .slick-dots li button::before {
  content: "";
}

.main__say-client--slide .arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1.25em;
  z-index: 1;
}

.main__say-client--slide .arrow__next {
  right: 1.25em;
}

.main__say-client--slide .arrow__prev {
  left: 1.25em;
}

.main__say-client--slide .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__say-client--slide .arrow.slick-disabled span svg {
  fill: #BABABA;
}

.main__block {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__block .radial__top {
  right: -20%;
  top: -30%;
}

.main__block .radial__bottom {
  right: -15%;
  bottom: -15%;
}

.main__block--block {
  position: relative;
  background-color: #090708;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__block--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main__block--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__block--block .box:first-child {
  padding-top: 3.125em;
  padding-bottom: 1.25em;
}

.main__block--block .box h2 {
  color: #fff;
}

.main__block--block .box h2 i {
  color: #E22427;
  font-style: normal;
}

.main__block--list {
  padding-top: 2.75em;
}

.main__block--desc {
  position: relative;
  padding-bottom: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__block--desc::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #151515;
  left: 0.9375em;
  top: 0;
}

.main__block--desc:last-child {
  padding-bottom: 0;
}

.main__block--desc:last-child::before {
  content: none;
}

.main__block--desc .numb {
  background-color: #e22427;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 0.875em;
  margin-right: 0.625em;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

.main__block--desc .info {
  display: inline-block;
  padding-top: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.main__block--desc .info .name {
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 9px;
}

.main__block--desc .info .text {
  max-width: 350px;
  color: #808080;
  font-weight: 500;
  font-size: 0.875rem;
}

.main__block--desc .info .subname {
  font-weight: 500;
  color: #e22427;
  margin-bottom: 9px;
}

.main__block--box {
  position: relative;
  padding-bottom: 1.875em;
}

.main__block--box .image {
  position: relative;
}

.main__block--box .image img {
  margin: 0 auto;
}

.main__block--box .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 8, 7, 0.01)), to(#090807));
  background: linear-gradient(180deg, rgba(9, 8, 7, 0.01) 0%, #090807 100%);
  width: 100%;
  height: 70%;
}

.main__block--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625em;
}

.main__block--item .item {
 /* -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;*/
}

.main__block--item .desc {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.9375em;
  font-size: 0.9375rem;
}

.main__block--item .name {
  font-weight: 600;
  font-size: 1.25em;
  color: #fff;
}

.main__block--item .post {
  color: #e22427;
  font-weight: 500;
  font-size: 0.9375em;
}

.main__block--item .page__btn--radial {
  min-width: 114px;
  height: 114px;
  max-width: 114px;
  margin: 0 auto;
}

.main__our-vlog {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__our-vlog .radial {
  position: absolute;
  right: -20%;
  top: -20%;
  transform: translateX(0) translateY(-30%);
  -webkit-transform: translateX(0) translateY(-30%);
  -moz-transform: translateX(0) translateY(-30%);
  -ms-transform: translateX(0) translateY(-30%);
  -o-transform: translateX(0) translateY(-30%);
  z-index: -1;
}

.main__our-vlog--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__our-vlog--top .box:last-child {
  display: none;
}

.main__our-vlog--block {
  padding-top: 2.25em;
}

.main__our-vlog--slider {
  margin-left: -0.625em;
  margin-right: -0.625em;
}

.main__our-vlog--slider .item {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.main__our-vlog--slider .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.main__our-vlog--slider .slick-dots {
  bottom: -45px;
  text-align: right;
}

.main__our-vlog--slider .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.main__our-vlog--slider .slick-dots li.slick-active button {
  background-color: #e22427;
}

.main__our-vlog--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e8e8e8;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__our-vlog--slider .slick-dots li button::before {
  content: none;
}

.main__our-vlog--slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1.25em;
  z-index: 1;
}

.main__our-vlog--slider .arrow__next {
  right: 1.25em;
}

.main__our-vlog--slider .arrow__prev {
  left: 1.25em;
}

.main__our-vlog--slider .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__our-vlog--slider .arrow.slick-disabled svg {
  fill: #BABABA;
}

.main__our-vlog--button {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main__faq {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__faq .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__faq .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__faq .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__faq .box h2 {
  margin-bottom: 1.875rem;
}

.main__faq .box h2 span {
  display: block;
}

.main__faq .box h2 i {
  font-style: normal;
  color: #e22427;
}

.main__faq .box .page__link {
  display: none;
}

.main__faq--button {
  padding-top: 1.875em;
}

.main__bottom {
  padding-top: 3.125em;
}

.main__bottom--block {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 2.875em;
  padding-bottom: 2.875em;
  background-color: #F1F2F5;
  margin-left: -15px;
  margin-right: -15px;
}

.main__bottom--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__bottom--block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__bottom--block .box:last-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__bottom--block .box h2 i {
  color: #e22427;
}

.main__bottom--block .box .info {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.25em;
}

.main__bottom--block .box .info > a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #000;
  display: inline-block;
}

.main__bottom--block .box .info > a:focus {
  outline: none;
  border: none;
}

.main__bottom--block .box .info .phone {
  display: inline-block;
}

.main__bottom--block .box .info .phone a {
  font-size: 1rem;
}

.main__bottom--block .box .page__btn--radial {
  height: 117px;
  min-width: 117px;
  margin: 0 auto;
}

.main__digital {
  position: relative;
  padding-top: 1.5em;
}

.main__digital .radial {
  position: absolute;
  left: 0;
  top: -15%;
  z-index: -1;
}

.main__digital .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__digital .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__digital .box:first-child {
  margin-bottom: 1.875em;
}

.main__digital .box:first-child .page__link {
  display: none;
}

.main__digital .box h1 {
  margin-bottom: 1.875rem;
}

.main__digital .box h1 span {
  display: block;
}

.main__digital .box h1 i {
  font-style: normal;
  color: #E22427;
}

.main__digital .box .paralax {
  position: relative;
}

.main__digital .box .paralax .pos-l {
  left: 0;
  top: 0;
}

.main__digital .box .paralax .pos-r {
  right: 0;
  top: 0;
}

.main__digital .box .paralax .pos-a {
  position: absolute;
}

.main__digital .box .paralax > img:nth-child(1) {
  left: 0;
}

.main__digital .box .paralax > img:nth-child(2) {
  top: 8%;
  left: 5%;
}

.main__digital .box .paralax > img:nth-child(3) {
  top: 35%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__digital .box .paralax > img:nth-child(4) {
  bottom: 23%;
  top: initial;
  left: 2%;
}

.main__digital .box .paralax > img:nth-child(5) {
  left: 0;
  top: initial;
  bottom: 12%;
}

.main__digital .box .paralax > img:nth-child(6) {
  right: 22%;
  top: -5%;
}

.main__digital .box .paralax > img:nth-child(7) {
  right: 5%;
  top: 15%;
}

.main__digital .box .paralax > img:nth-child(8) {
  right: 26%;
  top: 30%;
}

.main__digital .box .paralax > img:nth-child(9) {
  top: initial;
  bottom: 40%;
  right: 1%;
}

.main__digital .box .paralax > img:nth-child(10) {
  top: initial;
  bottom: 10%;
  right: 1%;
}

.main__digital .box .paralax .image img {
  margin: 0 auto;
}

.main__digital .box .block {
  display: inline-block;
  text-align: center;
}

.main__digital .box .name {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1.0625em;
}

.main__digital .box .name i {
  font-style: normal;
  color: #e22427;
}

.main__digital .box .subname {
  font-weight: 500;
  font-size: 1.0625em;
  margin-bottom: 0.75em;
}

.main__digital .box .subname span {
  display: block;
}

.main__digital .box .subname i {
  font-style: normal;
  color: #e22427;
}

.main__digital .box .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__digital .box .list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.main__digital .box .list ul li:last-child {
  margin-right: 0;
}

.main__digital .box .list ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 1.25em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__digital .box .list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__digital .box .list ul li a:focus {
  outline: none;
  border: none;
}

.main__digital .box .list ul li a:hover {
  color: #e22427;
}

.main__digital .box .list ul li a:hover::after {
  opacity: 0;
}

.main__digital--button {
  padding-top: 2.5em;
}

.main__vlog {
  position: relative;
  padding-top: 3.1875em;
  padding-bottom: 3.4375em;
}

.main__vlog .radial {
  position: absolute;
  z-index: -1;
  top: -15%;
  left: 0;
}

.main__vlog--top {
  padding-top: 1.5em;
  position: relative;
}

.main__vlog--top .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__vlog--top .search {
  line-height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: none;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__vlog--top .search a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.main__vlog--top .search a:focus {
  outline: none;
  border: none;
}

.main__vlog--top .hash {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.25em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__vlog--top .hash ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__vlog--top .hash ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
}

.main__vlog--top .hash ul li:last-child {
  margin-right: 0;
}

.main__vlog--top .hash ul li.active a {
  color: #E22427;
  font-weight: 600;
}

.main__vlog--top .hash ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 500;
  color: #808080;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__vlog--top .hash ul li a:focus {
  outline: none;
  border: none;
}

.main__vlog--top .form__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__vlog--block {
  padding-top: 3.125em;
}

.main__vlog--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__vlog--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__vlog--block .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.main__vlog--block .box .title {
  color: #000;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1.125rem;
}

.main__vlog--block .box .block {
  margin-bottom: 1.25em;
}

.main__vlog--block .box .block:last-child {
  margin-bottom: 0;
}

.main__vlog--block .box .block a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
}

.main__vlog--block .box .block a:focus {
  outline: none;
  border: none;
}

.main__vlog--block .box .block a .date {
  font-weight: 500;
  font-size: 0.875em;
  color: #E22427;
  margin-bottom: 4px;
}

.main__vlog--block .box .block a .info {
  color: #000;
  font-weight: 500;
}

.main__vlog--ban {
  margin-left: -15px;
  margin-right: -15px;
}

.main__vlog--ban a {
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.main__vlog--ban a:focus {
  outline: none;
  border: none;
}

.main__vlog--ban a .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 254px;
}

.main__vlog--ban a .image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.05%, rgba(0, 0, 0, 0)), color-stop(94.03%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.05%, #000000 94.03%);
}

.main__vlog--ban a .image img {
  opacity: 0;
  visibility: hidden;
}

.main__vlog--ban a .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.5em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__vlog--ban a .date {
  color: #CBCBCB;
  font-weight: 500;
  font-size: 0.875em;
  margin-bottom: 0.625em;
}

.main__vlog--ban a .name {
  color: #fff;
  font-weight: 600;
  font-size: 1.0625em;
  max-width: 472px;
  margin-bottom: 0.625em;
}

.main__vlog--ban a .text {
  color: #CBCBCB;
  font-weight: 500;
  font-size: 0.9375em;
  max-width: 660px;
}

.main__vlog--flex {
  padding-top: 2.9375em;
}

.main__vlog--flex .d-flex {
  margin-left: -0.8125em;
  margin-right: -0.8125em;
  row-gap: 1.5em;
}

.main__vlog--flex .item {
  padding-left: 0.8125em;
  padding-right: 0.8125em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__vlog--link {
  padding-top: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__platform {
  padding-bottom: 1.875em;
  padding-top: 3.75em;
}

.main__platform--block {
  background-color: #F1F2F5;
  position: relative;
  padding-top: 2.875em;
  padding-bottom: 2.875em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__platform--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__platform--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__platform--block .box:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main__platform--block .box .subname {
  color: #000;
  font-weight: 600;
  margin-top: 0.9375em;
}

.main__platform--block .box .info {
  color: #000;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main__platform--block .box .info b {
  font-weight: 500;
}

.main__platform--block .box .page__btn--radial {
  margin: 0 auto;
  height: 117px;
  min-width: 117px;
  max-width: 117px;
}

.main__develop {
  padding-bottom: 3.75em;
  position: relative;
  margin-top: -45px;
}

.main__develop .radial {
  position: absolute;
  z-index: -1;
  top: -20%;
  right: -3%;
}

.main__develop--block {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #090708;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__develop--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__develop--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__develop--block .box:first-child {
  padding-top: 4.5em;
  padding-bottom: 1.25em;
}

.main__develop--block .box:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.main__develop--block .box h1 {
  color: #fff;
}

.main__develop--block .box .subtitle {
  color: #E22427;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0.625rem;
}

.main__develop--block .box .block {
  padding-top: 1.875em;
  display: none;
}

.main__develop--block .box .block__group {
  margin-bottom: 2.5em;
}

.main__develop--block .box .block__group:last-child {
  margin-bottom: 0;
}

.main__develop--block .box .block__group .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.main__develop--block .box .block__group .desc {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 500;
}

.main__develop--block .box .block__group .desc span {
  display: block;
}

.main__develop--box {
  position: relative;
}

.main__develop--box .image {
  position: relative;
}

.main__develop--box .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 8, 7, 0.01)), to(#090807));
  background: linear-gradient(180deg, rgba(9, 8, 7, 0.01) 0%, #090807 100%);
  width: 100%;
  height: 70%;
}

.main__develop--box .image img {
  margin: 0 auto;
}

.main__develop--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__develop--item .info {
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-bottom: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__develop--item .desc {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.9375em;
  font-size: 0.9375em;
  display: none;
}

.main__develop--item .name {
  font-weight: 600;
  font-size: 1.25em;
  color: #fff;
}

.main__develop--item .post {
  color: #e22427;
  font-weight: 500;
  font-size: 0.9375em;
}

.main__develop--item .page__btn--radial {
  min-width: 114px;
  height: 114px;
  margin: 0 auto;
  max-width: 114px;
}

.main__develop--item .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__develop-bx {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #F1F2F5;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.main__develop-bx--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}

.main__develop-bx--item:last-child {
  margin-bottom: 0;
}

.main__develop-bx--item .icon {
  width: 3.0625rem;
  margin-right: 0.625rem;
}

.main__develop-bx--item .icon img {
  margin: 0 auto;
}

.main__develop-bx--item .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%;
  max-width: 79%;
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.main__develop-bx--item .desc b {
  font-weight: 500;
}

.main__phase {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.main__phase .radial {
  position: absolute;
  top: -20%;
  z-index: -1;
  left: -15%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__phase--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main__phase--top .box:first-child {
  margin-bottom: 1.25em;
}

.main__phase--top h2 i {
  font-style: normal;
  color: #E22427;
}

.main__phase--top h2 span {
  display: block;
}

.main__phase--top .info {
  color: #000;
  font-size: 1.0625em;
}

.main__phase--top .info span {
  display: block;
}

.main__phase--block {
  padding-top: 2.5em;
}

.main__phase--block .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.main__phase--block .item:nth-child(even) {
  padding-top: 4.375rem;
}

.main__phase--block .block {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 9.5rem;
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375em;
  margin: 0 auto;
}

.main__phase--block .block__box .icon {
  margin-bottom: 0.625em;
}

.main__phase--block .block__box .icon img {
  margin: 0 auto;
}

.main__phase--block .block__box .desc {
  font-weight: 500;
  color: #000;
  font-size: 0.8125em;
  text-align: center;
}

.main__phase--block .line {
  position: absolute;
  z-index: -1;
}

.main__phase--block .line svg {
  max-width: 100%;
  width: 100%;
}

.main__phase--block .line-to-t-b {
  top: 4.375rem;
  right: -3.125rem;
}

.main__phase--block .line-to-b-t {
  transform: translateX(0) translateY(0) rotate(180deg);
  -webkit-transform: translateX(0) translateY(0) rotate(180deg);
  -moz-transform: translateX(0) translateY(0) rotate(180deg);
  -ms-transform: translateX(0) translateY(0) rotate(180deg);
  -o-transform: translateX(0) translateY(0) rotate(180deg);
  left: -3.4375rem;
  bottom: -2.5rem;
}

.main__feedback {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 4.25em;
  overflow: hidden;
}

.main__feedback .radial {
  position: absolute;
  z-index: -1;
}

.main__feedback .radial__top {
  top: -10%;
  left: 0;
}

.main__feedback .radial__bottom {
  right: -10%;
  bottom: -47%;
}

.main__feedback--block {
  padding-top: 2.25rem;
  max-width: 970px;
}

.main__project {
  padding-top: 3.75em;
  padding-bottom: 2.5em;
  position: relative;
}

.main__project .radial {
  position: absolute;
  z-index: -1;
}

.main__project .radial__top {
  right: 0;
  top: -5%;
}

.main__project .radial__middle {
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  left: -13%;
}

.main__project .radial__bottom {
  bottom: 10%;
  right: -10%;
}

.main__project--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__project--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__project--top .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__project--top .box:last-child {
  padding-top: 1.25em;
}

.main__project--top .box__show {
  display: none;
}

.main__project--top .box .page__btn--radial {
  height: 94px;
  min-width: 94px;
  max-width: 94px;
  margin: 0 auto;
}

.main__project--top h1 i {
  font-style: normal;
  color: #E22427;
}

.main__project--top .subtitle {
  color: #000;
  font-weight: 500;
  margin-top: 0.625em;
}

.main__project--filter {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: none;
}

.main__project--filter.active {
  display: block;
}

.main__project--filter .title {
  color: #000;
  font-weight: 600;
  font-size: 1.325em;
  margin-bottom: 1.25em;
}

.main__project--filter .list {
  margin-bottom: 2.5em;
  margin-left: -5px;
  margin-right: -5px;
}

.main__project--filter .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375em;
}

.main__project--filter .list ul li {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.main__project--filter .list ul li.active a {
  color: #fff;
  background-color: #E22427;
}

.main__project--filter .list ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #6D6D6D;
  font-weight: 500;
  font-size: 0.875em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  text-align: center;
  background-color: #F1F1F5;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.main__project--filter .list ul li a:focus {
  outline: none;
  border: none;
}

.main__project--filter .list ul li a:hover {
  color: #fff;
  background-color: #E22427;
}

.main__project--filter .link {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 0.9375em;
  color: #000;
  position: relative;
  white-space: nowrap;
  padding-left: 1.25em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__project--filter .link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.main__project--filter .link:focus {
  outline: none;
  border: none;
}

.main__project--filter .link span {
  position: relative;
}

.main__project--filter .link span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.main__card-project {
  background-color: #D31316;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.main__card-project .breadcrumbs ul li::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.main__card-project .breadcrumbs ul li a {
  color: #fff;
}

.main__card-project--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-project--block .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.75em;
  padding-bottom: 3.75em;
}

.main__card-project--block .box:last-child {
  position: absolute;
  top: 40%;
  right: -25%;
  max-width: 320px;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__card-project--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main__card-project--flex .block {
  margin-bottom: 1.875em;
}

.main__card-project--flex .block:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.main__card-project--flex .block:last-child {
  margin-bottom: 0;
}

.main__card-project--flex .block .title {
  color: #fff;
  font-size: clamp(1.0625em, 4vw, 2.125em);
  max-width: 516px;
  margin-top: 18.1875rem;
}

.main__card-project--flex .block .title b {
  font-weight: 600;
}

.main__card-project--flex .block .page__link {
  color: #fff;
  font-size: 1.0625em;
  text-transform: lowercase;
}

.main__card-project--flex .block .page__link:hover {
  color: #fff;
}

.main__card-project--flex .block .page__link .icon {
  background-color: #fff;
}

.main__card-project--flex .block .page__link .icon svg {
  fill: #000;
}

.main__card-project--flex .block .page__link .text {
  position: relative;
}

.main__card-project--flex .block .page__link .text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.main__card-project--image {
  position: relative;
  height: 100%;
}

.main__card-project--image .image__ph {
  position: relative;
  z-index: 1;
  margin-bottom: -13%;
  display: none;
  transform: translateX(0) translateY(0) rotate(-15deg);
  -webkit-transform: translateX(0) translateY(0) rotate(-15deg);
  -moz-transform: translateX(0) translateY(0) rotate(-15deg);
  -ms-transform: translateX(0) translateY(0) rotate(-15deg);
  -o-transform: translateX(0) translateY(0) rotate(-15deg);
}

.main__card-company {
  position: relative;
  padding-top: 3.125em;
  padding-bottom: 2.8125em;
}

.main__card-company .radial {
  position: absolute;
  left: -8%;
  top: -5%;
  z-index: -1;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__card-company--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-company--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-company--top .box:first-child {
  padding-right: 0;
  margin-bottom: 1.25em;
}

.main__card-company--top .box .text {
  color: #000;
  font-weight: 500;
  font-size: 0.9375em;
}

.main__card-company--top .box .text p {
  margin: 0 0 1.5em;
}

.main__card-company--top .box .text p:last-child {
  margin-bottom: 0;
}

.main__card-company--ex {
  padding-top: 4.75em;
}

.main__card-company--ex .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-company--ex h2 i {
  font-style: normal;
  color: #E22427;
}

.main__card-company--ex .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-company--ex .box:first-child {
  padding-right: 0;
  margin-bottom: 1.25em;
}

.main__card-company--ex .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}

.main__card-company--ex .box .block .image {
  width: 4.3125em;
  height: 4.3125em;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.main__card-company--ex .box .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__card-company--ex .box .block .desc {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.main__card-company--ex .box .block .desc .name {
  font-weight: 500;
  font-size: 1.125em;
  color: #000;
  margin-bottom: 0.625em;
}

.main__card-company--ex .box .block .desc .post {
  color: #808080;
  font-weight: 500;
  font-size: 0.8125em;
}

.main__card-company--ex .box .block .desc .post span {
  display: block;
}

.main__card-company--ex .box .blockquote {
  max-width: 481px;
  background-color: #F1F2F5;
  padding-left: 2.0625em;
  padding-right: 2.0625em;
  padding-top: 1.625em;
  padding-bottom: 1.625em;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
}

.main__card-solution {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
}

.main__card-solution--block {
  position: relative;
  background-color: #222;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  padding-bottom: 3.3125em;
  padding-top: 3.3125em;
  margin-left: -15px;
  margin-right: -15px;
}

.main__card-solution--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-solution--block h2 {
  color: #fff;
}

.main__card-solution--block .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-solution--block .box:first-child {
  margin-bottom: 1.25em;
}

.main__card-solution--block .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5em;
}

.main__card-solution--block .box .block .image {
  position: relative;
  overflow: hidden;
  width: 4.3125em;
  height: 4.3125em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}

.main__card-solution--block .box .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__card-solution--block .box .block .desc {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.main__card-solution--block .box .block .desc .name {
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
}

.main__card-solution--block .box .block .desc .post {
  color: #808080;
  font-weight: 500;
  font-size: 0.8125em;
  margin-top: 0.625rem;
}

.main__card-solution--block .box .blockquote {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  background-color: #f1f2f5;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.main__card-solution--block .box .blockquote .info {
  font-size: 0.9375em;
}

.main__card-solution--block .box .blockquote .info p {
  margin: 0 0 0.875rem;
}

.main__card-analytic {
  padding-top: 2.5em;
  padding-bottom: 3.125em;
}

.main__card-analytic .radial {
  left: -13%;
  bottom: -25%;
  z-index: -1;
}

.main__card-analytic--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-analytic--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-analytic--top .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.main__card-analytic--top .box .text {
  font-size: 0.9375rem;
}

.main__card-analytic--top .box .text p {
  margin: 0 0 0.9375em;
}

.main__card-analytic--top .box .text p:last-child {
  margin-bottom: 0;
}

.main__card-analytic--top h2 i {
  font-style: normal;
  color: #E22427;
}

.main__card-analytic--bottom {
  padding-top: 4.25em;
}

.main__card-analytic--bottom .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__card-analytic--bottom .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-analytic--bottom .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.main__card-analytic--bottom .box:first-child .text {
  display: none;
}

.main__card-analytic--bottom .box .text {
  margin-top: 1.325em;
  font-size: 0.9375rem;
}

.main__card-analytic--bottom .box .text p {
  margin: 0 0 0.9375em;
}

.main__card-analytic--bottom .box .text p:last-child {
  margin-bottom: 0;
}

.main__card-analytic--bottom h2 i {
  color: #E22427;
  font-style: normal;
  font-size: 1.325rem;
}

.main__card-analytic--slider {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.main__card-analytic--slider .item {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.main__card-analytic--slider .item .image img {
  margin: 0 auto;
}

.main__card-analytic--slider .arrow {
  position: absolute;
  z-index: 1;
  width: 0.9375em;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__card-analytic--slider .arrow__prev {
  left: 1.25em;
}

.main__card-analytic--slider .arrow__next {
  right: 1.25em;
}

.main__card-analytic--slider .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__card-analytic--slider .arrow.slick-disabled span svg {
  fill: #BABABA;
}

.main__card-analytic--slider .arrow span svg {
  fill: #000;
}

.main__card-analytic--slider .slick-dots li {
  margin: 0 3px;
  width: 9px;
  height: 9px;
}

.main__card-analytic--slider .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #e8e8e8;
}

.main__card-analytic--slider .slick-dots li button::before {
  content: none;
}

.main__card-analytic--slider .slick-dots li.slick-active button {
  background-color: #E22427;
}

.main__card-result {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__card-result .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-result .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-result .box:first-child {
  margin-bottom: 1.25em;
}

.main__card-result .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875em;
  margin-bottom: 1.25em;
}

.main__card-result .box .block .image {
  width: 6.3125em;
  height: 6.3125em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
}

.main__card-result .box .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__card-result .box .block .desc {
  display: inline-block;
  vertical-align: middle;
}

.main__card-result .box .block .desc .name {
  color: #000;
  font-weight: 500;
  font-size: 1.125em;
}

.main__card-result .box .block .desc .post {
  color: #808080;
  font-weight: 500;
  font-size: 0.9375em;
  margin-top: 0.625em;
}

.main__card-result .box .blockquote {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  background-color: #f1f2f5;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 1.875em;
  padding-right: 1.875em;
}

.main__card-result .box .blockquote .info {
  font-weight: 500;
  color: #000;
  font-size: 0.93775em;
}

.main__card-result .box .blockquote .info p {
  margin: 0 0 1.25em;
}

.main__card-result .box .blockquote .info p:last-child {
  margin-bottom: 0;
}

.main__card-result .box .list {
  margin-top: 1.875em;
}

.main__card-result .box .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__card-result .box .list ul li {
  color: #000;
  font-weight: 500;
  margin-bottom: 1.25em;
}

.main__card-result .box .list ul li:last-child {
  margin-bottom: 0;
}

.main__card-result .box .list ul li::before {
  content: '\2014';
  color: #E22427;
}

.main__card-other {
  padding-top: 3.125em;
  padding-bottom: 4.0625em;
}

.main__card-other .radial__bottom {
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%) translateY(10%);
  -webkit-transform: translateX(-50%) translateY(10%);
  -moz-transform: translateX(-50%) translateY(10%);
  -ms-transform: translateX(-50%) translateY(10%);
  -o-transform: translateX(-50%) translateY(10%);
}

.main__card-design {
  padding-top: 3.3125em;
  background-color: #E22427;
  padding-bottom: 3.3125em;
}

.main__card-design--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-design--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-design--top .box:first-child {
  margin-bottom: 1.25em;
}

.main__card-design--top .box .info {
  font-size: 0.9375rem;
  color: #fff;
}

.main__card-design--top .box h2 {
  color: #fff;
}

.main__card-design--block {
  padding-top: 3.75em;
  display: none;
}

.main__card-design--slider, .main__card-design--slide {
  margin-left: -1.25em;
  margin-right: -1.25em;
}

.main__card-design--slider .item, .main__card-design--slide .item {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: initial !important;
}

.main__card-design--slider .slick-list, .main__card-design--slide .slick-list {
  padding: 0 1.875em;
}

.main__card-design--slider .slick-track, .main__card-design--slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__card-design--slide {
  margin-top: 2.5em;
}

.main__card-design--box {
  padding-top: 3.125em;
}

.main__card-design--box .box {
  margin-bottom: 2.5em;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.main__card-design--box .box .image {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.main__card-design--box .box .image img {
  margin: 0 auto;
}

.main__card-design--box .box:last-child {
  margin-bottom: 0;
}

.main__card-design--box .box_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-design--box .box_fl .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.main__card-kit {
  position: relative;
  padding-top: 3.375em;
  padding-bottom: 1.875em;
  background-color: #004288;
}

.main__card-kit--kit {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 700px;
}

.main__card-kit--mac {
  position: absolute;
  right: -18%;
  max-width: 360px;
  bottom: 10%;
}

.main__card-kit .block {
  position: relative;
  z-index: 1;
}

.main__card-kit .block:first-child {
  margin-bottom: 17.125em;
}

.main__card-kit .block h1 {
  color: #fff;
  font-size: 1.375em;
}

.main__card-kit .block .page__link {
  color: #fff;
  text-transform: lowercase;
}

.main__card-kit .block .page__link .icon {
  background-color: #fff;
}

.main__card-kit .block .page__link .icon svg {
  fill: #000;
}

.main__card-unique {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__card-unique--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__card-unique--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__card-unique--top .box:first-child {
  margin-bottom: 1.25em;
}

.main__card-unique--top .box h2 span {
  display: block;
}

.main__card-unique--top .box code {
  position: relative;
  display: block;
  font-size: 0.9375em;
}

.main__card-unique--top .box code::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(white));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, white 100%);
  bottom: 0;
}

.main__card-unique--bottom {
  padding-top: 3.75em;
  position: relative;
}

.main__card-unique--bottom .round {
  margin: 0 auto;
  width: 17.1875rem;
  height: 17.1875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #EEF4FB;
}

.main__card-unique--bottom .block {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__card-unique--bottom .block img {
  margin: 0 auto;
}

.main__kit-company {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.main__kit-company--top .info {
  font-weight: 500;
  color: #000;
  font-size: 1.125em;
  margin-top: 1.875rem;
  max-width: 420px;
}

.main__kit-company--bottom {
  padding-top: 3.125em;
}

.main__kit-company--bottom .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__kit-company--bottom .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__kit-company--bottom .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__kit-company--bottom .box h2 {
  margin-bottom: 1.875rem;
}

.main__kit-company--bottom .box h2 i {
  font-style: normal;
  color: #004288;
}

.main__kit-company--bottom .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25em;
}

.main__kit-company--bottom .box .block .image {
  width: 6.3125em;
  height: 6.3125em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.main__kit-company--bottom .box .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__kit-company--bottom .box .block .desc {
  margin-left: 0.625em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
  max-width: 61%;
}

.main__kit-company--bottom .box .block .desc .name {
  color: #000;
  font-weight: 500;
  font-size: 1.125em;
}

.main__kit-company--bottom .box .block .desc .post {
  color: #808080;
  font-weight: 500;
  font-size: 0.9375em;
  margin-top: 8px;
}

.main__kit-company--bottom .box .blockquote {
  background-color: #EEF4FB;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.875em;
  padding-right: 1.875em;
}

.main__kit-company--bottom .box .blockquote .info {
  color: #000;
}

.main__kit-company--bottom .box .blockquote .info p {
  margin: 0 0 1.25rem;
}

.main__kit-company--image {
  position: relative;
  padding-left: 2.25rem;
  display: none;
}

.main__kit-company--image .image {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main__kit-company--image .image img {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.main__kit-company--image .ph_1 {
  position: absolute;
  bottom: 1%;
  z-index: -1;
  left: 0;
}

.main__kit-company--image .ph_2 {
  min-height: 677px;
  height: 100%;
}

.main__kit-prototype {
  background-color: #004288;
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 3.375em;
}

.main__kit-prototype--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__kit-prototype--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__kit-prototype--top .box:first-child {
  padding-right: 0;
  margin-bottom: 1.25em;
}

.main__kit-prototype--top .box h2 {
  color: #fff;
}

.main__kit-prototype--top .box .info {
  color: #fff;
}

.main__kit-prototype--block {
  padding-top: 3.75em;
}

.main__kit-prototype--slider {
  margin-right: -1.25em;
}

.main__kit-prototype--slider .slick-list {
  padding-left: 0.93775em;
  padding-right: 0.9375em;
}

.main__kit-prototype--slider .item {
  padding-right: 1.25em;
}

.main__kit-prototype--slider .item .image {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-size: cover;
}

.main__kit-prototype--slider .item .image img {
  opacity: 0;
  visibility: hidden;
}

.main__kit-prototype--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__kit-prototype--slider .slick-slide {
  height: auto;
}

.main__kit-design {
  position: relative;
  padding-top: 3.6875em;
  padding-bottom: 3.75em;
}

.main__kit-design--top .box .info {
  color: #000;
  margin-top: 1.875em;
}

.main__kit-design--top .box .info p {
  margin: 0 0 1.25em;
}

.main__kit-design--bottom {
  padding-top: 1.125em;
}

.main__kit-design--bottom .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__kit-design--bg {
  position: relative;
}

.main__kit-design--bg .round {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-bottom: 1.25rem;
}

.main__kit-design--bg .r_group {
  background-color: #EEF4FB;
  color: #8095AD;
}

.main__kit-design--bg .r_current {
  background-color: #DA281C;
  color: #fff;
}

.main__kit-design--bg .r_main {
  background-color: #004288;
  color: #fff;
}

.main__cost {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.main__cost h2 i {
  font-style: normal;
  color: #E22427;
}

.main__cost--block {
  padding-top: 1.875rem;
}

.main__cost--block .d-flex {
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 1.875rem;
}

.main__cost--block .box {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__serv-more {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.main__serv-more .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__serv-more .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__serv-more .image {
  position: relative;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  overflow: hidden;
  height: 250px;
}

.main__serv-more .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__serv-more h2 i {
  font-style: normal;
  color: #E22427;
}

.main__serv-more .info {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1.875rem;
}

.main__serv-more .info p {
  margin: 0 0 1.25rem;
}

.main__serv-more .info p:last-child {
  margin-bottom: 0;
}

.main__serv-more--accordion {
  padding-top: 1.875rem;
}

.main__serv-more--accordion .accordion__item {
  border-bottom: 1px solid #E8E8E8;
}

.main__serv-more--accordion .accordion__item:last-child {
  border: none;
}

.main__serv-more--accordion .accordion__item.active .accordion__head .plus::after {
  transform: translateX(0) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(0deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(0deg);
  -o-transform: translateX(0) translateY(-50%) rotate(0deg);
}

.main__serv-more--accordion .accordion__head {
  padding-top: 1.875rem;
  position: relative;
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  padding-left: 2rem;
  padding-right: 1.875rem;
}

.main__serv-more--accordion .accordion__head:focus {
  outline: none;
  border: none;
}

.main__serv-more--accordion .accordion__head .numb {
  font-weight: 700;
  position: absolute;
  left: 0;
  font-size: 0.9375rem;
  color: #E22427;
  top: 1.875rem;
}

.main__serv-more--accordion .accordion__head .text {
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
}

.main__serv-more--accordion .accordion__head .plus {
  display: inline-block;
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 0.875rem;
}

.main__serv-more--accordion .accordion__head .plus::before, .main__serv-more--accordion .accordion__head .plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.main__serv-more--accordion .accordion__head .plus::before {
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__serv-more--accordion .accordion__head .plus::after {
  top: 50%;
  transform: translateX(0) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(90deg);
  -o-transform: translateX(0) translateY(-50%) rotate(90deg);
}

.main__serv-more--top {
  display: none;
}

.main__serv-more--group {
  padding-bottom: 1.875rem;
}

.main__our-adv {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.main__our-adv h2 i {
  font-style: normal;
  color: #E22427;
}

.main__our-adv--block {
  padding-top: 1.875rem;
}

.main__our-adv--block .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  row-gap: 1.25rem;
}

.main__our-adv--block .box {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__our-adv--cart a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 0.9375rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
}

.main__our-adv--cart a:focus {
  outline: none;
  border: none;
}

.main__our-adv--cart a .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 0.625rem;
}

.main__our-adv--cart a .icon svg .pen {
  fill: #E22427;
}

.main__our-adv--cart a .icon svg .line {
  fill: #000;
}

.main__our-adv--grey a {
  background-color: #F5F5F5;
}

.main__our-adv--grey a .icon {
  background-color: #E22427;
}

.main__our-adv--grey a .icon svg .pen {
  fill: #fff;
}

.main__our-adv--grey a .icon svg .line {
  fill: #fff;
}

.main__audit {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.main__audit--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__audit--top .box:first-child {
  margin-bottom: 1.875rem;
}

.main__audit--top h2 {
  max-width: 440px;
}

.main__audit--top h2 i {
  font-style: normal;
  color: #E22427;
}

.main__audit--list .subname {
  font-weight: 400;
  color: #000;
  font-size: 0.9375rem;
}

.main__audit--list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__audit--list ul li {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.main__audit--block {
  padding-top: 2.5rem;
}

.main__audit--block .d-flex {
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 1rem;
}

.main__audit--block .box {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__audit-cart {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 110px;
}

.main__audit-cart .icon {
  width: 2.215rem;
  margin-right: 0.9375rem;
}

.main__audit-cart .icon img {
  margin: 0 auto;
}

.main__audit-cart .desc {
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%;
  max-width: 79%;
  line-height: 1.18;
}

.arrow {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.arrow:focus {
  outline: none;
  border: none;
}

.accordion__item {
  padding-bottom: 1.875em;
}

.accordion__item.active .accordion__name::after {
  transform: translateX(0) translateY(-50%) rotate(0);
  -webkit-transform: translateX(0) translateY(-50%) rotate(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0);
  -o-transform: translateX(0) translateY(-50%) rotate(0);
}

.accordion__item.active .accordion__body {
  display: block;
}

.accordion__item:last-child {
  padding-bottom: 0;
}

.accordion__name {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.0625em;
  padding-left: 1.5em;
}

.accordion__name::before, .accordion__name::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.75em;
  height: 2px;
  top: 50%;
  background-color: #e22427;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.accordion__name::before {
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.accordion__name::after {
  transform: translateX(0) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(90deg);
  -o-transform: translateX(0) translateY(-50%) rotate(90deg);
  left: 0;
}

.accordion__name:focus {
  outline: none;
  border: none;
}

.accordion__body {
  padding-top: 1.5em;
  display: none;
}

.accordion__body .text {
  color: #000;
  font-size: 0.9375em;
  max-width: 560px;
}

.accordion__body .text p {
  margin: 0 0 1.25em;
}

.accordion__body .text p:last-child {
  margin-bottom: 0;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: none;
}

.nav__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav__container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}

.nav.active {
  opacity: 1;
  visibility: visible;
}

.nav .d-flex {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__top {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.nav__top .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__close {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 0.9375em;
  height: 0.9375em;
  position: relative;
}

.nav__close:focus {
  outline: none;
  border: none;
}

.nav__close::before, .nav__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
}

.nav__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.nav__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.nav__name {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 1.875em;
  margin-top: 3.125rem;
}

.nav__name:first-child {
  margin-top: 0;
}

.nav__name:focus {
  outline: none;
  border: none;
}

.nav__name:hover .info_tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.nav__name:hover .icon img {
  transform: translateX(0) translateY(0) rotate(45deg);
  -webkit-transform: translateX(0) translateY(0) rotate(45deg);
  -moz-transform: translateX(0) translateY(0) rotate(45deg);
  -ms-transform: translateX(0) translateY(0) rotate(45deg);
  -o-transform: translateX(0) translateY(0) rotate(45deg);
}

.nav__name .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.nav__name .info_tilt {
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.nav__name .info_duplicate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.nav__name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #E22427;
  margin-right: 1.0625rem;
}

.nav__name .icon img {
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.nav__subnav {
  padding-top: 1.5rem;
  padding-left: 3.25rem;
}

.nav__list ul, .nav__subnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav__list ul li, .nav__subnav ul li {
  margin-bottom: 1.5em;
}

.nav__list ul li:last-child, .nav__subnav ul li:last-child {
  margin-bottom: 0;
}

.nav__list ul li a, .nav__subnav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #676767;
  font-weight: 500;
  display: block;
  font-size: 1.125em;
  position: relative;
  overflow: hidden;
}

.nav__list ul li a:focus, .nav__subnav ul li a:focus {
  outline: none;
  border: none;
}

.nav__list ul li a:hover .tilt, .nav__subnav ul li a:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.nav__list ul li a .tilt, .nav__subnav ul li a .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.nav__list ul li a .duplicate, .nav__subnav ul li a .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.nav__bottom {
  padding-bottom: 3.125em;
}

.nav__bottom .d-flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nav__bottom .box .phone {
  margin-bottom: 0.625em;
}

.nav__bottom .box .phone a {
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.nav__bottom .box .phone a:hover .tilt {
  transform: translateX(0) translateY(-100%);
  -webkit-transform: translateX(0) translateY(-100%);
  -moz-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  -o-transform: translateX(0) translateY(-100%);
}

.nav__bottom .box .phone a .tilt {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.nav__bottom .box .phone a .duplicate {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(100%);
  -webkit-transform: translateX(0) translateY(100%);
  -moz-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
}

.nav__bottom .box .email a {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.nav__bottom .box .email a:focus {
  outline: none;
  border: none;
}

.nav__bottom .box .email a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e22427;
  margin-right: 0.625rem;
}

.nav__bottom .box .email a:hover .info::after {
  opacity: 0;
}

.nav__bottom .box .email a .info {
  position: relative;
}

.nav__bottom .box .email a .info::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.contact {
  position: relative;
  padding-bottom: 6.25em;
  padding-top: 3.125em;
}

.contact .radial {
  position: absolute;
  z-index: -1;
}

.contact .radial__top {
  left: 0;
  top: -15%;
}

.contact .radial__bottom {
  right: 0;
  bottom: -40%;
}

.contact__top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__top .name {
  color: #000;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.contact__top .time-work {
  color: #000;
  font-weight: 600;
}

.contact__top .time-work span {
  display: block;
}

.contact__top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.contact__top .box:first-child {
  margin-bottom: 1.25em;
}

.contact__block {
  padding-top: 1.25em;
}

.contact__block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__block .box {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

.contact__block .box .email a, .contact__block .box .phone a, .contact__block .box .whatsapp a {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.contact__block .box .email a .icon, .contact__block .box .phone a .icon, .contact__block .box .whatsapp a .icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E22427;
}

.contact__block .box .email a:focus, .contact__block .box .phone a:focus, .contact__block .box .whatsapp a:focus {
  outline: none;
  border: none;
}

.contact__block .box .email a .block, .contact__block .box .phone a .block, .contact__block .box .whatsapp a .block {
  margin-left: 0.75em;
}

.contact__block .box .email a .name, .contact__block .box .phone a .name, .contact__block .box .whatsapp a .name {
  color: #000;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
}

.contact__block .box .email a .info, .contact__block .box .phone a .info, .contact__block .box .whatsapp a .info {
  color: #000;
  position: relative;
  font-weight: 500;
}

.contact__block .box .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__block .box .address .icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E22427;
}

.contact__block .box .address .block {
  margin-left: 0.75em;
}

.contact__block .box .address .name {
  color: #000;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
}

.contact__block .box .address .info {
  color: #000;
  position: relative;
  font-weight: 500;
  text-decoration: underline;
}

.contact__block .box .whatsapp a .icon {
  background-color: #4CAF50;
}

.contact__block .box .email a .info {
  text-decoration: underline;
}

.contact__map {
  margin-top: 3.125em;
  margin-right: -15px;
  margin-left: -15px;
}

.contact__map .map {
  position: relative;
  width: 100%;
  min-height: 350px;
}

.article {
  position: relative;
  padding-top: 3.125em;
}

.article .radial {
  position: absolute;
  z-index: -1;
  top: -5%;
  left: 0;
}

.article__group {
  max-width: 890px;
  margin: 0 auto;
}

.article__group--top {
  padding-top: 1.5em;
  padding-bottom: 1.125em;
}

.article__group--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__group--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.article__group--top .box:first-child {
  margin-bottom: 1.25em;
}

.article__group--top .box .date {
  color: #E22427;
  font-weight: 500;
  font-size: 0.9375em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25em;
}

.article__group--top .box .hash {
  display: inline-block;
  vertical-align: middle;
}

.article__group--top .box .hash ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.article__group--top .box .hash ul li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 0.9375em;
  color: #808080;
  margin-right: 1.25em;
}

.article__group--top .box .hash ul li:last-child {
  margin-right: 0;
}

.article__group > .text {
  font-weight: 500;
  font-size: 0.9375em;
  color: #000;
  margin-top: 1.25em;
  margin-bottom: 2.5em;
}

.article__group > .text p {
  margin: 0 0 1.25em;
}

.article__group > .text p:last-child {
  margin-bottom: 0;
}

.article__group > .text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.article__group > .text ul li {
  font-weight: 500;
  font-size: 0.9375em;
  margin-bottom: 0.9375em;
  color: #000;
}

.article__group > .text ul li::before {
  content: "\2014";
  color: #E22427;
  display: inline-block;
}

.article__group .share {
  outline: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.article__group .share:focus {
  outline: none;
  border: none;
}

.article__group .share .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
}

.article__group .share .text {
  display: inline-block;
  vertical-align: middle;
  color: #E22427;
  font-weight: 500;
  font-size: 0.9375em;
  margin-bottom: 0;
  margin-top: 0;
}

.article__group--ban {
  margin-bottom: 2.5em;
}

.article__group--ban .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 210px;
}

.article__group--ban .image img {
  opacity: 0;
  visibility: hidden;
}

.article__group--expert .special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}

.article__group--expert .special .image {
  display: inline-block;
  vertical-align: middle;
  width: 6.3125em;
  height: 6.3125em;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 1.125em;
}

.article__group--expert .special .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__group--expert .special .block .name {
  font-weight: 500;
  font-size: 1.125em;
  color: #000;
  margin-bottom: 0.625em;
}

.article__group--expert .special .block .post {
  color: #808080;
  font-weight: 500;
  font-size: 0.9375em;
}

.article__group--expert .blockquote {
  background-color: #F1F2F5;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2.5em;
}

.article__group--expert .blockquote .info {
  font-weight: 500;
  font-size: 0.9375em;
  color: #000;
}

.article__group--expert .blockquote .info p {
  margin: 0 0 1.25em;
}

.article__group--expert .blockquote .info p:last-child {
  margin-bottom: 0;
}

.article__group--expert .blockquote .info i {
  font-style: normal;
  color: #E22427;
}

.article__group .main__bottom {
  margin-left: -15px;
  margin-right: -15px;
}

.article__cognize {
  padding-bottom: 5.625em;
  padding-top: 3.75em;
}

.article__cognize--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__cognize--top .box:last-child {
  display: none;
}

.article__cognize--block {
  padding-top: 2.5em;
}

.article__cognize--slider {
  margin-left: -0.8125em;
  margin-right: -0.8125em;
}

.article__cognize--slider .item {
  padding-left: 0.8125em;
  padding-right: 0.8125em;
}

.article__cognize--slider .slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.article__cognize--slider .slick-dots {
  text-align: right;
  bottom: -45px;
  padding-left: 0.8125em;
  padding-right: 0.8125em;
}

.article__cognize--slider .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.article__cognize--slider .slick-dots li.slick-active button {
  background-color: #e22427;
}

.article__cognize--slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e8e8e8;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.article__cognize--slider .slick-dots li button::before {
  content: none;
}

.article__cognize--slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 1.25em;
  z-index: 1;
}

.article__cognize--slider .arrow__next {
  right: -1.5em;
}

.article__cognize--slider .arrow__prev {
  left: -1.5em;
}

.radial {
  position: absolute;
  z-index: -1;
  display: none;
}

.radial svg path {
  opacity: 0.8;
  fill: #f2f2f2;
}

.modal-cost {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  opacity: 0;
  visibility: hidden;
}

.modal-cost.active {
  opacity: 1;
  visibility: visible;
}

.modal-cost.active .modal-cost__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal-cost__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-cost__container {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  padding-top: 1.5rem;
  padding-bottom: 3.125rem;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  overflow-x: hidden;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.modal-cost__close {
  position: absolute;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 2.5rem;
  right: 1.875rem;
}

.modal-cost__close::before, .modal-cost__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-cost__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-cost__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.modal-cost__plank {
  background-color: #f5f5f5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.625rem;
  color: #646464;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  border-top-left-radius: 0;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.625rem;
}

.modal-cost__plank i {
  font-style: normal;
  color: #E22427;
}

.modal-cost__block {
  padding-top: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.modal-cost__block .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.modal-cost__block .ttl i {
  font-style: normal;
  color: #E22427;
}

.modal-cost__block .info {
  margin-top: 1.25rem;
  font-weight: 400;
  color: #000;
  font-size: 0.875rem;
}

.modal-cost__block .list {
  margin-top: 2.5rem;
}

.modal-cost__block .list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.modal-cost__block .list ul li {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #000;
  margin-bottom: 0.875rem;
  padding-left: 3.125rem;
  position: relative;
}

.modal-cost__block .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  content: url(../img/list_check_icon.svg);
  left: 0;
}

.modal-cost__block--button {
  padding-top: 2.5rem;
}

.modal-adv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.modal-adv.active {
  opacity: 1;
  visibility: visible;
}

.modal-adv.active .modal-adv__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal-adv__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-adv__container {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  overflow-x: hidden;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.modal-adv__container .ttl {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
}

.modal-adv__container .info {
  margin-top: 2.5rem;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}

.modal-adv__container .info p {
  margin: 0 0 1.875rem;
}

.modal-adv__container .info p:last-child {
  margin-bottom: 0;
}

.modal-adv__button {
  padding-top: 4.25rem;
}

.modal-adv__close {
  position: absolute;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 2.5rem;
  right: 1.25rem;
}

.modal-adv__close::before, .modal-adv__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-adv__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-adv__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.modal-rec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}

.modal-rec.active {
  opacity: 1;
  visibility: visible;
}

.modal-rec.active .modal-rec__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal-rec__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-rec__container {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.modal-rec__head {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.modal-rec__close {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  position: relative;
}

.modal-rec__close::before, .modal-rec__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-rec__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-rec__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.modal-rec__wrap {
  height: calc(100% - 68px);
  overflow-x: hidden;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.modal-rec__wrap--top .ttl {
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
}

.modal-rec__wrap--top .price {
  font-weight: 700;
  color: #E22427;
  font-size: 1.25rem;
}

.modal-rec__wrap--top .price i {
  font-style: normal;
}

.modal-rec__wrap--top .price span {
  color: #D9D9D9;
  display: none;
}

.modal-rec__wrap--block {
  padding-top: 3.125rem;
}

.modal-feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}

.modal-feedback.active {
  opacity: 1;
  visibility: visible;
}

.modal-feedback_overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-feedback_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.modal-feedback_wrap .ttl {
  color: #000;
  font-weight: 700;
  font-size: clamp(1.625rem, 4vw, 2.5rem);
}

.modal-feedback_wrap .ttl i {
  font-style: normal;
  color: #E22427;
}

.modal-feedback_close {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: none;
  width: 1.125rem;
  height: 1.125rem;
  right: 0;
}

.modal-feedback_close::before, .modal-feedback_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-feedback_close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-feedback_close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.form__group {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.form__input {
  width: 100%;
  outline: none;
  line-height: 1.3;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__politic {
  color: #000;
  font-size: 0.8125em;
}

.form__politic a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #000;
}

.form__feedback--top {
  padding-bottom: 2.25em;
}

.form__feedback--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__feedback--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__feedback--group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form__feedback--group input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  height: 49px;
}

.form__feedback--group input:focus ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__feedback--group input.used ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__feedback--group textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  height: 49px;
  resize: none;
}

.form__feedback--group textarea:focus ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__feedback--group textarea.used ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__feedback--group label {
  position: absolute;
  display: block;
  top: 50%;
  white-space: nowrap;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.form__feedback .name {
  font-weight: 600;
  color: #000;
  font-size: 1.125em;
  margin-bottom: 1.25rem;
}

.form__feedback--middle {
  padding-bottom: 3.125em;
}

.form__feedback--middle .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__feedback--middle .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__feedback--middle .box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.5em;
}

.form__feedback--middle .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  row-gap: 1.25em;
}

.form__feedback--middle .list ul li {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__feedback--middle .list ul li.active a {
  background-color: #E22427;
  color: #fff;
}

.form__feedback--middle .list ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  min-width: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #f1f1f5;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  font-weight: 500;
  font-size: 0.8125em;
  color: #6d6d6d;
  padding-left: 0.625em;
  padding-right: 0.625em;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.form__feedback--middle .list ul li a:hover {
  background-color: #E22427;
  color: #fff;
}

.form__feedback--flex {
  padding-top: 2.5em;
}

.form__feedback--flex .page__btn {
  margin: 0 auto;
}

.form__feedback--flex .form__politic {
  text-align: center;
  margin-top: 1.25em;
}

.form__feedback--input {
  position: relative;
}

.form__feedback--input label {
  position: relative;
  font-weight: 500;
  color: #E22427;
  font-size: 0.9375em;
  padding-left: 1.0625em;
  cursor: pointer;
  display: inline-block;
}

.form__feedback--input label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  content: "+";
}

.form__feedback--input input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: -999px;
}

.form__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__search--close {
  outline: none;
  border: none;
  text-decoration: none;
  position: relative;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.form__search--close:focus {
  outline: none;
  border: none;
}

.form__search--close::before, .form__search--close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 1.25rem;
  height: 2px;
  margin: 0 auto;
  background-color: #000;
  top: 50%;
}

.form__search--close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.form__search--close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.form__search--close:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form__search--group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.form__search--group input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  height: 40px;
}

.form__search--group input:focus ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__search--group input.used ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__search--group label {
  position: absolute;
  display: block;
  top: 50%;
  white-space: nowrap;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.form__rec--block {
  margin-bottom: 2.5rem;
}

.form__rec--block .form__group {
  position: relative;
}

.form__rec--block .form__group input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  height: 49px;
}

.form__rec--block .form__group input:focus ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__rec--block .form__group input.used ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__rec--block .form__group textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  height: 49px;
  resize: none;
}

.form__rec--block .form__group textarea:focus ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__rec--block .form__group textarea.used ~ label {
  opacity: 0;
  visibility: hidden;
}

.form__rec--block .form__group label {
  position: absolute;
  display: block;
  top: 50%;
  white-space: nowrap;
  font-weight: 500;
  color: #5B5A60;
  font-size: 0.9375em;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.form__rec--label {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

.form__rec--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
}

.form__rec--box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__rec--wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__rec--wrap .item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.form__rec--wrap .item:last-child .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__rec-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  row-gap: 0.625rem;
}

.form__rec-check .box {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form__rec-check .checked {
  position: relative;
  overflow: hidden;
}

.form__rec-check .checked input {
  opacity: 0;
  position: absolute;
}

.form__rec-check .checked input:checked ~ label {
  color: #fff;
}

.form__rec-check .checked input:checked ~ label::before {
  width: 100%;
  right: initial;
  left: 0;
}

.form__rec-check .checked label {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  color: #6D6D6D;
  font-weight: 500;
  font-size: 0.8125rem;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #F1F1F5;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.form__rec-check .checked label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #E22427;
  right: 0;
  left: initial;
  z-index: -1;
}

.form__rec--file {
  margin-top: 1.5rem;
}

.form__rec--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__rec--bottom .form__politic {
  margin-top: 1.25rem;
  text-align: center;
}

.phone a {
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  color: #000;
  font-weight: 500;
}

.phone a:focus {
  outline: none;
  border: none;
}

.cart-project a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
}

.cart-project a:focus {
  outline: none;
  border: none;
}

.cart-project__bg {
  position: relative;
  overflow: hidden;
  min-height: 195px;
  max-height: 340px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-project__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-project .name {
  color: #000;
  font-weight: 500;
  font-size: 0.9375em;
  margin-top: 1.25em;
}

.cart-project .name span {
  display: block;
}

.cart-project .hashtag {
  margin-top: 0.875em;
}

.cart-project .hashtag ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cart-project .hashtag ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
  color: #808080;
  font-size: 0.875em;
  font-weight: 500;
}

.cart-project .hashtag ul li:last-child {
  margin-right: 0;
}

.cart-client {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.cart-client__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-client__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.875em;
  padding-bottom: 1.5em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.cart-client__box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.cart-client__box .video {
  height: 100%;
}

.cart-client__box .video a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
}

.cart-client__box .video a .image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 170px;
}

.cart-client__box .video a .image img {
  opacity: 0;
  visibility: hidden;
}

.cart-client__box .video a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.cart-client__box .name {
  font-weight: 600;
  font-size: 1.125em;
  color: #000;
  margin-bottom: 5px;
}

.cart-client__box .subname {
  font-weight: 500;
  font-size: 1.0625em;
  color: #e22427;
}

.cart-client__box .read-more {
  margin-top: 1.625em;
}

.cart-client__box .read-more__text {
  color: #000;
  position: relative;
  font-weight: 500;
  font-size: 0.9375em;
  margin-bottom: 0.9375em;
}

.cart-client__box .read-more__text p {
  margin: 0 0 1.25em;
}

.cart-client__box .read-more__text p:last-child {
  margin-bottom: 0;
}

.cart-client__box .read-more__text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, white 100%);
}

.cart-client__box .read-more__link {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  color: #E22427;
  font-weight: 500;
  white-space: nowrap;
}

.cart-client__box .read-more__link span {
  position: relative;
}

.cart-client__box .read-more__link span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #e22427;
}

.cart-client__box .read-more__link:focus {
  outline: none;
  border: none;
}

.cart-say {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  background-color: #F1F2F5;
  height: 100%;
  padding: 1.875rem 0.9375rem;
}

.cart-say__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cart-say_txt {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  max-width: 990px;
}

.cart-say_txt p {
  margin: 0 0 0.9375rem;
}

.cart-say_txt p:last-child {
  margin-bottom: 0;
}

.cart-say__top {
  padding-top: 1.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.625rem;
}

.cart-say__bottom {
  padding-top: 1.625rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: 1px solid rgba(220, 220, 220, 0.3);
}

.cart-say__logo {
  min-height: 20px;
}

.cart-say__link {
  outline: none;
  border: none;
  text-decoration: underline;
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #E22427;
  margin-top: 7px;
  text-decoration-skip-ink: none;
  position: relative;
  padding-left: 3.75rem;
}

.cart-say__link:focus {
  outline: none;
  border: none;
}

.cart-say__link .icon {
  position: absolute;
  display: inline-block;
  line-height: 0;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.cart-vlog a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.cart-vlog a:focus {
  outline: none;
  border: none;
}

.cart-vlog__image {
  max-height: 168px;
}

.cart-vlog__image .image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.cart-vlog__image .image img {
  opacity: 0;
  visibility: hidden;
}

.cart-vlog__bottom {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 1.875em;
  padding-bottom: .875em;
}

.cart-vlog__bottom .date {
  color: #e22427;
  font-weight: 500;
  font-size: 0.875em;
  margin-bottom: 5px;
}

.cart-vlog__bottom .name {
  color: #000;
  font-weight: 500;
  font-size: 0.875em;
}

.cart-cost {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.cart-cost__new .new {
  position: absolute;
  background-color: #E22427;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 57px;
  left: 1.625rem;
  top: -0.9375rem;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}

.cart-cost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.cart-cost__top .name {
  font-weight: 700;
  color: #000;
  font-size: 1.25em;
}

.cart-cost__top .price {
  background-color: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
}

.cart-cost__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cart-cost__block {
  padding-bottom: 1.875rem;
}

.cart-cost__block .info {
  color: #000;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.cart-cost__list {
  padding-top: 1.25rem;
  border-top: 1px solid #E0E0E0;
}

.cart-cost__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cart-cost__list ul li {
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.5rem;
}

.cart-cost__list ul li:last-child {
  margin-bottom: 0;
}

.cart-cost__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: url(../img/check_list_icon.svg);
}

.cart-cost__link {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  z-index: 1;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #e22427;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link:focus {
  outline: none;
  border: none;
}

.cart-cost__link i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  z-index: -1;
  display: none;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg {
  stroke: #fff;
  position: relative;
  right: 6px;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg .line {
  stroke-dasharray: 25;
  stroke-dashoffset: 22;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.breadcrumbs {
  padding-top: 1.75em;
  position: relative;
  z-index: 1;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li {
  position: relative;
  padding-right: 0.9375em;
}

.breadcrumbs ul li:last-child {
  padding-right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.breadcrumbs ul li:last-child::after {
  content: none;
}

.breadcrumbs ul li:last-child a {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.breadcrumbs ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.breadcrumbs ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 0.8125em;
}

.breadcrumbs ul li a:focus {
  outline: none;
  border: none;
}

.m-filter {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding: 0;
  visibility: hidden;
}

.m-filter.active {
  opacity: 1;
  visibility: visible;
}

.m-filter.active .m-filter__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-filter__overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.m-filter__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
  overflow-x: hidden;
  overflow-y: auto;
}

.m-filter__container--top {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.m-filter__container--top .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-filter__container--top .title {
  color: #000;
  font-weight: 600;
  font-size: 1.625em;
}

.m-filter__container--block {
  height: calc(100% - 63px);
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 3.125em;
  padding-bottom: 2.5em;
}

.m-filter__container--block .block {
  padding-bottom: 2.5em;
}

.m-filter__container--block .block .name {
  color: #000;
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0.9375em;
}

.m-filter__container--block .block .list ul {
  padding: 0;
  margin: 0 -5px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.875em;
}

.m-filter__container--block .block .list ul li {
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.m-filter__container--block .block .list ul li.active a {
  background-color: #E22427;
  color: #fff;
}

.m-filter__container--block .block .list ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #f1f1f5;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #6D6D6D;
  text-align: center;
}

.m-filter__container--block .block .list ul li a:focus {
  outline: none;
  border: none;
}

.m-filter__close {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 1.0625em;
  height: 1.0625em;
  position: relative;
}

.m-filter__close:focus {
  outline: none;
  border: none;
}

.m-filter__close::before, .m-filter__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
}

.m-filter__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.m-filter__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.m-filter__button .page__btn--radial {
  margin: 0 auto;
}

.m-menu {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}

.m-menu.active {
  opacity: 1;
  visibility: visible;
}

.m-menu.active .m-menu__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-menu__overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.m-menu__container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  max-width: 100%;
  overflow-x: hidden;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.m-menu__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 7.0625rem;
  padding-bottom: 2.5rem;
}

.m-menu__container--nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-menu__container--nav ul li {
  margin-bottom: 1.25rem;
}

.m-menu__container--nav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #676767;
  font-weight: 500;
  font-size: 1.0625em;
}

.m-menu__container--nav ul li a:focus {
  outline: none;
  border: none;
}

.m-menu__container--block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-menu__container--block .box .phone a {
  font-weight: 600;
  font-size: 1.25em;
}

.m-menu__container--block .box .email a {
  outline: none;
  border: none;
  text-decoration: underline;
  color: #E22427;
  font-weight: 500;
  display: inline-block;
}

.m-menu__container--block .box .email a:focus {
  outline: none;
  border: none;
}

.m-menu__container--block .box .page__btn--radial {
  height: 103px;
  min-width: 103px;
  max-width: 103px;
}

.m-menu__name {
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  position: relative;
  font-weight: 500;
  color: #000;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.m-menu__name:focus {
  outline: none;
  border: none;
}

.m-menu__name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #E22427;
  margin-right: 0.625rem;
}

.m-menu__name .text {
  display: inline-block;
  vertical-align: middle;
}

.m-menu__name.dropdown {
  padding-right: 1.5rem;
}

.m-menu__name.dropdown::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.m-menu__box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-top: 7.0625rem;
  padding-bottom: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.m-menu__box.active {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.m-menu__box .back {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  color: #808080;
  padding-left: 0.9375em;
  margin-bottom: 1.5rem;
}

.m-menu__box .back:focus {
  outline: none;
  border: none;
}

.m-menu__box .back::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.m-menu__box .name {
  color: #000;
  font-weight: 500;
  font-size: 1.325em;
  margin-bottom: 1.5rem;
}

.m-menu__subnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.m-menu__subnav ul li {
  margin-bottom: 1.25rem;
}

.m-menu__subnav ul li a {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.0625em;
}

.m-menu__subnav ul li a:focus {
  outline: none;
  border: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    -o-transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    -o-transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes handClick {
  from {
    transform: translateX(40px) skewX(-10deg) scale(0.9);
    -webkit-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -moz-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -ms-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -o-transform: translateX(40px) skewX(-10deg) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) skewX(0) scale(1);
    -webkit-transform: translateX(0) skewX(0) scale(1);
    -moz-transform: translateX(0) skewX(0) scale(1);
    -ms-transform: translateX(0) skewX(0) scale(1);
    -o-transform: translateX(0) skewX(0) scale(1);
    opacity: 1;
  }
}

@keyframes handClick {
  from {
    transform: translateX(40px) skewX(-10deg) scale(0.9);
    -webkit-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -moz-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -ms-transform: translateX(40px) skewX(-10deg) scale(0.9);
    -o-transform: translateX(40px) skewX(-10deg) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) skewX(0) scale(1);
    -webkit-transform: translateX(0) skewX(0) scale(1);
    -moz-transform: translateX(0) skewX(0) scale(1);
    -ms-transform: translateX(0) skewX(0) scale(1);
    -o-transform: translateX(0) skewX(0) scale(1);
    opacity: 1;
  }
}

.handClick {
  -webkit-animation-name: handClick;
  animation-name: handClick;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes trScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) transformY(-50%);
    transform: scale(0.5) transformY(-50%);
    -moz-transform: scale(0.5) transformY(-50%);
    -ms-transform: scale(0.5) transformY(-50%);
    -o-transform: scale(0.5) transformY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) transformY(-50%);
    transform: scale(1) transformY(-50%);
    -moz-transform: scale(1) transformY(-50%);
    -ms-transform: scale(1) transformY(-50%);
    -o-transform: scale(1) transformY(-50%);
  }
}

@keyframes trScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) transformY(-50%);
    transform: scale(0.5) transformY(-50%);
    -moz-transform: scale(0.5) transformY(-50%);
    -ms-transform: scale(0.5) transformY(-50%);
    -o-transform: scale(0.5) transformY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) transformY(-50%);
    transform: scale(1) transformY(-50%);
    -moz-transform: scale(1) transformY(-50%);
    -ms-transform: scale(1) transformY(-50%);
    -o-transform: scale(1) transformY(-50%);
  }
}

.trScale {
  -webkit-animation-name: trScale;
  animation-name: trScale;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes inline {
  100% {
    width: 95%;
  }
}

@keyframes inline {
  100% {
    width: 95%;
  }
}
/*# sourceMappingURL=style.css.map */


.breadcrumbs.white ul li::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.breadcrumbs.white ul li a {
    color: #fff;
}
.cart-vlog{
	height:100%;
}
.share_box{
	position:relative;
}
.ya-share2{
	display:none;
	position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 1;
    width: 186px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;	
}
.share2 .ya-share2{
	bottom: -14px;
    left: 120px;
}
.share2{
	position:relative;
}
.form__feedback--middle .list label {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form__feedback--middle .list input{
	display:none;
}
.form__feedback--middle .list label{
	outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    min-width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #f1f1f5;
	margin:10px 3px;
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
    font-weight: 500;
    font-size: 0.8125em;
    color: #6d6d6d;
    padding-left: 0.625em;
    padding-right: 0.625em;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
	cursor:pointer;
}
.form__feedback--middle .list input[type=radio]:checked + label,
.form__feedback--middle .list input[type=checkbox]:checked + label{
    background-color: #E22427;
    color: #fff;
}
.form__feedback--middle .list.second label{

}

a
{
	color: #e22427;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;	
}
.main__rating--flex a
{
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fbLnks
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding: 10px 0 0 0;
}
.fbLnks a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 48px;
	height: 48px;
	background: rgba(255,255,255,0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.fbLnks a:last-child
{
	margin-right: 0px;	
}
.fbLnks a:hover
{
	background: ##e22427;	
}
.fbLnks a img
{
	width: 21px;
}
#cookieShit
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #fff;
    padding: 15px 15px 15px;
    width: auto;
    color: #000;
    z-index: 1000;
    -webkit-box-shadow: 0px -5px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px -5px 20px rgba(0,0,0,0.4);
    -o-box-shadow: 0px -5px 20px rgba(0,0,0,0.4);
    box-shadow: 0px -5px 20px rgba(0,0,0,0.4);
    font-size: 0.9em;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    border-radius: 15px;
    left: 15px;
    bottom: 15px;	
}
#cookieShit.active
{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);	
}
#cookieShit .page__wrap
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
#cookieShit .txt
{
	padding-right: 15px;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
	line-height: 28px;
}
#cookieShit .txt a
{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #e22427;
	padding: 0px 3px;
	border-bottom: solid 1px #fff;
}
#cookieShit .page__btn{
	background-color: #000000;
    border-radius: 0;
    padding: 5px 10px;
    min-width: 194px;	
}
/*#cookieShit a
{
	margin: 10px;
	font-size: 0.9em;
}*/
.text-second{
	margin-top:30px;
}
.page h1.index_h1{
    font-size: clamp(3.5em, 4vw, 2.5em);
}
.index_desc{
	font-size: 1.5em;
}
.page__btn--radial .gr img{
    width: 23px;
    margin-bottom: 5px;
}
.main__work--top .box .info{
	margin-bottom: 30px;
}
.jc-sb{
	justify-content: space-between;
}

.main__audit {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.main__audit--top .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__audit--top .box:first-child {
  margin-bottom: 1.875rem;
}

.main__audit--top h2 {
  max-width: 440px;
}

.main__audit--top h2 i {
  font-style: normal;
  color: #E22427;
}

.main__audit--list .subname {
  font-weight: 400;
  color: #000;
  font-size: 0.9375rem;
}

.main__audit--list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main__audit--list ul li {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.main__audit--block {
  padding-top: 2.5rem;
}

.main__audit--block .d-flex {
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 1rem;
}

.main__audit--block .box {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__audit-cart {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 110px;
}

.main__audit-cart .icon {
  width: 2.215rem;
  margin-right: 0.9375rem;
}

.main__audit-cart .icon img {
  margin: 0 auto;
}

.main__audit-cart .desc {
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%;
  max-width: 79%;
  line-height: 1.18;
}

.cart-say {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  background-color: #fff;
  height: 100%;
}

.cart-say__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cart-say__top {
  padding-top: 1.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.625rem;
}

.cart-say__bottom {
  padding-top: 1.625rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: 1px solid rgba(220, 220, 220, 0.3);
}

.cart-say__logo {
  min-height: 20px;
}

.cart-say__link {
  outline: none;
  border: none;
  text-decoration: underline;
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #E22427;
  margin-top: 7px;
}

.cart-say__link:focus {
  outline: none;
  border: none;
}

.modal-etap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.modal-etap.active {
  opacity: 1;
  visibility: visible;
}

.modal-etap.active .modal-etap__container {
  transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
}

.modal-etap__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-etap__container {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  overflow-x: hidden;
  transform: translateX(100%) translateY(0);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
}

.modal-etap__container .ttl {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
}

.modal-etap__container .info {
  margin-top: 2.5rem;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}

.modal-etap__container .info p {
  margin: 0 0 1.875rem;
}

.modal-etap__container .info p:last-child {
  margin-bottom: 0;
}

.modal-etap__button {
  padding-top: 4.25rem;
}

.modal-etap__close {
  position: absolute;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 2.5rem;
  right: 1.25rem;
}

.modal-etap__close::before, .modal-etap__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-etap__close::before {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
}

.modal-etap__close::after {
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.cart-cost__link {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  z-index: 1;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #e22427;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link:focus {
  outline: none;
  border: none;
}

.cart-cost__link i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  z-index: -1;
  display: none;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg {
  stroke: #fff;
  position: relative;
  right: 6px;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg .line {
  stroke-dasharray: 25;
  stroke-dashoffset: 22;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.main__cost {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.main__cost h2 i {
  font-style: normal;
  color: #E22427;
}

.main__cost--block {
  padding-top: 1.875rem;
}

.main__cost--block .d-flex {
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 1.875rem;
}

.main__cost--block .box {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cart-cost {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.cart-cost__new .new {
  position: absolute;
  background-color: #E22427;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 57px;
  left: 1.625rem;
  top: -0.9375rem;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}

.cart-cost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.cart-cost__top .name {
  font-weight: 700;
  color: #000;
  font-size: 1.25em;
}

.cart-cost__top .price {
  background-color: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
}

.cart-cost__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cart-cost__block {
  padding-bottom: 1.875rem;
}

.cart-cost__block .info {
  color: #000;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.cart-cost__list {
  padding-top: 1.25rem;
  border-top: 1px solid #E0E0E0;
}

.cart-cost__list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cart-cost__list ul li {
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.5rem;
}

.cart-cost__list ul li:last-child {
  margin-bottom: 0;
}

.cart-cost__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: url(../img/check_list_icon.svg);
}

.cart-cost__link {
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
  z-index: 1;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #e22427;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link:focus {
  outline: none;
  border: none;
}

.cart-cost__link i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  z-index: -1;
  display: none;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg {
  stroke: #fff;
  position: relative;
  right: 6px;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

.cart-cost__link i svg .line {
  stroke-dasharray: 25;
  stroke-dashoffset: 22;
  transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
  -o-transition: all 0.4s cubic-bezier(0.17, 0.34, 0.51, 0.58) 0s;
}

div.spoiler_text {
  position: relative;
}
details,
summary {
  display: inline;
}
details[open] {
  display: contents;
}
details[open]::after {  /* пространство для записи "СВЕРНУТЬ" */
  display: block;  
  content: "\00a0";
}
summary {
  color: gray;
  cursor: pointer;
}
details[open] summary {
  position: absolute;  /* переместить запись "СВЕРНУТЬ" вниз <div> */
  bottom: 0;
  left: 0;
}
summary::before {
  content: "Читать далее";
}
details[open] summary::before {
  content: "Свернуть";
}
summary::-webkit-details-marker {
  display: none;
}
.footer__nav--bx .block {
    margin-bottom: 0.9375rem;
}
.raiting_href{
    position: absolute;
    top: 0;
    bottom: 0;
    height: -webkit-fill-available;
    left: 0;
    right: 0;
    z-index: 1;	
}
.cart-say_name{
    margin-bottom: 15px;	
}
.cart-say_name img{
    display: inline-block;	
}
.cart-say_name_icon{
    display: inline-block;	
}
.cart-say_name_text{
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
    vertical-align: top;
    padding-left: 10px;	
}
.chatBot_bnr
{
	background: #f6f6f6;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-top: 3.75em;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.chatBot_bnr img
{
	max-width: 100%;
}
.chatBot_bnr .bot
{	
	text-align: center;
	margin-bottom: 15px;
}
.chatBot_bnr > div
{	
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.chatBot_bnr h2 i {
    font-style: normal;
    color: #E22427;
}
.botBtn a
{
	display: block;
	width: 114px;
	height: 114px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #17a3e6;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	padding-top: 30px;
	margin: 0px auto;
}
.botBtn a:before
{
	content: '';
	display: block;
	width: 33px;
	height: 28px;
	background: url(../img/telegram_white.svg) center center no-repeat;
	margin: 0px auto 5px;
}
.tgFloat
{
	text-indent: -9999em;
	display: block;
	width: 118px;
	height: 142px;
	background: url(../img/tg_float_btn.svg) center center no-repeat;
	background-size: cover;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
}
@media(max-width: 992px)
{
	.tgFloat
	{
		width: 80px;
		height: 96px;
		right: 5px;
		bottom: 5px;
	}
}