@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

a,
a:active,
a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}

.wrapper-padding {
  padding: 0 10px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
}

.content-wrapper {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h2 {
  font-family: "Yeseva One", sans-serif;
  text-align: center;
  font-size: 35px;
  margin: 0;
}

.quotes {
  display: flex;
  position: relative;
}

.quote {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 10px 0;
  z-index: 1;
}

.border-left {
  border-left: 6px solid #ffd700;
  margin-right: 40px;
}

.quote-one {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 80px;
  height: 60px;
  background-image: url(./src/img/svg/quotes.svg);
  background-repeat: no-repeat;
}

.bold {
  font-weight: 700;
}

.violet {
  color: rgb(182, 21, 182);
}

.botton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd700;
  font-family: "Open Sans", sans-serif;
  max-width: 250px;
  padding: 17px 15px;
  border-radius: 15px;
  font-size: 17px;
  color: black;
  text-align: center;
  margin-top: 20px;
  transition: 0.3s;
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
  cursor: pointer;
}

.botton:hover {
  background-color: #e0bf04;
  background-color: white;
}

.h3 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.numbering {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Yeseva One", sans-serif;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
}

.numbering-line-right {
  position: relative;
  content: "";
  top: -25px;
  left: 25%;
  right: 100%;
  width: 50%;
  height: 1px;
  z-index: -1;
  background-color: #5b466d;
}

.numbering-line-left {
  position: relative;
  content: "";
  top: -25px;
  left: -26%;
  right: 20%;
  width: 50%;
  height: 1px;
  z-index: -1;
  background-color: #5b466d;
}

.two-column {
  display: flex;
}

.m404 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(82, 0, 97);
  font-size: 25px;
}

.button-up {
  display: flex;
  z-index: 3000;
  position: fixed;
  padding: 4px 0 0 0;
  justify-content: center;
  width: 40px;
  height: 40px;
  right: 4%;
  bottom: 2%;
  background-color: #ffd700;
  border-radius: 50%;
  font-size: 55px;
  color: rgb(255, 255, 255);
  opacity: 70%;
  user-select: none;
  transition: all 0.3s;
}
.button-up:hover {
  background-color: #d9bb0e;
}

.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 1;
}
.nav a {
  color: white;
}
@media (max-width: 880px) {
  .nav {
    justify-content: center;
  }
}

.nav-backgroud {
  display: none;
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1000;
  background: #ececee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.nav-backgroud-active {
  display: block;
  animation: navOpen 0.5s;
}

