@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

* {
  font-family: "Manrope", sans-serif;
  font-style: normal;
}

body {
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

p {
  color: #151515;
}

header {
  margin-top: 5px;
  position: relative;
  z-index: 1000;
}

.logo-container{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inn{
	font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    padding-left: 7px;
}
.header-container {
  display: flex;
  border-bottom: 1px solid #BABABA;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-container img {
  width: 160px;
}

.burger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1001;
}

.burger img {
  width: 42px;
  height: 16px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 90px;
}

.menu {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li a {
  text-decoration: none;
  color: #8E8E8E;
  font-size: clamp(16px, 1.5vw, 14px);
  text-transform: uppercase;
  transition: 0.3s;
}

.menu .active a {
  font-weight: 600;
  color: #151515;
}

.menu li a:hover {
  color: #151515;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.contacts a {
  color: #151515;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 14px);
}

.upper-text {
  text-transform: uppercase;
}

main {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  gap: 130px;
}

h1 {
  max-width: 824px;
  width: 100%;
  font-weight: 300;
  font-size: clamp(25px, 5vw, 55px);
  line-height: 120%;
  color: #151515;
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
  display: block;
}

.hero-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.hero-container__header-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.subheader {
  max-width: 375px;
  width: 100%;
}

.subheader li {
  list-style-type: disc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 16px);
}

.nav-submenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-submenu__name {
  font-size: clamp(15px, 2vw, 20px);
  color: #8E8E8E;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-submenu__menu {
  display: flex;
  gap: 25px;
  font-size: clamp(15px, 2vw, 20px);
  text-transform: uppercase;
}

.nav-submenu__menu a {
  position: relative;
  color: #151515;
  text-decoration: none;
  padding: 1px 0;
  display: inline-block;
  transition: color 0.3s ease;
}

.nav-submenu__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #151515;
  transition: width 0.3s ease;
}

.nav-submenu__menu li a:hover::after {
  width: 100%;
}

.heero-image {
  width: 100%;
  height: 336px;
}
.heero-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arrow-box {
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-bottom: 2px solid #8E8E8E;
}

.arrow-box__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  border-top: 2px solid #8E8E8E;
  font-size: clamp(15px, 2.5vw, 25px);
  color: #151515;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}

.fz {
  color: #8E8E8E;
  font-weight: 400;
}


.fz:hover {
  color: #000;
}

.name_li{
	color:#000;
}


.name_li:hover{
	color:#8E8E8E;
}

.arrow-block__container img {
  transition: 0.6s;
}

.arrow-box__block:hover .arrow-block__container img {
  rotate: -90deg;
}

.button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.btn {
  display: flex;
  background-color: #151515;
  padding: 10px;
  font-size: clamp(15px, 2.5vw, 25px);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  border: 2px solid #151515;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover {
  background-color: #ffffff;
  color: #151515;
}

.btn svg {
  margin-top: -15px;
  transition: 0.6s;
}

.btn:hover svg {
  rotate: -90deg;
}

.btn:hover svg path {
  stroke: #151515;
}

.preefooter-h2 {
  max-width: 701px;
  margin: 0 auto;
  width: 100%;
  font-size: clamp(35px, 4vw, 45px);
  text-transform: uppercase;
  color: #151515;
  font-weight: 300;
}

.left-text {
  display: block;
  text-align: right;
  font-weight: 400;
}

.quote {
  position: relative;
}

.dot {
  width: 11px;
  height: 11px;
  background-color: #151515;
  border-radius: 100%;
}

.dot-mobile {
  display: none;
}

.dots-h2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.line-to-left,
.line-to-right {
  position: fixed;
  height: 1px;
  background-color: #151515;
  z-index: 0;
  pointer-events: none;
}

.line-to-right-new {
  position: fixed;
  height: 1px;
  background-color: #151515;
  z-index: 0;
  pointer-events: none;
}

.desctop-no {
  display: none;
}

footer {
  margin-top: 130px;
}

.footer-container {
  background-image: url(../img/footer.png);
  background-size: cover;
  padding-top: 80px;
  display: flex;
  gap: 65px;
  padding-bottom: 40px;
  flex-direction: column;
}

.footer-top-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-top-block__content {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 350px;
  width: 100%;
  gap: 0px 20px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.big-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(20px, 6.6vw, 93px);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #151515;
}

.footer-menu li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 500;
}

.footer-contacts a {
  font-size: clamp(14px, 3vw, 14px);
  color: #151515;
  text-transform: uppercase;
}

#policy {
  font-size: clamp(12px, 2vw, 12px) !important;
  color: #8E8E8E !important;
  text-decoration: underline !important;
}

.medium h1 {
  font-weight: 500;
  width:fit-content;
}

.medium .subheader {
  max-width: fit-content;
  width: 100%;
  font-size: clamp(14px, 3vw, 20px);
  text-transform: uppercase;
}

.medium {
  align-items: center;
}

