/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProCyr-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeoSans";
  src: url("../fonts/NeoSansProCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.title-xl {
  display: block;
  color: #707070;
  font-size: 47px;
  line-height: 57px;
  font-weight: 500;
}

.title-x {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
}

.title-lg {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

.title-l {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}

.text-xl {
  display: block;
  color: #707070;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}

.h1 {
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.h2 {
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h3 {
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.h4 {
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.p1 {
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 800px) {
  .title-xl {
    font-size: 35px;
    line-height: 45px;
  }
  .title-x {
    font-size: 30px;
    line-height: 40px;
  }
  .title-lg {
    font-size: 21px;
    line-height: 26px;
  }
  .h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

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

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

body::-webkit-scrollbar-thumb {
  background: #B91C3B;
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: tranpsparent;
}

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

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;
}

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

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

select {
  opacity: 1;
  border-radius: 0;
  font-family: "NeoSans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "NeoSans", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}
textarea::-webkit-input-placeholder {
  color: #707070;
}
textarea::-moz-placeholder {
  color: #707070;
}
textarea:-ms-input-placeholder {
  color: #707070;
}
textarea:-moz-placeholder {
  color: #707070;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "NeoSans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder {
  color: #707070;
}
input:-ms-input-placeholder {
  color: #707070;
}
input:-moz-placeholder {
  color: #707070;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "NeoSans", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

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

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 150px;
  font-family: "Exo", sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 150px;
}

.wrapper-bgr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 315px;
  overflow: hidden;
}
.wrapper-bgr .container {
  position: relative;
}
.wrapper-bgr .container:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(100% - 350px);
  top: 0;
  width: 2000px;
  height: 100%;
  background: #B91C3B;
}

.wrapper.two .wrapper-bgr {
  height: 112px;
  z-index: 1;
}
.wrapper.two .wrapper-bgr .container:before {
  content: "";
  left: calc(100% - 310px);
  background: #7BB541;
}

.wrapper.active .wrapper-bgr {
  height: 287px;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section-single {
  font-family: "Exo", sans-serif;
  margin-bottom: 60px;
}

.section {
  margin-bottom: 150px;
}

.section-top {
  position: relative;
  max-width: 510px;
  margin-bottom: 50px;
}

.section-top.two {
  padding-left: 130px;
}
.section-top.two img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90px;
}

.section-sub {
  display: block;
  color: #DEA827;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-descr {
  margin-top: 35px;
}

.wrapper-buttons {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrapper-buttons_point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  background: #B91C3B;
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}
.wrapper-buttons_point p {
  display: none;
}
.wrapper-buttons_point svg {
  stroke: #FFFFFF;
}
.wrapper-buttons_point a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.wrapper-buttons_text {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 280px;
  display: none;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  background: #7BB541;
  padding: 0px 15px;
}
.wrapper-buttons_text span {
  color: #B91C3B;
  margin-right: 5px;
}

.wrapper-buttons_text.active {
  display: flex;
}

.wrapper-buttons_mes {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  width: 15px;
  background: #B91C3B;
}

.wrapper-buttons_label {
  display: none;
}

.wrapper-buttons_mes.active {
  display: none;
}

.wrapper-buttons_point.active {
  background: #DEA827;
}

.wrapper.two .wrapper-buttons .wrapper-buttons_point {
  background: #7BB541;
}
.wrapper.two .wrapper-buttons .wrapper-buttons_point.active {
  background: #DEA827;
}

.wrapper-buttons_user {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 800px;
  }
  .wrap {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .wrapper {
    padding-top: 90px;
  }
  .wrapper-buttons {
    z-index: 9;
    background: #FFFFFF;
  }
  .wrapper.two .wrapper-buttons {
    transform: translateY(100%);
    margin-bottom: 67px;
  }
  .wrapper.two .wrapper-buttons .wrapper-buttons_point:last-child {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .wrapper.two .wrapper-buttons.active {
    transform: translate(0);
    margin: 0px;
  }
  .wrapper.two .wrapper-buttons_point {
    height: 100px;
  }
  .wrapper.two .wrapper-buttons_point a {
    padding-bottom: 15px;
  }
  .wrapper.two .wrapper-buttons_point:nth-child(1) {
    height: 67px;
  }
  .wrapper-buttons_mes {
    left: auto;
    right: 0;
  }
  .wrapper-buttons_point {
    position: relative;
    border: none;
  }
  .wrapper-buttons_user {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .wrapper-buttons_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }
  .wrapper-buttons_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrapper-buttons_name {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 15px;
  }
  .wrapper-buttons_label {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: block;
    font-size: 14px;
    color: #FFFFFF;
  }
  .section-top {
    max-width: 100%;
  }
  .wrapper-buttons {
    top: 150px;
  }
  .wrapper-bgr .container:before {
    left: 50%;
    height: 76px !important;
  }
  .wrapper.two .wrapper-bgr .container:before {
    left: 50%;
    height: 76px !important;
  }
}
@media (max-width: 800px) {
  .section-single {
    margin-bottom: 50px;
  }
  .section {
    margin-bottom: 100px;
  }
  .container {
    max-width: 500px;
  }
  .wrapper {
    padding-top: 110px;
  }
  .section-sub {
    font-size: 20px;
    line-height: 28px;
  }
  .section-descr {
    margin-top: 30px;
  }
  .wrapper-bgr {
    height: 80px;
  }
  .wrapper.two .wrapper-bgr {
    height: 80px;
  }
  .section-top.two {
    padding-left: 0px;
  }
  .section-top.two img {
    position: static;
    transform: translate(0);
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .wrapper-buttons_point {
    width: 100%;
  }
  .wrapper {
    padding-bottom: 70px;
  }
  .wrapper-buttons {
    bottom: 0;
    top: auto;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
  }
}
/*buttons*/
.btn-one {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 44px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #DEA827;
  padding: 0px 25px;
  border-radius: 33px;
  transition: 0.2s;
}

.btn-two {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  font-size: 18px;
  color: #DEA827;
  transition: 0.2s;
}
.btn-two svg {
  fill: #DEA827;
  margin-left: 25px;
  transition: 0.2s;
}

.btn-three {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.2s;
}
.btn-three svg {
  fill: #FFFFFF;
  margin-left: 25px;
  transition: 0.2s;
}

.button-one {
  display: flex;
  align-items: center;
  text-align: center;
  grid-gap: 8px;
  width: fit-content;
  height: 44px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0px 16px;
  border-radius: 9999px;
  background: #DC2626;
  transition: 0.3s;
}

.button-two {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 8px;
  width: fit-content;
  min-width: 170px;
  height: 44px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0px 16px;
  border-radius: 9999px;
  border: 1px solid #171717;
  transition: 0.3s;
}
.button-two::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #171717;
  opacity: 0;
  border-radius: 9999px;
  transition: 0.1s;
}

@media (min-width: 1200px) {
  .btn-one:hover {
    background: #B91C3B;
  }
  .btn-two:hover {
    color: #B91C3B;
  }
  .btn-two:hover svg {
    fill: #B91C3B;
  }
  .btn-three:hover {
    color: #DEA827;
  }
  .btn-three:hover svg {
    fill: #DEA827;
  }
  .button-one:hover {
    background: #991B1B;
  }
  .button-two:hover:after {
    opacity: 1;
  }
}
/*-buttons*/
/*slider*/
.slider-pagination {
  z-index: 2;
}
.slider-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #DEA827;
  background: #FFFFFF;
  opacity: 1;
  margin: 0px 15px !important;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DEA827;
}

@media (max-width: 1200px) {
  .slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0px 10px !important;
  }
}
/*-slider*/
/*form*/
.form-input {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form-input_title {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #707070;
  margin-bottom: 5px;
}

.form-input_point {
  width: 100%;
  height: 47px;
  font-size: 17px;
  color: #707070;
  padding: 0px 15px;
  background: #FFFFFF;
  border: 1px solid #707070;
}

.form-input_point:focus {
  border: 1px solid #DEA827;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form-textarea_point {
  width: 100%;
  height: 140px;
  font-size: 17px;
  color: #707070;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #707070;
}

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

.form-input_error {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-size: 12px;
  color: #B91C3B;
  display: none;
}

.form-input_error.active {
  display: block;
}

.form-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 44px;
  text-align: center;
  background: #DEA827;
  padding: 0px 25px;
  border-radius: 33px;
  cursor: pointer;
  transition: 0.2s;
}

.form-btn_point {
  font-size: 20px;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.form-link {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 400;
  color: #707070;
  border: none;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .form-input_title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .form-btn:hover {
    background: #B91C3B;
  }
  .form-link:hover {
    color: #B91C3B;
  }
}
/*-form*/
/*navigation*/
.navigation {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin-top: 36px;
}

.navigation-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navigation-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  border-radius: 6px;
  border: 1px solid #171717;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: 0.1s;
}
.navigation-list li.active a {
  color: #FFF;
  border: 1px solid #DC2626;
  background: #DC2626;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.navigation-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #171717;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: 0.1s;
}
.navigation-arrow svg {
  stroke: #171717;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .navigation {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .navigation-list a:hover {
    color: #FFF;
    background: #991B1B;
    border: 1px solid #991B1B;
  }
  .navigation-arrow:hover {
    background: #991B1B;
    border: 1px solid #991B1B;
  }
  .navigation-arrow:hover svg {
    stroke: #FFF;
  }
}
/*-navigation*/
/*header*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0px;
}

.header-options {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-options_user {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 14px;
  width: 226px;
}

.header-options_name {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
}

.header-options_list {
  position: absolute;
  z-index: 2;
  display: none;
  background: rgba(var(--pr-clr), 1);
  width: 100%;
  padding: 30px;
  top: 100%;
  left: 0;
}
.header-options_list li {
  margin-bottom: 20px;
}
.header-options_list li:last-child {
  margin-bottom: 0px;
}
.header-options_list a {
  font-size: 18px;
  color: #FFFFFF;
}

.header-options_list.active {
  display: block;
}

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

.header-search {
  position: relative;
}

.header-search_point {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.header-search_form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 295px;
  padding: 40px 20px 20px 20px;
  background: #7BB541;
  display: none;
}

.header-search_input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  padding: 0px 55px 0px 15px;
  background: #FFFFFF;
  border: none;
}

.header-search_btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #B91C3B;
}
.header-search_btn svg {
  width: 17px;
  height: 17px;
  stroke: #FFFFFF;
}

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

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-right: 63px;
  background: #B91C3B;
}
.header-logo img {
  width: 100%;
  height: 100%;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
  align-items: center;
  margin-right: 95px;
}
.header-menu > li {
  position: relative;
  margin-right: 35px;
}
.header-menu > li:last-child {
  margin-right: 0px;
}
.header-menu > li > a {
  font-size: 23px;
  color: #707070;
}

.header-menu_arrow {
  display: none;
}

.header-sublist {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  display: none;
}
.header-sublist li {
  margin-bottom: 5px;
}
.header-sublist li:last-child {
  margin-bottom: 0px;
}
.header-sublist a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  white-space: nowrap;
}

.header-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}
.header-link svg {
  fill: #FFFFFF;
  margin-left: 20px;
}

.header-burger {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 34px;
  height: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.header-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  transition: 0.2s;
}

.header-burger.active {
  transform: translateX(5px);
}
.header-burger.active span {
  background: #B91C3B;
}
.header-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.header-burger.active span:nth-child(2) {
  opacity: 0;
}
.header-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
    z-index: 10;
    padding: 10px 0px;
    transition: 0.1s;
  }
  .header.active {
    background: #B91C3B;
  }
  .header-wrap {
    justify-content: space-between;
  }
  .header-logo {
    width: 60px;
    height: 60px;
  }
  .header-nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: auto;
  }
  .header-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }
  .header-menu > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .header-menu > li > a {
    font-size: 20px;
  }
  .header-menu_arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../icons/elements/arrow-2.svg") center no-repeat;
    background-size: contain;
    margin-left: 15px;
    transition: 0.2s;
  }
  .header-menu_arrow.active {
    transform: rotate(-180deg);
  }
  .header-sublist {
    position: static;
    display: none;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    box-shadow: none;
    margin-top: 15px;
  }
  .header-sublist li {
    margin-bottom: 15px;
  }
  .header-sublist a {
    text-align: center;
  }
  .header-link {
    color: #B91C3B;
    width: fit-content;
    margin: 0 auto 0px auto;
  }
  .header-link svg {
    fill: #B91C3B;
  }
  .header-burger {
    display: flex;
  }
  .header-options {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-menu > li > a:hover {
    color: #B91C3B;
  }
  .header-menu > li:hover > a {
    color: #B91C3B;
  }
  .header-menu > li:hover > ul {
    display: block;
  }
  .header-link:hover {
    color: #DEA827;
  }
  .header-link:hover svg {
    fill: #DEA827;
  }
  .header-sublist a:hover {
    color: #B91C3B;
  }
  .header-options_list a:hover {
    color: #B91C3B;
  }
  .header-search_btn:hover {
    background: #DEA827;
  }
  .header-search:hover .header-search_form {
    display: block;
  }
}
/*-header*/
/*footer*/
.footer-top {
  padding: 50px 0px;
  background: rgba(112, 112, 112, 0.1);
}

.footer-wrap {
  display: flex;
}

.footer-contacts {
  min-width: 520px;
}

.footer-title {
  display: block;
}

.footer-adress {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  margin-top: 20px;
}
.footer-adress b {
  font-weight: 500;
}

.footer-list {
  margin-top: 20px;
}
.footer-list li {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 5px;
}
.footer-list li:last-child {
  margin-bottom: 0px;
}
.footer-list a {
  display: block;
  color: #DEA827;
  margin-left: 5px;
}

.footer-link {
  margin-top: 50px;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 50px;
}

.footer-menu {
  margin-top: 20px;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu li:last-child {
  margin-bottom: 0px;
}
.footer-menu a {
  font-size: 17px;
  line-height: 21px;
  color: #707070;
}

.footer-bottom {
  background: #B91C3B;
  padding: 15px 0px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-links li {
  margin-right: 50px;
}
.footer-links li:last-child {
  margin: 0px;
}
.footer-links a {
  font-size: 17px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .footer-wrap {
    flex-direction: column;
  }
  .footer-contacts {
    margin-bottom: 50px;
  }
  .footer-nav {
    grid-column-gap: 50px;
  }
}
@media (max-width: 500px) {
  .footer-nav {
    grid-template-columns: 1fr;
  }
  .footer-link {
    margin-top: 20px;
  }
  .footer-list.two li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-list.two a {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 5px;
  }
  .footer-adress {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
  }
  .footer-list li {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .footer-list a:hover {
    color: #B91C3B;
  }
  .footer-menu a:hover {
    color: #B91C3B;
  }
  .footer-links a:hover {
    color: #DEA827;
  }
}
/*-footer*/
/*content*/
.content *:last-child {
  margin-bottom: 0px;
}
.content h2 {
  color: #707070;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}
.content h3 {
  color: #707070;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
}
.content h4 {
  color: #707070;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 15px;
}
.content p {
  color: #707070;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 20px;
}
.content strong {
  font-weight: 500;
}
.content a {
  display: inline-block;
  color: #DEA827;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
.content ul {
  margin-bottom: 20px;
}
.content ul li {
  position: relative;
  color: #707070;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.content ul li:last-child {
  margin-bottom: 0px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DEA827;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 20px;
}
.content ol li {
  position: relative;
  color: #707070;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #DEA827;
}
.content ol li:last-child {
  margin-bottom: 0px;
}
.content img {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .content h3 {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .content a:hover {
    color: #B91C3B;
  }
}
/*-content*/
/*modal*/
.modal-log {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.95;
  display: none;
}

.modal-log_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-log_form {
  width: 470px;
}

.modal-contacts {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.95;
  display: none;
}

.modal-contacts_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-contacts_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  width: 100%;
  max-width: 1190px;
  padding: 0 15px;
}

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

.modal-contacts_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-contacts_contact {
  font-size: 17px;
  line-height: 23px;
  margin-top: 30px;
}
.modal-contacts_contact a {
  color: #DEA827;
}

@media (max-width: 1200px) {
  .modal-contacts_box {
    display: block;
    max-width: 800px;
  }
  .modal-contacts_img {
    margin-bottom: 30px;
    width: 100%;
    height: 370px;
  }
}
@media (max-width: 800px) {
  .modal-log_form {
    width: 100%;
    padding: 0px 15px;
  }
  .modal-contacts_box {
    max-width: 500px;
  }
  .modal-contacts_img {
    height: 210px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .modal-contacts_contact a:hover {
    color: #B91C3B;
  }
}
/*-modal*/
/*foot*/
.foot {
  font-family: "Exo", sans-serif;
  background: #F6F6F6;
}

.foot-boxs {
  display: flex;
  grid-gap: 85px;
  padding: 44px 0px;
}

.foot-name {
  display: block;
  margin-bottom: 32px;
}

.foot-adress {
  display: grid;
  grid-gap: 16px;
}
.foot-adress strong {
  font-weight: 500;
}

.foot-box {
  width: 100%;
}

.foot-box:nth-child(2) {
  width: fit-content;
  min-width: fit-content;
}

.foot-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 100px;
}

.foot-contacts {
  display: grid;
  grid-gap: 32px;
}

.foot-links {
  display: grid;
  grid-gap: 16px;
}
.foot-links li {
  display: flex;
  align-items: center;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.foot-links a {
  color: #991B1B;
  text-decoration: underline;
  transition: 0.1s;
  margin-left: 4px;
}

.foot-menu {
  display: grid;
  grid-gap: 10px;
}
.foot-menu a {
  display: block;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: 0.1s;
}

.foot-bottom {
  background: #44AC32;
}

.footer-items {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  padding: 16px 0px;
}
.footer-items a {
  display: block;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .foot-boxs {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .foot-boxs {
    grid-gap: 40px;
    padding: 32px 0px;
  }
  .foot-name {
    margin-bottom: 24px;
  }
  .foot-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 16px;
  }
  .foot-contacts {
    grid-gap: 16px;
  }
  .foot-links li {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .foot-links a {
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .foot-links a:hover {
    color: #171717;
  }
  .foot-menu a:hover {
    color: #DC2626;
  }
  .footer-items a:hover {
    color: #FFF;
  }
}
/*-foot*/
/*head*/
.head {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  font-family: "Exo", sans-serif;
}

.head-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}
.head-wrap::before {
  content: "";
  position: absolute;
  width: 1500px;
  height: 100%;
  left: calc(100% - 232px);
  background: #44AC32;
}

.head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: fit-content;
  margin-right: 24px;
}
.head-logo img {
  width: 60px;
  height: 60px;
}

.head-nav {
  position: relative;
  width: 100%;
}

.head-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.head-menu {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.head-menu > li {
  position: relative;
}
.head-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  height: 80px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 8px;
}
.head-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #DC2626;
  opacity: 0;
  transition: 0.1s;
}
.head-menu > li.head-menu_point > a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../icons/elements/arrow-3.svg") center no-repeat;
  background-size: contain;
  transition: 0.1s;
}
.head-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 16px 8px;
  display: none;
}
.head-menu > li > ul > li {
  margin-bottom: 4px;
}
.head-menu > li > ul > li:last-child {
  margin-bottom: 0px;
}
.head-menu > li > ul > li > a {
  display: block;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  padding: 8px;
  transition: 0.1s;
}

.head-user {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}

.head-user_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  grid-gap: 8px;
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  height: 40px;
  padding: 0px 16px;
  border-radius: 9999px;
  border: 1px solid #171717;
}
.head-user_btn::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #171717;
  opacity: 0;
  border-radius: 9999px;
  transition: 0.1s;
}

.head-user_wrap {
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  padding: 12px 0px;
  display: none;
}

.head-user_list {
  width: 100%;
}
.head-user_list li {
  margin-bottom: 8px;
}
.head-user_list a {
  display: block;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px;
  margin: 0px 4px;
  border-radius: 4px;
  transition: 0.1s;
}
.head-user_list li:last-child a {
  position: relative;
  padding: 8px;
  margin: 20px 4px 24px 4px;
}
.head-user_list li:last-child a:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -12px;
  width: calc(100% + 8px);
  height: 1px;
  background: #D5D5D5;
}
.head-user_list li:last-child a:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -12px;
  width: calc(100% + 8px);
  height: 1px;
  background: #D5D5D5;
}

.head-user_out {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  width: 100%;
  height: 44px;
  font-family: "Exo", sans-serif;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  transition: 0.1s;
}
.head-user_out svg {
  stroke: #991B1B;
  transition: 0.1s;
}

.head-user_mob {
  display: none;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  width: 100%;
  height: 44px;
  font-family: "Exo", sans-serif;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  transition: 0.1s;
}
.head-user_mob svg {
  stroke: #991B1B;
}

.head-user_back {
  display: none;
  align-items: center;
  grid-gap: 8px;
  font-family: "Exo", sans-serif;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.head-user_name {
  display: none;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.head-mob {
  position: absolute;
  right: 170px;
  top: 0;
}

.head-find {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-left: 24px;
}

.head-find_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.1s;
}

.head-find_form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 403px;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  background: #FFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
}

.head-find_label {
  position: relative;
  display: block;
  width: 100%;
}

.head-find_icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.head-find_input {
  width: 100%;
  height: 40px;
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  padding: 0px 40px 0px 32px;
}
.head-find_input::-webkit-input-placeholder {
  color: #737373;
}
.head-find_input::-moz-placeholder {
  color: #737373;
}
.head-find_input:-ms-input-placeholder {
  color: #737373;
}
.head-find_input:-moz-placeholder {
  color: #737373;
}

.head-find_input:focus {
  border: 1px solid #171717;
}

.head-find_delete {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  stroke: #171717;
  transition: 0.1s;
}

.head-find_send {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 44px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-top: 10px;
  transition: 0.1s;
}

.head-burger {
  display: none;
}

@media (max-width: 1200px) {
  .head-wrap {
    width: 100%;
    height: 50px;
    justify-content: space-between;
  }
  .head-wrap::before {
    display: none;
  }
  .head-logo img {
    width: 40px;
    height: 40px;
  }
  .head-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: #FFF;
    padding: 40px 0px;
    display: none;
  }
  .head-nav.active {
    display: block;
  }
  .head-contain {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: auto;
  }
  .head-menu {
    display: block;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .head-menu > li {
    width: 100%;
    margin-bottom: 16px;
  }
  .head-menu > li:last-child {
    margin-bottom: 0px;
  }
  .head-menu > li > a {
    width: fit-content;
    padding: 8px;
    height: fit-content;
  }
  .head-menu > li > a.active:before {
    opacity: 1;
  }
  .head-menu > li > a.active:after {
    transform: rotate(180deg);
  }
  .head-menu > li > a.active + ul {
    display: block;
  }
  .head-menu > li > ul {
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-top: 16px;
  }
  .head-menu > li > ul > li > a {
    padding: 8px 16px;
  }
  .head-user {
    display: block;
    height: fit-content;
  }
  .head-user_name {
    display: block;
    margin-bottom: 16px;
  }
  .head-user_back {
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px 8px;
    margin-bottom: 24px;
  }
  .head-user_btn {
    width: 100%;
    justify-content: center;
  }
  .head-user_mob {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .head-user_wrap {
    position: static;
    display: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
  }
  .head-user_list a {
    margin: 0px;
    padding: 8px 16px;
  }
  .head-user_list li:last-child a:after {
    display: none;
  }
  .head-user_out {
    display: none;
  }
  .head-mob {
    position: static;
    display: flex;
    align-items: center;
    grid-gap: 8px;
  }
  .head-find {
    position: static;
    height: 50px;
    width: 50px;
    padding: 0px;
    background: #44AC32;
  }
  .head-find_form {
    width: 100%;
  }
  .head-find_form.active {
    display: block;
  }
  .head-burger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .head-burger svg:nth-child(2) {
    display: none;
  }
  .head-burger.active svg:nth-child(1) {
    display: none;
  }
  .head-burger.active svg:nth-child(2) {
    display: block;
  }
  .head-contain.active .head-user_wrap {
    display: block;
  }
  .head-contain.active .head-menu {
    display: none;
  }
  .head-contain.active .head-user_btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .head-menu > li:hover > a:before {
    opacity: 1;
  }
  .head-menu > li:hover > a:after {
    transform: rotate(180deg);
  }
  .head-menu > li:hover > ul {
    display: block;
  }
  .head-menu > li > ul > li > a:hover {
    color: #991B1B;
  }
  .head-user_list a:hover {
    background: #F6F6F6;
  }
  .head-user_out:hover {
    color: #171717;
  }
  .head-user_out:hover svg {
    stroke: #171717;
  }
  .head-user_btn:hover:after {
    opacity: 1;
  }
  .head-find:hover .head-find_btn {
    background: #EDEDED;
  }
  .head-find:hover .head-find_form {
    display: block;
  }
  .head-find_delete:hover {
    stroke: #991B1B;
  }
  .head-find_send:hover {
    color: #171717;
  }
  .head-user.active .head-user_wrap {
    display: block;
  }
}
/*-head*/
/*tent*/
.tent *:first-child {
  margin-top: 0px;
}
.tent h2 {
  color: #171717;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 24px;
}
.tent h3 {
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
  margin-top: 24px;
}
.tent h4 {
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 24px;
}
.tent p {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}
.tent p strong {
  font-weight: 500;
}
.tent p a {
  display: inline;
  margin: 0px;
}
.tent a {
  display: block;
  width: fit-content;
  color: #991B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  margin-top: 16px;
}
.tent ul {
  margin-top: 16px;
}
.tent ul li {
  position: relative;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 20px;
  margin-top: 10px;
}
.tent ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DC2626;
}
.tent ol {
  counter-reset: item;
  margin-top: 16px;
}
.tent ol li {
  position: relative;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 20px;
  margin-top: 10px;
}
.tent ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #DC2626;
}
.tent img {
  margin-top: 16px;
}
.tent blockquote {
  font-style: italic;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 16px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
  border-left: 3px solid #44AC32;
}

@media (max-width: 1200px) {
  .tent h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1200px) {
  .tent a:hover {
    color: #171717;
  }
}
/*-tent*/
/*start*/
.start-slider {
  overflow: visible;
  min-height: 500px;
}

.start-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0 !important;
}

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

