@font-face {
  font-family: "lato-Regular";
  src: url("../styles/fonts/Lato-Regular.woff");
}
@font-face {
  font-family: "lato-Semibold";
  src: url("../styles/fonts/Lato-Semibold.woff");
}
@font-face {
  font-family: "lato-Bold";
  src: url("../styles/fonts/Lato-Bold.woff");
}
.certificates_bg .certificates, .experience, .appointment .appointment__wrapper, .consultation, .block5, .requests, .about-bg .about, .psychologist {
  display: grid;
  margin: 0 10% 0 10%;
  max-width: 100%;
  /*border: solid black 1px;*/
}

.certificates_bg .certificates__title, .experience__title, .consultation__title, .block5 h2, .requests h2, .about-bg .about h2, h2 {
  color: #36094a;
  padding: 2vw 0 4vw 0;
  font-family: "lato-Bold", Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
}

.block5 .container__rejection p, .requests .wrapper__text h4, .about-bg .about .about__items .about__item, .psychologist__text, .text24 {
  color: #36094a;
  font-family: "lato-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
}

.block-footer__text__subtext, .paragraph__text, .consultation .consultation__style, .requests .wrapper__text p, .text18 {
  color: #36094a;
  font-family: "lato-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.25vw;
}

* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  color: #36094a;
  font-family: "lato-Regular", Arial, Helvetica, sans-serif;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

*[id]:before {
  display: block;
  content: "";
  margin-top: -85px 0 0;
  height: 85px;
}

.header {
  background-color: #fcf6ff;
  font-family: "lato-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  box-shadow: 0px 4px 21px rgba(54, 9, 74, 0.12);
  width: 100%;
  position: fixed;
  z-index: 2;
  padding: 0 2vw;
}
.header .big-header {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .big-header .header__btn {
  background-color: #873caa;
  border-radius: 30px;
  border: 0;
  height: 2.3rem;
  font-size: 1.5rem;
  color: white;
  padding: 0 15px;
}
.header .big-header .header__btn a {
  display: flex;
  text-decoration: none;
  color: white;
  align-items: center;
  justify-content: space-evenly;
}
.header .big-header .header__btn a img {
  width: 80%;
  margin-right: 10px;
}
.header .big-header .header__items {
  display: flex;
  align-items: center;
  margin-right: 1.5vw;
}
.header .big-header .header__items .header__nav {
  display: flex;
  justify-content: space-around;
}
.header .big-header .header__items .header__nav ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.header .big-header .header__items .header__nav ul li {
  padding: 1vw;
}
.header .big-header .header__items .header__nav ul a {
  text-decoration: none;
  color: #36094a;
}
.header .big-header .header__items .header__nav ul a:hover {
  opacity: 65%;
}
.header .big-header .header__contacts img {
  width: 15px;
}
.header .big-header .header__contacts a {
  text-decoration: none;
  color: #36094a;
}

@media screen and (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 50px;
  }
  .header .big-header {
    display: none;
  }
  .header .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
  }
  .header .mobile-header__btn {
    display: flex;
    background-color: #873caa;
    border-radius: 15px;
    border: 0;
    height: 2rem;
    padding: 0 15px;
    font-size: 1rem;
    color: white;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .header .mobile-header__btn a {
    text-decoration: none;
    color: white;
  }
  .header .mobile-header__btn img {
    margin-right: 10px;
    height: 1rem;
  }
  .header .mobile-header .checkbox {
    z-index: 7;
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
  }
  .header .mobile-header .hamburger-lines {
    height: 1.5rem;
    width: 2rem;
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .mobile-header .hamburger_line {
    height: 0.2rem;
    width: 100%;
    border-radius: 10px;
    background: #36094a;
  }
  .header .mobile-header .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .header .mobile-header .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .header .mobile-header .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .header .mobile-header .menu-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 2.7rem;
    right: 0;
    width: 100%;
    height: 100vh;
    transform: translate(150%);
    transition: transform 0.5s ease-in-out;
    background-color: #fcf6ff;
    z-index: 5;
    border-bottom-left-radius: 10px;
    font-size: 1.3rem;
  }
  .header .mobile-header .menu-items__nav {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    margin-top: -9rem;
  }
  .header .mobile-header .menu-items__nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
  }
  .header .mobile-header .menu-items__nav ul li {
    padding: 5vw;
  }
  .header .mobile-header .menu-items__nav ul a {
    text-decoration: none;
    color: #36094a;
  }
  .header .mobile-header .menu-items__nav ul a:hover {
    opacity: 65%;
  }
  .header .mobile-header .menu-items__contacts {
    display: flex;
    justify-content: center;
  }
  .header .mobile-header .menu-items__contacts a {
    text-decoration: none;
    color: #36094a;
    font-size: 1.2rem;
  }
  .header .mobile-header input[type=checkbox]:checked ~ .menu-items {
    transform: translateX(0);
  }
  .header .mobile-header input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .header .mobile-header input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .header .mobile-header input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}
