@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  overflow-wrap: break-word;
}

* {
  font-family: "Poppins";
}

.wrapper {
  margin: 0px 10px 100px 10px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.first {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .first {
    padding: 50px 0;
  }
}
.first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 36, 64, 0.53);
}
.first__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .first__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .first__left {
    width: 100%;
  }
}
.first__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .first__right {
    width: 100%;
  }
}
.first__title {
  font-size: 72px;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .first__title {
    text-align: center;
    font-size: 32px;
  }
}
.first__subtitle {
  font-size: 28px;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .first__subtitle {
    text-align: center;
    font-size: 17px;
  }
}
.first__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .first__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first__btns > a {
  padding: 14px 20px;
  border-radius: 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;
  gap: 10px;
}
@media (max-width: 1220px) {
  .first__btns > a {
    width: 100%;
  }
}
.first__btns > a img {
  width: 16px;
  height: 16px;
}
.first__phone {
  font-size: 24px;
  color: white;
  text-decoration: none;
  background-color: #E13B41;
  display: none !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .first__phone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.first__emergency {
  background-color: white;
  font-size: 16px;
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.first__schedule {
  background-color: white;
  font-size: 16px;
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.first__finance {
  font-size: 16px;
  color: white;
  background-color: #009E42;
  font-weight: 500;
}
.first__get {
  font-size: 16px;
  color: white;
  text-decoration: none;
  background-color: #E13B41;
  font-weight: 500;
}
.first__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 768px) {
  .first__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.first .item {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7607843137);
  text-decoration: none;
}
.first .item img {
  width: 75px;
  margin-bottom: 20px;
}
.first .item span {
  font-size: 16px;
  color: #192440;
  text-transform: uppercase;
}

.services {
  padding: 50px 0;
  background-color: #192440;
}
.services__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: white;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .services__title {
    font-size: 20px;
  }
}
.services__text {
  font-size: 16px;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services__text {
    font-size: 14px;
  }
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .services__items {
    gap: 40px;
  }
}

.services .item {
  width: calc(33.33% - 34px);
  text-decoration: none;
}
.services .item:nth-child(7n) {
  width: 100%;
}
@media (max-width: 1024px) {
  .services .item {
    width: calc(50% - 34px);
  }
}
@media (max-width: 768px) {
  .services .item {
    width: 100%;
  }
}
.services .item:hover .item__img::before {
  opacity: 0.2 !important;
}
.services .item:hover .item__img img {
  scale: 1.2;
}
.services .item__img {
  height: 365px;
  position: relative;
  overflow: hidden;
}
.services .item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s opacity linear;
  transition: 0.5s opacity linear;
}
.services .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.5s scale linear;
  transition: 0.5s scale linear;
}
.services .item__title {
  background-color: #E13B41;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

.call {
  padding: 150px 0;
  text-align: center;
  position: relative;
}
.call::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 242, 255, 0.7411764706);
}
.call__body {
  position: relative;
}
.call__title {
  font-size: 25px;
  margin-bottom: 15px;
}
.call__subtitle {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
.call__btns {
  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;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  border: 1px solid #E13B41;
  background-color: #E13B41;
  color: white !important;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: inline-block;
  text-align: center;
  font-weight: 400 !important;
}
.btn:hover {
  background-color: white;
  color: #E13B41 !important;
}

.btn-phone {
  border: 1px solid white;
  background-color: white;
  color: #E13B41;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  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;
}
.btn-phone img {
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
}
.btn-phone:hover {
  background-color: #E13B41;
  color: white;
}
.btn-phone:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(290deg) brightness(104%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(290deg) brightness(104%) contrast(101%);
}

.brands {
  padding: 50px 0;
}
.brands__title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.brands__slide {
  border: 1px solid #40B0F9;
  position: relative;
  height: 220px;
}
.brands__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.sources {
  padding: 50px 0;
}
.sources__title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.sources__slide {
  position: relative;
  height: 220px;
}
.sources__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sources__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sources__arrow {
  padding: 16px 20px;
  background-color: #E13B41;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sources__arrow img {
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(48deg) brightness(111%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(48deg) brightness(111%) contrast(100%);
}
.sources__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .sources__pag {
    gap: 5px;
  }
}
.sources__pag .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #40B0F9;
  opacity: 1;
}
.sources__pag .swiper-pagination-bullet-active {
  background-color: #E13B41;
}

