@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,regular,italic,700,700italic);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --primary: #3c299a;
  --secondary: #354F8E;
  --light: #EFF5F9;
  --dark: #1D2A4D;
  --green: #b9d806;
  --gray: #969597;
  --font-roboto-condensed: "Roboto Condensed", sans-serif;
  --font-roboto: Roboto, sans-serif;
}

body {
  font-family: var(--font-roboto-condensed);
  color: #848E9F;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.9vw);
  color: #1D2A4D;
  line-height: 2;
}

ul {
  padding: 0 0 0 30px;
}

.container-full-screen {
  width: auto 100%;
  padding: 0 12px;
  margin: 0 auto;
}

a,
a:hover {
  color: inherit;
}

section {
  padding: 3rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #848E9F;
}

.post__title {
  margin: 3rem 0;
}

.post img,
.post figure {
  margin: 3rem 0;
  width: 100%;
  height: auto;
}
.post figure img {
  margin: 0;
}
.post p {
  line-height: 2;
  margin: 0.5rem 0;
}

@media (max-width: 575.9px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 555px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 975px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1155px;
  }
}
.title {
  /*font-size: calc(1.475rem + 2.7vw);*/
  font-size: 40px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .title {
    font-size: 55px;
  }
}

.subtitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
  border-bottom: 5px solid var(--green);
  display: inline-block;
  text-transform: uppercase;
}
.subtitle ul {
  padding: 0;
}
.subtitle ul li {
  list-style: none;
}

.btn {
  font-size: 1rem;
  background-color: var(--dark);
  border-color: var(--dark);
  color: white;
  font-weight: 700;
  transition: all 1s;
  border-radius: 50rem;
  padding: 0.9rem 3rem 1.1rem 3rem;
  display: block;
  line-height: 1.5;
  font-family: var(--font-roboto);
  width: -moz-fit-content;
  width: fit-content;
}
.btn svg,
.btn i {
  fill: #fff;
  font-size: 1.2rem;
  margin: 0 8px 0 0;
}

.btn:hover {
  background: var(--green);
  transition: all 1s;
  box-shadow: 0 8px 6px -6px #555555;
}

.header ul {
  list-style: none;
}
.header__col {
  display: flex;
  align-items: flex-end;
}
.header .header__top {
  font-size: 1rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #848E9F;
}
.header .header__top svg {
  margin: 0 8px 1px 0;
  fill: #848E9F;
}
.header .header__top .header__tel {
  display: inline-block;
  padding: 0 8px 0 0;
}
.header .header__top address {
  display: inline;
  font-style: inherit;
  padding: 0 0 0 8px;
}
.header .header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.header .header__menu {
  background: #d8dad9;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header .header__logo {
  background-color: #d8dad9;
  z-index: 2;
}
.header .header__logo img {
  width: 274px;
  height: auto;
  margin: 14px 0;
}
@media (max-width: 460px) {
  .header .header__logo img {
    width: 200px;
  }
}
.header__bg {
  background: url(../images/main2.jpg) no-repeat;
  background-size: cover;
  margin: 0;
  padding: 3rem;
}
.header__bg h1 {
  color: white;
  font-size: 5rem;
}
@media (max-width: 1920px) {
  .header__bg h1 {
    font-size: calc(2.2rem + 2.7vw);
  }
}
.header__container {
  margin-left: center;
}
.header__body {
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header__body {
    width: 66.666%;
  }
  .header .header__body {
    text-align: left;
  }
  .header__container {
    margin-left: 0;
  }
}
.header__title {
  font-size: 5rem;
  text-shadow: 1px 1px 4px black;
  color: white;
}

.header__subtitle.subtitle {
  color: #fff;
}

.nav {
  font-family: "Jost", sans-serif;
  position: relative;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  outline: none;
  display: flex;
  transition: 0.5s;
}
.nav .active {
  color: var(--primary);
}
@media (min-width: 992px) {
  .nav .nav__item {
    position: relative;
    padding: 30px 0;
    margin: 0 0 0 30px;
  }
  .nav .nav__item a {
    display: block;
  }
  .nav .active::before {
    color: var(--primary);
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: var(--primary);
    transition: 0.5s;
  }
}