.start-slide_text {
  width: 47%;
}
.start-slide_text .section-title {
  color: #454545;
}
.start-slide_text .btn-one {
  margin-top: 35px;
}

.start-slide_img {
  width: 52%;
  height: 550px;
}
.start-slide_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.start-pagination {
  position: absolute;
  width: 52% !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  top: 570px;
}

@media (max-width: 1200px) {
  .start-slide {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
  .start-slide_img {
    order: 0;
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
  }
  .start-pagination {
    width: 100% !important;
    bottom: auto !important;
    top: 330px !important;
  }
  .start-slide_text {
    position: static;
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .start-slide_text .section-descr {
    max-width: 100%;
  }
  .start-slide_text .btn-one {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .start {
    margin-top: -30px;
  }
  .start-slide_img {
    height: 210px;
    margin-bottom: 20px;
  }
  .start-pagination {
    top: 180px !important;
  }
}
@media (max-width: 500px) {
  .start-slider {
    width: calc(100% + 30px);
    left: -15px;
  }
  .start-slide_text {
    padding: 0px 15px;
  }
}
/*-start*/
/*relevant*/
.relevant-item {
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
}

.relevant-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 205px;
  width: 100%;
  overflow: hidden;
}
.relevant-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.relevant-item_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  overflow: hidden;
  margin-top: 20px;
  transition: 0.15s;
}

.relevant-item_descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 69px;
  overflow: hidden;
  margin-top: 20px;
}

