@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.nav {
  background: linear-gradient(to right, #02357c, #031f50, #02357c);
}

.nav__menyu {
  font-size: 24px;
  color: #fff;
  display: none;
  position: absolute;
  right: 12px;
  opacity: 0;
}

.nav__next {
  font-size: 24px;
  color: #fff;
  display: none;
  opacity: 0;
  position: absolute;
}

.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 8px;
}

.nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
}

.nav__logo img {
  height: 86px;
}

.nav__list-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #fffefeba;
  gap: 74px;
  padding-bottom: 8px;
  margin-right: 5px;
}

.nav__list-top p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  color: #fff;
  gap: 2px;
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(222, 226, 234);
  text-align: right;
  letter-spacing: 0.4px;
}

.nav__list-top p span {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  letter-spacing: 0.3px;
}
.nav__list-top p span a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}

.nav__list-button ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
  padding: 14px 0 13px;
  margin-right: 1px;
}

.nav__list-button a {
  text-decoration: none;
  font-size: 19px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-align: left;
  letter-spacing: 0.5px;
  padding-bottom: 2px;
  display: block;
  border: 2px solid transparent;
}
.nav__list-button a:hover {
  border-bottom: 2px solid #fff;
}

.main__section1 {
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 48, 156, 0.6);
  background-size: cover;
  background-position: center;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
}
.main__section1 .container {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  padding: 110px 12px;
  padding-bottom: 126px;
  gap: 110px;
}

.main__section1-img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.main__section1-bg {
  background: #031f50ce;
  position: absolute;
  width: 100vw;
  height: 84vh;
  z-index: 2;
}
.main-section1__knopka {
  width: 22%;
  margin-top: 20px;
}
.main .container {
  position: relative;
  z-index: 3;
}

.main .position {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 23px;
  color: #fff;
  width: 50%;
}

.main .position h1 {
  font-size: 60px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.933;
  letter-spacing: 1px;
}

.main .position p {
  font-size: 46px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 1px;
}
.main .position p span {
  font-size: 30px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-transform: none;

  letter-spacing: 0.6px;
}

.main .position button {
  margin-top: 15px;
  background: transparent;
  padding: 13px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-align: center;
}
.main .position button .kok {
  display: none;
}
.main .position button:hover {
  background: #fff;
  color: #002b88;
}
.main .position button:hover .kok {
  display: block;
}
.main .position button:hover .kirish {
  display: none;
}
.main__section2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  overflow: hidden;
  padding: 120px 0px 108px;
  background-image: url("./image/fon.png");
  background-size: cover;
  background-position: center;
}

.main__section2-fon {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

.main__section2-bg {
  position: absolute;
  background: #031f5066;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

.main__section2-box {
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 34px;

  margin-right: 5px;
}

.image_1 {
  padding: 0px 20px 20px;
  margin: 0;
}
.main__section2-box div {
  background: #043497;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  height: 500px;
  width: 400px;
  border-radius: 10px;
}

.main__section2-box div img {
  object-fit: contain;
  background: transparent;
  z-index: 0;
}

.main__section2-box a {
  width: 100%;
  padding: 10px;
  padding-bottom: 9px;
  border: 2px solid #043497;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  text-align: center;
  background: #fff;
  letter-spacing: -2px;
}
.main__section2-box .main__section2-box_img {
  overflow: hidden;
}
.img__1 {
  width: 100%;
}
.main__section2-box .main__section2-box_img p {
  position: absolute;
  top: 10.7%;
  z-index: 100;
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 4px solid #fff;
  letter-spacing: 0.9px;
}
.main__section3 {
  background: linear-gradient(135deg, #154e99, #04235b, #154e99);
  padding-bottom: 120px;
}

.main__section3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 78px;
  height: auto;
}

.main__section3-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  gap: 35px;
}

.main__section3-box1 h2 {
  border-bottom: 4px solid #fff;
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.main__section3-box1 p {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(236, 239, 245);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 955px;
  letter-spacing: 0.4px;
}
.main__section3-box1 p span {
  margin-top: 10px;
  letter-spacing: 0;
  max-width: 893px;
  letter-spacing: 0.35px;
}

.main__section3 img {
  width: 85%;
  margin-top: -20px;
}

.main__section3-box2 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  padding: 10px 109px;
  background: #fff;
  z-index: 1;
  bottom: -21%;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 28px 0px rgba(2, 30, 78, 0.15);
}

.main__section3-box2 p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 61px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  font-weight: bold;
  letter-spacing: 2.5px;
}

