a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.prm-btn.active.focus,
.prm-btn.active:focus,
.prm-btn.focus,
.prm-btn:active.focus,
.prm-btn:active:focus,
.prm-btn:focus,
textarea:focus,
div {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

a:active {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input,
button {
  outline: none;
}

input {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.prm-body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.prm-body a {
  text-decoration: none;
}

.prm-body h1 {
  margin: 0;
}

.prm-container {
  max-width: 1280px;
  padding: 0 26px;
  margin: 0 auto;
}

.prm-image {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

.prm-image img {
  width: 100%;
  max-height: 550px;
}

.prm-image--min {
  max-width: 812px;
  margin: 0 auto;
}

.prm-title {
  font-size: 44px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.prm-title--center {
  text-align: center;
  margin: 0 auto;
}

.prm-title + .prm-desc {
  margin-top: 24px;
}

.prm-desc {
  font-size: 22px;
  text-align: center;
}

.prm-section {
  margin: 96px 0 0;
}

.prm-section__header {
  margin-bottom: 24px;
}

.prm-section__footer {
  text-align: center;
  margin-top: 40px;
}

.prm-section--end {
  padding-bottom: 50px;
}

.prm-btn {
  background-color: #e21235;
  border: none;
  width: 100%;
  padding: 22px 40px;
  border-radius: 20px;
  color: #fff !important;
  font-weight: 500;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  text-align: center;
}

.prm-btn:hover {
  background-color: #bd0f2c;
}

.prm-btn--icon {
  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;
}

.prm-btn--icon:after {
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 1L7.5 7L1.5 13' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.prm-btn--icon:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.prm-navigation {
  background-color: #333333;
}
.prm-container {
  padding-block: 28px !important;
}

.prm-container--flex {
  display: flex;
  column-gap: 64px;
}
.prm-navigation__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navigation__item {
  list-style-type: none;
}
.navigation__img {
  max-width: 187px;
  margin-inline: auto;
}
.navigation__img img {
  width: 100%;
}

.navigation__item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  color: #fff;
  white-space: nowrap;
  transition-duration: 0.3s;
}

.navigation__item a:hover {
  color: #e31235;
}

@media (max-width: 1279.98px) {
  .prm-container--flex {
    flex-direction: column;
    row-gap: 20px;
  }

  .prm-navigation__list {
    width: 100%;
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .prm-navigation__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.prm-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.prm-columns--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
}

.prm-columns--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prm-columns--midle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prm-columns--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prm-col-9 {
  width: calc(75% - 10px);
}

.prm-col-6 {
  width: calc(50% - 10px);
}

.prm-col-4 {
  width: calc(33.3333333333% - 14px);
}

.prm-col-3 {
  width: calc(25% - 15px);
}

.prm-slider {
  position: relative;
}

.prm-slider__slider-nav {
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 50%;
}

.prm-slider .slick-list {
  margin: 0 -10px;
}

.prm-slider .slick-slide {
  padding: 0 10px;
  font-size: 0;
  line-height: 0;
}

.prm-slider__slider-left {
  left: -20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='39.1077' y='39.6878' width='39.1077' height='39.1077' rx='19.5538' transform='rotate(-180 39.1077 39.6878)' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5003 14.6693C18.8184 14.9875 18.8184 15.5034 18.5003 15.8215L15.0027 19.3191L26.0716 19.3191C26.5216 19.3191 26.8863 19.6839 26.8863 20.1339C26.8863 20.5839 26.5216 20.9486 26.0716 20.9486L15.0027 20.9486L18.5003 24.4462C18.8184 24.7644 18.8184 25.2803 18.5003 25.5985C18.1821 25.9166 17.6662 25.9166 17.348 25.5985L12.4596 20.71C12.1414 20.3918 12.1414 19.876 12.4596 19.5578L17.348 14.6693C17.6662 14.3511 18.1821 14.3511 18.5003 14.6693Z' fill='%23E31235'/%3e%3c/svg%3e ");
}

.prm-slider__slider-right {
  right: -20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.892578' y='0.580139' width='39.1077' height='39.1077' rx='19.5538' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 25.5986C21.1818 25.2804 21.1818 24.7646 21.5 24.4464L24.9976 20.9488H13.9287C13.4787 20.9488 13.1139 20.584 13.1139 20.1341C13.1139 19.6841 13.4787 19.3193 13.9287 19.3193H24.9976L21.5 15.8217C21.1818 15.5035 21.1818 14.9877 21.5 14.6695C21.8182 14.3513 22.334 14.3513 22.6522 14.6695L27.5407 19.5579C27.8588 19.8761 27.8588 20.392 27.5407 20.7102L22.6522 25.5986C22.334 25.9168 21.8182 25.9168 21.5 25.5986Z' fill='%23E31235'/%3e%3c/svg%3e ");
}

.prm-slider .slick-dots {
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  gap: 10px;
}

.prm-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  border-radius: 50%;
}

.prm-slider .slick-dots li.slick-active {
  background: #e31235;
}

.prm-slider .slick-dots button {
  background: transparent;
  border: none;
  padding: 0;
}

.prm-slider--custom .prm-slider__slider-nav {
  top: 36%;
}

.prm-category {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}

.prm-category__img {
  padding: 15px;
}

.prm-category__button {
  border: 1px solid #d7d7d7;
  padding: 15px;
  border-radius: 10px;
  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: 20px;
  margin-bottom: -1px;
  transition: background-color 0.2s ease 0s;
  transition-delay: 0.1s;
}

.prm-category__button:hover {
  background-color: #fd0932;
  transition-delay: 0s;
}

.prm-category__text {
  flex: 0 1 auto;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  transition: color 0.2s ease 0s;
  transition-delay: 0.1s;
}

.prm-category__button:hover .prm-category__text {
  color: #fff;
  transition-delay: 0s;
}
.prm-category__icon {
  font-size: 0;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='33' height='32' rx='7' fill='%23F3F3F3'/%3e%3cpath d='M20.7071 17.7071C21.0976 17.3166 21.0976 16.6834 20.7071 16.2929L14.3431 9.92893C13.9526 9.53841 13.3195 9.53841 12.9289 9.92893C12.5384 10.3195 12.5384 10.9526 12.9289 11.3431L18.5858 17L12.9289 22.6569C12.5384 23.0474 12.5384 23.6805 12.9289 24.0711C13.3195 24.4616 13.9526 24.4616 14.3431 24.0711L20.7071 17.7071ZM19 17L19 18L20 18L20 17L20 16L19 16L19 17Z' fill='%23AEAEAE'/%3e%3c/svg%3e");
  background-position: center right;
  background-size: 100% 100%;
}

.prm-item {
  background: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.prm-item--cistom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 25px;
}

.prm-item--cistom2 {
  padding: 30px 0 0 0 !important;
}

.prm-image--border {
  padding: 0px 30px 0 30px;
}

.prm-item__img--padding {
  padding: 15px 0 0 30px;
}

@media (max-width: 1280.98px) {
  .prm-item--cistom {
    padding: 30px 25px;
  }
}

@media (max-width: 767.98px) {
  .prm-item--cistom {
    flex-direction: column;
  }

  .prm-item--cistom2 .prm-item__img--padding {
    padding: 30px 0 0 30px !important;
  }

  .prm-image--border img {
    border-radius: 20px 20px 0 0;
    padding: 0;
  }

  .prm-columns--grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prm-col-12 .prm-item--cistom2 {
    padding: 0 !important;
  }

  .prm-image--border {
    padding: 0 !important;
  }
}

.prm-item--cistom3 {
  background: #f5eee0;
  position: relative;
  z-index: 1;
}

.prm-item--cistom3::before {
  content: "";
  background: url("../images/img8.webp") no-repeat 0 0 / contain;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.prm-item--cistom3::after {
  content: "";
  background: url("../images/img9.webp") no-repeat 100% 100% / contain;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.prm-item__content {
  padding: 20px 30px;
}

.prm-item__content--custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prm-item__title {
  font-size: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
}

.prm-item__title + .prm-item__decor {
  margin-top: 10px;
}

.prm-item__text {
  font-size: 16px;
  color: #333;
}

.prm-item__text + .prm-item__decor {
  margin-top: 20px;
}

.prm-item__link {
  text-decoration: none;
}

.prm-item__link:focus {
  color: none;
}

.prm-item__decor {
  color: #8c8c8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}

.prm-item__decor::after {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  transform: translateY(1px);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.81727L0.892353 0L5.75277 4.45412C5.83112 4.5255 5.8933 4.61037 5.93573 4.70385C5.97816 4.79734 6 4.89759 6 4.99884C6 5.1001 5.97816 5.20035 5.93573 5.29384C5.8933 5.38732 5.83112 5.47219 5.75277 5.54356L0.892353 10L0.000840664 9.18273L4.56269 5L0 0.81727Z' fill='%238C8C8C'/%3e%3c/svg%3e ");
  transition-duration: 0.3s;
}

@media (min-width: 991.98px) {
  .prm-item__link:not(.prm-item__link--hover-none):hover .prm-item__decor {
    color: #e31235;
  }

  .prm-item__link:not(.prm-item__link--hover-none):hover .prm-item__decor::after {
    transform: translate(4px, 1px);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.81727L0.892353 0L5.75277 4.45412C5.83112 4.5255 5.8933 4.61037 5.93573 4.70385C5.97816 4.79734 6 4.89759 6 4.99884C6 5.1001 5.97816 5.20035 5.93573 5.29384C5.8933 5.38732 5.83112 5.47219 5.75277 5.54356L0.892353 10L0.000840664 9.18273L4.56269 5L0 0.81727Z' fill='%23E31235'/%3e%3c/svg%3e ");
  }
}

.prm-item__img2 {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prm-image--notebook {
  max-width: 275px;
  min-width: 220px;
}
.prm-image--notebook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prm-item__img--min {
  width: 195px;
  margin: 20px auto;
}

.prm-item__content--center {
  text-align: center;
  padding: 20px;
}

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

/* {
  text-decoration: none;
} */

.prm-image {
  /* border-radius: 20px; */
  overflow: hidden;
  transition-duration: 0.3s;
}

.prm-image img {
  transition-duration: 0.3s;
}

@media (min-width: 991.98px) {
  .prm-post:hover img {
    transform: scale(1.07);
  }
}

.prm-post__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #172b32;
}

.prm-blog {
  background: #f5f5f6;
  padding: 60px 0;
}

@media (max-width: 1280px) {
  .prm-container {
    max-width: 1024px;
    padding: 0 42px;
  }
}

@media (max-width: 992px) {
  .prm-container {
    max-width: none;
    padding: 0 16px;
  }

  .prm-title {
    font-size: 22px;
  }

  .prm-section {
    margin: 90px 0 0;
  }

  .prm-section__header {
    margin-bottom: 24px;
  }

  .prm-col-4 {
    width: calc(50% - 10px);
  }

  .prm-col-3 {
    width: calc(50% - 10px);
  }
}

@media (max-width: 760px) {
  .prm-body {
    font-size: 14px;
  }

  .prm-title + .prm-desc {
    margin-top: 12px;
  }

  .prm-desc {
    font-size: 18px;
  }

  .prm-section {
    margin: 60px 0 0;
  }

  .prm-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prm-col-9 {
    width: 100%;
  }

  .prm-col-6 {
    width: 100%;
  }

  .prm-col-4 {
    width: 100%;
  }

  .prm-col-3 {
    width: 100%;
  }

  .prm-slider__slider-nav {
    display: none !important;
  }

  .prm-category__button {
    padding: 8px;
    gap: 10px;
  }

  .prm-item--cistom {
    padding: 25px;
  }

  .prm-item__content {
    padding: 16px;
  }

  .prm-item__content--custom {
    -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;
  }

  .prm-item__img2 {
    width: 120px;
  }
}

.prm-post__img .prm-image {
  border-radius: 20px;
  max-height: 220px;		
}

.prm-slider img {
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  .prm-slider img {
    border-radius: 20px;
  }
}

.prm-item__link--hover-none {
  /* pointer-events: none; */
  height: 100%;
}
.prm-item__link-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 991.98px) {
  .prm-item__decor--link:hover {
    color: #e31235 !important;
  }

  .prm-item__link-box a:hover::after {
    transform: translate(4px, 1px);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.81727L0.892353 0L5.75277 4.45412C5.83112 4.5255 5.8933 4.61037 5.93573 4.70385C5.97816 4.79734 6 4.89759 6 4.99884C6 5.1001 5.97816 5.20035 5.93573 5.29384C5.8933 5.38732 5.83112 5.47219 5.75277 5.54356L0.892353 10L0.000840664 9.18273L4.56269 5L0 0.81727Z' fill='%23E31235'/%3e%3c/svg%3e ");
  }
}