.relevant-item_btn {
  margin: 20px 0px 0px auto;
}

.relevant .container {
  position: relative;
}

.relevant-bgr {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(100% - 685px);
  height: 380px;
  width: 2000px;
  background: #B91C3B;
}

.relevant-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.relevant-slider {
  left: -15px;
  width: calc(100% + 30px);
  padding: 0px 15px;
  overflow-y: visible;
  overflow-x: clip;
}

.relevant-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.relevant-bottom {
  padding: 70px 0px 70px 50%;
}

@media (max-width: 1200px) {
  .relevant-bgr {
    left: calc(100% - 490px);
  }
  .relevant-list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
  .relevant-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px;
  }
}
@media (max-width: 800px) {
  .relevant-item {
    padding: 20px;
  }
  .relevant-item_title {
    height: 51px;
  }
  .relevant-item_img {
    height: 190px;
  }
  .relevant-bgr {
    left: 20%;
    height: 400px;
  }
  .relevant-list {
    grid-template-columns: 1fr;
  }
  .relevant-bottom {
    align-items: center;
    height: 78px;
    padding: 0px;
  }
  .relevant-link {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .relevant-item_img:hover img {
    transform: scale(1.05);
  }
  .relevant-item_title:hover {
    color: #B91C3B;
  }
}
/*-relevant*/
/*info*/
.info-wrap {
  position: relative;
  min-height: 505px;
}

.info-img {
  position: absolute;
  left: 0;
  top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 670px;
  height: 100%;
  overflow: visible;
}
.info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-text {
  position: relative;
  z-index: 2;
  width: 580px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
  margin-left: auto;
}
.info-text .btn-two {
  margin: 35px 0px 0px auto;
}

@media (max-width: 1200px) {
  .info-wrap {
    height: auto;
  }
  .info-img {
    position: relative;
    left: auto;
    top: auto;
    height: 370px;
    width: 100%;
    margin-bottom: 30px;
  }
  .info-text {
    width: 100%;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 800px) {
  .info-img {
    height: 210px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .info-img {
    left: -15px;
    width: calc(100% + 30px);
  }
}
/*-info*/
/*plus*/
.plus .container {
  position: relative;
  padding-bottom: 45px;
}

.plus-bgr {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(100% - 685px);
  height: 420px;
  width: 2000px;
  background: #B91C3B;
}

.plus-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 63px;
  grid-row-gap: 53px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
  overflow: hidden;
}

.plus-list_point {
  position: relative;
}
.plus-list_point::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #B91C3B;
}

.plus-list_img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 140px;
}
.plus-list_img img {
  max-height: 110px;
}