@media (max-width: 992px) {
  .header .header__row {
    flex-wrap: wrap;
  }
  .nav {
    display: block;
    width: 100%;
    margin-top: -100%;
    opacity: 0;
    transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0.3s;
    z-index: -1;
  }
  .nav__item {
    padding: 0.8rem 0;
    cursor: pointer;
  }
  .navbar-toggler {
    font-size: 38px;
    background: none;
    color: #644a4a;
    width: 20%;
  }
}
@media (min-width: 992.1px) {
  .header .header__top {
    display: block;
  }
  .header .navbar-toggler {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .header__top {
    display: none;
  }
}
.menu-open .nav {
  width: 100%;
  margin-top: 0;
  opacity: 1;
  transition: margin-top 0.5s ease 0s, opacity 0.5s ease 0.1s;
  z-index: 1;
}

.about {
  padding-top: 80px;
}
.about__row {
  display: flex;
}
.about__img {
  position: relative;
  flex: 0 0 42%;
}
@media (min-width: 992px) {
  .about__img {
    margin: 0 48px 0 0;
  }
}
.about__img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.about__body {
  flex: 1 1 68%;
}
.about__title {
  margin: 0 0 24px 0;
}

.quality {
  padding: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .quality {
    justify-content: center;
  }
}

.quality__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #EFF5F9;
  border-radius: 50%;
  margin-bottom: 16px;
  padding: 1.5rem 0;
}
@media (min-width: 1200px) {
  .quality__item {
    margin: 0 16px 16px 0;
  }
}
.quality__item:hover {
  background-color: #e4f1fa;
}
.quality__item:last-child {
  margin: 0;
}
.quality__icon {
  display: flex;
  justify-content: center;
}
.quality__icon svg {
  height: 48px;
  font-weight: 900;
  font-size: 1rem;
  margin: 0 0 16px 0;
  fill: #3c299a;
}
.quality__icon i {
  color: #3c299a;
  margin: 0 0 16px 0;
}
.quality__title {
  line-height: 1.2;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  color: #1D2A4D;
  font-size: 1rem;
  font-weight: 700;
}
.quality__title span {
  display: block;
  color: #3c299a;
}

@media (max-width: 992px) {
  .about__row {
    display: block;
  }
  .about__img img {
    position: relative;
    width: 100%;
    margin: 0 0 48px;
  }
}
@media (max-width: 600px) {
  .quality {
    flex-wrap: wrap;
    gap: 1%;
  }
  .quality__item {
    flex: 0 0 auto;
  }
}
.serviсes__subtitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0.6rem auto;
}
.serviсes__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px auto;
}
.serviсes__block {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.serviсes__body {
  padding: 40px 30px;
  background-color: #EFF5F9;
  flex: 1 1 29%;
}

.service__icon {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.service__icon img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  padding: 0;
  border: 5px solid;
  color: var(--primary);
}
.service a:hover {
  color: #3c299a;
}
.service a:hover img {
  color: #1D2A4D;
}
.service__name {
  text-align: center;
  margin: 24px 0 16px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1D2A4D;
}
.service__text {
  text-align: center;
}

.appointment {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.8)), url(../images/bg-img.JPG);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.appointment p {
  color: white;
  margin: 10px 0;
}
.appointment address {
  color: #fff;
  margin: 0 0 48px 0;
}
.appointment__row {
  display: flex;
}
.appointment__column {
  flex: 1 1 50%;
  padding: 0 48px 0 0;
}
.appointment__column-left {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment__schedule {
  max-width: 300px;
  height: auto;
}

@media (max-width: 768px) {
  .appointment__row {
    display: block;
  }
  .appointment__column-left {
    margin: 48px 0 0 0;
  }
  .appointment__schedule {
    max-width: 100%;
  }
}
.schedule {
  border: 4px double #fff;
  border-radius: 8px;
  padding: 30px;
  width: 360px;
}
@media (max-width: 600px) {
  .schedule {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .schedule {
    padding: 15px;
  }
}
.schedule__title {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 3rem;
}
.schedule__item {
  margin: 1.5rem 1.5rem 1.5rem 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.schedule__item-nd {
  font-size: 1.7rem;
}
.schedule__logo {
  margin-left: 6px;
  text-align: center;
  width: 150px;
  margin-bottom: 20px;
  display: inline-block;
}
.schedule__logo img {
  vertical-align: middle;
}
.schedule__icone {
  color: #fff;
  font-size: 4rem;
  margin-right: 1.6rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
}
.schedule__icone-circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  font-weight: 800;
  color: var(--dark);
}
.schedule__icone-circle-nd {
  color: rgb(235, 122, 122);
}

.price {
}
.price__title {
  text-align: center;
  margin: 0 auto 3.5rem auto;
  max-width: 600px;
}
.price__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  display: block;
}
.price__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .price__wrap {
    margin: 0 -20px -20px;
  }
}
@media (max-width: 460px) {
  .price__wrap {
  }
}
.price__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  bottom: -100px;
  left: 0;
  background: var(--primary);
  border-radius: 8px 8px 50% 50%;
  z-index: -1;
}