.main__section3-box2 p span {
  font-size: 20px;
  font-family: "PT Sans";
  font-weight: normal;
  color: rgb(0, 48, 156);
  text-align: center;
  letter-spacing: 0.4px;
}

.main__section4 {
  position: relative;
  padding-top: 100px;
  flex-wrap: wrap;
  z-index: 55;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main__section4 h3 {
  border-bottom: 5px solid #0033a6;
  z-index: 999;
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 45px;
  letter-spacing: 0.6px;
}
.main__section4-strelka1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
}
.main__section4-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 350px);
  gap: 30px;
}
.main__section4-box1 {
  grid-column: span 3;
}
.main__section4-box1,
.main__section4-box2,
.main__section4-box3,
.main__section4-box4,
.main__section4-box5 {
  position: relative;
  grid-row: span 1;

  border-radius: 8px;
}
.main__section4-box1 a,
.main__section4-box2 a,
.main__section4-box3 a,
.main__section4-box4 a,
.main__section4-box5 a {
  position: absolute;
  width: 30px;
  z-index: 999;
  bottom: 10px;
  right: 20px;
}
.main__section4-box1 img,
.main__section4-box2 img,
.main__section4-box3 img,
.main__section4-box4 img,
.main__section4-box5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.main__section4-box1 div,
.main__section4-box2 div,
.main__section4-box3 div,
.main__section4-box4 div,
.main__section4-box5 div {
  padding: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  max-width: 490px;
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  top: 135px;
  letter-spacing: 0.3px;
  line-height: 29px;
}

.main__section4-box1 p,
.main__section4-box2 p,
.main__section4-box3 p,
.main__section4-box4 p,
.main__section4-box5 p {
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-transform: none;
  line-height: normal;
}
.main__section4-box1 span,
.main__section4-box2 span,
.main__section4-box3 span,
.main__section4-box4 span,
.main__section4-box5 span {
  font-weight: normal;
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(240, 239, 239);
  margin-top: 1px;
  margin-bottom: 25px;
  text-transform: none;
  line-height: normal;
}

.main__section4-box2,
.main__section4-box3,
.main__section4-box4 {
  grid-column: span 1;
}

.main__section4-box5 {
  grid-column: span 2;
}