.plus-list_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  overflow: hidden;
}

.plus-list_descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 89px;
  overflow: hidden;
  margin-top: 15px;
}

.plus-list_link {
  margin: 35px 0px 0px auto;
}

@media (max-width: 1200px) {
  .plus-bgr {
    left: calc(100% - 490px);
  }
  .plus-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .plus-bgr {
    left: 20%;
    height: 50%;
  }
  .plus-list {
    grid-template-columns: 1fr;
    padding: 50px 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .plus-list_point {
    padding-bottom: 53px;
    margin-bottom: 50px;
    border-bottom: 3px solid #B91C3B;
  }
  .plus-list_point:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  .plus-list_title {
    height: auto;
    max-height: 51px;
  }
  .plus-list_descr {
    height: auto;
    max-height: 89px;
  }
  .plus-list_img {
    height: 130px;
  }
}
/*-plus*/
/*our*/
.our .container {
  position: relative;
}

.our-bgr {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(100% - 685px);
  height: 170px;
  width: 2000px;
  background: #B91C3B;
}

.our-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.our-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
  width: calc(50% - 40px);
}
.our-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-text {
  width: 50%;
}

.our-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 63px;
  grid-row-gap: 53px;
  overflow: hidden;
}

.our-list_point {
  position: relative;
}
.our-list_point::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #B91C3B;
}

.our-list_img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 140px;
}
.our-list_img img {
  max-height: 110px;
}

.our-list_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  overflow: hidden;
}

.our-list_descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 89px;
  overflow: hidden;
  margin-top: 15px;
}

.our-list_link {
  margin: 35px 0px 0px auto;
}

.our-bottom {
  margin-top: 70px;
  padding: 70px 0px 70px 50%;
}