.price .owl-nav {
  margin: 35px 0 0 0;
}
.price .owl-nav .owl-next i, .price .owl-nav .owl-prev i {
  background: #FFFFFF;
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}
.price .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.price .owl-prev, .price .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}

.price__item {
  border-radius: 8px;
  background-color: #EFF5F9;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .price__item {
    margin: 0 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1024px) {
  .price__item {
    width: calc(33.33% - 40px);
  }
}

.price__img {
  width: 100%;
  position: relative;
}
.price__img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.price__info, .price__desc {
  padding: 48px 15px;
}
.price__desc {
  text-align: center;
}
.price__desc p {
  margin: 0 0 16px;
  font-family: var(--font-roboto);
  line-height: 1.5;
  min-height: 90px;
}
.price__desc .price__btn {
  display: block;
  margin: 0 auto;
}
.price__info {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 42, 77, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.price__info .price__name, .price__info .price__value {
  color: #FFFFFF;
  text-align: center;
  font-family: var(--font-roboto-condensed);
  font-weight: 700;
}
.price__info .price__name {
  font-size: 1.75rem;
  margin: 0 0 0.5rem 0;
}
.price__info .price__value {
  font-size: 3.5rem;
}
.price__info .price__value span {
  font-size: 1.375rem;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .price__info .price__value span {
    font-size: 1.365rem;
  }
}
@media (max-width: 768px) {
  .price__info .price__value span {
    font-size: 1.355rem;
  }
}
@media (max-width: 460px) {
  .price__info .price__value span {
    font-size: 1.345rem;
  }
}
@media (max-width: 1000px) {
  .price__info .price__value {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .price__info .price__value {
    font-size: 2.5rem;
  }
}
@media (max-width: 460px) {
  .price__info .price__value {
    font-size: 2rem;
  }
}
.price .price__download {
  display: inline-block;
  margin: 1rem 1rem 0 0;
}

.team {
  margin: 4rem 0 0 0;
}
.team__title {
  text-align: center;
  margin: 0 auto 3.5rem auto;
  max-width: 600px;
}
.team__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  display: block;
}
.team__carousel .owl-nav {
  position: absolute;
  height: 45px;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .team__carousel {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .team__carousel .owl-nav {
    margin: 0 -60px;
    top: calc(50% - 22.5px);
    justify-content: space-between;
  }
}

.team .owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--dark);
}
@media (min-width: 768px) {
  .team__item {
    display: flex;
  }
}
.team .owl-carousel .owl-nav button.owl-prev, .team .owl-carousel .owl-nav button.owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 19px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .team__img {
    flex: 0 0 auto;
    width: 41.6%;
  }
}
.team__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.team__desc {
  background: #EFF5F9;
}
@media (min-width: 768px) {
  .team__desc {
    display: flex;
    flex-direction: column;
    background: #EFF5F9;
    flex: 0 0 auto;
    width: 58.4%;
  }
}
.team__name {
  flex: 1 1 auto;
  font-size: calc(1.3rem + 0.6vw);
  margin: 0 0 0.5rem 0;
  color: var(--dark);
  font-weight: 700;
  font-family: var(--font-roboto-condensed);
  padding: 3rem 1.5rem 0 1.5rem;
}
.team__work {
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1.5rem 0;
  color: var(--primary);
  font-family: var(--font-roboto-condensed);
  padding: 0 1.5rem 0 1.5rem;
}
.team__text {
  flex: 1 1 auto;
  font-family: var(--font-roboto);
  line-height: 1.5;
  padding: 0 1.5rem 0 1.5rem;
}
.team__social {
  flex: 0 0 auto;
  display: flex;
  margin: 1.5rem 0 0 0;
  padding: 1.5rem;
  border-top: 1px solid #dee2e6;
}
.team__social .btn {
  width: 46px;
  height: 46px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 700;
  transition: 0.5s;
  margin: 0 1rem 0 0;
}
.team__social .btn i {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .team__item {
    height: 350px;
  }
}
.discount {
  padding: 6rem 0;
  background: var(--primary);
}
.discount__title {
  text-align: center;
  margin: 0 auto 1.5rem auto;
  max-width: 600px;
  color: #fff;
}
.discount__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  display: block;
  color: #fff;
}
.discount__text {
  margin: 0 auto 8px auto!important;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--font-roboto-condensed);
  max-width: 430px;
}
.discount__form {
  max-width: 500px;
  margin: 3rem auto 0 auto;
}
.discount__input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.discount__input span {
  color: #fff;
  font-size: 1rem;
  margin-right: 0.1rem;
}

