section.offices {
  position: relative;
  background: #1C1E24;
  padding: 80px 0px;
}
@media (max-width: 529px) {
  section.offices {
    padding: 40px 0px;
  }
}
section.offices .offices_title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
section.offices .offices_inner__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.offices .offices_inner__content .offices_inner__content_item {
  flex: 1 300px;
  max-width: 300px;
  padding-bottom: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1400px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 250px;
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 200px;
    max-width: 200px;
  }
}
section.offices .offices_inner__content .offices_inner__content_item:nth-child(4) {
  border-right: none;
}
section.offices .offices_inner__content .offices_inner__content_item:nth-child(5), section.offices .offices_inner__content .offices_inner__content_item:nth-child(6), section.offices .offices_inner__content .offices_inner__content_item:nth-child(7) {
  padding-bottom: 0;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .address__metro {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 5px;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .address__street {
  font-size: 15px;
  opacity: 0.8;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .route a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 15px 0px 20px;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span {
  opacity: 0.8;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span:nth-child(1) {
  display: block;
}
section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span:nth-child(2) {
  max-width: 160px;
  display: block;
}
@media (max-width: 991px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 310px;
    max-width: 310px;
  }
  section.offices .offices_inner__content .offices_inner__content_item:nth-child(2n) {
    border-right: 0px;
  }
  section.offices .offices_inner__content .offices_inner__content_item:nth-child(5) {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) and (min-width: 530px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    flex: 1 230px;
    max-width: 230px;
  }
}
@media (max-width: 529px) {
  section.offices .offices_inner__content .offices_inner__content_item {
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
    max-width: 100%;
    border-right: 0px !important;
    flex: 1 100%;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1;
  }
  section.offices .offices_inner__content .offices_inner__content_item .office_wrapper .hours_work span {
    max-width: 100% !important;
  }
}
section.seo {
  position: relative;
  font-size: 18px;
  line-height: 150%;
  padding: 150px 0 170px;
}
@media (max-width: 991px) {
  section.seo {
    padding: 75px 0 95px;
  }
}
@media (max-width: 768px) {
  section.seo {
    padding: 30px 0 50px;
  }
}
section.seo .seo_title h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
section.seo .seo_content .seo_content__wrapper {
  position: relative;
  font-weight: 300;
  opacity: 0.8;
  max-height: 300px;
  overflow: hidden;
  transition: height 0.5s ease, position 0.5s ease, width 0.5s ease, max-height 0.5s ease;
}
section.seo .seo_content .seo_content__wrapper h2 {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}
section.seo .seo_content .seo_content__wrapper p {
  margin-bottom: 12px;
}
section.seo .seo_content .seo_content__wrapper ul,
section.seo .seo_content .seo_content__wrapper ol {
  padding-left: 15px;
  margin-bottom: 20px;
}
section.seo .seo_content .seo_content__wrapper .fade-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 220px;
  background: linear-gradient(0deg, #16171B, transparent);
  bottom: 0;
  transition: opacity 0.5s ease;
}
section.seo .seo_content .seo_content__wrapper.expanded {
  max-height: none;
}
section.seo .seo_content .seo_content__wrapper.expanded .fade-overlay {
  opacity: 0;
}
section.seo .seo_content button {
  margin-top: 20px;
  cursor: pointer;
}
.faq_section {
  position: relative;
  padding: 70px 0 40px;
}
@media (max-width: 480px) {
  .faq_section {
    padding: 40px 0 40px;
  }
}
.faq_section .section-title h2 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .faq_section .section-title h2 {
    text-align: left;
    font-size: 30px;
  }
}
.faq_section__title_description {
  margin-bottom: 20px;
}
.faq_section__inner_item {
  border-bottom: 1px solid #373B41;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.faq_section .inner_item__question {
  cursor: pointer;
  padding: 15px 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.4392156863);
}
.faq_section .inner_item__question.open {
  color: #ffffff;
}
.faq_section .inner_item__question.open .inner_item__question_icon svg {
  transform: rotate(-180deg);
}
.faq_section .inner_item__question_content {
  font-size: 16px;
  font-weight: bold;
}
.faq_section .inner_item__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease, padding 0.3s ease;
  padding: 0;
  border-radius: 5px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0;
}
.faq_section .inner_item__answer.active {
  padding: 15px 0;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  opacity: 1;
}
.faq_section .inner_item__answer p {
  margin: 0;
}
.why_us {
  padding: 50px 0;
  color: #ffffff;
}
.why_us .why_us__inner .why_us__inner_title {
  margin-bottom: 40px;
}
.why_us .why_us__inner .why_us__inner_title h2 {
  font-size: 40px;
  font-weight: 400;
}
.why_us .why_us__inner .why_us__inner_grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas: "area1 area1 area1 area1 area1 area2 area2 area2 area2" "area1 area1 area1 area1 area1 area2 area2 area2 area2" "area1 area1 area1 area1 area1 area2 area2 area2 area2" "area1 area1 area1 area1 area1 area2 area2 area2 area2" "area3 area3 area3 area4 area4 area4 area5 area5 area5" "area3 area3 area3 area4 area4 area4 area5 area5 area5" "area3 area3 area3 area4 area4 area4 area6 area6 area6";
}
@media (max-width: 991px) {
  .why_us .why_us__inner .why_us__inner_grid {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 1fr);
  }
}
@media (max-width: 768px) {
  .why_us .why_us__inner .why_us__inner_grid {
    display: flex;
    flex-wrap: wrap;
  }
  .why_us .why_us__inner .why_us__inner_grid .grid_item {
    width: 100%;
    flex-direction: column !important;
    padding: 30px !important;
    aspect-ratio: auto !important;
  }
  .why_us .why_us__inner .why_us__inner_grid .grid_item .content .content_title {
    font-size: 30px;
  }
  .why_us .why_us__inner .why_us__inner_grid .grid_item.without_bg {
    width: calc(50% - 10px);
  }
  .why_us .why_us__inner .why_us__inner_grid .grid_item.without_bg.area6 .content {
    display: block;
  }
}
.why_us .grid_item {
  position: relative;
  background: linear-gradient(145deg, #1E2228 50%, #FFFFFF 440%, #FFFFFF 15%);
  padding: 10px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  overflow: hidden;
}
@media (max-width: 520px) {
  .why_us .grid_item.area1 .content {
    max-width: 190px;
  }
  .why_us .grid_item.area1 .grid_item__background img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 520px) {
  .why_us .grid_item.area2 .content {
    max-width: 200px;
  }
  .why_us .grid_item.area2 .grid_item__background img {
    -o-object-position: 40px -10px;
       object-position: 40px -10px;
  }
}
@media (max-width: 520px) {
  .why_us .grid_item.area3 .content {
    max-width: 200px;
  }
  .why_us .grid_item.area3 .grid_item__background img {
    -o-object-position: 30px -45px;
       object-position: 30px -45px;
  }
}
@media (max-width: 520px) {
  .why_us .grid_item.area4 .content {
    max-width: 200px;
  }
  .why_us .grid_item.area4 .grid_item__background img {
    -o-object-position: 0 0px;
       object-position: 0 0px;
  }
}
.why_us .grid_item .number {
  font-size: 100px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
@media (max-width: 1200px) {
  .why_us .grid_item .number {
    font-size: 70px;
  }
}
.why_us .grid_item .content {
  position: relative;
  z-index: 2;
  max-width: 243px;
}
.why_us .grid_item .content .content_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why_us .grid_item .content .content_desc {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
}
@media (max-width: 520px) {
  .why_us .grid_item .content .content_desc {
    font-size: 15px;
    opacity: 0.8;
    font-weight: 200;
  }
}
.why_us .grid_item.without_bg {
  text-align: center;
}
.why_us .grid_item.without_bg .content {
  margin: 0 auto;
}
.why_us .grid_item.without_bg .content .content_title {
  background: linear-gradient(to left, #1E2228 0%, #FFFFFF 100%, #FFFFFF 15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.why_us .grid_item .grid_item__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.why_us .grid_item .grid_item__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border-radius: 10px;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.why_us .area1 {
  grid-area: area1;
  flex-direction: column;
}
.why_us .area1 .content .content_title {
  font-size: 45px;
}
@media (max-width: 1200px) {
  .why_us .area1 .content .content_title {
    font-size: 38px;
  }
}
.why_us .area2 {
  grid-area: area2;
}
.why_us .area3 {
  grid-area: area3;
  aspect-ratio: 1/0.75;
}
@media (max-width: 991px) {
  .why_us .area3 {
    aspect-ratio: 1/1.65;
  }
}
.why_us .area4 {
  grid-area: area4;
}
.why_us .area5 {
  grid-area: area5;
  flex-direction: column;
  justify-content: center;
}
.why_us .area5 .content .content_title {
  font-size: 45px;
}
.why_us .area6 {
  grid-area: area6;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.25;
}
@media (max-width: 991px) {
  .why_us .area6 {
    aspect-ratio: 1/0.75;
  }
}
.why_us .area6 .content {
  display: flex;
  align-items: center;
  max-width: 100px;
  gap: 10px;
  margin: 0 !important;
}
.why_us .area6 .content .content_title {
  font-size: 45px;
  margin: 0;
}
.benefits {
  position: relative;
  padding: 70px 0 60px;
}
.benefits .benefits_wrapper.centered {
  text-align: center;
}
.benefits .benefits_wrapper.centered .benefits_wrapper__items .benefits_wrapper__items_element {
  justify-content: flex-start;
}
.benefits .benefits_wrapper.centered .benefits_wrapper__items .benefits_wrapper__items_element .element_image {
  margin: 0 auto;
}
.benefits .benefits_wrapper.centered .benefits_wrapper__items .benefits_wrapper__items_element .element_title {
  margin: 12px auto 12px;
}
.benefits .benefits_wrapper.centered .benefits_wrapper__items .benefits_wrapper__items_element .element_desc {
  max-width: 230px;
  margin: 10px auto 18px;
}
.benefits .benefits_wrapper .benefits_wrapper__title h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 520px) {
  .benefits .benefits_wrapper .benefits_wrapper__title h2 {
    font-size: 30px;
  }
}
.benefits .benefits_wrapper .benefits_wrapper__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
@media screen and (min-width: 1380px) {
  .benefits .benefits_wrapper .benefits_wrapper__items {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }
}
@media (max-width: 520px) {
  .benefits .benefits_wrapper .benefits_wrapper__items {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element {
  position: relative;
  border: 1px solid #373B41;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element {
    padding: 20px;
  }
}
.benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element.active {
  background: linear-gradient(35deg, #1E2228 50%, #FFFFFF 440%, #FFFFFF 15%);
}
.benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element .element_title {
  font-size: 25px;
  font-weight: 600;
  margin: 24px 0 12px;
}
@media (max-width: 520px) {
  .benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element .element_title {
    font-size: 20px;
  }
}
.benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element .element_desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.7;
  margin: 18px 0px 18px;
}
@media (max-width: 520px) {
  .benefits .benefits_wrapper .benefits_wrapper__items .benefits_wrapper__items_element a {
    font-size: 14px;
  }
}
.services {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .services {
    overflow: hidden;
  }
}
.services .services_wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 768px) {
  .services .services_wrapper {
    flex-direction: column-reverse;
  }
}
.services .services_wrapper .services_wrapper__content {
  flex: 1 675px;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_title h1 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_title {
    display: none;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features {
  position: relative;
  margin: 50px 0px;
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features {
    margin: 0 0px 50px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_title {
  font-weight: 200;
  margin-bottom: 24px;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .button {
    margin-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border: 0px;
  }
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .button a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .button {
    margin-top: 20px;
    border: 0px;
  }
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .button a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row {
    display: block;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row:nth-child(2) {
  align-items: flex-end;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .sku .title {
  opacity: 0.3;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .sku .title {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .sku .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .sku .title {
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .sku {
    margin-bottom: 10px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .title {
  opacity: 0.3;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .title {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .title {
    margin-bottom: 0;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .items .element {
  background: #1E2228;
  padding: 11px;
  border-radius: 5px;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory .items .element {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .memory {
    margin-bottom: 10px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .title {
  opacity: 0.3;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .title {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .title {
    margin-bottom: 0px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items div {
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items div.white {
  background: #ffffff;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items div.black {
  background: #010101;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items div.accent {
  background: #FBB900;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors .items div.blue {
  background: #1F8CDB;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row .colors {
    margin-bottom: 10px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row > div {
  flex: 1 48%;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_features .features_list__row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_title h2 {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_title h2 {
    font-size: 30px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 24px;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item {
  width: 100%;
  border: 1px solid #1E2228;
  padding: 18px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media (max-width: 1065px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item {
    border-radius: 20px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item {
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item:hover {
  background: #1E2228;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item.active {
  background: #1E2228;
  border-color: #FBB900;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item.active .checkbox {
  position: relative;
  width: 23px;
  height: 23px;
  background: #FBB900;
  border-radius: 50%;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item.active .checkbox:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  top: 1px;
  left: 1px;
  border: 2px solid #1E2228;
  border-radius: 50%;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .checkbox {
  flex: 1 30px;
  max-width: 23px;
  position: relative;
  width: 23px;
  height: 23px;
  background: #757C85;
  border-radius: 50%;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .checkbox.active {
  background: #FBB900;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .checkbox.active:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  top: 1px;
  left: 1px;
  border: 2px solid #1E2228;
  border-radius: 50%;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information {
    row-gap: 6px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy {
  flex: 1;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy {
    flex: 1 auto;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy .service_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy .service_title {
    margin-bottom: 6px;
  }
}
@media (max-width: 1065px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy .service_title {
    font-size: 16px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy .service_desc {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
  font-weight: 200;
}
@media (max-width: 1065px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_copy .service_desc {
    font-size: 13px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_services .services_list .services_list__item .information .information_price {
  line-height: 1.5;
  font-weight: 500;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_callback {
  position: relative;
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 12px;
  padding: 24px;
  background: linear-gradient(145deg, #1E2228 50%, #FFFFFF 440%, #FFFFFF 15%);
  margin: 80px 0px 40px;
  border-radius: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper {
    flex-direction: column;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper .callback_wrapper__copy {
  font-size: 18px;
}
@media (max-width: 1065px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper .callback_wrapper__copy {
    max-width: 200px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 1065px) {
  .services .services_wrapper .services_wrapper__content .services_wrapper__content_callback .callback_wrapper .callback_wrapper__link {
    font-size: 14px;
  }
}
.services .services_wrapper .services_wrapper__content .services_wrapper__content_copy {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.3;
  font-weight: 300;
}
.services .services_wrapper .mobile_title {
  display: none;
}
@media (max-width: 768px) {
  .services .services_wrapper .mobile_title {
    display: block;
    font-size: 30px;
    margin-top: 24px;
  }
}
.services .services_wrapper .services_wrapper__image {
  position: sticky;
  top: 90px;
  flex: 1 515px;
  border: 1px solid #373B41;
  text-align: center;
  border-radius: 30px;
  padding: 30px 50px 50px;
  max-width: 515px;
  width: 100%;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__image {
    padding: 0 25px 25px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__image {
    position: relative;
    top: 0;
    max-width: 100%;
    border: 0px;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__image {
    flex: 1 auto;
    padding: 0 0 25px;
  }
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_item img {
  max-height: 400px;
}
@media (max-width: 991px) {
  .services .services_wrapper .services_wrapper__image .services_wrapper__image_item img {
    max-height: 300px;
    margin: 20px 0 10px;
  }
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption {
  max-width: 435px;
  margin: 10px auto 0px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .services .services_wrapper .services_wrapper__image .services_wrapper__image_caption {
    position: relative;
    border: 0px;
    margin: 0 auto;
    padding: 24px;
  }
  .services .services_wrapper .services_wrapper__image .services_wrapper__image_caption:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    background: linear-gradient(145deg, #1E2228 50%, #FFFFFF 440%, #FFFFFF 15%);
    top: 0;
    left: -60%;
    z-index: -1;
  }
}
@media (max-width: 520px) {
  .services .services_wrapper .services_wrapper__image .services_wrapper__image_caption {
    padding: 24px 0px;
  }
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .title {
  font-size: 12px;
  opacity: 0.3;
  margin-bottom: 6px;
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .immedeatly_checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .immedeatly_checkbox .checkbox {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 1px solid #373B41;
  border-radius: 5px;
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .immedeatly_checkbox.active .checkbox {
  border-color: #FBB900;
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .immedeatly_checkbox.active .checkbox:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transition: opacity 0.3s;
}
.services .services_wrapper .services_wrapper__image .services_wrapper__image_caption .device_price .price {
  display: flex;
  align-items: center;
  font-size: 20px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.services_wrapper__order {
  display: flex;
  position: fixed;
  width: calc(100% - 30px);
  border: 0px;
  margin: 0 auto;
  padding: 15px 20px;
  margin: 15px;
  background: linear-gradient(145deg, #1E2228 50%, #FFFFFF 440%, #FFFFFF 15%);
  border-radius: 10px;
  bottom: 0px;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  bottom: -100%;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.2, 1);
  opacity: 0;
}
@media (max-width: 768px) {
  .services_wrapper__order.visible {
    visibility: visible;
    bottom: 20px;
    opacity: 1;
  }
}
.services_wrapper__order .device_price .title {
  font-size: 12px;
  opacity: 0.3;
}
.services_wrapper__order .device_price .immedeatly_checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 12px;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.services_wrapper__order .device_price .immedeatly_checkbox .checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #373B41;
  border-radius: 5px;
}
.services_wrapper__order .device_price .immedeatly_checkbox.active .checkbox {
  border-color: #FBB900;
}
.services_wrapper__order .device_price .immedeatly_checkbox.active .checkbox:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transition: opacity 0.3s;
}
.services_wrapper__order .device_price .price {
  display: flex;
  align-items: center;
  font-size: 20px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.services_wrapper__order .callback_button button {
  padding: 13px 20px;
}
.services_wrapper__order .callback_button button:before {
  display: none;
}