@media (max-width: 1200px) {
  .our-bgr {
    height: 61px;
    left: calc(100% - 490px);
  }
  .our-wrap {
    display: block;
  }
  .our-img {
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
  }
  .our-text {
    width: 100%;
  }
  .our-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .our-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px;
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .our-bgr {
    left: 20%;
    height: 78px;
  }
  .our-img {
    height: 210px;
    margin-bottom: 15px;
  }
  .our-list {
    grid-template-columns: 1fr;
    padding: 50px 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .our-list_point {
    padding-bottom: 53px;
    margin-bottom: 50px;
    border-bottom: 3px solid #B91C3B;
  }
  .our-list_point:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
  }
  .our-list_title {
    height: auto;
    max-height: 51px;
  }
  .our-list_descr {
    height: auto;
    max-height: 89px;
  }
  .our-list_img {
    height: 130px;
  }
  .our-bottom {
    height: 78px;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
  }
  .our-link {
    max-width: 200px;
  }
}
@media (max-width: 500px) {
  .our-img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
}
/*-our*/
/*log*/
.log-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 570px;
}

.log-img {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 670px;
  height: 100%;
  overflow: visible;
}
.log-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.log-form {
  position: relative;
  z-index: 2;
  width: 580px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
  margin-top: 35px;
}

@media (max-width: 1200px) {
  .log-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .log-img {
    position: relative;
    right: auto;
    top: auto;
    order: 0;
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
  }
  .log-text {
    order: 1;
    width: 100%;
  }
  .log-form {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .log-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .log-form {
    padding: 20px;
  }
}
/*-log*/ 
/*news*/
.news .section-top {
  max-width: 100%;
}

.news-item {
  display: flex;
  justify-content: space-between;
}

.news-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 190px;
  overflow: hidden;
}
.news-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news-item_text {
  width: calc(100% - 280px);
}

.news-item_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 27px;
  overflow: hidden;
  transition: 0.15s;
}

.news-item_info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.news-item_info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #DEA827;
}
.news-item_info li:after {
  content: "|";
  font-size: 15px;
  color: #DEA827;
  margin: 0px 5px;
}
.news-item_info li:last-child:after {
  display: none;
}

.news-item_descr {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 94px;
  overflow: hidden;
  margin-top: 15px;
}

.news-item_btn {
  margin: 10px 0px 0px auto;
}

.news-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

.news-list_point {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}

.news-list_point:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.news-aside {
  grid-column-start: 3;
  grid-column-end: 5;
}

.news-aside_title {
  margin-bottom: 20px;
}

.news-tags_list {
  display: flex;
  flex-wrap: wrap;
}
.news-tags_list li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-tags_list a {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #DEA827;
}

.news-relevant {
  width: 100%;
  padding: 30px;
  margin-top: 40px;
  background: #FFFFFF;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}

.news-relevant_point {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.news-relevant_point:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.news-relevant_link {
  display: block;
  width: 100%;
}

.news-relevant_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 21px;
  overflow: hidden;
}

.news-relevant_descr {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  overflow: hidden;
  margin-top: 15px;
}

.news-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 733.33px;
  margin-bottom: 40px;
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content {
  grid-column-start: 1;
  grid-column-end: 3;
}

.news-text {
  margin-bottom: 40px;
}

.news-search {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.news-search li {
  margin-right: 25px;
}
.news-search li:last-child {
  margin-right: 0px;
}
.news-search img {
  width: 35px;
  height: 35px;
  transition: 0.2s;
}

.news-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #707070;
}
.news-category li {
  margin: 0px 5px 5px 0px;
}
.news-category a {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  color: #DEA827;
}

.news-comments_top {
  margin-bottom: 40px;
}

.news-comments_descr {
  margin-top: 20px;
}

.news-comments_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-comments_form .news-comments_input {
  width: 48%;
}

@media (max-width: 1200px) {
  .news-wrap {
    display: block;
  }
  .news-content {
    margin-bottom: 100px;
  }
  .news-img {
    width: 100%;
    height: 370px;
  }
}
@media (max-width: 800px) {
  .news-item {
    display: block;
  }
  .news-item_img {
    width: 100%;
    height: 190px;
  }
  .news-item_text {
    width: 100%;
  }
  .news-item_title {
    margin-top: 20px;
  }
  .news-item_descr {
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 69px;
  }
  .news-list_point {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news-relevant {
    padding: 20px;
    margin-top: 30px;
  }
  .news-relevant_point {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .news-text {
    margin-bottom: 30px;
  }
  .news-search {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news-category {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .news-comments_form .news-comments_input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 1200px) {
  .news-item_img:hover img {
    transform: scale(1.05);
  }
  .news-item_title:hover {
    color: #B91C3B;
  }
  .news-tags_list a:hover {
    color: #B91C3B;
  }
  .news-relevant_link:hover .news-relevant_title {
    color: #B91C3B;
  }
  .news-search img:hover {
    transform: scale(1.05);
  }
  .news-category a:hover {
    color: #B91C3B;
  }
}
/*-news*/
/*antreibt*/
.antreibt .section-top {
  max-width: 100%;
}

.antreibt-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 325px;
  width: calc(100% - 135px);
  margin-left: auto;
  margin-bottom: 40px;
}
.antreibt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antreibt-content {
  width: 733.33px;
}

.antreibt-boxs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.antreibt-boxs_point {
  position: relative;
  display: flex;
  width: 520px;
  min-height: 360px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
  margin-bottom: 90px;
}
.antreibt-boxs_point:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: #D5D5D5;
}
.antreibt-boxs_point::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 3px;
  height: calc(50% + 46px);
  background: #D5D5D5;
}

.antreibt-boxs_point:last-child {
  margin-bottom: 0px;
}
.antreibt-boxs_point:last-child::before {
  display: none;
}

.antreibt-boxs_point:nth-child(even) {
  position: relative;
  top: 230px;
}
.antreibt-boxs_point:nth-child(even)::after {
  right: auto;
  left: -60px;
}
.antreibt-boxs_point:nth-child(even)::before {
  right: auto;
  left: -63px;
  top: calc(50% - 7px);
}

.antreibt-boxs_title {
  color: #DEA827;
}

.antreibt-boxs_descr {
  margin-top: 40px;
}

.antreibt-boxs_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-width: 230px;
  height: 230px;
  margin-left: 30px;
}
.antreibt-boxs_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antreibt-team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.antreibt-team_point {
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
}

.antreibt-team_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  margin-bottom: 20px;
}
.antreibt-team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antreibt-team_position {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #DEA827;
  margin-top: 10px;
}

.antreibt-team_descr {
  margin-top: 20px;
}

.antreibt-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 45px;
}
.antreibt-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(100% - 700px);
  height: 420px;
  width: 2000px;
  background: #B91C3B;
}

.antreibt-list_point {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
}

.antreibt-list_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}
.antreibt-list_img img {
  max-height: 100%;
}

.antreibt-list_title {
  margin-top: 30px;
}

.antreibt-list_descr {
  margin-top: 40px;
}

.antreibt-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}

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

.antreibt-contacts_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.antreibt-contacts_contact {
  font-size: 17px;
  line-height: 23px;
  margin-top: 30px;
}
.antreibt-contacts_contact a {
  color: #DEA827;
}

.antreibt-map {
  position: relative;
}

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

.antreibt-search {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 330px;
}

.antreibt-tabs {
  padding: 20px;
  background: #F7F7F7;
  margin-top: 20px;
}

.antreibt-tabs_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 10px;
}

.antreibt-tabs_select {
  position: relative;
}
.antreibt-tabs_select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../icons/elements/arrow-1.svg") center no-repeat;
  background-size: contain;
}

.antreibt-tabs_option {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #FFFFFF;
  padding: 15px 35px 15px 20px;
  background: #DEA827;
  border: none;
}

.antreibt-tabs_label {
  position: relative;
  cursor: pointer;
}

.antreibt-tabs_name {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #FFFFFF;
  padding: 15px 20px;
  background: #DEA827;
}

.antreibt-tabs_input {
  position: absolute;
  z-index: -1;
  padding: 0px;
  margin: 0px;
  border: none;
}

.antreibt-tabs_input:checked + .antreibt-tabs_name {
  background: #707070;
}

.antreibt-adress {
  margin-top: 40px;
}

.antreibt-adress_point {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #707070;
  margin-bottom: 20px;
}

.antreibt-adress_point:last-child {
  margin-bottom: 0px;
}

.antreibt-adress_title {
  width: calc(100% - 200px);
}

