@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Inter;
  position: relative;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

ul[class],
ol[class] {
  list-style: none;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #292D32;
  background: white;
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
  }
}

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

.equipment-title.section-h1 {
  font-family: Inter;
  font-size: 35px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 42px;
  text-align: center;
}

@media (max-width: 768px) {
  .equipment-title.section-h1 {
    font-size: 28px;
  }
}

.dsffss {
  padding: 25px;
  background: #ebebeb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 850px;
  width: 100%;
  border-radius: 10px;
}

.header .container {
  max-width: 1300px;
}

.header-top {
  background: #4B3EC4;
  color: white;
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.header-top__inner b {
  text-transform: uppercase;
}

.header-main .container {
  height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2618B4;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .header-main .container {
    height: 70px;
  }
}

.header-main .container a {
  font-weight: 700;
}

@media (max-width: 576px) {
  .header-main .container a {
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-main .container form {
  border: 1px solid #EBEEF6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  border-radius: 30px;
  overflow: hidden;
  background: white;
}

.header-main .container form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .header-main .container form {
    display: none;
  }
}

.header-main .container form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: white;
  padding: 0 30px;
  height: 100%;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  text-align: left;
}

.header-main .container form .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  height: 100%;
  padding: 0;
}

.header-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.badge {
  background: white;
  border-radius: 800px;
  height: 20.3px;
  color: black;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.badge.violet {
  background: #4b3ec4;
  color: white;
}

.badge.green {
  background: #009900;
  color: white;
}

.qorw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 21px;
}

.il {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 5px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  padding: 0 20px;
  border-radius: 800px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .btn {
    height: 45px;
  }
}

.btn.sm {
  height: 34px;
  font-size: 12px;
}

.btn.btn-primary {
  color: black;
  background: #fff;
}

.btn.btn-black {
  color: white;
  background: #000;
}

.btn.btn-outline {
  border: 1px solid #316887;
  color: #316887;
}

.btn.btn-warning {
  color: #C33131;
  border: 1px solid #C33131;
}

.btn.btn-violet {
  border-radius: 10px;
  min-width: 150px;
  max-width: 200px;
  width: 100%;
  color: white;
  background: #4b3ec4;
  height: 50px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .btn.btn-violet {
    height: 40px;
  }
}

.row1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  margin-bottom: 30px;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .row1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.row1 span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.1px;
  text-align: center;
  color: white;
}

.row1 .row-item {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 450px;
}

@media (max-width: 992px) {
  .row1 .row-item {
    min-height: 350px;
  }
  .row1 .row-item img {
    max-height: 100%;
    width: auto;
  }
}

.row1 .row-item .h3 {
  color: white;
}

