*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "TT Interphases", sans-serif;
}
body::-webkit-scrollbar {
  background-color: #000;
  width: 8px; }

body::-webkit-scrollbar-track {
  background-color: #fff; }

body::-webkit-scrollbar-thumb {
  background-color: #B02635;
  border-radius: 0; }

body::-webkit-scrollbar-button {
  display: none; }
a {
  text-decoration: none;
}
a:active, a:focus {
  text-decoration: none;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.entry-content, .hentry, body, html {
  margin: 0 !important;
}

/* header */
.dashicons-admin-site {
  color: transparent;
  width: 17px !important;
  height: 18px !important;
  background: url(../img/translate.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(2px);
}
.header__navbar ul li:last-child {
  margin-left: auto;
}
.header__navbar > ul > li:last-child > a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 11px;
  border: 1px solid #B02635;
  border-radius: 40px;
}
.header__navbar .sub-menu {
  display: none;
  width: 100%;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E03736;
  border: 1px solid #B02635;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  margin: 0 !important;
}
.header__navbar .sub-menu li {
  margin: 0 !important;
}
.header__navbar .sub-menu li a {
  display: block;
  color: #dadada !important;
  padding: 4px 10px !important;
}
.header__navbar ul li:hover a {
  border-radius: 20px 20px 0 0;
}
.header__navbar ul li:hover > .sub-menu {
  display: flex;
}
.header {
  min-height: 150px;
}
.header__wrap {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header__logo {
  display: flex;
  width: 200px;
}
.header__logo img {
  width: 100%;
}
.header__top {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #E03736;
}
.header__top .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar {
  width: 100%;
}
.header__navbar ul {
  display: flex;
  align-items: center;
}
.header__navbar ul li {
  margin-right: 70px;
  position: relative;
}
.header__navbar ul li:last-child {
  margin-right: 0;
}
.header__navbar ul li a {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.header__bottom {
  display: flex;
  align-items: center;
  min-height: 100px;
  background: #000000;
}
.header__box {
  display: flex;
  align-items: center;
}
.header__address {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__address svg {
  margin-right: 16px;
}
.header__address p {
  max-width: 184px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.header__address p span {
  font-weight: 700;
}
.header__soc {
  display: flex;
  align-items: center;
  margin: 0 120px;
}
.header__soc p {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-right: 16px;
}
.header__soc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E03736;
  margin-right: 8px;
}
.header__soc a svg {
  width: 16px;
  height: 16px;
}
.header__soc a:nth-child(2) svg {
  transform: translate(-1px, 1px);
}
.header__soc a:last-child {
  margin-right: 0;
}
.header__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__phone p {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.header__number {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 3px;
}
.header__number:hover {
  color: #fff;
}
.header__call {
  display: flex;
  align-items: center;
}
.header__call span {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-offset: 25%;
  text-decoration-thickness: 6%;
  text-decoration-skip-ink: auto;
  color: #E03736;
}
.header__call svg {
  margin-left: 8px;
}

/* main-btn */
.card-btn {
  right: 30px;
}
.main-btn a, .main-btn button, .main-form .wpcf7-submit, .footer__form .wpcf7-submit, .pum .wpcf7-submit {
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background: #E03736 !important;
  font-family: Arial !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  padding: 12px 40px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.main-btn a::after, .main-btn button::after, .main-form .wpcf7-submit:after {
  content: "";
  width: 140px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2px);
  transform: rotate(114deg);
  position: absolute;
  top: -8px;
  left: -130px;
}
.main-btn a:hover::after, .main-btn button:hover::after, .main-form .wpcf7-submit:hover:after {
  left: calc(100%);
  transition: all .6s ease;
}
.main-btn a:hover, .main-btn button:hover, .main-form .wpcf7-submit:hover, .footer__form .wpcf7-submit:hover, .pum .wpcf7-submit:hover {
  background: #ff3d3d !important;
}
.main-btn.white a, .main-btn.white button {
  background: #fff !important;
  color: #000;
}
.main-btn.white a:hover, .main-btn.white button:hover {
  background: #F2F2F2 !important;
}

.hover-top, .wpr-grid-item {
  transition: all .3s ease;
}
.hover-top:hover, .wpr-grid-item:hover {
  transform: translateY(-3px);
}
.cart-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0) 50%, rgba(24, 24, 24, 0.7) 85%);
  position: absolute;
  top: 0;
  left: 0;
}
.cart-block:hover {
  transform: scale(1.01);
}

.link-soc, .link-instagram, .link-telegram, .link-open {
  transition: all .5s linear;
}
.link-instagram {
  background: #E03736 url(../img/Inst.svg) no-repeat center / cover !important;
  background-size: 20px !important;
}
.link-telegram {
  background: #E03736 url(../img/TG.svg) no-repeat center / cover !important;
  background-size: 19px !important;
}
.link-open {
  background: #B02635 url(../img/open.svg) no-repeat center / cover !important;
  background-size: 16px !important;
}
.link-open {
  cursor: pointer;
}

.link-soc:hover {
  height: 170px !important;
}
.link-soc:hover .link-open {
  background: #E03736 url(../img/open.svg) no-repeat center / cover !important;
  background-size: 16px !important;
}
.link-soc:hover .link-telegram {
  transform: translateY(-60px);
  box-shadow: 0px 0px 20px 0px #623A3A66;
}
.link-soc:hover .link-instagram {
  transform: translateY(-120px);
  box-shadow: 0px 0px 20px 0px #623A3A66;
}

/* banner */
/* .banner-title, .banner-text, .banner-list > .elementor-element {
  transform: translateY(10px);
  opacity: 0 !important;
  transition: all 2s ease;
  
}
.banner-slider .slick-current .banner-title, .banner-slider .slick-current .banner-text, .banner-slider .slick-current .banner-list > .elementor-element {
  transform: translateY(0px);
  opacity: 1 !important;
} */
 .banner-slider {
  margin-bottom: 0;
 }
.banner-slider .slick-dots {
  text-align: start;
  width: 100%;
  max-width: 1420px;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.banner-slider .slick-dots li {
  background: #707070;
}
.banner-slider .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  top: auto;
  bottom: 90px;
}
.banner-slider .slick-arrow::before {
  display: none;
}
.banner-slider .slick-prev {
  background: url(../img/left.svg) no-repeat center;
  background-size: 36px;
  transform: translateX(calc(-50% + 600px));
}
.banner-slider .slick-next {
  background: url(../img/right.svg) no-repeat center;
  background-size: 36px;
  transform: translateX(calc(-50% + 680px));
}

.slider-steps {
  margin-bottom: 0 !important;
}
.slider-steps .slick-dots {
  width: 100%;
  text-align: start;
  bottom: -70px;
  padding: 0 20px;
}
.slider-steps .slick-dots li {
  background: #BDBDBD;
}
.slider-steps .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -90px;
  left: auto;
  right: auto;
}
.slider-steps .slick-arrow::before {
  display: none;
}
.slider-steps .slick-prev {
  background: url(../img/left.svg) no-repeat center;
  background-size: 36px;
  right: 100px;
}
.slider-steps .slick-next {
  background: url(../img/right.svg) no-repeat center;
  background-size: 36px;
  right: 20px;
}

/* Tab */
.main-btn.tab-btn a, .main-btn.tab-btn button {
  padding: 10px 20px;
  height: auto;
  cursor: pointer;
}
.main-btn.tab-btn.active a, .main-btn.tab-btn.active button {
  background: #F2F2F2 !important;
  color: #707070 !important;
  cursor: auto;
}
.tab-block {
  height: 0 !important;
  transform: translateY(10px);
  transition: all 1s ease;
  overflow: hidden !important;
  
}
.tab-block.active {
  height: auto !important;
  transform: translateY(0px);
}

.radius-img, .radius-img2 {
  position: absolute !important;
  bottom: -29px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 274px !important;
}
.radius-img2 {
  bottom: auto !important;
  top: -29px !important;
}

/* form */
.main-form label input, .main-form select {
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 70px;
  background: #FFFFFF;
  padding: 0 24px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000000;
}
.main-form label input::placeholder {
  color: #BABABA;
}
.main-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select-wrap {
  position: relative;
}
.main-form .select-wrap::after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  bottom: calc(50% - 5px);
  right: 22px;
  background: #fff url(../img/select.svg) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}
.main-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-form form p {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.main-form form p:nth-child(2),.main-form form p:nth-child(3),.main-form form p:nth-child(4),.main-form form p:nth-child(5) {
  width: calc(50% - 3px);
}
.main-form .wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
.main-form .wpcf7-spinner {
  position: absolute;
  bottom: 24px;
  right: 12px;
}
.main-form .wpcf7-response-output {
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  color: #B02635;
}

/* dots */
.slick-dots li {
  margin: 0 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: all .3s ease;
}
.slick-dots li.slick-active {
  width: 36px;
  border-radius: 17px;
  background: #E03736;
}
.slick-dots li button {
  display: none;
}

/* slider-podcast */
.slider-podcast {
  margin-bottom: 0 !important;
}
.slider-podcast .slick-dots {
  bottom: -55px;
}
.slider-podcast iframe {
  border-radius: 20px;
}

/* .sldier-reviews */
.sldier-reviews {
  margin-bottom: 0 !important;
}
.sldier-reviews .slick-slide {
  margin-right: 20px;
}
.sldier-reviews .slick-dots {
  bottom: -55px;
}
.sldier-reviews::after {
  content: "";
  width: 260px;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(1px);
}
.sldier-reviews .slick-list {
  overflow: visible;
}
.sldier-reviews iframe {
  border-radius: 20px;
}

.video-open {
  cursor: pointer;
}
.main-video {
  opacity: 0;
  transition: all .3s ease;
  z-index: -1 !important;
}
.main-video iframe {
  height: 440px !important;
}
.main-video.open {
  opacity: 1;
  z-index: 2 !important;
}

/* footer */
.footer .pll-parent-menu-item {
  display: none;
}
.footer {
  background: #000000;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer__left {
  max-width: 400px;
  width: 100%;
}
.footer__logo {
  display: flex;
  width: 335px;
  margin-bottom: 40px;
}
.footer__logo img {
  width: 100%;
}
.footer__phone {
  display: inline-flex;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 16px;
}
.footer__phone:hover {
  color: #fff;
}
.footer__phone svg {
  border-radius: 50%;
  display: flex;
  background: #fff;
  margin-right: 14px;
}
.footer__soc {
  display: flex;
}
.footer__soc a {
  display: flex;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}
.footer__nav {
  padding-top: 20px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
}
.footer__nav ul li {
  margin-bottom: 20px;
}
.footer__nav ul li a {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.footer__form {
  max-width: 450px;
  width: 100%;
  padding-top: 20px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.footer__form h4 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 10px;
}
.footer__form .wpcf7-submit {
  height: 58px;
}
.footer__form p {
  margin-bottom: 30px;
}
.footer__form .form p {
  display: block;
  margin: 0;
}
.footer__form .form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__form .form p:nth-child(2), .footer__form .form p:nth-child(3) {
  width: calc(50% - 10px);
}
.footer__form .form label input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #333333;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.footer__form .form .wpcf7-submit {
  margin-top: 20px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #333333
}
.footer__bottom .copy {
  max-width: 305px;
  width: 100%;
}
.footer__bottom .copy p {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.footer__bottom .copy p a {
  text-decoration: underline;
  color: #fff;
}
.footer__bottom .right {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  color: #FFFFFF;
}
.footer__bottom .right a {
  color: #FFFFFF;
}

.site-main {
  overflow: hidden;
}
.crumbs {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
}
.crumbs a {
  color: #FFFFFF;
  translate: all .3s ease;
}
.crumbs a:hover {
  color: #E03736;
}
.crumbs.black a {
  color: #000;
}
.crumbs-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: url(../img/crumbs.svg) no-repeat center;
  background-size: 100%;
}

/* blog */
.blog .wpr-grid-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
}
.blog-main .wpr-grid-pagination {
  display: none !important;
}
.wpr-grid-item-date {
  margin-right: 7px;
  margin-bottom: 16px;
}
.wpr-grid-item-date span {
  display: flex !important;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #707070;
}
.wpr-grid-item-category {
  margin-bottom: 16px;
}
.wpr-grid-item-category .inner-block {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.wpr-grid-item-category .inner-block a {
  color: #707070 !important;
}
.blog .wpr-grid-item {
  width: calc(33% - 14px) !important;
  height: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.blog .wpr-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px 20px !important;
  opacity: 0 !important;
  transition: all .3s ease !important;
  transition-delay: 1s !important;
  position: relative !important;
}
.blog .wpr-grid.active {
  opacity: 1 !important;
}
/* .blog .wpr-grid-item:nth-child(1) {
  width: calc(50% - 20px) !important;
} */

.blog {
  padding-top: 10px;
  padding-bottom: 150px;
}
.blog h1 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.blog h1 + span {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
  margin-bottom: 10px;
}
.blog__filter {
  display: flex;
  overflow-x: auto;
  margin-bottom: 50px;
}
.blog__filter a {
  display: flex;
  padding: 8px 15px;
  border: 1px solid #DEDEDE;
  background: transparent;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
  border-radius: 10px;
  margin-right: 10px;
  text-wrap: nowrap;
  transition: all .2s ease;
}
.blog__filter a.active, .blog__filter a:hover {
  background: #000;
  color: #fff;
}

.blog__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; */
  grid-gap: 30px 20px;
}
.blog__box .pagination {
  display: flex;
  justify-content: center;
  grid-column: 1 / 8;
}
.blog__box .pagination span, .blog__box .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 2px 4px;
  background: #DEDEDE;
  border-radius: 10px;
  margin: 0 5px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
  transition: all .3s ease;
}
.blog__box .pagination .current, .blog__box .pagination a:hover {
  background: #E03736;
  color: #fff;
}
.blog__box .pagination a.prev, .blog__box .pagination a.next {
  font-size: 0;
}
.blog__box .pagination a.prev {
  background: #DEDEDE url(../img/prev.svg) no-repeat center;
  background-size: 16px;
}
.blog__box .pagination a.next {
  background: #DEDEDE url(../img/next.svg) no-repeat center;
  background-size: 16px;
}
.blog__item {
  width: 100%;
  grid-column: span 2;
  /* grid-row: span 2; */
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px #9F9F9F40;
  border-radius: 40px 40px 40px 0;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}
.blog__slider {
  margin-bottom: 0 !important;
}
.blog__slider .blog__item {
  grid-column: auto;
}
.blog__slider .blog__wrap {
  padding: 10px;
}
.blog__slider .slick-dots {
  bottom: -46px;
}
.blog__slider .slick-dots li {
  background: #DEDEDE;
}
.blog__slider .slick-dots li.slick-active {
  background: #E03736;
}
.blog__item:hover .blog__image img {
  transition: all 1s ease;
  transform: scale(1.02);
}
.blog__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog__image a {
  width: 100%;
  display: block;
  
}
.blog__image img {
  width: 100%;
  transition: all .3s ease;
}
.blog__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.blog__date {
  display: flex;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #707070;
  margin-right: 15px;
}
.blog__date svg {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}
.blog__category {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #707070;
}
.blog__category svg {
  margin-right: 7px;
}
.blog__category a {
  color: #707070;
}
.blog__category a:hover {
  color: #B02635;
}
.blog__title {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 5px;
}
.blog__title a {
  color: #000000;
}
.blog__excerpt {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
}
@media screen and (min-width: 1166px) {
  .blog-post .blog__item:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }
  .blog-post .blog__item:nth-child(2) {
    grid-column: 4 / 8;
    grid-row: 1 / 2;
  }
  .blog-post .blog__item:nth-child(3) {
    grid-column: 4 / 8;
    grid-row: 2 / 3;
  }
  .blog-post .blog__item:nth-child(2), .blog-post .blog__item:nth-child(3) {
    height: 290px;
    min-height: 290px;
    padding-top: 30px;
    padding-left: 300px;
  }
  .blog-post .blog__item:nth-child(1) .blog__image {
    height: 420px;
  }
  .blog-post .blog__item:nth-child(2) .blog__image, .blog-post .blog__item:nth-child(3) .blog__image {
    width: 260px;
    height: 250px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

/* news */
.news {
  padding-top: 10px;
  padding-bottom: 150px;
}
.news__crumbs {
  display: flex;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
  margin-bottom: 40px;
}
.news__crumbs span {
  margin: 0 10px;
}
.news__crumbs a {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}
.news__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.news__content {
  max-width: 808px;
  width: 100%;
}
.news__content h1 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.news__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 548px;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__img img {
  width: 100%;
  height: auto;
}
.news__info {
  display: flex;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #707070;
  margin-bottom: 40px;
}
.news__info p {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.news__info p svg {
  margin-right: 7px;
}
.news__info a {
  color: #707070;
}
.news__info a:hover {
  color: #B02635;
}
.news__text {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
}
.news__text p {
  margin-bottom: 24px;
}
.news__aside {
  max-width: 453px;
  width: 100%;
}
.news__aside h4 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.aside_wrap {
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #F2F2F2;
}
.aside_category a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 1px solid #707070;
  padding-bottom: 2px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #707070;
  transition: all .3s ease;
}
.aside_category a svg {
  transition: all .2s ease;
}
.aside_category a:hover {
  color: #B02635;
}
.aside_category a:hover svg {
  transform: translate(3px, -3px);
}
.aside_category a:last-child {
  margin-bottom: 0;
}
.news-item {
  position: relative;
  min-height: 120px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-left: 140px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-img {
  width: 125px;
  height: 120px;
  border-radius: 20px 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.news-img img {
  width: 100%;
}
.news-date {
  display: flex;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #707070;
  margin-bottom: 10px;
}
.news-date svg {
  margin-right: 7px;
}
.news-title {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}
.news-title a {
  color: #000000;
  transition: all .3s ease;
}
.news-item:hover .news-title a {
  color: #B02635;
}
.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.popular-tags li a {
  display: block;
  padding: 8px 15px;
  border-radius: 10px;
  background: #FFFFFF;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  transition: all .3s ease;
}
.popular-tags li a:hover {
  background: #B02635;
  color: #fff;
}

/* media */
@media screen and (max-width: 1166px) {
  .blog__item {
    grid-column: span 3;
  }
  .blog .wpr-grid-item {
    width: calc(50% -20px) !important;
  }
  .news__content {
    max-width: 700px;
  }
  .news__aside {
    max-width: 400px;
  }
  .header__navbar ul li {
    margin-right: 40px;
  }
  .header__phone p {
    font-size: 14px;
  }
  .header__number {
    font-size: 18px;
  }
  .header__call span {
    font-size: 14px;
  }
  .header__soc {
    margin: 0 80px;
  }
  .header__address p {
    max-width: 168px;
    font-size: 14px;
  }
  .header__navbar ul li a {
    font-size: 16px;
  }

  .footer__nav ul li a {
    font-size: 16px;
  }
  .footer__form {
    max-width: 400px;
  }
  .footer__form h4 {
    font-size: 18px;
  }
  .footer__form {
    font-size: 16px;
  }
  .footer__left {
    max-width: 300px;
  }
  .footer__logo {
    width: 280px;
  }
  .main-btn a, .main-btn button, .main-form .wpcf7-submit, .footer__form .wpcf7-submit {
    font-size: 18px;
    height: 50px;
  }
  .main-form label input, .main-form select {
    min-height: 50px;
  }
}
#wpadminbar {
  display: none;
}
.header__burgir {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__navbar .sub-menu {
    width: 64px;
    background: #000;
    border-color: #fff;
  }
  .header__navbar .sub-menu li {
    margin: 0 !important;
  }
  .header__navbar .sub-menu li a {
    padding: 5px !important;
    width: 100%;
    text-align: center;
  }
  .blog__slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .blog {
    padding-bottom: 100px;
  }
  .blog_main {
    padding-top: 110px;
  }
  .blog h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog h1 + span {
    font-size: 14px;
  }
  .blog__filter {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    margin-bottom: 32px;
  }
  .blog__filter a {
    font-size: 14px;
  }
  .blog__box {
    grid-gap: 10px;
  }
  .blog__item {
    grid-column: span 7;
    border-radius: 24px 24px 24px 0;
    padding: 12px;
    padding-bottom: 24px;
  }
  .blog__image {
    height: 260px;
  }
  .blog__title {
    font-size: 18px;
  }
  .blog__excerpt {
    font-size: 16px;
  }
  .blog__date, .blog__category {
    font-size: 14px;
  }
  .main-video iframe {
    width: auto;
    height: 300px !important;
  }
  .blog .wpr-grid {
    gap: 10px !important;
  }
  .wpr-grid-item-date {
    margin-bottom: 7px;
  }
  .blog .wpr-grid-item {
    width: 100% !important;
  }
  .news {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .news__crumbs {
    overflow-x: auto;
  }
  .news__content h1 {
    font-size: 24px;
  }
  .news__img {
    min-height: auto;
    border-radius: 24px 24px 24px 0;
  }
  .news__crumbs * {
    text-wrap: nowrap;
  }
  .news__content {
    max-width: 100%;
  }
  .news__aside {
    max-width: 100%;
  }
  .aside_category a {
    font-size: 16px;
  }
  .news__info {
    flex-direction: column;
  }
  .news__info p {
    flex-wrap: wrap;
  }
  .news__text {
    font-size: 16px;
  }
  .news__text p {
    margin-bottom: 24px;
  }
  .aside_wrap {
    padding: 24px 12px 24px 12px;
    border-radius: 24px 24px 24px 0;
  }
  .news-item {
    padding-left: 120px;
  }
  .news-title {
    font-size: 15px;
  }
  .news-img {
    width: 105px;
    height: 100px;
    border-radius: 12px 12px 12px 0;
  }
  .popular-tags {
    gap: 8px;
  }
  .popular-tags li a {
    font-size: 14px;
    padding: 6px 12px;
  }
  .news__aside h4 {
    font-size: 18px;
  }
  .aside_wrap .footer__soc a svg {
    width: 40px;
    height: 40px;
  }
  .banner-slider .e-con-inner {
    padding-bottom: 100px;
  }
  .banner-slider .slick-dots {
    text-align: center;
    bottom: 20px;
  }
  .banner-slider .slick-arrow {
    left: auto;
    transform: translateX(0);
    bottom: 15px;
  }
  .banner-slider .slick-prev {
    transform: translateX(0);
    left: 24px;
  }
  .banner-slider .slick-next {
    transform: translateX(0);
    right: 24px;
  }
  .site-main {
    padding-top: 100px;
  }
  .header__burgir {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 32px;
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: 5px 0;
  }
  .header__burgir span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: all .3s ease;
  }
  .header__burgir.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burgir.active span:nth-child(1) {
    transform: translateY(10px);
  }
  .header__burgir.active span:nth-child(3) {
    transform: translateY(-10px);
  }
  
  .header__burgir.rotate span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .header__burgir.rotate span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    min-height: auto;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease;
  }
  .header.open {
    height: 100vh;
  }
  .header__wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #000;
    position: relative;
  }
  .header__top {
    background: #000;
    order: 1;
  }
  .header__box {
    flex-wrap: wrap;
  }
  .header__navbar {
    width: 100%;
  }
  .header__navbar ul {
    /* max-height: 60vh;
    overflow: auto; */
    flex-wrap: wrap;
  }
  .header__navbar ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #333333;
  }
  .header__navbar ul li:last-child {
    border-bottom: 0;
  }
  .header__navbar ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header__navbar > ul > li:last-child > a {
    margin-top: 12px;
    display: inline-flex;
    width: auto;
    border-color: #fff;
  }
  .header__address {
    display: none;
    margin-left: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  .header__address p {
    max-width: 148px;
    font-size: 13px;
  }
  .header__address svg {
    width: 20px;
    margin-right: 8px;
  }
  .header__phone {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__soc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 136px;
    margin: 0;
  }
  .card-btn {
    right: 12px;
  }
  .main-form form p:nth-child(2), .main-form form p:nth-child(3), .main-form form p:nth-child(4), .main-form form p:nth-child(5) {
    width: 100%;
  }
  .main-form label input, .main-form select {
    font-size: 16px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom .right {
    text-align: start;
    margin-top: 20px;
  }
}