.antreibt-adress_list {
  margin-top: 20px;
}
.antreibt-adress_list li {
  margin-bottom: 3px;
}
.antreibt-adress_list li:last-child {
  margin-bottom: 0px;
}
.antreibt-adress_list a {
  color: #707070;
  font-size: 17px;
  line-height: 23px;
}

.antreibt-adress_date {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFFFFF;
  font-size: 17px;
  padding: 5px 20px;
  background: #DEA827;
}

.antreibt-info {
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.160784);
  border-radius: 20px;
  margin-bottom: 40px;
}
.antreibt-info li {
  font-size: 17px;
  line-height: 23px;
  color: #707070;
  margin-bottom: 15px;
}
.antreibt-info li:last-child {
  margin-bottom: 0px;
}
.antreibt-info a {
  color: #DEA827;
}

.antreibt-center {
  margin-top: 40px;
  padding: 30px;
  background: #F7F7F7;
}

.antreibt-center_descr {
  margin-top: 20px;
}
.antreibt-center_descr a {
  color: #DEA827;
}

.antreibt-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.antreibt-logos_point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.141176);
}
.antreibt-logos_point img {
  max-width: 90px;
  max-height: 90px;
}

.antreibt-people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.antreibt-people_point {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #707070;
}

.antreibt-people_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  min-width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.antreibt-people_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antreibt-people_list {
  margin-top: 20px;
}
.antreibt-people_list li {
  margin-bottom: 3px;
}
.antreibt-people_list li:last-child {
  margin-bottom: 0px;
}
.antreibt-people_list a {
  color: #707070;
  font-size: 17px;
}