.row1 .row-item:nth-child(1) {
  padding: 50px 90px;
  background: url(../img/2.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

@media (max-width: 768px) {
  .row1 .row-item:nth-child(1) {
    padding: 30px;
  }
}

.row1 .row-item:nth-child(1) .h1 {
  font-family: Inter;
  margin-top: auto;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  max-width: 335px;
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .row1 .row-item:nth-child(1) .h1 {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.2;
  }
}

.row1 .row-item:nth-child(1) .btn {
  color: #2618B4;
  min-width: 151px;
}

.row1 .row-item:nth-child(2) {
  background: #4b3ec4;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row1 .row-item:nth-child(2) span {
  display: block;
  margin-bottom: 15px;
  margin-top: auto;
}

.row1 .row-item:nth-child(2) .h3 {
  font-weight: 700;
}

.row1 .row-item:nth-child(2) .btn {
  min-width: 190px;
}

.row1 .row-item:nth-child(2) img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.h3 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 768px) {
  .h3 {
    font-size: 18px;
  }
}

.row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .row2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.row2 span {
  color: #999999;
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}

.row2 .row-item {
  color: black;
  padding: 50px 30px 40px;
}

@media (max-width: 992px) {
  .row2 .row-item {
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .row2 .row-item {
    padding: 25px;
  }
}

.row2 .row-item:nth-child(1) {
  background: url(../img/3..png);
  background-repeat: no-repeat;
  background-size: cover;
}

.row2 .row-item:nth-child(1) span {
  display: block;
  margin: 30px 0;
}

.row2 .row-item:nth-child(2) {
  background: #dfdfdf;
}

.row2 .row-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.row2 .row-item span {
  display: block;
  margin: 10px 0;
}

.row2 .row-item:nth-child(3) {
  background: #f8e1ba;
  padding-left: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-right: 5px;
}

.row2 .row-item:nth-child(3) img {
  margin-bottom: 10px;
}

.row2 .row-item .h2 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}

@media (max-width: 768px) {
  .row2 .row-item .h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.row2 .row-item:nth-child(3) .h3 {
  color: #444444;
}

.row-item {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-item .btn,
.row-item span,
.row-item p,
.row-item div {
  z-index: 1;
  position: relative;
}

.row-item img {
  z-index: 0;
  pointer-events: none;
}

.btn-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.screen-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .screen-section .section-inner {
    height: unset;
  }
  .screen-section .section-inner .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.screen-section .section-inner .img {
  position: relative;
}

.screen-section .section-inner .img .cs {
  position: absolute;
  bottom: 20px;
  left: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 114px;
  background: #EDA415;
  color: white;
  font-family: Inter;
  font-size: 21.57px;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 992px) {
  .screen-section .section-inner .img .cs {
    font-size: 15px;
    width: 80px;
    height: 80px;
  }
}

.title {
  font-family: Inter;
  font-size: 43px;
  font-weight: 700;
  text-align: left;
  color: #1B5A7D;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .title {
    font-size: 27px;
    margin-bottom: 40px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.section-blue {
  background: #003F62;
  padding: 27px 0;
}

.section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 500px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 0 50px;
  min-height: 150px;
}

.section-row a img {
  width: 150px;
}

.section-row a p {
  color: #1B5A7D;
}

.section-row a p:first-child {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .section-row a p:first-child {
    font-size: 14px;
  }
}

.section-row a p:last-child {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .section-row a p:last-child {
    font-size: 16px;
  }
}

.blue-section {
  background: #ebeef6;
}

.default-section {
  padding: 40px 0;
}

.section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 44px;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.mcard-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr 1fr;
      grid-template-columns: 1fr 2fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 992px) {
  .mcard-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .mcard-grid > * {
    grid-column: unset !important;
    grid-row: unset !important;
    text-align: start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .mcard-grid > * span {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .mcard-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .mcard-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.mcard-grid p {
  font-weight: 700;
  color: black;
}

.mcard-grid .badge {
  background: #f1352b;
  color: white;
  margin: 35px 0 15px;
}

.mcard-grid span {
  display: block;
  color: #f1352b;
  margin-top: 35px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .mcard-grid span {
    font-size: 16px;
  }
}

.mcard-grid .card-item {
  border: 1px solid rgba(153, 153, 153, 0.6);
  background-color: white;
  padding: 16px;
  padding-bottom: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.mcard-grid .card-item:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mcard-grid .card-item:nth-child(5) span {
  font-size: 32px;
}

@media (max-width: 768px) {
  .mcard-grid .card-item:nth-child(5) span {
    font-size: 16px;
  }
}

.mcard-grid .card-item:nth-child(6), .mcard-grid .card-item:nth-child(3), .mcard-grid .card-item:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.mcard-grid .card-item img {
  max-width: 100%;
}

.black-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: #32333b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}

@media (max-width: 992px) {
  .black-row {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .black-row {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.black-row p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #65fdf4;
}

@media (max-width: 992px) {
  .black-row p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.black-row .s {
  font-family: Inter;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  color: white;
}

@media (max-width: 992px) {
  .black-row .s {
    font-size: 22px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .black-row .s {
    margin: 20px 0;
  }
}

.black-row img {
  margin: -100px 0;
}

@media (max-width: 768px) {
  .black-row img {
    margin: 0 auto;
  }
}

.fgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  grid-gap: 100px;
}

@media (max-width: 1400px) {
  .fgrid {
    grid-gap: 25px;
  }
}

@media (max-width: 992px) {
  .fgrid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .fgrid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.fgrid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fgrid-item img {
  margin-left: auto;
}

.fgrid-item span {
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #009900;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .fgrid-item span {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .fgrid-item span {
    font-size: 16px;
  }
}

.card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 992px) {
  .card-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .card-grid {
    grid-gap: 10px;
  }
}

@media (max-width: 576px) {
  .card-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.card-grid .card-item {
  border: 0.98px solid #B6B6B6;
  padding: 20px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #4A4A4A;
  background: white;
}

.card-grid .card-item img {
  max-height: 160px;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 20px;
}

.card-grid .card-item span {
  font-size: 20px;
  display: block;
  margin-top: auto;
}

@media (max-width: 992px) {
  .card-grid .card-item span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .card-grid .card-item span {
    font-size: 16px;
  }
}

.card-grid .card-item p {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 17.09px;
  font-weight: 500;
  text-align: left;
  color: #003F62;
}

@media (max-width: 768px) {
  .card-grid .card-item p {
    font-size: 14px;
  }
}

.card-sgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1fr;
      grid-template-columns: 1.7fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 992px) {
  .card-sgrid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .card-sgrid {
    grid-gap: 10px;
  }
}

.card-sgrid .card-item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  border: 0.98px solid #B6B6B6;
  padding: 20px 10px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #4A4A4A;
}

.card-sgrid .card-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.card-sgrid .card-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

@media (max-width: 768px) {
  .card-sgrid .card-item {
    grid-row: unset !important;
    grid-column: unset !important;
  }
}

.card-sgrid .card-item img {
  max-width: 100%;
}

.card-sgrid .card-item p {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 17.09px;
  font-weight: 500;
  text-align: left;
  color: #003F62;
}

@media (max-width: 768px) {
  .card-sgrid .card-item p {
    font-size: 14px;
  }
}

.black-section {
  margin: 50px 0;
}

.black-section .section-inner {
  border-radius: 20px;
  background: #000;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
}

.black-section .section-inner img {
  margin: -80px 0;
}

.black-section .section-inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.black-section .section-inner .title {
  margin-bottom: 15px;
  max-width: 380px;
  text-align: center;
}

.black-section .section-inner p {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 576px) {
  .black-section .section-inner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.black-section .section-inner .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  text-align: left;
}

.grid .stitle {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .grid .stitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    font-size: 14px;
  }
}

.grid-review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .grid-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.grid-review .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 50px 20px;
  min-height: 150px;
  border: 1px solid #BABABA;
}

.grid-review .review-item p {
  font-family: Inter;
  font-size: 15.98px;
  font-weight: 500;
  line-height: 23.97px;
  text-align: left;
  margin-bottom: 25px;
}

.grid-review .review-item span {
  display: block;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #003F62;
  background: #E2F4FF;
  border-radius: 20px;
  padding: 5px 20px;
}

.grid-news {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .grid-news {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .grid-news {
    grid-gap: 10px;
    margin-bottom: 10px;
  }
}

.grid-news .news-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 50px 20px;
  min-height: 150px;
  border: 1px solid #BABABA;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #1B5A7D;
}

@media (max-width: 576px) {
  .grid-news .news-item {
    grid-gap: 10px;
  }
}

#map iframe {
  width: 100%;
  height: 350px;
}

.footer .fas {
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}

.footer-top {
  background: url(../img/footer.png);
  padding: 50px 0;
  background-size: cover;
}

.footer-top .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 576px) {
  .footer-top {
    padding: 20px;
  }
}

.footer-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: white;
}

@media (max-width: 992px) {
  .footer-title {
    font-size: 22px;
    line-height: 1.2;
  }
}

.footer-title span {
  color: #41c2f2;
}

.footer form {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  height: 45px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 380px;
}

.footer form input {
  background: transparent;
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  color: black;
  height: 100%;
}

.footer form input::-webkit-input-placeholder {
  color: black;
}

.footer form input:-ms-input-placeholder {
  color: black;
}

.footer form input::-ms-input-placeholder {
  color: black;
}

.footer form input::placeholder {
  color: black;
}

.footer form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  background: #000;
  color: white;
  height: 35px;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.footer-bottom {
  background: #ebeef6;
}

.footer-bottom .fgas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom .fgas p {
  color: #666666;
}

.footer-bottom .fgas p b {
  color: #000;
}

.bread {
  margin-top: -20px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .bread {
    margin-bottom: 40px;
  }
}

.cardInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
      grid-template-columns: 1fr 1.1fr;
  grid-gap: 50px;
}

@media (max-width: 992px) {
  .cardInner {
    grid-gap: 30px;
  }
}

@media (max-width: 768px) {
  .cardInner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cardInner .fs {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 10px 50px 77px;
}

@media (max-width: 768px) {
  .cardInner .fs {
    padding: 10px 20px 30px;
  }
}

.cardInner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cardInner .img img {
  max-width: 90%;
}

.cardInner .cardTitle {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 30px;
}

.cardInner .price {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .cardInner .price {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.cardInner .content {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #150e5b;
}

.cardInner .content .gs {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quant {
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  gap: 10px;
  color: #232323;
  font-family: Inter;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14.17px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 768px) {
  .quant {
    font-size: 15px;
  }
}

.quant .incontrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quant button,
.quant input {
  color: #434343;
}

.quant button {
  width: 42px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quant input {
  width: 42px;
  height: 50px;
  text-align: center;
}

.about {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about h3 {
  font-family: Inter;
  background: #150e5b;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  height: 65px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .about h3 {
    font-size: 16px;
  }
}

.about .text {
  font-family: Inter;
  font-size: 19.68px;
  font-weight: 400;
  line-height: 29.52px;
  text-align: left;
  color: #4F4F4F;
}

@media (max-width: 768px) {
  .about .text {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .about .text {
    font-size: 14px;
  }
}

.about svg {
  margin-top: auto;
  max-width: 100%;
}

.cartInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .cartInner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cartInner .cartWrapper {
  overflow: auto;
}

.cartInner .cartItems {
  min-width: 600px;
}

.cartInner .cartItems .tr {
  display: -ms-grid;
  display: grid;
  background: #fafafa;
  -ms-grid-columns: minmax(100px, 220px) 1fr 54px;
      grid-template-columns: minmax(100px, 220px) 1fr 54px;
  margin-bottom: 20px;
}

.cartInner img {
  max-width: 140px;
}

.cartInner .tbody .tr {
  min-height: 115px;
  padding: 16px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}

@media (max-width: 768px) {
  .cartInner .tbody .tr {
    font-size: 12px;
  }
}

.cartInner .tbody .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cartInner .tbody .tr .td:nth-child(2), .cartInner .tbody .tr .td:nth-child(3) {
  padding: 10px 0;
}

.cartInner .tbody .tr .td p {
  margin: 15px 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  display: block;
}

.cartTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #4b3ec4;
  padding: 31px;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cartTotal .top {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.cartTotal .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.cartTotal .content .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.cartTotal .content .r:not(:last-child) {
  border-bottom: 1px solid #AFAFAF;
}

.cartTotal .content .r:not(:last-child) p:first-child {
  color: #666666;
}

.cartTotal .content .r:last-child p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mainForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  max-width: 780px;
}

@media (max-width: 576px) {
  .mainForm {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.mainForm label {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 10px;
}

.mainForm label span {
  color: #FF0000;
}

.mainForm input {
  border: 1px solid #CCCCCC;
  height: 43px;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
}

.mainForm select {
  border: 1px solid #CCCCCC;
  height: 43px;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
}

.thank-section .section-inner {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Inter;
  font-size: 22.54px;
  line-height: 37.97px;
  letter-spacing: -0.2373056858778px;
  text-align: center;
}

.thank-section .section-inner svg {
  margin: 0 auto 50px;
}

.thank-section .section-inner .h2 {
  color: #000000;
  font-weight: 700;
}

.thank-section .section-inner b {
  color: #5E5E5E;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.onhide {
  display: none;
}

.dg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 576px) {
  .dg {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.section-h1 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .section-h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

article {
  font-family: Inter;
  font-size: 20px;
  margin: 50px 0;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

article br {
  margin-bottom: 10px;
}