.psychologist {
  margin-bottom: 3vw;
  padding-top: 4vw;
  grid-template-columns: 60% 40%;
  max-width: 100vw;
}
@media screen and (max-width: 1023px) {
  .psychologist {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .psychologist {
    padding-top: 8vw;
  }
}
.psychologist .psychologist__picture_main {
  max-width: 100%;
  margin-left: -6vw;
  padding-top: 5vw;
}
.psychologist__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 15vw 0 15vw;
}
.psychologist__title {
  font-family: "lato-Bold", Arial, Helvetica, sans-serif;
  src: url("../styles/fonts/Lato-Bold.woff");
  font-size: 3.5vw;
  text-align: right;
  color: #36094a;
  margin: 0 0 1vw 0;
}
@media screen and (max-width: 1199px) {
  .psychologist__title {
    font-size: 4.8vw;
    text-align: center;
  }
}
.psychologist__subtitle {
  font-family: "lato-Semibold", Arial, Helvetica, sans-serif;
  src: url("../styles/fonts/Lato-Semibold.woff");
  font-size: 1.5vw;
  text-align: right;
  color: #36094a;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .psychologist__subtitle {
    font-size: 2.6vw;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .psychologist__subtitle {
    font-size: 3.2vw;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .psychologist__subtitle {
    font-size: 3.5vw;
    text-align: center;
  }
}
.psychologist__text {
  text-align: right;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .psychologist__text {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .psychologist__text {
    font-size: 3vw;
    text-align: center;
    margin-top: 10px;
  }
}

.about-bg {
  background-image: url(./images/bg-about.jpg);
  background-size: cover;
}
.about-bg .about {
  padding-bottom: 7vw;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-bg .about h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .about-bg .about h2 {
    font-size: 4.5vw;
  }
}
.about-bg .about .about__items {
  display: grid;
  grid-template-columns: 2.42240727% 20.1362604% 7.64572294% 11.5064345% 6.28311885% 2.27100681% 8.0999243% 3.02800908% 25.662377% 2.72520818% 10.1438304%;
  grid-template-rows: 9.25589837% 26.8602541% 9.25589837% 18.5117967% 9.43738657% 6.35268711% 3.26678766% 7.25952813% 6.71506352% 3.08529946%;
  max-width: 1321px;
  width: 100%;
  max-height: 551px;
  align-items: center;
  justify-content: center;
}
.about-bg .about .about__items .about__item:nth-child(1) {
  grid-column: 1/5;
  grid-row: 2/5;
}
.about-bg .about .about__items .about__item:nth-child(2) {
  grid-column: 8/12;
  grid-row: 1/3;
}
.about-bg .about .about__items .about__item:nth-child(3) {
  grid-column: 6/11;
  grid-row: 4/6;
}
.about-bg .about .about__items .about__item:nth-child(4) {
  grid-column-start: 2;
  grid-row: 6/9;
}
.about-bg .about .about__items .about__item:nth-child(5) {
  grid-column: 4/7;
  grid-row: 8/11;
}
.about-bg .about .about__items .about__item:nth-child(6) {
  grid-column-start: 9;
  grid-row: 7/10;
}
.about-bg .about .about__items .about__item {
  font-size: 1.4rem;
  background-color: #fcf6ff;
  border-radius: 25px;
  box-shadow: 5px 7px 20px rgba(54, 9, 74, 0.15);
  padding: 1.7rem 1.8rem;
  text-indent: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-bg .about .about__items .about__item {
    font-size: 1rem;
  }
}
.about-bg .about .about__items p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .about-bg {
    background-image: url(./images/bg-about-big3.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .about-bg {
    background-image: url(./images/bg-about-small3.jpg);
    background-size: cover;
  }
  .about-bg .about {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
  }
  .about-bg .about h2 {
    font-size: 4.5vw;
  }
  .about-bg .about .about__items {
    display: flex;
    flex-direction: column;
    min-height: 300px;
  }
  .about-bg .about .about__items .about__item {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0;
    padding: 0.7rem;
    width: 100%;
    font-size: 3vw;
  }
  .about-bg .about .about__items .about__item:nth-child(1) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .about-bg .about h2 {
    font-size: 5vw;
  }
  .about-bg .about .about__items .about__item p {
    font-size: 3.3vw;
  }
}
.requests {
  margin-bottom: 6vw;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .requests h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .requests h2 {
    font-size: 4.5vw;
  }
}
.requests .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2vw;
}
.requests .wrapper__part {
  display: flex;
  align-items: flex-start;
}
.requests .wrapper__image {
  padding-right: 2.5vw;
}
.requests .wrapper__image img {
  align-self: center;
  width: 5vw;
}
.requests .wrapper__text {
  min-height: 6vw;
  max-width: 28vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
}
.requests .wrapper__text h4 {
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
.requests .back4-5 {
  position: absolute;
  top: 25vw;
  left: 12vw;
  width: 30vw;
  height: 30vw;
}

@media screen and (max-width: 767px) {
  .requests h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .requests .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    gap: 3vw;
  }
  .requests .wrapper__image {
    padding-right: 5vw;
  }
  .requests .wrapper__image img {
    width: 8vw;
  }
  .requests .wrapper__text {
    max-width: 100%;
  }
  .requests .wrapper__text h4 {
    font-size: 3vw;
  }
  .requests .wrapper__text p {
    font-size: 2.5vw;
  }
  .requests .back4-5 {
    position: absolute;
    top: 55vw;
    left: 40vw;
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (max-width: 575px) {
  .requests h2 {
    font-size: 5vw;
  }
  .requests .wrapper {
    gap: 4vw;
  }
  .requests .wrapper__image img {
    width: 10vw;
    height: 10vw;
  }
  .requests .wrapper__text h4 {
    font-size: 3.3vw;
  }
  .requests .wrapper__text p {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .requests .wrapper__text h4 {
    font-size: 1.25rem;
  }
  .requests .wrapper__text p {
    font-size: 1rem;
  }
}
.block5 {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .block5 h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block5 h2 {
    font-size: 4.5vw;
  }
}
.block5 .container {
  display: flex;
  justify-content: space-between;
}
.block5 .container__rejection {
  display: flex;
  align-items: center;
  width: 23vw;
  height: 4.2vw;
  background-color: #ffe1e1;
  border-radius: 25px;
}
.block5 .container__rejection img {
  margin: 0 1vw 0 2vw;
  max-width: 2vw;
}
.block5 .container__rejection p {
  text-align: center;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .block5 .container__rejection p {
    font-size: 1.85vw;
  }
}
.block5 .container__rejection:hover {
  background-color: #ffbfbf;
}

@media screen and (max-width: 767px) {
  .block5 h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .block5 .container {
    display: flex;
    flex-direction: column;
    gap: 3.5vw;
    margin-right: 5%;
  }
  .block5 .container__rejection {
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.5vw;
  }
  .block5 .container__rejection img {
    margin: 0 1vw 0 4vw;
    max-width: 2vw;
  }
  .block5 .container__rejection p {
    font-size: 3vw;
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .block5 h2 {
    font-size: 5vw;
  }
  .block5 .container__rejection p {
    font-size: 3vw;
  }
  .block5 .container__rejection .image {
    margin: 0 1vw 0 4vw;
  }
}
.consultation {
  margin-bottom: 6vw;
}
@media screen and (max-width: 767px) {
  .consultation__title {
    font-size: 4.5vw;
  }
}
.consultation__wrapper {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding-bottom: 5%;
}
.consultation .consultation__main {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto auto auto;
  gap: 0.5rem;
  margin-right: 5%;
  align-items: center;
}
.consultation .consultation__style {
  background-color: #fcf6ff;
  box-shadow: 5px 7px 20px rgba(54, 9, 74, 0.15);
  border-radius: 27px;
  padding: 5% 9% 5% 8%;
}
.consultation .consultation__main-text__two {
  margin-bottom: 0.75rem;
}
.consultation__foto {
  display: grid;
  max-width: 100%;
  margin-left: 20%;
}
.consultation .consultation__main-number__one, .consultation .consultation__main-number__two, .consultation .consultation__main-number__three {
  display: grid;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .consultation__title {
    font-size: 3.5vw;
  }
  .consultation__wrapper .consultation__style {
    font-size: 1rem;
  }
  .consultation__wrapper .consultation__main-text__two {
    margin-bottom: 1rem;
  }
  .consultation__wrapper .consultation__main-text__one {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*.consultation__title {
    font-size: $h2_font;
  }*/
  .consultation {
    margin: 0 2% 0 4%;
  }
  .consultation .consultation__style {
    font-size: 2.5vw;
  }
  .consultation .consultation__title {
    font-size: 4.5vw;
  }
  .consultation .consultation__wrapper {
    grid-template-columns: 1fr;
  }
  .consultation .consultation__wrapper .consultation__style {
    font-size: 2vw;
  }
  .consultation .consultation__wrapper .consultation__foto {
    display: none;
  }
  .consultation .consultation__wrapper .consultation__main-text__two {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 575px) {
  .consultation {
    margin: 0 0 0 5%;
  }
  .consultation .consultation__style {
    font-size: 2.8vw;
    border-radius: 15px;
  }
  .consultation .consultation__title {
    font-size: 5vw;
  }
  .consultation .consultation__wrapper {
    grid-template-columns: 1fr;
  }
  .consultation .consultation__wrapper .consultation__main {
    grid-template-columns: 1fr;
  }
  .consultation .consultation__wrapper .consultation__foto {
    display: none;
  }
  .consultation .consultation__wrapper .consultation__main-number__one,
  .consultation .consultation__wrapper .consultation__main-number__two,
  .consultation .consultation__wrapper .consultation__main-number__three {
    display: none;
  }
  .consultation .consultation__wrapper .consultation__main-text__two {
    margin-bottom: 1rem;
  }
  .consultation .consultation__wrapper .consultation__main-text__one {
    margin-bottom: 1.2rem;
  }
}
.appointment {
  display: grid;
  background-color: #873caa;
}
.appointment .appointment__wrapper {
  grid-template-columns: 3fr 1fr 20%;
  align-items: center;
}
.appointment .appointment__wrapper .appointment__title {
  color: white;
  padding: 10% 0 10% 0;
  font-family: "lato-Bold", Arial, Helvetica, sans-serif;
}
.appointment .appointment__wrapper .appointment__href {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.appointment .appointment__wrapper .appointment__href .appointment__href-icon {
  display: grid;
  max-width: 50%;
}
.appointment .appointment__wrapper .appointment__href .appointment__href-icon:hover {
  opacity: 50%;
}
.appointment .appointment__wrapper .appointment__href .appointment__href-name {
  display: grid;
  color: white;
  font-family: "lato-Bold", Arial, Helvetica, sans-serif;
  font-size: 2vw;
  text-decoration: none;
}
.appointment .appointment__wrapper .appointment__href .appointment__href-name:hover {
  opacity: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .appointment .appointment__wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .appointment .appointment__wrapper .appointment__title {
    font-size: 3vw;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-icon {
    max-width: 60%;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-name {
    font-size: 3vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .appointment .appointment__wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .appointment .appointment__wrapper .appointment__title {
    font-size: 4.5vw;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-icon {
    max-width: 70%;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-name {
    font-size: 4.5vw;
    font-size: 4vw;
  }
}
@media (max-width: 575px) {
  .appointment .appointment__wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .appointment .appointment__wrapper .appointment__title {
    font-size: 4.5vw;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-icon {
    max-width: 70%;
  }
  .appointment .appointment__wrapper .appointment__href .appointment__href-name {
    font-size: 4vw;
  }
}
.experience {
  margin-bottom: 6vw;
  margin-top: 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100vw;
}
@media screen and (max-width: 1199px) {
  .experience {
    grid-template-columns: 1fr;
  }
}
.experience__picture {
  display: grid;
  grid-template-rows: 10% 1fr;
}
.experience__picture img {
  width: 80%;
}
.experience__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40vw;
  gap: 1.4vw;
}
@media screen and (max-width: 1199px) {
  .experience__list {
    max-width: 100vw;
  }
}
.experience__title {
  grid-column: 1/span 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .experience__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .experience__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 575px) {
  .experience__title {
    font-size: 5vw;
  }
}
.experience .experience__picture_secondary {
  max-width: 100%;
  margin-left: -3.8vw;
}
@media screen and (max-width: 1199px) {
  .experience .experience__picture_secondary {
    display: none;
  }
}
.experience__paragraph {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.paragraph__icon {
  max-width: 1.5vw;
  max-height: 1.5vw;
  margin-right: 0.7vw;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .paragraph__icon {
    max-width: 2vw;
    max-height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .paragraph__icon {
    max-width: 3vw;
    max-height: 3vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .paragraph__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .paragraph__text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 575px) {
  .paragraph__text {
    font-size: 2.8vw;
  }
}
.paragraph__link {
  text-decoration: none;
  color: #873caa;
}
.paragraph__link:hover {
  opacity: 65%;
}

.certificates_bg {
  position: relative;
}
.certificates_bg__img {
  z-index: -1;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -12vw;
}
.certificates_bg .certificates {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .certificates_bg .certificates__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .certificates_bg .certificates__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 575px) {
  .certificates_bg .certificates__title {
    font-size: 5vw;
  }
}
.certificates_bg .certificates__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.certificates_bg .certificates__slider__pictures {
  width: 100%;
  overflow: hidden;
}
.certificates_bg .certificates__slider__slider {
  position: relative;
  display: flex;
}
.certificates_bg .certificates__slider__slide {
  width: 100%;
  height: auto;
  justify-content: center;
  flex: 0 0 50%;
  padding: 0 2%;
  display: none;
}
.certificates_bg .certificates__slider__slide img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
}
.certificates_bg .certificates__slider .previous {
  display: inline-flex;
  order: 1;
  animation-name: Appearance;
  animation-duration: 2s;
}
@keyframes Appearance {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.certificates_bg .certificates__slider .next {
  display: inline-flex;
  order: 2;
  animation-name: Appearance2;
  animation-duration: 2s;
}
@keyframes Appearance2 {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.certificates_bg .certificates__slider__button-left {
  position: absolute;
  left: -4vw;
  width: 4.5vw;
}
.certificates_bg .certificates__slider__button-left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .certificates_bg .certificates__slider__button-left {
    width: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .certificates_bg .certificates__slider__button-left {
    width: 5.5vw;
  }
}
.certificates_bg .certificates__slider__button-left:hover, .certificates_bg .certificates__slider__button-right:hover, .certificates_bg .certificates__slider .next:hover, .certificates_bg .certificates__slider .previous:hover {
  opacity: 0.7;
}
.certificates_bg .certificates__slider__button-right {
  position: absolute;
  right: -4vw;
  transform: rotate(180deg);
  width: 4.5vw;
}
.certificates_bg .certificates__slider__button-right img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .certificates_bg .certificates__slider__button-right {
    width: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .certificates_bg .certificates__slider__button-right {
    width: 5.5vw;
  }
}

@media screen and (max-width: 960px) {
  .certificates__slide {
    width: 100%;
    flex: 0 0 100%;
    display: none;
    justify-content: center;
  }
  .certificates__slider__button-left {
    position: absolute;
  }
  .certificates__slider__button-right {
    position: absolute;
    transform: rotate(180deg);
  }
  .certificates__slider .previous {
    display: inline-flex;
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .certificates__slider .next {
    display: none;
  }
}
.block-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fcf6ff;
  z-index: 1;
  width: 100%;
  height: 7vw;
  padding: 0 2vw;
}
.block-footer__text {
  display: flex;
  width: 50%;
  gap: 0.5vw;
  justify-content: flex-start;
}
.block-footer__text__subtext {
  font-size: 0.9rem;
}
.block-footer .media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  gap: 1.5vw;
}
.block-footer .media__image {
  width: 2.5vw;
}
.block-footer .media .media__image:hover {
  opacity: 50%;
}

@media screen and (max-width: 767px) {
  .block-footer {
    height: 15vw;
    padding: 0 4vw;
    align-items: center;
    justify-content: space-between;
  }
  .block-footer__text {
    flex-direction: column;
  }
  .block-footer__text__subtext {
    font-size: 0.8rem;
  }
  .block-footer .media {
    width: 50%;
    gap: 3vw;
  }
  .block-footer .media__image {
    width: 5vw;
  }
}
@media screen and (max-width: 575px) {
  .block-footer {
    height: 19vw;
  }
  .block-footer__text__subtext {
    font-size: 0.6rem;
  }
  .block-footer .media {
    gap: 3vw;
  }
  .block-footer .media__image {
    width: 5.5vw;
  }
}/*# sourceMappingURL=style.css.map */