@media (max-width: 1200px) {
  .antreibt-content {
    width: 100%;
  }
  .antreibt-img {
    width: 100%;
    height: 370px;
  }
  .antreibt-boxs {
    display: block;
  }
  .antreibt-boxs:after {
    display: none;
  }
  .antreibt-boxs_point {
    width: 100%;
    min-height: 100%;
  }
  .antreibt-boxs_point::after {
    right: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    width: 3px;
    height: 90px;
  }
  .antreibt-boxs_point::before {
    display: none;
  }
  .antreibt-boxs_point:nth-child(even) {
    top: auto;
  }
  .antreibt-boxs_point:nth-child(even)::after {
    left: 50%;
  }
  .antreibt-boxs_point:last-child:after {
    display: none;
  }
  .antreibt-team {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .antreibt-list {
    grid-template-columns: 1fr 1fr;
  }
  .antreibt-list:before {
    left: calc(100% - 490px);
  }
  .antreibt-contacts {
    display: block;
  }
  .antreibt-contacts_img {
    margin-bottom: 30px;
    width: 100%;
    height: 370px;
  }
  .antreibt-tabs_list {
    grid-template-columns: 1fr 1fr;
  }
  .antreibt-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .antreibt-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .antreibt-boxs_point {
    display: block;
    padding: 20px;
    margin-bottom: 30px;
  }
  .antreibt-boxs_point::after {
    height: 30px;
  }
  .antreibt-boxs_descr {
    margin-top: 30px;
  }
  .antreibt-boxs_img {
    width: 100%;
    height: 170px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .antreibt-team {
    grid-template-columns: 1fr;
  }
  .antreibt-team_point {
    padding: 20px;
  }
  .antreibt-list {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .antreibt-list:before {
    left: 20%;
    height: 50%;
  }
  .antreibt-list_point {
    padding: 20px;
  }
  .antreibt-list_descr {
    margin-top: 30px;
  }
  .antreibt-contacts_img {
    height: 210px;
    margin-bottom: 20px;
  }
  .antreibt-search {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .antreibt-tabs_list {
    grid-template-columns: 1fr;
  }
  .antreibt-adress {
    margin-top: 20px;
  }
  .antreibt-adress_title {
    width: 100%;
  }
  .antreibt-adress_date {
    position: static;
    display: block;
    width: fit-content;
    margin-top: 20px;
  }
  .antreibt-info {
    padding: 20px;
  }
  .antreibt-center {
    padding: 20px;
  }
  .antreibt-logos {
    grid-template-columns: 1fr 1fr;
  }
  .antreibt-logos_point {
    width: 227px;
    height: 227px;
    grid-template-columns: 1fr 1fr;
  }
  .antreibt-people {
    grid-template-columns: 1fr;
  }
  .antreibt-people_point {
    display: block;
  }
  .antreibt-people_img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .antreibt-img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
  .antreibt-contacts_img {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
  .antreibt-map {
    left: -15px;
    width: calc(100% + 30px);
  }
  .antreibt-search {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
  }
  .antreibt-tabs {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    padding: 20px 15px;
    margin-top: 0px;
  }
  .antreibt-logos_point {
    width: 43.4vw;
    height: 43.4vw;
  }
  .antreibt-logos_point img {
    max-height: 70px;
    max-width: 70px;
  }
}
@media (min-width: 1200px) {
  .antreibt-contacts_contact a:hover {
    color: #B91C3B;
  }
  .antreibt-adress_title:hover {
    color: #DEA827;
  }
  .antreibt-adress_list a:hover {
    color: #DEA827;
  }
  .antreibt-tabs_name:hover {
    background: #707070;
  }
  .antreibt-info a:hover {
    color: #B91C3B;
  }
  .antreibt-center_descr a:hover {
    color: #B91C3B;
  }
  .antreibt-people_title:hover {
    color: #DEA827;
  }
  .antreibt-people_list a:hover {
    color: #DEA827;
  }
}
/*-antreibt*/
.posts__item-heading {
  margin-bottom: 22px;
}
.posts__item-title {
  max-width: 282px;
  font-size: 22px;
  font-weight: 500;
  line-height: 122.727273%;
  color: var(--gr-clr);
}
.posts__item-date {
  color: var(--r-clr);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.posts__item-categories {
  color: var(--r-clr);
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.posts__item-categories > span {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
.posts__item-categories > span:not(:last-child) {
  margin-right: 6px;
}
.posts__item-categories > span::after {
  content: "";
  width: 1px;
  height: 12px;
  right: -6px;
  background: var(--r-clr);
}
.posts__item-categories > span:last-child::after {
  display: none;
}
.posts__item:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gr-clr);
}

@media only screen and (max-width: 800px) {
  .posts-heading {
    font-size: 20px;
  }
  .posts-title {
    font-size: 20px;
  }
}
/*art*/
.art-wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.art-info {
  grid-column-start: 1;
  grid-column-end: 8;
}

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

.art-labels {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.art-labels span {
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.art-labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 4px;
}
.art-labels span:last-child:after {
  display: none;
}

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

.art-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.art-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 34px;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 12px;
  border: 1px solid #171717;
  padding: 0px 12px;
  transition: 0.1s;
}
.art-tabs a.active {
  color: #FFF;
  border: 1px solid #DC2626;
  background: #DC2626;
}

.art-items {
  display: grid;
  grid-gap: 48px;
  margin-top: 48px;
}

.art-item {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
}

.art-item_wrap {
  display: flex;
  gap: 25px;
}

.art-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  min-width: 263px;
  height: 196px;
  overflow: hidden;
}
.art-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.art-item_labels {
  display: flex;
  align-items: center;
}
.art-item_labels span {
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.art-item_labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 4px;
}
.art-item_labels span:last-child:after {
  display: none;
}

.art-item_h {
  transition: 0.3s;
}

.art-item_p {
  margin-top: 16px;
}

.art-item_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 16px;
  margin: 16px 0px 0px auto;
  transition: 0.3s;
}
.art-item_btn svg {
  fill: #991B1B;
  transition: 0.3s;
}

.art-item_link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.1s;
}

.art-aside {
  display: grid;
  grid-gap: 48px;
  grid-column-start: 9;
  grid-column-end: 13;
}

.art-search {
  width: 100%;
  padding: 24px 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.art-search_name {
  display: block;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}

.art-search_form {
  width: 100%;
}

.art-search_label {
  position: relative;
  display: block;
  width: 100%;
}

.art-search_icon {
  position: absolute;
  left: 8px;
  top: 12px;
}

.art-search_delete {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  cursor: pointer;
  stroke: #171717;
  transition: 0.1s;
}

.art-search_input {
  height: 40px;
  width: 100%;
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  padding: 0px 30px;
}

.art-search_input:focus {
  border: 1px solid #171717;
}

.art-boxs {
  display: grid;
  grid-gap: 32px;
  width: 100%;
  padding: 24px 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.art-box {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #D5D5D5;
}

.art-box_h {
  transition: 0.3s;
}

.art-box_labels {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.art-box_labels span {
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.art-box_labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 4px;
}
.art-box_labels span:last-child:after {
  display: none;
}

.art-box_p {
  margin-top: 16px;
}

.art-box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.art-comment {
  display: grid;
  grid-gap: 24px;
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .art-wrap {
    display: block;
  }
  .art-aside {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .art-img {
    height: 212px;
    margin-top: 16px;
  }
  .art-content {
    margin-top: 16px;
  }
  .art-items {
    grid-gap: 40px;
    margin-top: 40px;
  }
  .art-item_wrap {
    display: block;
  }
  .art-item_img {
    width: 100%;
    min-width: 100%;
  }
  .art-item_text {
    margin-top: 24px;
  }
  .art-item_labels {
    margin-top: 8px;
  }
  .art-item_labels span {
    font-size: 14px;
    line-height: 14px;
  }
  .art-item_labels span:after {
    font-size: 14px;
    line-height: 14px;
  }
  .art-item_btn {
    margin-top: 8px;
  }
  .art-boxs {
    grid-gap: 24px;
  }
  .art-box_labels {
    margin-top: 8px;
  }
  .art-box_labels span {
    font-size: 14px;
    line-height: 14px;
  }
  .art-box_labels span:after {
    font-size: 14px;
    line-height: 14px;
  }
  .art-comment {
    grid-gap: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .art-tabs a:hover {
    color: #FFF;
    background: #991B1B;
    border: 1px solid #991B1B;
  }
  .art-item:hover .art-item_img img {
    transform: scale(1.04);
  }
  .art-item:hover .art-item_h {
    color: #DC2626;
  }
  .art-item:hover .art-item_btn {
    color: #171717;
  }
  .art-item:hover .art-item_btn svg {
    fill: #171717;
  }
  .art-box:hover .art-box_h {
    color: #DC2626;
  }
  .art-search_delete:hover {
    stroke: #DC2626;
  }
}
/*-art*/
/*sim*/
.sim {
  background: #F6F6F6;
  padding: 40px 0px;
}

.sim-title {
  margin-bottom: 36px;
}

.sim-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 27px;
}

.sim-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
  border-bottom: 3px solid #44AC32;
  background: #FFF;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
}

.sim-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
}
.sim-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.sim-item_text {
  padding: 24px 16px 72px 16px;
}

.sim-item_labels {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.sim-item_labels span {
  color: #2E6D23;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.sim-item_labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  margin: 0px 4px;
}
.sim-item_labels span:last-child:after {
  display: none;
}

.sim-item_h {
  transition: 0.3s;
}

.sim-item_p {
  margin-top: 24px;
}

.sim-item_btn {
  position: absolute;
  right: 16px;
  bottom: 24px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 16px;
  transition: 0.3s;
}
.sim-item_btn svg {
  fill: #991B1B;
  transition: 0.3s;
}

.sim-item_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .sim-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 800px) {
  .sim {
    padding: 24px 0px;
  }
}
@media (min-width: 1200px) {
  .sim-item:hover .sim-item_img img {
    transform: scale(1.04);
  }
  .sim-item:hover .sim-item_h {
    color: #DC2626;
  }
  .sim-item:hover .sim-item_btn {
    color: #171717;
  }
  .sim-item:hover .sim-item_btn svg {
    fill: #171717;
  }
}
/*-sim*/
/*cot*/
.cot-title {
  margin-bottom: 24px;
}

.cot-boxs {
  display: grid;
  grid-gap: 48px;
}

/*-cot*/
/*req*/
.req-wrap {
  padding: 40px 190px;
  border-bottom: 3px solid #44AC32;
  background: #F6F6F6;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
}

.req-title {
  margin-bottom: 24px;
}

.req-contain {
  display: grid;
  grid-gap: 24px;
}

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

.req-label {
  position: relative;
  display: block;
  width: 100%;
}

.req-name {
  display: block;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}

.req-arrow {
  position: absolute;
  right: 8px;
  top: 34px;
}

.req-input {
  height: 40px;
  width: 100%;
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  padding: 0px 30px 0px 8px;
}

.req-input:focus {
  border: 1px solid #171717;
}

.req-textarea {
  height: 110px;
  width: 100%;
  font-family: "Exo", sans-serif;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  padding: 8px;
}

.req-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 44px;
  border-radius: 9999px;
  background: #DC2626;
  padding: 0px 16px;
  cursor: pointer;
  transition: 0.3s;
}

.req-btn_point {
  font-family: "Exo", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .req-wrap {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .req .container {
    padding: 0px;
  }
  .req-wrap {
    padding: 40px 15px;
  }
  .req-inputs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .req-btn:hover {
    background: #991B1B;
  }
}
/*-req*/
/*sta*/
.sta-wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.sta-box {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 8;
}

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

.sta-box_h {
  transition: 0.3s;
  margin-top: 24px;
}

.sta-box_labels {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.sta-box_labels span {
  color: #2E6D23;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
}
.sta-box_labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
  margin: 0px 4px;
}
.sta-box_labels span:last-child:after {
  display: none;
}

.sta-box_p {
  margin-top: 24px;
}

.sta-box_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 16px;
  margin: 16px 0px 0px auto;
  transition: 0.3s;
}
.sta-box_btn svg {
  fill: #991B1B;
  transition: 0.3s;
}

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

.sta-aside {
  display: grid;
  grid-gap: 40px;
  grid-column-start: 9;
  grid-column-end: 13;
}

.sta-items {
  display: grid;
  grid-gap: 40px;
}

.sta-item {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #D5D5D5;
}

.sta-item_h {
  transition: 0.3s;
}

.sta-item_labels {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.sta-item_labels span {
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.sta-item_labels span:after {
  content: "|";
  color: #2E6D23;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 4px;
}
.sta-item_labels span:last-child:after {
  display: none;
}

.sta-item_p {
  margin-top: 16px;
}

.sta-item_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sta-item_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 16px;
  margin: 16px 0px 0px auto;
  transition: 0.3s;
}
.sta-item_btn svg {
  fill: #991B1B;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .sta-wrap {
    display: block;
  }
  .sta-aside {
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .sta-box_img {
    height: 238px;
  }
  .sta-box_labels span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .sta-box_labels span:after {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .sta-box:hover .sta-box_img img {
    transform: scale(1.04);
  }
  .sta-box:hover .sta-box_h {
    color: #DC2626;
  }
  .sta-box:hover .sta-box_btn {
    color: #171717;
  }
  .sta-box:hover .sta-box_btn svg {
    fill: #171717;
  }
  .sta-item:hover .sta-item_h {
    color: #DC2626;
  }
  .sta-item:hover .sta-item_btn {
    color: #171717;
  }
  .sta-item:hover .sta-item_btn svg {
    fill: #171717;
  }
}
/*-sta*/
/*dos*/
.dos {
  padding: 40px 0px;
  background: #F6F6F6;
}

.dos-title {
  margin-bottom: 16px;
}

.dos-wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.dos-info {
  grid-column-start: 1;
  grid-column-end: 8;
}

.dos-false {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  margin-bottom: 16px;
}
.dos-false svg {
  min-width: 40px;
}

.dos-boxs {
  display: grid;
  grid-gap: 16px;
}

.dos-box {
  position: relative;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.dos-box_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.dos-box_h {
  width: fit-content;
  transition: 0.3s;
}

.dos-box_label {
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 8px;
  border-radius: 9999px;
}

.dos-box_label.one {
  color: #FFF;
  background: #BE185D;
}

.dos-box_label.two {
  color: #171717;
  background: #38BDF8;
}

.dos-box_content {
  margin-top: 16px;
}

.dos-box_btn {
  display: block;
  width: fit-content;
  color: #991B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  margin-top: 16px;
  transition: 0.3s;
}

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

.dos-aside {
  grid-column-start: 9;
  grid-column-end: 13;
}

.dos-filter {
  display: grid;
  grid-gap: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  padding: 24px 16px;
}

.dos-filter_box {
  display: grid;
  grid-gap: 16px;
}

.dos-filter_item {
  display: grid;
  grid-gap: 8px;
}

.dos-filter_date {
  display: block;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.dos-filter_name {
  display: block;
  color: #991B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .dos-wrap {
    display: block;
  }
  .dos-aside {
    margin-top: 16px;
  }
}
@media (max-width: 800px) {
  .dos {
    padding: 24px 0px;
  }
  .dos-box {
    padding: 24px 16px;
  }
  .dos-box_top {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 8px;
  }
  .dos-box_label {
    order: -1;
  }
  .dos-false {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .dos-box:hover .dos-box_h {
    color: #DC2626;
  }
  .dos-box:hover .dos-box_btn {
    color: #171717;
  }
  .dos-box:hover .dos-box_btn svg {
    fill: #171717;
  }
  .dos-filter_item:hover .dos-filter_name {
    color: #171717;
  }
}
/*-dos*/
/*ver*/
.ver {
  overflow: hidden;
}
.ver .navigation {
  margin-left: auto;
  margin-top: 68px;
}

.ver-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
  margin-top: 24px;
}

.ver-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ver-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 34px;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 12px;
  border: 1px solid #171717;
  padding: 0px 12px;
  transition: 0.1s;
}
.ver-tabs a.active {
  color: #FFF;
  border: 1px solid #DC2626;
  background: #DC2626;
}

.ver-link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  color: #991B1B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 8px 16px;
  transition: 0.3s;
}
.ver-link svg {
  fill: #991B1B;
  transition: 0.3s;
}

.ver-items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 68px;
}
.ver-items::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 125px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 56px);
  width: 3000px;
  background: #44AC32;
}

.ver-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
}

.ver-item_labels {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.ver-item_labels span {
  display: block;
  width: fit-content;
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 8px;
  border-radius: 9999px;
  border: 1px solid #44AC32;
}

.ver-item_h {
  transition: 0.3s;
}

.ver-item_date {
  font-weight: 500;
}

.ver-item_list {
  display: grid;
  grid-gap: 8px;
}
.ver-item_list span {
  position: relative;
  padding-left: 20px;
}
.ver-item_list span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #171717;
}

.ver-item_btn {
  display: block;
  width: fit-content;
  color: #991B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  transition: 0.3s;
}

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

@media (max-width: 1200px) {
  .ver-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .ver .navigation {
    margin-top: 48px;
  }
  .ver-top {
    grid-gap: 24px;
  }
  .ver-items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
    margin-top: 48px;
  }
  .ver-items::before {
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    height: calc(100% - 120px);
  }
  .ver-item {
    padding: 24px 16px;
  }
}
@media (min-width: 1200px) {
  .ver-tabs a:hover {
    color: #FFF;
    background: #991B1B;
    border: 1px solid #991B1B;
  }
  .ver-link:hover {
    color: #171717;
  }
  .ver-link:hover svg {
    fill: #171717;
  }
  .ver-item:hover .ver-item_h {
    color: #DC2626;
  }
  .ver-item:hover .ver-item_btn {
    color: #171717;
  }
}
/*-ver*/
/*fix*/
.fix {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 160px;
  display: grid;
  grid-gap: 2px;
  padding: 2px 0px 2px 2px;
  background: #FFF;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
}

