/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Unbounded:wght@200..900&display=swap");
.h0 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
}

.h0.white {
  color: #FFFFFF;
}

.h0.red {
  color: #E31E24;
}

.h1 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
.h1 strong {
  color: #D93C3C;
}

.h1.white {
  color: #FFFFFF;
}

.h1.red {
  color: #D93C3C;
}

.h2 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
}

.h2.white {
  color: #FFFFFF;
}

.h2.red {
  color: #D93C3C;
}

.h3 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 24px;
  font-weight: 500;
  line-height: 95%;
}

.h3.white {
  color: #FFFFFF;
}

.h3.red {
  color: #D93C3C;
}

.h4 {
  color: #0F0F0F;
  font-size: 22px;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -0.44px;
}

.h4.white {
  color: #FFFFFF;
}

.h4.red {
  color: #D93C3C;
}

.h5 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.h5.white {
  color: #FFFFFF;
}

.h5.red {
  color: #D93C3C;
}

.h6 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.h6.white {
  color: #FFFFFF;
}

.h6.red {
  color: #D93C3C;
}

.h7 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.h7.white {
  color: #FFFFFF;
}

.h7.red {
  color: #D93C3C;
}

.p1 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.p1.white {
  color: #FFFFFF;
}

.p1.red {
  color: #D93C3C;
}

.p2 {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.p2.white {
  color: #FFFFFF;
}

.p2.red {
  color: #D93C3C;
}

.p3 {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.p3.white {
  color: #FFFFFF;
}

.p3.red {
  color: #D93C3C;
}

.p4 {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 800px) {
  .h0 {
    font-size: 32px;
    font-weight: 500;
  }
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 24px;
  }
  .h4 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
  }
  .h5 {
    font-size: 20px;
  }
  .h7 {
    font-size: 14px;
  }
  .p3 {
    font-size: 12px;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  background: #F5F5F7;
  overflow-x: hidden;
}

body.active {
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #D93C3C;
}

body::-webkit-scrollbar-track {
  background: #F5F5F7;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

span {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  font-family: "Inter", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  font-family: "Inter", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #868686;
}
textarea::-moz-placeholder {
  color: #868686;
}
textarea:-ms-input-placeholder {
  color: #868686;
}
textarea:-moz-placeholder {
  color: #868686;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
input::-webkit-input-placeholder {
  color: #868686;
}
input::-moz-placeholder {
  color: #868686;
}
input:-ms-input-placeholder {
  color: #868686;
}
input:-moz-placeholder {
  color: #868686;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1352px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 216px;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section {
  margin-top: 170px;
}

.section:first-child,
.section-two:first-child,
.section-three:first-child,
.section-four:first-child,
.section-five:first-child {
  margin-top: 0px;
}

.section:last-child,
.section-two:last-child,
.section-three:last-child,
.section-four:last-child,
.section-five:last-child {
  margin-bottom: 170px;
}

.section-two {
  margin-top: 100px;
}

.section-three {
  margin-top: 30px;
}

.section-four {
  margin-top: 120px;
}

.section-five {
  margin-top: 100px;
}

.section-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 70px;
}

.section-btn {
  margin-top: 24px;
}

.section-num {
  font-family: "Unbounded", sans-serif;
  color: #D93C3C;
  font-size: 94px;
  font-weight: 600;
  line-height: 120%;
  text-align: right;
}

@media (max-width: 1200px) {
  .wrapper {
    padding-top: 158px;
    overflow: hidden;
  }
  .container {
    max-width: 800px;
  }
  .section-top {
    display: block;
  }
  .section-box {
    margin-top: 24px;
  }
  .section-num {
    text-align: left;
    margin-top: 24px;
  }
}
@media (max-width: 800px) {
  .container {
    max-width: 500px;
    padding: 0px 15px;
  }
  .section {
    margin-top: 64px;
  }
  .section:last-child {
    margin-bottom: 64px;
  }
  .section-two {
    margin-top: 24px;
  }
  .section-three {
    margin-top: 24px;
  }
  .section-four {
    margin-top: 64px;
  }
  .section-five {
    margin-top: 64px;
  }
  .section-top {
    margin-bottom: 24px;
  }
  .section-num {
    font-size: 80px;
  }
}
/*-options*/
/*buttons*/
.btn-one {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  height: 50px;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid #E31E24;
  padding: 0 24px;
  /*color: #E31E24;*/
  color: #fff;
  background: #E31E24;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}
.btn-one path {
  transition: 0.3s;
}
.btn-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #E31E24;
  transition: 0.3s;
}

.btn-two {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
  padding: 0 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}
.btn-two path {
  transition: 0.3s;
}
.btn-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #FFF;
  transition: 0.3s;
}

.btn-three {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  height: 50px;
  width: 240px;
  border-radius: 50px;
  border: 1px solid #E31E24;
  padding: 0 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  transition: 0.1s;
}
.btn-three path {
  transition: 0.3s;
}
.btn-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #E31E24;
  transition: 0.3s;
}

.link-one {
  display: block;
  width: fit-content;
  color: #E31E24;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  border-bottom: 1px solid #E31E24;
  transition: 0.1s;
}

@media (min-width: 1200px) {
  .btn-one:hover {
    color: #FFF;
  }
  .btn-one:hover path {
    stroke: #FFF;
  }
  .btn-one:hover::before {
    transform: translate(0);
  }
  .btn-two:hover {
    color: #1B1A1A;
  }
  .btn-two:hover path {
    stroke: #1B1A1A;
  }
  .btn-two:hover::before {
    transform: translate(0);
  }
  .btn-three:hover {
    color: #E31E24;
  }
  .btn-three:hover path {
    stroke: #E31E24;
  }
  .btn-three:hover::before {
    transform: translateX(100%);
  }
  .link-one:hover {
    color: #BD050B;
    border-bottom: 1px solid #BD050B;
  }
}
/*-buttons*/
/*form*/ 
.form-label {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}

.form-error {
  display: none;
  color: #D93C3C;
  font-size: 14px;
  margin-top: 8px;
}

.form-file {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.form-file .form-label {
  margin-bottom: 0px;
}
.form-file::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 46px;
  width: 50px;
  background: #FFF;
}

.form-file_point {
  position: absolute;
  z-index: -1;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.form-file_icon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 36px;
}

.form-file_text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #868686;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #CDCDCD;
}

.form-file_point.false + .form-file_text {
  border-bottom: 1px solid #D93C3C;
}

.form-file_point.false + .form-file_text + .form-error {
  display: block;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
}

.form-input_point {
  width: 100%;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #3D3D3D;
  border-bottom: 1px solid #CDCDCD;
}

.form-input_point:focus {
  border-bottom: 1px solid #3D3D3D;
}

.form-input_point.false {
  border-bottom: 1px solid #D93C3C;
}

.form-input_point.false + .form-error {
  display: block;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
}

.form-textarea_point {
  width: 100%;
  height: 165px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #3D3D3D;
  padding: 14px;
  border: 1px solid #CDCDCD;
}

.form-textarea_point:focus {
  border: 1px solid #3D3D3D;
}

.form-textarea_point.false {
  border: 1px solid #D93C3C;
}

.form-textarea_point.false + .form-error {
  display: block;
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
}

.form-select_point {
  width: 100%;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #3D3D3D;
  padding-right: 20px;
  border-bottom: 1px solid #CDCDCD;
  cursor: pointer;
}

.form-select_point:required:invalid {
  color: #868686;
}

.form-select_arrow {
  position: absolute;
  right: 0px;
  top: 16px;
}

.form-check {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-check_point {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.form-check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #868686;
  margin-right: 8px;
}
.form-check_box svg {
  display: none;
}

.form-check_name {
  width: calc(100% - 28px);
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.form-check_name a {
  display: inline;
  color: #3D3D3D;
  transition: 0.1s;
  text-decoration: underline;
}

.form-check_point:checked + .form-check_box {
  border: 1px solid #E31E24;
  background: #E31E24;
}

.form-check_point:checked + .form-check_box svg {
  display: block;
}

.form-check_point.false + .form-check_box + .form-check_name + .form-error {
  display: block;
}

.form-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  height: 50px;
  width: 240px;
  border-radius: 50px;
  border: 1px solid #E31E24;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: 0.1s;
}
.form-btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../icons/arrow-3.svg") center no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.form-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #E31E24;
  transition: 0.3s;
}