.discount__tel-wrap {
  width: 100%;
}

.discount__tel {
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  color: #848E9F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.discount__tel:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 197, 221, 0.25);
}
.discount__btn {
  margin-top: 20px  ;
  padding: 0;
  width: 100%;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  font-family: var(--font-roboto);
  font-size: 20px;
}
.discount__btn:hover {
  color: #000;
}

.testimonial {
  padding: 6rem 0;
}
.testimonial__title {
  text-align: center;
  margin: 0 auto 3rem auto;
  max-width: 600px;
}
.testimonial__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  display: block;
}
.testimonial .owl-carousel .owl-item img {
  width: 150px;
  height: 150px;
}
.testimonial__img {
  position: relative;
  margin: 0 0 3rem 0;
}
.testimonial__img img {
  margin: 0 auto;
  border-radius: 50%;
}
.testimonial__quotes {
  position: absolute;
  left: calc(50% - 30px);
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d8dad9;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial__text {
  font-size: calc(1.275rem + 0.3vw);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1rem auto;
}
.testimonial hr {
  text-align: center;
  height: 1px;
  width: 25%;
  margin: 1rem auto;
  background-color: rgb(132, 142, 159);
  border: 0;
  opacity: 0.25;
}
.testimonial__name::before {
  position: absolute;
  top: 0;
  content: "";
  border-top: 1px solid gray;
}
.testimonial__name {
  position: relative;
  text-align: center;
  font-size: calc(1.3rem + 0.6vw);
  color: var(--dark);
  font-family: var(--font-roboto-condensed);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.testimonial__work {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1rem 0;
  color: var(--primary);
  font-family: var(--font-roboto-condensed);
  padding: 0 1.5rem 0 1.5rem;
  text-align: center;
}
.testimonial button.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: #EFF5F9;
  border: 2px solid var(--primary);
  border-radius: 20px;
  transition: 0.5s;
}
.testimonial button.owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  background: none;
}

.articles__title {
  text-align: center;
  margin: 0 auto 3rem auto;
  max-width: 600px;
}
.articles__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  display: block;
}
.articles__columns {
  display: flex;
  margin: 0 -1rem;
}
.articles__body {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 1rem;
  margin-bottom: 30px;
}
.articles__img {
  position: relative;
  height: 300px;
  display: flex;
}
.articles__img img {
  border-radius: 8px 8px 0 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.articles__desc {
  padding: 1.5rem;
  background: #EFF5F9;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.articles__name {
  font-family: var(--font-roboto-condensed);
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  margin: 0 0 1rem 0;
  font-size: 1.75rem;
}
.articles__text {
  margin: 0 0 1rem 0;
}
.articles__more {
  padding-top: 10px;
  color:  var(--dark);
  display: flex;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 600;
}
.articles__more:hover {
  color: var(--dark);
}
.articles__btn {
  display: block;
  margin: 2rem auto 1rem auto;
}
.articles__btn:hover {
  background: var(--green);
  box-shadow: 0 8px 6px -6px #555555;
}

@media (max-width: 768px) {
  .articles__columns {
    display: block;
  }
  .articles__body {
    width: 96%;
    margin-bottom: 3rem;
  }
}
/* Сторінка статей */
.articles-page .articles__columns {
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.articles-page .articles__body {
  width: 33%;
}
@media (max-width: 768px) {
  .articles-page .articles__body {
    width: 100%;
  }
}
.articles-page .articles__subtitle {
  margin-top: 3rem;
}

/* Кінець сторінка статей */
.declaration__subtitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0.6rem auto;
}
.declaration__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px auto;
}
.declaration__btn {
  margin: 3rem auto 0 auto;
}
.declaration__about {
  display: none;
}

.popular__subtitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0.6rem auto;
}
.popular__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px auto;
}
.popular .popular__body {
  display: flex;
  margin: 0 -0.5rem;
}
.popular .popular__item {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 0.5rem;
}
@media (max-width: 1000px) {
  .popular .popular__body {
    flex-wrap: wrap;
    gap: 3%;
  }
  .popular .popular__item {
    width: 48.5%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .popular .popular__body {
    flex-wrap: wrap;
    margin: 0;
  }
  .popular .popular__item {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem 0;
  }
}
.popular__body {
  display: flex;
  gap: 1.4rem;
}
.popular__item {
  position: relative;
  height: 230px;
}
@media (max-width: 1000px) {
  .popular__item {
    height: 300px;
  }
}
.popular__item img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
}
.popular__link img {
  width: 100%;
  height: 100%;
}
.popular__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 1rem;
  z-index: 3;
}
.popular p {
  font-size: 2rem;
  color: #1D2A4D;
  text-align: center;
  font-weight: 700;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 8px 8px;
  line-height: 1.2;
  text-wrap: balance;
}

