body {
  margin: 0;
  color: #000;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "OpenSans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.lock {
  overflow: hidden;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

button,
input,
select {
  outline: none;
}

button,
a {
  cursor: pointer;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1050;
  background: none;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 0;
}

header .contacts-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .btn-menu {
  padding: 0;
  border: none;
  height: 60px;
  width: 60px;
  background: #000;
  position: relative;
}

header .btn-menu span {
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .btn-menu:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .btn-menu:before {
  content: '';
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .btn-menu:hover:after {
  width: 26px;
}

header .btn-menu.active {
  z-index: 3000;
}

header .btn-menu.active span {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

header .btn-menu.active:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

header .btn-menu.active:after {
  opacity: 0;
}

header .phone {
  position: relative;
  padding-left: 40px;
  color: white;
  font-weight: 600;
}

header .phone::before {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
  background-image: url("../images/icons/phone.png");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .phone.nav-black-a::before {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
  background-image: url("../images/icons/phone_black.png");
  margin-top: 8px;
}

header .mail::before {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
  background-image: url("../images/icons/mail.png");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .mail.nav-black-a::before {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
  background-image: url("../images/icons/mail_black.png");
  margin-top: 8px;
}

header .phone.nav-black-a {
  margin-left: 16%;
}

header .mail {
  position: relative;
  padding-left: 40px;
  margin-left: 25px;
  color: white;
}

header .mail p {
  display: inline;
  padding-left: 40px;
  color: white;
}

header .logo {
  margin-left: 45px;
}

header .logo img {
  margin-top: 0.5%;
}

header img {
  vertical-align: middle;
}

header .social {
  display: inline-block;
  margin-right: 370px;
}

header .instagram,
header .vk,
header .facebook {
  position: relative;
  margin-left: 20px;
}

.feedback {
  position: fixed;
  left: 0;
  top: 30%;
  margin: auto;
  z-index: 50;

}

.feedback .feedback-call,
.feedback .feedback-mail,
.feedback .feedback-message,
.feedback .feedback-map {
  margin: 0;
  padding: 0;
  height: 67px;
}

.feedback .feedback-call img,
.feedback .feedback-mail img,
.feedback .feedback-message img,
.feedback .feedback-map img {
  border: 1px solid #e4e4e4;
}

.feedback .feedback-call a,
.feedback .feedback-mail a,
.feedback .feedback-message a,
.feedback .feedback-map a {
  margin: 0;
  padding: 0;
}

header .nav-black-btn {
  margin-left: 10%;
}

header .nav-black-a p {
  color: black;
}

header.block {
  position: initial;
}

header.block .container {
  max-width: 1200px;
}

header.block .phone,
header.block .mail {
  color: #000;
}

header.block .phone:before {
  background: url(../images/icons/phone_black.png);
}

header.block .mail:before {
  background: url(../images/icons/mail_black.png);
}

header.block .social {
  margin-right: 0;
}

.menu-wrapper {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  color: #fff;
  font-family: 'Akrobat';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-wrapper .container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  max-width: 1200px;
  height: 80%;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, rgba(0, 0, 0, 0)), color-stop(0.5, black), color-stop(0.99, rgba(0, 0, 0, 0)));
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, rgba(0, 0, 0, 0)), color-stop(0.5, black), color-stop(0.99, rgba(0, 0, 0, 0)));
}

.menu-wrapper .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 106%;
}

.menu-wrapper .container a {
  font-size: 55px;
  margin: 15px 0;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-wrapper .container li {
  margin: 20px 0;
}

.menu-wrapper .container a:hover {
  opacity: 1;
}

.menu-wrapper .container a.active {
  opacity: 1;
}

.menu-wrapper.active {
  top: 0;
  opacity: 1;
}

.header-black {
  background-color: white;
}

footer.fixed {
  height: 100px;
}

footer {
  background-color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer img {
  vertical-align: middle;
}

footer .footer-call {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

footer .footer-call:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../images/icons/Call.png);
}

footer .footer-location {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 14px;
}

footer .footer-location:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 17px;
  background: url(../images/icons/MapPoint.png);
}

footer .footer-policy {
  font-weight: bold;
  font-size: 14px;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-bottom: 0;
}

footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.content-main {
  height: 100vh;
  width: 100vw;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding-bottom: 100px;
}

.content-main .main-info {
  background-color: rgba(255, 255, 255, 0.88);
  text-align: center;
  position: relative;
  height: 100%;
  width: 440px;
  margin-left: auto;
  margin-right: 215px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-main .main-info h1 {
  margin-top: 0%;
  font-family: "Akrobat";
  font-weight: 600;
  font-size: 75px;
  margin-bottom: 0px;
}

.content-main .main-info h2 {
  font-family: "Akrobat";
  font-weight: bold;
  font-size: 26px;
  margin-top: 0;
}

.content-main .main-info p {
  font-size: 14px;
  color: #525252;
  line-height: 25px;
  margin-bottom: 40px;
}

.content-main .main-info .btn-podrobnee {
  border: none;
  background-color: black;
  color: white;
  padding: 10px 30px;
  font-family: 'Akrobat';
  font-size: 20px;
  margin-top: 5%;
}

.content-main .owl-carousel {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.content-main .owl-carousel img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-main .next,
.content-main .prev {
  font-size: 28px;
  color: white;
  display: inline-block;
  background-color: black;
  width: 50px;
  height: 50px;
  text-align: center;
  float: right;
  margin-top: 5.9%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.content-main .next img,
.content-main .prev img {
  margin-top: 25%;
}

.content-main .prev:hover,
.content-main .next:hover {
  background-color: #c72b2f;
}

.content-main .slider-controls {
  position: absolute;
  right: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.price-menu {
  color: rgba(186, 186, 186, 0.2);
}

.podbor-menu {
  color: rgba(186, 186, 186, 0.4);
}

.ostudii-menu {
  color: rgba(255, 255, 255, 0.6);
}

.projects-menu {
  color: white;
}

.contacts-menu {
  color: rgba(186, 186, 186, 0.7);
}

.klienti-menu {
  color: rgba(186, 186, 186, 0.5);
}

.arch-menu {
  color: rgba(186, 186, 186, 0.35);
}

.catalog-menu {
  color: rgba(186, 186, 186, 0.2);
}

.title h1 {
  font-family: 'Akrobat';
  font-weight: 500;
  font-size: 73px;
  margin: 30px 0;
  text-transform: uppercase;
}

.title p {
  width: 440px;
  color: #525252;
}

.ostudii-content {
  margin-top: 50px;
}

.ostudii-content .description {
  background-image: url(../images/bg/backgroundDescription.png);
  color: white;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 50px;
  background-size: cover;
}

.ostudii-content .description p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 17px;
}

.ostudii-content .description p:last-child {
  margin-bottom: 0;
}

.ostudii-content .sect-text {
  position: relative;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ostudii-content .sect-text h1 {
  font-family: 'Akrobat';
  font-size: 36px;
  font-weight: 600;
}

.ostudii-content .sect-text .text {
  margin-left: auto;
  width: 670px;
}

.ostudii-content .sect-text .image {
  position: absolute;
  right: 58%;
  top: 0;
}

.ostudii-content .sect-text.reverse {
  overflow-x: hidden;
}

.ostudii-content .sect-text.reverse .text {
  margin-left: 0;
  margin-right: auto;
}

.ostudii-content .sect-text.reverse .image {
  right: initial;
  left: 58%;
}

.ostudii-content .kak-mi-rabotaem .text .projecting::before {
  content: "";
  background-image: url(../images/icons/projecting.png);
  width: 50px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ostudii-content .kak-mi-rabotaem .text .creating::before {
  content: "";
  background-image: url(../images/icons/creating.png);
  width: 44px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ostudii-content .kak-mi-rabotaem .text .performing::before {
  content: "";
  background-image: url(../images/icons/performing.png);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ostudii-content .kak-mi-rabotaem .text .seting::before {
  content: "";
  background-image: url(../images/icons/seting.png);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ostudii-content .kak-mi-rabotaem .text div {
  padding-left: 90px;
  position: relative;
}

.ostudii-content .podhod {
  margin-top: 50px;
}

.ostudii-content .podhod .text p {
  margin-bottom: 40px;
}

.ostudii-content .podhod .btn-consultation {
  border: none;
  background-color: black;
  color: white;
  padding: 3% 6% 3% 6%;
  font-family: akrobat;
  font-size: 18px;
  margin-top: 5%;
}

.podbor-content {
  margin-top: 50px;
}

.podbor-content .title {
  margin-bottom: 60px;
}

.podbor-content .title p {
  width: 800px;
}

.podbor-content .description {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url(../images/bg/podborBackgrounf.png);
  background-size: cover;
}

.podbor-content .description .container p {
  text-align: center;
  color: white;
  width: 900px;
  margin: 40px auto;
  font-size: 17px;
}

.podbor-content .podbor-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-height: 600px;
}

.podbor-content .podbor-main-content .text {
  width: 50%;
  padding-right: 60px;
}

.podbor-content .podbor-main-content .text .btn-podbor {
  border: none;
  background-color: black;
  color: white;
  padding: 3% 6% 3% 6%;
  font-family: akrobat;
  font-size: 18px;
}

.podbor-content .podbor-main-content .text h1 {
  font-family: 'Akrobat';
  font-size: 40px;
  font-weight: 600;
}

.podbor-content .podbor-main-content .image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.podbor-content .podbor-main-content .wrapper {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 130px;
}

.podbor-content .garantia {
  background-color: #232323;
  width: 50%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.podbor-content .garantia .text-wrapper {
  font-family: 'Akrobat';
}

.podbor-content .garantia h2 {
  font-weight: 600;
  color: white;
  font-size: 35px;
  margin: 0;
}

.podbor-content .garantia p {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

.podbor-content .kachestvo {
  background-color: #839197;
  width: 50%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.podbor-content .kachestvo .text-wrapper {
  font-family: 'Akrobat';
}

.podbor-content .kachestvo h2 {
  font-weight: 600;
  color: white;
  margin: 0;
  font-size: 35px;
  margin: 0;
}

.podbor-content .kachestvo p {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

.price-content {
  margin-top: 50px;
}

.calc-price {
  color: white;
  background-color: #232323;
  text-align: center;
  padding: 50px;
  width: 800px;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 50px;
}

.modal .calc-price {
  width: 100%;
  margin: 0;
}

.modal .calc-price input {
  width: 100%;
}

#modalPrice .modal__content {
  padding: 0;
}


.calc-price input {
  display: block;
  border: none;
  background-color: #232323;
  color: white;
  border-bottom: white solid 1px;
  width: 500px;
  margin: auto;
  margin-top: 20px;
}

.calc-price ::-webkit-input-placeholder {
  color: #b6b6b6;
}

.calc-price .btn-calc-price {
  border: none;
  background-color: white;
  color: black;
  min-width: 170px;
  font-weight: 600;
  padding: 10px;
  font-family: akrobat;
  font-size: 18px;
  margin-top: 40px;
}

.calc-price h2 {
  font-family: akrobat;
  font-weight: 500;
  font-size: 28px;
}

.calc-price input {
  height: 40px;
  font-family: akrobat;
  font-size: 18px;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-price {
  color: white;
  background-color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 49%;
  vertical-align: top;
  position: relative;
  margin-bottom: 40px;
}

.card-price ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.card-price li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}

.card-price li:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c22328;
  position: absolute;
  left: 0;
  top: 9px;
}

.card-price .desc {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-price .hover {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 5;
  background: #232323;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}

.card-price:hover .hover {
  max-height: 300px;
  padding-bottom: 25px;
}

.card-price .card-image {
  width: 100%;
  height: auto;
}

.card-price p {
  margin-top: 0;
  font-size: 15px;
}

.card-price .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.card-price .wrapper .check-wrapper {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-price .wrapper .check-wrapper img {
  margin-right: 10px;
}

.card-price .title-price {
  margin-top: 0px;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Akrobat';
}

.card-price .title-price span {
  color: #c32328;
}

.card-price .check-box {
  vertical-align: top;
}

.card-price .check-box-text {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.card-price .btn-zakaz {
  border: none;
  background-color: #c32328;
  color: white;
  width: 180px;
  padding: 10px;
  font-family: akrobat;
  font-size: 18px;
  margin: 20px auto 0 auto;
  transition: 0.5s;
}

.card4 {
  padding-bottom: 0px;
}

.feedback-mail button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.breadscrubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.breadscrubs li {
  margin: 0 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadscrubs li.active {
  color: #c22328;
}

.btn {
  background-color: #000;
  transition: 0.5s;
  border: none;
  color: white;
  padding: 10px 30px;
  font-family: 'Akrobat';
  font-size: 20px;
}

.btn:hover {
  background-color: #ff1b24;
}

.gallery-albums-wrapper {
  display: flex;
}

.gallery-albums-wrapper .gallery-album {
  width: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Akrobat";
  font-size: 20px;
}

.gallery-albums-wrapper .gallery-album span {
  margin-top: 5px;
  transition: 0.5s;
}

.gallery-albums-wrapper .gallery-album:hover span {
  color: #ff1b24;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 380px 380px 380px;
  grid-auto-rows: 240px;
  grid-gap: 15px;
  justify-content: center;
  margin: 40px 0;
}

.gallery-wrapper .item {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: -1;
}

.gallery-wrapper .item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.gallery-wrapper .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(28,36,48,0.75);
  color: #fff;
}

.gallery-wrapper .item .desc .count {
  padding: 5px;
  margin-right: 15px;
  background: #ff1b24;
  font-weight: 700;
  min-width: 32px;
  text-align: center;
}

.gallery-wrapper .item .desc .text {
  font-size: 18px;
  font-weight: 700;
}

.sect-contacts {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: initial;
}

.sect-contacts .ymap {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.sect-contacts .contacts-wrapper {
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: center;
}

.sect-contacts .contacts-wrapper .contact {
  color: #000;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
} 

.sect-contacts .contacts-wrapper .contact.phone {
  font-weight: 600;
}

.sect-contacts .contacts-wrapper .contact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sect-contacts .contacts-wrapper .contact.phone:after {
  background: url(../images/icons/phone_black.png);
  width: 33px;
  height: 33px;
}

.sect-contacts .contacts-wrapper .contact.mail:after {
  background: url(../images/icons/mail_black.png);
  width: 33px;
  height: 33px;
}

.sect-contacts .contacts-wrapper .contact.address:after {
  background: url(../images/icons/address_black.png);
  width: 33px;
  height: 33px;
}

header .btn-menu.mainpage {
    display:none;
}

.menu-wrapper.block {
    top: 0;
    opacity: 1;
    width: 400px;
    padding-bottom: 100px;
    transition: 0;
    padding-right: 80px;
    z-index: 40;
}

.menu-wrapper.block .container a {
    font-size: 22px;
    
}

.menu-wrapper.block .container li {
    margin-top: 0;
}

.menu-wrapper.block .container {
    padding: 20px;
    padding-left: 50px;
}

.logo {
    margin-top: 10px;
}

.menu-wrapper.block .feedback {
    position: absolute;
    left: initial;
    right: 0;
}

#modalSend .modal__content {
    border-radius: 0;
    background: #232323;
    color: white;
    text-align: center;
    font-family: akrobat;
}

#modalSend .modal__content h2 {
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}

#modalSend .modal__content p {
    font-size: 18px;
}
input[name="FIO"]{
    position:absolute;
    top: -9999px;
}
header .show__mobile {
    display: none;
}

@media (max-width: 1550px) {
  .container {
    max-width: 1200px;
  }

  header .contacts-wrapper {
    margin-left: 50px;
  }

  .content-main .main-info {
    margin-right: 50px;
  }

  header .social {
    margin-right: 210px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }

  .content-main {
    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;
  }

  .content-main .main-info {
    height: 400px;
    margin: 0;
    position: initial;
  }

  header .social {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    margin-right: 50px;
  }

  header .contacts-wrapper {
    margin: auto;
  }

  .content-main .main-info .slider-controls {
    bottom: 100px;
    right: 0;
  }

  .ostudii-content .sect-text .text {
    width: 480px;
  }

  .ostudii-content .sect-text .image {
    right: 53%;
  }

  .ostudii-content .sect-text.reverse .image {
    left: 53%;
  }

  header.block .social {
    -webkit-filter: none;
            filter: none;
    margin-right: 20px;
  }

  .gallery-wrapper {
    grid-template-columns: 300px 300px 300px;
    grid-auto-rows: 200px;
  }
  
  header .btn-menu.mainpage {
      display: block;
  }
  
  .menu-wrapper.block
  {
      opacity: 0;
      top: -100vh;
      width: 100%;
  }
  
  .menu-wrapper.block.active {
      opacity: 1;
      top: 0;
      
      z-index: 1000;
  }
  
  .menu-wrapper.block .container a
  {
      font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 992px;
  }

  footer .footer-location {
    width: 260px;
  }

  footer .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer-policy {
    width: 165px;
    word-break: break-word;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }

  header .logo {
    margin-left: 50px;
  }

  header .social {
    margin-right: 50px;
  }

  header .phone:before,
  header .mail:before {
    position: initial;
    display: block;
  }

  header .phone,
  header .mail {
    font-size: 0;
    padding-left: 0;
  }

  .menu-wrapper .container a {
    font-size: 40px;
    margin: 5px;
  }

  .ostudii-content .sect-text .image {
    position: initial;
    max-width: 500px;
    margin: 25px 0;
  }

  .ostudii-content .sect-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }

  .ostudii-content .sect-text .text {
    width: 100%;
  }

  .podbor-content .description .container p {
    width: 100%;
    padding: 0 40px;
  }

  .podbor-content .podbor-main-content .text {
    width: 100%;
    padding: 0;
  }

  .podbor-content .podbor-main-content .image {
    position: initial;
    width: 100%;
    height: auto;
    margin: 30px 0;
  }

  .podbor-content .podbor-main-content .wrapper {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .podbor-content .podbor-main-content {
    position: initial;
  }

  .podbor-content .podbor-main-content .container {
    position: relative;
  }

  .podbor-content .title p {
    width: 100%;
  }

  .card-price {
    width: 100%;
    margin-bottom: 40px;
  }

  .card-price:nth-child(4) {
    margin-top: 0;
  }

  .calc-price {
    width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 360px 360px;
    grid-auto-rows: 240px;
  }

  .sect-contacts .ymap {
    position: initial;
    width: 100%;
    height: 400px;
  }

  .sect-contacts {
    flex-direction: column-reverse;
  }

  .sect-contacts .ymap-wrapper {
    width: 100%;
    padding: 25px;
    max-width: 768px;
    margin: auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }

  .content-main .main-info {
    height: auto;
    width: auto;
    padding: 35px;
  }

  .content-main .main-info h1 {
    font-size: 65px;
  }

  footer.fixed {
    position: initial;
    height: auto;
  }

  .content-main {
    padding-bottom: 0;
  }

  .content-main .main-info .slider-controls {
    bottom: 0;
  }

  footer .container {
    -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;
  }

  footer .footer-location {
    width: auto;
    margin: 10px;
  }

  footer .footer-policy {
    width: auto;
  }

  .calc-price input {
    width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 380px;
    grid-auto-rows: 240px;
  }
}

@media (max-width: 576px) {
    header .btn {
    padding: 5px 4px;
    font-size: 12px;
}
  .container {
    max-width: 100%;
  }

  header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  header .logo {
    overflow: hidden;
    width: 45px;
    margin: 0;
    margin-left: 10px;
  }

  header .contacts-wrapper {
    margin: auto;
  }

  header .social {
    margin-right: 10px;
  }

  header .instagram,
  header .vk,
  header .facebook {
    margin: 0;
  }

  header .phone,
  header .mail {
    margin-left: 0;
  }

  .menu-wrapper .container a {
    font-size: 30px;
    word-break: break-word;
  }

  .content-main .main-info h1 {
    font-size: 30px;
  }

  .content-main .main-info h2 {
    font-size: 24px;
  }

  .feedback .feedback-call a,
  .feedback .feedback-mail a,
  .feedback .feedback-message a,
  .feedback .feedback-map a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .feedback .feedback-call a img,
  .feedback .feedback-mail img,
  .feedback .feedback-message a img,
  .feedback .feedback-map a img,
  .feedback .feedback-map button img {
    width: 100%;
    height: 100%;
  }

  .feedback-mail button, .feedback-mail {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .feedback .feedback-call,
  .feedback .feedback-mail,
  .feedback .feedback-message,
  .feedback .feedback-map {
    height: auto;
  }

  .content-main .main-info {
    width: 290px;
  }

  .content-main .main-info h1 {
    font-size: 50px;
  }

  header .phone {
    margin-right: 10px;
  }

  .ostudii-content .sect-text .image {
    max-width: 100%;
  }

  .ostudii-content .title p {
    width: 100%;
  }

  header.block .social {
    margin-right: 10px;
  }

  .title h1 {
    font-size: 60px;
  }

  .podbor-content .description .container p {
    padding: 0;
  }

  .podbor-content .podbor-main-content .wrapper {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .podbor-content .garantia {
    width: 100%;
    height: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .podbor-content .kachestvo {
    width: 100%;
    height: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .card-price .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-price .wrapper .check-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .calc-price {
    padding: 20px;
  }

  .gallery-wrapper {
    grid-template-columns: 100%;
    grid-auto-rows: 280px;
  }

  .sect-contacts-form .calc-price {
    margin-top: 50px;
  }
  .sect-contacts .contacts-wrapper {
    width: 300px;
    margin: auto;
  }
  
  header .show__mobile {
    display: flex;
  }
  
  header .hide__mobile {
      display: none;
  }
  header .container
  {
      flex-wrap: wrap;
  }
  header .btn__wrapper {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-right: 15px;
  }
}