html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.container,
.wrapper {
  overflow: hidden;
}
.header-wrapper {
  overflow: visible;
}

body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif)
    url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-prev:active,
.lb-nav a.lb-prev:focus,
.lb-nav a.lb-prev:visited {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-next:active,
.lb-nav a.lb-next:focus,
.lb-nav a.lb-next:visited {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover,
.lb-data .lb-close:active,
.lb-data .lb-close:focus,
.lb-data .lb-close:visited {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.rotateslider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  width: 100%;
}

.rotateslider-container .rotateslider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rotateslider-container .rotateslider-item.next {
  left: 80%;
  opacity: 1;
}

.rotateslider-container .rotateslider-item.prev {
  left: 20%;
  opacity: 1;
}

.rotateslider-container .rotateslider-item.now {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  z-index: 100;
}

.rotateslider-container .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: all 0.5s;
  width: 28px;
  height: 21px;
}

.rotateslider-container .arrow:hover,
.rotateslider-container .arrow:active,
.rotateslider-container .arrow:focus,
.rotateslider-container .arrow:visited {
  opacity: 1;
}

.rotateslider-container .arrow.left {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.rotateslider-container .arrow.right {
  right: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover,
.owl-carousel .owl-video-play-icon:active,
.owl-carousel .owl-video-play-icon:focus,
.owl-carousel .owl-video-play-icon:visited {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

textarea,
body {
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  height: 40px;
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 32px;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}

form .btn_red,
form .text_center .btn_white {
  width: 100%;
}

.btn_red {
  background-color: #e41820;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  transition: 0.5s;
}

.btn_red:hover,
.btn_red:active,
.btn_red:focus,
.btn_red:visited {
  background: linear-gradient(
    231.14deg,
    #ff222c 10.83%,
    #ff1e28 39.67%,
    #ff202a 60.86%
  );
}

.block_podbor {
  background-image: url(../images/podbor.png);
  background-size: cover;
  background-position: top;
}

.block_podbor .container {
  max-width: 1400px;
  margin: 0 auto;
}

.block_podbor .block_wrap {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 54px;
}

.item_podbor {
  display: flex;
  width: 433px;
  font-size: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.image_podbor {
  margin-bottom: 0;
}

.image_podbor img {
  max-width: 75px;
}

.btn_white {
  border: 1px solid #e41820;
  color: #e41820;
}

.title_podbor {
  margin-bottom: 14px;
  font-size: 22px;
  color: #1c1c1c;
}

.item_podbor_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item_podbor .btn {
  display: block;
  width: 100%;
  text-align: center;
}

.podbor_price {
  background: #f2f2f2;
  width: 179px;
  padding: 4px 12px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.podbor_desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn_podbor {
  padding: 0 29px 26px;
  width: 100%;
}

.block_podbor_group_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 76px;
}

.block_podbor_group_btn_more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 40px;
  border: 1px solid #1c1c1c;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #1c1c1c;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}

.block_podbor_group_btn_more:hover,
.block_podbor_group_btn_more:active,
.block_podbor_group_btn_more:focus,
.block_podbor_group_btn_more:visited {
  color: #756161;
  border: 1px solid #756161;
}

.block_podbor_group_btn_table {
  font-weight: 400;
  font-size: 18px;
  color: #1c1c1c;
}

.btn_white:hover,
.btn_white:active,
.btn_white:focus,
.btn_white:visited {
  background-color: #e41820;
  color: #fff;
}

.wrapper_about {
  font-size: 0;
}

.wrapper_about > div {
  font-size: 17px;
}

.right_block_about,
.left_block_about {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.left_block_about {
  text-align: left;
}

.text_about_wrap {
  line-height: 1.3;
  position: relative;
  z-index: 3;
  padding-top: 75px;
  font-size: 16px;
}

.text_about_wrap .border_wave {
  text-align: left;
  line-height: 1;
  padding-bottom: 20px;
}

.absolute_title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 150px;
  font-family: "Lato Bold", sans-serif;
  color: #1c1c1c;
  opacity: 0.05;
  line-height: 1;
  white-space: nowrap;
}

.right_block_about {
  padding-left: 30px;
  padding-top: 95px;
}

.item_about {
  position: relative;
  font-size: 0;
  padding-bottom: 90px;
}

.item_about:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 2px;
  background-color: #f2f2f2;
}

.image_about {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f02027;
  text-align: center;
  line-height: 85px;
  position: relative;
  z-index: 3;
  display: inline-block;
}

.image_about > * {
  vertical-align: middle;
}

.descr_about {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 85px);
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
  font-family: "Lato Light", sans-serif;
}

.title_about {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.right_block_about > .item_about:last-child:before {
  display: none;
}

.block_about {
  padding-bottom: 45px;
  position: relative;
  z-index: 100;
}

.pisma_wrap {
  font-size: 0;
}

.item_pismo {
  display: inline-block;
  padding: 0 15px;
}

.right_ugol {
  position: relative;
}

.right_ugol:before {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid #d7d5d5;
  border-bottom: 25px solid #d7d5d5;
  content: "";
  display: block;
}

.right_ugol:after {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid #f2f2f2;
  border-right: 25px solid #f2f2f2;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  display: block;
}

.item_pismo.right_ugol:after,
.item_pismo.right_ugol:before {
  right: 15px;
}

.block_pisma {
  padding-bottom: 70px;
  position: relative;
  z-index: 4;
  padding-top: 70px;
  position: relative;
  z-index: 99;
  background: url("../images/pisma-blag.png");
  background-repeat: no-repeat;
}

.right_block_about > .item_about:last-child {
  margin-bottom: 0;
}

.pisma_wrap.owl-carousel.owl-drag .owl-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.block_come_back input[type="submit"] {
  font-size: 12px;
  padding: 0;
}

.block_pisma:before {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  height: 230px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
}

.wrapper_pisma_main {
  position: relative;
  z-index: 5;
}

.wrapper_come_back {
  font-size: 0;
  display: flex;
  gap: 70px;
  min-height: 300px;
}

.left_com_predl {
  font-size: 18px;
  width: 537px;
  vertical-align: top;
  margin-top: 70px;
}

.left_com_predl .border_wave {
  text-align: left;
  padding-bottom: 20px;
  line-height: 135%;
}

.right_com_predl {
  width: 500px;
  vertical-align: top;
  font-size: 16px;
}

.form_action_back {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.53);
  border-radius: 4px;
}

.form_title.border_wave {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  padding: 0;
  color: #1c1c1c;
}

.form_desc {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 24px;
  line-height: unset;
  color: #1c1c1c;
  text-align: center;
}

.form_action_back input {
  display: block;
  width: 100%;
}

.form_wrap {
  margin-top: 35px;
}

.form_wrap input[type="text"],
.form_wrap input[type="tel"] {
  padding: 14px 26px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #5f5f5f;
  border-radius: 8px;
  margin-bottom: 32px;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  background-color: #e9e9e9;
}

.form_wrap input[type="submit"] {
  height: 50px;
  margin-bottom: 20px;
}

.form_title_social {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 26px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 26px;
}

.form_social {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 32px;
}

.form_social a {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 10px;
  align-items: center;
  text-decoration: none;
}

.form_social a p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
}

.form_2_security {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.form_2_police {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form_2_police input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 19px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background: white;
  position: relative;
  cursor: pointer;
  height: 18px !important;
  width: 18px !important;
  margin: 0;
}

.form_2_police input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to bottom, #ff805e, #f2252e) 1;
  transform: translate(-50%, -84%) rotate(-51deg);
  height: 7px !important;
  width: 10px !important;
}

.form_2_police span,
a {
  color: #756161;
}

.form_2_police span,
a:hover,
.form_2_police span,
a:active,
.form_2_police span,
a:focus {
  color: #000000;
  font-weight: bold;
}

.police-konf a:hover,
.police-konf a:active,
.police-konf a:focus {
  color: #1c1c1c;
}

.form_2_police a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.data-secure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.police-konf {
  font-size: 14px;
  padding-top: 8px;
  color: #1c1c1c;
}

.police-konf a {
  /*color: #1c1c1c;*/
}

.police-konf a:hover,
.police-konf a:active,
.police-konf a:focus {
  color: #1c1c1c;
}

.block_work {
  padding-top: 70px;
  padding-bottom: 170px;
  background-image: url(../images/work.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  background-position: 100%;
}

.wrapper_work {
  position: relative;
  z-index: 5;
}

.block_work {
  position: relative;
}

.block_come_back {
  padding: 100px 0;
}

.block_come_back .underlined-wave::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 10px;
  width: 100%;
  background-image: url(../images/line-red-long.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.block_work .border_wave {
  color: white;
}

.item_work {
  clear: both;
  position: relative;
  padding-bottom: 50px;
}

.inside_work {
  width: 50%;
  text-align: right;
  padding: 0 50px;
  color: white;
  position: relative;
}

.inside_work:before {
  position: absolute;
  top: 240px;
  right: -15px;
  width: 30px;
  height: 30px;
  content: "";
  background-color: white;
  border-radius: 50%;
}

.wrapper_work_main {
  position: relative;
  padding-top: 60px;
}

.wrapper_work_main:before {
  position: absolute;
  left: 50%;
  width: 2px;
  top: 0;
  content: "";
  background-color: white;
  bottom: 35px;
  margin-left: -1px;
}

.wrapper_work_main > .item_work:nth-child(2n) .inside_work:before {
  left: -15px;
  right: auto;
}

.wrapper_work_main > .item_work:first-child .inside_work:before {
  background-color: #e41820;
}

.wrapper_work_main > .item_work:last-child .inside_work:before {
  background-color: #e41820;
}

.wrapper_work_main > .item_work:nth-child(2n) .inside_work {
  text-align: left;
  float: right;
}

.wrapper_work_main > .item_work:last-child {
  padding-bottom: 0;
}

.step_descr {
  max-width: 100%;
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Lato Light", sans-serif;
  margin-bottom: 16px;
}

.step-description {
  font-size: 16px;
}

.step_name {
  font-size: 38px;
  font-family: "Lato Bold", sans-serif;
  padding: 25px 0;
  line-height: 1;
  position: relative;
}

.number_abs {
  position: absolute;
  font-size: 100px;
  top: 0;
  right: -30px;
  opacity: 0.05;
}

.wrapper_work_main > .item_work:nth-child(2n) .number_abs {
  right: auto;
  left: -30px;
}

.block_reviews {
  position: relative;
  padding: 70px 0;
  margin-top: 100px;
  background-color: #f2f2f2;
}

.bottom_review_grey {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.review_image {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: -40px auto 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_image img {
  width: 80px;
  height: auto;
  vertical-align: middle;
}

.item_review {
  max-width: 760px;
  width: 100%;
  background-color: white;
  padding: 0 30px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.button_step {
  display: flex;
  padding-top: 44px;
}

#slider {
  margin-top: 60px;
}

.review_name {
  color: #1c1c1c;
  font-size: 24px;
  font-family: "Lato Bold", sans-serif;
  margin-bottom: 8px;
}

.review_company {
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  margin-bottom: 26px;
}

.review_text {
  padding: 0 100px;
  font-size: 18px;
  color: black;
}

.more_reviews {
  text-align: center;
  text-align: center;
  margin-bottom: 44px;
}

.btn-reviews {
  border: 1px solid #e41820;
  font-size: 18px;
  color: #e41820;
}

.btn-reviews:hover,
.btn-reviews:active,
.btn-reviews:focus {
  background-color: #e41820;
  color: #fff;
}

.block_reviews {
  position: relative;
  z-index: 89;
}

.block_questions {
  position: relative;
  z-index: 90;
  padding: 100px 0;
}

.text_question ul {
  list-style-type: disc;
}

.text_question p,
li,
h4 {
  margin-top: 0; /* Убрать верхний отступ */
  margin-bottom: 10px; /* Установить отступ снизу */
}

.block_questions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
}

.block_questions .border_wave {
  margin-bottom: 70px;
}

.item_question {
  border-bottom: 1px solid #d2d2d2;
}

.title_question {
  padding: 20px 10px 20px 0;
  /* font-size: 30px; */
  color: #1c1c1c;
  position: relative;
  cursor: pointer;
}

.icon_plus_minus {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.item_question.openQuestion .icon_plus_minus:before {
  transform: translateY(-50%) rotate(0deg);
}

.icon_plus_minus:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #e41820;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.icon_plus_minus:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #e41820;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.5s;
}

.text_question {
  padding-bottom: 0;
  font-size: 18px;
  color: #444444;
  font-family: "Lato Light", sans-serif;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.item_question.openQuestion .text_question {
  padding-bottom: 20px;
  opacity: 1;
  max-height: 1200px;
}

.questions_main_wrap {
  margin-bottom: 60px;
}

.slogan_block {
  font-size: 18px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 44px;
}

.leave_question .border_wave {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #2f2b2b;
}

::-moz-placeholder {
  color: #2f2b2b;
}

:-moz-placeholder {
  color: #2f2b2b;
}

:-ms-input-placeholder {
  color: #2f2b2b;
}

.form_leave_question input[type="text"],
.form_leave_question input[type="tel"],
.form_leave_question input[type="email"],
.form_leave_question textarea {
  display: block;
  border: 1px solid #5f5f5f;
  border-radius: 8px;
  padding: 0 25px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #2f2b2b;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  transition: all 0.5s;
}

.form_leave_question input[type="text"]:focus,
.form_leave_question input[type="email"]:focus,
.form_leave_question textarea:focus {
  border-color: #383838;
  background-color: white;
}

.form_leave_question textarea,
textarea {
  height: 150px;
  resize: none;
  line-height: 1.2;
  padding-top: 20px;
  margin-bottom: 60px;
}

.save_data {
  display: block;
  font-size: 18px;
  font-family: "Lato light", sans-serif;
  margin-top: 12px;
}

.form_leave_question input[type="submit"] {
  font-size: 18px;
  margin-bottom: 5px;
  transition: all 0.5s;
  width: 100%;
  background-color: #e41820;
  color: #ffffff;
}

.form_leave_question input[type="submit"]:hover,
.form_leave_question input[type="submit"]:active,
.form_leave_question input[type="submit"]:focus,
.form_leave_question input[type="submit"]:visited {
  color: #e41820;
  outline: none;
  background-color: white;
}

.two_inpt_line {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.form_leave_question .two_inpt_line input {
  width: 415px;
}

.form_leave_question .two_inpt_line > input:last-child {
  margin-right: 0;
}

.block_seo {
  position: relative;
  padding: 70px 0;
  background: url(../images/seo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.wrapper_relative {
  position: relative;
  z-index: 5;
}

.block_seo .block_wrap {
  font-size: 18px;
  line-height: 1.4;
}

.text_about_wrap .block_wrap {
  position: relative;
  background-image: url(../images/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: 125% 0%;
}

.text_about_wrap .block_wrap > * {
  max-width: 500px;
  padding-right: 20px;
}

.text_about_wrap .block_wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid #d7d5d5;
  border-bottom: 25px solid #d7d5d5;
  content: "";
  display: block;
}

.text_about_wrap .block_wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid white;
  border-right: 25px solid white;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  display: block;
}

.block_seo p {
  margin-bottom: 20px;
}

.block_cities {
  position: relative;
  z-index: 95;
  background: url("../images/cities.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  background-position: center left;
}

.popup_title {
  background-color: #e9e9e9;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  font-family: "Lato Bold", sans-serif;
}

#insideCitiesJs,
#cities_list {
  list-style: none;
  column-count: 6;
}

#insertSities {
  padding: 20px;
}

#cities_list li {
  font-size: 18px;
  line-height: 1.4;
}

.footer {
  background-color: #252525;
}

.popup {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -1000px;
  transition: all 0.5s;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.53);
  opacity: 0;
  z-index: 0;
}

.footer_wrapper {
  font-size: 0;
  text-align: center;
  padding: 40px 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo__desc-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item_footer {
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
}

.upp_arrow_footer {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.upp_arrow:hover img,
.upp_arrow:active img,
.upp_arrow:focus img,
.upp_arrow:visited img {
  filter: brightness(0.5);
}

.main_menu_footer ul {
  list-style: none;
  column-count: 2;
  padding-left: 30px;
}

.main_menu_footer ul a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.logo_f > * {
  vertical-align: middle;
  font-size: 14px;
}

.copy {
  display: block;
  color: white;
  font-size: 10px;
  font-family: "Lato Light", sans-serif;
  margin-top: 10px;
}

.btn_real_white {
  border-color: white;
}

.footer_phone > * {
  display: block;
  font-size: 17px;
  color: white;
  text-decoration: none;
}

.footer_phone {
  text-align: right;
}

.footer_phone a:hover,
.footer_phone a:active,
.footer_phone a:focus {
  color: #e41820;
}

.footer_phone > *.zakazat_zvonok {
  font-size: 16px;
  color: #e41820;
  border-bottom: 1px dotted #e41820;
}

.footer_phone > *.zakazat_zvonok:hover,
.footer_phone > *.zakazat_zvonok:active,
.footer_phone > *.zakazat_zvonok:focus,
.footer_phone > *.zakazat_zvonok:visited {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.footer_phone > *.ring_back {
  font-size: 16px;
  color: #e41820;
  border-bottom: 1px dotted #e41820;
}

.footer_phone > *.ring_back:hover,
.footer_phone > *.ring_back:active,
.footer_phone > *.ring_back:focus,
.footer_phone > *.ring_back:visited {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.upp_arror_footer {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.soc_block_footer {
  display: flex;
  gap: 16px;
  align-items: center;
  transition: 0.3s;
}

.soc_block_footer a:hover svg path,
.soc_block_footer a:active svg path,
.soc_block_footer a:focus svg path {
  fill: #e41820;
}

.popup.form {
  width: 794px;
  background-color: white;
  padding: 40px 55px;
}

.popup.cities {
  max-width: 1170px;
  width: 100%;
}

.openedPopup.popup {
  top: 50%;
  opacity: 1;
  z-index: 99999;
  border-radius: 20px;
}

.popup .form_wrap input {
  display: block;
  width: 100%;
  position: relative;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.popup {
  z-index: 999999;
}

.openedPopup.shadow {
  display: block;
}

.scroll_block {
  max-height: 350px;
  overflow: auto;
}

.scroll_block::-webkit-scrollbar {
  width: 4px;
}

.scroll_block::-webkit-scrollbar-track {
  background: transparent;
}

.scroll_block::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.scroll_block::-webkit-scrollbar-thumb:hover,
.scroll_block::-webkit-scrollbar-thumb:active,
.scroll_block::-webkit-scrollbar-thumb:focus,
.scroll_block::-webkit-scrollbar-thumb:visited {
  background: rgba(0, 0, 0, 0.4);
}

.scroll_block {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* .main_menu a:hover, */
.main_menu a:active,
.main_menu a:focus,
.main_menu a:visited,
.main_menu a.active {
  opacity: 0.5;
}

#insideCitiesJs li,
#cities_list li {
  cursor: pointer;
  user-select: none;
}

#cities_list li:hover,
#cities_list li:active,
#cities_list li:focus,
#cities_list li:visited,
#insideCitiesJs li:hover,
#insideCitiesJs li:active,
#insideCitiesJs li:focus,
#insideCitiesJs li:visited {
  text-decoration: underline;
}

.close_popup {
  padding: 19px 19px 0 0;
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  rotate: 45deg;
}

.close_popup_form {
  padding: 19px 19px 0 0;
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
}

.header.fixedheader.clearfix.fixed_mini {
  height: 50px;
}

.accreditation {
  width: 210px;
  background-color: #fff;
  border-radius: 100px;
}

.accreditation_description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0;
}

.accreditation_description p {
  color: #433030;
  text-align: left;
}

.block_pluses {
  padding: 100px 0;
}

.block_pluses .container {
  margin: 0 auto;
  max-width: 1320px;
}

.pluses {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  margin-bottom: 44px;
}

.plus {
  padding: 30px;
  display: flex;
  gap: 18px;
  width: inherit;
}

.plus:first-child {
  width: 537px;
}

.plus:nth-child(2) {
  width: 428px;
}

.plus:last-child {
  width: 363px;
}

.plus_desc {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.plus_desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #1c1c1c;
}

.plus_desc p {
  font-size: 16px;
}

.expandable-text {
  display: flex;
  gap: 14px;
  width: 100%;
  padding-bottom: 30px;
}

.expandable-text svg {
  margin-top: 4px;
}

.expand-toggle {
  display: none;
}

.main-text {
  display: flex;
  gap: 14px;
}

.expand-btn,
.collapse-btn {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}

.expand-btn:hover,
.expand-btn:active,
.expand-btn:focus,
.expand-btn:visited,
.collapse-btn:hover,
.collapse-btn:active,
.collapse-btn:focus,
.collapse-btn:visited {
  color: #ff6b6b;
}

.collapse-btn {
  display: none;
}

.expand-toggle:checked ~ .text-content .expand-btn {
  display: none;
}

.expand-toggle:checked ~ .text-content .collapse-btn {
  display: inline;
}

.expand-toggle:checked ~ .text-content .additional-text {
  max-height: 200px;
  opacity: 1;
}

.main-text-desc,
.content {
  font-size: 20px;
}

.main_menu_footer ul a.footer_link {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
}

.main_menu_footer ul {
  display: flex;
  flex-direction: column;
}

.main_menu_footer li {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
}

.fild_link {
  margin-bottom: 10px;
}

.fild_link-hover a:hover,
.fild_link-hover a:active,
.fild_link-hover a:focus,
.fild_link-hover a:visited {
  color: #e41820;
}

.leave_question_block {
  display: flex;
  gap: 40px;
}

.leave_question_manager {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.image-with-overlay {
  position: relative;
  display: inline-block;
}

.text-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.text-overlay h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.text-overlay p {
  margin: 0;
  font-size: 14px;
}

.leave_question_manager_img {
  position: relative;
  display: inline-block;
}

.leave_question_manager_img img {
  max-width: 236px;
  height: 272px;
}

.leave_question_manager_text-overlay {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  background: #f2f2f2;
  padding: 12px;
  margin: 11px 9px;
  border-radius: 8px;
}

.leave_question_manager_text-overlay h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.leave_question_manager_text-overlay p {
  margin: 0;
  font-size: 14px;
}

.leave_question_manager_contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.leave_question_manager_contact a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.leave_question_manager_contact a span {
  font-size: 18px;
  color: #000;
}

.form_leave_question {
  width: 100%;
}

.form_leave_question form {
  width: 100%;
}

.enumeration .container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 100px 0 70px 0;
}

.seo-keyword {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: default;
  padding: 5px 0;
  padding: 22px 24px;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  font-size: 18px;
}

.whatsapp {
  padding: 100px 0;
}

.whatsapp .container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.whatsapp-desc {
  width: 647px;
}

.whatsapp-desc h2 {
  font-weight: 700;
  font-size: 42px;
  color: #1c1c1c;
  margin-bottom: 30px;
  width: 97%;
}

.whatsapp-desc p {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 50px;
}

.btn-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 647px;
  height: 50px;
  background: #05a400;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  color: #ffffff;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
btn-whatsapp:focus,
btn-whatsapp:visited {
  background: #05b300;
}

.calculate {
  background: #f2f2f2;
}

.calculate .container {
  padding: 70px 20px;
  max-width: 1370px;
  margin: 0 auto;
}

.content-wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 42px;
}

.left-column,
.right-column {
  flex: 1;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.range_desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.label {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.select,
.counter-input {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1d1c1e;
  padding: 15px 20px;
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  box-sizing: border-box;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select {
  padding-right: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.range-info {
  font-size: 14px;
  color: #666;
}

.custom-slider {
  position: relative;
  width: 100%;
}

.range-slider {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
}

.range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(
    to right,
    #1d1c1e 0%,
    #1d1c1e var(--fill, 0%),
    #e0e0e0 var(--fill, 0%),
    #e0e0e0 100%
  );
  border-radius: 4px;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #1d1c1e;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  margin-top: -6px;
}

.range-slider::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  border: none;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #1d1c1e;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.range-slider::-moz-range-progress {
  background: #1d1c1e;
  height: 8px;
  border-radius: 4px;
}

.selected-display {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 18px;
}

.selected-display_text {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.remove-btn {
  cursor: pointer;
}

.calculate-btn {
  width: 100%;
  height: 58px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@-moz-document url-prefix() {
  .select {
    text-indent: 0.01px;
    text-overflow: "";
  }

  .range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #1d1c1e;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
  }
}

.slider {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #2c3e50;
  border-radius: 50%;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #2c3e50;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.calculation-button {
  width: 100%;
  background: #2c3e50;
  color: white;
  border: none;
  padding: 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}

.calculation-button:hover,
.calculation-button:focus,
.calculation-button:active,
.calculation-button:visited {
  background: #34495e;
}

.simple-slider {
  max-width: 100%;
  overflow: hidden;
}

.simple-slider .slide {
  display: none;
}

.simple-slider .slide.active {
  display: block;
}

.simple-slider img {
  width: 100%;
  height: auto;
}

.benefits {
  padding: 70px 0;
  background: url("../images/benefit.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits .container {
  max-width: 1320px;
  margin: 0 auto;
}

.benefit-enumeration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
  margin-bottom: 110px;
}

.benefit {
  display: flex;
  max-width: 382px;
  gap: 24px;
}

.benefit img {
  max-width: 80px;
  height: fit-content;
}

.benefit_descripions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefit_descripion h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}

.benefit_descripion p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.benefit_descripions a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.person_outsourcing {
  padding: 100px 0;
}

.person_outsourcing .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.border_wave {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.person_outsourcing_descriptions {
  /* display: flex;
  gap: 50px;
  align-items: flex-start; */
}

.person_outsourcing_slider {
  float: left;
  margin-right: 50px;
}

.person_outsourcing_descriptions::after {
  content: "";
  display: block;
  clear: both;
}

.owl-person_outsourcing,
.owl-person_outsourcing .owl-stage-outer,
.owl-person_outsourcing .owl-stage,
.owl-person_outsourcing .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}

.owl-person_outsourcing .item {
  width: 407px;
  height: 257px;
  border-radius: 12px;
  overflow: hidden;
}

.owl-person_outsourcing .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  flex-shrink: 0;
}

.person_outsourcing_desc {
  justify-content: space-between;
  overflow: visible;
}

.pers_outsor_desc {
  gap: 13px;
}

.person_outsourcing_desc .visible-text p {
  font-size: 18px;
  color: #000000;
}

.person_outsourcing_desc a {
  color: #1c1c1c;
  font-size: 18px;
}

.custom-nav {
  position: absolute;
  top: 50%;
  display: flex;
  gap: 10px;
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}

.custom-prev,
.custom-next {
  width: 42px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-prev svg path,
.custom-next svg path {
  fill: #e41820;
}

.custom-prev:hover,
.custom-prev:active,
.custom-prev:focus,
.custom-prev:visited,
.custom-next:hover,
.custom-next:active,
.custom-next:focus,
.custom-next:visited {
  background: #e41820;
  fill: #fff;
}

.custom-prev:hover svg path,
.custom-prev:active svg path,
.custom-prev:focus svg path,
.custom-prev:visited svg path,
.custom-next:hover svg path,
.custom-next:active svg path,
.custom-next:focus svg path,
.custom-next:visited svg path {
  fill: #fff;
}

.custom-prev svg,
.custom-next svg {
  width: 20px;
  height: 20px;
}

.owl-nav {
  display: none !important;
}

.provided-employees {
  padding: 0 0 100px;
}

.provided-employees .container {
  max-width: 1370px;
  margin: 0 auto;
}

.provided-employees .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.owl-provided-employees .item {
  display: flex;
  gap: 17px;
  align-items: center;
}

.owl-provided-employees .item img {
  width: 167px !important;
  height: 86px;
  object-fit: contain;
}

.provided-employees-slider {
  position: relative;
}

.stat-block p {
  font-size: 20px;

  color: #000000;
}

.custom-nav-employees {
  position: absolute;
  top: 30%;
  display: flex;
  gap: 10px;
  z-index: 10;
  width: 100%;
  justify-content: flex-end;
  padding-right: 10px;
}

.custom-prev-employees,
.custom-next-employees {
  width: 42px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-prev-employees svg path,
.custom-next-employees svg path {
  fill: #e41820;
}

.custom-prev-employees:hover,
.custom-prev-employees:active,
.custom-prev-employees:focus,
.custom-prev-employees:visited,
.custom-next-employees:hover,
.custom-next-employees:active,
.custom-next-employees:focus,
.custom-next-employees:visited {
  background: #e41820;
  fill: #fff;
}

.custom-prev-employees:hover svg path,
.custom-prev-employees:active svg path,
.custom-prev-employees:focus svg path,
.custom-prev-employees:visited svg path,
.custom-next-employees:hover svg path,
.custom-next-employees:active svg path,
.custom-next-employees:focus svg path,
.custom-next-employees:visited svg path {
  fill: #fff;
}

.article {
  width: 315px;
  background: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.25s, transform 0.15s;
}

/* делаем всю карточку кликабельной */
.article-box {
  display: block;
}

/* hover эффект */
.article:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

/* скрываем checkbox */
.toggle {
  display: none;
}

/* изображение */
.article-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* текст */
.article-desc {
  padding: 10px 16px 14px;
}

.article-desc h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.15s;
}

.article-desc p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

/* при hover на карточку — красим только заголовок */
.article:hover h3 {
  color: #e41922;
}

/* скрытый текст на всю ширину */
/* .full-width-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .45s ease;
  padding: 0 16px;
} */

/* когда карточка раскрыта */
.toggle:checked ~ .full-width-text {
  max-height: 2000px; /* достаточно большое значение */
  opacity: 1;
  padding: 16px;
}

.articles {
  padding-bottom: 100px;
}

.articles .container {
  max-width: 1320px;
  margin: 0 auto;
}

.articles-enumeration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}

/* карточка (вся кликабельна для раскрытия) */
.article {
  background: #f6f6f6;
  width: 315px;
  padding-bottom: 14px;
  transition: box-shadow 0.25s, transform 0.15s, outline-color 0.15s;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* кликабельная карточка */
  outline: 1px solid transparent;
}

/* hover */
.article:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
  outline: 1px solid #e41922;
}

/* делаем ссылку (изображение + заголовок) блочной */
.article-title-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* изображение */
.article-title-link img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* текст */
.article-desc {
  padding: 10px 16px 14px 16px;
}

.article-desc h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.15s;
}

.article-desc p {
  margin-top: 12px;
  font-size: 15px;
  color: #000;
  margin-bottom: 16px;
}

/* ссылка заголовка: подчёркивание при hover */
.article-title-link:hover h3 {
  color: #e41922;
}

/* кнопка-читалка (визуально скрыта — т.к. кликает вся карточка),
   но сохраняем элементы для доступности и управления текста */
.visually-hidden-button {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: transparent;
  border: none;
  color: #e41922;
  font-size: 16px;
  cursor: pointer;
  padding: 6px 8px;
}

.visually-hidden-button:hover {
  color: #a1151c;
}

/* переключатели текста внутри кнопки */
.read-more-text {
  display: inline-block;
}

.read-less-text {
  display: none;
}

/* активное состояние - когда блок развернут */
.article.expanded .read-more-text {
  display: none;
}

.article.expanded .read-less-text {
  display: inline-block;
}

/* full-width текст */
.full-width-texts {
  width: 100%;
  margin-top: 40px;
}

.full-width-text {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/* видно, когда активен */
.full-width-text.active {
  display: block;
}

/* небольшая доступность: фокус на карточке */
.article:focus {
  outline: 2px dashed rgba(228, 25, 34, 0.25);
  outline-offset: 3px;
}

.from_0 {
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.53);
  border-radius: 4px;
}

.form_0 .form_title {
  padding: 19px 20px;
  background: #e9e9e9;
}

.form_0 .form_wrap {
  padding: 20px;
  margin: 0;
}

.form_0 .form_wrap input[type="text"],
.form_0 .form_wrap input[type="tel"] {
  height: 30px;
  border-bottom: 1px solid #a0a0a0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  color: #2f2b2b;
  background: transparent;
  padding: 7px 11px;
}

.btn_dissable {
  background-color: #d40b14;
}

.show-more-toggle {
  display: none;
}

.hidden-card {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

#showMoreToggle:checked ~ .block_wrap .hidden-card,
#showMoreToggle:checked ~ .container .block_wrap .hidden-card {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.hide-text {
  display: none;
}

#showMoreToggle:checked ~ .container .block_podbor_group_btn .show-text,
#showMoreToggle:checked ~ .block_podbor_group_btn .show-text {
  display: none;
}

#showMoreToggle:checked ~ .container .block_podbor_group_btn .hide-text,
#showMoreToggle:checked ~ .block_podbor_group_btn .hide-text {
  display: inline;
}

.hidden-card {
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#showMoreToggle:checked ~ .block_wrap .hidden-card:nth-child(1) {
  animation-delay: 0.1s;
}

#showMoreToggle:checked ~ .block_wrap .hidden-card:nth-child(2) {
  animation-delay: 0.2s;
}

#showMoreToggle:checked ~ .block_wrap .hidden-card:nth-child(3) {
  animation-delay: 0.3s;
}

#showMoreToggle:checked ~ .container .block_wrap .hidden-card:nth-child(1) {
  animation-delay: 0.1s;
}

#showMoreToggle:checked ~ .container .block_wrap .hidden-card:nth-child(2) {
  animation-delay: 0.2s;
}

#showMoreToggle:checked ~ .container .block_wrap .hidden-card:nth-child(3) {
  animation-delay: 0.3s;
}

