/*
Theme Name: Chervyakov
Theme URI: http://chervyakov-psy.ru
Author: Anton
Description: Custom theme for chervyakov-psy.ru
Version: 1.0
*/
@import url('swiper-bundle.min.css');

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Roboto-Bold";
  src: local("Roboto-Bold"), url(fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: "Roboto-Medium";
  src: local("Roboto-Medium"), url(fonts/Roboto-Medium.ttf);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: 71px; */
}

main {
  flex: 1;
}

*,
body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #171924;
  flex-direction: column;
  justify-content: space-between;
}

.lg-counter > * {
  color: #999;
}

ul {
  padding: 0;
}

p {
  margin: 0px;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

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

.margin-bottom {
  margin-bottom: 100px;
}

.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 746px) {
  .margin-vertical {
    margin: 60px 0;
  }

  .margin-bottom {
    margin-bottom: 60px;
  }
}

.header {
  position: relative;
  z-index: 3;
  width: 100%;
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 45px;
}

.logo {
  position: relative;
  width: max-content;
  color: #b19951;
  font-size: 32px;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 45px;
  font-family: "Roboto-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.second__row {
  margin-left: 30px;
}

.logo::after {
  content: "";
  display: block;
  height: 55px;
  width: 3px;
  background-color: #fff;
}

.logo__text {
  font-family: "Roboto-Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  width: min-content;
}

@media (max-width: 680px) {
  .logo__text {
    font-size: 18px;
  }

  .logo {
    font-size: 20px;
    gap: 25px;
  }

  .logo-container {
    gap: 25px;
  }
}

@media (max-width: 500px) {
  .logo__text {
    font-size: 14px;
  }

  .logo {
    width: min-content;
    gap: 15px;
  }

  .logo-container {
    gap: 15px;
  }
}

.popup {
  display: none;
}

.popup {
  position: fixed;
  top: -200%;
  left: 0px;
  width: 100%;
  height: 396px;
  background-color: #262e34;
  z-index: 5;
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  padding: 30px 20px;
}

.noscroll {
  overflow: hidden;
}

.noscroll .header {
  background-color: #262e34;
  background-image: none;
}

.burger {
  display: block;
}

.burger {
  width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  z-index: 5;
  transition: 0.5s;
}

.burger::after,
.burger::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: 0.5s;
  border-radius: 40px;
}

.burger::before {
  top: 0;
  left: 0;
}

.burger::after {
  bottom: 0;
  left: 0;
}

.burger__line {
  width: 32px;
  height: 3px;
  margin-top: 9px;
  border-radius: 40px;
  background-color: #fff;
  display: block;
}

/* .popup.open .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 50px 0;
  overflow: auto;
  width: 100%;
  height: 100%;
} */

.popup.open {
  top: 115px;
  transition: 0.3s;
}

@media (max-width: 680px) {
  .popup.open {
    top: 90px;
  }
}
@media (max-width: 500px) {
  .popup.open {
    top: 75px;
  }
}

.burger.active .burger__line {
  opacity: 0;
}

.burger::after {
  top: 100%;
  transform: rotate(-180deg) translate(0, -70%);
}

.burger::before {
  top: 0%;
  transform: rotate(180deg) translate(0, 60%);
}

.burger.active::after {
  background-color: #b19951;
  top: 54%;
  transform: rotate(-315deg) translate(0, -70%);
}

.burger.active::before {
  background-color: #b19951;
  top: 40%;
  transform: rotate(315deg) translate(0, 60%);
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 30px;
}

.menu__item {
  list-style: none;
}

