* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  line-height: 1.5;
  font-weight: 400;
  color: black;
  background-color: whitesmoke;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

h2, h3, h4, h5, h6 {
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
}

p {
  font-family: "Oxygen", sans-serif;
}

.container {
  max-width: 1170px;
  margin: auto;
}

li {
  list-style: none;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

button {
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.none {
  display: none;
}

.none2 {
  display: none !important;
}

.none_icon {
  display: none;
}

.hidden {
  opacity: 0;
}

.lock {
  overflow: hidden;
}

header .nav-fone {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 82, 82)));
  background-image: linear-gradient(rgb(82, 82, 82));
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
header .nav-main {
  max-width: 1170px;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
header .nav-main > a {
  font-size: 4rem;
}
header .nav-main > a img {
  width: 300px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .nav-main .menu-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
header .nav-main .menu-list li > a {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 400;
}
header .nav-main .menu-list li > a:hover {
  color: rgb(248, 64, 248);
  padding-bottom: 10px;
  font-weight: 500;
}
header .nav-main .menu-list li > i {
  color: rgb(255, 255, 255);
}
header .nav-main .menu-list .additional-menu {
  position: relative;
  z-index: 2;
}
header .nav-main .menu-list .additional-menu .menu-add {
  position: absolute;
  top: 35px;
  background-color: rgb(255, 255, 255);
  width: 500px;
  left: -10px;
  border-radius: 15px;
  color: black;
  -webkit-box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
          box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
}
header .nav-main .menu-list .additional-menu .menu-add .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding: 15px;
  position: relative;
}
header .nav-main .menu-list .additional-menu .menu-add .list .dop-exam:hover .min-menu {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
header .nav-main .menu-list .additional-menu .menu-add .list .dop-exam .fa-caret-right {
  color: rgb(32, 32, 32);
}
header .nav-main .menu-list .additional-menu .menu-add .list .dop-exam .min-menu {
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 5px;
  left: 200px;
  border-radius: 15px;
  padding: 5px 10px;
  color: rgb(32, 32, 32);
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
          box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
}
header .nav-main .menu-list .additional-menu .menu-add .list .school_subjects:hover .min-menu-school {
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
header .nav-main .menu-list .additional-menu .menu-add .list .school_subjects .fa-caret-right {
  color: rgb(32, 32, 32);
}
header .nav-main .menu-list .additional-menu .menu-add .list .school_subjects .min-menu-school {
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 5px;
  left: 200px;
  border-radius: 15px;
  padding: 5px 10px;
  color: rgb(32, 32, 32);
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  right: 50px;
  top: 280px;
  -webkit-box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
          box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.65);
}
header .nav-main .menu-list .additional-menu .menu-add .list > li {
  width: 100%;
}
header .nav-main .menu-list .additional-menu .menu-add .list > li a {
  font-size: 17px;
  color: black;
  width: 100%;
  font-weight: 400;
}
header .nav-main .menu-list .additional-menu .menu-add .list > li a:hover {
  color: rgb(255, 255, 255);
  padding-bottom: 0;
  font-weight: 300;
}
header .nav-main .menu-list .additional-menu .menu-add .list > li a:hover {
  width: 100%;
  color: rgb(248, 64, 248);
  font-weight: 400;
}
header .nav-main .box-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .nav-main .box-nav-right .btn-order-a-call {
  border: none;
  width: 275px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd000), color-stop(#dd0000), to(#e600cf));
  background-image: linear-gradient(to right, #ffd000, #dd0000, #e600cf);
  text-align: left;
  color: white;
  font-size: 25px;
  text-shadow: 1px 6px 5px rgba(0, 0, 0, 0.49);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
header .nav-main .box-nav-right .btn-order-a-call:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(#f1abad), to(#f76cb6));
  background-image: linear-gradient(to right, #f1abad, #f76cb6);
}
header .nav-main .box-nav-right .box-header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
header .nav-main .box-nav-right .box-header-icon a img {
  width: 40px !important;
}
header .box-header-title {
  background-color: black;
}
header .box-header-title .box-img-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .box-header-title .box-img-title .box-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
header .box-header-title .box-img-title .box-img-flex .foto-bg-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
header .box-header-title .box-img-title .box-img-flex .foto-bg-header .foto-header {
  height: 600px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
}
header .box-header-title .box-img-title .box-img-flex .foto-bg-header .bg-header {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .box-header-title .box-img-title .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 650px;
  max-width: 650px;
  width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px;
  color: white;
  text-align: center;
}
header .box-header-title .box-img-title .box-title h1 {
  margin: 0 auto 20px auto;
  font-size: 60px;
  font-weight: 700;
  color: white;
  text-align: left;
  letter-spacing: 2px;
  line-height: 60px;
  text-shadow: 0px 5px 31px rgb(255, 0, 187);
}
header .box-header-title .box-img-title .box-title p {
  max-width: 500px;
  margin: 20px 0;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  font-family: "Oxygen", sans-serif;
  text-shadow: 0px 5px 31px rgb(255, 0, 187);
}
header .box-header-title .box-img-title .box-title .btn-order-a-call {
  border: none;
  width: 275px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd000), color-stop(#dd0000), to(#e600cf));
  background-image: linear-gradient(to right, #ffd000, #dd0000, #e600cf);
  text-align: left;
  color: white;
  font-size: 25px;
  text-shadow: 1px 6px 5px rgba(0, 0, 0, 0.49);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 0 !important;
}
header .box-header-title .box-img-title .box-title .btn-order-a-call:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(#f1abad), to(#f76cb6));
  background-image: linear-gradient(to right, #f1abad, #f76cb6);
}

.box-fix {
  position: relative;
}
.box-fix .text-social {
  position: fixed;
  bottom: 80px;
  right: 150px;
  color: gray;
}

.mess-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.mess-btn img {
  z-index: 10;
  width: 90px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mini-window {
  position: fixed;
  bottom: 170px;
  right: 50px;
  width: 80px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  z-index: 15;
}
.mini-window > a > img {
  z-index: 5;
  width: 70px;
  -webkit-animation: slide-in-fwd-bottom 1s linear 0s 1 normal none;
          animation: slide-in-fwd-bottom 1s linear 0s 1 normal none;
}

.mess-btn:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.fa-caret-up,
.fa-caret-down {
  -webkit-transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  transition: visibility 0.3s linear, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: absolute;
  right: -15px;
  top: 7px;
  pointer-events: none;
  color: black;
}

.additional-menu {
  position: relative;
}
.additional-menu .fa-caret-up {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
}
.additional-menu:hover .fa-caret-up {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  color: purple;
}
.additional-menu:hover .fa-caret-down {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
}

.btn-order-a-call, .btn-more-header {
  border: none;
  width: 275px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd000), color-stop(#dd0000), to(#e600cf));
  background-image: linear-gradient(to right, #ffd000, #dd0000, #e600cf);
  text-align: left;
  color: white;
  font-size: 25px;
  text-shadow: 1px 6px 5px rgba(0, 0, 0, 0.49);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 30px auto;
}
.btn-order-a-call:hover, .btn-more-header:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(#f1abad), to(#f76cb6));
  background-image: linear-gradient(to right, #f1abad, #f76cb6);
}

.order_work {
  background-image: -webkit-gradient(linear, left top, right top, from(#f665b2), to(#f97e83));
  background-image: linear-gradient(to right, #f665b2, #f97e83);
  width: 100%;
  height: auto;
  padding: 60px 10px;
}
.order_work .container > h2 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.order_work .container .block-how-to-order {
  position: relative;
  padding: 60px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 5px ;
  grid-template-columns: 60px repeat(0, 1fr);
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 5px;
  width: 80%;
  margin: auto;
}
.order_work .container .block-how-to-order > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.order_work .container .block-how-to-order > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.order_work .container .block-how-to-order > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.order_work .container .block-how-to-order > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.order_work .container .block-how-to-order .box-task {
  position: relative;
  max-width: 400px;
  width: 380px;
  padding: 10px 20px;
  color: black;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
  background-color: #ffffff;
}
.order_work .container .block-how-to-order .box-task > img {
  width: 70px;
}
.order_work .container .block-how-to-order .box-task > p {
  font-size: 24px;
}
.order_work .container .block-how-to-order .box-task-1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  border-right: 10px solid rgba(158, 42, 158, 0.836);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.order_work .container .block-how-to-order .box-task-2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 10px solid rgba(158, 42, 158, 0.836);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.order_work .container .block-how-to-order .box-task-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  border-right: 10px solid rgba(158, 42, 158, 0.836);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.order_work .container .block-how-to-order .box-task-4 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  border-left: 10px solid rgba(158, 42, 158, 0.836);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.order_work .container .block-end-order {
  text-align: center;
}
.order_work .container .block-end-order p {
  font-size: 35px;
  font-weight: 600;
}
.order_work .container .block-end-order .btn-order {
  border: none;
  width: 275px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd000), color-stop(#dd0000), to(#e600cf));
  background-image: linear-gradient(to right, #ffd000, #dd0000, #e600cf);
  text-align: left;
  color: white;
  font-size: 25px;
  text-shadow: 1px 6px 5px rgba(0, 0, 0, 0.49);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 20px auto;
}
.order_work .container .block-end-order .btn-order:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, from(#f1abad), to(#f76cb6));
  background-image: linear-gradient(to right, #f1abad, #f76cb6);
}

.box-about-us {
  background-color: black;
  color: beige;
  width: 100%;
  position: relative;
}
.box-about-us .container .block-guarantees .box-guer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 5px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-about-us .container .block-guarantees .box-guer-flex .box-guars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 250px;
  height: 300px;
  margin: auto;
  text-align: center;
  background-color: beige;
  border-radius: 20px;
  color: black;
  -webkit-box-shadow: 0px 0px 64px -14px rgba(0, 0, 0, 0.56) inset;
          box-shadow: 0px 0px 64px -14px rgba(0, 0, 0, 0.56) inset;
}
.box-about-us .container .block-guarantees .box-guer-flex .box-guars > p {
  font-size: 23px;
  font-weight: 600;
}
.box-about-us .container .block-guarantees .box-guer-flex .box-guars img {
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-about-us .container > h2 {
  padding: 30px 10px;
  text-align: center;
}
.box-about-us .container .block-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.box-about-us .container .block-about img {
  width: 50%;
}
.box-about-us .container .block-about .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.box-about-us .container .block-about .box-title > h3 {
  font-size: 50px;
}
.box-about-us .container .block-about .box-title > p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 25px;
}
.box-about-us .container .block-about .box-title > p:first-letter {
  text-transform: uppercase;
  font-size: 30px;
}
.box-about-us .container .ab-2 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 5px;
}
.box-about-us .container .ab-2 img {
  width: 50%;
}

.list-subjects {
  background-image: url(/images/salmon-oil-drops-water-surface.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px;
}
.list-subjects > h2 {
  text-align: center;
  padding-bottom: 30px;
}
.list-subjects .container .block-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-subjects .container .block-services .box-serv {
  border: solid 5px rgb(127, 0, 177);
  padding: 10px;
  max-width: 320px;
  width: 420px;
  min-height: 180px;
  height: auto;
  background-color: rgba(0, 136, 255, 0.304);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.list-subjects .container .block-services .box-serv .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 180px;
}
.list-subjects .container .block-services .box-serv .price-box > p {
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  font-size: 15px;
}
.list-subjects .container .block-services .box-serv .price-box > p:first-child {
  text-transform: uppercase;
  color: rgb(127, 0, 177);
  font-weight: 900;
  text-shadow: 1px 1px 2px rgb(255, 255, 255);
}
.list-subjects .container .block-services .box-serv .img-serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list-subjects .container .block-services .box-serv .img-serv > img {
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-subjects .container .block-services .box-serv .showHideBtn {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(49, 49, 49);
  margin-bottom: 10px;
}
.list-subjects .container .block-services .box-serv .block-more {
  display: inline-block;
}
.list-subjects .container .block-services .box-serv .block-more .list-exam-box > p {
  font-weight: 600;
}
.list-subjects .container .block-services .box-serv:hover {
  background-color: rgba(213, 241, 255, 0.368627451);
  border: solid 5px rgba(0, 103, 177, 0.589);
}

.block-counter {
  background-image: url(/images/5807340-min.png);
  background-size: contain;
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-color: black;
  color: white;
  min-height: 600px;
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-counter > h2 {
  text-align: center;
  padding-bottom: 30px;
}
.block-counter .container .box-number-text .box-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.block-counter .container .box-number-text .box-number .num-count {
  max-width: 300px;
  width: 300px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.block-counter .container .box-number-text .box-number .num-count .num {
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.block-counter .container .box-number-text .box-number .num-count > p:last-child {
  text-shadow: 0px 3px 19px rgba(0, 0, 0, 0.6);
  font-size: 15px;
}
.block-counter .container .box-number-text .box-number .grad-foto {
  background-image: url(/images/gradient1.jpg);
  background-position: 70% 63%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-counter .container .box-number-text .box-number .grad-foto-2 {
  background-image: url(/images/grad-2.jpg);
  background-position: 56% 13%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-counter .container .box-number-text .box-number .grad-foto-3 {
  background-image: url(/images/grad-3.jpg);
  background-position: 63% 48%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-counter .container .box-number-text .box-number .grad-foto-4 {
  background-image: url(/images/grad-4.jpg);
  background-position: 2% 15%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box_reviews {
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 82, 82)), color-stop(rgba(82, 82, 82, 0.639)), color-stop(rgba(82, 82, 82, 0.253)), color-stop(rgba(82, 82, 82, 0.639)), to(rgb(82, 82, 82)));
  background-image: linear-gradient(rgb(82, 82, 82), rgba(82, 82, 82, 0.639), rgba(82, 82, 82, 0.253), rgba(82, 82, 82, 0.639), rgb(82, 82, 82));
}
.box_reviews .container > h2 {
  text-align: center;
  color: white;
  font-size: 30px;
}
.box_reviews .container .swiper {
  height: 500px;
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-radius: 20px;
}
.box_reviews .container .swiper .swiper-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.box_reviews .container .swiper .swiper-wrapper .swiper-slide {
  margin-right: 10px;
}
.box_reviews .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.box_reviews .container .swiper .swiper-button-next:after,
.box_reviews .container .swiper .swiper-button-prev:after {
  color: white;
}

.box-accordion {
  background-color: black;
  background-image: url(/images/kartinkin-net-p-ucheba-kartinki-dlya-prezentatsii-.png);
  padding: 60px 0;
  background-size: 200px;
  background-repeat: no-repeat;
  color: white;
  min-height: 600px;
  height: auto;
}
.box-accordion .container > h2 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
  text-transform: uppercase;
}

.accordion {
  margin: 30px;
  list-style: none;
  background-color: white;
  border-top: 1px solid white;
}
.accordion .accordion-title {
  padding: 10px 0;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#f665b2), to(#f97e83));
  background-image: linear-gradient(to right, #f665b2, #f97e83);
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
  position: relative;
}
.accordion .accordion-title::after {
  content: url(/images/plus_icon.png);
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}
.accordion .accordion-title.active::after {
  content: url(/images/minus_icon.png);
  position: absolute;
  right: 10px;
  top: 10px;
}
.accordion .accordion-body {
  -webkit-box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0px 0px 27px -4px rgba(0, 0, 0, 0.45) inset;
  padding: 10px;
  display: none;
  color: black;
}
.accordion .accordion-body > p {
  font-size: 18px;
}
.accordion > li {
  border-bottom: 2px solid white;
}

.contain_action {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 82, 82)), color-stop(rgba(82, 82, 82, 0.639)), color-stop(rgba(82, 82, 82, 0.253)), color-stop(rgba(82, 82, 82, 0.639)), to(rgb(82, 82, 82)));
  background-image: linear-gradient(rgb(82, 82, 82), rgba(82, 82, 82, 0.639), rgba(82, 82, 82, 0.253), rgba(82, 82, 82, 0.639), rgb(82, 82, 82));
  padding: 60px 0;
}
.contain_action > h2 {
  text-align: center;
  padding-bottom: 40px;
}
.contain_action .container .box-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.contain_action .container .box-actions .action {
  max-width: 300px;
  margin: auto;
  border-radius: 40px;
  height: 350px;
  background-color: #fec834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contain_action .container .box-actions .action > img {
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.contain_action .container .box-actions .action > p:first-child {
  font-size: 24px;
  width: 95%;
  font-weight: 800;
  margin: auto;
  padding-top: 10px;
  text-align: center;
}
.contain_action .container .box-actions .action > p:nth-child(2) {
  font-size: 17px;
  width: 95%;
  margin: auto;
  text-align: center;
}

.box-subscribe {
  position: fixed;
  background-color: rgba(39, 41, 44, 0.6196078431);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}
.box-subscribe .modal-body {
  background-color: white;
  max-width: 700px;
  min-width: 400px;
  width: 600px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 35px;
  border-radius: 10px;
  position: relative;
}
.box-subscribe .modal-body .box-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 10px;
}
.box-subscribe .modal-body .box-sub > i {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
}
.box-subscribe .modal-body .box-sub > h2 {
  font-size: 30px;
}
.box-subscribe .modal-body .box-sub > p:nth-child(2) {
  color: rgb(75, 74, 74);
  text-decoration: underline;
}
.box-subscribe .modal-body .box-sub .btn-instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  width: 50%;
  height: 40px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.box-subscribe .modal-body .box-sub .btn-instagram:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: underline;
}
.box-subscribe .modal-body .box-sub .btn-telegram {
  background: linear-gradient(120deg, #0088cc, #FFFFFF);
  width: 50%;
  height: 40px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.box-subscribe .modal-body .box-sub .btn-telegram:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: underline;
}
.box-subscribe .modal-body .box-sub > p:last-child {
  margin-top: 20px;
  font-size: 19px;
}

.footer {
  background-color: rgb(25, 25, 25);
  color: white;
  padding: 50px;
}
.footer .protection {
  text-align: center;
  padding-top: 30px;
}
.footer .block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .block-footer .box-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
}
.footer .block-footer .box-footer > h4 {
  padding: 10px 20px;
  font-size: 24px;
  color: #ad47c7;
}
.footer .block-footer .box-footer > p {
  padding-left: 20px;
}
.footer .block-footer .box-footer > a {
  color: white;
  padding-left: 20px;
}
.footer .block-footer .box-footer > a > span {
  text-decoration: underline;
}
.footer .block-footer .box-footer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .block-footer .box-footer-2 .box-menu-footer {
  width: 40%;
  margin: auto;
}
.footer .block-footer .box-footer-2 .box-menu-footer > h4 {
  font-size: 24px;
  color: #ad47c7;
}
.footer .block-footer .box-footer-2 .box-menu-footer .menu-list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.footer .block-footer .box-footer-2 .box-menu-footer .menu-list-footer li a {
  color: white;
}
.footer .block-footer .box-footer-2 .box-menu-footer .menu-list-footer li:hover a {
  color: rgb(239, 81, 239);
}
.footer .block-footer .box-footer-2 .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .block-footer .box-footer-2 .footer-contacts > h4 {
  padding: 5px;
  font-size: 24px;
  color: #ad47c7;
}
.footer .block-footer .box-footer-2 .footer-contacts .box-mini-foot-soc > i {
  font-size: 30px;
  margin-right: 5px;
  color: #ad47c7;
}
.footer .block-footer .box-footer-2 .footer-contacts .box-mini-foot-soc > a {
  color: white;
  width: 80%;
}
.footer .block-footer .box-footer-2 .footer-contacts .box-mini-foot-soc > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .bouncing-blobs-glass {
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(120px);
  }
  .block-counter .container .box-number-text .box-number {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .box-header-title .box-img-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 600px;
    height: auto;
  }
  .box-header-title .box-img-title .box-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 90% !important;
    height: 600px !important;
    margin: auto;
  }
  .box-header-title .box-img-title .box-title h1, .box-header-title .box-img-title .box-title p {
    text-align: center !important;
  }
  .box-header-title .box-img-title .box-title .btn-order-a-call {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .box-header-title .box-img-title .box-img-flex .box-flex .box-color img {
    width: 85% !important;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: 20px;
  }
  .fa-bars, .fa-xmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    text-shadow: 0px 0px 12px rgb(255, 0, 187);
    color: white;
  }
  header .nav-main .box-nav-right {
    display: none;
  }
  header .nav-main .menu-list {
    display: none;
  }
  .mobil-menu {
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    color: black !important;
    z-index: 12;
    height: 80vh;
    overflow-y: auto;
  }
  .mobil-menu .box-nav-mobil {
    display: block;
  }
  .mobil-menu .box-nav-mobil .box-header-icon-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .mobil-menu .box-nav-mobil .box-header-icon-2 > a {
    margin-top: 50px;
  }
  .mobil-menu .box-nav-mobil .box-header-icon-2 > a img {
    width: 40px !important;
  }
  .mobil-menu .box-nav-mobil .button-nummer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .mobil-menu .box-nav-mobil .button-nummer .box-mini-foot-soc > a {
    color: black;
    font-weight: 600;
  }
  .mobil-menu .box-nav-mobil .btn-order-a-call {
    width: 200px !important;
    height: 50px !important;
    font-size: 18px !important;
  }
  .mobil-menu .box-nav-mobil ul li {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .mobil-menu .box-nav-mobil ul li a {
    color: black;
    font-size: 19px;
    font-weight: 400;
  }
  .mobil-menu .box-nav-mobil ul li a:hover {
    color: purple;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .mobil-menu .box-nav-mobil .additional-menu .menu-add {
    margin: 20px 0;
    position: relative;
  }
  .mobil-menu .box-nav-mobil .additional-menu .menu-add .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .mobil-menu .box-nav-mobil .additional-menu .menu-add .list li a {
    font-size: 13px;
  }
  .mobil-menu .box-nav-mobil .btn-order-a-call {
    border: none;
    width: 275px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 55px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffd000), color-stop(#dd0000), to(#e600cf));
    background-image: linear-gradient(to right, #ffd000, #dd0000, #e600cf);
    text-align: left;
    color: white;
    font-size: 25px;
    text-shadow: 1px 6px 5px rgba(0, 0, 0, 0.49);
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    display: block;
    text-align: center;
  }
  .mobil-menu .box-nav-mobil .btn-order-a-call:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    background-image: -webkit-gradient(linear, left top, right top, from(#f1abad), to(#f76cb6));
    background-image: linear-gradient(to right, #f1abad, #f76cb6);
  }
  .mobil-menu .box-nav-mobil .btn-order-a-call:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  }
  .mobil-menu .box-nav-mobil .box-header-icon a img {
    width: 30px;
    margin-bottom: 30px;
  }
  .box_reviews .container .swiper {
    height: 390px;
    width: 50%;
    margin: 30px auto;
  }
  .box_reviews .container .swiper .swiper-wrapper .swiper-slide {
    width: 400px;
    margin: auto;
    background-color: transparent;
  }
  .box_reviews .container .swiper .swiper-wrapper .swiper-slide img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contain_action .container .box-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .block-footer .box-footer {
    width: 100%;
    margin: auto;
  }
  .footer .block-footer .box-footer-2 {
    gap: 10px;
  }
}
@media screen and (max-width: 951px) {
  .box_reviews .container .swiper .swiper-wrapper .swiper-slide img {
    width: 75% !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 880px) {
  h2 {
    font-size: 25px !important;
  }
  .box-about-us .ab-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order_work .block-how-to-order {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order_work .container .block-end-order p {
    font-size: 25px;
  }
  .block-counter .container .box-number-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-counter .container .box-number-text .box-number .num-count .num {
    font-size: 55px;
  }
  .block-counter .container .box-number-text .box-number .num-count {
    width: 260px;
    height: 160px;
  }
  .btn-order-a-call {
    width: 200px !important;
    height: 50px !important;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 680px) {
  header .nav-main > a img {
    max-width: 200px;
  }
  header .nav-main .box-nav-right .btn-order-a-call {
    display: none;
  }
  .box-about-us .container .block-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-about-us .container .block-about .box-title {
    padding: 10px;
  }
  .box-about-us .container .block-about .box-title > h3 {
    margin: auto;
  }
}
@media screen and (max-width: 620px) {
  header .box-header-title .box-img-title .box-title > p {
    font-size: 21px;
  }
  header .box-header-title .box-img-title .box-title > h1 {
    font-size: 40px;
    line-height: 35px;
  }
  header .box-header-title .box-img-title .box-title {
    height: 400px !important;
  }
  header .box-header-title .box-img-title .box-img-flex img {
    width: 80%;
  }
  header .box-header-title .block-guarantees .box-guer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  header .box-header-title .box-img-title .box-img-flex .foto-bg-header .bg-header {
    max-width: 450px;
    max-height: 450px;
  }
  header .box-header-title .box-img-title .box-img-flex .foto-bg-header .foto-header {
    width: 85%;
    height: auto;
    max-height: 100%;
  }
  .order_work .container .block-how-to-order .box-task {
    max-width: 300px !important;
    width: 300px !important;
    padding: 10px !important;
  }
  .order_work .container .block-how-to-order .box-task > p {
    font-size: 20px !important;
  }
  .accordion .accordion-title {
    font-size: 16px;
  }
  .list-subjects .container .block-services .box-serv .block-more .list-exam-box > p {
    font-size: 12px;
  }
  .box_reviews .container .swiper {
    width: 67%;
  }
  .footer .block-footer .box-footer-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    gap: 30px;
    font-size: 15px;
  }
  .footer .block-footer .box-footer > h4 {
    padding-left: 0 !important;
  }
  .footer .block-footer .box-footer > p {
    padding-left: 0 !important;
  }
  .box-menu-footer {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .block-footer .box-footer-2 .footer-contacts .box-mini-foot-soc > i {
    font-size: 20px;
  }
  .box-subscribe .modal-body {
    max-width: 700px;
    min-width: 300px !important;
    width: 360px !important;
    height: 450px !important;
  }
  .box-subscribe .modal-body .box-sub > h2 {
    font-size: 20px;
  }
  .box-subscribe .modal-body .box-sub .btn-instagram,
  .box-subscribe .modal-body .box-sub .btn-telegram {
    width: 72%;
    height: 40px;
    font-size: 16px;
  }
  .box-subscribe .modal-body .box-sub p:last-child {
    font-size: 15px;
  }
  .btn-order-a-call {
    font-size: 14px !important;
    text-align: center;
  }
  .mobil-menu .box-nav-mobil .btn-order-a-call {
    font-size: 12px !important;
  }
   .mini-window {
      bottom: 100px !important;
      right: -10px !important;
    }
  
    .mess-btn img {
      width: 70px !important;
    }
  
    .mini-window>a>img {
      width: 55px !important;
    }
}
@media screen and (max-width: 460px) {
  .mobil-menu .box-nav-mobil .button-nummer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
  header .box-header-title .box-img-title .box-img-flex .foto-bg-header .bg-header {
    max-width: 320px;
    max-height: 320px;
  }
  header .box-header-title .box-img-title .box-img-flex .foto-bg-header .foto-header {
    width: 75%;
    height: auto;
    max-height: 100%;
  }
  .box_reviews .container .swiper .swiper-wrapper .swiper-slide img {
    width: 90% !important;
    margin: auto !important;
  }
  .box-accordion {
    min-height: 0 !important;
  }
  .accordion .accordion-title {
    font-size: 14px;
  }
  .btn-order-a-call {
    font-size: 14px !important;
    text-align: center;
    margin: 10px auto !important;
  }
  .mobil-menu .box-nav-mobil ul li {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
}