@import url("https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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 {
  position: relative;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  padding-bottom: 20px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  color: white;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/Desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 576px) {
  body::after {
    background: url(../img/Mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body.fixed {
  overflow: hidden;
}

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

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

a {
  -webkit-text-decoration-skip: ink;
          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;
}

.main {
  padding-top: 75px;
}
.main .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-bottom: 20px;
}

.grid {
  margin-bottom: 75px;
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.grid .content {
  margin-top: 30px;
}
.grid .content h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 43.88px;
  text-align: left;
  text-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5019607843);
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .grid .content h1 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.grid .content p {
  font-size: 24px;
  line-height: 29.26px;
  text-align: left;
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
    grid-gap: 10px;
  }
}

.td:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.td:nth-child(3) span {
  display: block;
}

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

.b-block {
  position: relative;
  padding: 28px 15px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
.b-block .inner > p {
  font-size: 14px;
}
.b-block h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 39.01px;
  text-align: center;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .b-block h2 {
    margin-bottom: 25px;
  }
}
.b-block .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: left;
}
@media (max-width: 576px) {
  .b-block .text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.b-block .link {
  margin: 40px 0 0;
  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: 576px) {
  .b-block .link {
    margin: 20px 0 0;
  }
}
.b-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  border-top-right-radius: 0px;
}
.b-block .inner {
  position: relative;
  z-index: 2;
}
.b-block.border {
  border: 2px solid #FFFFFF;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .b-block.border {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .b-block.border {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .b-block.border {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 576px) {
  .b-block {
    padding: 14px;
  }
}
.b-block .table {
  font-size: 14px;
}
@media (max-width: 576px) {
  .b-block .table {
    font-size: 9px;
  }
}
.b-block .table .thead {
  font-weight: 700;
  margin-bottom: 13px;
}
.b-block .table .tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.b-block .table .tr {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.5fr;
}
@media (max-width: 576px) {
  .b-block .table .tr {
    grid-template-columns: 1.1fr 1fr 1fr 0.5fr;
  }
}
.b-block .table .tr .td:not(:first-child) {
  text-align: center;
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:30px;
  margin-top: 30px;
}
.links a:hover {
  opacity: .75;
}

.link-chat {
  padding:10px 30px;
  display: flex;
  align-items: center;
  border:2px solid #fff;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,.35);
  justify-content: center;
  background: #0fbf8e;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
  color:#fff !important;

}
.link-chat:hover {
  filter: brightness(1.2);
  opacity: 1 !important;
}
@media (max-width: 576px) {
  .links {
    flex-direction: column;
    gap:15px;
  }
}