.fix-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  background: #44AC32;
  transition: 0.3s;
}
.fix-btn span {
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: fit-content;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  background: #FFF;
}

@media (max-width: 1200px) {
  .fix {
    display: flex;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .fix-btn {
    width: 100%;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .fix-btn:hover {
    background: #2E6D23;
  }
  .fix-btn:hover span {
    display: block;
  }
}
/*-fix*/
/*fir*/
.fir-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.fir-title {
  margin-bottom: 32px;
}

@media (max-width: 800px) {
  .fir-boxs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .fir-title {
    margin-bottom: 24px;
  }
}
/*-fir*/
/*plu*/
.plu-boxs {
  display: grid;
  grid-gap: 40px;
}

.plu-box {
  display: flex;
  align-items: center;
  grid-gap: 28px;
  padding: 28px;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, 0.1), -2px 2px 6px -2px rgba(0, 0, 0, 0.1);
}

.plu-box_img {
  height: 300px;
  width: 552px;
  min-width: 552px;
}
.plu-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plu-box:nth-child(even) .plu-box_content {
  order: -1;
}

@media (max-width: 1200px) {
  .plu-box {
    display: block;
  }
  .plu-box_img {
    width: 100%;
    min-width: 100%;
  }
  .plu-box_content {
    margin-top: 24px;
  }
}
@media (max-width: 800px) {
  .plu-box {
    padding: 16px;
  }
  .plu-box_img {
    height: 180px;
  }
}
/*-plu*/
/*faq*/
.faq-title {
  margin-bottom: 32px;
}

.faq-point {
  border-bottom: 1px solid #D5D5D5;
}

.faq-point_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  grid-gap: 16px;
  padding: 16px 0px;
  cursor: pointer;
}
.faq-point_top svg {
  transition: 0.3s;
  min-width: 30px;
}

.faq-point_h {
  transition: 0.2s;
}

.faq-point_bottom {
  display: none;
  padding: 16px 0px 24px 0px;
}

.faq-point_top.active svg {
  transform: rotate(180deg);
}

.faq-point_top.active + .faq-point_bottom {
  display: block;
}

@media (max-width: 800px) {
  .faq-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .faq-point_top:hover .faq-point_h {
    color: #991B1B;
  }
}
/*-faq*/
/*qut*/
.qut-wrap {
  display: flex;
  align-items: center;
}

.qut-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  min-width: 360px;
  height: 220px;
  margin-right: 24px;
}
.qut-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .qut-wrap {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 24px;
  }
  .qut-img {
    margin: 0px;
  }
}
@media (max-width: 800px) {
  .qut-img {
    height: 220px;
    width: 100%;
    min-width: 100%;
  }
}
/*-qut*/
/*mod*/
.mod {
  overflow: hidden;
}

.mod-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
  align-items: center;
  padding: 36px 0px;
}
.mod-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 386px;
  top: -36px;
  height: calc(100% + 72px);
  width: 2000px;
  background: #44AC32;
}

.mod-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  grid-column-start: 1;
  grid-column-end: 7;
}
.mod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mod-text {
  display: grid;
  grid-gap: 16px;
  grid-column-start: 7;
  grid-column-end: 13;
}

@media (max-width: 1200px) {
  .mod-wrap:before {
    left: 200px;
  }
}
@media (max-width: 800px) {
  .mod-wrap {
    display: block;
    padding: 0px 0px 40px 0px;
  }
  .mod-wrap::before {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: calc(100% - 90px);
  }
  .mod-img {
    width: 100%;
    height: 200px;
  }
  .mod-text {
    margin-top: 24px;
  }
}
/*-mod*/
/*was*/
.was {
  overflow: hidden;
}

.was-boxs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  padding: 32px 0px;
}
.was-boxs::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 190px;
  top: -32px;
  height: calc(100% + 64px);
  width: 2000px;
  background: #44AC32;
}

.was-box {
  display: grid;
  grid-gap: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 28px;
}

.was-box_top {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.was-box_icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.was-box_text {
  display: grid;
  grid-gap: 8px;
}

.was-box_lable {
  color: #2E6D23;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 800px) {
  .was-boxs {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 15px;
  }
  .was-boxs::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: calc(100% - 112px);
  }
  .was-box {
    padding: 16px;
  }
}
/*-was*/
/*kuz*/
.kuz-wrap {
  display: flex;
  align-items: center;
}

.kuz-text {
  display: flex;
  align-items: center;
  padding: 36px 24px 36px 36px;
  min-height: 280px;
  background: #F6F6F6;
  border-radius: 16px 0px 0px 16px;
}

.kuz-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 550px;
  min-width: 550px;
  height: 330px;
}
.kuz-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .kuz-wrap {
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 16px;
  }
  .kuz-img {
    width: 100%;
    min-width: 100%;
    order: -1;
  }
  .kuz-text {
    min-height: fit-content;
    padding: 24px 16px;
    background: transparent;
  }
}
@media (max-width: 800px) {
  .kuz-img {
    height: 216px;
  }
}
/*-kuz*/