.main__section4-button {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  text-align: center;
  border-color: rgb(255, 255, 255);
  background: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  border: 2px solid #00309c;
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.main__section4-button .oq {
  display: none;
}
.main__section4-button:hover {
  background: rgb(0, 48, 156);
  color: #fff;
}
.main__section4-button:hover .kok {
  display: none;
}
.main__section4-button:hover .oq {
  display: block;
}

.main__section4-strelka2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer {
  background: linear-gradient(45deg, #0c3773, #031e4a, #0c3773);
  color: #fff;
  padding: 76px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer h3 {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 4px solid #fff;
  font-size: 34px;
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer__box {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 141px;
}

.footer__box-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 331px;
}
.footer__box-left div {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}

.footer__box-left_mobils {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  font-size: 30px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}

.footer__box-left_mobils span {
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(228, 228, 228);
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.3px;
}

.footer__box-left_mail {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 24px;
  font-size: 22px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}

.footer__box-left_adres {
  margin-bottom: 41px;
  font-size: 22px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
  display: flex;
  letter-spacing: 0.5px;

  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 6px;
}
.footer__box-left_adres span {
  font-weight: normal;
  text-align: start;
  font-size: 18px;
  letter-spacing: 0.36px;
}

.footer__box-left_mobil {
  font-size: 30px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 15px;
  flex-direction: column;
}
.footer__box-left_mobil span {
  font-size: 22px;
  font-family: "PTSans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: left;
}

.footer__box-left_mobil span {
  font-size: 22px;
  font-family: "PT Sans";
  letter-spacing: 0.5px;
}
.footer__box-left_ruble {
  margin-top: 10px;
}
.footer__box-left a {
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.5px;
}
.footer__box-left a.mails {
  font-size: 22px;
}
.footer__box-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.footer__box-right div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 17px;
  padding-top: 10px;
}

.footer__box-right input {
  width: 100%;
  padding: 9.5px 27px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-family: "PT Sans";
  text-align: left;
  letter-spacing: 0.5px;
}

.footer__box-right textarea {
  max-width: 500px;
  min-width: 500px;
  padding: 15px 25px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  font-family: "PT Sans";
  text-align: left;
  max-height: 185px;
  letter-spacing: 0.5px;
}

.footer__box-right button {
  padding: 10px 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0.6px;
}

.footer__box-right button .kok {
  display: none;
}
.footer__box-right button:hover {
  background: #fff;
  color: rgb(0, 48, 156);
}
.footer__box-right button:hover .kok {
  display: block;
}
.footer__box-right button:hover .oq {
  display: none;
}
.footer__box-right .footer__box-right_check {
  display: flex;
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(149, 149, 149);
  justify-content: start;
  align-items: center;
  gap: 9px;
  flex-direction: row;
  text-align: left;
  margin-top: -46px;
  width: 500px;
  margin-bottom: 48px;
  letter-spacing: 0.2px;
}
.footer__box-right .footer__box-right_check input {
  width: 22px;
  height: 22px;
  background: transparent;
}

.footer__box-right .footer__box-right_check a {
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(149, 149, 149);
  text-align: left;
  text-decoration: underline;
}

.footer__bottom {
  background: linear-gradient(90deg, #001a48, #001a48, #033d8c);
  width: 100%;
  margin-top: 90px;
}

.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 14px;
  padding-bottom: 5px;
}

.footer__bottom-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 26px;
}

.footer__bottom-left img {
  height: 50px;
  width: auto;
}

.footer__bottom-center {
  font-size: 30px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: 120px;
  padding-bottom: 5px;
  letter-spacing: 0.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 9px;
}
.footer__bottom-center span {
  font-size: 18px;
}

.footer__bottom-right a {
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-right: 6px;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
}

h4 {
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 5px solid #00309c;
  margin-top: 66px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
main {
  position: relative;
}
.strelka1 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
  width: 20%;
}
.section__kompaniya {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 53px;
  margin-bottom: 90px;
}
.section__kompaniya_box1,
.section__kompaniya_box2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 100px;
  padding-bottom: 35px;
  padding-top: 25px;
  height: 100%;
}
.section__kompaniya_box2 {
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
.section__kompaniya_box1-imgs {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-top: -20px;
}
.section__kompaniya_box2-imgs {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  flex-wrap: wrap;
  width: 44.3%;
  margin-top: -59px;
  margin-left: -30px;
}

.section__kompaniya_box1 p,
.section__kompaniya_box2 p {
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  line-height: 1.55;
  width: 56.5%;
  letter-spacing: 0.4px;
}
.section__kompaniya_box1 p {
  padding-top: 3px;
}
.section__kompaniya_box2 p {
  margin-top: -7px;
  letter-spacing: 0.4px;
  width: 51.34%;
  padding-right: 4px;
}
.section__kompaniya_box1 p .text_bold {
  font-weight: bold;
}
.section__kompaniya_box1 p .bosh,
.section__kompaniya_box2 p .bosh {
  display: block;
  height: 15px;
  width: 100%;
}

.box1_img1 {
  width: 85%;
  margin-left: 8%;
}
.box1_img2 {
  position: absolute;
  right: -45px;
  top: 29.1%;
  z-index: 2;
  width: 72.5%;
}
.box1_img3 {
  width: 65.5%;
  margin-top: 7%;
}
.box1_img4 {
  margin-top: 42.5%;
  margin-left: 3%;
  width: 34.5%;
  position: absolute;
  bottom: 5.5%;
  right: -4%;
}
.box2_img1 {
  width: 82.5%;
  margin-right: 6%;
}
.box2_img2 {
  position: absolute;
  left: -4.4%;
  top: 30%;
  z-index: 2;
  width: 71%;
}
.box2_img3 {
  margin-top: 42%;
  margin-right: 65%;
  width: 34%;
}
.box2_img4 {
  width: 63.5%;
  position: absolute;
  bottom: -5.5%;
  right: -2%;
}

.section__center {
  position: relative;
  padding: 52px 0px 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #002b88, #001b4d, #002b88);
}
.img_left {
  position: absolute;
  width: 15%;
  left: 0;
}
.img_right {
  position: absolute;
  width: 15%;
  right: 0;
}
.section__center p {
  width: 54%;
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0.35px;
  line-height: 30.4px;
}

.section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 94px;
  margin-top: 25px;
}
.section__button p {
  width: 85%;
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 30px;
}
.section__button img {
  width: 78.5%;
  margin-top: 44px;
}