.form-action {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

input {
  flex: 1 1 45%;
  padding: 12px;
  border: 1px solid #151515;
  font-size: clamp(12px, 2vw, 16px);
  outline: none;
  color: #151515;
  text-transform: uppercase;
}

input::placeholder {
  color: #bababa;
}

.custom-button {
  position: relative;
  width: 100%;
  height: 54px;
  background: transparent;
  border: 1px solid #151515;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  font-family: inherit;
}

.button-text {
  position: relative;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-size: clamp(15px, 3vw, 25px);
  line-height: 50px;
  display: block;
  text-align: center;
}

.bg-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  z-index: 1;
  clip-path: polygon(0 0, 18% 0, 15% 100%, 0 100%, 100% 100%, 85% 100%, 87% 0, 100% 0);
  transition: clip-path 0.5s ease;
}

.custom-button:hover .bg-fill {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%,
      100% 100%, 100% 100%, 100% 0, 100% 0);
}

.form-success {
  text-align: center;
  padding: 90px 0px;
}

.form-success h2 {
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 600;
  margin-bottom: 10px;
}

.form-success p {
  font-size: clamp(15px, 2vw, 20px);
  color: #151515;
  margin-bottom: 15px;
}

.form-success .back-home {
  color: #151515;
  text-decoration: underline;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  text-transform: uppercase;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.protection-section {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 40px;
  justify-content: space-between;
}

.protection-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 26px;
  width: calc(50% - 20px);
}

.protection-item__image-block {
  width: 111px;
  height: 87px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.protection-item__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-block h3 {
  margin-bottom: 25px;
  font-size: clamp(15px, 2vw, 25px);
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.links a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  display: flex;
  gap: 7px;
}

.links a img {
  transition: 0.6s;
}

.links a:hover img {
  rotate: -90deg;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.service-item {
  position: relative;
  background-color: #fff;
  padding: 70px 20px 20px;
  min-height: 292px;
  display: flex;
  align-items: flex-end;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.icon-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  height: 126px;
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  height: 69px;
  object-fit: contain;
}

.service-item.wide {
  grid-column: span 2;
}

.right-text {
  text-align: right;
}

.documents-slider {
  position: relative;
}

.swiper-slide.document-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 420px;
  flex-shrink: 0;
  background-color: #f0f0f0;
  /* если вдруг картинка не загрузится */
}

.document-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
  display: block;
}

.document-card .download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  padding: 10px 20px;
  display: none;
  z-index: 2;
}

.document-card:hover img {
  filter: blur(4px);
}

.document-card:hover .download-btn {
  display: block;
}

.documents-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}

.slider-buttons {
  display: none;
}

.all-documents {
  margin: 0 auto;
  font-size: clamp(14px, 3vw, 20px);
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 10px 44px;
  display: block;
  margin-top: 70px;
}

.m-w{
    min-width: 700px;
    width: 100%;
}