.why {
  padding: 50px 0;
}
.why .container {
  position: relative;
  overflow-x: hidden;
}
.why__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
}
@media (max-width: 1024px) {
  .why__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .why__left {
    width: 100%;
  }
}
.why__left img {
  max-width: 100%;
}
.why__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .why__right {
    width: 100%;
  }
}
.why__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .why__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .why__title {
    font-size: 20px;
  }
}
.why__subtitle {
  font-size: 16px;
  color: #E13B41;
  margin-bottom: 30px;
}
.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.why__text {
  font-size: 16px;
}
.why__sqaure {
  position: absolute;
  background-color: #EDF9FF;
}
.why__sqaure_1 {
  width: 460px;
  height: 200px;
  top: 400px;
  left: 50px;
}
.why__sqaure_2 {
  width: 280px;
  height: 280px;
  top: 0px;
  right: 0px;
}

.why .item__title {
  font-size: 26px;
}
.why .item__title span {
  font-weight: 700;
}
.why .item__title::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #E13B41;
  border-radius: 50%;
}

html {
  overflow-x: hidden;
}

.who {
  padding: 50px 0 200px 0;
}
.who .container {
  position: relative;
}
.who__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
}
@media (max-width: 1024px) {
  .who__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.who__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .who__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.who__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .who__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.who__right img {
  max-width: 100%;
}
.who__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.who__subtitle {
  font-size: 16px;
  color: #E13B41;
  margin-bottom: 30px;
}
.who__text {
  font-size: 16px;
  margin-bottom: 30px;
}
.who__text span {
  color: #E13B41;
  font-weight: 900;
}
.who__sqaure {
  position: absolute;
  background-color: #EDF9FF;
}
.who__sqaure_1 {
  width: 280px;
  height: 280px;
  top: 0;
  left: -140px;
}
.who__sqaure_2 {
  width: 50%;
  height: 510px;
  bottom: -120px;
  right: 100px;
}
@media (max-width: 768px) {
  .who__sqaure_2 {
    width: 100%;
    right: 0;
  }
}
.who__sqaure_2 img {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .who__sqaure_2 img {
    left: 0;
  }
}

.areas {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.areas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 33, 98, 0.64);
  border-top: 10px solid #000;
}
.areas .container {
  position: relative;
  z-index: 2;
}
.areas__title {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .areas__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .areas__title {
    font-size: 20px;
  }
}
.areas__items {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .areas__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .areas__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .areas__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.areas .item {
  position: relative;
  padding-left: 20px;
}
.areas .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 2px;
  background-color: #40B0F9;
}
.areas .item__letter {
  font-size: 25px;
  font-weight: 600;
  color: #40B0F9;
  margin-bottom: 15px;
}
.areas .item__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.areas .item__cities a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.footer {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#192440), to(rgba(25, 36, 64, 0.27))) 100%;
  background: linear-gradient(90deg, #192440 0%, rgba(25, 36, 64, 0.27)) 100%;
  border-top: 10px solid #000;
}
.footer .container {
  position: relative;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer__left {
    width: 100%;
  }
}
.footer__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer__right {
    width: 100%;
  }
}
.footer__title {
  font-size: 40px;
  font-weight: 600;
  color: #E13B41;
  margin-bottom: 30px;
}
.footer__text {
  font-size: 16px;
  color: white;
  margin-bottom: 30px;
}
.footer__contacts {
  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;
  padding-bottom: 20px;
  border-bottom: 2px solid #E13B41;
  margin-bottom: 10px;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__contact img {
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(48%) saturate(7480%) hue-rotate(341deg) brightness(96%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(33%) sepia(48%) saturate(7480%) hue-rotate(341deg) brightness(96%) contrast(84%);
}
.footer__contact a {
  color: white;
  text-decoration: none;
}
.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__media img {
  width: 28px;
}
.footer__hours {
  margin-bottom: 10px;
}
.footer__hours div {
  font-size: 14px;
  color: white;
}
.footer__hours div:first-child {
  font-weight: 700;
}
.footer__after {
  font-size: 14px;
  color: white;
}
.footer__after span {
  font-weight: 700;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.form__row > * {
  width: 50%;
}
@media (max-width: 1024px) {
  .form__row > * {
    width: 100%;
  }
}
.form__input {
  margin-bottom: 30px;
}
.form__input input, .form__input textarea {
  width: 100%;
  padding: 11px 15px;
  border-radius: 5px;
  font-size: 13px;
}
.form__input input::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
  font-size: 13px;
}
.form__input input::-moz-placeholder, .form__input textarea::-moz-placeholder {
  font-size: 13px;
}
.form__input input:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
  font-size: 13px;
}
.form__input input::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
  font-size: 13px;
}
.form__input input::placeholder, .form__input textarea::placeholder {
  font-size: 13px;
}
.form__btn {
  padding: 16px 20px;
  background-color: #E13B41;
  border: 1px solid #E13B41;
  text-align: center;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: white;
  font-weight: 500;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  cursor: pointer;
}
.form__btn:hover {
  background-color: transparent;
  border-color: white;
}