.form-btn_point {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 800px) {
  .form-error {
    font-size: 12px;
  }
  .form-btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .form-check_name a:hover {
    color: #E31E24;
  }
  .form-btn:hover .form-btn_point {
    color: #E31E24;
  }
  .form-btn:hover::after {
    background: url("../icons/arrow-4.svg") center no-repeat;
    background-size: contain;
  }
  .form-btn:hover::before {
    transform: translateX(100%);
  }
}
/*-form*/
/*breadcrumbs*/
.breadcrumbs {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 130px;
  width: 100%;
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
}
.breadcrumbs-list li {
  display: flex;
  align-items: center;
}
.breadcrumbs-list li:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../icons/arrow-2.svg") center no-repeat;
  background-size: contain;
}
.breadcrumbs-list li:last-child:after {
  display: none;
}
.breadcrumbs-list a {
  color: #3D3D3D;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.1s;
}
.breadcrumbs-list li:last-child a {
  color: #868686;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .breadcrumbs {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-list a:hover {
    color: #E31E24;
  }
}
/*navigation*/
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.navigation-list {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.navigation-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  width: 36px;
  height: 36px;
  color: #3D3D3D;
  font-weight: 400;
  line-height: 150%;
  transition: 0.1s;
}
.navigation-list li.active a {
  color: #FFF;
  border: 1px solid #D93C3C;
  background: #D93C3C;
}

.navigation-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: 0.1s;
}
.navigation-arrow svg {
  stroke: #868686;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .navigation {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navigation-num {
    order: 2;
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .navigation-list li a:hover {
    color: #FFF;
    background: #D93C3C;
    border: 1px solid #D93C3C;
  }
  .navigation-arrow:hover {
    background: #D93C3C;
    border: 1px solid #D93C3C;
  }
  .navigation-arrow:hover svg {
    stroke: white;
  }
}
/*-navigation*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0px 0px 0px;
  transition: 0.2s;
}

.header.active {
  padding: 8px 0px;
  background: #FFF;
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo img {
  height: 76px;
  width: auto;
}

.header-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  grid-gap: 26px;
}
.header-menu a {
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  transition: 0.1s;
}
.header-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #E31E24;
  opacity: 0;
}
.header-menu li.current-menu-item a {
  font-weight: 400;
  color: #E31E24;
}
.header-menu li.current-menu-item a:after {
  opacity: 1;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    padding: 24px 0px 0px 0px;
  }
  .header-logo {
    position: relative;
    z-index: 2;
  }
  .header-logo img {
    height: 53px;
  }
  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    padding-bottom: 50px;
    display: none;
  }
  .header-nav::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 0px 0px 20px 20px;
  }
  .header-nav::before {
    content: "";
    position: fixed;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  .header-nav.active {
    display: block;
  }
  .header-menu {
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    transform: translate(0);
    margin-top: 117px;
  }
  .header-menu a {
    font-size: 16px;
  }
  .header-btn {
    margin: 46px auto 0px auto;
  }
  .header-burger {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-burger svg:nth-child(2) {
    display: none;
  }
  .header-burger.active svg:nth-child(1) {
    display: none;
  }
  .header-burger.active svg:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-menu a:hover {
    color: #E31E24;
  }
}
/*-header*/
/*footer*/
.footer {
  background: #1B1A1A;
  padding-top: 110px;
  padding-bottom: 10px;
}

.footer-wrap {
  position: relative;
}

.footer-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.footer-box_h {
  color: #868686;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.footer-box_links li {
  margin-top: 8px;
}
.footer-box_links li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.1s;
}

.footer-box_social {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-top: 24px;
}
.footer-box_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #FFF;
  height: 44px;
  width: 44px;
  transition: 0.1s;
}

.footer-box_add {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 12px;
  transition: 0.1s;
}

.footer-box_map {
  color: #CDCDCD;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  border-bottom: 1px solid #CDCDCD;
  width: fit-content;
  margin-top: 12px;
  transition: 0.1s;
}

.footer-h {
  font-family: "Unbounded", sans-serif;
  color: #FFF;
  font-size: 150px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 100px;
}
.footer-h strong {
  color: #E31E24;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #363636;
}
.footer-bottom span {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-company {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.1s;
}
.footer-company path {
  fill: #3D3D3D;
  transition: 0.1s;
}

.footer-back {
  position: absolute;
  right: 0;
  bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #E31E24;
  transition: 0.2s;
}
.footer-back svg {
  stroke: #E31E24;
  transition: 0.2s;
}

@media (max-width: 1360px) {
  .footer-h {
    font-size: 120px;
  }
  .footer-back {
    bottom: 54px;
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 1200px) {
  .footer-boxs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
  .footer-box {
    border-bottom: 1px solid #3D3D3D;
    padding-bottom: 14px;
  }
  .footer-box:last-child {
    border-bottom: none;
  }
}
@media (max-width: 800px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .footer-box_links li {
    margin-top: 6px;
  }
  .footer-box_links li a {
    font-size: 16px;
  }
  .footer-box_social {
    grid-gap: 6px;
    margin-top: 18px;
  }
  .footer-h {
    font-size: 42px;
    margin-top: 64px;
  }
  .footer-bottom {
    display: block;
    margin-top: 12px;
  }
  .footer-company {
    margin-top: 6px;
  }
  .footer-box_add {
    font-size: 16px;
  }
  .footer-back {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-box_links a:hover {
    color: #868686;
  }
  .footer-box_social a:hover {
    border: 1px solid #868686;
  }
  .footer-box_social a:hover path {
    fill: #868686;
  }
  .footer-box_map:hover {
    color: #868686;
    border-bottom: 1px solid #868686;
  }
  .footer-company:hover {
    color: #868686;
  }
  .footer-company:hover path {
    fill: #868686;
  }
  .footer-back:hover {
    border: 1px solid #FFF;
    background: #FFF;
  }
}
/*-footer*/
/*content*/
.content *:first-child {
  margin-top: 0px;
}
.content h2 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 40px;
}
.content h3 {
  font-family: "Unbounded", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 40px;
}
.content h4 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 40px;
}
.content h5 {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 40px;
}
.content p {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
.content p a {
  display: inline;
  margin: 0px;
}
.content a {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: underline;
  margin-top: 20px;
}
.content ul {
  margin-top: 20px;
}
.content ul li {
  position: relative;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 36px;
  margin-top: 8px;
}
.content ul li:first-child {
  margin-top: 0px;
}
.content ul li strong {
  color: #D93C3C;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D93C3C;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-top: 20px;
}
.content ol li {
  position: relative;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 36px;
  margin-top: 8px;
}
.content ol li strong {
  color: #D93C3C;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 14px;
  top: 0;
  color: #D93C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.content img {
  margin-top: 20px;
}
.content iframe {
  width: 100%;
  height: 350px;
  margin-top: 40px;
}
.content blockquote {
  position: relative;
  padding: 40px 80px;
  background: #EDEDED;
  margin: 20px 0px 0px 0px;
}
.content blockquote p {
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 500;
  line-height: 170%;
}
.content blockquote span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #3D3D3D;
  margin-top: 20px;
}
.content blockquote p:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -34px;
  top: 0px;
  width: 26px;
  height: 26px;
  background: url("../icons/dots-1.svg") center no-repeat;
  background-size: contain;
}
.content blockquote p:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: 0px;
  width: 26px;
  height: 26px;
  background: url("../icons/dots-2.svg") center no-repeat;
  background-size: contain;
}
.content .wp-block-table {
  width: 100%;
  overflow: auto;
  margin-top: 0px;
}
.content th {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  background: #D93C3C;
  padding: 18px 16px;
  text-align: left;
  border-bottom: 2px solid #F5F5F7;
}
.content td {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background: #EDEDED;
  padding: 18px 16px;
  text-align: left;
  border: 1px solid #FFFFFF;
}
.content tr:last-child td {
  border-bottom: none;
}
.content td:nth-child(1) {
  font-weight: 700;
}

