/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 0.625vw;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  line-height: 2;
  font-weight: 300;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
}

.body-stop {
  height: 100vh;
  overflow-y: hidden;
}

.body-stop-2 {
  height: 100vh;
  overflow-y: hidden;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

a,
button,
input,
select,
textarea {
  outline: 0;
}

span {
  display: inline;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #282828;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.hidden {
  display: none;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:focus,
input.validate_error:-webkit-autofill:hover {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

.container-100 {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-100 {
    max-width: 100vw;
  }
}

.container-max {
  max-width: 89.583vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-max {
    max-width: 90vw;
  }
}

.container {
  max-width: 81.25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    max-width: 90vw;
  }
}

.container-min {
  max-width: 67.7083vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-min {
    max-width: 90vw;
  }
}

.section {
  position: relative;
  padding: 4.1667vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 10vw 0;
  }
}

.title {
  text-align: center;
  font-size: 2.9167vw;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .title {
    text-align: center;
    font-size: 6.1vw;
  }
}
.title > span {
  font-weight: 700;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.6042vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 6vw;
  }
}

.title-wrapper-h2 {
  margin-bottom: 1.5625vw;
  display: block;
  margin-left: 0.7813vw;
}

@media (max-width: 600px) {
  .title-wrapper-h2 {
    margin-bottom: 8vw;
    display: block;
    margin-left: 2.1vw;
  }
}
@media (max-width: 600px) {
  .title-img {
    height: 8vw;
    margin-bottom: 4vw;
  }
}
.title-min {
  font-size: 1.9792vw;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .title-min {
    font-size: 3.6vw;
  }
}

.subtitle {
  font-size: 1.6667vw;
  line-height: 1.7;
  font-weight: 300;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 3.5vw;
  }
}

.text-max {
  font-size: 1.0417vw;
}

.text {
  font-size: 0.9375vw;
}