.header {
  padding: 10px 0;
  background-color: rgb(25, 36, 64);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header .container {
  max-width: 1500px;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .header__right {
    display: none;
  }
}
.header__menu {
  max-width: 650px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  top: 5px;
}
@media (max-width: 1200px) {
  .header__menu {
    margin-bottom: 40px;
  }
}
.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1200px) {
  .header__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__menu > ul > li {
  position: relative;
  padding-bottom: 10px;
}
.header__menu > ul > li::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E13B41;
  display: none;
}
.header__menu > ul > li.current-menu-item::before {
  display: block;
}
@media (max-width: 1200px) {
  .header__menu > ul > li.current-menu-item::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__menu > ul > li.current-menu-item > a {
    color: #E13B41;
  }
}
.header__menu > ul > li:hover::before {
  display: block;
}
@media (max-width: 1200px) {
  .header__menu > ul > li:hover::before {
    display: none;
  }
}
.header__menu > ul > li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .header__menu > ul > li:hover > a {
    color: #E13B41;
  }
}
.header__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 20px;
  background-color: #192440;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 350px;
  display: none;
}
@media (max-width: 1200px) {
  .header__menu .sub-menu {
    position: relative;
    padding: 10px;
  }
}
.header__menu a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 1200px) {
  .header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__burger {
  display: none;
  width: 42px;
  height: 40px;
  border: 3px solid #E13B41;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}
.header__burger span {
  height: 4px;
  width: 100%;
  background-color: white;
}
@media (max-width: 1200px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.795);
}
.header.open .header__mobile {
  left: 0;
}
.header__mobile-content {
  background-color: #192440;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 380px;
  padding: 20px 15px;
  left: -100%;
  opacity: 0;
  -webkit-transition: 1s all linear;
  transition: 1s all linear;
}
@media (max-width: 425px) {
  .header__mobile-content {
    width: auto;
  }
}
.header.open .header__mobile-content {
  left: 0;
  opacity: 1;
}
.header__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}

.wrapper {
  padding-top: 67px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding-top: 58px;
  }
}