.content.white h2 {
  color: #FFFFFF;
}
.content.white h3 {
  color: #FFFFFF;
}
.content.white h4 {
  color: #FFFFFF;
}
.content.white h5 {
  color: #FFFFFF;
}
.content.white p {
  color: #FFFFFF;
}
.content.white a {
  color: #FFFFFF;
}

.content.two *:first-child {
  margin-top: 0px;
}
.content.two h2 {
  margin-top: 60px;
}
.content.two h3 {
  margin-top: 60px;
}
.content.two h4 {
  margin-top: 60px;
}
.content.two h5 {
  margin-top: 60px;
}
.content.two p {
  font-size: 18px;
}
.content.two a {
  font-size: 18px;
}
.content.two ul li {
  font-size: 18px;
}
.content.two ol li {
  font-size: 18px;
}
.content.two ol li:before {
  font-size: 18px;
}
.content.two iframe {
  height: 500px;
  margin-top: 60px;
}
.content.two .wp-block-table {
  margin-top: 60px;
}

@media (max-width: 800px) {
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 22px;
  }
  .content h4 {
    font-size: 20px;
  }
  .content p {
    font-size: 16px;
  }
  .content a {
    font-size: 16px;
  }
  .content ul li {
    font-size: 16px;
  }
  .content ol li {
    font-size: 16px;
  }
  .content iframe {
    height: 300px;
  }
  .content blockquote {
    padding: 26px 18px;
  }
  .content blockquote p:before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -7px;
  }
  .content blockquote p:after {
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: -5px;
  }
  .content th {
    font-size: 14px;
    padding: 18px 8px;
  }
  .content td {
    font-size: 14px;
    padding: 18px 8px;
  }
  .content.two *:first-child {
    margin-top: 0px;
  }
  .content.two h2 {
    margin-top: 40px;
  }
  .content.two h3 {
    margin-top: 40px;
  }
  .content.two h4 {
    margin-top: 40px;
  }
  .content.two h5 {
    margin-top: 40px;
  }
  .content.two p {
    font-size: 16px;
  }
  .content.two a {
    font-size: 16px;
  }
  .content.two ul li {
    font-size: 16px;
  }
  .content.two ol li {
    font-size: 16px;
  }
  .content.two ol li:before {
    font-size: 16px;
  }
  .content.two iframe {
    height: 300px;
    margin-top: 40px;
  }
  .content.two .wp-block-table {
    margin-top: 40px;
  }
}
/*-content*/
/*mod*/
.mod {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.mod.active {
  display: block;
}

.mod-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 16px;
}

.mod-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mod-box {
  position: relative;
  z-index: 2;
  width: 660px;
  padding: 50px;
  background: #FFF;
  max-height: 100%;
  overflow: auto;
}
.mod-box::-webkit-scrollbar {
  width: 4px;
}
.mod-box::-webkit-scrollbar-thumb {
  background: #D93C3C;
}
.mod-box::-webkit-scrollbar-track {
  background: #FFF;
}

.mod-close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-close svg {
  stroke: #0F0F0F;
  transition: 0.1s;
}

.mod-top {
  text-align: center;
  max-width: 480px;
  margin: auto;
}

.mod-icon {
  margin-bottom: 12px;
}

.mod-h {
  font-weight: 400;
  font-size: 30px;
}

.mod-p {
  margin: 14px auto 0px auto;
}

.mod-btn {
  margin: 40px auto 0px auto;
}

.mod-more {
  opacity: 0.4;
  pointer-events: none;
  margin: 40px auto 0px auto;
}

.mod-more.active {
  opacity: 1;
  pointer-events: auto;
}

.mod-form {
  width: 100%;
  margin-top: 40px;
}

.mod-check {
  margin-top: 16px;
}

.mod-submit {
  margin: 40px auto 0px auto;
}

.mod-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

.mod-files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  margin-top: 40px;
}

.mod-textarea {
  margin-top: 32px;
}

.mod-radios {
  display: grid;
  grid-gap: 12px;
  width: 100%;
  margin-top: 40px;
}

.mod-radio {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.mod-radio input {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}
.mod-radio span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  width: 100%;
  color: #D93C3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  border: 1px solid #D93C3C;
}
.mod-radio input:checked + span {
  color: #FFFFFF;
  background: #D93C3C;
}

.mod-thank .mod-box {
  width: 533px;
}

.mod-team .mod-box {
  width: 583px;
}

.mod-delivery .mod-box {
  width: 1000px;
}

.mod-design .mod-box {
  width: 1000px;
}
.mod-design .mod-select:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.mod-master .mod-box {
  width: 1000px;
}
.mod-master .mod-select:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.mod-team .mod-p {
  max-width: 372px;
}

@media (max-width: 1200px) {
  .mod-delivery .mod-box {
    width: 100%;
  }
  .mod-design .mod-box {
    width: 100%;
  }
  .mod-master .mod-box {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .mod-box {
    width: 100% !important;
    padding: 50px 14px;
  }
  .mod-close {
    top: 14px;
    right: 10px;
  }
  .mod-h {
    font-size: 22px;
  }
  .mod-p {
    font-size: 14px;
  }
  .mod-form {
    margin-top: 32px;
  }
  .mod-radios {
    margin-top: 32px;
  }
  .mod-inputs {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
  }
  .mod-files {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
  }
  .mod-submit {
    width: 100%;
    margin-top: 32px;
  }
  .mod-btn {
    width: 100%;
    margin-top: 32px;
  }
  .mod-more {
    width: 100%;
    margin-top: 32px;
  }
  .mod-design .mod-select:first-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .mod-master .mod-select:first-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media (min-width: 1200px) {
  .mod-close:hover svg {
    stroke: #E31E24;
  }
}
/*-mod*/
/*sta*/
.sta {
  position: relative;
  z-index: 1;
  height: 100vh;
  margin-top: -216px !important;
}

.sta-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sta-bg img:nth-child(2) {
  display: none;
}
.sta-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sta-text {
  padding-top: 216px;
  max-width: 650px;
}

.sta-btn {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .sta {
    margin-top: -158px !important;
  }
  .sta-text {
    padding-top: 158px;
  }
}
@media (max-width: 800px) {
  .sta-btn {
    margin-top: 24px;
    width: 100%;
  }
  .sta-bg img {
    object-position: top;
  }
  .sta-bg img:nth-child(1) {
    display: none;
  }
  .sta-bg img:nth-child(2) {
    display: block;
  }
}
/*-sta*/
/*abo*/
.abo-mob {
  display: none;
}

.abo-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.abo-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abo-point img {
  width: 100%;
}

.abo-point:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 391px;
  grid-column-start: 1;
  grid-column-end: 2;
}
.abo-point:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abo-point:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 391px;
  grid-column-start: 3;
  grid-column-end: 5;
}
.abo-point:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .abo-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 391px;
    width: 100%;
    margin-top: 24px;
  }
  .abo-mob img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .abo-points {
    display: block;
  }
  .abo-point:nth-child(1) {
    display: none;
  }
  .abo-point:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .abo .section-btn {
    width: 100%;
  }
  .abo-mob {
    height: 350px;
  }
  .abo-points {
    padding-top: 16px;
  }
  .abo-point:nth-child(2) {
    height: 220px;
  }
}
/*-abo*/
/*sev*/
.sev {
  padding: 80px 0px;
  background: #1B1A1A;
}

.sev-list {
  list-style: none;
  counter-reset: num;
}

.sev-list_point {
  position: relative;
  border-bottom: 1px solid #363636;
}

.sev-list_point:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 60px;
  top: 30px;
  color: #868686;
  font-size: 22px;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  transition: 0.1s;
}

.sev-list_point:nth-child(1):before,
.sev-list_point:nth-child(2):before,
.sev-list_point:nth-child(3):before,
.sev-list_point:nth-child(4):before,
.sev-list_point:nth-child(5):before,
.sev-list_point:nth-child(6):before,
.sev-list_point:nth-child(7):before,
.sev-list_point:nth-child(8):before,
.sev-list_point:nth-child(9):before {
  content: "0" counter(num);
}

