/*!
Theme Name: ortodont
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ortodont
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ortodont is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

* {
  color: #040B1C;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Gilroy";
  scroll-margin: 140px;
}

body {
  position: relative;
  background: #FFF;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

span {
  font-weight: inherit;
  font-size: inherit;
}

li {
  list-style: none;
  cursor: pointer;
}

button {
  color: inherit;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

section {
  width: 100%;
  margin-bottom: 100px;
}

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

header {
  position: fixed;
  background: #FFF;
  width: 100%;
  -webkit-box-shadow: 0px 150px 42px 0px rgba(199, 199, 199, 0), 0px 96px 38px 0px rgba(199, 199, 199, 0.01), 0px 54px 32px 0px rgba(199, 199, 199, 0.05), 0px 24px 24px 0px rgba(199, 199, 199, 0.09), 0px 6px 13px 0px rgba(199, 199, 199, 0.1);
          box-shadow: 0px 150px 42px 0px rgba(199, 199, 199, 0), 0px 96px 38px 0px rgba(199, 199, 199, 0.01), 0px 54px 32px 0px rgba(199, 199, 199, 0.05), 0px 24px 24px 0px rgba(199, 199, 199, 0.09), 0px 6px 13px 0px rgba(199, 199, 199, 0.1);
  padding: 17px 0px;
  top: 0;
  left: 0;
  z-index: 4;
}

.header__burg {
  width: 30px;
  display: none;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.header__logo {
  min-width: 65px;
  width: 65px;
}
.header__info-ter {
  display: block;
}
.header__info-ort span {
  display: none;
}
.header__info-title {
  font-size: 18px;
  font-weight: 600;
}
.header__info-title span {
  color: #0091ff;
}
.header__info-descript {
  color: #687087;
  font-weight: 600;
  font-size: 14px;
}
.header__menu-mobile {
  display: none;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__menu-item {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.header__menu-item-submenu::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 7px;
  width: 10px;
  height: 8px;
  right: -15px;
}
.header__submenu-list {
  width: 300px;
	padding: 15px 10px;
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
	max-width: 300px
}
.header__submenu-list-active {
  display: block;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__submenu-item {
  padding-top: 10px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header__soz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.header__soz-item {
  width: 40px;
  height: 40px;
  background: #F3F5F8;
  border-radius: 5px;
  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;
}
.header__soz-item img {
  min-width: 21px;
  width: 21px;
}
.header__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.header__call-title {
  font-size: 15px;
  color: #687087;
  font-weight: 500;
}
.header__call-tel {
  font-size: 17px;
  color: #040B1C;
  font-weight: 600;
}
.header__call-button {
  background-color: #0091ff;
  border-radius: 5px;
  padding: 22px 48px;
}
.header__call-link {
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
}
.raboti__title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.raboti__images {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  max-width: 609px;
  width: 100%;
}
.raboti__images-item {
  max-width: 609px;
}
.raboti__images-item img {
  width: 100%;
  height: 387px;
  -o-object-fit: cover;
     object-fit: cover;
}
.raboti .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0px;
  width: 40px;
  height: 40px;
  background: #F3F5F8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.raboti .slick-prev {
  top: -53px;
  right: 54px;
}
.raboti .slick-next {
  background-color: #687087;
  top: -53px;
  right: 0px;
}
.otzivi__title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.otzivi__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 75px 21px 0px rgba(209, 209, 209, 0), 0px 48px 19px 0px rgba(209, 209, 209, 0.01), 0px 27px 16px 0px rgba(209, 209, 209, 0.05), 0px 12px 12px 0px rgba(209, 209, 209, 0.09), 0px 3px 7px 0px rgba(209, 209, 209, 0.1);
          box-shadow: 0px 75px 21px 0px rgba(209, 209, 209, 0), 0px 48px 19px 0px rgba(209, 209, 209, 0.01), 0px 27px 16px 0px rgba(209, 209, 209, 0.05), 0px 12px 12px 0px rgba(209, 209, 209, 0.09), 0px 3px 7px 0px rgba(209, 209, 209, 0.1);
}
.otzivi__item-block {
  padding: 20px 17px 20px 20px;
}
.otzivi__block-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.otzivi__block-descript {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  max-width: 368px;
  width: 100%;
}
.otzivi__up-logo {
  width: 71px;
  height: 71px;
  margin-right: 19px;
}
.otzivi__up-info {
  max-width: 90px;
  width: 100%;
  margin-right: 72px;
}
.otzivi__info-link {
  font-size: 14px;
  color: #687087;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 4px;
}
.otzivi__info-date {
  font-size: 12px;
  color: #687087;
  font-weight: 500;
}
.otzivi__link-logo {
  width: 11px;
  height: 11px;
}
.otzivi .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0px;
  width: 40px;
  height: 40px;
  background: #F3F5F8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.otzivi .slick-prev {
  top: -45px;
  right: 54px;
}
.otzivi .slick-next {
  background-color: #687087;
  top: -45px;
  right: 0px;
}
.contacts .container {
  margin-bottom: 38px;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.contacts__title {
  font-size: 35px;
  font-weight: 600;
}
.contacts__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-right: 20px;
}
.contacts__location-logo {
  width: 40px;
  height: 40px;
  background: #E6F4FF;
  border-radius: 5px;
  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;
}
.contacts__location-logo img {
  min-width: 20px;
  width: 20px;
}
.contacts__location-info {
  font-size: 17px;
  font-weight: 600;
  max-width: 225px;
}
.contacts__soz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.contacts__soz-item {
  width: 40px;
  height: 40px;
  background: #F3F5F8;
  border-radius: 5px;
  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;
}
.contacts__soz-item img {
  min-width: 20px;
  width: 20px;
}

footer {
  margin-bottom: 20px;
}

.footer__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 150px;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.footer__logo {
  min-width: 65px;
  width: 65px;
}
.footer__info-title {
  font-size: 18px;
  font-weight: 600;
}
.footer__info-title span {
  color: #0091ff;
}
.footer__info-descript {
  color: #687087;
  font-weight: 600;
  font-size: 14px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
.footer__list-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer__list-menu {
  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__list-item {
  font-size: 16px;
  font-weight: 500;
  color: #687087;
}
.footer__contacts-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.footer__location-logo {
  width: 34px;
  height: 34px;
  background: #E6F4FF;
  border-radius: 5px;
  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;
}
.footer__location-logo img {
  min-width: 17px;
  width: 17px;
}
.footer__location-info {
  font-size: 16px;
  color: #687087;
  font-weight: 600;
  max-width: 222px;
}
.footer__location-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-right: 20px;
}
.footer__soz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DBDBDB;
}
.footer__soz-item {
  width: 40px;
  height: 40px;
  background: #0091ff;
  border-radius: 5px;
  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;
}
.footer__soz-item img {
  min-width: 20px;
  width: 20px;
}
.footer__prava {
  opacity: 0.2;
  padding-top: 20px;
	display: flex;
	max-width: 60%;
	width: 100%;
	align-items: center;
	justify-content: space-between
}
.footer__prava p {
  color: #687087;
  font-size: 15px;
  font-weight: 500;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__bg-active {
  opacity: 1;
}
.modal__window {
  position: relative;
  -webkit-box-shadow: 0px 233px 65px 0px rgba(161, 161, 161, 0), 0px 149px 60px 0px rgba(161, 161, 161, 0.01), 0px 84px 50px 0px rgba(161, 161, 161, 0.05), 0px 37px 37px 0px rgba(161, 161, 161, 0.09), 0px 9px 20px 0px rgba(161, 161, 161, 0.1);
          box-shadow: 0px 233px 65px 0px rgba(161, 161, 161, 0), 0px 149px 60px 0px rgba(161, 161, 161, 0.01), 0px 84px 50px 0px rgba(161, 161, 161, 0.05), 0px 37px 37px 0px rgba(161, 161, 161, 0.09), 0px 9px 20px 0px rgba(161, 161, 161, 0.1);
  border-radius: 10px;
  max-width: 671px;
  width: 100%;
  background: #fff;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__window-active {
  opacity: 1;
}
.modal__close {
  position: absolute;
  right: 23px;
  top: 19px;
  width: 16px;
  z-index: 1;
  height: 16px;
}
.modal__zapis-title {
  font-size: 35px;
  font-weight: 700;
	margin-bottom: 5px
}
.modal__zapis-bg {
  border-radius: 15px;
  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;
  padding: 24px 0px 23px 0px;
  position: relative;
}
.modal__zapis-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 23px;
  z-index: 1;
  height: 53px;
}
.modal__window form{
	max-width: 100%;
	width: 100%
}
#wpcf7-f169-o2{
	max-width: 100%;
	width: 100%
}
.modal__window form p{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
.modal__window form br, .modal__window form .wpcf7-spinner, .modal__window form .wpcf7-response-output{
	display: none
}
.modal__form-input {
  padding: 30px 75px 30px 23px;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 15px;
  color: #687087;
  font-weight: 500;
  border: none;
  outline: 0 none;
	background-color: #F3F5F8;
	width: 100%
}
.modal__zapis-button {
  font-size: 15px;
  font-weight: 600;
  background-color: #0091ff;
  width: 100%;
  border-radius: 5px;
  padding: 30px 96px;
  color: #FFF;
  margin-bottom: 17px;
	cursor: pointer;
	border: 0 none;
	outline: 0 none
}
.zapis__bg {
  background: #F3F5F8;
  border-radius: 15px;
  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;
  padding: 24px 0px 23px 0px;
  position: relative;
}
.zapis__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 23px;
  z-index: 1;
  height: 53px;
}
.zapis__title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 8px;
}
.zapis__descript {
  font-size: 16px;
  color: #687087;
  font-weight: 500;
  margin-bottom: 33px;
}
.zapis form p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}
.zapis form br, .zapis .wpcf7-spinner, .zapis .wpcf7-response-output{
	display: none
}
.zapis__form-input {
  padding: 30px 75px 30px 23px;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 15px;
  color: #687087;
  font-weight: 500;
  border: none;
  outline: 0 none;
	max-width: 269px
}
.zapis__form-button {
  font-size: 15px;
  font-weight: 600;
  background-color: #0091ff;
  max-width: 269px;
  width: 100%;
  border-radius: 5px;
  padding: 30px 96px;
  color: #FFF;
	border: 0 none;
	outline: 0 none;
	cursor: pointer
}

.plav{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	display: flex; 
	flex-direction: column;
	align-items: center;
	gap: 17px
	
}
.plav__button{
	width: 69px;
	border-radius: 100%;
}
.plav__block{
	flex-direction: column;
	gap: 9px;
	display: none
}
.plav__block-active{
	display: flex
}
.plav__block-item{
	width: 40px;
	border-radius: 100%;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 12px 0px;
  }
	.header__right {
    position: fixed;
    left: 0;
    top: -120%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header__burg {
    display: block;
  }
  .header__menu {
    position: fixed;
    left: 0;
    top: -110%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 65px;
    background: #FFF;
    -webkit-box-shadow: 0px 150px 42px 0px rgba(199, 199, 199, 0), 0px 96px 38px 0px rgba(199, 199, 199, 0.01), 0px 54px 32px 0px rgba(199, 199, 199, 0.05), 0px 24px 24px 0px rgba(199, 199, 199, 0.09), 0px 6px 13px 0px rgba(199, 199, 199, 0.1);
            box-shadow: 0px 150px 42px 0px rgba(199, 199, 199, 0), 0px 96px 38px 0px rgba(199, 199, 199, 0.01), 0px 54px 32px 0px rgba(199, 199, 199, 0.05), 0px 24px 24px 0px rgba(199, 199, 199, 0.09), 0px 6px 13px 0px rgba(199, 199, 199, 0.1);
    width: 100%;
  }
  .header__menu-item {
    width: 100%;
    max-width: 1296px;
    text-align: center;
    background-color: #F3F5F8;
    padding: 17px 0px;
  }
  .header__menu-item-submenu::after {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 136px;
    top: 23px;
    right: 0;
    text-align: center;
  }
	.header__submenu-list-active{
		background:#F3F5F8;
		position: static;
		padding: 0px;
		margin: 0 auto;
	}
  .header__menu-active {
    top: 116px;
    padding-bottom: 20px;
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1296px;
    padding: 0px 20px;
    gap: 5px;
  }
  .header__menu-mobile {
    display: block;
    padding: 0px 20px;
    margin-top: 15px;
  }
  .header__mobile-title {
    font-size: 13px;
    font-weight: 500;
    color: #687087;
    margin-bottom: 3px;
  }
  .header__mobile-descript {
    font-size: 16px;
    font-weight: 500;
    color: #040B1C;
  }
  .header__mobile-soz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px;
    gap: 9px;
  }
  .header__mobile-button {
    padding: 25px 0px;
    background: #0091ff;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    border-radius: 10px;
  }
  .header__button {
    display: block;
  }
	.footer__menu {
    gap: 50px;
  }
  .footer__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__block {
    max-width: 300px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__soz {
    margin-top: 10px;
  }
	.footer__prava a{
		display: none
	}
}
@media screen and (max-width: 900px) {
  * {
    scroll-margin: 130px;
  }
	.zapis__title {
    text-align: center;
  }
  .zapis__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.zapis form p{
		flex-direction: column
	}
	.zapis__form-input, .zapis__form-button{
		max-width: 500px;
		width: 100%;
	}
  .zapis__descript {
    max-width: 300px;
    text-align: center;
  }
  .zapis__descript-top {
    max-width: 260px;
  }
  .zapis__bg::before {
    display: none;
  }
  .contacts__block {
    -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;
    gap: 13px;
  }
  .contacts__location-up {
    margin-left: 88px;
  }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  * {
    scroll-margin: 110px;
  }
	section{
		margin-bottom: 50px
	}
  .header__info-ter {
    display: none;
  }
  .header__info-ort span {
    display: inline;
    color: #687087;
    font-weight: 600;
    font-size: 14px;
  }
  .header__menu-active {
    top: 100px;
  }
	.about__button::before {
    left: -16px;
  }
  .otzivi__up-info {
    margin-right: 15px;
  }
  .otzivi__block-descript {
    text-align: justify;
  }
  .contacts__block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contacts__location-up {
    margin-left: 0px;
  }
  .contacts__soz {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	.zapis__form-input, .zapis__form-button{
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		display: block
	}
  .contacts .container {
    margin-bottom: 15px;
  }
	  .modal__window {
    max-width: 90%;
    width: 100%;
    height: auto;
  }
  .modal__zapis-bg::before {
    display: none;
  }
  .modal__zapis-title {
    font-size: 7vw;
  }
  .modal__zapis-descript {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .modal__close {
    right: 15px;
    top: 10px;
  }
  .footer__block {
    max-width: 100%;
    width: 100%;
  }
  .footer__up {
    max-width: 100%;
    width: 100%;
  }
  .footer__info-title br {
    display: none;
  }
  .footer__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 10px 0px;
  }
  .footer__location {
    gap: 12px;
  }
  .footer__location-info {
    max-width: 237px;
    font-weight: 700;
    color: #040B1C;
  }
  .footer__location-logo {
    width: 31px;
    height: 31px;
  }
  .footer__location-logo img {
    min-width: 14px;
    width: 14px;
  }
  .footer__soz {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 19px;
  }
  .footer__prava {
    opacity: 1;
  }
}