.float-tel {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #0000ff;
  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;
}
.float-tel img {
  width: 45%;
  -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7491%) hue-rotate(64deg) brightness(93%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7491%) hue-rotate(64deg) brightness(93%) contrast(109%);
}

.about {
  position: relative;
  padding: 250px 0 100px 0;
}
.about .container {
  position: relative;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 36, 64, 0.5294117647);
}
.about__bg > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  line-height: 1;
}
.about__subtitle {
  font-size: 16px;
  color: white;
  margin-bottom: 30px;
}

.info {
  padding: 50px 0;
}
.info__body {
  border-left: 3px solid #E13B41;
  padding-left: 15px;
}
.info__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.info__text {
  font-size: 16px;
  margin-bottom: 30px;
}
.info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.info__item > span {
  font-weight: 700;
  color: #E13B41;
  font-size: 14px;
}
.info__item > div {
  font-size: 14px;
}
.info__item > div span {
  font-weight: 700;
}

.mission__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .mission__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mission__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .mission__left {
    width: 100%;
  }
}
.mission__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mission__right {
  width: 50%;
  background-color: #192440;
  padding: 100px 30px 200px 30px;
}
@media (max-width: 1024px) {
  .mission__right {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
}
.mission__title {
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  max-width: 550px;
}
.mission__text {
  font-size: 20px;
  color: white;
  max-width: 550px;
}

.goals {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.goals .container {
  position: relative;
}
.goals__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.goals__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .goals__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .goals__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.goals__square {
  background-color: #EDF9FF;
  position: absolute;
}
.goals__square_1 {
  width: 400px;
  height: 200px;
  left: 50px;
  top: 200px;
}
.goals__square_2 {
  width: 250px;
  height: 70px;
  top: 100px;
  right: 0;
}

.goals .item {
  padding: 20px 20px 40px 20px;
  border: 1px solid #E13B41;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.goals .item__icon {
  margin-bottom: 40px;
}
.goals .item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.goals .item__text {
  font-size: 16px;
}

.works {
  padding-bottom: 50px;
}
.works__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .works__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.works .item__img {
  height: 450px;
}
.works .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .item__title {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 25px;
  background-color: #192440;
}

.pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pag a, .pag span {
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
}
.pag a {
  border: 1px solid #E13B41;
  color: #E13B41;
  text-decoration: none;
}
.pag a:hover {
  background-color: #E13B41;
  color: white;
}
.pag span {
  background-color: #E13B41;
  color: white;
}

.posts {
  padding: 50px 0;
}
.posts__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .posts__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .posts__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.posts .item {
  position: relative;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.144);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.144);
  border-radius: 2px;
  overflow: hidden;
}
.posts .item__cat {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  padding: 7px 14px;
  background-color: #E13B41;
  border-radius: 999px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.posts .item__info {
  padding: 40px 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.posts .item__title {
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: 2;
}
.posts .item__text {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.posts .item__more {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #E13B41;
}
.posts .item__bottom {
  border-top: 1px solid #eaeaea;
  padding: 15px 30px;
}
.posts .item__date {
  font-size: 12px;
  color: #E13B41;
}

.full {
  padding: 50px 0;
}
.full__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .full__title {
    font-size: 25px;
  }
}
.full__text {
  font-size: 16px;
  margin-bottom: 30px;
}
.full__slider {
  margin-bottom: 30px;
}
.full__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.full__pag span {
  width: 10px;
  height: 10px;
  background-color: #675D5D;
  opacity: 1;
}

.full .slide {
  border: 1px solid #E13B41;
}
.full .slide__img {
  height: 445px;
  display: block;
}
.full .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.full .slide__title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  background-color: #E13B41;
  color: white;
}

.fix {
  padding: 0 0 150px 0;
}
@media (max-width: 768px) {
  .fix {
    padding: 0 0 100px 0;
  }
}
.fix__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .fix__title {
    font-size: 25px;
  }
}
.fix__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.fix__text a {
  font-weight: 900;
  color: #E13B41;
}
.fix__items {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fix__item img {
  width: 16px;
}
.fix__item div {
  font-size: 16px;
}
.fix__item div a {
  font-weight: 900;
  color: #E13B41;
}
.fix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eeeeee), color-stop(50%, #dddddd), color-stop(60%, #eeeeee));
  background: linear-gradient(to bottom right, #eeeeee 40%, #dddddd 50%, #eeeeee 60%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-animation: placeholderShimmer 2s infinite linear;
  animation: placeholderShimmer 2s infinite linear;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.others {
  padding: 50px 0;
}
.others__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .others__title {
    font-size: 25px;
  }
}
.others__subtitle {
  font-size: 16px;
  color: #E13B41;
  margin-bottom: 30px;
}
.others__slider {
  margin-bottom: 30px;
}
.others__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.others__arrow {
  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: 40px;
  height: 40px;
  background-color: #E13B41;
  cursor: pointer;
}
.others__arrow img {
  width: 17px;
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(93%) saturate(24%) hue-rotate(246deg) brightness(106%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(90%) sepia(93%) saturate(24%) hue-rotate(246deg) brightness(106%) contrast(100%);
}

.others .slide {
  border: 1px solid #E13B41;
}
.others .slide__img {
  height: 445px;
  display: block;
}
.others .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.others .slide__title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  background-color: #E13B41;
  color: white;
}

.content {
  padding: 50px 0;
}
.content__body {
  border-left: 3px solid #E13B41;
  padding-left: 15px;
}
.content__body h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
}
.content__body ul, .content__body ol {
  margin: 20px 0;
}
.content__body ol {
  list-style: decimal;
  padding-left: 10px;
}
.content__body ol li::marker {
  font-weight: 700;
  color: #E13B41;
}
.content__body li {
  font-size: 14px;
  margin-bottom: 10px;
}
.content__body li strong {
  font-weight: 700;
  color: #E13B41;
}
.content__body a {
  font-weight: 700;
  color: #E13B41;
}
.content__btn {
  margin-top: 20px;
}