.sev-list_top {
  position: relative;
  text-transform: uppercase;
  padding: 30px 90px 30px 333px;
  transition: 0.1s;
  cursor: pointer;
}
.sev-list_top:after {
  content: "";
  position: absolute;
  background: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 60px;
  pointer-events: none;
  transition: 0.1s;
}

.sev-list_bottom {
  display: none;
  align-items: flex-end;
  grid-gap: 20px;
  padding: 0px 0px 30px 333px;
}

.sev-list_top.active:after {
  transform: rotate(180deg);
}

.sev-list_top.active + .sev-list_bottom {
  display: flex;
}

.sev-list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 646px;
  width: 646px;
  height: 391px;
  overflow: hidden;
}
.sev-list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.sev-list_info {
  margin-top: auto;
}

.sev-list_btn {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 1320px) {
  .sev-list_img {
    min-width: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .sev-list_top {
    padding: 30px 90px 30px 54px;
  }
  .sev-list_bottom {
    padding: 0px 0px 30px 54px;
  }
  .sev-list_info {
    margin-top: 32px;
  }
  .sev-list_point:before {
    left: 0;
    font-size: 16px;
    line-height: 170%;
  }
  .sev-list_img {
    min-width: 400px;
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .sev {
    padding: 60px 0;
  }
  .sev-list_top {
    padding: 30px 38px;
  }
  .sev-list_top::after {
    right: 0;
  }
  .sev-list_top.active + .sev-list_bottom {
    display: block;
  }
  .sev-list_bottom {
    padding: 0px 0px 30px 0px;
  }
  .sev-list_img {
    height: 240px;
    min-width: 100%;
    width: 100%;
  }
  .sev-list_btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sev-list_point:hover::before {
    color: #D93C3C;
  }
  .sev-list_point:hover .sev-list_top {
    color: #D93C3C;
  }
  .sev-list_img:hover img {
    transform: scale(1.2);
  }
}
/*-sev*/
/*free*/
.free-slide {
  padding: 50px 16px 50px 16px;
  border: 1px solid #D93C3C;
  transition: 0.2s;
}

.free-slide_num {
  margin-bottom: 32px;
  transition: 0.2s;
}

.free-slide_h {
  transition: 0.2s;
}

.free-slide_p {
  margin-top: 20px;
  transition: 0.2s;
}

.free-slide.active {
  background: #D93C3C;
}
.free-slide.active .free-slide_num {
  color: #FFF;
}
.free-slide.active .free-slide_h {
  color: #FFF;
}
.free-slide.active .free-slide_p {
  color: #FFF;
}

.free-slide:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
.free-slide:last-child img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .free-slider {
    width: 313px;
    margin-left: 0px;
    overflow: visible;
  }
  .free-slide {
    height: auto;
  }
}
@media (max-width: 800px) {
  .free-slider {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .free-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 12px;
  }
  .free-slide:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .free-slide:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .free-slide:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .free-slide:nth-child(7) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .free-slide:nth-child(9) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
/*-free*/
/*req*/
.req-wrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}

.req-info {
  width: 516px;
}

.req-content {
  margin-top: 24px;
}

.req-link {
  margin-top: 24px;
}

.req-form {
  width: 646px;
}

.req-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.req-input:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.req-input:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.req-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}

.req-check {
  margin-top: 18px;
}

.req-btn {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .req-wrap {
    display: block;
  }
  .req-info {
    width: 100%;
  }
  .req-form {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .req-inputs {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
  }
  .req-input:nth-child(1) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .req-input:nth-child(2) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .req-textarea {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media (max-width: 800px) {
  .req-link {
    width: 100%;
  }
}
/*-req*/
/*rel*/
.rel-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 100px;
}

.rel-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rel-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.rel-box_h {
  text-transform: uppercase;
  margin-top: 8px;
}

.rel-box_p {
  margin-top: 8px;
}

.rel-btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 51px;
}

@media (max-width: 1200px) {
  .rel-boxs {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
  .rel-box:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rel-box:nth-child(1) .rel-box_img {
    height: 400px;
  }
  .rel-box:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rel-box:nth-child(2) .rel-box_img {
    height: 400px;
  }
  .rel-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .rel-box:nth-child(3) .rel-box_img {
    height: 260px;
  }
  .rel-box:nth-child(4) {
    display: none;
  }
  .rel-box:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .rel-box:nth-child(5) .rel-box_img {
    height: 260px;
  }
  .rel-box:nth-child(6) {
    display: none;
  }
  .rel-btn {
    margin-bottom: 0px;
  }
}
@media (max-width: 800px) {
  .rel-boxs {
    grid-column-gap: 14px;
  }
  .rel-box_p {
    margin-top: 6px;
  }
  .rel-box:nth-child(1) .rel-box_img {
    height: 300px;
  }
  .rel-box:nth-child(2) .rel-box_img {
    height: 300px;
  }
  .rel-box:nth-child(3) .rel-box_img {
    height: 200px;
  }
  .rel-box:nth-child(5) .rel-box_img {
    height: 200px;
  }
  .rel-btn {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: -16px;
  }
}
@media (min-width: 1200px) {
  .rel-box:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rel-box:nth-child(1) .rel-box_img {
    height: 751px;
  }
  .rel-box:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .rel-box:nth-child(2) .rel-box_img {
    height: 751px;
  }
  .rel-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .rel-box:nth-child(3) .rel-box_img {
    height: 900px;
  }
  .rel-box:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .rel-box:nth-child(4) .rel-box_img {
    height: 404px;
  }
  .rel-box:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 5;
    margin-top: auto;
  }
  .rel-box:nth-child(5) .rel-box_img {
    height: 323px;
  }
  .rel-box:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .rel-box:nth-child(6) .rel-box_img {
    height: 610px;
  }
  .rel-box:hover .rel-box_img img {
    transform: scale(1.2);
  }
}
/*-rel*/
/*sup*/
.sup-wrap {
  padding: 80px 0px;
  background: #1B1A1A;
}

.sup-mob {
  display: none;
}

.sup-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.sup-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.sup-box:nth-child(1) .sup-box_img {
  height: 550px;
}

.sup-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column-start: 4;
  grid-column-end: 5;
}
.sup-box:nth-child(2) .sup-box_img {
  height: 350px;
}

.sup-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sup-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sup-btn {
  width: 100%;
}

@media (max-width: 1200px) {
  .sup-box:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
@media (max-width: 800px) {
  .sup .section-top {
    margin-bottom: 32px;
  }
  .sup .section-box {
    margin-top: 32px;
  }
  .sup-wrap {
    padding: 60px 0px;
  }
  .sup-boxs {
    display: block;
  }
  .sup-box:nth-child(1) {
    display: none;
  }
  .sup-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    margin-top: 40px;
  }
  .sup-mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sup-box:nth-child(2) {
    display: block;
  }
  .sup-box:nth-child(2) .sup-box_img {
    height: 300px;
  }
  .sup-btn {
    margin-top: 24px;
  }
}
/*-sup*/
/*ben*/
.ben-slide {
  padding: 50px 16px 50px 16px;
  background: #D93C3C;
}
.ben-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ben-slide_sub {
  margin-bottom: 40px;
}

.ben-slide_h {
  min-height: 66px;
  margin-bottom: 12px;
}

.ben-slide.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
  height: 282px;
}