.hidden-card {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.hide-text {
  display: none;
}

.block_podbor:has(#showMoreToggle:checked)
  ~ .block_podbor_group_btn
  .block_podbor_group_btn_more
  .show-text {
  display: none;
}

.block_podbor:has(#showMoreToggle:checked)
  ~ .block_podbor_group_btn
  .block_podbor_group_btn_more
  .hide-text {
  display: inline;
}

.block_podbor:has(#showMoreToggle:checked) .hidden-card {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.block_podbor:has(#showMoreToggle:checked) .hidden-card:nth-child(1) {
  animation-delay: 0.1s;
}

.block_podbor:has(#showMoreToggle:checked) .hidden-card:nth-child(2) {
  animation-delay: 0.2s;
}

.block_podbor:has(#showMoreToggle:checked) .hidden-card:nth-child(3) {
  animation-delay: 0.3s;
}

.benefit-toggle {
  display: none;
}

.benefit_main {
  display: block;
}

.benefit_main p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.benefit_more {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.benefit-toggle:checked + .benefit_more {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.btn-less {
  display: none;
}

.benefit-toggle:checked + .benefit_more + .benefit-btn .btn-more {
  display: none;
}

.benefit-toggle:checked + .benefit_more + .benefit-btn .btn-less {
  display: inline;
}

.benefit_more p {
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

.benefit_more ul {
  margin: 10px 0;
  padding-left: 20px;
}

.benefit_more li {
  margin-bottom: 8px;
  color: #666;
  line-height: 1.4;
  font-size: 16px;
}

.benefit-contain {
  padding-bottom: 70px;
}

.benefit_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btn-more,
.btn-less {
  cursor: pointer;
  cursor: pointer;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border-bottom: 1px solid;
}

.btn-more:hover,
.btn-less:hover,
.btn-more:active,
.btn-less:active,
.btn-more:focus,
.btn-less:focus,
.btn-more:visited,
.btn-less:visited {
  color: #756161;
}

.specialist_avatar {
  position: relative;
  display: inline-block;
}

.specialist_avatar .online_indicator {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  background-color: #00da3e;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 218, 62, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(0, 218, 62, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 218, 62, 0);
  }
}

.second-menu div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.underlined-wave {
  position: relative;
  display: inline-block;
}

.underlined-wave::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 10px;
  width: 100%;
  background-image: url(../images/line_red.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.table-show-text {
  font-family: "Raleway";
  font-size: 18px;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  cursor: pointer;
}

.table-show-text:hover,
.table-show-text:active,
.table-show-text:focus,
.table-show-text:visited {
  color: #756161;
}

.price-table-toggle {
  display: none;
}

.price-table-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.price-table-toggle:checked ~ .price-table-container {
  max-height: 1000px;
}

.price-table-wrapper {
  height: 300px;
  overflow: auto;
  background: white;
  border-radius: 12px;
  width: 1000px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.price-table th {
  background: #e41820;
  color: white;
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}

.price-table th:first-child {
  border-radius: 8px 0 0 0;
}

.price-table th:last-child {
  border-radius: 0 8px 0 0;
}

.price-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.2s ease;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.price-table tr:hover,
.price-table tr:active,
.price-table tr:focus,
.price-table tr:visited {
  background-color: #fff5f5;
}

.price-table td:first-child {
  font-weight: 500;
  color: #1f2937;
}

.price-table td:nth-child(2) {
  color: #f02027;
  font-weight: 600;
}

.price-table td:nth-child(3) {
  color: #6b7280;
}

.table-hide-text {
  display: none;
}

.price-table-toggle:checked ~ .block_podbor_group_btn_table .table-show-text {
  display: none;
}

.price-table-toggle:checked ~ .block_podbor_group_btn_table .table-hide-text {
  display: inline;
}

.price-table-toggle:checked ~ .block_podbor_group_btn_table {
  cursor: pointer;
  font-family: "Raleway";
  font-size: 18px;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
}

@keyframes tableFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.price-table-toggle:checked ~ .price-table-container .price-table-wrapper {
  animation: tableFadeIn 0.5s ease-out;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-trigger {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  transition: border-color 0.3s ease;
}

.select-trigger:hover,
.select-trigger:active,
.select-trigger:focus,
.select-trigger:visited {
  border-color: #f02027;
}

.select-placeholder {
  color: #6b7280;
  flex: 1;
}

.select-arrow {
  transition: transform 0.3s ease;
}

.custom-select.active .select-arrow {
  transform: rotate(180deg);
  top: 45%;
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.custom-select.active .select-dropdown {
  display: block;
}

.select-option {
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f3f4f6;
}

.select-option:hover,
.select-option:active,
.select-option:focus,
.select-option:visited {
  background-color: #f8f9fa;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option.selected {
  background-color: #f02027;
  color: white;
}

.selected-display {
  margin-top: 15px;
  display: none;
}

.selected-display.active {
  display: flex;
  align-items: center;
}

.selected-display p {
  font-weight: 500;
  color: #374151;
}

.selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected-item {
  display: flex;
  padding: 10px 20px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  color: #1d1c1e;
  font-size: 18px;
}

.remove-btn {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.remove-btn svg path {
  stroke: #1d1c1e;
}

.remove-btn:hover,
.remove-btn:active,
.remove-btn:focus,
.remove-btn:visited {
  background: rgba(255, 255, 255, 0.3);
}

.range-slider {
  width: 100%;
  margin: 10px 0;
}

.counter-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 10px;
}

.counter-input:focus {
  outline: none;
  border-color: #f02027;
}

.select-option.selected {
  background-color: #f02027;
  color: white;
  position: relative;
  padding-left: 40px;
}

.select-option.selected::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.select-option.selected {
  background-color: #f8f9fa;
  color: #f02027;
  border-left: 3px solid #f02027;
  position: relative;
}

.select-option.selected::after {
  content: "✓";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #f02027;
  font-weight: bold;
}

.select-option.selected {
  background-color: #f8f9fa;
  position: relative;
  padding-left: 40px;
}

.select-option.selected::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #f02027;
  border-radius: 50%;
}

.select-trigger.has-selection .select-placeholder {
  color: #1d1c1e;
  font-weight: 500;
}

.read-more-toggle {
  display: none;
}

.visible-text {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.read-more-toggle:checked ~ .additional-text {
  max-height: 500px;
  opacity: 1;
}

.read-more-btn {
  font-family: "Raleway";
  color: #1c1c1c;

  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  transition: color 0.3s ease;
}

.more-text {
  border-bottom: 1px solid;

  margin-top: 19px;
}

.less-text {
  display: none;
  border-bottom: 1px solid;
}

.read-more-toggle:checked ~ .read-more-btn .more-text {
  display: none;
}

.read-more-toggle:checked ~ .read-more-btn .less-text {
  display: inline;
}

.developer {
  list-style: none;
}

.developer__link {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-top: 12px;
}

.developer__img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 58px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.developer__img > svg:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  z-index: 1;
}

.developer__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.developer__img-hover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}

.developer__img > svg:first-of-type path:nth-child(1) {
  fill: #fff;
}

.developer__img > svg:first-of-type path:nth-child(2) {
  fill: #333;
}

.developer__img-hover svg path:nth-child(1) {
  fill: #ffd700;
}

.developer__img-hover svg path:nth-child(2) {
  fill: #333;
}

.developer__img-hover {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

.developer__link:hover .developer__img-hover,
.developer__link:active .developer__img-hover,
.developer__link:focus .developer__img-hover,
.developer__link:visited .developer__img-hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.nicescroll-rails div {
  border: none !important;
  background-color: transparent !important;
}

.form_social {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 32px;
}

.social-checkbox {
  height: 93px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 10px;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 8px;
  justify-content: space-between;
}

.social-checkbox:hover,
.social-checkbox:active,
.social-checkbox:focus,
.social-checkbox:visited {
  border-color: #e41820;
}

.social-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-custom {
  display: none;
}

.social-checkbox input[type="checkbox"]:checked + .checkbox-custom::after {
  content: none;
}

.social-checkbox p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  margin: 0;
}

.social-checkbox input[type="checkbox"]:checked ~ .checkbox-custom {
  border-color: #e41820;
  display: none;
}

.social-checkbox input[type="checkbox"]:checked {
  border-color: #e41820;
}

.social-checkbox:has(input[type="checkbox"]:checked) {
  border-color: #e41820;
}

.social-checkbox input[type="checkbox"]:checked ~ svg,
.social-checkbox input[type="checkbox"]:checked ~ img {
  filter: grayscale(0) brightness(1);
}

/* .block.person_outsourcing {
  padding: 100px 0;
}

.person_outsourcing .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.person_outsourcing .border_wave {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.person_outsourcing_descriptions {
  display: block;
  position: relative;
}

.person_outsourcing_slider {
  width: 407px;
  float: left;
  margin-right: 50px;
  margin-bottom: 0;
  position: relative;
}

.owl-person_outsourcing,
.owl-person_outsourcing .owl-stage-outer,
.owl-person_outsourcing .owl-stage,
.owl-person_outsourcing .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}

.owl-person_outsourcing .item {
  width: 407px;
  height: 257px;
  border-radius: 12px;
  overflow: hidden;
}

.owl-person_outsourcing .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  flex-shrink: 0;
}

.custom-nav {
  position: absolute;
  top: 50%;
  display: flex;
  gap: 10px;
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}

.custom-prev,
.custom-next {
  width: 42px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-prev svg path,
.custom-next svg path {
  fill: #e41820;
}

.custom-prev:hover,
.custom-prev:active,
.custom-prev:focus,
.custom-prev:visited,
.custom-next:hover,
.custom-next:active,
.custom-next:focus,
.custom-next:visited {
  background: #e41820;
}

.custom-prev:hover svg path,
.custom-prev:active svg path,
.custom-prev:focus svg path,
.custom-prev:visited svg path,
.custom-next:hover svg path,
.custom-next:active svg path,
.custom-next:focus svg path,
.custom-next:visited svg path {
  fill: #fff;
}

.custom-prev svg,
.custom-next svg {
  width: 20px;
  height: 20px;
}

.owl-nav {
  display: none !important;
}

.person_outsourcing_desc {
  display: block;
  overflow: hidden;
}

.pers_outsor_desc {
  display: flex;
  flex-direction: column;
  gap: 13px;
  line-height: 1.5;
}

.person_outsourcing_desc .visible-text p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}

.read-more-toggle {
  display: none;
}

.additional-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.read-more-toggle:checked~.additional-text {
  max-height: 1000px;
  opacity: 1;
  display: block;
  margin-top: 15px; 
}

.read-more-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}

.less-text {
  display: none;
}

.read-more-toggle:checked~.read-more-btn .more-text {
  display: none;
}

.read-more-toggle:checked~.read-more-btn .less-text {
  display: inline;
}

.more-text,
.less-text {
  color: #e41820;
  font-weight: 500;
  border-bottom: 1px solid #e41820;
  font-size: 18px;
}

.more-text:hover,
.less-text:hover,
.more-text:active,
.less-text:active,
.more-text:focus,
.less-text:focus,
.more-text:visited,
.less-text:visited {
  color: #ff222c;
} */

.block.person_outsourcing {
  padding: 100px 0;
}

.person_outsourcing .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.person_outsourcing .border_wave {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.person_outsourcing_descriptions {
  position: relative;
}

/* СЛАЙДЕР — СЛЕВА + ОБТЕКАНИЕ */
.person_outsourcing_slider {
  width: 407px;
  float: left;
  margin-right: 50px;
  margin-bottom: 15px; /* ВАЖНО — даёт мягкое обтекание при раскрытии */
  position: relative;
}

/* OWL корректировка */
.owl-person_outsourcing,
.owl-person_outsourcing .owl-stage-outer,
.owl-person_outsourcing .owl-stage,
.owl-person_outsourcing .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}

.owl-person_outsourcing .item {
  width: 407px;
  height: 257px;
  border-radius: 12px;
  overflow: hidden;
}

.owl-person_outsourcing .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-nav {
  position: absolute;
  top: 50%;
  display: flex;
  gap: 10px;
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
}

.custom-prev,
.custom-next {
  width: 42px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-prev svg path,
.custom-next svg path {
  fill: #e41820;
}

.custom-prev:hover,
.custom-next:hover {
  background: #e41820;
}

.custom-prev:hover svg path,
.custom-next:hover svg path {
  fill: #fff;
}

.owl-nav {
  display: none !important;
}

/* ТЕКСТОВАЯ ЧАСТЬ — СПРАВА */
.person_outsourcing_desc {
  display: block;
  overflow: visible; /* ← ключ, чтобы float не обрезался */
}

.pers_outsor_desc {
  gap: 13px;
  line-height: 1.5;
}

.person_outsourcing_desc .visible-text p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

/* РАСКРЫТИЕ ТЕКСТА (CSS-аккордеон через checkbox) */
.read-more-toggle {
  display: none;
}

.additional-text {
  position: relative;
  z-index: 1;
}

.read-more-btn {
  position: relative;
  z-index: 2;
}

.additional-text {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.4s ease;
}

.read-more-toggle:checked ~ .additional-text {
  max-height: 9999px;
  opacity: 1;
  margin-top: 12px;
}

/* КНОПКА */
.read-more-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}

.less-text {
  display: none;
}

.read-more-toggle:checked ~ .read-more-btn .more-text {
  display: none;
}

.read-more-toggle:checked ~ .read-more-btn .less-text {
  display: inline;
}

.more-text,
.less-text {
  color: #e41820;
  border-bottom: 1px solid #e41820;
  font-size: 18px;
  font-weight: 500;
}

.more-text:hover,
.less-text:hover,
.more-text:active,
.less-text:active,
.more-text:focus,
.less-text:focus,
.more-text:visited,
.less-text:visited {
  color: #ff222c;
}

/* ОБЯЗАТЕЛЬНЫЙ CLEARFIX — чтобы контейнер не схлопывался */
.person_outsourcing_descriptions::after {
  content: "";
  display: block;
  clear: both;
}

.input-wrapper {
  position: relative;
}

.input-wrapper.has-error input,
.input-wrapper.has-error textarea {
  border-color: #e11d48 !important;
  background-color: #fef2f2;
}

.error-message {
  display: none;
  align-items: center;
  gap: 5px;
  color: #e11d48;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 30px;
}

.error-message.show {
  display: flex;
}

.form_0 .error-message {
  top: 15%;
}

input.error,
textarea.error {
  border-color: #e11d48 !important;
}

.email .error-message {
  top: 31%;
}

.textarea .error-message {
  top: 20px;
  right: 30px;
}

.form_0 .input-wrapper {
  margin-bottom: 20px;
}

.form_1 .input-wrapper {
  margin-bottom: 15px;
}

.form_1 .two_inpt_line {
  display: flex;
  gap: 15px;
}

.form_1 .two_inpt_line .input-wrapper {
  flex: 1;
}

.success-message {
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  color: #1c1c1c;
}

.success-message h2 {
  font-size: 22px;
  color: #1c1c1c;
}

.success-message p {
  color: #1c1c1c;
}

.form_leave_question {
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-state {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.popup .success-message {
  background: white;
  margin: 0;
  border-radius: 0;
}

.popup,
.shadow {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup {
  opacity: 0;
  visibility: hidden;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup.cities.openedPopup {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shadow.openedPopup {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Стили для точек Owl Carousel */
.owl-carousel-pisma .owl-dots {
  display: none;
}

.owl-carousel-pisma .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.3s ease;
}

.owl-carousel-pisma .owl-dot.active {
  background-color: #e41820;
  /* Цвет активной точки */
  transform: scale(1.2);
}

.city_header {
  color: white;
}

.city_header:hover {
  color: #e41820;
}

.owl-carousel-pisma .owl-dot span {
  display: none;
  /* Скрываем встроенные span */
}

/* Разрешаем вылет стрелок за пределы контейнера */
.block_pisma,
.wrapper_pisma_main {
  overflow: visible !important;
  position: relative;
}

/* Контейнер для стрелок */
.custom-nav-pisma {
  position: absolute;
  top: 50%; /* Центрируем по вертикали относительно родителя */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none; /* Клик проходит сквозь контейнер */
}

/* Общие стили для кнопок (убираем круги и рамки) */
.pism-prev,
.pism-next {
  pointer-events: auto; /* Возвращаем кликабельность кнопкам */
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important; /* Убираем фон */
  border: none !important; /* Убираем рамку */
  width: 40px; /* Размер области клика */
  height: 40px;
  opacity: 0.5;
}

/* Позиционирование: выносим за края */
.pism-prev {
  left: -50px;
}

.pism-next {
  right: -50px;
}

/* Разворачиваем левую стрелку */
.pism-prev svg {
  transform: rotate(180deg);
}

/* Ховер эффект: легкое увеличение или изменение прозрачности */
.pism-prev:hover,
.pism-next:hover {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.8;
}

/* Адаптив: на экранах поменьше заносим стрелки внутрь */
@media (max-width: 1350px) {
  .pism-prev {
    left: 10px;
  }
  .pism-next {
    right: 10px;
  }
  /* Добавим отступ самой карусели, чтобы стрелки не перекрывали фото */
  .owl-carousel-pisma {
    width: 90%;
    margin: 0 auto;
  }
}