main {
  overflow: hidden;
}
.year {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(163, 163, 163);
  margin-top: 30px;
  display: block;
  letter-spacing: 0.35px;
}
.year a {
  color: rgb(163, 163, 163);
}
.section__info-itogi {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 55px;
  padding-top: 22px;
  padding-bottom: 70px;
}
.section__info-itogi_box1 {
  width: 65.5%;
}
.section__info-itogi_box1 img {
  margin-top: 32px;
  margin-bottom: 29px;
  width: 100%;
}
.section__info-itogi_box1 img.img_2 {
  margin-top: 36px;
}
.section__info-itogi_box1 h1 {
  font-size: 42px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  width: 97%;
}
.main_mashina.main_material h4 {
  margin-top: 66px;
}

.section__info-itogi_box1 span {
  margin-top: 8px;
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(117, 115, 115);
  display: block;
  letter-spacing: 0.35px;
}
.section__info-itogi_box1 p {
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  line-height: 1.55;
  letter-spacing: 0.4px;
}
.section__info-itogi_box1 p span {
  display: block;
  height: 0;
  margin-top: 6px;
}
.section__info-itogi_box2 {
  width: 29.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 45px;
  padding-top: 125px;
  position: relative;
}
.section__info-itogi_box2 span {
  font-size: 26px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 13px;
  right: -400px;
  left: 0;
  background: linear-gradient(90deg, #011d4f, #05357d);
  padding: 13px 35px 16px;
  border-radius: 13px;
  letter-spacing: 0.35px;
}
.section__info-itogi_box2 .box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}
.section__info-itogi_box2 .box div {
  width: 60%;
  margin-right: -20px;
}
.section__info-itogi_box2 h3 {
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4px;
  letter-spacing: 0.35px;
  margin-bottom: 7px;
  line-height: 1.25;
  width: 88%;
}
.section__info-itogi_box2 p {
  font-size: 13px;
  font-family: "PT Sans";
  color: rgb(92, 92, 92);
  letter-spacing: 0.35px;
  width: 90%;
}

.section__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 47px;
  margin-bottom: 82px;
}
.section__img-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
}
.section__img-box img {
  width: 100%;
}
.section__img button {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  text-align: center;
  border-color: rgb(255, 255, 255);
  background: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  border: 2px solid #00309c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.35px;
}
.section__img button .oq {
  display: none;
}
.section__img button:hover {
  background: rgb(0, 48, 156);
  color: #fff;
}
.section__img button:hover .oq {
  display: block;
}
.section__img button:hover .kok {
  display: none;
}
.kompaniya .section__button h4 {
  margin-top: 51px;
}

.main_novasti {
  position: relative;
}
.main__section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 65px;
}
.main__section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 211px;
}
.main__section h1 {
  font-size: 40px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.9px;
  margin-right: 4px;
  border-bottom: 5px solid rgb(0, 48, 156);
  margin-bottom: 6px;
}
.strelka_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  z-index: -1;
}
.strelka_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: -1;
}
.main__section-box {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 50px 0;
  gap: 70px;
  border-bottom: 1px solid #a3b8e7;
  height: 100%;
}
.main__section-box > img {
	width: 200px;
    height: 200px;
    object-fit: contain;
}
.main__section-box:last-child {
  border: none;
}
.main_contact .strelka_top {
  left: 0;
}
.main_contact .strelka__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
.main__section-box div {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  margin-left: 4px;
  margin-top: 18px;
  width: 100%;
  position: relative;
}
.main__section-box h2 {
  width: 100%;
  font-size: 23px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.main__section-box span {
  width: 100%;
  font-size: 14px;
  font-family: "PT Sans";
  color: rgb(137, 137, 137);
  margin-top: 12px;
  margin-bottom: 25px;
  letter-spacing: 0.1px;
}
.main__section-box p {
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(63, 63, 63);
  margin-bottom: 35px;
  width: 90%;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.main__section-box div div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.main__section-box a {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  letter-spacing: 0.3px;
  position: absolute;
  bottom: -20px;
  left: 70.9%;
}

.main_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main_contact-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 82px;
}
.main_contact-section-box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 46px;
}
.main_contact-section-box.start {
  gap: 52px;
}

.main_contact-section-box.center {
  margin-left: 36px;
  gap: 51px;
}