@media (max-width: 1200px) {
  .ben-slider {
    width: 312px;
    margin-left: 0px;
    overflow: visible;
  }
  .ben-slide {
    height: auto;
  }
  .ben-slide.active {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .ben-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .ben-slide:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .ben-slide:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .ben-slide:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .ben-slide:nth-child(7) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .ben-slide:nth-child(9) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
/*rev*/
.section-top {
  position: relative;
}

.rev-arrows {
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: flex-end;
}

.rev-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 88px;
  border-radius: 5000px;
  border: 1px solid #E31E24;
  transition: 0.1s;
}
.rev-arrow svg {
  stroke: #E31E24;
  transition: 0.1s;
}

.rev-arrow.swiper-button-disabled {
  opacity: 0.5;
}

.rev-slide {
  position: relative;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #EDEDED;
  min-height: 320px;
  padding: 50px;
}
.rev-slide svg {
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 29px;
}

.rev-slide_p {
  line-height: 170%;
  z-index: 4;
}

.rev-slide_bottom {
  display: flex;
  align-items: center;
  grid-gap: 14px;
  margin-top: 72px;
}

.rev-slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.rev-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rev-slide_name {
  color: #0F0F0F;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .rev-arrows {
    display: none;
  }
  .rev-slider {
    width: 313px;
    margin-left: 0px;
    overflow: visible;
  }
  .rev-slide {
    min-height: 336px;
    padding: 24px 16px;
  }
  .rev-slide svg {
    left: 8px;
    top: 20px;
    width: 24px;
    height: auto;
  }
  .rev-slide_bottom {
    grid-gap: 8px;
    margin-top: 40px;
  }
  .rev-slide_name {
    font-size: 16px;
  }
  .rev-slide_img {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .rev-arrow:hover {
    background: #E31E24;
    border: 1px solid #E31E24;
  }
  .rev-arrow:hover svg {
    stroke: #FFF;
  }
}
/*-rev*/
/*inf*/
.inf-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.inf-text {
  position: relative;
  grid-column-start: 3;
  grid-column-end: 5;
}

.inf-content {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.inf-content::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(245, 245, 247, 0) 0%, rgb(245, 245, 247) 100%);
}

.inf-content.active {
  height: fit-content;
}
.inf-content.active::after {
  display: none;
}

.inf-btn {
  margin-top: 40px;
}
.inf-btn span:nth-child(2) {
  display: none;
}

.inf-btn.active span:nth-child(1) {
  display: none;
}
.inf-btn.active span:nth-child(2) {
  display: block;
}

@media (max-width: 1200px) {
  .inf-wrap {
    display: block;
  }
  .inf-text {
    margin-top: 24px;
  }
  .inf-btn {
    margin-top: 24px;
  }
  .inf-content {
    height: 540px;
  }
  /*-inf*/
}
/*new*/
.new-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 32px 0;
  border-top: 1px solid #CDCDCD;
}

.new-box_mob {
  display: none;
}

.new-box:last-child {
  border-bottom: 1px solid #CDCDCD;
}

.new-box_date {
  font-family: "Unbounded", sans-serif;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.new-box_info {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  grid-column-start: 2;
  grid-column-end: 5;
}

.new-box_text {
  max-width: 514px;
}

.new-box_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: fit-content;
  padding: 0 20px;
  border-radius: 20px;
  background: rgba(217, 60, 60, 0.06);
  color: #D93C3C;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.new-box_h {
  max-width: 466px;
  transition: 0.1s;
}

.new-box_p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 466px;
  margin-top: 12px;
}

.new-box_link {
  margin-top: 40px;
}

.new-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 415px;
  width: 415px;
  height: 100%;
  overflow: hidden;
}
.new-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.new-btn {
  width: 514px;
  margin-top: 24px;
  margin-left: 330px;
}

.new-select {
  margin-bottom: 50px;
}

.new-select_point {
  display: none;
}

.new-select_list {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.new-select_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  padding: 0 32px;
  border: 1px solid #D93C3C;
  color: #D93C3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  transition: 0.1s;
}
.new-select_list a.active {
  background: #D93C3C;
  color: #FFF;
}

@media (max-width: 1200px) {
  .new-box_info {
    display: block;
  }
  .new-box_img {
    margin-top: 32px;
    width: 100%;
    min-width: 100%;
    height: 400px;
  }
  .new-btn {
    width: 567px;
    margin-left: 192px;
  }
  .new-box_h {
    max-width: 100%;
  }
  .new-box_p {
    max-width: 100%;
  }
  .new-select {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
  }
  .new-select_point {
    position: relative;
    display: flex;
    align-items: center;
    height: 49px;
    color: #D93C3C;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    padding: 0px 32px 0px 16px;
    border: 1px solid #D93C3C;
    text-align: left;
  }
  .new-select_point::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../icons/arrow-5.svg") center no-repeat;
    background-size: contain;
    transition: 0.1s;
  }
  .new-select_list {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #FFF;
    border: 1px solid #D93C3C;
    border-top: none;
  }
  .new-select_list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.42px;
    border: none;
    padding: 0px 16px;
    text-align: left;
  }
  .new-select_point.active::after {
    transform: rotate(180deg) translateY(50%);
  }
  .new-select_point.active + .new-select_list {
    display: block;
  }
}
@media (max-width: 800px) {
  .new-box {
    position: relative;
    display: block;
  }
  .new-box_date {
    position: absolute;
    left: 0;
    top: 39px;
  }
  .new-box_sub {
    margin-left: auto;
    margin-bottom: 12px;
  }
  .new-box_text {
    margin-top: 0px;
  }
  .new-box_p {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .new-box_link {
    margin-top: 24px;
  }
  .new-box_img {
    height: 220px;
  }
  .new-btn {
    width: 100%;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .new-box_img:hover img {
    transform: scale(1.1);
  }
  .new-box_h:hover {
    color: #E31E24;
  }
  .new-select_list a:hover {
    background: #D93C3C;
    color: #FFF;
  }
}
/*-new*/
/*his*/
.his {
  padding: 80px 0;
  background: #1B1A1A;
}

.his-trumbs {
  overflow: visible;
  margin-bottom: 80px;
}

.his-trumb {
  font-family: "Unbounded", sans-serif;
  width: fit-content;
  color: #363636;
  font-size: 90px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.1s;
}
.his-trumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #E31E24;
  opacity: 0;
  transition: 0.1s;
}

.his-trumb.swiper-slide-thumb-active {
  color: #fff;
}
.his-trumb.swiper-slide-thumb-active::after {
  opacity: 1;
}

.his-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: flex-end;
  opacity: 0 !important;
}

.his-slide.swiper-slide-active {
  opacity: 1 !important;
}

.his-slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 467px;
  grid-column-start: 1;
  grid-column-end: 2;
}
.his-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.his-slide_text {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-left: 130px;
}

.his-slide_content {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .his-slide {
    display: block;
  }
  .his-slide_text {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  .his-slide_content {
    margin-top: 24px;
  }
}
@media (max-width: 800px) {
  .his {
    padding: 60px 0;
  }
  .his-trumbs {
    margin-bottom: 40px;
    padding-top: 16px;
  }
  .his-trumb {
    font-size: 40px;
  }
  .his-slide_img {
    height: 250px;
  }
  .his-slide_text {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .his-trumb:hover {
    color: #E31E24;
  }
}
/*-his*/
/*mis*/
.mis-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.mis-text {
  grid-column-start: 1;
  grid-column-end: 3;
}

.mis-text_info {
  max-width: 516px;
}

.mis-text_content {
  margin-top: 24px;
}

.mis-text_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  height: 248px;
  margin-top: 80px;
}
.mis-text_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mis-img {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 3;
  grid-column-end: 5;
  height: 100%;
}
.mis-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .mis-text_img {
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .mis-wrap {
    display: block;
  }
  .mis-img {
    display: none;
  }
  .mis-text_img {
    width: 100%;
    height: 250px;
    margin-top: 24px;
  }
}
/*-mis*/
/*bri*/
.bri-slide {
  padding-bottom: 8px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 70px;
}

.bri-slide.active {
  opacity: 0;
}

.bri-slide_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.bri-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bri-slide_name {
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
}

.bri-slide_sub {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.bri-arrows {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 70px;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: flex-end;
}

.bri-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 88px;
  border-radius: 5000px;
  border: 1px solid #E31E24;
  background: #F5F5F7;
  transition: 0.1s;
}
.bri-arrow svg {
  stroke: #E31E24;
  transition: 0.1s;
}

.bri-arrow.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .bri-arrows {
    display: none;
  }
  .bri-slider {
    width: 313px;
    overflow: visible;
    margin-left: 0px;
  }
  .bri-slide.active {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bri-arrow:hover {
    background: #E31E24;
    border: 1px solid #E31E24;
  }
  .bri-arrow:hover svg {
    stroke: #FFF;
  }
}
/*-bri*/
/*ser*/
.ser-list {
  list-style: none;
  counter-reset: num;
}

.ser-list_point {
  position: relative;
  border-bottom: 1px solid #CDCDCD;
  transition: 0.1s;
}
.ser-list_point a {
  padding: 24px 0px 24px 333px;
}

.ser-list_point:before {
  content: "0" counter(num);
  counter-increment: num;
  position: absolute;
  left: 60px;
  top: 24px;
  color: #868686;
  font-size: 22px;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  transition: 0.1s;
}

.ser-list_h {
  transition: 0.1s;
}

.ser-list_arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.ser-list_arrow path {
  stroke: #E31E24;
  transition: 0.1s;
}

.ser-list_h {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding-right: 112px;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .ser-list_point a {
    padding: 24px 0px 24px 54px;
  }
  .ser-list_point:before {
    left: 0;
  }
  .ser-list_h {
    padding-right: 54px;
  }
  .ser-list_arrow {
    right: 0;
  }
}
@media (max-width: 800px) {
  .ser-list_point a {
    padding: 24px 0px 24px 38px;
  }
  .ser-list_point:before {
    font-size: 16px;
    line-height: 170%;
  }
}
@media (min-width: 1200px) {
  .ser-list_point:hover {
    background: #D93C3C;
  }
  .ser-list_point:hover::before {
    color: #FFF;
  }
  .ser-list_point:hover .ser-list_h {
    color: #FFF;
  }
  .ser-list_point:hover .ser-list_arrow path {
    stroke: #FFF;
  }
}
/*-ser*/
/*faq*/
.faq {
  padding: 80px 0;
  background: #1B1A1A;
}

.faq-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
}
.faq-wrap .section-top {
  grid-column-start: 1;
  grid-column-end: 2;
}