@keyframes navOpen {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
.nav-active {
  max-width: 1000px;
  position: fixed;
  z-index: 1000;
  transition: 0.3s;
}
.nav-active a {
  color: black;
  color: #5b466d;
}

.nav-menu {
  display: flex;
}
@media (max-width: 880px) {
  .nav-menu {
    display: none;
  }
}

.logo {
  background-image: url(./src/img/svg/lashby.svg);
  width: 100px;
  height: 39px;
  transition: 0.3s;
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.logo-active {
  background-image: url(./src/img/svg/lashby_violet.svg);
  background-size: 70%;
  padding: 0 0;
}

.nav-item {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  list-style: none;
}
.nav-item a {
  margin-left: 10px;
  padding: 10px 10px;
  cursor: pointer;
  transition: 0.5s;
}

.nav-item:hover a {
  color: #ffd700;
}

.nav-active .nav-item:hover a {
  color: rgb(218, 145, 50);
}

.nav-item-mobile {
  padding: 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  list-style: none;
}

/* Гамбургер иконка */
.burger-menu {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 12001;
  overflow: hidden;
}
@media (max-width: 880px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #222222;
  transition: all 0.5s;
}

.burger-menu span:nth-of-type(2) {
  top: calc(50% - 10px);
}

.burger-menu span:nth-of-type(3) {
  top: calc(50% + 10px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.burger-menu.active span:nth-of-type(1) {
  display: none;
}

.burger-menu.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.burger-menu.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.nav-menu-mobile {
  position: fixed;
  z-index: 12000;
  top: 0;
  right: 0;
  width: 100%;
  height: 330px;
  padding: 15px;
  background: rgba(244, 162, 244, 0.95);
  transform: translateY(-330px);
  transition: transform 0.35s;
}

.nav-menu-mobile.active {
  transform: translateY(0);
}

.nav-menu-mobile li {
  list-style-type: none;
}

.promotion {
  display: flex;
  width: 100%;
  max-width: 1920px;
  height: 690px;
  background-image: url(./src/img/narashchivaniye_resnits_minsk.webp);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  .promotion {
    background-position: 62% top;
  }
}
@media (max-width: 370px) {
  .promotion {
    background-size: auto 690px;
    background-image: url(./src/img/narashchivaniye_resnits_minsk1.webp);
  }
}

.promo-text-block {
  position: absolute;
  top: 150px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 780px) {
  .promo-text-block {
    position: flex;
    margin: 0 auto;
    align-items: center;
    top: 120px;
    left: auto;
    text-align: center;
  }
}

.promo-text {
  color: rgb(255, 255, 255);
  font-size: 50px;
  position: relative;
  font-family: "Yeseva One", cursive;
  line-height: 50px;
}
@media (max-width: 370px) {
  .promo-text {
    padding: 20px 0 0 0;
    font-size: 45px;
    line-height: 45px;
  }
}

.numbering-first {
  display: flex;
  position: absolute;
  top: -60px;
  left: 80px;
  font-family: "Yeseva One", sans-serif;
  font-size: 18px;
}

.numbering-first::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 15px;
  width: 600px;
  height: 1px;
  background-color: white;
}

.promo-text-h2 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  margin: 30px 0 20px;
  border-left: 2px solid white;
  padding-left: 40px;
}
@media (max-width: 780px) {
  .promo-text-h2 {
    border-left: 0px;
    padding-left: 0px;
    margin: 20px 0 0;
  }
}

.promo-text-discount {
  position: absolute;
  z-index: 100;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  background-color: white;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  border: 1px solid #5b466d;
}
@media (max-width: 780px) {
  .promo-text-discount {
    font-size: 20px;
    line-height: 19px;
    bottom: -100px;
    width: 240px;
    height: 240px;
  }
}

.discount {
  display: inline-block;
  color: rgb(126, 71, 177);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.promo-botton {
  position: absolute;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  color: white !important;
  font-size: 23px;
  text-align: center;
  border: 1px solid #5b466d;
  line-height: 30px;
  z-index: 500;
  user-select: none;
  background-color: rgb(126, 71, 177);
}
@media (max-width: 780px) {
  .promo-botton {
    margin: 5px 0 0 0;
    width: 200px;
    height: 200px;
    font-size: 20px;
    line-height: 24px;
  }
}

.promo-botton:hover {
  background-color: violet;
}
@media (max-width: 780px) {
  .promo-botton:hover {
    background-color: rgb(126, 71, 177);
  }
}

.promo-services {
  display: flex;
  position: absolute;
  top: 41.5%;
  left: 57%;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .promo-services {
    display: none;
  }
}

.promo-services-numbers {
  min-width: 110px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: white;
  height: 110px;
  border: 1px solid white;
  margin-right: 30px;
  border-radius: 50%;
}

.promo-services-numbers-active {
  display: flex;
}

.half-circle {
  position: absolute;
  left: -32px;
  width: 119px;
  height: 61px;
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
  border: 10px solid #ffd700;
  border-bottom: 0;
  transform: rotate(270deg);
}

.half-circle-2 {
  transform: rotate(90deg);
  left: 27px;
}

.promo-services-up {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: white;
}

.promo-services-down {
  display: none;
  position: relative;
  margin-top: 10px;
  font-family: "Yeseva One", cursive;
  font-size: 25px;
  color: white;
  transition: 0.9s;
}
.promo-services-down a {
  color: white;
}

.promo-services-down-active {
  display: block;
  animation: services 0.3s;
}

@keyframes services {
  0% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
.promo-services-dots {
  display: flex;
}

.promo-services-dot {
  margin: 10px 10px 0 0;
  width: 15px;
  height: 15px;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
}

.promo-services-dot:hover {
  border: 3px solid #ffd700;
}

.promo-services-dot-active {
  border: 2px solid #ffd700;
  background-color: #ffd700;
}

.promo-text-phone {
  position: relative;
  margin: 30px 0 0 45px;
}
.promo-text-phone a {
  color: #eee;
}
@media (max-width: 780px) {
  .promo-text-phone {
    text-align: center;
  }
}

.promo-text-phone::before {
  content: "";
  position: absolute;
  left: -50px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  top: -5px;
  background-image: url(./src/img/svg/phone-white.svg);
}

.place {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.place-block-left {
  position: relative;
}
@media (max-width: 730px) {
  .place-block-left {
    margin: 0 auto 20px;
  }
}

.place-img {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  box-shadow: 3px 4px 25px 14px rgba(133, 133, 133, 0.2);
}
@media (max-width: 370px) {
  .place-img {
    width: 300px;
    height: 300px;
  }
}

.place-block-left-background {
  position: absolute;
  top: -45%;
  left: -10%;
  width: 280px;
  height: auto;
  z-index: -1;
}
@media (max-width: 862px) {
  .place-block-left-background {
    display: none;
  }
}

.place-numbering {
  margin-top: 120px;
  position: relative;
  background-color: #5b466d;
  color: white;
}

.numbering-line-right {
  position: relative;
  content: "";
  top: -25px;
  left: 25%;
  right: 100%;
  width: 50%;
  height: 1px;
  z-index: -1;
  background-color: #5b466d;
}

.place-h2 {
  margin: 30px 0 50px;
}
@media (max-width: 730px) {
  .place-h2 {
    margin: 30px 0 20px;
  }
}

.place-block {
  display: flex;
  justify-content: center;
}
@media (max-width: 730px) {
  .place-block {
    flex-direction: column;
  }
}

.place-block-text {
  max-width: 500px;
  margin-left: 60px;
}
@media (max-width: 730px) {
  .place-block-text {
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  .place-block-text {
    max-width: 300px;
  }
}

.place-block-text-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.place-block-text-item-before {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 20px 0 0;
}

.gold {
  background-color: #ffd700;
  border: 4px solid #ffd700;
}

.place-botton {
  position: relative;
  background-color: #5b466d;
  color: white;
  cursor: pointer;
  margin: 20px 0 0 200px;
}
@media (max-width: 730px) {
  .place-botton {
    margin: 20px 0 0 100px;
  }
}
@media (max-width: 350px) {
  .place-botton {
    margin: 20px auto 0;
  }
}

.place-botton:hover {
  background-color: #786885;
}

.place-botton::before {
  position: absolute;
  top: 50%;
  left: -200px;
  width: 180px;
  content: "";
  display: flex;
  height: 1px;
  background: #5b466d;
}
@media (max-width: 350px) {
  .place-botton::before {
    display: none;
  }
}

.price {
  padding-bottom: 70px;
  background-image: url(./src/img/svg/background.svg);
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 730px) {
  .price {
    background-size: 2820px auto;
    padding-bottom: 20px;
  }
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  max-width: 850px;
}

.price-numbering {
  margin-top: 10px;
  position: relative;
  background-color: #ffd700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.price-numbering::before {
  content: "";
  left: 50px;
  background-color: #ffd700;
}

.price-h2 {
  margin: 30px 0 10px;
}

.price-items {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 640px) {
  .price-items {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 0 0;
  }
}

.price-items-block {
  display: flex;
  width: 50%;
  gap: 20px;
  margin: 20px 0 10px;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .price-items-block {
    width: 100%;
    margin: 0 0;
  }
}

.price-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #5b466d;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 730px) {
  .price-item {
    padding: 5px 10px;
  }
}
@media (max-width: 640px) {
  .price-item {
    min-width: 30%;
  }
}

.price-item:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.price-item-active {
  color: white;
  background-color: #5b466d;
}

.price-item-active:hover {
  background-color: #5b466d;
}

.price-item-blocks {
  margin: 30px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 720px) {
  .price-item-blocks {
    flex-direction: column;
    margin: 15px 0 0 0;
    gap: 20px;
    align-items: center;
  }
}

.price-item-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 220px;
  width: 320px;
  height: 220px;
  border: 1px dashed rgb(189, 189, 189);
}

.price-item-img {
  width: 300px;
  height: 200px;
}
.price-item-blocks-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 245px;
}

.price-item-block-up {
  display: flex;
  justify-content: space-between;
  border: 2px solid #747474;
  padding: 15px 0;
  border-left: none;
  border-right: none;
}
@media (max-width: 820px) {
  .price-item-block-up {
    padding: 6px 0;
  }
}

.price-item-block-up-items {
  display: flex;
  gap: 10px;
  font-size: 15px;
}
@media (max-width: 820px) {
  .price-item-block-up-items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}

.price-item-block-up-item {
  font-size: 20px;
  font-weight: 600;
}

.price-item-block-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-item-block-down-price {
  font-size: 35px;
  color: #5b466d;
  font-weight: 600;
}

.price-size {
  font-size: 15px;
}

.price-item-block-botton {
  margin: 0;
  padding: 10px;
  user-select: none;
}
@media (max-width: 820px) {
  .price-item-block-botton {
    max-width: 220px;
  }
}

.price-strong {
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
}

.questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 370px) {
  .questions {
    margin-bottom: 20px;
  }
}

.questions-wrapper {
  max-width: 900px;
}

.questions-numbering {
  margin-top: 50px;
  position: relative;
  background-color: #5b466d;
  color: white;
}

.questions-content {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 720px) {
  .questions-content {
    flex-direction: column;
  }
}

.questions-supervisor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.questions-supervisor-name {
  font-size: 18px;
  border-bottom: 3px solid #ffd700;
  padding: 0 0 10px;
}

.questions-supervisor-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.questions-block {
  width: 100%;
}

.questions-items {
  display: flex;
  gap: 15px;
}

.questions-item {
  position: relative;
  margin: 0 0 10px 0;
}

.question-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  color: rgb(194, 136, 0);
}

.question-dot-active {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #ffd700;
  border-radius: 50%;
  cursor: pointer;
  border-color: #ffd700;
  background-color: #ffd700;
  transform: rotate(45deg);
  z-index: 20;
  transition: all 0.5s;
}
.question-dot-active ::before {
  top: calc(50% - 1px);
  right: calc(50% - 7px);
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: black;
}
.question-dot-active ::after {
  top: calc(50% - 7px);
  right: calc(50% - 1px);
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background-color: black;
}

.question {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 7px 0 7px 0;
  cursor: pointer;
  transition: all 0.3s;
}

.question::before {
  position: absolute;
  color: rgb(194, 136, 0);
  left: -40px;
  font-size: 20px;
  font-weight: 400;
  content: "+";
}

.question:hover {
  color: rgb(194, 136, 0);
}

.answer {
  height: auto;
  padding: 5px 0px;
  border-top: 2px solid #ffd700;
  border-bottom: 2px solid #ffd700;
  line-height: 18px;
  animation: showAnswer 0.3s linear;
  overflow: hidden;
  transition: 0.4s;
}
.answer p {
  margin: 6px;
}

@keyframes showAnswer {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
.answer-close {
  display: none;
  overflow: hidden;
  transition: 0.4s;
}

.portfolio {
  height: 750px;
  background-image: url(./src/img/narashchivaniye_resnits_minsk4.webp);
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 0 0 0;
}

.portfolio-numbering {
  margin: 0 0 20px;
}

.portfolio-h2 {
  color: white;
  margin-top: 30px;
}

.portfolio-slider {
  display: flex;
  position: relative;
  max-width: 900px;
  margin-top: 40px;
}
@media (max-width: 830px) {
  .portfolio-slider {
    display: none;
  }
}

.portfolio-slider-items {
  display: flex;
  gap: 5px;
  max-width: 900px;
  position: relative;
}

.portfolio-slider-item {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-slider-img {
  cursor: pointer;
  transition: all 0.5s;
  filter: grayscale(100%);
}

.portfolio-slider-img:hover {
  filter: grayscale(0%);
}

.portfolio-slider-01-01 {
  max-width: 212px;
}

.portfolio-slider-01-02 {
  max-width: 266px;
}

.portfolio-slider-01-03 {
  max-width: 334px;
}

.portfolio-slider-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  top: calc(50% - 20px);
  cursor: pointer;
  box-shadow: 0px 0px 5px 5px rgba(133, 133, 133, 0.15);
  transition: 0.3s;
  z-index: 100;
}
.portfolio-slider-arrow img {
  width: 25px;
  height: 25px;
}

.portfolio-slider-arrow:hover {
  transform: scale(1.2);
}

.arrow-left {
  left: -20px;
  padding-right: 3px;
}

.arrow-right {
  right: -20px;
  padding-left: 3px;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  max-width: 50%;
  height: auto;
  max-height: 80%;
  animation: zoom 0.3s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  transition: all 0.3s;
}
.close:hover, .close:focus {
  color: rgb(170, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

.portfolio-slider-mobile {
  display: none;
  padding: 30px 0;
  position: relative;
  width: 300px;
  height: 400px;
  user-select: none;
  touch-action: pan-y;
}
@media (max-width: 830px) {
  .portfolio-slider-mobile {
    display: block;
  }
}

.slider-list {
  width: 300px;
  height: 400px;
  overflow: hidden;
}
.slider-list .grab {
  cursor: grab;
}
.slider-list .grabbing {
  cursor: grabbing;
}

.slider-track {
  display: flex;
}

.slide {
  width: 300px;
  height: 400px;
  flex-shrink: 0;
}
.slide img {
  width: 300px;
  height: 400px;
  pointer-events: none;
}

.slider-arrows {
  margin-top: 15px;
  text-align: center;
}

.next,
.prev {
  background: none;
  border: none;
  margin: 0 10px;
  font-size: 40px;
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.next.disabled,
.prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.courses {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0 60px;
}

.courses-block {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.courses-h2 {
  margin: 0 !important;
  text-align: left;
}

.courses-h3 {
  margin: 15px 0;
  text-align: left;
}

.courses-block-left-items {
  max-width: 300px;
  border-top: 3px solid #ffd700;
  border-bottom: 3px solid #ffd700;
  padding: 0 0 20px 20px;
}
@media (max-width: 925px) {
  .courses-block-left-items {
    max-width: 90%;
  }
}

.courses-block-text-bold {
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.courses-block-item {
  margin: 10px 0 0 0;
  align-items: center;
  font-size: 16px;
}
.courses-block-item p {
  margin: 0;
}

.courses-block-text-item-before {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 20px 0 0;
  height: 30px;
  min-width: 30px;
  border: 1px solid rgb(185, 146, 61);
  background-color: #ffd700;
}

.courses-block-item-end {
  position: relative;
  font-size: 14px;
  margin: 20px 0 0 40px;
}

.courses-block-item-end::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #ffd700;
  border-radius: 50%;
}

.courses-block-right {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  background-image: url(./src/img/narashchivaniye_resnits_minsk5.webp);
  color: white;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 925px) {
  .courses-block-right {
    display: none;
  }
}

.courses-background {
  position: absolute;
  right: -40px;
  z-index: -2;
}

.courses-block-right-h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
}

.courses-block-right-text {
  max-width: 350px;
  line-height: 22px;
}

.courses-block-right-text-two {
  position: relative;
  margin: 40px 0 40px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 18px;
}

.courses-block-right-text-two::before {
  position: absolute;
  content: "";
  top: -20px;
  width: 100px;
  height: 2px;
  background: #ffd700;
}

.courses-bottons {
  display: flex;
}

.courses-botton {
  width: 170px;
  padding: 10px 10px;
}

.courses-botton-white {
  background-color: transparent;
  padding: 10px 10px;
  width: 170px;
  font-size: 16px;
  color: white;
  margin-top: 20px;
  border: 1px solid white;
  box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.courses-botton-white:hover {
  background-color: transparent;
  border: 1px solid #ffd700;
  color: #ffd700;
}

.reviews {
  position: relative;
  height: 570px;
  background-image: url(./src/img/svg/background-bottom.svg);
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 800px) {
  .reviews {
    height: auto;
  }
}

.reviews-background {
  position: absolute;
  max-width: 100%;
}

.reviews-numbering {
  margin: 0 0 40px;
}

.courses-h2 {
  margin-top: 50px;
  text-align: center;
}

.reviews-items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .reviews-items {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

.reviews-item {
  width: 32%;
}
@media (max-width: 800px) {
  .reviews-item {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .reviews-item-none {
    display: none;
  }
}

.reviews-item-up {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 10px;
  border-radius: 25px;
  min-height: 230px;
}
@media (max-width: 800px) {
  .reviews-item-up {
    min-height: auto;
    background-color: rgba(255, 248, 248, 0.9);
  }
}

.reviews-item-up::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 0;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
@media (max-width: 800px) {
  .reviews-item-up::after {
    border-color: rgba(255, 248, 248, 0.9) transparent transparent transparent;
  }
}

.reviews-item-star {
  margin-right: 0.15em;
  height: 14px;
  width: 14px;
  display: inline-block;
}

.reviews-item-text {
  margin: 10px 0;
}

.reviews-item-post {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: rgba(17, 17, 17, 0.5);
}

.reviews-item-google {
  width: 80.27px;
  height: 34px;
  fill: rgb(25, 123, 255);
  fill: #5b466d;
}

.reviews-item-down {
  display: flex;
  padding: 0 20px;
  margin-top: 20px;
  gap: 10px;
}

.reviews-item-down-img {
  display: inline-block;
  height: 44px;
  width: 44px;
}

.reviews-item-name {
  font-weight: 700;
}

.reviews-item-date {
  font-size: 13px;
  margin-top: 5px;
  color: rgb(117, 117, 117);
}

.contacts {
  position: relative;
  display: flex;
}
@media (max-width: 800px) {
  .contacts {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding: 0 !important;
  }
}

.map {
  width: 60%;
  height: 500px;
}
@media (max-width: 920px) {
  .map {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .map {
    width: 100%;
  }
}

.map-frame {
  width: 100%;
  height: 500px;
}

.contacts-block-right {
  margin: 0 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .contacts-block-right {
    margin: 0 auto;
  }
}

.contacts-h2 {
  margin: 0;
  text-align: left;
  font-size: 26px;
  padding: 30px 20px 0 0;
  border-top: 1px solid rgb(189, 188, 188);
}
@media (max-width: 800px) {
  .contacts-h2 {
    text-align: center;
    padding: 30px 0 0 0;
  }
}

.contacts-h3 {
  border-bottom: 1px solid rgb(189, 188, 188);
  padding: 10px 20px 30px 0;
  margin: 0 0 0 0;
  font-weight: 400;
}
@media (max-width: 800px) {
  .contacts-h3 {
    text-align: center;
    padding: 10px 0 30px 0;
  }
}

.contacts-block-right-adresser {
  margin-top: 0;
  padding: 10px 0 30px 40px;
  border-bottom: 1px solid rgb(189, 188, 188);
}

.contacts-block-right-adress {
  position: relative;
  margin-top: 18px;
  font-size: 15px;
}

.contacts-block-right-adress::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts-color a {
  color: #000;
}

.contacts-color a:hover {
  color: #ffb300;
}

.contacts-adress-svg::before {
  background-image: url(./src/img/svg/adress.svg);
}

.contacts-phone-svg::before {
  top: -5px;
  background-image: url(./src/img/svg/phone.svg);
}

.contacts-mail-svg::before {
  top: -5px;
  background-image: url(./src/img/svg/mail.svg);
}

@media (max-width: 800px) {
  .contacts-block-right-social {
    text-align: center;
  }
}

.contacts-block-h4 {
  margin: 15px 0;
}

.contacts-block-right-social-items {
  display: flex;
  gap: 10px;
}
@media (max-width: 800px) {
  .contacts-block-right-social-items {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.contacts-block-right-social-item {
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.3s;
}

.contacts-block-right-social-item:hover {
  border-color: #f4ba56;
}

.inst {
  background-image: url(./src/img/svg/inst.svg);
}

.vk {
  background-image: url(./src/img/svg/vk.svg);
}

.inst:hover {
  background-image: url(./src/img/svg/inst-gold.svg);
}

.vk:hover {
  background-image: url(./src/img/svg/vk-gold.svg);
}

.footer {
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #5b466d;
  font-size: 14px;
  color: white;
  text-align: center;
}
.footer a {
  color: #ffd700;
}

/*# sourceMappingURL=style.css.map */