.main_contact-section-box.end {
  padding-left: 10px;
}
.main_contact-section-box h3 {
  font-size: 24px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
  letter-spacing: 0.55px;
}
.main_contact-section-box a {
  font-size: 22px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.main_contact-section-box_top,
.main_contact-section-box_bottom {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.main_contact-section-box_top p {
  font-size: 22px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: normal;
  text-align: left;
  max-width: 402px;
  letter-spacing: -0.1px;
  line-height: 29px;
}
.main_contact-section-box_top div,
.main_contact-section-box_bottom div {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.main_contact-section-box_top a,
.main_contact-section-box_bottom a {
  margin-top: 7px;
}
.main_contact-section-box.center .main_contact-section-box_top .login {
  margin-top: -3px;
}
.main_contact-section-box.start .main_contact-section-box_bottom .login {
  margin-top: 10px;
}
.main_contact-section-box.end .main_contact-section-box_bottom .login {
  margin-top: 8px;
}

.main_contact-section-box_top div span,
.main_contact-section-box_bottom div span {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.4px;
  margin-bottom: 13px;
}

.main_contact-section-box .main_contact-section-box_top div a,
.main_contact-section-box_bottom div a {
  margin: 0;
  text-decoration: none;
  font-size: 22px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
}
.footer_contact {
  position: relative;
}
.footer_contact .footer__bottom {
  margin-top: 125px;
  padding-top: 0;
}
.footer_contact .container {
  display: flex;
  justify-content: end;
  margin-top: 24px;
}
.footer_contact .footer__box {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-left: 84px;
}
.footer_contact iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 80px);
  bottom: 80px;
}
.footer_contact .footer__bottom {
  margin-top: 100px;
}
.footer_contact .footer__bottom .container {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}

.main_mashina {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 80px;
}
.main_mashina h4 {
  margin-top: 75px;
  letter-spacing: 1px;
}
.section_mashina {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 51px;
}

.main_material {
  margin-bottom: 77px;
}
.material_info {
  margin-top: 20px;
}
.main_material h4 {
  letter-spacing: 0.8px;
}
.section_mashina-box {
  display: flex;
  justify-content: space-between;
  align-items: start;

  flex-direction: column;
}
.section_mashina-box_info {
  margin-bottom: 26px;
}
.section_mashina-box img {
  width: 100%;
}
.section_mashina-box h5 {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(63, 63, 63);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 11px;
  letter-spacing: 0.2px;
}
.section_mashina-box p {
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(63, 63, 63);
  line-height: 22px;
  letter-spacing: 0.3px;
}

.section_mashina-box button {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-radius: 10px;
  border: 2px solid rgb(0, 48, 156);
  background: #fff;
  letter-spacing: 0.5px;
}
.section_mashina-box button .oq {
  display: none;
}
.section_mashina-box button img {
  width: 25px;
}
.section_mashina-box button:hover {
  background: rgb(0, 48, 156);
  color: #fff;
}
.section_mashina-box button:hover .oq {
  display: block;
}
.section_mashina-box button:hover .kok {
  display: none;
}

.material_button {
  margin-top: 13px;
}

.material_info h2 {
  font-size: 30px;
  font-family: "PT Sans";
  color: rgb(63, 63, 63);
  font-weight: bold;
  letter-spacing: 0.55px;
}
.material_info p {
  font-family: "PT Sans";
  color: rgb(63, 63, 63);
  margin-top: 22px;
  letter-spacing: 0.33px;
  line-height: 22px;
  max-width: 99%;
}
.material_info p span {
  display: block;
  width: 100%;
  height: 20px;
}
.main_kraska {
  padding-bottom: 120px;
}

.kraska_nav {
  position: absolute;
  top: 29px;
  left: auto;
  right: auto;
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(163, 163, 163);
  letter-spacing: 0.35px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.kraska_nav a {
  color: rgb(163, 163, 163);
}
.swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 3px;
}
.swiper h4 {
  margin-top: 41px;
  letter-spacing: 0.7px;
}
.swiper_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
.swiper_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.5px;
}
.swiper_box img {
  width: 100%;
}
.swiper_box span {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
}

.joy {
  margin-top: 30px;
}
.joy span {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(163, 163, 163);
  letter-spacing: 0.35px;
}
.joy a {
  color: rgb(163, 163, 163);
}
.detail {
  gap: 0;
}