.faq-list {
  grid-column-start: 3;
  grid-column-end: 5;
}

.faq-list_point {
  position: relative;
  border-bottom: 1px solid #363636;
  margin-bottom: 14px;
}

.faq-list_point:last-child {
  margin-bottom: 0;
}

.faq-list_h {
  color: #EDEDED;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 8px 40px 8px 0px;
  cursor: pointer;
  transition: 0.1s;
}
.faq-list_h span {
  position: absolute;
  top: 6px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-list_h svg {
  transition: 0.1s;
}
.faq-list_h svg:nth-child(2) {
  display: none;
}

.faq-list_h.active svg:nth-child(1) {
  display: none;
}
.faq-list_h.active svg:nth-child(2) {
  display: block;
}
.faq-list_h.active + .faq-point_content {
  display: block;
}

.faq-point_content {
  display: none;
  width: 90%;
  margin: 16px 0px 8px 0px;
}

@media (max-width: 1200px) {
  .faq-wrap {
    display: block;
  }
}
@media (min-width: 1200px) {
  .faq-list_h:hover {
    color: #D93C3C;
  }
}
/*-faq*/
/*che*/
.che {
  height: 674px;
}

.che-wrap_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  margin: -100px auto 0px auto;
}
.che-wrap_img img {
  width: auto;
  height: 100%;
}

@media (max-width: 1200px) {
  .che-wrap_img {
    height: auto;
    width: 100%;
  }
  .che-wrap_img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .che-wrap_img {
    margin: 0px;
  }
}
/*-che*/
/*pri*/ 
.pri-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 20px;
}

.pri-title {
  width: 50%;
}

.pri-label {
  display: flex;
  align-items: flex-end;
  grid-gap: 8px;
  font-family: "Unbounded", sans-serif;
  color: #D93C3C;
  font-size: 94px;
  font-weight: 600;
  line-height: 120%;
}
.pri-label span {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 20px;
}

.pri-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
}
.pri-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .pri-top {
    display: block;
    margin-bottom: 24px;
  }
  .pri-title {
    width: 100%;
  }
  .pri-label {
    margin-top: 24px;
  }
  .pri-img {
    height: 370px;
  }
}
@media (max-width: 800px) {
  .pri-label {
    font-size: 80px;
  }
}
/*-pri*/
/*dev*/
.dev-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}

.dev-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 751px;
  width: 100%;
  overflow: hidden;
}
.dev-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.dev-box_h {
  margin-top: 8px;
}

.dev-box_p {
  margin-top: 8px;
}

.dev-list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 80px;
}
.dev-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  border-bottom: 1px solid #CDCDCD;
  padding: 16px 20px;
  transition: 0.1s;
}
.dev-list a.active {
  color: #E31E24;
  border-bottom: 2px solid #E31E24;
}

@media (max-width: 1200px) {
  .dev-box_img {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .dev-boxs {
    grid-column-gap: 14px;
    grid-row-gap: 40px;
  }
  .dev-box_img {
    height: 220px;
  }
}
@media (max-width: 500px) {
  .dev-list {
    left: -15px;
    width: calc(100% + 30px);
    padding: 0px 15px 10px 15px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .dev-box:hover .dev-box_img img {
    transform: scale(1.2);
  }
  .dev-list a:hover {
    color: #E31E24;
  }
}
/*-dev*/
/*err*/
.err {
  height: 100vh;
  margin-top: -216px;
}

.err-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.err-num {
  font-family: "Unbounded", sans-serif;
  color: #D93C3C;
  font-size: 260px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.err-bottom {
  margin-top: 30px;
  width: 556px;
}

.err-h {
  text-align: center;
}

.err-p {
  text-align: center;
  margin-top: 12px;
}

.err-btn {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .err {
    margin-top: -158px;
  }
  .err-num {
    font-size: 160px;
  }
}
@media (max-width: 800px) {
  .err-num {
    font-size: 124px;
  }
  .err-bottom {
    width: 100%;
    margin-top: 28px;
  }
  .err-btn {
    width: 100%;
  }
}
/*-err*/
/*pol*/
/*-pol*/
/*cos*/
.cos-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.cos-content td {
  /*width: 50%;*/
}

@media (max-width: 1200px) {
  .cos-wrap {
    display: block;
  }
  .cos-content {
    margin-top: 24px;
  }
}
/*-cos*/
/*con*/
.con-link {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #3D3D3D;
  width: fit-content;
}
.con-link a {
  color: #0F0F0F;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  transition: 0.1s;
}

.con-link:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.con-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
}
.con-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .con-link {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .con-link a {
    font-size: 20px;
  }
  .con-img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .con-link a:hover {
    color: #E31E24;
  }
}
/*-con*/
/*par*/
.par-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.par-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.par-box:nth-child(1) .par-box_img {
  height: 550px;
}

.par-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column-start: 4;
  grid-column-end: 5;
}
.par-box:nth-child(2) .par-box_img {
  height: 350px;
}

.par-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.par-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.par-btn {
  width: 100%;
}

@media (max-width: 1200px) {
  .par-box:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
@media (max-width: 800px) {
  .par .section-top {
    margin-bottom: 32px;
  }
  .par .section-box {
    margin-top: 32px;
  }
  .par-boxs {
    display: block;
  }
  .par-box:nth-child(1) {
    display: none;
  }
  .par-box:nth-child(2) .par-box_img {
    width: 250px;
    height: 220px;
    margin-left: auto;
  }
  .par-btn {
    margin-top: 24px;
  }
}
/*-par*/
/*pag*/
.pag-contain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  grid-gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CDCDCD;
}

.pag-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.pag-social {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.pag-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border-radius: 40px;
  border: 1px solid #24282C;
  transition: 0.1s;
}
.pag-social svg {
  fill: #24282C;
  transition: 0.1s;
}

.pag-date {
  color: #363636;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 150px;
}

.pag-content {
  padding-left: 150px;
  padding-right: 50px;
}

.pag-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 700px;
  margin-top: 40px;
}
.pag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pag-label {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .pag-contain {
    display: flex;
    justify-content: space-between;
  }
  .pag-date {
    padding-left: 0px;
  }
  .pag-info {
    display: block;
    margin-top: 24px;
  }
  .pag-img {
    height: 370px;
  }
  .pag-content {
    margin-top: 24px;
    padding: 0px;
  }
  .pag-bottom {
    display: block;
  }
  .pag-bottom_list {
    grid-gap: 8px;
  }
  .pag-bottom_list a {
    font-size: 16px;
  }
  .pag-bottom_content {
    padding: 0;
    margin-top: 64px;
  }
}
@media (max-width: 800px) {
  .pag-img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .pag-bottom_list a:hover {
    color: #D93C3C;
  }
  .pag-social a:hover {
    border: 1px solid #D93C3C;
  }
  .pag-social a:hover svg {
    fill: #D93C3C;
  }
}
/*-pag*/
/*plu*/
.plu-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.plu-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 275px;
  padding: 30px;
  border: 1px solid #D93C3C;
}