.em {
  margin-bottom: 30px;
}
.em .container {
  position: relative;
}
.em__square {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #EDF9FF;
  right: 0;
  bottom: 0;
}
.em.em_2 .em__square {
  left: 0;
  width: 400px;
}
.em__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .em__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.em__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .em__left {
    width: 100%;
  }
}
.em__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.em.em_2 .em__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1024px) {
  .em.em_2 .em__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.em__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .em__right {
    width: 100%;
  }
}
.em.em_2 .em__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1024px) {
  .em.em_2 .em__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.em__title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
.em__text {
  margin-bottom: 30px;
}
.em__text span {
  color: #E13B41;
  font-weight: 700;
}
.em.em_2 .em__text {
  margin-bottom: 0;
}
.em__list {
  list-style: decimal;
  padding-left: 15px;
}
.em__list li {
  font-size: 14px;
  margin-bottom: 5px;
}
.em__list li::marker {
  font-weight: 700;
  color: #E13B41;
}
.em__list li span {
  font-weight: 700;
  color: #E13B41;
}
.em.em_2 .em__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.call-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ba {
  overflow: hidden;
}
.ba .container {
  position: relative;
}
.ba__before {
  padding: 15px;
  background-color: #EDF9FF;
  position: absolute;
  top: 50px;
  right: 70px;
}
@media (max-width: 768px) {
  .ba__before {
    width: 100%;
    top: auto;
    bottom: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ba__before img {
  position: relative;
  left: 70px;
}
@media (max-width: 768px) {
  .ba__before img {
    left: 0;
  }
}
.ba__after {
  padding: 15px;
  background-color: #EDF9FF;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 768px) {
  .ba__after {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ba__after img {
  position: relative;
  left: 70px;
}
@media (max-width: 768px) {
  .ba__after img {
    left: 0;
  }
}
.ba__body {
  padding: 50px 0 150px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ba__body {
    padding: 50px 0 260px 0;
  }
}
.ba__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ba__subtitle {
  font-size: 16px;
  color: #E13B41;
  margin-bottom: 30px;
}
.ba__imgs {
  height: 700px !important;
  border: 20px solid #192440;
}
.ba__imgs .twentytwenty-handle:before, .ba__imgs .twentytwenty-handle:after {
  background: #192440 !important;
}
.ba__imgs .twentytwenty-handle {
  border-color: transparent !important;
  background-color: white;
}
.ba__imgs .twentytwenty-handle span:first-child {
  border-right-color: #192440 !important;
}
.ba__imgs .twentytwenty-handle span:last-child {
  border-left-color: #192440 !important;
}
.ba__imgs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pfirst {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pfirst::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 36, 64, 0.91);
}
.pfirst .container {
  position: relative;
}
.pfirst__body {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .pfirst__body {
    padding: 100px 0;
  }
}
.pfirst__title {
  font-size: 72px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .pfirst__title {
    font-size: 30px;
  }
}
.pfirst__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.pfirst__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pfirst__item img {
  width: 15px;
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
}
.pfirst__item a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.pcontent {
  padding: 50px 0;
}
.pcontent__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1024px) {
  .pcontent__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pcontent__left {
  width: 60%;
}
@media (max-width: 1024px) {
  .pcontent__left {
    width: 100%;
  }
}
.pcontent__left p {
  margin: 10px 0;
}
.pcontent__left h3 {
  font-size: 25px;
  margin: 25px 0;
}
.pcontent__left h2 {
  font-size: 40px;
  margin: 30px 0;
}
.pcontent__left img {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.pcontent__left a {
  color: #E13B41;
  text-decoration: none;
  font-weight: 700;
}
.pcontent__left ul, .pcontent__left ol {
  list-style: auto;
  padding-left: 15px;
  margin: 20px 0;
}
.pcontent__left li {
  font-size: 14px;
  margin-bottom: 5px;
}
.pcontent__right {
  width: 40%;
}
@media (max-width: 1024px) {
  .pcontent__right {
    width: 100%;
  }
}
.pcontent .card {
  position: sticky;
  top: 100px;
  padding: 48px 32px;
  background-color: #192440;
  border-radius: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .pcontent .card {
    width: 100%;
  }
}
.pcontent .card__title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.pcontent .card__subtitle {
  color: white;
  margin-bottom: 30px;
  text-align: center;
}
.pcontent .card__btn {
  background-color: transparent;
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.pcontent .card__btn:hover {
  background-color: #E13B41;
  color: white !important;
}
.pcontent .card__phone {
  font-size: 16px;
  font-weight: 700;
  color: #E13B41;
  text-decoration: none;
}
.pcontent__pag {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1024px) {
  .pcontent__pag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.pcontent__pag .prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: calc(50% - 25px);
}
@media (max-width: 1024px) {
  .pcontent__pag .prevnext {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
.pcontent__pag .prevnext__left img {
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
          filter: brightness(0) saturate(100%) invert(30%) sepia(29%) saturate(3286%) hue-rotate(329deg) brightness(104%) contrast(99%);
  width: 12px;
  margin: 0;
}
.pcontent__pag .prevnext.prev .prevnext__right {
  border-right: 2px solid #E13B41;
  padding-right: 10px;
}
.pcontent__pag .prevnext.next .prevnext__right {
  border-left: 2px solid #E13B41;
  padding-left: 10px;
}
.pcontent__pag .prevnext__right {
  overflow: hidden;
}
.pcontent__pag .prevnext__text {
  font-size: 13px;
  text-transform: uppercase;
}
.pcontent__pag .prevnext__title {
  font-size: 13px;
  color: black;
  font-weight: 400;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.works__item {
  text-decoration: none;
}