.section_mashina-name {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 35px;
  margin-bottom: 58px;
}
.section_mashina-name_left {
  width: 57%;
}
.section_mashina-name_left img {
  width: 100%;
}
.section_mashina-name_right {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 34.5%;
  margin-top: 15px;
}
.section_mashina-name_right h4 {
  margin-top: 0;
  font-size: 41px;
}
.section_mashina-name_right p {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  margin-top: 31px;
  margin-bottom: 31px;
  letter-spacing: 0.35px;
  line-height: 28px;
}
.section_mashina-name_right button {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  background: #00309c;
  border: none;
  padding: 9px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  width: 100%;
  border: 2px solid #00309c;
}
.section_mashina-name_right button:hover {
  background: #fff;
  color: #00309c;
}
.section_mashina-info {
  width: 100%;
}

.section_mashina-info-nav span {
  width: 100%;
  height: 1px;
  background: rgb(159, 183, 237);
  position: absolute;
  left: 0;
  right: 0;
}
.section_mashina-info-nav .container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 74px;
  overflow: auto;
}
.section_mashina-info-nav button {
  background: transparent;
  border: none;
  padding: 15px 0 22px;
  font-size: 20px;
  font-family: "PT Sans";
  color: rgb(163, 163, 163);
  letter-spacing: 0.5px;
}
.section_mashina-info-nav button.active {
  color: rgb(0, 48, 156);
  border-bottom: 2px solid rgb(0, 48, 156);
}

.section_mashina-info-harakter {
  margin-top: 33px;
  display: none;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin-bottom: 9px;
}
.section_mashina-info-harakter.active {
  display: flex;
}
.section_mashina-info-harakter_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #5985ea;
  width: 100%;
  padding: 16.5px 0;
  padding-left: 15px;
}
.section_mashina-info-harakter_box p {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  letter-spacing: 0.35px;
  line-height: 24.2px;
}
.section_mashina-info-harakter_box.both-filled p.half-width {
  width: 41.8%;
}

.section_mashina-info-harakter_box.both-filled p.half-width:last-child {
  width: 40%;
}

.section_mashina-info-harakter_box.single-filled p.full-width {
  width: 100%;
}
.section_mashina-info-tavar {
  margin-top: 45px;
  display: none;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.section_mashina-info-tavar.active {
  display: flex;
}
.section_mashina-info-tavar .text_top {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  letter-spacing: 0.37px;
  line-height: 30.5px;
  width: 93%;
}
.section_mashina-info-tavar .text_bottom {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(34, 34, 34);
  letter-spacing: 0.37px;
  line-height: 30px;
  width: 93%;
}
.section_mashina-info-tavar .text_top span {
  font-size: 28px;
  font-family: "PT Sans";
  color: rgb(0, 48, 156);
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.section_mashina-info-tavar .text_bottom span {
  width: 100%;
  height: 1000px;
}
.section_mashina-info-tavar img {
  width: 82%;
  margin-top: 15px;
  margin-left: 56px;
  margin-bottom: 30px;
}

.detail .swiper {
  margin-top: 54px;
  margin-bottom: 121px;
}
.map-container {
  position: relative;
  max-width: 992px;
  width: 992px;
  height: 523px;
  background-image: url('image/karta.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.pulse-point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0033cc;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.5);
      opacity: 0.5;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
.pulse-point-1 {
  left: 128px;
  top: 191px;
}
.pulse-point-2 {
  left: 215px;
  top: 191px;
}
.pulse-point-3 {
  left: 140px;
  top: 259px;
}
.pulse-point-4 {
  left: 127px;
  top: 279px;
}
.pulse-point-5 {
  left: 147px;
  top: 317px;
}
.pulse-point-6 {
  left: 67px;
  bottom: 148px;
}
.pulse-point-7 {
  left: 221px;
  bottom: 168px;
}
.pulse-point-8 {
  left: 225px;
  bottom: 214px;
}
.pulse-point-9 {
  left: 274px;
  bottom: 192px;
}
.pulse-point-10 {
  left: 401px;
  top: 278px;
}
.pulse-point-11 {
  left: 437px;
  top: 357px;
}
.pulse-point-12 {
  left: 391px;
  top: 410px;
}
.pulse-point-13 {
  left: 502px;
  top: 421px;
}
.pulse-point-14 {
  left: 580px;
  top: 328px;
}
.pulse-point-15 {
  left: 698px;
  top: 282px;
}
.pulse-point-16 {
  right: 122px;
  bottom: 86px;
}
.pulse-point-17 {
  right: 252px;
  bottom: 120px;
}
.map-container-mobile {
  display: none;
}