.plu-p {
  font-weight: 400;
  margin-top: 8px;
}

.plu-item.active {
  background: #D93C3C;
}
.plu-item.active .plu-h {
  color: #FFFFFF;
}
.plu-item.active .plu-p {
  color: #FFFFFF;
}

.plu-item:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
}

.plu-item:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.plu-item:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
}

@media (max-width: 1200px) {
  .plu-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .plu-p {
    margin-top: 6px;
  }
  .plu-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .plu-item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .plu-item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .plu-item:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .plu-item:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media (max-width: 800px) {
  .plu-items {
    grid-gap: 14px;
  }
  .plu-item {
    min-height: 156px;
    padding: 24px 12px;
  }
  .plu-p {
    font-size: 12px;
  }
}
/*-plu*/
/*use*/
.use-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.use-box:nth-child(1) .use-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
  margin-top: 80px;
}
.use-box:nth-child(1) .use-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-box:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 516px;
  margin-left: auto;
}
.use-box:nth-child(2) .use-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  height: 300px;
  margin-left: auto;
}
.use-box:nth-child(2) .use-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .use-boxs {
    display: block;
  }
  .use-box:nth-child(1) .use-box_img {
    margin-top: 24px;
  }
  .use-box:nth-child(2) {
    width: 100%;
    margin: 24px 0px 0px 0px;
  }
  .use-box:nth-child(2) .use-box_img {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .use-box:nth-child(1) .use-box_img {
    height: 350px;
  }
  .use-box:nth-child(2) .use-box_img {
    height: 220px;
  }
}
/*-use*/
/*cap*/
.cap-wrap {
  display: flex;
}

.cap-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 646px;
  width: 646px;
  height: 666px;
}
.cap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cap-info {
  margin-left: 120px;
  margin-top: auto;
  width: 100%;
}

.cap-title {
  font-family: "Unbounded", sans-serif;
  color: #0F0F0F;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.cap-boxs {
  margin-top: 40px;
}

.cap-box {
  display: flex;
  align-items: center;
  height: 29px;
  grid-gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 10px;
}
.cap-box span:nth-child(1) {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  width: 100px;
}
.cap-box span:nth-child(2) {
  color: #3D3D3D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cap-box:last-child {
  margin-bottom: 0;
}

.cap-info_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 200px;
  margin-top: 70px;
  margin-left: auto;
}
.cap-info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .cap-wrap {
    display: block;
  }
  .cap-img {
    min-width: 100%;
    width: 100%;
    height: 300px;
  }
  .cap-info {
    margin-left: 0;
    margin-top: 32px;
  }
  .cap-title {
    font-size: 40px;
    line-height: 120%;
  }
  .cap-boxs {
    margin-top: 32px;
  }
  .cap-info_img {
    width: 100%;
    height: 240px;
    margin-top: 40px;
    margin-left: 0;
  }
}
/*-cap*/
/*pic*/
.pic-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.pic-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 800px;
}
.pic-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .pic-boxs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
  .pic-box_img {
    height: 420px;
  }
}
/*-pic*/
/*pro*/
.pro-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.pro-info {
  grid-column-start: 1;
  grid-column-end: 3;
}

.pro-content {
  margin-top: 24px;
}

.pro-list {
  margin-top: 40px;
}

.pro-list_point {
  position: relative;
  border-bottom: 1px solid #363636;
  margin-bottom: 14px;
}

.pro-list_point:last-child {
  margin-bottom: 0;
}

.pro-list_h {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 8px 40px 8px 0px;
  cursor: pointer;
  transition: 0.1s;
}
.pro-list_h span {
  position: absolute;
  top: 6px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-list_h svg {
  transition: 0.1s;
}
.pro-list_h svg:nth-child(2) {
  display: none;
}

.pro-list_h.active svg:nth-child(1) {
  display: none;
}
.pro-list_h.active svg:nth-child(2) {
  display: block;
}
.pro-list_h.active + .pro-point_content {
  display: block;
}

.pro-point_content {
  display: none;
  width: 90%;
  margin: 16px 0px 8px 0px;
}

.pro-img {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 4;
  grid-column-end: 5;
  width: 100%;
  height: 332px;
  margin-top: auto;
}
.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .pro-wrap {
    display: block;
  }
  .pro-list {
    margin-top: 24px;
  }
  .pro-img {
    height: 240px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .pro-list_h:hover {
    color: #D93C3C;
  }
}
/*-pro*/
/*gal*/
.gal-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.gal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 700px;
}
.gal-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-img:nth-child(1) {
  width: 100%;
  height: 460px;
}

.gal-img:nth-child(2) {
  width: 313px;
  height: 220px;
  margin-top: 20px;
  margin-left: auto;
}

.gal-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 90px;
}

.gal-item {
  display: flex;
  align-items: flex-start;
  grid-gap: 2px;
  padding-left: 16px;
  border-left: 1px solid #FFA9A9;
}

.gal-item_num {
  color: #D93C3C;
  font-family: "Unbounded", sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.gal-item_sub {
  color: #D93C3C;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .gal-boxs {
    display: block;
  }
  .gal-box {
    height: 400px;
  }
  .gal-box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    margin-top: 16px;
  }
  .gal-img:nth-child(1) {
    height: 220px;
  }
  .gal-img:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  .gal-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 46px;
    margin-top: 50px;
  }
  .gal-item {
    padding-left: 12px;
  }
  .gal-item_num {
    font-size: 52px;
    font-weight: 600;
  }
}
/*pho*/
.pho-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.pho-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pho-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pho-box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  height: 400px;
}

.pho-box:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  height: 800px;
}

@media (max-width: 1200px) {
  .pho-boxs {
    display: block;
  }
  .pho-box:nth-child(1) {
    height: 450px;
  }
  .pho-box:nth-child(2) {
    height: 450px;
    margin-top: 16px;
  }
}
/*-pho*/
/*cli*/
.cli-slider {
  margin-top: 30px;
}
.cli-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.cli-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 129px;
  width: 129px;
  padding: 6px;
  filter: grayscale(1);
  transition: 0.2;
}
.cli-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 800px) {
  .cli-slider {
    margin-top: 24px;
  }
  .cli-slide {
    height: 60px;
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .cli-slide:hover {
    filter: grayscale(0);
  }
}
/*-cli*/
/*our*/
.our-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 100px;
}

.our-box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.our-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.our-box_h {
  text-transform: uppercase;
  margin-top: 8px;
}

.our-box_p {
  margin-top: 8px;
}

.our-btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 51px;
}

@media (max-width: 1200px) {
  .our-boxs {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 14px;
  }
  .our-box:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .our-box:nth-child(1) .our-box_img {
    height: 500px;
  }
  .our-box:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .our-box:nth-child(2) .our-box_img {
    height: 500px;
  }
  .our-box:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .our-box:nth-child(3) .our-box_img {
    height: 260px;
  }
  .our-box:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .our-box:nth-child(4) .our-box_img {
    height: 260px;
  }
  .our-btn {
    margin-bottom: 0px;
  }
}
@media (max-width: 800px) {
  .our-box_p {
    margin-top: 6px;
  }
  .our-box:nth-child(1) .our-box_img {
    height: 300px;
  }
  .our-box:nth-child(2) .our-box_img {
    height: 300px;
  }
  .our-box:nth-child(3) .our-box_img {
    height: 200px;
  }
  .our-box:nth-child(4) .our-box_img {
    height: 200px;
  }
  .our-btn {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: -16px;
  }
}
@media (min-width: 1200px) {
  .our-box:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .our-box:nth-child(1) .our-box_img {
    height: 900px;
  }
  .our-box:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .our-box:nth-child(2) .our-box_img {
    height: 404px;
  }
  .our-box:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 5;
    margin-top: auto;
  }
  .our-box:nth-child(3) .our-box_img {
    height: 323px;
  }
  .our-box:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .our-box:nth-child(4) .our-box_img {
    height: 610px;
  }
  .our-box:hover .our-box_img img {
    transform: scale(1.2);
  }
}
/*-our*/
/*log*/
.log-items {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 16px;
}