.content-box{
    max-width: 1006px;
    font-size: clamp(15px, 3vw, 20px);
    color: #151515;
}
.content-box h3{
   font-size: clamp(20px, 3vw, 23px);
   font-weight: 600;
   margin-bottom: 25px;
}
.s-t{
    font-weight: 500;
}
.bg-block{
  background: linear-gradient(90deg, #FCFCFC 0%, #B3B3B3 100%);
  padding: 60px 0px;
}
.bg-block .container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.bg-block__content_box{
    font-size: clamp(15px, 3vw, 20px);
    color: #151515; 
}
.image-bg-block {
    padding: 250px 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.center-text-container{
  text-align: center;
  font-size: clamp(20px, 3vw, 25px);
}
.heero-setion{
  display: flex;
  flex-direction: column;
  gap: 70px;
}
  .protection-item:nth-child(3) {
    order: 2; /* ставим третьему order 2 */
  }

  .protection-item:nth-child(2) {
    order: 3; /* второму order 3 */
  }

  .protection-item:nth-child(1) {
    order: 1;
  }

  .protection-item:nth-child(4) {
    order: 4;
  }
.content-box a {
    color: #151515;
    padding-bottom: 1px;
    border-bottom: 1px solid #151515;
}
.content-box ul{
	padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-box ul li{
	list-style-type:disc;
}
.footer-address p{
	text-align:right;
}

.content-box ol{
	padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;	
}
.no_disk{
	padding-left:0!important;
	padding-top:0!important;
	padding-bottom:0!important;
}
.no_disk li{
	list-style-type:none!important;
}
.index_h1{
	max-width: 1200px!important;
    width: 100%;
    font-size: clamp(20px, 4vw, 42px)!important;
}
.caheckbox {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
}
.caheckbox input{
	flex: none!important;
}
.caheckbox a{
    color: #151515;
    padding-bottom: 1px;
    border-bottom: 1px solid #151515;	
}
.subheader a{
    color: #151515;
    padding-bottom: 1px;
    border-bottom: 1px solid #151515;		
}
.subheader a:hover{
    color: #747474;
    padding-bottom: 1px;
    border-bottom: none;		
}
@media (max-width: 1300px) {
  .nav {
    gap: 40px;
  }

  .menu li a {
    font-size: clamp(14px, 1.5vw, 14px);
  }

  .contacts a {
    font-size: clamp(14px, 1.5vw, 14px);
  }

  .menu {
    gap: 15px;
  }

  .subheader {
    max-width: fit-content;
  }

  .swiper-slide.document-card {
    height: 310px;
  }
}

@media (max-width: 1160px) {
  h1 {
    font-size: clamp(25px, 5vw, 43px);
  }
}

@media (max-width: 991px) {
  .burger {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .nav.active {
    max-height: 1000px;
    padding: 45px;
  }

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

  .contacts {
    align-items: center;
    gap: 5px;
    margin-top: 45px;
  }

  .header-container {
    border: 0px;
  }

  .menu li a {
    font-size: clamp(18px, 1.5vw, 14px);
  }

  .contacts a {
    font-size: clamp(18px, 1.5vw, 14px);
  }

  main {
    margin-top: 70px;
    display: flex;
    gap: 70px;
  }

  .hero-container__header-block {
    gap: 45px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .subheader {
    padding-left: 25px;
  }

  .subheader li {
    font-size: clamp(14px, 3vw, 20px);
  }

  .nav-submenu {
    flex-direction: column;
    gap: 25px;
  }

  .nav-submenu__menu {
    flex-direction: column;
  }

  .hero-container {
    gap: 45px;
  }

  .heero-image {
    width: 100%;
    height: 420px;
  }

  footer {
    margin-top: 70px;
  }

  .footer-top-block {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-top-block__content {
    max-width: 100%;
  }

  .medium .subheader {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .form-wrapper {
    gap: 45px;
  }

  .protection-item {
    flex-direction: row;
    width: 100%;
    gap: 7px;
  }

  .protection-item__image-block {
    height: 121px;
  }

  .text-block h3 {
    margin-bottom: 0;
  }

  .links {
    display: grid;
    gap: 7px 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  .text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .links {
    margin-top: auto;
  }

  .swiper-slide.document-card {
    height: 239px;
  }

  .right-text {
    text-align: left;
  }

  .document-card img {
    filter: blur(4px);
  }

  .document-card .download-btn {
    display: block;
  }

  .all-documents {
    margin-top: 40px;
  }

  .bg-block .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .bg-block{
    padding: 30px 0px;
  }
  .heero-setion{
    gap: 45px;
  }
  .image-bg-block {
    padding: 50px 0px;
    background-size: cover;
  }
.protection-section {
  gap: 35px;
}
 .protection-item:nth-child(3) {
    order: 3; /* ставим третьему order 2 */
  }

  .protection-item:nth-child(2) {
    order: 2; /* второму order 3 */
  }

  .protection-item:nth-child(1) {
    order: 1;
  }

  .protection-item:nth-child(4) {
    order: 4;
  }
}

@media (max-width: 780px) {
  .mobile-no {
    display: none;
  }

  .desctop-no {
    display: block;
  }

  .right-h2 {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .preefooter-h2 {
    font-size: clamp(28px, 4vw, 45px);
  }

  .footer-top-block__content {
    max-width: 100%;
    gap: 40px;
    flex-direction: column;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-item.wide {
    grid-column: span 1;
  }

  .icon-box {
    width: 80px;
    height: 80px;
  }

  .icon-box img {
    height: 49px;
  }

  .service-item {
    font-size: 17px;
    min-height: 240px;
  }
  .m-w{
    min-width: auto;
    width: 100%;
}
}

@media (max-width: 540px) {
  .arrow-block__container img {
    width: 15px;
  }

  .button-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .mobile-no {
    display: none;
  }

  .preefooter-h2 {
    font-size: clamp(17px, 4vw, 45px);
  }

  .big-text {
    width: auto;
    text-align: left;
    font-size: 35px;
    white-space: normal;
  }

  .form-row {
    flex-direction: column;
  }

  .slider-buttons {
    display: flex;
    gap: 15px;
    margin-top: 45px;
    position: relative;
    justify-content: center;
    margin-bottom: 45px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    all: unset;
    width: 57px !important;
    height: 57px !important;
    border: 2px solid black;
    border-radius: 50%;
    font-size: 20px;
    color: black;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: black;
    color: white;
  }

  .documents-list {
    display: flex !important;
    gap: 0;
  }

  .swiper-slide.document-card {
    height: 369px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }

  .all-documents {
    margin-top: 100px;
  }
}

@media (max-width: 340px) {
  .preefooter-h2 {
    font-size: clamp(16px, 4vw, 45px);
  }

  .arrow-box__block {
    padding: 10px 5px;
    font-size: clamp(13px, 2.5vw, 25px);
  }

  .footer-menu li a {
    font-size: 12px;
  }

  .subheader br {
    display: none;
  }

  .links a {
    font-size: clamp(14px, 2vw, 20px);
  }

  .swiper-slide.document-card {
    height: 356px;
  }
}