.menu__link {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.popup__inst {
  display: block;
  margin: 0 auto;
}

.main-block {
  background-image: url(images/photo.svg);
  margin-top: -125px;
  padding: 125px 0 200px;
  position: relative;
  overflow: hidden;
}

.social {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.main-block__inner {
  padding-left: 100px;
  position: relative;
  z-index: 2;
}

.title {
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  font-family: "Roboto-Medium", Arial, sans-serif;
  max-width: 820px;
}

.main-block__dr {
  font-size: 24px;
  color: #b19951;
  font-family: "Roboto-Bold", Arial, sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
}

.main-block__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  padding-left: 40px;
}

.main-block__list_item {
  font-size: 24px;
  color: #fff;
  max-width: 330px;
}

.main-block__line {
  position: absolute;
  left: calc((100vw - 1400px) / 2 + 20px);
  bottom: 110px;
}

.main-block__play {
  position: absolute;
  bottom: 58px;
  left: calc((100vw - 1400px) / 2 + 350px);
}

.main-block__line2 {
  position: absolute;
  bottom: 110px;
  left: calc((100vw - 1400px) / 2 + 570px);
}

.chelik {
  position: absolute;
  right: calc((100vw - 1800px) / 2 + 20px);
  bottom: 0;
  height: 1400px;
  object-position: top;
}

@media (max-width: 1200px) {
  .chelik {
    height: 1250px;
  }
}

.button__border {
  width: 100%;
  padding: 5px;
  border: 1px solid #b19951;
  text-decoration: none;
}

.button {
  background-color: #b19951;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 746px) {
  .button__border {
    border: none;
  }

  .button {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
  }
}

.main-blok__button__border {
  max-width: 422px;
  width: 100%;
  padding: 5px;
  border: 1px solid #b19951;
  position: absolute;
  bottom: 77px;
  left: calc((100vw - 1400px) / 2 + 750px);
  cursor: pointer;
}

@media (max-width: 1400px) {
  .main-block__line {
    left: 20px;
  }

  .chelik {
    right: -200px;
  }

  .main-block__play {
    left: 300px;
  }

  .main-block__line2 {
    display: none;
  }

  .main-blok__button__border {
    left: 500px;
  }
}

@media (max-width: 1100px) {
  .main-block__line2 {
    display: none;
  }

  .main-blok__button__border {
    left: calc((100vw - 1400px) / 2 + 717px);
  }
}

@media (max-width: 900px) {
  .main-block__line {
    display: none;
  }

  .main-block__play {
    display: none;
  }

  .chelik {
    display: none;
  }

  .main-blok__button__border {
    left: 20px;
  }

  .main-block__inner {
    padding-left: 0;
    padding-top: 30px;
  }

  .main-block__list {
    flex-direction: column;
    gap: 30px;
  }

  .title {
    font-size: 36px;
  }

  .social {
    flex-direction: row;
    padding: 30px 0 0;
  }

  .logo {
    height: 50px;
  }

  .main-blok__button__border {
    width: max-content;
  }

  .main-blok__button__border .button {
    font-size: 16px;
    padding: 10px;
  }
}

@media (max-width: 746px) {
  .main-block__list {
    gap: 20px;
  }

  .title {
    font-size: 24px;
  }

  .main-block__list_item {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }

  .logo {
    height: 35px;
  }

  .logo::after {
    height: 40px;
  }
}

li::marker {
  background-color: #b19951;
  color: #b19951;
  font-size: 40px;
}

.situations-wrapper {
  background-image: url(images/fon.png);
  padding: 100px 0;
  background-size: cover;
}

.situations {
  position: relative;
  max-height: 685px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  gap: 20px;
}

.situations__line1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.situations__line2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.situations__title {
  font-family: "Roboto-Medium", Arial, sans-serif;
  font-size: 36px;
  position: absolute;
  top: -30px;
  left: 80px;
  line-height: 100%;
  letter-spacing: 0px;
}

.situations__item {
  border: 2px solid #b19951;
  padding: 5px;
  position: relative;
  width: 259px;
}

.situations__item_inner {
  position: absolute;
  top: 20px;
  height: 100%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: end;
  padding: 30px 15px;
  /* filter:brightness(70%) */
}

.situations__item_inne-shad {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.situations__item_text {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  z-index: 2;
  letter-spacing: 0px;
  font-family: "Roboto-Medium", Arial, sans-serif;
}

.situations__item_inner-max {
  height: 442px;
}

.situations__item_inner-mini {
  height: 313px;
}

.situations__button__border {
  position: absolute;
  max-width: 380px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.situations__item2 {
  top: 10px;
}

.situations__item3 {
  top: -40px;
}

.situations__item4 {
  top: -30px;
}

@media (max-width: 1300px) {
  .situations {
    padding: 100px 25px;
  }

  .situations__title {
    top: -38px;
    left: 40px;
  }
}

@media (max-width: 1050px) {
  .situations {
    padding: 100px 0;
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .situations__line1,
  .situations__line2 {
    display: none;
  }

  .situations__item {
    top: 0;
    height: 313px;
  }
}

@media (max-width: 1050px) {
  .situations {
    max-height: none;
  }
}

.meaning-wrapper {
  background-image: url(images/fon2png.png);
  background-size: cover;
  padding: 30px;
}

.meaning {
  position: relative;
  height: 630px;
}

.meaning__title {
  font-family: "Roboto-Medium", Arial, sans-serif;
  font-size: 36px;
  position: absolute;
  top: 20px;
  color: #fff;
  left: 110px;
  line-height: 100%;
  letter-spacing: 0px;
}

.meaning__item {
  height: 213px;
  display: flex;
  justify-content: end;
  padding: 28px 40px 45px 30px;
  background-size: contain;
}

.meaning__item1 {
  background-image: url(images/dashed1.svg);
  width: 320px;
  height: 220px;
  position: absolute;
  left: 70px;
  gap: 10px;
  top: 140px;
  background-repeat: no-repeat;
  padding: 28px 59px 40px 30px;
}

.meaning__1to2 {
  height: 166px;
  position: absolute;
  top: 154px;
  left: 358px;
  display: block;
}

.meaning__item2 {
  background-image: url(images/dashed.svg);
  width: 330px;
  position: absolute;
  left: 542px;
  top: 50px;
}

.meaning__item3 {
  background-image: url(images/dashed3.svg);
  width: 310px;
  position: absolute;
  left: 874px;
  top: 260px;
  padding-bottom: 34px;
}

.meaning__3to4 {
  height: 101px;
  position: absolute;
  top: 382px;
  left: 688px;
  display: block;
}

.meaning__item4 {
  background-image: url(images/dashed4.svg);
  width: 310px;
  position: absolute;
  left: 368px;
  top: 300px;
  padding-bottom: 15px;
}

.meaning__item_text {
  color: #fff;
}

@media (max-width: 1275px) {
  .meaning__item {
    position: unset;
  }

  .meaning__title {
    position: unset;
    text-align: center;
  }

  .meaning__1to2,
  .meaning__3to4 {
    display: none;
  }

  .meaning__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .meaning .situations__line1,
  .meaning .situations__line2 {
    display: none;
  }

  .meaning {
    height: auto;
  }
}

@media (max-width: 480px) {
  .meaning__title {
    font-size: 30px;
  }
}

.reason__wrapper {
  background-image: url(images/fon3.png);
  padding: 30px;
}

.reason {
  position: relative;
  height: 567px;
}

.reason__title {
  text-align: center;
  font-size: 36px;
  font-family: "Roboto-Medium", Arial, sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.reason__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  column-gap: 60px;
  justify-content: center;
}

.reason__item {
  width: 450px;
  background-repeat: no-repeat;
  height: 180px;
  background-size: 610px ;
  background-position-y: top;
  padding: 54px 35px 30px 94px;
}

.reason__item_title {
  font-size: 20px;
  color: #fff;
  font-family: "Roboto-Medium", Arial, sans-serif;
  padding-bottom: 20px;
  line-height: 100%;
}

.reason__item_text {
  font-size: 12px;
  line-height: 110%;
  color: #fff;
}

@media (max-width: 1100px) {
  .reason__inner {
    row-gap: 30px;
    column-gap: 20px;
  }
}

@media (max-width: 1024px) {
  .reason {
    height: auto;
  }
}

@media (max-width: 480px) {
  .reason__item {
    padding: 25px;
    height: 270px;
  }

  .reason__title {
    font-size: 22px;
  }
}

.consult__wrapper {
  background-image: url(images/fon4.png);
  background-size: cover;
  padding: 30px;
}

.consult {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.consult__content {
  background-image: url(images/social_fon.png);
  background-size: cover;
  height: 409px;
  width: 483px;
}

.consult__inner {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  padding: 20px 0;
}

.consult__title {
  text-align: center;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 24px;
  color: #fff;
}

.consult__subtitle {
  text-align: center;
  font-family: "Roboto-Bold", Arial, sans-serif;
  color: #fff;
}

.social2 {
  display: flex;
  flex-direction: row;
  width: 290px;
  margin-bottom: 10px;
}

.social2__item {
  width: 50px;
  height: 50px;
}

.consult__time {
  text-align: center;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 24px;
  color: #b19951;
}

.consult__swiper {
  max-width: 568px;
  height: 272px !important;
  margin: 0;
}

.consult__slide_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consult__prev .arrow {
  rotate: 180deg;
}

.consult__prev:after,
.consult__next::after {
  content: "" !important;
}

.arrow {
  width: 30px !important;
  height: 30px !important;
  background-color: #fff;
  border-radius: 100%;
}

.swiper-wrapper {
  flex-direction: row;
}

@media (max-width: 1024px) {
  .consult {
    flex-direction: column;
    height: auto;
    gap: 50px;
  }

  .consult__swiper {
    max-width: 422px;
  }
}

@media (max-width: 520px) {
  .consult__content {
    width: auto;
    height: auto;
    background-image: unset;
  }

  .consult__wrapper {
    padding: 30px 0px;
  }

  .consult__swiper {
    max-width: 310px;
  }

  .social2__item .social__item {
    width: 40px;
  }

  .social2 {
    margin-top: 10px;
  }
}

.about__wrapper {
  background-image: url(images/fon5.png);
  background-size: cover;
  padding: 30px;
  overflow: hidden;
}

.about {
  position: relative;
  max-width: 1087px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 50px;
  padding-top: 100px;
}

.chelik2 {
  position: absolute;
  bottom: 0;
  height: 1100px;
  bottom: -28px;
  left: 0;
}

.name {
  position: absolute;
  rotate: 90deg;
  left: -180px;
  bottom: 225px;
}

.firstname {
  color: #fff;
  font-size: 125px;
  font-family: "Roboto-Bold", Arial, sans-serif;
  line-height: 40%;
  text-transform: uppercase;
}

.secondname {
  color: #b19951;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80%;
  margin-left: 50px;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.about__inner {
  width: 100%;
  z-index: 2;
  max-width: 478px;
  padding-bottom: 110px;
}

.about__mini-bold {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 18px;
  width: 400px;
  display: block;
  margin: 0 auto;
}

.about__line {
  position: absolute;
  top: 174px;
  right: 55px;
  width: 487px;
}

.about__name {
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-size: 26px;
  width: 400px;
  display: block;
  margin: 0 auto;
}

.about__text1 {
  width: 400px;
  display: block;
  margin: 45px auto;
}

.about__text2 {
  margin: 10px 0;
  font-size: 18px;
}

.about__button__border {
  max-width: 280px;
  position: absolute;
  bottom: 0;
  right: 55px;
  
}

@media (max-width: 1100px) {
  .chelik2 {
    display: none;
  }

  .about {
    padding-left: 200px;
    justify-content: start;
  }

  .about__line {
    right: unset;
    /* left: 190px; */
  }
}

@media (max-width: 850px) {
  .name {
    display: none;
  }

  .about__button__border {
    
    margin-top: 30px;
  }

  .about__inner {
    padding-bottom: 70px;
  }

  .about {
    padding: 0;
    padding-top: 30px;
    display: block;
  }

  .about__line {
    top: 103px;
    /* left: -10px; */
    right: unset;
  }
  .about__button__border {
    max-width: 280px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    
  }.about__inner {margin: 0 auto;}
}

@media (max-width: 550px) {
  .about__line {
    display: none;
  }

  .about__name,
  .about__mini-bold,
  .about__text1 {
    width: auto;
  }

  .about__text1 {
    margin: 20px auto;
  }
}

.about__button__border .button {
  font-size: 16px;
}

.map-container iframe {
  width: 100%;
}

.map-container {
  position: relative;
}

.map-containr2 {
  border: 1px solid #b19951;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.map__contacts {
  position: absolute;
  right: calc((100vw - 1028px) / 2 + 20px);
  top: 10px;
  z-index: 3;
  width: 354px;
  height: 426px;
  border: 3px solid #b19951;
  padding: 4px;
}

.map__contacts_inner {
  background-color: #182630;
  border: 1px solid #b19951;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.map__contacts_title {
  font-family: "Roboto-Bold", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.map__contacts_subtitle {
  font-family: "Roboto-Medium", Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.map__contacts_social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 40px 0 30px;
}

.map-container .social__link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.map-container .social__item {
  width: 50px;
}

@media (max-width: 1058px) {
  .map__contacts {
    right: 20px;
  }
}

@media (max-width: 748px) {
  .map__contacts {
    position: unset;
    margin: 0 auto 60px;
  }
}

@media (max-width: 748px) {
  .map__contacts {
    width: 300px;
    height: 390px;
  }

  .map__contacts_title {
    font-size: 20px;
  }
}

@media (max-width: 748px) {
  .map-container .social__item {
    width: 40px;
  }

  .map__contacts {
    width: 300px;
    height: 390px;
  }

  .map__contacts_title {
    font-size: 20px;
  }
}

.footer .social__item {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.social__link_text {
  font-family: "Roboto-Medium", Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.footer {
  background-color: #182630;
  padding-top: 27px;
}

.footer__line {
  border-top: 1px solid #fff;
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 90px;
  gap: 30px;
}

.footer__social {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.footer__contacts {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.footer__address {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
}

.footer__address_beige {
  color: #b19951;
  font-size: 16px;
  font-family: "Roboto-Medium", Arial, sans-serif;
}

.footer__pivacy {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Medium", Arial, sans-serif;
  text-decoration: none;
}

.footer__pivacy::marker {
  font-size: 22px;
}

.footer .social__link_text {
  line-height: 200%;
  margin-top: 10px;
  font-family: "Roboto", Arial, sans-serif;
}

.footer .logo__text {
  font-size: 20px;
  width: min-content;
}

.footer .logo {
  width: min-content;
  font-size: 30px;
  gap: 25px;
}

.footer .logo-container {
  gap: 25px;
}

@media (max-width: 700px) {
  .footer__container {
    justify-content: start;
    padding: 30px 15px 60px;
  }

  .footer__content {
    align-items: start;
  }

  .footer .logo__text {
    font-size: 16px;
    width: min-content;
  }

  .footer .logo {
    width: min-content;
    font-size: 20px;
    gap: 25px;
  }

  .footer .logo-container {
    gap: 25px;
  }

  .footer .social__item {
    width: 40px;
  }
}
.policy {
  margin: 60px 0;
}

.alignright {
  margin: 0 0 48px 48px;
  float: right;
  display: block;
  padding: 0;
}

.alignleft {
  margin: 0 48px 48px 0;
  float: left;
  display: block;
  padding: 0;
}

.alignright {
  margin: 0 0 48px 48px;
  float: right;
  display: block;
  padding: 0;
}

.aligncenter {
  margin: 48px auto;
  float: center;
  display: block;
  padding: 0;
}

.content {
  margin-bottom: 30px;
}

.content_m0 {
  margin: 0;
}

.content iframe {
  width: 100%;
  margin: 0 auto !important;
}

.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #312d3b;
  margin: 0;
}

.content p:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .content p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.content b,
.content strong {
  font-family: "OpenSans-Bold";
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}

.content a {
  color: #b69d74;
  text-decoration: none;
}

.content a:hover {
  text-decoration: none;
}

.content img {
  margin-bottom: 30px;
}

.content h1 {
  font-size: 48px;
  line-height: 140%;
  font-family: "PlayfairDisplay-Bold";
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h1 {
    font-size: 40px;
  }
}

.content h2 {
  font-size: 40px;
  line-height: 140%;
  font-family: "PlayfairDisplay-Bold";
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h2 {
    font-size: 32px;
  }
}

.content h3 {
  font-size: 36px;
  line-height: 140%;
  font-family: "PlayfairDisplay-Bold";
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h3 {
    font-size: 26px;
  }
}

.content h4 {
  font-size: 32px;
  line-height: 140%;
  font-family: "PlayfairDisplay-Bold";
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h4 {
    font-size: 24px;
  }
}

.content h5 {
  font-size: 24px;
  line-height: 140%;
  font-family: "PlayfairDisplay-Bold";
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h5 {
    font-size: 20px;
  }
}

.content h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: "PlayfairDisplay-Bold";
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .content h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

.content ol {
  padding: 0;
  padding-left: 17px;
  margin-left: 10px;
}

.content ol li {
  margin-bottom: 10px;
  padding-left: 8px;
}

.content ol li::marker {
  color: #312d3b;
  font-family: "OpenSans-Bold";
}

.content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .content ul {
    margin-bottom: 15px;
  }
}

.content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}

.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  flex: 0 0 8px;
  border-radius: 50%;
  background-color: #b69d74;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-top: 8px;
}

.main-block_policy {
  padding: 160px 0 80px;
}
.main-block_policy-text {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
  .main-block_policy-text {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .main-block_policy-text {
    font-size: 22px;
  }
  .main-block_policy {
    padding: 130px 0 30px;
  }
}