.log-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 129px;
  filter: grayscale(1);
  transition: 0.2;
}
.log-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1200px) {
  .log-items {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 800px) {
  .log-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .log-item {
    padding: 0 7px;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .log-item:hover {
    filter: grayscale(0);
  }
}
/*-log*/
/*sin*/
.sin-wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.sin-list {
  position: sticky;
  top: 0px;
  display: flex;
  flex-direction: column;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-gap: 16px;
  padding-left: 16px;
  border-left: 3px solid #D93C3C;
}
.sin-list a {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  transition: 0.1s;
}

.sin-content {
  grid-column-start: 2;
  grid-column-end: 5;
  padding: 0 90px;
}

@media (max-width: 1200px) {
  .sin-list {
    position: static;
  }
  .sin-wrap {
    display: block;
  }
  .sin-content {
    padding: 0px;
    margin-top: 64px;
  }
}
@media (max-width: 800px) {
  .sin-list {
    grid-gap: 8px;
  }
  .sin-list a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sin-list a:hover {
    color: #D93C3C;
  }
}
/*-sin*/








/* 19.06.2025 */
.header-menu li {
  position: relative;
  padding: 8px 0;
}

.header-menu li.menu-item-has-children {
  display: flex;
  align-items: center;
}

.submenu-toggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../icons/arrow-black.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.submenu-toggle.active {
  transform: rotate(180deg);
}

.header-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px;
  min-width: 250px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.header-menu li ul.sub-menu li {
  position: relative;
}

@media (min-width: 992px) {
  .header-menu li:hover > ul.sub-menu {
    display: block;
  }

  .header-menu li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
  }

  .header-menu li.menu-item-has-children:hover > .submenu-toggle {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .header-menu {
    align-items: flex-start;
    padding: 20px;
  }

  .header-menu li.menu-item-has-children {
    position: relative;
  }

  .header-menu li.menu-item-has-children > a {
    display: inline-block;
    vertical-align: middle;
  }

  .submenu-toggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../icons/arrow-black.svg) no-repeat center;
    background-size: contain;
    margin-left: 6px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .header-menu li ul.sub-menu {
    display: none;
    position: relative;
    background: #fff;
    padding: 10px;
    min-width: 100%;
    z-index: 9999;
    box-shadow: none;
  }

  .submenu-toggle.active {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-left: 6px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .header-menu li ul.sub-menu {
    display: none;
    padding: 0px;
    margin-top: 8px;
    padding-left: 12px;
  }

  .header-menu li ul.sub-menu.submenu-open {
    display: block;
  }

  .header-menu li.menu-item-has-children {
    width: 100%;
    flex-wrap: wrap;
  }

  .header-nav.active {
    height: 100%;
    overflow: auto;
  }

  .header-nav::before {
    background: #fff;
  }
}

#menu-heder li > a {
  color: black;
  border-color: transparent;
}

#menu-heder li > a:hover{
  color: #E31E24;
  border-color: transparent;
}

#menu-heder > li.current-menu-item > a,
#menu-heder > li.current-menu-ancestor > a {
  color: #E31E24;
}

#menu-heder li ul.sub-menu li.current-menu-item > a,
#menu-heder li ul.sub-menu li.current-menu-ancestor > a {
  color: black !important;
}

.header-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: transparent;
  opacity: 0;
  transition: all 0.2s ease;
}

#menu-heder > li.current-menu-item > a::after,
#menu-heder > li.current-menu-ancestor > a::after {
  background: #E31E24;
  opacity: 1;
}

.ser-sublist {
  display: none;
}

.ser-list_point.open .ser-sublist {
  display: block;
  background: #F5F5F7;
}

.ser-list_arrow.servi {
  top: 35px;
  transition: transform 0.3s ease;
  transform-origin: center;
  display: inline-block;
  cursor: pointer;
}

.ser-list_point.open .ser-list_arrow {
  transform: rotate(180deg) translateY(50%);
}

.ser-list_point a {
  color: #0F0F0F;
  text-transform: uppercase;
}

.ser-list_point a:hover {
  color: #E31E24;
}



.form-container {
  background: #F5F5F7;
  padding: 30px;
  border: 1px solid #E31E24;
}

.form_h {
  margin: 150px auto 20px auto;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.progress-step {
  position: relative;
  width: 100%;
  text-align: center;
}

.progress-step::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  right: -50%;
  height: 4px;
  background: #ccc;
  z-index: -1;
}

.progress-step:first-child::before {
  left: 50%;
}

.progress-step:last-child::before {
  right: 50%;
}

.progress-step .step-circle {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  line-height: 24px;
  color: #fff;
}

.progress-step.active .step-circle,
.progress-step.done .step-circle {
  background: #E31E24;
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.buttons button[disabled] {
  opacity: 0;
}

.form-question {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-radio {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  appearance: auto;
}

.custom-radio .radio-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.custom-radio input:checked + .radio-check {
  border-color: #E31E24;
}

.custom-radio .radio-check::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E31E24;
}

.custom-radio input:checked ~ .radio-check::after {
  display: block;
}

.form-question-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-question-list input{
  border-bottom: 1px solid #CDCDCD;
  padding: 5px;
  width: 20%;
  height: 40px;
}

.form-question-list textarea{
  border-bottom: 1px solid #CDCDCD;
  resize: auto;
  flex: 1;
  padding: 5px;
}

.form-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.form-slider input[type="number"] {
  width: 25px;
  border-bottom: 1px solid #CDCDCD;
}

.form-slider input[type="range"] {
  flex: 1;
  appearance: none;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  outline: none;
  background-image: linear-gradient(to right, #D70000 var(--val, 0%), #e0e0e0 var(--val, 0%));
  background-repeat: no-repeat;
  position: relative;
}

.form-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #D70000;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 3px white;
  border: none;
}

.form-slider input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  background: #D70000;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


@media (max-width: 800px) {
  .form-container {
    padding: 20px;
  }

  .form_h {
    margin: 50px auto 20px auto;
  }

  .form-question-list {
    flex-direction: column;
    gap: 0px;
  }

  .buttons {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .buttons button[disabled] {
    display: none;
  }

  .form-question-list input{
    width: 100%;
    padding: 10px;
  }

  .form-question-list textarea{
    width: 100%;
    padding: 10px;
  }
}




.sta-text-prices {
  max-width: 360px;
  margin-top: 20px;
}

.sta-price-item {
  margin-bottom: 16px;
}

.sta-price-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.sta-price-value {
  font-size: 24px;
  font-weight: bold;
  display: flex
;
  flex-direction: row;
  align-items: flex-end;
}

.highlight {
  font-size: 32px;
  font-weight: 700;
  margin-left: 10px;
}

.old-price {
  font-size: 14px;
  opacity: 0.6;
  margin-left: 6px;
  text-decoration: line-through;
}

.sta-divider {
  border: none;
  border-top: 1px solid ;
  margin: 20px 0;
}

.sta-feature-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

.sta-feature-list li {
  margin-bottom: 6px;
}


.content-gpt {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #D93C3C;
  display: flex;
  gap: 20px;
}

.block-link-gpt a{
  width: 100%;
}

.title-gpt {
  position: relative;
  color: #0F0F0F;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  font-weight: 600;
  font-family: Inter, sans-serif;
}

@media (max-width: 1200px) {
  .content-gpt {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    font-size: 14px;
  }
  .block-link-gpt a{
    width: 100%;
    font-size: 13px;
  }
  .title-gpt {
    font-size: 16px;
  }
}