.text-min {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .text-min {
    font-size: 2.8vw;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdt {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.light {
  color: #ffffff;
}

.dark {
  color: #282828;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
}

.stop-nav {
  overflow: hidden;
}

.ddn {
  display: none;
}

@media (max-width: 600px) {
  .mdn {
    display: none;
  }
  .ddn {
    display: flex;
  }
}
.scrole-right {
  display: none;
}

.visible-hand {
  padding-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots {
  display: flex;
  margin-right: 1.0417vw;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #0F70B7;
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .questions.md-all-items-visible .questions__wrapper .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .scrole-right {
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3vw;
    margin-bottom: 3vw;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.online-manager {
  left: 3vw;
  bottom: 0.6vw;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  background-color: #46D068;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(80px) scale(1);
    opacity: 1;
  }
  20%, 60% {
    transform: translateX(175px) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(5px) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(5px) scale(0.6);
    opacity: 0;
  }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%, 60% {
    transform: translateX(0);
  }
  80%, to {
    transform: translateX(-240px);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.btn {
  background: #0F70B7;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 1000vw;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
}

.btn-max {
  padding: 0vw 2.6042vw;
  height: 4.6875vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 13.889vw;
    height: 20vw;
  }
}

.btn-norm {
  padding: 0vw 2.8646vw;
  height: 3.9583vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 6vw;
    height: 12vw;
  }
}

.btn-min {
  padding: 0vw 1.4583vw;
  height: 3.125vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 4vw;
    height: 12vw;
  }
}

.btn:hover {
  background: #0E609C;
}

.btn-secondary {
  background: #0F70B7;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 1000vw;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
  background: transparent;
  color: #0F70B7;
  border: 0.1042vw solid #0F70B7;
}
.btn-secondary:hover {
  color: #ffffff;
  border: 0.1042vw solid #0E609C;
  background: #0E609C;
}

@media (max-width: 600px) {
  .btn-secondary {
    border: 0.278vw solid #0F70B7;
  }
  .btn-secondary:hover {
    border: 0.278vw solid #0E609C;
  }
}
.btn-text-max {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7813vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 3vw;
  }
}

.btn-text-norm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7292vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 2.8vw;
  }
}

.btn-text-min {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.625vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 2.8vw;
  }
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .btn:not(:disabled) .btn-blick {
    border-radius: 0.8vw;
  }
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -1.5625vw;
  content: " ";
  width: 1.5625vw;
  height: 15.625vw;
  background: #ffffff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -2.0833vw;
  top: -5.2083vw;
  top-animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: #0F70B7;
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-icone {
    margin-right: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: #0F70B7;
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
  .btn-click p {
    text-align: center;
    font-size: 2.8vw;
  }
  .btn-click p br {
    display: none;
  }
}
.link {
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.link:hover {
  color: #0E609C;
}

.link--underline {
  font-weight: 400;
  padding-bottom: 0.3125vw;
  line-height: 1.55;
  color: #0F70B7;
  display: inline-flex;
  justify-content: center;
}

.link--underline::before {
  content: "";
  position: absolute;
  center: 0;
  bottom: 33%;
  width: 100%;
  height: 0px;
  border-bottom: 0.0521vw solid #0F70B7;
  transition: all 0.4s;
}

.link--underline:hover:before {
  width: 40%;
}

.link:not(.link--underline):hover {
  color: #0F70B7;
}
.link:not(.link--underline):hover > svg {
  fill: #0F70B7;
}

.link.link--colored {
  color: #0F70B7;
}

.link.link--colored::before {
  border-color: #0F70B7;
}

.area,
.input {
  padding: 20vw 1.5625vw;
  border-radius: 0.5208vw;
  background-color: #252525;
  color: rgba(40, 40, 40, 0.5);
  width: 100%;
  position: relative;
  border: 0;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 2.5vw;
  }
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::placeholder,
.input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #ffffff;
  -webkit-text-fill-color: rgba(40, 40, 40, 0.5);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: rgba(40, 40, 40, 0.5);
}

.form-input {
  padding: 1.0417vw 2.0833vw;
  height: 3.9583vw;
  font-weight: 400;
  font-size: 0.8333vw;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.form-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.search-input {
  padding: 0.8333vw 0.8333vw 0.8333vw 2.5vw;
  height: 2.5vw;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.625vw;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 0.5208vw;
  border: 0.1042vw solid #E5E5E5;
}
@media (max-width: 600px) {
  .search-input {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .search-input {
    border-radius: 2.5vw;
  }
}
.search-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

@media (max-width: 600px) {
  .form-input {
    padding: 1.0417vw 1.5625vw;
    height: 3.4375vw;
    font-weight: 400;
    font-size: 0.8333vw;
    color: rgba(40, 40, 40, 0.5);
    border: 0.278vw solid #E5E5E5;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .form-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input {
    padding: 0.8333vw 0.8333vw 0.8333vw 2.5vw;
    height: 13.333vw;
    font-weight: 400;
    line-height: 1.3;
    font-size: 0.625vw;
    color: rgba(40, 40, 40, 0.5);
    border-radius: 0.5208vw;
    border: 0.278vw solid #E5E5E5;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .search-input {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .search-input {
    border-radius: 2.5vw;
  }
}
@media (max-width: 600px) {
  .search-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
}
.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: #0F70B7;
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  margin-bottom: 0.2604vw;
  border: 0.0520833333vw solid #0F70B7;
  border-radius: 0.2604166667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox, .form-checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.form-checkbox > div img, .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img, .form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  width: 14.4792vw;
  font-weight: 400;
  font-size: 0.7813vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 0vw;
    margin-bottom: 0vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
    border-radius: 0.9375vw;
  }
  .form-checkbox p {
    width: 80vw;
    font-size: 2.8vw;
    line-height: 1.1;
  }
  .link--underline::before {
    content: "";
    position: absolute;
    center: 0;
    bottom: 20%;
    width: 100%;
    height: 0px;
    border-bottom: 0.3vw solid #0F70B7;
    line-height: 1.4;
    padding-bottom: 1vw;
    transition: all 0.4s;
  }
  .btn:not(:disabled) .btn-blick:after {
    margin-left: -5vw;
    width: 6vw;
    height: 60vw;
    left: -8vw;
    top: -15vw;
  }
  .form-input {
    padding: 0px 5vw;
    height: 14vw;
    border: 0.3125vw solid #E5E5E5;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.8333vw;
  font-weight: 400;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 600px) {
  .nice-select {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  border-right: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select .list {
  background-color: #ffffff;
  border-radius: 0.3125vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.8vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  border: 0.1042vw solid #E5E5E5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .option.selected {
  font-weight: 700;
}

.open.form-select::after {
  transform: translate(-200%, 20%) rotate(135deg);
  transform-origin: center;
}

.current {
  line-height: 1;
  position: relative;
}

.form-select {
  position: relative;
  padding: 0.5208vw 0.9375vw;
  width: 3.9583vw;
  height: 2.1875vw;
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: rgba(40, 40, 40, 0.5);
  border: 0.1042vw solid #E5E5E5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 2.5vw;
  }
}
.form-select .list {
  position: absolute;
  width: 3.9583vw;
  top: 75%;
  left: -0.1vw;
  border: 0.1vw solid #E5E5E5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-left: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  border-bottom: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  -webkit-transform: translate(-200%, -30%) rotate(-45deg);
  transform: translate(-200%, -30%) rotate(-45deg);
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 2.1875vw;
  padding: 0vw 0.9375vw;
  transition: all 0.4s;
  border-bottom: 0.0521vw solid #E5E5E5;
}
.form-select .list .option:last-child {
  border-bottom: none;
}
.form-select .list .option:hover {
  transition: all 0.4s;
  background-color: #C2C2C2;
}

@media (max-width: 600px) {
  .form-select {
    height: 10vw;
    width: 15vw;
    padding: 3vw;
    border: 0.556vw solid #E5E5E5;
  }
  .form-select .list .option {
    font-size: 3vw;
    line-height: 10vw;
    padding: 0 3vw;
  }
  .form-select .list {
    width: 100%;
    top: 100%;
    border-radius: 0.8vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid rgba(40, 40, 40, 0.5);
    border-bottom: 0.5vw solid rgba(40, 40, 40, 0.5);
    right: 0vw;
    top: 50%;
    transform: translate(-200%, -50%) rotate(-45deg);
  }
  .current {
    font-size: 3vw;
    line-height: 1.3;
  }
  .nice-select.open .list {
    border: 0.556vw solid #E5E5E5;
  }
  .open.form-select::after {
    transform: translate(-200%, 0%) rotate(135deg);
    transform-origin: center;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.7292vw;
  background-color: transparent;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-top__item.active {
  background-color: #ffffff;
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}
.form-top__item span.viber {
  background-color: transparent;
}
.form-top__item p {
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.4;
}
.form-top__item span {
  display: flex;
  width: 2.7083vw;
  height: 2.7083vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.form-top__item span img {
  width: 2.7083vw;
  fill: #ffffff;
  pointer-events: none;
}

@media (max-width: 600px) {
  .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: 2vw;
  }
  .form-top__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .form-top__item span img {
    width: 10vw;
    fill: #ffffff;
    pointer-events: none;
  }
}
.slick-prev {
  top: 50%;
  left: 0vw;
  transform: translate(0, -50%);
}

.slick-next {
  top: 50%;
  right: 0vw;
  transform: translate(0, -50%);
}

.slick-next, .slick-prev {
  width: 2.8125vw;
  height: 2.8125vw;
  transition: all 0.4s;
  background: #0F70B7;
  border-radius: 50%;
  z-index: 1;
}

.slick-next:hover, .slick-prev:hover {
  background: #0E609C;
}

.slick-next::before, .slick-prev::before {
  content: "";
  display: flex;
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-next::before {
  background-image: url(../img/icone/arrow-next.svg);
}

.slick-prev::before {
  background-image: url(../img/icone/arrow-prev.svg);
}

@media (max-width: 600px) {
  .slick-next {
    top: 50%;
    right: 0vw;
  }
  .slick-prev {
    top: 50%;
    left: 0vw;
  }
  .slick-next, .slick-prev {
    width: 12vw;
    height: 12vw;
  }
  .slick-next::before, .slick-prev::before {
    width: 3.294vw;
    height: 3.294vw;
  }
}
.side-fixed-links__container > a:hover svg, .side-fixed-links__container > a:hover svg path, .side-fixed-links__container > div:hover svg, .side-fixed-links__container > div:hover svg path {
  fill: #0F70B7;
}

.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > div:hover svg,
.side-fixed-links__container > div:hover svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a:hover span,
.side-fixed-links__container > div:hover span {
  color: #ffffff;
}

.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: 0vw;
  width: 5.2083333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0F70B7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
}

.side-fixed-links__top {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0F70B7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.625vw;
}
.side-fixed-links__top > img {
  width: 0.625vw;
  height: 0.625vw;
}

.side-fixed-links__container,
.side-fixed-links__container > a,
.side-fixed-links__container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-fixed-links__container {
  width: 5.2083333333vw;
}

.side-fixed-links__container > a,
.side-fixed-links__container > div {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0F70B7;
  border-top-left-radius: 0.2083vw;
  border-bottom-left-radius: 0.2083vw;
  margin-bottom: 0.3125vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a:last-child,
.side-fixed-links__container > div:last-child {
  margin-bottom: 0;
}

.side-fixed-links__container > a img,
.side-fixed-links__container > a svg,
.side-fixed-links__container > div img,
.side-fixed-links__container > div svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path,
.side-fixed-links__container > div img path,
.side-fixed-links__container > div svg path,
.slide-icon img path,
.slide-icon svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a span,
.side-fixed-links__container > div span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.5729vw;
  line-height: 1.5;
  color: #ffffff;
}

.side-fixed-links__container > a:hover,
.side-fixed-links__container > div:hover {
  background-color: #0E609C;
}

.side-fixed-links__container > a:hover.whats-app svg,
.side-fixed-links__container > a:hover.whats-app svg path,
.side-fixed-links__container > div:hover.whats-app svg,
.side-fixed-links__container > div:hover.whats-app svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a:hover.viber svg,
.side-fixed-links__container > a:hover.viber svg path,
.side-fixed-links__container > div:hover.viber svg,
.side-fixed-links__container > div:hover.viber svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a.viber {
  background: rgb(120, 104, 197) 0%;
}

.side-fixed-links__container > a.viber:hover {
  background: rgb(105, 91, 175);
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.whats-app {
  background: #01D363;
}

.side-fixed-links__container > a.whats-app:hover {
  background: #01D363;
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.telegram {
  background: #05A0EB;
}

.side-fixed-links__container > a.telegram:hover {
  background: #05A0EB;
  filter: grayscale(0.25);
}

@media (max-width: 600px) {
  .side-fixed-links {
    display: none;
  }
}
.error-wrapper {
  position: relative;
  display: flex;
  padding-top: 14.2188vw;
  min-height: 38vw;
}
.error-subtitle {
  margin-top: 5vw;
  font-size: 1.1979vw;
  margin-bottom: 1vw;
}
.error-404 {
  right: 0;
  top: 10vw;
  color: #0F70B7;
  font-weight: 700;
  font-size: 15vw;
  position: absolute;
}
.error-btn {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .error-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 20vw;
    min-height: 100vw;
  }
  .error-subtitle {
    margin-top: 3vw;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .error-404 {
    order: -1;
    right: 0;
    top: auto;
    font-size: 40vw;
    position: relative;
  }
  .error-btn {
    width: 100%;
  }
}
.text-page {
  padding: 1vw 0 4vw 0;
  position: relative;
}
.text-page-title {
  text-align: left;
  margin-bottom: 1.5vw;
}
.text-page-text {
  font-size: 1vw;
  margin-bottom: 1.25vw;
}

@media (max-width: 600px) {
  .text-page {
    padding: 4vw 0;
  }
  .text-page-title {
    margin-bottom: 5vw;
  }
  .text-page-text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .text-page-btns > a {
    width: 100%;
  }
}
.breadcrumbs {
  position: relative;
  padding-top: 9.6875vw;
  z-index: 10;
  font-weight: 400;
}
.breadcrumbs-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1.5625vw 0;
  z-index: 999;
  width: 81.25vw;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  margin-right: 0.4167vw;
}
.breadcrumbs-item > a > svg {
  transition: all 0.4s;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
  fill: #C2C2C2;
}
.breadcrumbs-item:first-child::before {
  display: none;
}
.breadcrumbs-item::before {
  margin-right: 0.4167vw;
  content: "/";
}
.breadcrumbs-item.active {
  pointer-events: none;
  color: #ffffff;
}
.breadcrumbs-item.active p {
  font-size: 0.7292vw;
}
.breadcrumbs.dark .breadcrumbs-item.active {
  color: #282828;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 0.7292vw;
  color: #C2C2C2;
}

@media (max-width: 600px) {
  .breadcrumbs {
    padding-top: 22vw;
  }
  .breadcrumbs-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 3vw 0;
    font-weight: 400;
  }
  .breadcrumbs-item {
    flex-shrink: 0;
    margin-right: 3vw;
  }
  .breadcrumbs-item > a > svg {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .breadcrumbs-item::before {
    margin-right: 3vw;
    font-size: 3vw;
  }
  .breadcrumbs-item.active p {
    font-size: 3vw;
  }
  .breadcrumbs a {
    font-size: 3vw;
  }
  .breadcrumbs-container::-webkit-scrollbar {
    height: 0.556vw;
  }
  .breadcrumbs-container::-webkit-scrollbar-thumb {
    background: #0F70B7;
    border-radius: 1.111vw;
  }
  .breadcrumbs-container::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}
.header-text {
  font-size: 0.7292vw;
  line-height: 1.45;
}
.header-wrapper {
  position: relative;
  padding: 1.0417vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.header-map-wrapper {
  display: flex;
  align-items: center;
}
.header-map-img {
  width: 3.4375vw;
  height: 3.4375vw;
  margin-right: 1.0417vw;
}
.header-map-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-map-text {
  line-height: 1.4;
}
.header-map-text span {
  font-weight: 600;
}
.header-map-adress {
  margin-bottom: 0.2083vw;
}
.header-map-link {
  font-weight: 400;
  line-height: 1.25;
}
.header-phone-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-phone-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2083vw;
}
.header-phone-item:last-child {
  margin-bottom: 0;
}
.header-phone-icone {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.5208vw;
}
.header-phone-icone > img {
  width: 100%;
  height: 100%;
}
.header-phone-text {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
}
.header-media-wrapper {
  display: flex;
  align-items: center;
}
.header-media-text {
  font-size: 0.7813vw;
  margin-right: 1.0417vw;
  line-height: 1.4;
}
.header-media-text > span {
  font-weight: 700;
}
.header-media-items {
  display: flex;
}
.header-media-item {
  display: block;
  flex-shrink: 0;
  height: 2.3958vw;
  width: 2.3958vw;
  margin-right: 0.5208vw;
}
.header-media-item > svg {
  height: 2.3958vw;
  width: 2.3958vw;
  object-fit: cover;
  fill: #0F70B7;
  transition: 0.3s ease;
}
.header-media-item:last-child {
  margin-right: 0;
}
.header-media-item:hover > svg {
  fill: #0E609C;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}
.logo-wrapper > img {
  height: 3.6458vw;
  margin-right: 1.0417vw;
}
.logo-wrapper > p {
  flex-shrink: 0;
  font-size: 0.7813vw;
  line-height: 1.4;
}
.logo-wrapper > p > span {
  font-weight: 600;
}

.nav {
  position: relative;
  z-index: 999;
}
.nav-dn {
  display: none !important;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 0.8333vw;
  line-height: 1.5;
  border-top: 0.0521vw solid #E5E5E5;
  border-bottom: 0.0521vw solid #E5E5E5;
}
.nav-wrapper__item {
  display: flex;
  justify-content: center;
  height: 3.9583vw;
  background-color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-wrapper__item:first-child {
  border-radius: 0.5208vw 0 0 0.5208vw;
}
.nav-wrapper__item:last-child {
  border-right: 0;
  border-radius: 0 0.5208vw 0.5208vw 0;
}
.nav-wrapper__item > a > svg {
  width: 1.0417vw;
  height: 1.0417vw;
  fill: #0F70B7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-wrapper__item > a:hover > svg {
  width: 1.0417vw;
  height: 1.0417vw;
  fill: #0E609C;
}

.sub-menu {
  position: relative;
  z-index: 1;
}
.sub-menu__items {
  min-width: 20vw;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 1.0417vw 1.5625vw;
  top: 102%;
  left: 0;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.2083vw;
  border: 0.0521vw solid #E5E5E5;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
}
.sub-menu__item {
  display: flex;
  font-size: 0.8333vw;
  text-align: left;
  padding: 0.5208vw;
  font-weight: 400;
  text-transform: none;
}
.sub-menu > p::before {
  content: "";
  position: absolute;
  right: -1.0417vw;
  top: 53%;
  -webkit-transform: translate(0, -100%) rotate(45deg);
  transform: translate(0, -100%) rotate(45deg);
  border: solid #282828;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1823vw;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-menu:hover > p {
  color: #0F70B7;
}
.sub-menu:hover > p::before {
  -webkit-transform: translate(0, -45%) rotate(-135deg);
  transform: translate(0, -45%) rotate(-135deg);
  border-color: #0F70B7;
}
.sub-menu:hover .sub-menu__items {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .header {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    height: 22vw;
  }
  .header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(1.5625vw);
    backdrop-filter: blur(1.5625vw);
    box-shadow: 0vw 0.4252vw 3.125vw 0vw rgba(38, 45, 118, 0.05);
    border-radius: 0 0 4vw 4vw;
  }
  .header-mobi {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: hidden;
  }
  .header-text {
    font-size: 2.2vw;
  }
  .header-wrapper {
    padding: 4.8vw 0;
  }
  .header-wrapper::before {
    content: "";
    width: 100vw;
    height: 0.267vw;
    background-color: #E5E5E5;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: -5vw;
  }
  .header-logo-wrapper > img {
    height: 12.222vw;
    margin-right: 3vw;
  }
  .header-logo-wrapper > p {
    font-size: 3.056vw;
  }
  .header-phone > p {
    margin-bottom: 0;
  }
  .header-phone-item {
    display: flex;
    align-items: center;
  }
  .header-phone-item > img {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .header-phone-item > a {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
  }
  .header-map-wrapper {
    display: none;
  }
  .header-phone-wrapper {
    display: none;
  }
  .header-media-wrapper {
    display: none;
  }
  .nav {
    margin-top: 4vw;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    pointer-events: none;
    opacity: 0;
  }
  .nav-mobi-active {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    opacity: 1;
  }
  .nav-wrapper {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 4vw;
  }
  .nav-wrapper-title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 3.889vw;
  }
  .nav-wrapper__item {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border-right: none;
    font-size: 4.444vw;
    font-weight: 400;
    margin-bottom: 3.889vw;
    text-transform: none;
  }
  .nav-wrapper__item > a > svg {
    width: 6vw;
    height: 6vw;
  }
  .nav-contacts {
    display: flex;
    flex-direction: column;
  }
  .nav-contacts-title {
    font-size: 5.333vw;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item {
    display: flex;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item > img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  .nav-contacts-item > a {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .nav-contacts-item > p {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu__items {
    min-width: 90vw;
    display: none;
    align-items: center;
    flex-direction: column;
    top: 100%;
    background-color: transparent;
    position: static;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: none;
    opacity: 1;
    border: none;
    padding: 0;
  }
  .sub-menu__items-active {
    position: relative;
    margin-top: 3.889vw;
    display: flex;
    color: #0F70B7;
    z-index: 2;
    background-color: #ffffff;
    height: fit-content;
    align-items: flex-start;
  }
  .sub-menu__items-active > a {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 3.333vw;
  }
  .sub-menu__items-active > a:last-child {
    margin-bottom: 0;
  }
  .sub-menu__item {
    font-size: 3.889vw;
    text-align: left;
    padding: 0;
    color: rgba(40, 40, 40, 0.5);
  }
  .sub-menu > p {
    color: #282828 !important;
  }
  .sub-menu > p::before {
    content: "";
    position: absolute;
    right: -4vw;
    top: 54%;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border: solid #282828;
    border-width: 0 0.3vw 0.3vw 0;
    display: inline-block;
    padding: 0.6vw;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sub-menu:hover > p {
    color: #282828;
  }
  .sub-menu:hover > p::before {
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border-color: #282828;
  }
  .burger-menu {
    position: relative;
    width: 10.133vw;
    height: 10.133vw;
    border-radius: 0.2083vw;
    background-color: #0F70B7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .burger-menu {
    border-radius: 0.8vw;
  }
}
@media (max-width: 600px) {
  .burger-menu > span {
    width: 3.75vw;
    height: 0.5208vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .burger-menu > span:nth-child(1) {
    top: 3.125vw;
  }
  .burger-menu > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .burger-menu > span:nth-child(3) {
    bottom: 3.125vw;
  }
  .burger-menu-active > span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger-menu-active > span:nth-child(2) {
    width: 0%;
  }
  .burger-menu-active > span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
.main {
  position: relative;
  min-height: 52.0833vw;
  display: flex;
}
.main-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-top: 13.8542vw;
  width: 47.5vw;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.main-wrapper-2 {
  padding-top: 0.9375vw;
}
.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.main-bg > img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-title {
  margin-bottom: 1.4583vw;
}
.main-title > br {
  display: none;
}
.main-subtitle {
  margin-bottom: 1.4583vw;
  text-wrap: nowrap;
}
.main-bullets {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.main-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.0833vw;
  flex-shrink: 0;
}
.main-bullet:first-child {
  flex: 0 0 16.4583vw;
}
.main-bullet:nth-child(2) {
  flex: 0 0 14.1146vw;
}
.main-bullet:last-child {
  margin-right: 0;
}
.main-bullet-icone {
  width: 2.0833vw;
  height: 2.0833vw;
  margin-bottom: 1.1458vw;
}
.main-bullet-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-bullet-text {
  font-weight: 400;
  font-size: 0.8854vw;
  line-height: 1.8;
}
.main-bullet-text > span {
  font-weight: 700;
}
.main-btn {
  margin-right: 1.5625vw;
}
.main-btn > span {
  line-height: 1.55;
  margin-right: 0.7813vw;
}
.main-btn-img {
  width: 1.0417vw;
  height: 1.0417vw;
}
.main-btn-img > img {
  width: 100%;
  height: 100%;
}
.main-btn-wrapper {
  display: flex;
  margin-bottom: 2.0833vw;
}
.main-btn-sub {
  display: flex;
  align-items: center;
  margin-right: 1.4583vw;
}
.main-btn-sub-item:nth-child(1) {
  width: 9.6354vw;
  height: 4.3797vw;
  margin-right: 1.7708vw;
}
.main-btn-sub-item:nth-child(1) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-btn-sub-item:nth-child(2) {
  width: 9.6354vw;
  height: 4.5885vw;
}
.main-btn-sub-item:nth-child(2) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-title {
  text-align: left;
}
.category-title-wrapper {
  align-items: flex-start;
}
.category-content {
  font-size: 1.0417vw;
  font-weight: 400;
}

@media (max-width: 600px) {
  .category-content {
    font-size: 4vw;
  }
  .main {
    min-height: 169.444vw;
  }
  .main-wrapper {
    padding-top: 30vw;
    padding-bottom: 25vw;
    width: 100%;
  }
  .main-wrapper-2 {
    padding-top: 3vw;
  }
  .main-title {
    margin-bottom: 3.889vw;
  }
  .main-title > br {
    display: block;
  }
  .main-subtitle {
    margin-bottom: 6.667vw;
  }
  .main-bullets {
    flex-direction: column;
    margin-bottom: 6.667vw;
    width: 73.056vw;
  }
  .main-bullet {
    display: flex;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 5.556vw;
  }
  .main-bullet:first-child {
    flex: 0 0 100%;
  }
  .main-bullet:nth-child(2) {
    flex: 0 0 100%;
  }
  .main-bullet:last-child {
    margin-bottom: 0;
  }
  .main-bullet-icone {
    flex-shrink: 0;
    width: 6.667vw;
    height: 6.667vw;
    margin-bottom: 0;
    margin-right: 4.444vw;
  }
  .main-bullet-text {
    text-align: left;
    font-size: 3.333vw;
  }
  .main-btn {
    display: none;
  }
  .main-btn-sub {
    display: flex;
    margin-right: 0;
  }
  .main-btn-sub-item:nth-child(1) {
    width: 28.111vw;
    height: 12.778vw;
    margin-right: 9.444vw;
  }
  .main-btn-sub-item:nth-child(2) {
    width: 26.833vw;
    height: 12.778vw;
  }
}
.production-items {
  margin-right: 2.0833vw;
}
.production-items:last-child {
  margin-right: 0;
}
.production-items-wrapper {
  display: flex;
}
.production-items-title {
  font-size: 1.4583vw;
  font-weight: 700;
  color: #0F70B7;
  margin-bottom: 1.3542vw;
  line-height: 1.25;
}
.production-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7292vw 0;
  min-height: 5.625vw;
  border-bottom: 0.0833vw solid #E5E5E5;
}
.production-item-good {
  display: flex;
  align-items: center;
  margin-right: 1.0417vw;
}
.production-img {
  width: 4.1667vw;
  height: 4.1667vw;
  margin-right: 1.0417vw;
  flex-shrink: 0;
}
.production-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production-name {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .production-items {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .production-items:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .production-items-wrapper {
    flex-direction: column;
  }
  .production-items-title {
    font-size: 4.6vw;
    margin-bottom: 1.5vw;
  }
  .production-item {
    padding: 3vw 0;
    min-height: 15vw;
    border-bottom: 0.444vw solid #E5E5E5;
  }
  .production-item-good {
    margin-right: 4vw;
  }
  .production-img {
    width: 15vw;
    height: 15vw;
    margin-right: 4vw;
  }
  .production-name {
    font-size: 3.8vw;
  }
}
.order-title {
  font-size: 1.9792vw;
}
.order-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-form-wrapper {
  padding: 4.1667vw 9.375vw;
  background-color: #F2F4F5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .order-form-wrapper {
    border-radius: 2.5vw;
  }
}
.order-form-input {
  width: 100%;
  border: none;
}
.order-form-input-wrapper {
  display: flex;
  justify-content: space-between;
  width: 69.7917vw;
  margin-bottom: 1.0938vw;
}
.order-form-input-item {
  flex-grow: 1;
  margin-right: 1.0417vw;
}
.order-form-input-item > p {
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0.3125vw;
}
.order-form-input-texterea {
  resize: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0 0.8vw 0 0;
}
.order-form-input-texterea-wrapper {
  overflow: hidden;
  border-radius: 1.5625vw;
  background-color: #ffffff;
  padding: 1.4583vw 2.0833vw;
  width: 69.7917vw;
  height: 10.4167vw;
  margin-bottom: 1.0417vw;
}
.order-form-btn {
  width: 13.75vw;
  flex-shrink: 0;
}
.order-form-checkbox {
  align-items: stretch;
}
.order-form-checkbox p {
  width: 100%;
}

.order-form-input-texterea::-webkit-scrollbar {
  width: 0.2083vw;
}

.order-form-input-texterea::-webkit-scrollbar-thumb {
  background: #0F70B7;
  border-radius: 0.2083vw;
}

.order-form-input-texterea::-webkit-scrollbar-track {
  background: #E5E5E5;
}

@media (max-width: 600px) {
  .order-title {
    font-size: 4.9vw;
  }
  .order-title br {
    display: none;
  }
  .order-form {
    align-items: center;
  }
  .order-form-wrapper {
    padding: 6vw 5vw;
  }
  .order-form-input {
    width: 100%;
  }
  .order-form-input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;
  }
  .order-form-input-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 3vw;
  }
  .order-form-input-texterea {
    border-radius: 0;
    padding: 0 2vw 0 0;
    border: none;
  }
  .order-form-input-texterea-wrapper {
    border-radius: 7vw;
    background-color: #ffffff;
    padding: 5vw;
    width: 100%;
    height: 30vw;
    margin-bottom: 3vw;
  }
  .order-form-btn {
    width: 100%;
  }
  .order-form-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order-form-input-texterea::-webkit-scrollbar {
    width: 0.5vw;
  }
  .order-form-input-texterea::-webkit-scrollbar-thumb {
    background: #0F70B7;
    border-radius: 1vw;
  }
  .order-form-input-texterea::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
}
.experience-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625vw;
}
.experience-item {
  display: flex;
  align-items: center;
  margin-right: 1.0417vw;
  margin-bottom: 1.0417vw;
  padding: 1.25vw 1.875vw;
  width: 26.3885vw;
  background: #F2F4F5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .experience-item {
    border-radius: 2.5vw;
  }
}
.experience-item:nth-child(3n) {
  margin-right: 0;
}
.experience-item-img {
  width: 5.7292vw;
  height: 5.7292vw;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 2.0833vw;
  flex-shrink: 0;
}
.experience-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-item-text {
  width: 8.8021vw;
  font-size: 1.3542vw;
  font-weight: 700;
  line-height: 1.4;
}
.experience-number {
  text-align: center;
  font-size: 1.4583vw;
  line-height: 1.7;
}
.experience-number > br {
  display: none;
}
.experience-number > span {
  font-weight: 700;
}

@media (max-width: 600px) {
  .experience br {
    display: none;
  }
  .experience-items {
    margin-bottom: 3vw;
  }
  .experience-item {
    margin-right: 0;
    margin-bottom: 4vw;
    padding: 3vw 3vw;
    width: 100%;
  }
  .experience-item:last-child {
    margin-bottom: 3vw;
  }
  .experience-item-img {
    width: 16vw;
    height: 16vw;
    margin-right: 4vw;
  }
  .experience-item-text {
    width: 100%;
    font-size: 3.8vw;
  }
  .experience-number {
    font-size: 4vw;
  }
  .experience-number > br {
    display: block;
  }
}
.technologies-items {
  display: flex;
}
.technologies-item {
  position: relative;
  width: 19.1406vw;
  height: 14.5833vw;
  margin-right: 1.5625vw;
  padding: 1.7vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.3s ease;
}
.technologies-item:last-child {
  margin-right: 0;
}
.technologies-item:hover {
  z-index: 10;
  transform: scale(1.1);
}
.technologies-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .technologies-img {
    border-radius: 2.5vw;
  }
}
.technologies-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technologies-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.technologies-text {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.25;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 600px) {
  .technologies-items {
    flex-direction: column;
  }
  .technologies-item {
    width: 100%;
    height: 65vw;
    margin-right: 0;
    padding: 4vw;
    margin-bottom: 6vw;
  }
  .technologies-item:last-child {
    margin-bottom: 0;
  }
  .technologies-text {
    font-size: 4.6vw;
  }
}
.advantages-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.advantages-item {
  display: flex;
  flex-direction: column;
  width: 19.5313vw;
  margin-right: 1.0417vw;
  margin-bottom: 1.0417vw;
  padding: 2.0833vw 1.875vw;
  flex: 0 1 auto;
  background-color: #F2F4F5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .advantages-item {
    border-radius: 2.5vw;
  }
}
.advantages-item:nth-child(4n) {
  margin-right: 0;
}
.advantages-item-title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.7292vw;
}
.advantages-item-subtitle {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
}
.advantages-icone {
  width: 3.8542vw;
  height: 3.8542vw;
  overflow: hidden;
  margin-bottom: 1.25vw;
  border-radius: 50%;
}
.advantages-icone > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 600px) {
  .advantages-items {
    flex-direction: column;
  }
  .advantages-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
    padding: 5vw 6vw;
  }
  .advantages-item-title {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .advantages-item-subtitle {
    font-size: 3.6vw;
  }
  .advantages-item:last-child {
    margin-bottom: 0;
  }
  .advantages-icone {
    width: 12vw;
    height: 12vw;
    margin-bottom: 3vw;
  }
}
.certificates-slider {
  margin: 0 -1.3021vw;
}
.certificates-slider-wrapper {
  width: 50.5208vw;
  margin: 0 auto;
}
.certificates-slide {
  margin: 0 1.3021vw;
  width: 23.9583vw;
  height: 33.3333vw;
}
.certificates-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .certificates-slider {
    margin: 0 -2vw;
  }
  .certificates-slider-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .certificates-slide {
    margin: 0 2vw;
    width: 100%;
    height: 60.5vw;
  }
  .certificates-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.information-wrapper {
  display: flex;
}
.information-text {
  width: 22.8125vw;
  flex-shrink: 0;
  margin-right: 3.8021vw;
}
.information-title {
  margin-bottom: 1.0417vw;
  text-align: left;
}
.information-subtitle {
  font-size: 1.0417vw;
  color: #0F70B7;
  font-weight: 700;
  line-height: 1.4;
}
.information-subtitle > span {
  display: block;
  font-weight: 400;
  color: #282828;
}
.information-subtitle-items {
  width: 19.9479vw;
  display: flex;
  justify-content: space-between;
}
.information-item {
  margin-bottom: 0.9375vw;
}
.information-item:last-child {
  margin-bottom: 0;
}
.information-item-number {
  display: flex;
  align-items: center;
  margin-bottom: 0.2083vw;
}
.information-item-number-subtitle {
  margin-bottom: 0.7292vw;
}
.information-item-number:last-child {
  margin-bottom: 0;
}
.information-item-icone {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.7292vw;
}
.information-item-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-item-text {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.4;
}
.information-textarea {
  width: 47.9167vw;
}
.information-textarea-wrapper {
  padding: 2.8646vw 3.3854vw;
  flex-grow: 0;
  height: fit-content;
}
.information-media {
  display: flex;
  align-items: center;
}
.information-media-item {
  display: block;
  flex-shrink: 0;
  width: 2.3958vw;
  height: 2.3958vw;
  margin-right: 0.5208vw;
}
.information-media-item:last-child {
  margin-right: 0;
}
.information-media-item > svg {
  height: 100%;
  object-fit: cover;
  fill: #0F70B7;
  transition: 0.3s ease;
}
.information-media-item:hover > svg {
  fill: #0E609C;
}

@media (max-width: 600px) {
  .information-title {
    margin-bottom: 4vw;
  }
  .information-wrapper {
    flex-direction: column;
  }
  .information-text {
    width: 100%;
    margin-right: 0;
  }
  .information-subtitle {
    font-size: 4.6vw;
  }
  .information-subtitle-items {
    width: 80vw;
  }
  .information-item {
    margin-bottom: 5vw;
  }
  .information-item-number {
    margin-bottom: 3vw;
  }
  .information-item-number-subtitle {
    margin-bottom: 4vw;
  }
  .information-item-icone {
    width: 5vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .information-item-text {
    font-size: 4vw;
  }
  .information-items {
    margin-bottom: 8vw;
  }
  .information-textarea {
    width: 100%;
  }
  .information-textarea-wrapper {
    padding: 8vw 5vw;
  }
  .information-media {
    display: none;
  }
}
.about-wrapper {
  margin-right: 3.125vw;
  font-size: 1.0417vw;
  text-align: center;
}

@media (max-width: 600px) {
  .about-wrapper {
    font-size: 4vw;
    margin-right: 0;
  }
}
.contacts {
  padding: 4.1667vw 0 0 0;
}
.contacts-map {
  width: 100%;
  height: 36.4583vw;
}
.contacts-map > iframe {
  width: 100%;
  height: 100%;
}
.contacts-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.125vw 0;
}
.contacts-info-item {
  display: flex;
  align-items: center;
}
.contacts-info-item-icone {
  width: 1.1458vw;
  height: 1.1458vw;
  margin-right: 0.7292vw;
}
.contacts-info-item-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-info-item-text {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1;
  color: #282828;
}
.contacts-media-item {
  display: block;
  height: 2.8125vw;
  width: 2.8125vw;
  margin-right: 0.9375vw;
}
.contacts-media-item > svg {
  height: 2.8125vw;
  width: 2.8125vw;
  object-fit: cover;
  fill: #0F70B7;
  transition: 0.3s ease;
}
.contacts-media-item:last-child {
  margin-right: 0;
}
.contacts-media-item:hover > svg {
  fill: #0E609C;
}

@media (max-width: 600px) {
  .contacts {
    padding: 10vw 0 0 0;
  }
  .contacts-map {
    width: 100%;
    height: 70vw;
  }
  .contacts-info {
    padding: 10vw 0;
    flex-direction: column;
  }
  .contacts-info-item {
    margin-bottom: 4vw;
  }
  .contacts-info-item:last-child {
    margin-bottom: 0;
  }
  .contacts-info-item-icone {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .contacts-info-item-text {
    font-size: 4.6vw;
  }
  .contacts-media-item {
    height: 12vw;
	width: 12vw;
    margin-right: 2vw;
  }
  .contacts-media-item > svg {
  	height: 12vw;
  	width: 12vw;
 }
}
.footer {
  background-color: #191919;
}
.footer-text {
  padding: 1.5625vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-text-logo {
  display: flex;
  align-items: center;
}
.footer-text-logo-img {
  width: 3.6458vw;
  height: 3.6458vw;
  margin-right: 1.0417vw;
}
.footer-text-logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-text-logo-text {
  color: #ffffff;
  line-height: 1.4;
  font-size: 0.7813vw;
}
.footer-text-logo-text > span {
  font-weight: 600;
}
.footer-text-year {
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  font-size: 0.7292vw;
}
.footer-text-right {
  text-align: right;
  font-size: 0.7292vw;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
}
.footer-text-right > .link--underline {
  font-weight: 500;
}
.footer-text-link {
  position: relative;
  align-items: flex-end;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  width: fit-content;
}

@media (max-width: 600px) {
  .footer-text {
    padding: 7.5vw 0 27.5vw 0;
    flex-direction: column;
  }
  .footer-text-logo {
    margin-bottom: 4vw;
  }
  .footer-text-logo-img {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .footer-text-logo-text {
    font-size: 3.6vw;
  }
  .footer-text-year {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .footer-text-right {
    text-align: center;
    font-size: 3vw;
  }
  .footer-text-link {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 0.5208vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 2.5vw;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  display: flex;
  position: absolute;
  top: 1.667vw;
  right: 1.5625vw;
  width: 0.9375vw;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  fill: #E5E5E5;
}
.modal__close svg:hover {
  fill: #0F70B7;
}
.modal-price__title {
  margin: 0vw -1.3021vw 0.7292vw -1.3021vw;
}
.modal-phone {
  background-color: #ffffff;
}
.modal-phone-container {
  width: 25vw;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone-container {
    border-radius: 2.5vw;
  }
}
.modal-phone__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7292vw;
}
@media (max-width: 600px) {
  .modal-phone__title {
    font-size: 5.2vw;
  }
}
.modal-phone__img {
  position: relative;
  display: flex;
  margin-bottom: 1.5625vw;
  width: 14.5833vw;
  height: 10.4167vw;
  overflow: hidden;
  border: 0.1042vw solid #E5E5E5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__img {
    border-radius: 2.5vw;
  }
}
.modal-phone__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-phone__img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 5vw;
  height: 2vw;
  content: "";
  background: url(../img/logo/logo-item.svg) center no-repeat;
  z-index: 1;
  background-size: 100%;
  border-radius: 0vw 0vw 0vw 0.2083vw;
}
.modal-phone__subtitle {
  margin: 0 -0.9896vw;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.4167vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
.modal-phone__marker {
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__marker {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.modal-phone__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-phone-input {
  border: 0.1042vw solid #E5E5E5;
  width: 100%;
  height: 3.4375vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-btn {
  width: 100%;
  height: 3.4375vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-checkbox {
  justify-content: center;
}
.modal-phone-checkbox > p {
  width: auto;
  color: #282828;
}
.modal-phone-checkbox > p > a {
  line-height: 1.55;
}
.modal-image {
  background-color: #ffffff;
}
.modal-image-container {
  position: relative;
  width: 51.0417vw;
  padding: 3.6458vw 27.0833vw 3.6458vw 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.modal-image__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8333vw;
}
@media (max-width: 600px) {
  .modal-image__title {
    font-size: 5.2vw;
  }
}
.modal-image__subtitle {
  font-size: 0.7292vw;
  margin-bottom: 1.5625vw;
}
@media (max-width: 600px) {
  .modal-image__subtitle {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.modal-image__marker {
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-image__marker {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.modal-image__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-image-top {
  width: 100%;
  margin-bottom: 1.0417vw;
}
.modal-image-input {
  border: 0.1vw solid #E5E5E5;
  width: 100%;
  height: 5.2083vw;
  margin-bottom: 0.8333vw;
}
.modal-image-form-select {
  border: 0.1vw solid #E5E5E5;
  width: 100%;
  padding: 0px 2.60417vw;
  height: 5.2083vw;
  border-radius: 2.6vw;
  margin-bottom: 0.8333vw;
}
.modal-image-btn {
  width: 100%;
  height: 5.2083vw;
  margin-bottom: 1.0417vw;
}
.modal-image-portfolio {
  position: absolute;
  right: -13vw;
  bottom: 0;
  width: 40.1042vw;
  height: 31.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.modal-image-kp {
  position: absolute;
  right: -10vw;
  bottom: 0;
  width: 40.1042vw;
  height: 31.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.modal-politics {
  background-color: #ffffff;
}
.modal-politics-container {
  position: relative;
  width: 70vw;
  padding: 4vw 4vw 4vw 4vw;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .modal-politics-container {
    border-radius: 0.8vw;
  }
}
.modal-politics-container h2 {
  text-align: left;
  font-size: 1.6667vw;
  margin-bottom: 1.3020833333vw;
}
.modal-politics-container p {
  text-align: left;
  font-size: 0.9375vw;
  margin-bottom: 1.3020833333vw;
}

@media (max-width: 600px) {
  .modal {
    top: 20vw;
  }
  .modal__close {
    top: 6vw;
    right: 6vw;
    width: 3vw;
  }
  .modal-phone-container {
    width: 90vw;
    padding: 8vw 5vw;
  }
  .modal-phone-container::before {
    width: 70vw;
    height: 1.6vw;
    border-radius: 0vw 0vw 0.8vw 0.8vw;
  }
  .modal-phone__title {
    margin-bottom: 3vw;
    font-size: 4.6vw;
  }
  .modal-phone__subtitle {
    margin: 0vw 0vw 3vw 0vw;
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  .modal-phone__subtitle-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-phone__img {
    width: 60vw;
    height: 40vw;
    margin-bottom: 3vw;
    border: 0.278vw solid #E5E5E5;
  }
  .modal-phone__img::before {
    width: 15vw;
    height: 7.5vw;
  }
  .modal-phone-input {
    border: 0.278vw solid #E5E5E5;
    padding: 0px 8vw;
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-phone-form-select {
    border: 0.278vw solid #E5E5E5;
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-phone-btn {
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-phone-btn span {
    font-size: 2.8vw;
  }
  .modal-phone .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-phone .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-phone .current {
    line-height: 18vw;
  }
  .modal-image-top {
    width: 100%;
    margin-bottom: 5vw;
  }
  .modal-image-container {
    width: 90vw;
    padding: 10vw 10vw 42vw 10vw;
  }
  .modal-image__title {
    margin-bottom: 4vw;
  }
  .modal-image__subtitle {
    margin-bottom: 4vw;
  }
  .modal-image__marker {
    text-align: center;
    margin-bottom: 4vw;
  }
  .modal-image__marker-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-image-input {
    border: 0.3125vw solid #E5E5E5;
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
  }
  .modal-image-form-select {
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-image-btn {
    width: 100%;
    height: 18vw;
    margin-bottom: 0vw;
  }
  .modal-image-btn span {
    font-size: 2.8vw;
  }
  .modal-image-portfolio {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image-kp {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-image .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-image .current {
    line-height: 18vw;
  }
  .modal-politics-container {
    width: 90vw;
    padding: 10vw 10vw 10vw 10vw;
  }
  .modal-politics-container h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .modal-politics-container p {
    text-align: left;
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }
}
.documents h1 {
  text-align: left;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.documents h2 {
  font-size: 1.6vw;
  margin-bottom: 0.6vw;
}
.documents p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}

@media (max-width: 600px) {
  .documents {
    padding-top: 10vw;
  }
  .documents h1 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .documents h2 {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .documents p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
@media (max-width: 600px) {
  .widget-contacts {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 3vw 5vw;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
    background-color: #ffffff;
  }
  .widget-contact {
    border-radius: 0.833vw;
    background-color: #0F70B7;
    display: flex;
    justify-content: center;
    padding: 3.889vw 0;
    width: 31.389vw;
    height: 13.889vw;
    color: #ffffff;
    margin-right: 3vw;
  }
  .widget-contact:first-child {
    background-color: #ffffff;
    color: #0F70B7;
    border: 0.278vw solid #0F70B7;
  }
  .widget-contact:first-child > span {
    color: #0F70B7;
    font-weight: 600;
  }
  .widget-contact:nth-child(2) {
    background-color: #665CAC;
  }
  .widget-contact:last-child {
    margin-right: 0;
  }
  .widget-contact > img {
    width: 4vw;
    height: 4vw;
    margin-right: 2.778vw;
  }
  .widget-contact > span {
    font-size: 3vw;
    text-align: left;
    line-height: 1.1;
  }
}/*# sourceMappingURL=style.css.map */