.footer {
  background: var(--dark);
}
.footer a {
  color: white;
}
.footer__container {
  padding: 6rem 15px;
}
.footer__columns {
  display: flex;
  margin: 0 -20px;
}
.footer__column {
  width: 33.3333333333%;
  flex: 0 0 auto;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .footer__columns {
    flex-wrap: wrap;
    gap: 3%;
  }
  .footer__column {
    width: 48.5%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .footer__columns {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer__column {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem 0;
  }
}
.footer__name {
  color: #b9d806;
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 5px solid #969597;
  display: inline-block;
  font-family: var(--font-roboto-condensed);
  font-weight: 700;
}
.footer address {
  font-style: normal;
  font-weight: 400;
}
.footer p {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
  font-family: var(---font-roboto);
  color: #EFF5F9;
  font-style: normal;
  font-weight: 400;
}
.footer i {
  margin: 0 12px 0 0;
  color: #b9d806;
}
.footer__logo {
  width: 200px;
}
.footer__name-social {
  display: block;
  border: none;
  font-size: 1rem;
  margin: 1.5rem 0 1.5rem 0;
}
.footer .footer__social {
  display: flex;
  margin: 0 -0.5rem;
}
.footer .footer__btn {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 0.5rem;
}
.footer__social i {
  font-size: 1.25rem;
  color: #fff;
}
.footer .footer__bottom {
  border-top: 1px solid #969597;
}
.footer .footer__bottom a {
  color: #b9d806;
}
.footer .footer__bottom .footer__columns {
  display: flex;
  margin: 0 0;
}
.footer .footer__bottom .footer__column {
  width: calc(100% / -moz-fit-content);
  width: calc(100% / fit-content);
  flex: 0 0 auto;
  padding: 0 0;
}
@media (max-width: 1000px) {
  .footer .footer__bottom .footer__columns {
    flex-wrap: wrap;
    gap: 3%;
  }
  .footer .footer__bottom .footer__column {
    width: 48.5%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .footer .footer__bottom .footer__columns {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer .footer__bottom .footer__column {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem 0;
  }
}
.footer .footer__bottom .footer__columns {
  justify-content: space-between;
}
.footer .footer__bottom .footer__container {
  padding: 1.5rem 15px;
}
.footer .footer__btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem 0 0;
}
.footer .footer__btn i {
  margin: 0;
}
.footer__btn:hover i {
  color: #000;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.post p {
  font-size: 20px;
}

.post {
  margin-bottom: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
 }
.pagination .page-numbers{
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.pagination .current {
  color: #fff;
  background-color: #3c299a;
}
.page-subtitle {
  font-size: 35px;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.blog-title .post-categories{
  list-style: none;
  color:#3c299a;
}

.cat-items-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cat-items-wrap .cat-items a {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
}
.cat-items-wrap .cat-items a:hover {
  text-decoration: underline;
  color:#3c299a;
}
@media (max-width: 768px) {
  .cat-items {
    white-space: nowrap;
    overflow: scroll;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.justify-content-between {
  justify-content: space-between;
}
.text-align-right {
  text-align: right;
}
.align-items-end {
  align-items: flex-end;
}
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-arrow {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.toggle-arrow.rotated {
  transform: rotate(180deg);
}
.panel-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  opacity: 0;
}

.panel-collapse.in {
  max-height: 1000px; /* Достатньо велике значення для контенту */
  opacity: 1;
}

.panel-body {
  padding: 15px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.panel-collapse.in .panel-body {
  opacity: 1;
}
a[data-toggle="collapse"]{
  font-size:32px;
}
@media (max-width: 767px) {
  a[data-toggle="collapse"]{
    font-size:24px;
  }
}
@media (max-width: 479px) {
  a[data-toggle="collapse"]{
    font-size:18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  a[data-toggle="collapse"]{
    font-size:24px;
  }
}
.col-md-12{
  padding:0;
  width:100%;
}
.font-20{
  font-size:20px;
}
.row.bordered{
  border-top:1px solid #000;
}
section.services_hero{
  padding: 0;
}