@font-face {
  font-family: "Stolzl";
  src: local("Stolzl Light"), local("Stolzl-Light"), url("../fonts/Stolzl-Light.woff2") format("woff2"), url("../fonts/Stolzl-Light.woff") format("woff"), url("../fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("../fonts/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl-Regular.woff") format("woff"), url("../fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: local("Stolzl Medium"), local("Stolzl-Medium"), url("../fonts/Stolzl-Medium.woff2") format("woff2"), url("../fonts/Stolzl-Medium.woff") format("woff"), url("../fonts/Stolzl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: local("Stolzl Bold"), local("Stolzl-Bold"), url("../fonts/Stolzl-Bold.woff2") format("woff2"), url("../fonts/Stolzl-Bold.woff") format("woff"), url("../fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl";
  src: local("Stolzl Book"), local("Stolzl-Stolzl"), url("../fonts/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
}

body {
  font-family: "Stolzl";
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  background: #ffffff;
  position: relative;
}

body * {
  outline: none;
}

*[x-apple-data-detectors] {
  border-bottom: 0 !important;
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important;
}

.container {
  max-width: 1630px;
}

html body main div.profit div.container div.box div.mail a,
div.tel a.tel,
div.mail a.mail {
  color: #822c41;
}

.input-error {
  background-image: url(../img/attention.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  border-color: #822c41 !important;
  padding-right: 60px !important;
}

button[type="submit"].disabled,
.btn[type="submit"].disabled {
  pointer-events: none;
}

a.favor {
  display: block;
  border-radius: 50%;
}

.like.active {
  background: #822c41 !important;
}

.like.active,
.favor.active {
  background-color: #822c41 !important;
}

form {
  margin: 0;
}

.form__reminder {
  display: none;
}

.video__responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.4%;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.video__responsive:not(:first-child) {
  margin-top: 30px;
}

.video__responsive:not(:last-child) {
  margin-bottom: 30px;
}

.video__responsive iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
}

.navbar-expand-xl {
  padding: 0;
  flex-wrap: wrap;
  z-index: 100;
}

.navbar-expand-xl .top {
  width: 100%;
  background: #e6e3db;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}

.navbar-expand-xl .top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-expand-xl .top a {
  font-weight: 350;
  font-size: 17.3341px;
  line-height: 21px;
  color: #822c41;
}

.navbar-expand-xl .top a.header__phone {
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 15px;
  transition: background ease 0.3s, color ease 0.3s;
}

.navbar-expand-xl .top a.header__phone:hover {
  background: #822c41;
  color: #fff;
}

.navbar-expand-xl .top .icon {
  display: flex;
  justify-content: flex-start;
  margin: 0 28px 0 0;
}

.navbar-expand-xl .top .icon a {
  border: 1px solid #822c41;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
  transition: all 0.5s;
}

.navbar-expand-xl .top .icon a path {
  transition: all 0.5s;
}

.navbar-expand-xl .top .icon a:hover {
  background: #822c41;
}

.navbar-expand-xl .top .icon a:hover path {
  fill: #fff;
}

.navbar-expand-xl .bottom {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%);
}

.navbar-expand-xl .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-expand-xl .navbar-collapse {
  width: 71%;
  flex-grow: initial;
}

.navbar-expand-xl .bottom .icons {
  display: flex;
  justify-content: flex-start;
}

.navbar-expand-xl .bottom .icons a {
  border: 1px solid #822c41;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
  position: relative;
}

.navbar-expand-xl .bottom .icons a span {
  background: #822c41;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: -7px;
  right: -4px;
}

.navbar-expand-xl .bottom .icons a:first-child {
  margin-left: 0;
}

.navbar-expand-xl .bottom .icons a path {
  fill: #822c41;
  transition: all 0.5s;
}

.navbar-expand-xl .bottom .icons a:hover {
  background: #822c41;
}

.navbar-expand-xl .bottom .icons a:hover path {
  fill: #fff;
}

.navbar-expand-xl .bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.navbar-expand-xl .navbar-nav {
  width: 100%;
}

.navbar-expand-xl .navbar-nav li {
  margin-right: 20px;
  padding: 31px 0;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #822c41;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.8rem !important;
  font-weight: 350;
  line-height: 28px;
  color: #822c41;
  background: #fff;
  border-radius: 50px;
  transition: all 0.5s;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}

.navbar-light .navbar-nav > .nav-item > .nav-link {
  display: inline-block;
  vertical-align: middle;
}

.navbar-light .navbar-nav > .nav-item > .nav-link + .arrow {
  display: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  background: #822c41;
  color: #fff;
}

.home .navbar-light .navbar-nav .nav-link:hover {
  background-color: #e6e3db;
}

.navbar-light .navbar-nav .arrow {
  width: 40px;
  height: 40px;
  background-image: url(../img/arr.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-nav .arrow {
  position: absolute;
  top: -2px;
  right: 0;
}

.navbar-expand-xl .bottom .sub-menu {
  position: absolute;
  background: #e6e3db;
  border-radius: 0 0 20px 20px;
  top: calc(100% + 1px);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 416px;
  height: auto;
  max-height: 0;
  transition: none;
  overflow: hidden;
  visibility: hidden;
}

.navbar-expand-xl .bottom .sub-menu li {
  margin: 0;
  padding: 0;
}

.navbar-expand-xl .bottom .sub-menu li .nav-link {
  background-image: url(../img/arr.svg);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  border-bottom: 1px solid #ccc8c8;
  border-radius: 0;
  padding: 24px 30px;
}

.navbar-expand-xl .bottom .sub-menu li:last-child .nav-link {
  border: none;
}

.navbar-expand-xl .bottom .sub-menu li .nav-link:hover {
  background-image: url(../img/arr-white.png);
  color: #fff;
  background-color: #822c41;
}

/*.navbar-expand-xl .bottom .navbar-brand svg {
    fill: #822C41;
}*/

body:after {
  content: "";
  background: rgba(7, 7, 7, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

body.hovered:after {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 31px 0 0 0;
}

.breadcrumb li {
  font-size: 19px;
}

.breadcrumb li a {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #63513d;
}

.breadcrumb-item.active {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #822c41;
  padding: 6px 0 0 17px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  color: #63513d;
  content: ">";
}

.articl {
  margin: 47px 0 0 0;
}

.articl h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 49px;
}

.articl .video {
  position: relative;
  width: 60%;
  height: 582px;
  margin-bottom: 66px;
}

.articl .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.articl .video .play {
  background: url(../img/play.svg) 0 0 no-repeat;
  width: 94px;
  height: 94px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.articl .video .play:after {
  content: "";
  opacity: 0.2;
  border: 0.939173px solid #ffffff;
  width: 174.34px;
  height: 174.34px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -45%;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.articl .video .play:before {
  content: "";
  opacity: 0.2;
  border: 0.939173px solid #ffffff;
  width: 451.74px;
  height: 451.74px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -200%;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.articl .video .play:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.articl .video .play:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

.articl .text {
  margin-bottom: 72px;
}

.articl .text h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  text-align: justify;
  color: #822c41;
  margin-bottom: 40px;
}

.articl .text p {
  font-weight: 100;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 20px;
  letter-spacing: 0.05px;
}

.glava {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .glava {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .glava .blago {
    margin-top: 30px !important;
  }
}

.glava .img
{
  margin-right: 3.1%;
}

/* .glava .img {
  width: 31.2%;
  height: 440px;
  margin-right: 3.1%;
  border-radius: 20px;
  overflow: hidden;
}
 */

.glava .img img {
  width: 346px;
  height: 440px;
  object-fit: cover;
  border-radius: 20px;
}

.glava .blago {
  width: 34%;
  margin: 165px 0 0 0;
}

.glava .blago:before {
  content: "";
  border-top: 3px solid #822c41;
  width: 140px;
  height: 3px;
  display: block;
  margin-bottom: 40px;
}

.glava .blago p {
  font-weight: 100;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 20px;
}

.polezno {
  margin: 75px 0 0 0;
}

.polezno .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  letter-spacing: -0.1px;
  margin-bottom: 60px;
}

.polezno .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.polezno .box .item {
  width: 25%;
  padding-right: 15px;
}

.polezno .box .item .num {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

.polezno .box .item .text {
  font-weight: normal;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 60px;
}

.polezno .box .item .num {
  background: url(../img/it.png) 0% 0% no-repeat;
}

.polezno .box .item:nth-child(2) .num,
.polezno .box .item:nth-child(6) .num,
.polezno .box .item:nth-child(10) .num {
  background: url(../img/it1.png) 0% 0% no-repeat;
}

.polezno .box .item:nth-child(3) .num,
.polezno .box .item:nth-child(7) .num,
.polezno .box .item:nth-child(11) .num {
  background: url(../img/it2.png) 0% 0% no-repeat;
}

.polezno .box .item:nth-child(4) .num,
.polezno .box .item:nth-child(8) .num,
.polezno .box .item:nth-child(12) .num {
  background: url(../img/it4.png) 0% 0% no-repeat;
}

.bot a.btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
}

.bot a.btn:hover {
  background: #fff;
  color: #812b41;
}

.priz {
  background: #e6e3db;
  margin: 58px 0 0 0;
  padding: 70px 0 70px 0;
}

.priz .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 60px;
}

.priz .btn {
  background: #812b41 url(../img/down.png) 31px 50% no-repeat;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px 16px 60px;
}

.priz .btn:hover {
  background: #fff url(../img/down.png) 31px 50% no-repeat;
  color: #812b41;
}

.idea {
  display: block;
  background: url(../img/bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 215px 0 232px 0;
  margin-bottom: -36px;
}

.idea_prod {
  background: url(../img/bg_prod.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
  min-height: 480px;
}

.idea .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.idea .text {
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
}

.form {
  background: #e6e3db;
  padding: 100px 0 80px 0;
}

.form .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 92px;
}

.form form {
}

.form form .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 83%;
  margin: 0 auto;
  padding: 0 0 0 36px;
}

.form form .box .left {
  width: 46.7%;
}

.form form .box textarea {
  background: #ffffff;
  height: 275px;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  border: 2px solid transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 30px;
  padding: 19px 31px;
}

.form form .box textarea::placeholder {
  color: #822c41;
}

.form form .box .form-group.mobile {
  display: none;
}

.form form .box .right {
  width: 49.5%;
}

.form form .box .right .form-group {
}

.form form .box .right input {
  background: #ffffff;
  height: 57px;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  border: 2px solid transparent;
  border-radius: 30px;
  outline: 0;
  box-shadow: none;
  padding: 0 32px;
}

.form form .box .right input::placeholder {
  color: #822c41;
}

.form form .box .right .bot {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form form .box .right button {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  width: 40.8%;
}

.form form .box .right button:hover {
  background: #fff;
  color: #812b41;
}

.form form .box .right .txt {
  font-weight: normal;
  font-size: 11.0503px;
  line-height: 13px;
  color: #63513d;
  width: 56%;
  padding: 13px 20px 0 3px;
}

.form form .box .right .txt a {
  color: #812b41;
}

footer {
  background: #822c41;
  padding: 55px 0 45px 0;
}

.socials {
  margin-left: 10px;
}

footer .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .box .logo {
  width: 26%;
}

footer .box .logo svg {
  /*fill: #fff;*/
  width: 100%;
  max-width: 237px;
  height: auto;
  margin-bottom: 46px;
}

footer .box .logo .copy {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}

footer .box .cont {
  width: 25.8%;
}

footer .box .cont .zag {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  margin: -5px 0 20px 0;
}

footer .box .cont .tel {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 7px;
}

footer .box .cont .mail {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}

footer .box .cont .tel a,
footer .box .cont .mail a {
  color: #ffffff;
}

footer .box .adress {
  width: 22.7%;
}

footer .box .adress .zag {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  margin: -5px 0 18px 0;
}

footer .box .adress .adr {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  width: 90%;
}

footer .box .adress a:hover {
  text-decoration-color: #fff;
}

footer .box .soc {
  width: 25.5%;
}

footer .box .soc ul {
  padding: 0;
  margin: -7px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

footer .box .soc ul li svg {
  fill: #fff;
  transition: fill ease 0.3s;
}

footer .box .soc ul li a:hover svg {
  fill: #a39383;
}

footer .box .soc .desing {
  margin: 55px 0 0 0;
  text-align: right;
}

footer .box .soc .desing a {
  font-weight: normal;
  font-size: 21px;
  line-height: 45px;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 53px;
}

footer .box .soc .desing a img {
  width: 90px;
  margin: 0 0 4px 9px;
}

footer .box .soc .desing a:hover {
  text-decoration: none;
}

.articl .text .bot {
  margin: 51px 0 0 0;
}

.articl .text .bot a.btn {
  padding: 16px 25px;
}

.berem {
  margin: 100px 0;
}

.berem .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 70px;
}

.berem .img {
  margin: 70px 0 0 0;
  height: 657px;
  width: 100%;
}

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

.berem .info {
  line-height: 140%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
}

.berem .info__title {
  max-width: 600px;
  color: #822c41;
}

.berem .info__time {
  display: flex;
  align-items: flex-start;
  color: #63513d;
}

.berem .info__time-title {
  max-width: 100px;
  margin-right: 70px;
}

.berem .info__time-text {
  font-weight: 350;
  max-width: 350px;
}

.berem + .polezno .box .item:nth-child(3) .num,
.berem + .polezno .box .item:nth-child(7) .num,
.berem + .polezno .box .item:nth-child(11) .num {
  background: url(../img/it3.png) 0 0 no-repeat;
  width: 165px;
}

.berem + .polezno .box .item:nth-child(4) .num,
.berem + .polezno .box .item:nth-child(8) .num,
.berem + .polezno .box .item:nth-child(12) .num {
  width: 165px;
}

.berem-scheme.desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .berem-scheme.desktop {
    display: flex;
  }
}

.berem-scheme.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .berem-scheme.mobile {
    display: block;
  }
}

.berem-scheme-image {
  opacity: 0;
  transition: opacity ease 0.7s;
}

.berem-scheme-image.to-animate:nth-child(1) {
}

.berem-scheme-image.to-animate:nth-child(2) {
  transition-delay: 0.6s;
}

.berem-scheme-image.to-animate:nth-child(3) {
  transition-delay: 1.2s;
}

.berem-scheme-image.to-animate:nth-child(4) {
  transition-delay: 1.8s;
}

.berem-scheme-image.to-animate.animated {
  opacity: 1 !important;
}

.berem-scheme-image:nth-child(1) {
  width: 28.73%;
}

.berem-scheme-image:nth-child(2) {
  width: 22.13%;
  margin-left: -2px;
  margin-bottom: 1.2%;
}

.berem-scheme-image:nth-child(3) {
  width: 16.69%;
  margin-left: -2px;
  margin-bottom: -2.2%;
}

.berem-scheme-image:nth-child(4) {
  width: 32.45%;
  margin-left: -2px;
  margin-bottom: 2.85%;
}

.stadii {
  margin: 40px 0 90px 0;
}

.stadii .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  margin-bottom: 50px;
}

.stadii .slick-list {
  padding: 0 250px;
}

.stadii .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  background: url(../img/arrow.svg) 0 0 no-repeat;
  outline: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  transition: background ease 0.3s;
}

.stadii .slick-arrow:hover {
  background: url(../img/arrow2.svg) 0 0 no-repeat;
}

.stadii .slick-arrow.slick-prev {
  left: 10px;
}

.stadii .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}

.stadii .slick-slide {
  width: 640px;
  height: auto;
  border-radius: 20px;
  margin-left: 20px;
  overflow: hidden;
  cursor: pointer;
}

.stadii .slick-slide img {
  opacity: 0.3;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
  height: 504px;
  margin: 0 auto;
  object-fit: cover;
}

.stadii .slick-slide:hover img {
  opacity: 1;
}

.stadii .bot {
  margin: 51px 0 0 0;
}

.stadii .bot a.btn {
  padding: 16px 31px;
}

.proizvod {
  margin: 103px 0 0 0;
}

.proizvod .title {
  display: block;
  font-weight: 350;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  background: url(../img/arr1.svg) 4px 3px no-repeat;
  padding: 0 0 0 75px;
  margin-bottom: 60px;
  transition: background ease 0.3s;
}

.proizvod .title:hover {
  text-decoration: none;
  background: url(../img/arr1-brown.svg) 4px 3px no-repeat;
}

.proizvod .title a {
  color: #822c41;
  text-decoration: none;
}

.proizvod .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
}

.proizvod .text p {
  margin-bottom: 20px;
}

.proizvod .slider {
  margin: 49px 0 51px 0;
  overflow: hidden;
  border-radius: 20px;
}

.proizvod .slick-list {
  padding: 0 323px 0 110px;
}

.proizvod .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  background: url(../img/arrow.svg) 0 0 no-repeat;
  outline: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  transition: background ease 0.3s;
}

.proizvod .slick-arrow:hover {
  background: url(../img/arrow2.svg) 0 0 no-repeat;
}

.proizvod .slick-arrow.slick-prev {
  left: 10px;
}

.proizvod .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}

.proizvod .slick-slide {
  width: 637px;
  height: auto;
  border-radius: 20px;
  margin-left: 20px;
  overflow: hidden;
  cursor: pointer;
}

.proizvod .slick-slide img {
  opacity: 0.3;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
  height: 386px;
  margin: 0 auto;
  object-fit: cover;
}

.proizvod .slick-slide:hover img {
  opacity: 1;
}

.proizvod .baner {
  margin: 51px 0 71px 0;
}

.proizvod .baner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.proizvod .baner span {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  margin: 32px 0 0 0;
  display: block;
}

.otzivi {
  margin: 46px 0 100px 0;
}

.otzivi .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.otzivi .box .left {
  width: 73.5%;
}

.otzivi .box .left h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.otzivi .box .left .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
}

.otzivi .box .left .text p {
  margin-bottom: 20px;
}

.otzivi .box .left .otziv {
  margin: 100px 0 0 0;
  padding-bottom: 95px;
}

.otzivi .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  position: absolute;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  bottom: 0;
  z-index: 1;
  width: 46px;
  height: 46px;
  transition: background-image ease 0.3s;
}

.otzivi .slick-arrow:hover {
  background-image: url(../img/arrow3.svg);
}

.otzivi .slick-arrow.slick-prev {
  left: 87px;
}

.otzivi .slick-arrow.slick-next {
  left: 152px;
  transform: rotate(180deg);
}

.otzivi .box .left .otziv .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  width: 100%;
  padding: 0 0 0 88px;
  background: url(../img/oz.svg) 0 6px no-repeat;
}

.otzivi .box .left .otziv .text p {
}

.otzivi .box .left .otziv .podpis {
  padding: 0 0 0 88px;
  margin: 52px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.otzivi .box .left .otziv .podpis .name {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
}

.otzivi .box .left .otziv .podpis .doc {
  margin: -10px 0 0 0;
}

.otzivi .box .left .otziv .podpis .doc a {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  background: url(../img/doc.svg) 0 0 no-repeat;
  padding: 0 0 10px 30px;
}

.otzivi .box .left .otziv .slick-slide {
  height: auto;
}

.otzivi .box .right {
  width: 22.6%;
}

.otzivi .box .right .messea {
  background: #e8e4dd;
  border-radius: 20px;
  margin: 84px 0 0 0;
  padding: 41px 30px 41px 30px;
}

.otzivi .box .right .messea .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #822c41;
  width: 97%;
  margin: 0 auto 29px auto;
}

.otzivi .box .right .messea .text {
  font-weight: 350;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #822c41;
  width: 85%;
  margin: 0 auto 30px auto;
}

.otzivi .box .right .messea form {
}

.otzivi .box .right .messea form .form-group {
  margin-bottom: 20px;
}

.otzivi .box .right .messea form input {
  background: #ffffff;
  border-radius: 50px;
  border: 2px solid transparent;
  box-shadow: none;
  outline: 0;
  height: 60px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  padding: 0 30px;
}

.otzivi .box .right .messea form input::placeholder {
  color: #822c41;
}

.otzivi .box .right .messea form button.btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  width: 100%;
  margin-bottom: 19px;
}

.otzivi .box .right .messea form button.btn:hover {
  background: #fff;
  color: #812b41;
}

.otzivi .box .right .messea form .txt {
  font-weight: 350;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #822c41;
  width: 95%;
  margin: 0 auto;
}

.otzivi .box .right .messea form .txt a {
  color: #822c41;
}

.otzivi .box .right .mnogo {
  margin: 49px 0 0 0;
}

.otzivi .box .right .mnogo .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  margin-bottom: 30px;
}

.otzivi .box .right .mnogo .item {
  margin-bottom: 30px;
}

.otzivi .box .right .mnogo .item:last-child {
  margin-bottom: 0;
}

.otzivi .box .right .mnogo .item .zag {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  margin-bottom: 15px;
}

.otzivi .box .right .mnogo .item .text {
  font-weight: 350;
  font-size: 17px;
  line-height: 120%;
  color: #63513d;
  width: 70%;
}

.otzivi .box .right .slick-slide {
  display: block;
  text-decoration: none;
}

.otzivi .box .right .slick-slide:hover .podpis .link {
  background: url(../img/arr9.svg) 0px 0px no-repeat;
}

.media {
  margin: 46px 0 56px 0;
  display: block;
}

.media .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media .box .left {
  width: 74.1%;
}

.media .box .left h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.media .box .left .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
}

.media .box .left .text p {
  margin-bottom: 20px;
}

.media .box .left .medias {
  margin: 56px 0 0 0;
}

.media .box .left .medias .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
}

.media .box .left .slider-med {
  margin: 50px 0 0 0;
  padding-bottom: 48px;
}

.media .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  position: absolute;
  background-image: url(../img/arrow1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  top: -100px;
  z-index: 1;
  width: 46px;
  height: 46px;
  transition: background-image ease 0.3s;
}

.media .slick-arrow:hover {
  background-image: url(../img/arrow3.svg);
}

.media .slick-arrow.slick-prev {
  right: 63px;
}

.media .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.media .slick-slide {
  width: 570px;
  height: auto;
  margin-right: 48px;
}

.media .box .left .slider-med .img {
  width: 100%;
  margin-bottom: 30px;
}

.media .box .left .slider-med .img a {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.media .box .left .slider-med .img a .play {
  background: url(../img/play.svg) 0 0 no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.media .box .left .slider-med .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.media .box .left .slider-med .date {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  margin-bottom: 14px;
}

.media .box .left .slider-med .zag {
  width: 80%;
  margin-bottom: 20px;
}

.media .box .left .slider-med .zag a {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  display: block;
}

.media .box .left .slider-med .text {
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  width: 95%;
}

.media .box .right {
  width: 22.6%;
}

.media .box .right .messea {
  background: #e8e4dd;
  border-radius: 20px;
  margin: 84px 0 0 0;
  padding: 41px 30px 41px 30px;
}

.media .box .right .messea .title,
.media .box .right .messea .form__reminder__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #822c41;
  width: 97%;
}

.media .box .right .messea .title {
  margin: 0 auto 29px auto;
}

.media .box .right .messea .text {
  font-weight: 350;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #822c41;
  width: 85%;
  margin: 0 auto 30px auto;
}

.media .box .right .messea form {
}

.media .box .right .messea form .form-group {
  margin-bottom: 20px;
}

.media .box .right .messea form input {
  background: #ffffff;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  outline: 0;
  height: 60px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  padding: 0 30px;
}

.media .box .right .messea form input::placeholder {
  color: #822c41;
}

.media .box .right .messea form button.btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  width: 100%;
  margin-bottom: 19px;
}

.media .box .right .messea form button.btn:hover {
  background: #fff;
  color: #812b41;
}

.media .box .right .messea form .txt {
  font-weight: 350;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #822c41;
  width: 95%;
  margin: 0 auto;
}

.media .box .right .messea form .txt a {
  color: #822c41;
}

.contact {
  margin: 46px 0 0 0;
}

.contact .title {
  font-weight: 500;
  font-size: 80px;
  line-height: 96px;
  color: #822c41;
  margin-bottom: 50px;
}

.contact .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 49px;
}

.contact .info {
  margin-bottom: 90px;
}

.contact .info .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  background: #e8e4dd;
  border-radius: 20px 20px 0 0;
}

.contact .info .nav-tabs .nav-item {
  width: 100%;
}

.contact .info .nav-tabs .nav-link {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  background: #e8e4dd;
  border: none;
  padding: 32px 138px 28px 74px;
  letter-spacing: 0.1px;
  height: 130px;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0 0;
}

.contact .info .nav-tabs .nav-link.active {
  background: #822c41 url(../img/adres.svg) 45px 50% no-repeat;
  color: #ffffff;
  padding: 31px 113px 28px 138px;
}

.contact .info .tab-content {
  border: 1px solid #a39383;
  border-radius: 0 0 20px 20px;
  padding: 89px 46px 58px 45px;
}

.contact .info .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact .info .box:last-child {
  margin: 7px 0 0 0;
  border-top: 1px solid #e8e4dd;
  padding: 58px 0 0 0;
}

.contact .info .box .otdel {
  width: 20.2%;
}

.contact .info .box .otdel .name {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  margin-bottom: 50px;
}

.contact .info .box .otdel .tel {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 10px;
}

.contact .info .box .otdel .mail {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
}

.contact .info .box .priem {
  width: 20%;
  margin-left: 83px;
}

.contact .info .box .priem .mail {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 40px;
}

.contact .info .box .priem .mail span {
  color: #63513d;
  display: block;
  margin-bottom: 4px;
}

.contact .info .box .rezij {
  width: 20%;
}

.contact .info .box .rezij .name {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
}

.contact .info .box .rab {
  width: 21.2%;
}

.contact .info .box .rab .item {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 40px;
}

.contact .info .box .rab .item span {
  color: #63513d;
  display: block;
  margin-bottom: 4px;
}

.contact .info .box .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  width: 100%;
  margin: 0;
}

.contact .info .box .text + .rezij {
  width: 39%;
  margin: -10px 0 0 0;
}

.contact .info .box .rezij .mail {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin: 8px 0 0 0;
}

.directions {
  margin-bottom: 90px;
}

.directions__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

#map,
#map-msk {
  width: 100%;
  height: 618px;
}

#map-msk {
  display: none;
}

.rekvizit {
  background: #f5f3f0;
  padding: 100px 0 80px 0;
}

.rekvizit .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rekvizit .box .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  width: 31.6%;
}

.rekvizit .box .text {
  font-size: 26px;
  line-height: 140%;
  font-weight: 350;
}

.rekvizit .box .item {
  width: 32%;
  padding: 0 0 0 10px;
}

.rekvizit .box .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rekvizit .box .item ul li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 20px;
}

.rekvizit .box .item ul li span {
  color: #85786a;
}

.rekvizit .box .item ul li:last-child span {
  display: block;
}

.region {
  margin: 101px 0 132px 0;
}

.region .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
}

.region .maps {
  margin: 59px 0 81px 0;
  position: relative;
  width: 100%;
  /* height: 906px; */
}

.region .maps .img {
  width: 100%;
  height: 100%;
}

.region .maps .img img {
  width: 100%;
}

.region .maps .btn:not(.btn-more) {
  width: 34.79px;
  height: 34.79px;
  background: #822c41;
  transition: all 0.5s;
  position: absolute;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  font-size: 0;
}

.region .maps .btn:not(.btn-more):before {
  content: "";
  background: #ffffff;
  width: 13.91px;
  height: 13.91px;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.region .maps .btn:not(.btn-more):focus {
  width: 48.79px;
  height: 48.79px;
  z-index: 1000000;
}

.region .maps .btn:not(.btn-more):focus:before {
  width: 35px;
  height: 35px;
}

.region .text {
  font-weight: 350;
  font-size: 29px;
  line-height: 140%;
  color: #63513d;
}

.maps .bot {
  text-align: center;
  margin: 30px auto;
}

.maps .bot .btn-more {
  background: #812b41 !important;
  border: 1px solid #812b41 !important;
  box-shadow: none !important;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 120%;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
}

.popover {
  background: #ffffff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 0;
  border: none;
  padding: 22px 27px 5px 27px;
  left: -12px !important;
  top: -50px !important;
  max-width: initial;
}

.popover-header {
  font-family: "Stolzl";
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #85786a;
  padding: 0;
  background: none;
  border: none;
}

.popover-header span {
  color: #822c41;
  display: block;
}

.popover .arrow {
  display: none !important;
}

.product {
  margin: 46px 0 38px 0;
}

.product h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.product .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 59px;
}

.product .text p {
}

.product .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .box .item {
  width: 48.4%;
  margin-bottom: 59px;
}

.product .box .item .img {
  width: 100%;
  margin-bottom: 32px;
}

.product .box .item .img a {
  width: 100%;
  height: 460px;
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.product .box .item .img a:after {
  content: "";
  background: url(../img/arr2.svg) 50% 50% no-repeat;
  background-size: 100%;
  border-radius: 50%;
  width: 45px;
  height: 44px;
  position: absolute;
  right: 43px;
  bottom: 39px;
  transition: background-color ease 0.3s;
}

.product .box .item .img a:hover::after {
  background-color: #822c41;
}

.product .box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .box .item .title {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #822c41;
}

.product + .idea {
  padding: 183px 0 180px 0;
}

.zakvaski {
  margin: 47px 0 101px 0;
  overflow: hidden;
}

.zakvaski h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.zakvaski .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 65px;
}

.zakvaski .text p {
}

.zakvaski .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zakvaski .box .left {
  width: 74.4%;
}

.zakvaski .box .left .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 49px;
}

.zakvaski .box .left .item .img {
  width: 363px;
  height: 287px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.zakvaski .box .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zakvaski .box .left .item .img .new {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #822c41;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zakvaski .box .left .item .img .like {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.5s;
}

.zakvaski .box .left .item .img .like:hover {
  background: #822c41;
}

.zakvaski .box .left .item .info {
  width: 65.4%;
}

.zakvaski .box .left .item .info .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zakvaski .box .left .item .info .head a:hover {
  text-decoration-color: #822c41;
}

.zakvaski .box .left .item .info .head .zag {
  display: block;
  font-weight: 350;
  font-size: 26px;
  line-height: 31px;
  color: #822c41;
  width: 50%;
}

.zakvaski .box .left .item .info .link {
  width: 43%;
}

.zakvaski .box .left .item .info .link.mobile {
  display: none;
  margin-top: 15px;
}

.zakvaski .box .left .item .info .link a {
  background: #eeeae0 url(../img/arr.svg) 95% 50% no-repeat;
  background-size: 30px;
  border-radius: 50px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  width: 100%;
  display: block;
  padding: 17px 33px;
  transition: all 0.5s;
}

.zakvaski .box .left .item .info .link a:hover {
  background: #812b41 url(../img/arr2.svg) 95% 50% no-repeat;
  background-size: 30px;
  color: #fff;
  text-decoration: none;
}

.zakvaski .box .left .item .info .art {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  margin: 20px 0 31px 0;
}

.zakvaski .box .left .item .info .txt {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 46px;
}

.zakvaski .box .left .item .info .boot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zakvaski .box .left .item .info .boot .blok {
  width: 23%;
}

.zakvaski .box .left .item .info .boot .blok .icon {
  height: 59px;
}

.zakvaski .box .left .item .info .boot .blok .icon img {
}

.zakvaski .box .left .item .info .boot .blok .txt {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  margin: 0;
}

.zakvaski .box .left .item .info .boot .blok .txt span {
  color: #822c41;
  display: block;
}

.zakvaski .box .left .bot {
}

.zakvaski .box .left .bot a.btn {
  background: #812b41 url(../img/arr2.svg) 96% 50% no-repeat;
  background-size: 30px;
  padding: 16px 71px 16px 28px;
}

.zakvaski .box .left .bot a.btn:hover {
  background: #fff url(../img/arr.svg) 96% 50% no-repeat;
  background-size: 30px;
}

.zakvaski .box .right {
  width: 22.5%;
}

.zakvaski .box .right .menu {
  background: #f2f2f2;
  border-radius: 20px;
}

.zakvaski .box .right .menu .zag {
  background: #eeeae0;
  border-radius: 20px;
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  padding: 17px 28px 20px 28px;
}

.zakvaski .box .right .menu ul {
  padding: 31px 28px 22px 28px;
  list-style: none;
  margin: 0;
}

.zakvaski .box .right .menu ul li {
  margin-bottom: 10px;
}

.zakvaski .box .right .menu ul li a {
  font-weight: normal;
  font-size: 26px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #822c41;
}

.zakvaski .box .right .menu ul li a:hover {
  text-decoration-line: none;
}

.recept-page {
  margin: 46px 0 65px 0;
}

.recept-page .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recept-page .box .left {
  width: 57%;
}

.recept-page .box .left .vertical {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 640px;
  overflow: hidden;
}

.recept-page .box .left .vertical .slider-nav {
  width: 24.8%;
  height: 100%;
  padding-bottom: 25px;
  position: relative;
}

.recept-page .box .left .vertical .slider-nav:after {
  content: "";
  background: linear-gradient(360deg, #ffffff 65.15%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.recept-page .box .left .vertical .slider-nav .slick-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  background-image: url(../img/arr3.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  font-size: 0;
  border: none;
  padding: 0;
  margin: auto;
  z-index: 2;
  outline: 0;
  transition: background-image ease 0.3s;
}

.recept-page .box .left .vertical .slider-nav .slick-arrow:hover {
  background-image: url(../img/arr3-brown.svg);
}

.recept-page .box .left .vertical .slider-nav .slick-arrow.slick-next {
  bottom: 2px;
  transform: rotate(180deg);
}

.recept-page .box .left .vertical .slider-nav .slick-list {
  height: 100% !important;
}

.recept-page .box .left .vertical .slider-nav .slick-slide {
  width: 225px;
  height: 225px;
  margin-bottom: 28px;
  cursor: pointer;
}

.recept-page .box .left .vertical .slider-nav img {
  width: 225px;
  height: 225px;
  border-radius: 35px;
  object-fit: cover;
}

.recept-page .box .left .vertical .slider-for-wrap {
  width: 70%;
  height: 100%;
  position: relative;
}

.recept-page .box .left .vertical .slider-for {
  height: 100%;
  border-radius: 35px;
  overflow: hidden;
}

.recept-page .box .left .vertical .slider-for .slick-list {
  height: 100%;
}

.recept-page .box .left .vertical .slider-for .slick-track {
  display: flex;
  height: 100%;
}

.recept-page .box .left .vertical .slider-for .slick-slide {
  height: auto;
}

.recept-page .box .left .vertical .slider-for img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.recept-page .box .left .vertical .slider-for-wrap .new {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #822c41;
  font-weight: 350;
  font-size: 22px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}

.recept-page .box .left .vertical .slider-for .slick-arrow {
  position: absolute;
  bottom: 31px;
  background-image: url(../img/arrow4-white.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: auto;
  z-index: 2;
  outline: 0;
  transition: background-image ease 0.3s;
}

.recept-page .box .left .vertical .slider-for .slick-arrow:hover {
  background-image: url(../img/arrow4-purple.svg);
}

.recept-page .box .left .vertical .slider-for .slick-arrow.slick-prev {
  left: 31px;
  transform: rotate(180deg);
}

.recept-page .box .left .vertical .slider-for .slick-arrow.slick-next {
  right: 29px;
}

.recept-page .box .right {
  width: 39.8%;
}

.recept-page .box .right h1 {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  margin-bottom: 21px;
}

.recept-page .box .right .art {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 40px;
}

.recept-page .box .right .text-slider {
  padding: 0 113px 0 0;
  margin-bottom: 24px;
}

.recept-page .box .right .text-slider p {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
}

.recept-page .box .right .text-slider .slick-arrow {
  position: absolute;
  right: 0;
  background-image: url(../img/arr3.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  font-size: 0;
  border: none;
  padding: 0;
  margin: auto;
  z-index: 2;
  outline: 0;
  transition: background-image ease 0.3s;
}

.recept-page .box .right .text-slider .slick-arrow:hover {
  background-image: url(../img/arr3-brown.svg);
}

.recept-page .box .right .text-slider .slick-arrow.slick-prev {
  top: -18px;
}

.recept-page .box .right .text-slider .slick-arrow.slick-next {
  bottom: 0;
  transform: rotate(180deg);
}

.recept-page .box .right .boot {
}

.recept-page .box .right .boot .blok {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 28px;
  align-items: end;
}

.recept-page .box .right .boot .blok .icon {
  width: 10.5%;
}

.recept-page .box .right .boot .blok .icon img {
}

.recept-page .box .right .boot .blok .txt {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  width: 70%;
  margin: 3px 0 0 0;
}

.recept-page .box .right .boot .blok .txt span {
  color: #822c41;
  display: block;
}

.recept-page .right .link {
  margin: 51px 0 0 0;
  width: 64%;
}

.recept-page .right .link a {
  background: #812b41 url(../img/like1.svg) 95% 50% no-repeat;
  color: #fff;
  background-size: 30px;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 25px;
  width: 100%;
  display: block;
  padding: 17px 30px;
  transition: all 0.5s;
}

.recept-page .right .link a.active,
.recept-page .right .link a:hover {
  text-decoration: none;
  background: #eeeae0 url(../img/like2.svg) 95% 50% no-repeat;
  background-color: #eeeae0 !important;
  background-size: 30px !important;
  color: #822c41;
}

.form.cena form .box {
  width: 100%;
  padding: 0 135px 0 0;
}

.form.cena form .box .right {
  width: 43.7%;
}

.form.cena {
  padding: 100px 0 114px 0;
}

.form.cena .heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 135px;
  margin-bottom: 55px;
}

.form.cena .title {
  width: 46.7%;
  margin-bottom: 0;
}

.form.cena .text {
  width: 43.7%;
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
}

.interes {
  margin: 100px 0;
}

.interes .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  padding-right: 115px;
  margin-bottom: 51px;
}

.interes .slider-inter {
}

.interes .slider-inter .slick-arrow {
  position: absolute;
  top: -101px;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 46px;
  height: 46px;
  font-size: 0;
  border: none;
  padding: 0;
  margin: auto;
  z-index: 2;
  outline: 0;
  transition: background-image ease 0.3s;
}

.interes .slider-inter .slick-arrow:hover {
  background-image: url(../img/arrow3.svg);
}

.interes .slider-inter .slick-arrow.slick-prev {
  right: 64px;
}

.interes .slider-inter .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.interes .slider-inter .slick-slide {
  width: 363px;
  height: auto;
  margin-right: 49px;
}

.interes .slider-inter .img {
  display: block;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.interes .slider-inter a.img:hover .link {
  background: #822c41;
}

.interes .slider-inter .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interes .slider-inter .new {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #822c41;
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.interes .slider-inter .like {
  position: absolute;
  bottom: 20px;
  right: 74px;
  background: transparent;
  transition: all 0.5s;
  border-radius: 50%;
  cursor: pointer;
}

.interes .slider-inter .like img {
}

.interes .slider-inter .like:hover {
  background: #822c41;
}

.interes .slider-inter .link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: transparent;
  transition: all 0.5s;
  border-radius: 50%;
}

.interes .slider-inter .link:hover {
  background: #822c41;
}

.interes .slider-inter .zag {
  display: block;
  font-weight: 400;
  font-size: 21.3773px;
  line-height: 26px;
  color: #822c41;
}

.interes .slider-inter .zag span {
  color: #63513d;
  display: block;
}

.recept {
  background: #e6e3db;
  margin: 100px 0 0 0;
  padding: 80px 0;
}

.recept .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recept .box .left {
  width: 48.5%;
}

.recept .box .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recept .box .left ul li {
  width: 47%;
  margin-bottom: 30px;
}

.recept .box .left ul li a {
  background: #ffffff url(../img/arr.svg) 96% 50% no-repeat;
  background-size: 30px;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  display: block;
  width: 100%;
  padding: 20px 30px;
  transition: all 0.5s;
}

.recept .box .left ul li a:hover,
.recept .box .left ul li a.active {
  background: #822c41 url(../img/arr2.svg) 96% 50% no-repeat;
  background-size: 30px;
  color: #fff;
  text-decoration: none;
}

.recept .box .right {
  width: 48.4%;
  height: 482px;
  overflow: hidden;
}

.recept .box .right .img {
  width: 100%;
}

.recept .box .right .img {
  display: none;
}

.recept .box .right .img.active {
  display: block;
}

.recept .box .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.recept + .idea {
  padding: 50px 0;
  min-height: 480px;
}

.zakvaski.razdel .text {
  margin-bottom: 60px;
}

.zakvaski.razdel .box .left .item .info .head .zag {
  width: 100%;
  margin-bottom: 50px;
}

.zakvaski.razdel .box .left .item .info .txt {
  margin-bottom: 76px;
  width: 90%;
}

.zakvaski.razdel .box .left .item .bot a.btn {
  background: #812b41;
  background-size: 30px;
  padding: 16px 65px 16px 67px;
  font-size: 17px;
  margin-right: 19px;
}

.zakvaski.razdel .box .left .item .bot a.btn:hover {
  background: #eeeae0;
  color: #812b41;
}

.zakvaski.razdel .box .left .item .bot a.btn.white {
  background: #eeeae0 url(../img/arr.svg) 95% 50% no-repeat;
  border: none;
  background-size: 30px;
  padding: 16px 196px 16px 29px;
  color: #822c41;
}

.zakvaski.razdel .box .left .item .bot a.btn.white:hover {
  background: #812b41 url(../img/arr2.svg) 95% 50% no-repeat;
  background-size: 30px;
  color: #fff;
}

.zakvaski.razdel .box .right .menu ul li {
  margin-bottom: 20px;
}

.zakvaski.razdel .box .right .menu ul {
  padding: 31px 28px 12px 28px;
}

.recept-page.product .box .right h1 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 51px;
}

.recept-page.product .box .right .text-slider p {
  margin-bottom: 25px;
}

.recept-page.product .right .link {
  margin: 17px 0 0 0;
  width: 45.5%;
}

.recept-page.product .box .right .text-slider {
  margin-bottom: 0;
}

.recept-page.product .right .link a {
  background: #812b41;
  background-size: 30px;
  padding: 18px 20px 16px 32px;
  font-size: 17px;
  color: #fff;
  margin-right: 19px;
}

.recept-page.product .right .link a:hover {
  background: #eeeae0;
  color: #812b41;
}

.recept-page.product {
  margin: 46px 0 98px 0;
}

.recept-page.product ~ .interes .slider-inter {
  margin-bottom: 82px;
}

.klientam {
  margin: 46px 0 0 0;
}

.klientam h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.klientam .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 101px;
}

.klientam .text p {
  margin-bottom: 20px;
}

.klientam .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 0;
}

.klientam .info {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.klientam .info h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  margin-bottom: 30px;
}

.klientam .info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.klientam .info ul li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  position: relative;
  padding: 0 0 0 80px;
  margin-bottom: 42px;
}

.klientam .info ul li:last-child {
  margin-bottom: 4px;
}

.marker-list li:before {
  content: "";
  background: #822c41;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 7px;
}

.marker-list li::after {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 5px;
}

.klientam .info + .red {
  margin-top: -70px;
}

.klientam .bot {
  margin-bottom: 62px;
}

.klientam .bot a.btn {
  padding: 14px 44px;
  font-size: 24px;
  line-height: 29px;
}

.klientam .bot + .info {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.klientam .bot + .info h2 {
  margin-bottom: 50px;
}

.klientam .bot + .info ul li {
  padding: 0 0 0 50px;
  margin-bottom: 20px;
}

.klientam .bot + .info ul li:last-child {
  margin-bottom: -8px;
}

.klientam .red {
  background: #f2f2f2;
  border-radius: 20px;
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  padding: 50px 90px 50px 50px;
  margin: -40px 0 89px 0;
}

.klientam .red.hide {
  display: none;
}

.otxivi {
  background: #e6e3db;
  padding: 80px 0 70px 0;
}

.otxivi .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.otxivi .box .title {
  font-weight: normal;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  width: 40%;
}

.otxivi .box .otziv {
  width: 53.9%;
  padding-bottom: 28px;
}

.otxivi .box .otziv .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  position: absolute;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  bottom: 0;
  z-index: 1;
  width: 46px;
  height: 46px;
  transition: background-image ease 0.3s;
}

.otxivi .box .otziv .slick-arrow:hover {
  background-image: url(../img/arr9.svg);
}

.otxivi .box .otziv .slick-arrow.slick-prev {
  right: 65px;
}

.otxivi .box .otziv .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.otxivi .box .otziv .zag {
  font-weight: 350;
  font-size: 26px;
  line-height: 145%;
  color: #822c41;
  background: url(../img/oz.svg) 0 13px no-repeat;
  padding: 9px 0 0 88px;
  width: 85%;
  margin-bottom: 44px;
}

.otxivi .box .otziv .podpis {
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #63513d;
  padding: 0 0 0 88px;
  width: 67%;
}

.otxivi + .interes .slider-inter {
  margin-bottom: 99px;
}

.otxivi + .interes .slider-inter + .title {
  margin-bottom: 59px;
  width: 60%;
}

.otxivi + .interes .slider-inter ~ .slider-inter {
  margin-bottom: 83px;
}

.otxivi + .interes .slider-inter ~ .slider-inter .img {
  height: 288px;
  margin-bottom: 16px;
}

.otxivi + .interes .slider-inter ~ .slider-inter .zag {
  font-size: 24px;
  margin-bottom: 44px;
}

.otxivi + .interes .slider-inter ~ .slider-inter .zag span {
  margin-bottom: 3px;
}

.otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn {
  background: #eeeae0 url(../img/arr.svg) 98% 50% no-repeat;
  background-size: 44px;
  border: none;
  color: #812b41;
  padding: 16px 130px 16px 21px;
  font-size: 24px;
}

.otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn:hover {
  background: #812b41 url(../img/arr2.svg) 98% 50% no-repeat;
  background-size: 45px;
  color: #fff;
}

.interes .back {
  width: 23.4%;
  margin: 0 auto;
}

.interes .back .btn {
  width: 100%;
  background: #812b41 url(../img/arr2.svg) 97% 50% no-repeat;
  background-size: 45px;
  padding: 16px 35px 16px 37px;
  text-align: left;
  font-size: 24px;
}

.interes .back .btn:hover {
  background: #eeeae0 url(../img/arr.svg) 97% 50% no-repeat;
  background-size: 45px;
  color: #812b41;
}

.error {
  background: url(../img/bg1.jpg) 50% 0 no-repeat;
  background-size: cover;
  margin: -31px 0 0 0;
  padding: 31px 0 111px 0;
}

.error .breadcrumb li a {
  color: #63513d;
}

.error .breadcrumb-item.active {
  color: #812b41;
}

.error h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin: 46px 0 96px 0;
}

.error .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.error .text {
  font-weight: 350;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
  margin-bottom: -20px;
}

.error .big {
  font-size: 350px;
  line-height: 120%;
  font-weight: 350;
  color: #ffffff;
  text-align: center;
}

.error .bot {
  margin: 30px auto 0 auto;
  width: 24.5%;
}

.error .bot a.btn {
  background: #812b41 url(../img/arr2.svg) 98% 50% no-repeat;
  background-size: 45px;
  padding: 16px 120px 16px 30px;
  text-align: left;
  font-size: 24px;
}

.error .bot a.btn:hover {
  background: #eeeae0 url(../img/arr.svg) 98% 50% no-repeat;
  background-size: 45px;
  color: #812b41;
}

.klientam .info.hide {
  padding: 65px 70px 42px 70px;
  margin-bottom: 30px;
}

.klientam .info.hide .bot {
  margin: 53px 0 0 56px;
}

.klientam .info.hide ul {
  width: 95%;
}

.klientam .info.hide ul li {
  padding: 0 0 0 68px;
  font-size: 21px;
}

a.btn:focus {
  outline: 0;
  box-shadow: none;
}

.klientam .info.hide .bot a.btn {
  padding: 17px 102px 17px 30px;
  font-size: 17px;
  text-align: left;
  line-height: 29px;
  background: #812b41 url(../img/arr4.svg) 90% 50% no-repeat;
  transition: background-color ease 0.3s, color ease 0.3s;
}

.klientam .info.hide .bot a.btn:hover {
  background: #eeeae0 url(../img/arr4.svg) 90% 50% no-repeat;
  color: #812b41;
}

.klientam .info.hide .bot a.btn[aria-expanded="true"] {
  background-image: url(../img/arr6.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.klientam .info.hide + .bot,
.klientam .red + .bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 73px 0 100px 0;
}

.klientam .info.hide + .bot .zag,
.klientam .red + .bot .zag {
  font-weight: 350;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  width: 55%;
}

.klientam .info.hide + .bot a.btn,
.klientam .red + .bot a.btn {
  padding: 0 33px;
  height: 59px;
  margin: 25px 100px 0 0;
  font-size: 17px;
  width: 20.4%;
  display: flex;
  align-items: center;
  background: #812b41 url(../img/arr2.svg) 97% 50% no-repeat;
  background-size: 40px;
}

.klientam .info.hide + .bot a.btn:hover,
.klientam .red + .bot a.btn:hover {
  background: #eeeae0 url(../img/arr.svg) 97% 50% no-repeat;
  background-size: 40px;
  color: #812b41;
}

.klientam.dis .text a.btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  margin: 40px 0 51px 0;
  display: block;
  width: 277px;
}

.klientam.dis .text a.btn:hover,
.klientam.dis .text a.btn[aria-expanded="true"] {
  background: #eeeae0;
  color: #812b41;
}

.klientam.dis .text {
  margin-bottom: 53px;
}

.klientam.dis .info {
  padding: 64px 71px 27px 71px;
  margin-bottom: 53px;
}

.klientam.dis .info h2 {
  margin-bottom: 40px;
  width: 45%;
}

.klientam.dis .info ul li {
  padding: 0 0 0 66px;
  margin-bottom: 20px;
}

.klientam.dis .bot {
  margin: 69px 0 0 6px;
}

.klientam.dis .maps .bot {
  margin: 30px auto;
}

.klientam.dis .bot a.btn {
  padding: 14px 96px 14px 40px;
  font-size: 17px;
  line-height: 29px;
  background: #812b41 url(../img/arr2.svg) 97% 50% no-repeat;
  background-size: 40px;
}

.klientam.dis .bot a.btn:hover {
  background: #eeeae0 url(../img/arr.svg) 97% 50% no-repeat;
  background-size: 40px;
  color: #812b41;
}

.klientam.dis .maps {
  position: relative;
  width: 100%;
  height: 1106px;
}

.klientam.dis .maps .img {
  width: 100%;
  height: 100%;
}

.klientam.dis .maps .img img {
  width: 100%;
}

.klientam.dis .maps .btn:not(.btn-more) {
  width: 34.79px;
  height: 34.79px;
  background: #822c41;
  transition: all 0.5s;
  position: absolute;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  font-size: 0;
}

.klientam.dis .maps .btn:not(.btn-more):before {
  content: "";
  background: #ffffff;
  width: 13.91px;
  height: 13.91px;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.klientam.dis .maps .btn:not(.btn-more):focus {
  width: 48.79px;
  height: 48.79px;
  z-index: 1000000;
}

.klientam.dis .maps .btn:not(.btn-more):focus:before {
  width: 35px;
  height: 35px;
}

.media.news-page .box .left .medias {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media.news-page .box .left .medias .item {
  width: 47.9%;
  margin-bottom: 61px;
}

.media.news-page .box .left .medias .item .img {
  height: 338px;
  margin-bottom: 23px;
}

.media.news-page .box .left .medias .item .img a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.media.news-page .box .left .medias .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media.news-page .box .left .medias .item .date {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #63513d;
  margin-bottom: 10px;
}

.media.news-page .box .left .medias .item .zag {
  margin-bottom: 21px;
}

.media.news-page .box .left .medias .item .zag a {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #822c41;
  display: block;
}

.media.news-page .box .left .medias .item .text {
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #63513d;
}

.media.news-page .box .left .medias .item .img .play {
  background: url(../img/play.svg) 0 0 no-repeat;
  background-size: cover;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pagination {
  justify-content: center;
}

.pagination .page-item {
}

.pagination .page-item .page-link {
  border: none;
  padding: 9px 8px;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  background-color: transparent;
  color: #dadada;
  transition: all 0.5s;
}

.pagination .page-item .page-link.arrow-prev,
.pagination .page-item .page-link.arrow-next {
  width: 46px;
  height: 46px;
  margin: 0 25px;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pagination .page-item .page-link.arrow-prev:hover,
.pagination .page-item .page-link.arrow-next:hover {
  background-image: url(../img/arrow3.svg);
}

.pagination .page-item .page-link.arrow-next {
  transform: rotate(180deg);
}

.pagination .page-item .page-link.active {
  color: #822c41;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  padding: 7px 8px;
}

.pagination .page-item .page-link:hover {
  color: #822c41;
}

.media.news-page .box .right .messea {
  margin: 145px 0 0 0;
}

.media.news-page .box .right .menu {
  margin: 101px 0 0 0;
}

.media.news-page .box .right .menu .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #822c41;
  margin: 0 0 35px 3px;
}

.media.news-page .box .right .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.media.news-page .box .right .menu ul li {
  margin-bottom: 30px;
}

.media.news-page .box .right .menu ul li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #822c41;
  display: block;
}

.media.news-page .box .right .menu ul li a span {
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #63513d;
  display: block;
  margin-bottom: 5px;
}

.insta {
  margin: 83px 0 0 0;
}

.insta > .container {
  position: relative;
}

.insta .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.insta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-slider .slick-list {
  padding: 0 100px 0 168px;
  margin: 0 -10px;
}

.social-slider .slick-slide {
  margin: 0 10px;
}

.insta ul li {
}

.insta ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.insta ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta ul li a .none {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.49), rgba(34, 34, 34, 0.49));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 92px 0 72px;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.insta ul li a .none .like {
  text-align: center;
}

.insta ul li a .none .like img {
  width: auto;
  height: auto;
}

.insta ul li a .none .like i {
  font-style: normal;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}

.insta ul li a .none .mess {
  text-align: center;
}

.insta ul li a .none .mess img {
  width: auto;
  height: auto;
}

.insta ul li a .none .mess i {
  font-style: normal;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}

.insta ul li a:hover .none {
  opacity: 1;
  visibility: visible;
}

.insta ul li:last-child a .none,
.insta ul li:first-child a .none {
  display: none;
}

.insta ul li:last-child a {
  border-radius: 20px 0 0 20px;
}

.insta ul li:first-child a {
  border-radius: 0 20px 20px 0;
}

.insta .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  position: absolute;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: 0;
  z-index: 1;
  width: 46px;
  height: 46px;
  transition: background-image ease 0.3s;
  cursor: pointer;
}

.insta .slick-arrow:hover {
  background-image: url(../img/arrow3.svg);
}

.insta .slick-arrow.insta-prev {
  right: 63px;
}

.insta .slick-arrow.insta-next {
  right: 0;
  transform: rotate(180deg);
}

.media .box .left .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.media .box .left .star {
  overflow: hidden;
  width: 180px;
}

.media .box .left .star:not(:checked) > input {
  display: none;
}

.media .box .left .star:not(:checked) > label {
  float: right;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 15.2px;
}

.media .box .left .star:not(:checked) > label:before {
  content: "";
  background: url(../img/star.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.media .box .left .star > input:checked ~ label {
  background: url(../img/star1.svg) 0 0 no-repeat;
}

.media .box .left .star:not(:checked) > label:hover,
.media .box .left .star:not(:checked) > label:hover ~ label {
  background: url(../img/star1.svg) 0 0 no-repeat;
}

.media .box .left .star > input:checked + label:hover,
.media .box .left .star > input:checked + label:hover ~ label,
.media .box .left .star > input:checked ~ label:hover,
.media .box .left .star > input:checked ~ label:hover ~ label,
.media .box .left .star > label:hover ~ input:checked ~ label {
  background: url(../img/star1.svg) 0 0 no-repeat;
}

.media .box .left .star > label:active {
  position: relative;
}

.media .box .left .head .date {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #822c41;
  width: 38.4%;
}

.media .box .left .head .delit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 41.5%;
  padding: 14px 30px 0 0;
}

.media .box .left .head .delit > span {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #822c41;
  margin: 5px 0 0 0;
}

.media .box .left .head .delit .ya-share2 {
}

.media .box .left .head .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
  height: 31.4px;
  width: 28.4px;
  background-size: 28px 28px;
}

.media .box .left .content {
}

.media .box .left .content p {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 20px;
}

.media .box .left .content h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #822c41;
  margin-bottom: 31px;
  margin-top: 50px;
}

.media .box .left .content figure {
  margin: 49px 0 33px 0;
}

.media .box .left .content figure img {
  border-radius: 20px;
  width: 100%;
}

.media .box .left .content figure figcaption {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  margin: 32px 0 0 0;
}

.media .box .left .content ul {
  padding: 0;
  margin: 29px 0 30px 0;
  list-style: none;
}

.media .box .left .content ul li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  position: relative;
  margin-bottom: 10px;
}

.media .box .left .content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a39383;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px 4px 0;
}

.media .box .left .content ul li ul {
  margin: 10px 0 0 30px;
}

.media .box .left .content ul li ul li {
}

.media .box .left .content p span {
  font-weight: 350;
  font-size: 21px;
  line-height: 140%;
  color: #63513d;
  display: block;
}

.media .box .left .content blockquote {
  background: #eeeae0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  font-weight: 350;
  font-size: 21px;
  line-height: 140%;
  color: #822c41;
  position: relative;
  margin: 53px 0 51px 0;
  padding: 51px 110px 51px 88px;
}

.media .box .left .content blockquote:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 20px;
  background: url(../img/oz1.svg) 0 0 no-repeat;
  width: 72px;
  height: 54px;
}

.media .box .left .content blockquote:after {
  content: "";
  position: absolute;
  right: -39px;
  bottom: 29px;
  background: url(../img/oz1.svg) 0 0 no-repeat;
  width: 72px;
  height: 54px;
  transform: rotate(180deg);
}

.media .box .left .content ol {
  padding: 0;
  margin: 29px 0 40px 0;
  list-style-type: none;
  counter-reset: num;
}

.media .box .left .content ol li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 10px;
}

.media .box .left .content ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #822c41;
  margin-right: 30px;
}

.media .box .left .content .bot {
  margin: 50px 0 55px 0;
}

.media .box .left .content .bot a.btn.pdf {
  text-align: left;
  width: 100%;
  max-width: 322px;
  padding: 16px 112px 16px 31px;
  margin-left: 29px;
  background: #812b41 url(../img/doc1.svg) 91.4% 50% no-repeat;
}

.media .box .left .content .bot a.btn.pdf:hover {
  background: #fff url(../img/doc.svg) 91.4% 50% no-repeat;
}

.media .box .left .foot {
  border: 1px solid #a39383;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 30px 14px 29px;
}

.media .box .left .foot form {
  margin: 0;
}

.media .box .left .foot .back a.btn {
  background: #812b41 url(../img/arr2.svg) 96% 50% no-repeat;
  background-size: 30px;
  padding: 16px 71px 16px 28px;
}

.media .box .left .foot .back a.btn:hover {
  background: url(../img/arr.svg) 96% 50% / 30px no-repeat rgb(255, 255, 255);
}

.media .box .left .foot .delit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px 0 0 0;
}

.media .box .left .foot .delit > span {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  margin: 5px 29px 0 0;
}

.media .box .left .foot .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
  height: 31.4px;
  width: 28.4px;
  background-size: 28px 28px;
}

.drop-stati {
  background: #eeeae0;
  margin: 99px 0 0 0;
  padding: 71px 0 100px 0;
}

.drop-stati .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 69px;
}

.drop-stati .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.drop-stati .box .item {
  width: 22.6%;
}

.drop-stati .box .item .img {
  height: 288px;
  margin-bottom: 10px;
}

.drop-stati .box .item .img a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.drop-stati .box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drop-stati .box .item .date {
  font-weight: 350;
  font-size: 16px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 16px;
}

.drop-stati .box .item .zag {
}

.drop-stati .box .item .zag a {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #822c41;
  display: block;
}

.zakvaski.uspex .box .left .item .info .date {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 41px 0;
  width: 82%;
}

.zakvaski.uspex .box .left .item .info .date .dat {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  display: flex;
  justify-content: flex-start;
  width: 33%;
  flex-wrap: wrap;
}

.zakvaski.uspex .box .left .item .info .date .dat span {
  color: #63513d;
  display: block;
  margin: 5px 0 0 26px;
}

.zakvaski.uspex .box .left .item .info .date .dat:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #822c41;
  border: 2px solid #822c41;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 5px 16px 0 1px;
}

.zakvaski.uspex .box .left .item {
  margin-bottom: 56px;
}

.zakvaski.uspex .pagination {
  margin: 68px 0 0 0;
}

.proekt {
  margin: 47px 0 0 0;
}

.proekt h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 49px;
}

.proekt .content {
}

.proekt .content .date {
  margin: 40px 0 51px 0;
  width: 100%;
}

.proekt .content .date .dat {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.proekt .content .date .dat span {
  color: #63513d;
  display: block;
  margin: 5px 0 0 26px;
  width: 100%;
}

.proekt .content .date .dat:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #822c41;
  border: 2px solid #822c41;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 5px 15px 0 0;
}

.proekt .content p {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 20px;
}

.proekt .content h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 31px;
  margin-top: 50px;
}

.proekt .content figure {
  margin: 49px 0 51px 0;
}

.proekt .content figure img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.proekt .content figure p {
  height: 600px;
}

.proekt .content figure figcaption {
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  margin: 31px 0 0 0;
}

.proekt .content ul {
  padding: 0;
  margin: 29px 0 30px 0;
  list-style: none;
}

.proekt .content ul li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  position: relative;
  margin-bottom: 10px;
}

.proekt .content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a39383;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px 4px 0;
}

.proekt .content ul li ul {
  margin: 10px 0 0 30px;
}

.proekt .content ul li ul li {
}

.proekt + .interes {
  margin: 43px 0;
}

.proekt + .interes .slider-inter .slick-arrow {
  top: 0;
  bottom: 0;
  background-image: url(../img/arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image ease 0.3s;
}

.proekt + .interes .slider-inter .slick-arrow:hover {
  background-image: url(../img/arrow2.svg);
}

.proekt + .interes .slider-inter .slick-arrow.slick-prev {
  left: 20px;
  right: auto;
}

.proekt + .interes .slider-inter .slick-arrow.slick-next {
  right: 21px;
}

.proekt + .interes .bot {
  display: flex;
  justify-content: center;
  margin: 34px 0 101px 0;
}

.proekt + .interes .bot a.btn {
  padding: 16px 208px 16px 27px;
  font-size: 17px;
  background: #812b41 url(../img/arr2.svg) 98% 50% no-repeat;
  background-size: 40px;
}

.proekt + .interes .bot a.btn:hover {
  background: #fff url(../img/arr.svg) 98% 50% no-repeat;
  background-size: 40px;
}

.profit {
  margin: 46px 0 0 0;
}

.profit h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.profit .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 100px;
}

.profit .text p {
}

.profit .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.profit .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 85px;
}

.profit .box .tel {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  background: url(../img/tel.svg) 0 0 no-repeat;
  padding: 5px 0 5px 75px;
}

.profit .box .tel:hover,
.profit .box .tel:focus,
.profit .box .tel:active {
  color: #822c41;
}

.profit .box .mail {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  background: url(../img/mail.svg) 0 0 no-repeat;
  padding: 5px 0 5px 75px;
  width: 31.3%;
}

.profit .card {
  border: 1px solid #a39383 !important;
  border-radius: 20px !important;
  margin: 0 0 20px 0 !important;
}

.profit .card-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
  margin: 0 !important;
  border: none;
  border-radius: 0;
  padding: 25px 47px 26px 45px;
}

.profit .card-header .adress {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  background: url(../img/adres1.svg) 0 50% no-repeat;
  padding: 4px 0 0 99px;
  width: 63%;
}

.profit .card-header .btn-link {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  background-image: url(../img/arr5.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 2px 87px 0 0;
  transition: background-image ease 0.3s;
}

.profit .card-header .btn-link.none {
  display: none;
}

.profit .card-header .btn-link:hover {
  background-image: url(../img/arr5-purple.svg);
  text-decoration: none;
}

.profit .card-header[aria-expanded="true"] {
  background: #a39383;
}

.profit .card-header[aria-expanded="true"] .adress {
  color: #fff;
  background: url(../img/adres.svg) 0 50% no-repeat;
}

.profit .card-header[aria-expanded="true"] .btn-link {
  color: #fff;
  background: url(../img/arr6.svg) 100% 50% no-repeat;
  display: none;
}

.profit .card-header[aria-expanded="true"] .btn-link.none {
  display: block;
}

.profit .card-body {
  padding: 0;
}

.profit .card-body #map,
.profit .card-body #map-1 {
  width: 100%;
  height: 618px;
}

.profit .docs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
  width: 76%;
}

.profit .docs a.item {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #822c41;
  background: url(../img/pdf.svg) 0 0 no-repeat;
  padding: 14px 0 10px 60px;
}

.profit .docs a.item:hover {
  text-decoration-line: none;
}

.profit .base {
  margin: 57px 0 103px 0;
}

.profit .base .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
  margin-bottom: 51px;
}

.profit .base ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.profit .base ul li {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  position: relative;
  padding: 0 0 0 66px;
  margin-bottom: 20px;
}

.iforma {
  margin: 46px 0 100px 0;
}

.iforma h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.iforma .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #63513d;
  margin-bottom: 50px;
}

.iforma .card {
  background: #f5f5f5;
  border-radius: 20px !important;
  border: none;
  margin-bottom: 31px !important;
}

.iforma .card .card-header {
  border: none;
  background: none;
  padding: 0;
}

.iforma .card .card-header .btn {
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #822c41;
  border-radius: 20px;
  background: #eeeae0 url(../img/arr1.svg) 97% 50% no-repeat;
  width: 100%;
  padding: 41px 48px;
  padding-right: 90px;
  text-align: left;
}

.iforma .card .card-header .btn[aria-expanded="true"] {
  background: #822c41 url(../img/arr6.svg) 97% 50% no-repeat;
  color: #fff;
}

.iforma .card .card-header .btn:hover {
  text-decoration: none;
}

.iforma .card .card-body {
  padding: 40px 49px;
}

.iforma .card .card-body p {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 20px;
}

.iforma .card .card-body .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #a39383;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 50px 0 52px 0;
  padding: 32px 358px 32px 62px;
}

.iforma .card .card-body .box .item {
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  color: #822c41;
}

.iforma .card .card-body .box .item span {
  display: block;
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #63513d;
  margin-bottom: 7px;
}

.iforma .card .card-body .box .item a {
  color: #822c41;
  text-decoration: none;
}

.iforma .card .card-body .box .item a:hover,
.iforma .card .card-body .box .item a:focus,
.iforma .card .card-body .box .item a:active {
  color: #822c41;
}

.iforma .card .card-body .rab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  width: 88%;
}

.iforma .card .card-body .rab .item {
  width: 32%;
}

.iforma .card .card-body .rab .item .zag {
  font-weight: 350;
  font-size: 26px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 18px;
}

.iforma .card .card-body .rab .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iforma .card .card-body .rab .item ul li {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  position: relative;
  padding: 0 0 19px 31px;
  width: 85%;
}

.iforma .card .card-body .rab .item ul li:before {
  content: "";
  background: #a39383;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 10px;
}

.iforma + .profit {
  margin: 46px 0 100px 0;
}

.iforma + .profit .box {
  margin-bottom: 49px;
}

.form.rabota {
  padding: 100px 0 63px 0;
}

.form.rabota .title {
  margin-bottom: 20px;
}

.form.rabota .text {
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  width: 35%;
}

.form.rabota form .box {
  width: 78.5%;
  margin: 50px 0 0 0;
  padding: 0;
}

.form.rabota form .box .left {
  width: 48%;
}

.form.rabota form .box .right {
  width: 48%;
}

.form.rabota form input {
  background: #ffffff;
  font-weight: 350;
  font-size: 17.3341px;
  line-height: 21px;
  color: #822c41;
  border: none;
  border-radius: 25px;
  padding: 0 30px;
  height: 57px;
}

.form.rabota form input::placeholder {
  color: #822c41;
}

.form.rabota form textarea {
  background: #ffffff;
  font-weight: 350;
  font-size: 17.3341px;
  line-height: 21px;
  color: #822c41;
  border: none;
  border-radius: 25px;
  padding: 19px 30px;
  height: 205px;
}

.form.rabota form textarea::placeholder {
  color: #822c41;
}

.form.rabota form label[for="files"] {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #63513d;
  background: url(../img/files.svg) 0 0 no-repeat;
  margin: 15px 0 0 0;
  padding: 8px 0 5px 51px;
  cursor: pointer;
}

.form.rabota form .form-control-file {
  position: absolute;
  display: none;
}

.form.rabota form .bot {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0 0 0;
}

.form.rabota form .bot .btn {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  background: #822c41;
  border-radius: 50px;
  outline: 0;
  box-shadow: none;
  transition: all 0.5s;
  border: none;
  padding: 19px 81px;
}

.form.rabota form .bot .btn:hover {
  color: #822c41;
  background: #fff;
}

.form.rabota form .bot .txt {
  font-weight: 350;
  font-size: 11.0503px;
  line-height: 13px;
  color: #63513d;
  margin: 13px 0 0 25px;
  width: 38%;
}

.form.rabota form .bot .txt a {
  color: #822c41;
}

.sarch-page {
  margin: 46px 0 0 0;
  min-height: 962px;
}

.sarch-page h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.sarch-page .rezult {
  font-weight: 350;
  font-size: 21px;
  line-height: 140%;
  color: #822c41;
  margin-bottom: 30px;
}

.sarch-page .rezult span {
  color: #63513d;
  display: inline-block;
  margin-left: 5px;
}

.sarch-page .rezult + form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 52.6%;
}

.sarch-page .rezult + form input {
  border: 1px solid #a39383;
  border-radius: 20px;
  font-weight: 350;
  font-size: 17px;
  line-height: 140%;
  color: #822c41;
  width: 92.7%;
  margin: 0 0 0 -3px;
  height: 60px;
  padding: 0 30px;
}

.sarch-page .rezult + form input::placeholder {
  color: #822c41;
}

.sarch-page .rezult + form .btn {
  border: 1px solid #822c41;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 8px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sarch-page .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
}

.sarch-page .title span {
  color: #63513d;
}

.sarch-page .media {
  margin: 51px 0 80px 0;
}

.sarch-page .media.news-page .box .left .medias .link {
  justify-content: center;
  display: flex;
  width: 100%;
}

.sarch-page .media.news-page .box .left .medias .link a {
  font-weight: 350;
  font-size: 21px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #822c41;
}

.sarch-page .media.news-page .box .left .medias .link a:hover {
  text-decoration-line: none;
}

.sarch-page .media.news-page .box .left .medias .item {
  margin-bottom: 28px;
}

.sarch-page .media.news-page .box .left .medias {
  justify-content: flex-start;
  margin: 50px -25px 51px -25px;
}

.sarch-page .media.news-page .box .left .medias.mini .item {
  width: calc(33.3% - 50px);
  margin: 0 25px 10px;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img {
  height: 434px;
  position: relative;
  margin-bottom: 29px;
  border-radius: 20px;
  overflow: hidden;
}

.sarch-page .media.news-page .box .left .medias.mini .item .zag {
  font-weight: 350;
  font-size: 21.3773px;
  line-height: 26px;
  color: #822c41;
}

.sarch-page .media.news-page .box .left .medias.mini .item .zag span {
  color: #63513d;
  display: block;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .new {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #822c41;
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .like {
  position: absolute;
  bottom: 20px;
  right: 74px;
  background: transparent;
  transition: all 0.5s;
  border-radius: 50%;
  cursor: pointer;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .like img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .like:hover {
  background: #822c41;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: transparent;
  transition: all 0.5s;
  border-radius: 50%;
  width: auto;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .link:hover {
  background: #822c41;
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .link a {
}

.sarch-page .media.news-page .box .left .medias.mini .item .img .link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sarch-page .media.news-page .box .right .messea {
  margin: -10px 0 0 0;
}

.sarch-page .back {
  max-width: 375px;
  margin-top: 30px;
}

.sarch-page .back .btn {
  width: 100%;
  background: #812b41 url(../img/arr2.svg) 97% 50% no-repeat;
  background-size: 45px;
  padding: 16px 35px 16px 37px;
  text-align: left;
  font-size: 24px;
}

.sarch-page .back .btn:hover {
  background: #eeeae0 url(../img/arr.svg) 97% 50% no-repeat;
  background-size: 45px;
  color: #812b41;
}

.izbronoe {
  margin: 47px 0 101px 0;
}

.izbronoe h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 49px;
}

.izbronoe .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  width: 60%;
  margin-bottom: 39px;
}

.izbronoe .text p {
  margin-bottom: 36px;
}

.izbronoe .text p span {
  color: #63513d;
  display: block;
}

.izbronoe .bot {
  margin: 0 0 69px 0;
}

.izbronoe .bot a.btn {
  padding: 16px 68px;
  font-size: 17px;
}

.izbronoe .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.izbronoe .box .item {
  width: calc(25% - 60px);
  display: flex;
  flex-direction: column;
  margin: 0 30px 32px;
}

.izbronoe .box .item .img {
  height: 287px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 31px;
}

.izbronoe .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.izbronoe .box .item .img .new {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #822c41;
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.izbronoe .box .item .zag {
  display: block;
  font-weight: 350;
  font-size: 26px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 37px;
}

.izbronoe .box .item .zag span {
  color: #63513d;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 350;
  margin-bottom: 8px;
}

.izbronoe .box .item .bot {
  margin: 0;
  margin-top: auto;
}

.izbronoe .box .item .bot a.btn {
  background: #eeeae0 url(../img/arr.svg) 97% 50% no-repeat;
  background-size: 40px;
  color: #822c41;
  border: none;
  padding: 16px 31px;
  width: 94%;
  text-align: left;
}

.izbronoe .box .item .bot a.btn:hover {
  background: #822c41 url(../img/arr2.svg) 97% 50% no-repeat;
  background-size: 40px;
  color: #eeeae0;
}

.izbronoe .bot.back {
  margin: 19px 0 0 0;
}

.izbronoe .bot.back a.btn {
  background: #822c41 url(../img/arr2.svg) 98% 50% no-repeat;
  background-size: 40px;
  text-align: left;
  padding: 16px 100px 16px 31px;
}

.izbronoe .bot.back a.btn:hover {
  background: #eeeae0 url(../img/arr.svg) 98% 50% no-repeat;
  background-size: 40px;
}

.modal-dialog {
  max-width: 1160px;
}

.modal-dialog .modal-content {
  border: none;
  background: #e6e3db;
  border-radius: 20px;
}

.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 102px 52px 95px 52px;
}

.modal-dialog .modal-content .modal-body .close {
  opacity: 1;
  position: absolute;
  right: 32px;
  top: 32px;
}

.modal-dialog .modal-content .modal-body .close img {
}

.modal-dialog .modal-content .modal-body .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-dialog .modal-content .modal-body .box .left {
  width: 39%;
  margin: 0 0 0 4px;
}

.modal-dialog .modal-content .modal-body .box .left .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 56px;
  color: #822c41;
}

.modal-dialog .modal-content .modal-body .box .right {
  width: 57.2%;
}

.modal-dialog .modal-content .modal-body .box .right form {
}

.modal-dialog .modal-content .modal-body .box .right .text {
  font-weight: 350;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  width: 90%;
  margin-bottom: 44px;
}

.modal-dialog .modal-content .modal-body .box .right form .form-group {
}

.modal-dialog .modal-content .modal-body .box .right form .form-group input {
  background: #ffffff;
  border-radius: 40px;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  outline: 0;
  box-shadow: none;
  border: 2px solid transparent;
  padding: 0 30px;
  height: 58px;
}

.modal-dialog .modal-content .modal-body .box .right form .form-group input::placeholder {
  color: #822c41;
}

.modal-dialog .modal-content .modal-body .box .right form .bot {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 19px 0 0 0;
}

.modal-dialog .modal-content .modal-body .box .right form .bot .btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  width: 33%;
}

.modal-dialog .modal-content .modal-body .box .right form .bot .btn:hover {
  background: #fff;
  color: #812b41;
}

.modal-dialog .modal-content .modal-body .box .right form .bot .txt {
  font-weight: 350;
  font-size: 11.0503px;
  line-height: 13px;
  color: #63513d;
  width: 56%;
  padding: 17px 10px 0 22px;
}

.modal-dialog .modal-content .modal-body .box .right form .bot .txt a {
  color: #812b41;
}

.home .head {
  background: url(../img/bg2.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 169px 0 155px 0;
  margin: -100px 0 0 0;
}

.home .head h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 150%;
  color: #ffffff;
  width: 45%;
  margin-bottom: 26px;
}

.home .head .text {
  font-weight: 350;
  font-size: 20px;
  line-height: 124%;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 25px;
  width: 30%;
}

.home .head .text:before {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.home .navbar-expand-xl .bottom {
  background: none;
  box-shadow: none;
}

.home .navbar-expand-xl .bottom.fixed {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.home .navbar-expand-xl .bottom.fixed .icons a {
  border-color: #812b41;
}

.home .navbar-expand-xl .bottom.fixed .icons a:hover path {
  fill: #fff;
}

.home .navbar-expand-xl .bottom.fixed .icons a path {
  fill: #812b41;
}

.home .navbar-expand-xl .bottom.fixed .navbar-brand svg path {
  fill: #812b41 !important;
}

.home .navbar-light .bottom.fixed .navbar-nav .nav-link {
  color: #812b41;
}

.home .navbar-light .bottom.fixed .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #812b41;
}

.home .navbar-light .bottom.fixed .navbar-toggler {
  border-color: #812b41;
}

.home .navbar-light .bottom.fixed .navbar-toggler-icon {
  background-image: url(../img/menu.svg);
}

.home .navbar-light .navbar-nav .nav-link {
  background: none;
  color: #fff;
}

.home .navbar-light .navbar-nav .nav-link:hover {
  color: #812b41;
}

.home .navbar-expand-xl .bottom .icons a path {
  fill: #fff;
}

.home .navbar-expand-xl .bottom .icons a {
  border: 1px solid #fff;
}

/*.home .navbar-expand-xl .bottom .navbar-brand svg {
    fill: #fff;
}
*/
.home .links {
  display: flex;
  flex-wrap: wrap;
  background: #e6e3db;
}

.home .links a {
  font-weight: 500;
  font-size: 26.8231px;
  line-height: 32px;
  color: #822c41;
  position: relative;
  width: 50%;
  text-align: center;
  padding: 43px 0 77px 0;
  transition: background-color ease 0.3s;
}

.home .links a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #822c41;
}

.home .links a:hover::after {
  background: url(../img/arr8.svg) 0 0 no-repeat;
}

.home .links a:first-child::before {
  content: "";
  width: 3px;
  height: calc(100% - 70px);
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #822c41;
}

.home .links a span {
  font-weight: 350;
  display: block;
  font-size: 19px;
  margin: -13px 0 -2px 0;
}

.home .links a:after {
  content: "";
  background: url(../img/arr7.svg) 0 0 no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}

.home .interes .slider-inter .zag {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 26px;
  margin: 37px 0 0 0;
}

.home .interes {
  margin: 100px 0 102px 0;
}

.home .recept .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
  margin-bottom: 50px;
}

.home .recept .box .right .img {
  width: 100%;
  height: 330px;
}

.home .recept {
  padding: 80px 0 50px 0;
}

.home .tehnlog {
  background: url(../img/bg3.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.home .tehnlog .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 135px 0 0;
}

.home .tehnlog .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #ffffff;
  width: 100%;
}

.home .tehnlog form {
  width: 100%;
}

.home .tehnlog form .form-group {
  margin-bottom: 15px;
}

.home .tehnlog form input {
  background: #ffffff;
  border-radius: 40px;
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #822c41;
  outline: 0;
  box-shadow: none;
  border: 2px solid transparent;
  padding: 0 30px;
  height: 58px;
}

.home .tehnlog form input::placeholder {
  color: #822c41;
}

.home .tehnlog form .bot {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 29px 0 0 0;
}

.home .tehnlog form .bot .btn {
  background: #812b41;
  border: 1px solid #812b41;
  border-radius: 50px;
  font-weight: 350;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.5s;
  padding: 16px 35px;
  width: 41%;
}

.home .tehnlog form .bot .btn:hover {
  background: #fff;
  color: #812b41;
}

.home .tehnlog form .bot .txt {
  font-weight: 350;
  font-size: 11.0503px;
  line-height: 13px;
  color: #fff;
  width: 56%;
  padding: 13px 10px 0 23px;
}

.home .tehnlog form .bot .txt a {
  color: #fff;
}

.home .tehnlog form.feedback_technology .left {
  width: 46.7%;
}

.home .tehnlog form.feedback_technology .right {
  width: 43.7%;
}

.home .klientam {
  margin: 102px 0 0 0;
}

.home .klientam .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 80px auto 0 auto;
}

.klientam__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 4 - 54px);
  padding-top: 110px;
  padding-bottom: 100px;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
}

.klientam__item:hover {
  text-decoration: none;
}

.klientam__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.klientam__item:nth-child(1)::before {
  width: 338px;
  height: 326px;
  background-image: url(../img/figure1.svg);
}

.klientam__item:nth-child(1):hover::before {
  background-image: url(../img/figure1-brown.svg);
}

.klientam__item:nth-child(2)::before {
  width: 338px;
  height: 329px;
  background-image: url(../img/figure2.svg);
}

.klientam__item:nth-child(2):hover::before {
  background-image: url(../img/figure2-brown.svg);
}

.klientam__item:nth-child(3)::before {
  width: 377px;
  height: 256px;
  background-image: url(../img/figure3.svg);
}

.klientam__item:nth-child(3):hover::before {
  background-image: url(../img/figure3-brown.svg);
}

.klientam__item:nth-child(4)::before {
  width: 386px;
  height: 292px;
  background-image: url(../img/figure4.svg);
}

.klientam__item:nth-child(4):hover::before {
  background-image: url(../img/figure4-brown.svg);
}

.klientam__item__title {
  font-size: 34px;
  font-weight: 350;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.klientam__item__arrow {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../img/arrow5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.home .klientam .box .item .link {
  width: 25%;
}

.home .otzivi {
  background: #e6e3db;
  margin: 110px 0 100px 0;
  padding: 80px 0 96px 0;
}

.home .otzivi .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
}

.home .otzivi .slick-list {
  overflow: visible;
}

.home .otzivi .box .left {
  width: 40%;
}

.home .otzivi .box .right {
  width: 53.9%;
  padding: 0 125px 80px 0;
  overflow: hidden;
}

.home .otzivi .box .right .text {
  font-weight: 350;
  font-size: 26px;
  line-height: 140%;
  color: #822c41;
  background: url(../img/oz.svg) 0 9px no-repeat;
  padding: 0 0 0 88px;
  margin-bottom: 65px;
}

.home .otzivi .box .right .podpis {
  padding: 0 0 0 88px;
  display: flex;
  justify-content: space-between;
}

.home .otzivi .box .right .podpis .name {
  font-weight: 350;
  font-size: 21px;
  line-height: 140%;
  color: #63513d;
}

.home .otzivi .box .right .podpis .link {
  background: url(../img/arrow1.svg) 0 0 no-repeat;
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  right: -126px;
  bottom: -26px;
  transform: rotate(180deg);
  transition: background ease 0.3s;
}

.home .otzivi .slick-arrow {
  bottom: 0;
}

.home .otzivi .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.home .otzivi .slick-arrow.slick-prev {
  right: 60px;
  left: auto;
}

.home .recept .box .right {
  width: 33%;
  height: 359px;
  margin-right: 343px;
}

.home .recept .box .left {
  width: 43.5%;
}

.home .medias {
  margin: 56px 0 57px 0;
}

.home .medias .title {
  font-weight: 350;
  font-size: 47px;
  line-height: 120%;
  color: #822c41;
}

.home .medias .slider-med {
  margin: 50px 0 0 0;
  padding-bottom: 48px;
}

.home .medias .slider-med .slick-list {
  width: 75%;
}

.home .medias .slick-arrow {
  font-size: 0;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
  position: absolute;
  background-image: url(../img/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: -100px;
  z-index: 1;
  width: 46px;
  height: 46px;
  transition: background-image ease 0.3s;
}

.home .medias .slick-arrow:hover {
  background-image: url(../img/arrow3.svg);
}

.home .medias .slick-arrow.slick-prev {
  right: 63px;
}

.home .medias .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.home .medias .slider-med .img {
  width: 100%;
  margin-bottom: 30px;
}

.home .medias .slider-med .img a {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.home .medias .slider-med .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home .medias .slider-med .date {
  font-weight: 350;
  font-size: 17px;
  line-height: 20px;
  color: #63513d;
  margin-bottom: 14px;
}

.home .medias .slider-med .zag {
  width: 80%;
  margin-bottom: 20px;
}

.home .medias .slider-med .zag a {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #822c41;
  display: block;
}

.home .medias .slider-med .text {
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
  color: #63513d;
  width: 95%;
}

.home .medias .slick-slide {
  width: 570px;
  height: auto;
  margin-right: 48px;
}

.btn-scrolltop {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #822c41;
  background-image: url(../img/arrow-top-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 10px 20px rgba(162, 49, 77, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s, background ease 0.4s;
}

.btn-scrolltop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scrolltop:hover {
  background-color: #fff;
  background-image: url(../img/arrow-top-red.svg);
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: pointer;
}

@media (min-width: 1661px) {
  .region .maps > .btn:nth-child(2),
  .klientam.dis .maps > .btn:nth-child(2) {
    left: 70px !important;
    top: 180px !important;
  }
  .region .maps > .btn:nth-child(3),
  .klientam.dis .maps > .btn:nth-child(3) {
    left: 565px !important;
    top: 975px !important;
  }
  .region .maps > .btn:nth-child(4),
  .klientam.dis .maps > .btn:nth-child(4) {
    left: 385px !important;
    top: 725px !important;
  }
  .region .maps > .btn:nth-child(5),
  .klientam.dis .maps > .btn:nth-child(5) {
    left: 230px !important;
    top: 130px !important;
  }
  .region .maps > .btn:nth-child(6),
  .klientam.dis .maps > .btn:nth-child(6) {
    left: 180px !important;
    top: 310px !important;
  }
  .region .maps > .btn:nth-child(7),
  .klientam.dis .maps > .btn:nth-child(7) {
    left: 265px !important;
    top: 380px !important;
  }
  .region .maps > .btn:nth-child(8),
  .klientam.dis .maps > .btn:nth-child(8) {
    left: 10px !important;
    top: 435px !important;
  }
  .region .maps > .btn:nth-child(9),
  .klientam.dis .maps > .btn:nth-child(9) {
    left: 655px !important;
    top: 655px !important;
  }
  .region .maps > .btn:nth-child(10),
  .klientam.dis .maps > .btn:nth-child(10) {
    left: 755px !important;
    top: 625px !important;
  }
  .region .maps > .btn:nth-child(11),
  .klientam.dis .maps > .btn:nth-child(11) {
    left: 352px !important;
    top: 152px !important;
  }
  .region .maps > .btn:nth-child(12),
  .klientam.dis .maps > .btn:nth-child(12) {
    left: 425px !important;
    top: 63px !important;
  }
  .region .maps > .btn:nth-child(13),
  .klientam.dis .maps > .btn:nth-child(13) {
    left: 1058px !important;
    top: 712px !important;
  }
  .region .maps > .btn:nth-child(14),
  .klientam.dis .maps > .btn:nth-child(14) {
    left: 914px !important;
    top: 712px !important;
  }
  .region .maps > .btn:nth-child(15),
  .klientam.dis .maps > .btn:nth-child(15) {
    left: 172px !important;
    top: 395px !important;
  }
  .region .maps > .btn:nth-child(16),
  .klientam.dis .maps > .btn:nth-child(16) {
    left: 280px !important;
    top: 510px !important;
  }
  .region .maps > .btn:nth-child(17),
  .klientam.dis .maps > .btn:nth-child(17) {
    left: 388px !important;
    top: 388px !important;
  }
  .region .maps > .btn:nth-child(18),
  .klientam.dis .maps > .btn:nth-child(18) {
    left: 410px !important;
    top: 438px !important;
  }
  .region .maps > .btn:nth-child(19),
  .klientam.dis .maps > .btn:nth-child(19) {
    left: 216px !important;
    top: 352px !important;
  }
  .region .maps > .btn:nth-child(20),
  .klientam.dis .maps > .btn:nth-child(20) {
    left: 323px !important;
    top: 388px !important;
  }
  .region .maps > .btn:nth-child(21),
  .klientam.dis .maps > .btn:nth-child(21) {
    left: 266px !important;
    top: 438px !important;
  }
  .region .maps > .btn:nth-child(22),
  .klientam.dis .maps > .btn:nth-child(22) {
    left: 331px !important;
    top: 438px !important;
  }
  .region .maps > .btn:nth-child(23),
  .klientam.dis .maps > .btn:nth-child(23) {
    left: 712px !important;
    top: 698px !important;
  }
  .region .maps > .btn:nth-child(24),
  .klientam.dis .maps > .btn:nth-child(24) {
    left: 352px !important;
    top: 330px !important;
  }
  .region .maps > .btn:nth-child(25),
  .klientam.dis .maps > .btn:nth-child(25) {
    left: 237px !important;
    top: 294px !important;
  }
  .region .maps > .btn:nth-child(26),
  .klientam.dis .maps > .btn:nth-child(26) {
    left: 85px !important;
    top: 382px !important;
  }
  .region .maps > .btn:nth-child(27),
  .klientam.dis .maps > .btn:nth-child(27) {
    left: 122px !important;
    top: 337px !important;
  }
  .region .maps > .btn:nth-child(28),
  .klientam.dis .maps > .btn:nth-child(28) {
    left: 136px !important;
    top: 222px !important;
  }
  .region .maps > .btn:nth-child(29),
  .klientam.dis .maps > .btn:nth-child(29) {
    left: 80px !important;
    top: 316px !important;
  }
  .region .maps > .btn:nth-child(30),
  .klientam.dis .maps > .btn:nth-child(30) {
    left: 223px !important;
    top: 410px !important;
  }
  .profit .base ul.marker-list li::before {
    top: 11px;
  }
  .profit .base ul.marker-list li::after {
    top: 16px;
  }
}

@media (max-width: 1680px) {
  .navbar-expand-xl .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-expand-xl .navbar-nav li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .error .bot {
    width: 40%;
    text-align: center;
  }
  .error h1 {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .error .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .error .big {
    font-size: 220px;
  }
  .error .bot {
    margin-top: 0;
  }
  .product {
    margin-top: 20px;
  }
  .product h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .product .text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1660px) {
  .container {
    max-width: 1140px;
  }
  .navbar-light .navbar-brand {
    width: 20%;
  }
  .navbar-light .navbar-brand svg {
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav li {
    margin-right: 10px;
  }
  .navbar-expand-xl .bottom .sub-menu {
    max-width: 350px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 5px;
  }
  .navbar-expand-xl .bottom .sub-menu li .nav-link {
    background-position: 96% 50%;
    background-size: 30px;
    font-size: 14px;
    padding: 18px 65px 18px 30px;
  }
  .breadcrumb {
    margin-top: 20px;
  }
  .berem .title {
    font-size: 32px;
  }
  .bot a.btn {
    font-size: 18px;
  }
  .contact .title {
    font-size: 45px;
  }
  .contact .text {
    font-size: 18px;
  }
  .contact .info .box .otdel .name,
  .contact .info .box .rezij .name {
    font-size: 32px;
  }
  .glava .blago p {
    font-size: 22px;
  }
  .home .head {
    padding: 130px 0;
  }
  .home .head h1 {
    font-size: 45px;
    width: 70%;
  }
  .home .head .text {
    width: 40%;
  }
  .interes .slider-inter .slick-slide {
    width: 265px;
    margin-right: 15px;
  }
  .recept .box .right {
    width: 40%;
    height: 330px;
  }
  .home .medias .title {
    font-size: 32px;
  }
  .home .recept .box .right {
    width: 40%;
    height: 359px;
    margin-right: 0;
  }
  .home .otzivi .box .right .text {
    font-size: 20px;
  }
  .home .otzivi .box .right .podpis .link {
    right: 0;
  }
  .recept .box .left ul li a {
    padding: 20px 25px;
  }
  .recept .box .left ul li {
    width: 49%;
  }
  .klientam__item::before {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .klientam__item__title {
    font-size: 28px;
  }
  .home .recept .box .left {
    width: 57%;
  }
  .recept .box .left {
    width: 57%;
  }
  .home .tehnlog .title {
    font-size: 32px;
  }
  .home .interes .slider-inter .zag {
    font-size: 22px;
  }
  .home .klientam .box {
    width: 100%;
  }
  .home .klientam .box .link {
    width: 22%;
  }
  .home .klientam .box .link img {
    width: 100%;
  }
  .home .otzivi .title {
    font-size: 30px;
  }
  .home .otzivi .box .left {
    width: 30%;
  }
  .home .otzivi .box .right {
    width: 65%;
    padding: 0;
    padding-bottom: 80px;
  }
  .home .otzivi .slick-arrow.slick-next {
    right: 0;
  }
  .home .otzivi .slick-arrow.slick-prev {
    right: 60px;
  }
  .home .medias .slider-med .slick-list {
    width: 100%;
  }
  .home .medias .slick-slide {
    width: 537px;
    margin-right: 35px;
  }
  .home .medias .slider-med .zag {
    width: 100%;
  }
  .home .medias .slider-med .text {
    width: 100%;
  }
  .home .recept .title {
    font-size: 32px;
  }
  .idea .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .iforma h1 {
    font-size: 45px;
  }
  .iforma .text {
    font-size: 18px;
  }
  .iforma .card .card-header .btn {
    font-size: 32px;
  }
  .iforma .card .card-body p {
    font-size: 18px;
  }
  .iforma .card .card-body .box .item {
    font-size: 20px;
  }
  .iforma .card .card-body .rab .item .zag {
    font-size: 20px;
  }
  .izbronoe h1 {
    font-size: 45px;
  }
  .izbronoe .text {
    font-size: 18px;
  }
  .form .title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .form form .box {
    width: 100%;
    padding: 0;
  }
  .form.cena .title {
    font-size: 32px;
  }
  .form.cena .text {
    font-size: 22px;
  }
  footer .box .logo svg {
    width: 80%;
  }
  footer .box .logo {
    width: 25%;
  }
  footer .box .cont {
    width: 18%;
  }
  footer .box .adress {
    width: 25%;
  }
  footer .box .soc {
    width: 32%;
  }
  footer .box .adress .adr,
  footer .box .logo .copy,
  footer .box .cont .tel,
  footer .box .cont .mail {
    font-size: 16px;
    line-height: 25px;
  }
  footer .box .soc .desing a {
    font-size: 16px;
  }
  footer .box .soc ul li {
    width: 10%;
  }
  footer .box .soc ul li svg {
    width: 100%;
  }
  .articl .video {
    width: 87%;
  }
  .articl .text h2 {
    font-size: 32px;
  }
  .glava .blago {
    width: 50%;
  }
  .polezno .title {
    font-size: 32px;
  }
  .berem .img {
    height: auto;
  }
  .berem .info__title {
    max-width: 500px;
  }
  .berem .info__time-title {
    margin-right: 50px;
  }
  .error .big {
    font-size: 190px;
  }
  .product .box .item {
    margin-bottom: 40px;
  }
  .product .box .item .img {
    margin-bottom: 20px;
  }
  .product .box .item .img a {
    height: 320px;
  }
  .profit h1 {
    font-size: 45px;
  }
  .profit .base .title {
    font-size: 32px;
  }
  .profit .base ul li {
    font-size: 18px;
  }
  .profit .title {
    font-size: 32px;
  }
  .profit .text {
    font-size: 18px;
  }
  .profit .box .tel {
    font-size: 22px;
  }
  .profit .card-header .adress {
    font-size: 22px;
  }
  .proizvod .title {
    font-size: 32px;
  }
  .proizvod .text {
    font-size: 18px;
  }
  .proizvod .slick-list {
    padding: 0 237px;
  }
  .otzivi .box .right {
    width: 30%;
  }
  .otzivi .box .right .messea .title {
    font-size: 32px;
  }
  .otzivi .box .right .mnogo .title {
    font-size: 32px;
  }
  .otzivi .box .left {
    width: 65%;
  }
  .otzivi .box .left h1 {
    font-size: 45px;
  }
  .otzivi .box .left .text {
    font-size: 18px;
  }
  .otzivi .box .left .otziv .text {
    font-size: 18px;
  }
  .klientam .title {
    font-size: 32px;
  }
  .media .box .left {
    width: 65%;
  }
  .media .box .left .medias .title {
    font-size: 32px;
  }
  .media .box .left .text {
    font-size: 18px;
  }
  .media .box .right {
    width: 30%;
  }
  .media .box .right .messea .title,
  .media .box .right .messea .form__reminder__title {
    font-size: 32px;
  }
  .media .slick-slide {
    width: 345px;
    margin-right: 25px;
  }
  .media .box .left .slider-med .zag {
    width: 100%;
  }
  .media .box .left .slider-med .text {
    width: 100%;
  }
  .media .box .left .medias {
    margin: 0;
  }
  .media.news-page .box .right .menu .title {
    font-size: 32px;
  }
  .media.news-page .box .right .menu ul li a {
    font-size: 22px;
  }
  .articl h1 {
    font-size: 45px;
  }
  .articl .text p {
    font-size: 18px;
  }
  .contact .info .nav-tabs .nav-link {
    font-size: 22px;
  }
  .contact .info .nav-tabs .nav-link.active {
    padding: 31px 60px 28px 100px;
  }
  .contact .info .box .otdel {
    width: 26%;
  }
  .contact .info .box .priem {
    width: 24%;
    margin-left: 0;
  }
  .contact .info .box .rezij {
    width: 30%;
  }
  .contact .info .box .rab {
    width: 29%;
  }
  .contact .info .tab-content {
    padding: 50px 20px 46px 20px;
  }
  .contact .info .box .text,
  .contact .info .box .rab .item,
  .contact .info .box .priem .mail,
  .contact .info .box .rezij .mail {
    font-size: 22px;
  }
  .contact .info .box .text + .rezij {
    width: 45%;
  }
  .proekt h1 {
    font-size: 45px;
  }
  .proekt .content h2 {
    font-size: 32px;
  }
  .proekt .content p {
    font-size: 18px;
  }
  .proekt .content ul li {
    font-size: 18px;
  }
  .priz .title {
    font-size: 32px;
  }
  .rekvizit .box .title {
    font-size: 32px;
    width: 27%;
  }
  .rekvizit .box .item {
    width: 33%;
    padding: 0;
  }
  .rekvizit .box .item ul li {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .region .maps {
    height: auto;
  }
  .region .title {
    font-size: 32px;
  }
  .region .text {
    font-size: 22px;
  }
  .stadii .title {
    font-size: 32px;
  }
  .contact .info .nav-tabs .nav-link {
    padding: 20px 60px 20px 60px;
  }
  .zakvaski h1 {
    font-size: 45px;
  }
  .zakvaski .box .right {
    width: 29%;
  }
  .zakvaski .box .left {
    width: 70%;
  }
  .zakvaski .box .left .item .img {
    width: 255px;
  }
  .zakvaski .box .left .item .info .head .zag {
    font-size: 22px;
    width: 55%;
  }
  .zakvaski .box .left .item .info .boot .blok {
    width: 48%;
    margin-top: 20px;
  }
  .zakvaski .box .left .item .info .txt {
    margin-bottom: 0;
  }
  .zakvaski .box .left .item .info .art {
    margin: 20px 0;
  }
  .recept-page .box .left .vertical {
    height: 450px;
  }
  .recept-page .box .left .vertical .slider-nav img {
    width: 155px;
    height: 155px;
  }
  .recept-page .box .left .vertical .slider-nav .slick-slide {
    height: 155px;
    margin-bottom: 10px;
  }
  .recept-page .box .left .vertical .slider-for-wrap {
    width: 73%;
  }
  .recept-page .box .left .vertical .slider-for .slick-track {
    height: 100%;
  }
  .recept-page .right .link {
    width: 67%;
  }
  .sarch-page h1 {
    font-size: 45px;
  }
  .sarch-page .title {
    font-size: 32px;
  }
  .sarch-page .back .btn {
    font-size: 22px;
  }
  .zakvaski .text {
    font-size: 18px;
  }
  .zakvaski.razdel .box .left .item .bot a.btn.white {
    padding: 16px 99px 16px 20px;
  }
  .zakvaski.razdel .box .left .item .bot a.btn {
    padding: 16px 20px;
    font-size: 14px;
  }
  .zakvaski .box .right .menu ul li a {
    font-size: 22px;
  }
  .zakvaski .box .right .menu .zag {
    font-size: 32px;
  }
  .recept-page.product .right .link {
    width: 80%;
  }
  .klientam h1 {
    font-size: 45px;
  }
  .klientam .text {
    font-size: 18px;
  }
  .klientam .info h2 {
    font-size: 32px;
  }
  .klientam .info ul li {
    padding: 0 0 0 60px;
  }
  .klientam .info.hide ul li {
    font-size: 18px;
  }
  .marker-list li::before {
    top: 4px;
  }
  .marker-list li::after {
    top: 9px;
  }
  .klientam .red {
    font-size: 18px;
    padding: 50px 50px 50px 50px;
  }
  .otxivi .box .title {
    font-size: 32px;
  }
  .otxivi .box .otziv {
    width: 60%;
  }
  .otxivi .box .otziv .zag {
    font-size: 20px;
    padding: 5px 0 0 55px;
    width: 100%;
  }
  .otxivi .box .otziv .podpis {
    padding: 0 0 0 55px;
    width: 80%;
  }
  .otxivi + .interes .slider-inter + .title {
    width: 90%;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn {
    font-size: 18px;
  }
  .interes .back {
    width: 35%;
  }
  .interes .title {
    font-size: 32px;
  }
  .insta .title {
    font-size: 32px;
  }
  .klientam .info.hide + .bot a.btn,
  .klientam .red + .bot a.btn {
    width: 30%;
  }
  .klientam .info.hide + .bot .zag,
  .klientam .red + .bot .zag {
    width: 60%;
  }
  .klientam.dis .info h2 {
    width: 70%;
  }
  .klientam.dis .maps {
    height: auto;
  }
  .media .box .left h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .media .box .left .head {
    margin-bottom: 30px;
  }
  .media.news-page .box .right .messea {
    margin: 100px 0 0 0;
  }
  .media .box .left .star:not(:checked) > label {
    margin: 0 0 0 8px;
  }
  .media .box .left .star {
    width: 140px;
  }
  .media .box .left .head .delit {
    width: 54%;
    padding: 14px 0 0 0;
  }
  .media .box .left .head .date {
    width: 20%;
    font-size: 14px;
  }
  .media .box .left .head .delit > span {
    font-size: 14px;
  }
  .media .box .left .head .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
    height: 25px;
    width: 25px;
    background-size: 24px 24px;
  }
  .media .box .left .content p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .media .box .left .content h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .media .box .left .content figure {
    margin: 30px 0;
  }
  .media .box .left .content figure figcaption {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .media .box .left .content ul li {
    font-size: 18px;
  }
  .media .box .left .content p span {
    font-size: 18px;
  }
  .media .box .left .content blockquote {
    font-size: 18px;
    margin: 30px 0;
    padding: 51px 88px;
  }
  .media .box .left .content ol li {
    font-size: 18px;
  }
  .media .box .left .content ol li::before {
    font-size: 18px;
    margin-right: 10px;
  }
  .media .box .left .foot {
    flex-direction: column;
  }
  .media .box .left .content .bot a.btn.pdf {
    width: auto;
    padding-right: 82px;
  }
  .media .box .left .foot .back {
    margin-bottom: 15px;
  }
  .media .box .left .foot .back a {
    display: block;
    padding: 10px 0 0 0;
    font-size: 14px;
  }
  .media .box .left .foot .delit {
    margin-bottom: 15px;
  }
  .media .box .left .foot .delit > span {
    font-size: 14px;
    margin: 5px 10px 0 0;
  }
  .media .box .left .foot .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
    height: 25px;
    width: 25px;
    background-size: 24px 24px;
  }
  .drop-stati .box .item {
    width: 24%;
  }
  .drop-stati .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .drop-stati .box .item .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .drop-stati .box .item .zag a {
    font-size: 18px;
    line-height: 25px;
  }
  .zakvaski.uspex .box .right {
    width: 0;
  }
  .zakvaski.uspex .box .left {
    width: 85%;
  }
  .zakvaski.uspex .box .left .item .info {
    width: 71%;
  }
  .polezno .box .item .text {
    font-size: 19px;
  }
  .profit .docs {
    width: 100%;
  }
  .profit .card-header .adress {
    padding: 0 0 0 60px;
  }
  .iforma .card .card-body .box {
    padding: 30px;
  }
  .iforma .card .card-body .rab {
    padding: 0;
    width: 100%;
  }
  .form.rabota .text {
    width: 60%;
  }
  .sarch-page .rezult + form {
    width: 76%;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .izbronoe .text {
    width: 80%;
  }
  .izbronoe .box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .izbronoe .box .item {
    width: calc(25% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item {
    width: calc(50% - 50px);
  }
  .popover-header {
    font-size: 22px;
  }
  .btn-scrolltop {
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 1299px) {
  .navbar-expand-xl .bottom .sub-menu {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .navbar-light .navbar-nav > .nav-item > .nav-link + .arrow {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    background: none;
    color: #822c41;
  }
  .navbar-expand-xl .bottom .sub-menu li .nav-link,
  .navbar-expand-xl .bottom .sub-menu li .nav-link:hover {
    background-image: none;
    padding: 10px 0 10px 30px;
  }
  .navbar-expand-xl .navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
  }
  .navbar-expand-xl .navbar-nav li {
    padding: 0;
    margin-right: 0;
    position: relative;
  }
  .navbar-expand-xl .navbar-nav li.open > .arrow {
    transform: rotate(90deg);
  }
  .navbar-expand-xl .bottom .sub-menu {
    border-radius: 0;
  }
  .navbar-expand-xl .navbar-nav li.open .sub-menu {
    position: inherit;
    max-width: 100%;
    max-height: 2000px;
    visibility: visible;
    transition: none;
  }
  .navbar-expand-xl .navbar-nav li.open > .nav-link {
    color: #822c41;
  }
  .navbar-expand-xl .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-expand-xl .bottom .container {
    flex-wrap: wrap;
  }
  .navbar-expand-xl .bottom .icons a {
    margin-left: 15px;
  }
  .navbar-expand-xl .bottom.fixed .navbar-collapse {
    max-height: calc(100vh - 76px);
  }
  .navbar-expand-xl .navbar-collapse {
    width: 100%;
    max-height: calc(100vh - 156px);
    overflow: auto;
    order: 2;
  }
  .home .navbar-expand-xl .bottom {
    padding-top: 10px;
  }
  .home .head .text {
    width: 58%;
  }
  .interes .slider-inter .slick-slide {
    width: 293px;
    margin-right: 25px;
  }
  .recept .box .left ul li a {
    font-size: 14px;
  }
  .navbar-light .navbar-brand {
    width: 150px;
    margin: 0;
    order: 0;
  }
  .navbar-light .navbar-toggler {
    border: 1px solid #822c41;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    margin: 0 30px 0 auto;
    outline: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
  }
  .navbar-light .navbar-nav .nav-link {
    background: none;
    color: #000;
  }
  #navbarsExampleDefault {
    position: absolute;
    left: 0;
    top: 100%;
    background: #e6e3dc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  }
  .klientam__item::before {
    transform: translate(-50%, -50%) scale(0.69);
  }
  .klientam__item__title {
    font-size: 22px;
  }
  .home .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
  .home .navbar-light .navbar-toggler {
    border: 1px solid #fff;
  }
  .home .navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu1.svg);
  }
  .home .tehnlog .title {
    font-size: 28px;
  }
  .home .tehnlog .box {
    padding: 0;
  }
  .home .tehnlog form.feedback_technology .left {
    width: 38%;
  }
  .home .tehnlog form.feedback_technology .right {
    width: 60%;
  }
  .home .tehnlog form input {
    font-size: 14px;
  }
  .home .tehnlog form .bot .btn {
    font-size: 14px;
  }
  .home .tehnlog form .bot .txt {
    width: 59%;
    padding: 10px 0 0 15px;
  }
  .home .klientam .box {
    margin: 0;
    margin-top: 30px;
  }
  .home .klientam {
    margin: 50px 0 0 0;
  }
  .home .otzivi .box .right .text {
    font-size: 18px;
    padding: 0 0 0 60px;
    margin-bottom: 30px;
  }
  .home .otzivi .box .right .podpis {
    padding: 0 0 0 60px;
    width: 80%;
  }
  .home .otzivi .box .right .podpis .name {
    font-size: 17px;
  }
  .home .medias .slick-slide {
    width: 453px;
    margin-right: 25px;
  }
  .home .medias .slider-med .date {
    font-size: 14px;
  }
  .home .medias .slider-med .zag a {
    font-size: 18px;
  }
  .home .medias .slider-med .text {
    font-size: 14px;
  }
  .form form .box textarea {
    font-size: 14px;
  }
  .form form .box .left {
    width: 48%;
  }
  .form form .box .right {
    width: 50%;
  }
  .form form .box .right input {
    font-size: 14px;
  }
  .form form .box .right button {
    font-size: 14px;
  }
  .form form .box .right .txt {
    padding: 10px 0 0 0;
  }
  footer .box .adress .adr {
    width: 100%;
  }
  footer .box .adress .adr,
  footer .box .logo .copy,
  footer .box .cont .tel,
  footer .box .cont .mail {
    font-size: 14px;
    line-height: 20px;
  }
  footer .box .soc .desing {
    margin: 30px 0 0 0;
  }
  footer .box .logo svg {
    margin-bottom: 35px;
  }
  footer {
    padding: 40px 0 25px 0;
  }
  footer .box .soc ul {
    margin: 0;
  }
  footer .box .soc .desing a {
    font-size: 14px;
    align-items: baseline;
  }
  footer .box .soc .desing a img {
    margin: 0 0 0 9px;
    transform: translateY(2px);
  }
  .articl .video {
    width: 100%;
  }
  .articl .text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .articl .text p {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .articl .text {
    margin-bottom: 30px;
  }
  .glava .blago {
    width: 65%;
  }
  .polezno .title {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
  }
  .polezno .box .item .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .bot a.btn {
    font-size: 16px;
  }
  .priz .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .priz .btn {
    font-size: 16px;
  }
  .idea .text {
    font-size: 20px;
  }
  .articl h1 {
    margin-bottom: 30px;
  }
  .berem {
    margin: 50px 0;
  }
  .berem .img {
    margin-top: 30px;
  }
  .berem .info {
    margin: 30px 0 0 0;
    font-size: 22px;
  }
  .berem .info__title {
    max-width: 415px;
  }
  .berem .info__time-title {
    margin-right: 20px;
  }
  .directions {
    margin-bottom: 30px;
  }
  .stadii {
    margin: 30px 0;
  }
  .stadii .title {
    margin-bottom: 30px;
  }
  .stadii .slick-list {
    padding: 0 147px;
  }
  .proizvod .title {
    padding: 0 0 10px 75px;
    margin-bottom: 30px;
  }
  .proizvod .slick-list {
    padding: 0 147px;
  }
  .proizvod .baner img {
    height: auto;
  }
  .proizvod .text {
    font-size: 16px;
  }
  .proizvod {
    margin: 30px 0 0 0;
  }
  .proizvod .slider {
    margin: 30px 0;
  }
  .proizvod .text p {
    margin-bottom: 10px;
  }
  .otzivi .box .left h1 {
    margin-bottom: 30px;
  }
  .otzivi .box .left .text p {
    margin-bottom: 10px;
  }
  .otzivi .box .left .otziv {
    margin: 30px 0 0 0;
    padding-bottom: 70px;
  }
  .otzivi .box .left .otziv .text {
    padding: 0 0 0 60px;
  }
  .otzivi .box .left .otziv .podpis {
    padding: 0 0 0 60px;
    margin: 30px 0 0 0;
    flex-wrap: wrap;
  }
  .otzivi .box .left .otziv .podpis .name {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  .otzivi .box .left .otziv .podpis .doc {
    margin: 0;
  }
  .otzivi .box .left .otziv .podpis .doc a {
    padding: 5px 0 10px 30px;
    font-size: 14px;
  }
  .otzivi .slick-arrow.slick-prev {
    left: 0;
  }
  .otzivi .slick-arrow.slick-next {
    left: 70px;
  }
  .otzivi .box .right .messea .title {
    font-size: 28px;
    line-height: 35px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .otzivi .box .right .messea .text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .otzivi .box .right .messea form .form-group {
    margin-bottom: 10px;
  }
  .otzivi .box .right .messea form input {
    font-size: 14px;
  }
  .otzivi .box .right .messea form button.btn {
    font-size: 14px;
  }
  .otzivi .box .right .messea {
    margin: 50px 0 0 0;
    padding: 30px;
  }
  .otzivi .box .right .mnogo {
    margin: 30px 0 0 0;
  }
  .otzivi .box .right .mnogo .title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .otzivi .box .right .mnogo .item .zag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .otzivi .box .right .mnogo .item .text {
    width: 100%;
    font-size: 14px;
  }
  .otzivi {
    margin: 30px 0;
  }
  .media .box .left h1 {
    margin-bottom: 30px;
  }
  .media .box .left .medias .title {
    font-size: 28px;
    line-height: 35px;
  }
  .media .slick-arrow {
    top: -90px;
  }
  .media .box .left .content .bot a.btn.pdf {
    margin-left: 0;
  }
  .media .box .left .slider-med .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .media .box .left .slider-med .zag a {
    font-size: 18px;
    line-height: 20px;
  }
  .media .box .left .slider-med .zag {
    margin-bottom: 10px;
  }
  .media .box .left .slider-med .text {
    font-size: 14px;
  }
  .media .box .right .messea .title,
  .media .box .right .messea .form__reminder__title {
    font-size: 28px;
    line-height: 35px;
    width: 100%;
  }
  .media .box .right .messea .title {
    margin: 0 auto 10px auto;
  }
  .media .box .right .messea .text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .media .box .right .messea form .form-group {
    margin-bottom: 10px;
  }
  .media .box .right .messea form input {
    font-size: 14px;
  }
  .media .box .right .messea form button.btn {
    font-size: 14px;
  }
  .media .box .right .messea {
    margin: 50px 0 0 0;
    padding: 30px;
  }
  .media .slick-slide {
    width: 295px;
    margin-right: 15px;
  }
  .region .maps .img img {
    display: none;
  }
  .region .maps .img {
    height: 585px;
    background: url(../img/map1.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .region .maps .btn:not(.btn-more) {
    display: none;
    width: 48.5%;
    height: 100%;
    background: none;
    transition: all 0.5s;
    position: initial;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .region .maps .btn:not(.btn-more):before {
    display: none;
  }
  .region .maps .btn:not(.btn-more):focus {
    width: 48.5%;
    height: 100%;
    z-index: 1000000;
  }
  .contact .title {
    margin-bottom: 30px;
  }
  .contact .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contact .info {
    margin-bottom: 30px;
  }
  .contact .info .nav-tabs .nav-link {
    font-size: 18px;
    height: 90px;
  }
  .contact .info .box .otdel .name {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .contact .info .box .otdel .tel,
  .contact .info .box .otdel .mail {
    font-size: 18px;
  }
  .contact .info .box .priem .mail {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact .info .box .rezij .name {
    font-size: 28px;
    line-height: 35px;
  }
  .contact .info .box .rab .item {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact .info .box:last-child {
    padding: 30px 0 0 0;
  }
  .contact .info .box .text {
    font-size: 18px;
  }
  .contact .info .box .rezij .mail {
    font-size: 18px;
  }
  .contact .info .tab-content {
    padding: 20px;
  }
  #map,
  #map-msk {
    height: 400px;
    overflow: hidden;
  }
  .rekvizit {
    padding: 50px 0;
  }
  .rekvizit .box .title {
    font-size: 28px;
    line-height: 35px;
  }
  .rekvizit .box .item ul li {
    font-size: 18px;
  }
  .region {
    margin: 50px 0;
  }
  .region .maps {
    margin: 30px 0;
  }
  .region .text {
    font-size: 18px;
  }
  .zakvaski h1 {
    margin-bottom: 30px;
  }
  .zakvaski .text {
    margin-bottom: 30px;
  }
  .zakvaski .box .right .menu .zag {
    font-size: 28px;
    line-height: 35px;
  }
  .zakvaski .box .right .menu ul li a {
    font-size: 18px;
    display: block;
  }
  .zakvaski .box .right {
    width: 27%;
  }
  .zakvaski .box .left {
    width: 72%;
  }
  .zakvaski .box .left .item {
    margin-bottom: 30px;
  }
  .zakvaski .box .left .item .info .head .zag {
    line-height: 25px;
  }
  .zakvaski .box .left .item .info {
    width: 60%;
  }
  .zakvaski .box .left .item .info .link a {
    font-size: 16px;
    padding: 17px 20px;
  }
  .zakvaski .box .left .item .info .art,
  .zakvaski .box .left .item .info .txt,
  .zakvaski .box .left .item .info .boot .blok .txt {
    font-size: 16px;
  }
  .recept-page .box .left .vertical .slider-nav .slick-slide {
    height: 132px;
  }
  .recept-page .box .left .vertical .slider-nav img {
    width: 100%;
    height: 100%;
  }
  .recept-page .box .left {
    width: 100%;
  }
  .recept-page .box .left .vertical .slider-nav {
    width: 100%;
    display: none;
  }
  .recept-page .box .left .vertical .slider-for-wrap {
    width: 400px;
    margin: 0 auto;
  }
  .recept-page .box .left .vertical .slider-for {
    margin-bottom: 20px;
    height: 400px;
  }
  .recept-page .box .left .vertical {
    height: auto;
  }
  .recept-page .box .left .vertical .slider-for .slick-list {
    height: 400px;
  }
  .recept-page .box .right {
    width: 100%;
  }
  .recept-page .box .right .art {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recept-page .box .right .text-slider p {
    font-size: 16px;
  }
  .recept-page .box .right .text-slider {
    padding: 0 30px 0 0;
    margin-bottom: 15px;
  }
  .recept-page .box .right .boot .blok .icon {
    width: 55px;
  }
  .recept-page .box .right .boot .blok .txt {
    font-size: 16px;
    width: 90%;
  }
  .recept-page .box .right .boot .blok {
    margin-bottom: 15px;
  }
  .recept-page .right .link {
    width: 300px;
    margin: 30px 0 0 0;
  }
  .form.cena form .box {
    padding: 0;
  }
  .form.cena .title {
    width: 38%;
    margin-bottom: 0;
  }
  .form.cena form .box .left {
    width: 38%;
  }
  .form.cena form .box .right {
    width: 60%;
  }
  .form.cena .heading {
    padding: 0;
    margin-bottom: 30px;
  }
  .form.cena .text {
    width: 60%;
    font-size: 18px;
    padding: 0;
  }
  .interes .slider-inter .zag {
    font-size: 18px;
  }
  .zakvaski.razdel .box .left .item .bot a.btn.white {
    padding: 16px 60px 16px 20px;
    margin-right: 0;
  }
  .zakvaski.razdel .box .left .item .bot a.btn {
    margin-right: 5px;
  }
  .zakvaski.razdel .box .left .item .info .txt {
    margin-bottom: 30px;
    width: 100%;
  }
  .recept-page.product .right .link {
    width: 40%;
  }
  .klientam h1 {
    margin-bottom: 30px;
  }
  .klientam .text {
    margin-bottom: 30px;
  }
  .klientam .text p {
    margin-bottom: 10px;
  }
  .klientam .info {
    padding: 30px;
    margin-bottom: 30px;
  }
  .klientam .info h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .klientam .info ul li {
    padding: 0 0 0 40px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .klientam .bot a.btn {
    font-size: 18px;
  }
  .klientam .bot {
    margin-bottom: 30px;
  }
  .klientam .bot + .info h2 {
    margin-bottom: 30px;
  }
  .klientam .red {
    padding: 50px 30px 30px 30px;
    margin-bottom: 30px;
  }
  .otxivi .box .otziv .zag {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .otxivi .box .otziv .podpis {
    font-size: 18px;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter .zag {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn {
    padding: 16px 130px 16px 20px;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter {
    margin-bottom: 30px;
  }
  .interes .back .btn {
    font-size: 18px;
  }
  .error h1 {
    margin: 30px 0;
  }
  .error .text {
    font-size: 18px;
    line-height: 25px;
  }
  .error .bot a.btn {
    font-size: 18px;
  }
  .error {
    padding: 30px 0 100px 0;
  }
  .klientam .info.hide + .bot,
  .klientam .red + .bot {
    margin: 30px 0;
  }
  .klientam .info.hide + .bot .zag,
  .klientam .red + .bot .zag {
    font-size: 38px;
    line-height: 45px;
  }
  .klientam .info.hide + .bot a.btn,
  .klientam .red + .bot a.btn {
    width: 35%;
    margin: 15px 0 0 0;
  }
  .klientam .info.hide {
    padding: 30px;
  }
  .klientam .info.hide ul {
    width: 100%;
  }
  .klientam .info.hide ul li {
    padding: 0 0 0 40px;
  }
  .marker-list li::before {
    top: 4px;
  }
  .marker-list li::after {
    top: 9px;
  }
  .klientam .info.hide .bot {
    margin: 30px 0 0 40px;
  }
  .klientam .info.hide .bot a.btn {
    font-size: 16px;
  }
  .klientam.dis .text a.btn {
    margin: 30px 0;
  }
  .klientam.dis .maps {
    margin: 30px 0;
  }
  .klientam.dis .maps .img img {
    display: none;
  }
  .klientam.dis .maps .img {
    height: 585px;
    background: url(../img/map1.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .klientam.dis .maps .btn:not(.btn-more) {
    display: none;
    width: 48.5%;
    height: 100%;
    background: none;
    transition: all 0.5s;
    position: initial;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .klientam.dis .maps .btn:not(.btn-more):before {
    display: none;
  }
  .klientam.dis .maps .btn:not(.btn-more):focus {
    width: 48.5%;
    height: 100%;
  }
  .media.news-page .box .right .messea {
    margin: 120px 0 0 0;
  }
  .media.news-page .box .left .medias .item .zag a {
    font-size: 18px;
    line-height: 25px;
  }
  .media.news-page .box .left .medias .item .text {
    font-size: 14px;
  }
  .media.news-page .box .left .medias .item .date {
    font-size: 14px;
  }
  .media.news-page .box .right .menu .title {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 20px 0;
  }
  .media.news-page .box .right .menu {
    margin: 40px 0 0 0;
  }
  .media.news-page .box .right .menu ul li a {
    font-size: 18px;
    line-height: 25px;
  }
  .media.news-page .box .right .menu ul li a span {
    font-size: 14px;
  }
  .pagination .page-item .page-link.active {
    font-size: 18px;
    line-height: 25px;
  }
  .pagination .page-item .page-link {
    font-size: 18px;
    line-height: 20px;
  }
  .insta .title {
    margin-bottom: 30px;
  }
  .media {
    margin: 30px 0;
  }
  .insta ul li a .none .like i,
  .insta ul li a .none .mess i {
    font-size: 16px;
    line-height: 20px;
  }
  .insta ul li a .none {
    padding: 10px 20px 0 35px;
  }
  .media .box .left .head .delit {
    width: 100%;
    padding: 15px;
  }
  .media .box .left .head .date {
    width: 26%;
  }
  .media .box .left .star {
    margin-bottom: 0;
  }
  .media .box .left .content p {
    font-size: 16px;
  }
  .media .box .left .content ul li {
    font-size: 16px;
  }
  .media .box .left .content blockquote {
    font-size: 16px;
    padding: 30px 50px;
  }
  .media .box .left .content ol li {
    font-size: 16px;
  }
  .drop-stati {
    margin: 0;
    padding: 30px 0;
  }
  .drop-stati .title {
    font-size: 28px;
    line-height: 35px;
  }
  .drop-stati .box .item {
    width: 49%;
    margin-bottom: 20px;
  }
  .drop-stati .box .item .img {
    height: auto;
  }
  .drop-stati .box .item .zag a {
    font-size: 16px;
  }
  .zakvaski.uspex .box .left {
    width: 100%;
  }
  .zakvaski.uspex .box .left .item .info .date {
    width: 100%;
    margin: 30px 0;
  }
  .zakvaski.uspex .box .left .item .info .date .dat {
    font-size: 16px;
  }
  .proekt h1 {
    margin-bottom: 30px;
  }
  .proekt .content .date {
    margin: 30px 0;
  }
  .proekt .content .date .dat {
    font-size: 16px;
  }
  .proekt .content h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .proekt .content figure {
    margin: 30px 0;
  }
  .proekt .content figure p {
    height: auto;
  }
  .proekt .content figure figcaption {
    font-size: 16px;
  }
  .proekt .content ul {
    margin: 30px 0;
  }
  .profit h1 {
    margin-bottom: 30px;
  }
  .profit .text {
    margin-bottom: 30px;
  }
  .profit .title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .profit .box {
    margin-bottom: 30px;
  }
  .profit .box .tel,
  .profit .box .mail {
    font-size: 18px;
    padding: 10px 0 10px 55px;
  }
  .profit .card-header {
    padding: 20px;
  }
  .profit .card-header .adress {
    font-size: 18px;
  }
  .profit .card-header .btn-link {
    font-size: 16px;
    padding: 0 60px 0 0;
  }
  .profit .docs a.item {
    font-size: 14px;
    padding: 12px 0 12px 50px;
  }
  .profit .base .title {
    margin-bottom: 30px;
  }
  .profit .base ul li {
    padding: 0 0 0 50px;
    margin-bottom: 10px;
  }
  .profit .base {
    margin: 30px 0;
  }
  .iforma h1 {
    margin-bottom: 30px;
  }
  .iforma .text {
    margin-bottom: 30px;
  }
  .iforma .card .card-header .btn {
    font-size: 28px;
    line-height: 35px;
    padding: 20px;
    padding-right: 90px;
  }
  .iforma .card .card-body p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .iforma .card .card-body .box .item span {
    font-size: 16px;
    line-height: 20px;
  }
  .iforma .card .card-body .box .item {
    font-size: 18px;
    line-height: 25px;
  }
  .iforma .card .card-body .box {
    padding: 20px;
    margin: 30px 0;
  }
  .iforma .card .card-body {
    padding: 20px;
  }
  .iforma .card .card-body .rab .item .zag {
    font-size: 20px;
    line-height: 25px;
  }
  .iforma .card .card-body .rab .item ul li:before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
  }
  .iforma .card .card-body .rab .item ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 15px;
    width: 100%;
  }
  .profit .title {
    font-size: 28px;
    line-height: 35px;
  }
  .rekvizit .box .text {
    font-size: 18px;
  }
  .iforma + .profit {
    margin: 30px 0;
  }
  .iforma {
    margin: 30px 0;
  }
  .form.rabota {
    padding: 30px 0;
  }
  .form.rabota .title {
    font-size: 38px;
    line-height: 45px;
  }
  .form.rabota .text {
    font-size: 18px;
  }
  .form.rabota form .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .form.rabota form input,
  .form.rabota form textarea {
    font-size: 16px;
  }
  .form.rabota form label[for="files"] {
    font-size: 16px;
  }
  .form.rabota form .bot .btn {
    font-size: 16px;
  }
  .sarch-page .rezult {
    font-size: 18px;
  }
  .sarch-page .rezult + form {
    width: 100%;
  }
  .sarch-page .rezult + form input {
    font-size: 16px;
  }
  .sarch-page .media.news-page .box .left .medias {
    margin: 30px -10px;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item .img {
    height: 338px;
    margin-bottom: 23px;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item .zag {
    font-size: 18px;
  }
  .sarch-page .media.news-page .box .left .medias .link a {
    font-size: 18px;
  }
  .sarch-page .back {
    max-width: 325px;
  }
  .sarch-page .back .btn {
    font-size: 18px;
  }
  .izbronoe .text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .izbronoe .text p {
    margin-bottom: 10px;
  }
  .izbronoe .bot {
    margin: 0 0 30px 0;
  }
  .izbronoe .bot a.btn {
    font-size: 16px;
  }
  .izbronoe .box {
    margin-left: -5px;
    margin-right: -5px;
  }
  .izbronoe .box .item {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .izbronoe .box .item .zag {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .izbronoe .box .item .zag span {
    font-size: 16px;
  }
  .izbronoe .box .item .bot a.btn {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .navbar-expand-xl .bottom .icons {
    justify-content: center;
    order: 1;
  }
  .home .head {
    padding: 170px 0 50px 0;
    margin: -160px 0 0 0;
  }
  .home .head h1 {
    width: 100%;
  }
  .home .head .text {
    width: 100%;
  }
  .home .links a {
    font-size: 20px;
  }
  .home .links a span {
    font-size: 16px;
    margin: -13px 0 0 0;
  }
  .recept .box .left ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .recept .box .left ul li a {
    padding: 15px 25px;
  }
  .recept .box .right {
    width: 56%;
    height: 440px;
  }
  .recept .box .left {
    width: 41%;
  }
  .klientam__item {
    width: calc(100% / 2 - 54px);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .klientam__item::before {
    transform: translate(-50%, -50%) scale(0.75);
  }
  .home .recept .box .right .img {
    height: 440px;
  }
  .home .tehnlog form .bot .btn {
    padding: 10px 35px;
  }
  .home .tehnlog form .bot .txt {
    padding: 0 0 0 15px;
  }
  .home .klientam .box .link {
    width: 25%;
  }
  .home .otzivi {
    margin: 50px 0;
    padding: 30px 0 60px 0;
  }
  .home .otzivi .box .right .podpis .name {
    font-size: 14px;
  }
  .home .medias .slick-slide {
    width: 355px;
  }
  .home .medias .slider-med .zag a {
    font-size: 16px;
    line-height: 20px;
  }
  .home .medias {
    margin: 50px 0;
  }
  .form {
    padding: 50px 0;
  }
  .form .title {
    margin-bottom: 30px;
  }
  .form form .box .right button {
    padding: 10px;
  }
  .form form .box .right .txt {
    padding: 5px 0 0 0;
  }
  footer .box .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .box .logo svg {
    width: 200px;
    margin: 0 auto 10px auto;
    display: block;
  }
  footer .box .adress .adr,
  footer .box .logo .copy,
  footer .box .cont .tel,
  footer .box .cont .mail {
    text-align: center;
  }
  footer .box .cont {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .box .cont .zag {
    margin: 0 0 10px 0;
  }
  footer .box .adress {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .box .adress .zag {
    margin: 0 0 10px 0;
  }
  footer .box .soc {
    width: 100%;
  }
  footer .box .soc ul {
    justify-content: center;
    margin: 0 auto;
    width: 300px;
  }
  footer .box .soc .desing {
    margin: 20px auto 0 auto;
    width: 250px;
  }
  footer .box .soc .desing a {
    height: 30px;
  }
  footer {
    padding: 30px 0;
  }
  .modal-dialog .modal-content .modal-body .box .right {
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .box .left {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .modal-dialog .modal-content .modal-body .box .right .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .articl .video {
    height: auto;
    margin-bottom: 30px;
  }
  .articl h1 {
    margin-bottom: 30px;
  }
  .breadcrumb li a {
    font-size: 14px;
  }
  .breadcrumb-item.active {
    font-size: 14px;
    padding: 10px 0 0 10px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 10px;
  }
  .glava .blago p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .glava .blago {
    width: 49%;
  }
  .polezno {
    margin: 30px 0 0 0;
  }
  .polezno .title {
    font-size: 25px;
    line-height: 35px;
  }
  .polezno .box .item {
    width: 100%;
  }
  .polezno .box .item .text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .polezno .box .item .num {
    font-size: 25px;
    margin: 0 auto 10px auto;
    background-size: 100px !important;
    background-position: 50% !important;
  }
  .priz .title {
    font-size: 25px;
    line-height: 35px;
  }
  .priz {
    margin: 30px 0 0 0;
    padding: 50px 0;
  }
  .idea {
    padding: 140px 0 110px 0;
  }
  .idea .title {
    font-size: 25px;
    line-height: 35px;
  }
  .idea .text {
    font-size: 16px;
  }
  .iforma .card .card-body .box .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .iforma .card .card-body .box .item span {
    margin-bottom: 0;
  }
  .berem .title {
    font-size: 25px;
  }
  .berem .info {
    font-size: 20px;
    flex-direction: column;
  }
  .berem .info__title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .stadii .title {
    font-size: 25px;
    line-height: 35px;
  }
  .stadii .slick-list {
    padding: 0 34px;
  }
  .stadii .slick-arrow.slick-prev {
    left: 0;
  }
  .stadii .slick-arrow.slick-next {
    right: 0;
  }
  .proizvod .title {
    font-size: 25px;
    line-height: 35px;
    padding: 10px 0 10px 75px;
  }
  .proizvod .slick-list {
    padding: 0 27px;
  }
  .proizvod .slick-arrow.slick-prev {
    left: 0;
  }
  .proizvod .slick-arrow.slick-next {
    right: 0;
  }
  .otzivi .box .left .text {
    font-size: 16px;
  }
  .otzivi .box .left .otziv .text {
    font-size: 16px;
  }
  .otzivi .box .right .messea {
    padding: 20px;
  }
  .otzivi .box .right .messea .title {
    font-size: 20px;
    line-height: 25px;
  }
  .otzivi .box .right .mnogo .title {
    font-size: 20px;
    line-height: 25px;
  }
  .maps .bot .btn-more {
    font-size: 14px;
  }
  .media .box .left .text {
    font-size: 16px;
  }
  .media .box .left .text p {
    margin-bottom: 10px;
  }
  .media .box .right .messea {
    padding: 20px;
  }
  .media .box .right .messea .title,
  .media .box .right .messea .form__reminder__title {
    font-size: 20px;
    line-height: 25px;
  }
  .media .slick-slide {
    width: 445px;
  }
  .media {
    margin: 30px 0;
  }
  .contact .info .box .otdel,
  .contact .info .box .priem,
  .contact .info .box .rezij,
  .contact .info .box .rab,
  .contact .info .box .text,
  .contact .info .box .text + .rezij {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .info .box .priem {
    display: none;
  }
  .rekvizit .box .title,
  .rekvizit .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .region .maps .img {
    height: 435px;
  }
  .contact .info .nav-tabs {
    flex-wrap: wrap;
  }
  .contact .info .nav-tabs .nav-item:first-child {
    margin-bottom: 0;
  }
  .product h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .product .text {
    font-size: 14px;
  }
  .product .box .item .img a {
    height: 250px;
  }
  .product .box .item .title {
    font-size: 18px;
    line-height: 25px;
  }
  .product .box .item .img {
    margin-bottom: 10px;
  }
  .product .box .item .img a:after {
    right: 10px;
    bottom: 10px;
  }
  .product + .idea {
    padding: 140px 0 110px 0;
  }
  .zakvaski .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .zakvaski .box .right {
    width: 100%;
  }
  .zakvaski .box .right .menu .zag {
    font-size: 18px;
    line-height: 25px;
    padding: 20px;
  }
  .zakvaski .box .right .menu ul {
    padding: 20px;
  }
  .zakvaski .box .right .menu ul li a {
    font-size: 16px;
  }
  .zakvaski h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .zakvaski .text {
    font-size: 16px;
  }
  .zakvaski {
    margin: 30px 0;
  }
  .zakvaski .box .left .item .info .link a {
    padding: 10px 20px;
  }
  .zakvaski .box .left .item .info .head .zag {
    width: 100%;
    margin-bottom: 10px;
  }
  .zakvaski .box .left .item .info .art {
    margin: 10px 0;
  }
  .zakvaski .box .left .item .info .boot .blok {
    width: 100%;
    margin-top: 10px;
  }
  .zakvaski .box .left .item .info .boot .blok .icon {
    height: 45px;
  }
  .recept-page {
    margin: 30px 0;
  }
  .form.cena {
    padding: 50px 0;
  }
  .interes .title {
    margin-bottom: 30px;
  }
  .recept + .idea {
    min-height: 340px;
  }
  .zakvaski.razdel .box .left .item .info .head .zag {
    margin-bottom: 10px;
  }
  .zakvaski.razdel .box .left .item .info .txt {
    margin-bottom: 10px;
  }
  .zakvaski.razdel .box .left .item .bot a.btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .zakvaski.razdel .text {
    margin-bottom: 30px;
  }
  .recept-page.product .right .link a {
    font-size: 14px;
  }
  .recept-page.product {
    margin: 30px 0;
  }
  .interes {
    margin: 30px 0;
  }
  .recept-page.product ~ .interes .slider-inter {
    margin-bottom: 30px;
  }
  .klientam h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .klientam .text {
    font-size: 16px;
  }
  .klientam {
    margin: 30px 0 0 0;
  }
  .klientam .info ul li {
    font-size: 16px;
  }
  .klientam .bot a.btn {
    font-size: 16px;
  }
  .klientam .red {
    font-size: 16px;
  }
  .otxivi {
    padding: 50px 0;
  }
  .otxivi .box .title {
    font-size: 28px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 30px;
  }
  .otxivi .box .otziv {
    width: 100%;
  }
  .otxivi .box .otziv .zag {
    line-height: 25px;
  }
  .otxivi .box .otziv .podpis {
    font-size: 16px;
  }
  .interes .slider-inter .slick-arrow {
    top: -75px;
  }
  .interes .title {
    font-size: 28px;
  }
  .otxivi + .interes .slider-inter {
    margin-bottom: 40px;
  }
  .otxivi + .interes .slider-inter + .title {
    width: 83%;
    margin-bottom: 20px;
  }
  .interes .back .btn {
    font-size: 16px;
  }
  .interes .back {
    width: 40%;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn {
    padding: 16px 90px 16px 20px;
    font-size: 16px;
  }
  .error .text {
    font-size: 14px;
    line-height: 20px;
  }
  .error .bot a.btn {
    font-size: 16px;
  }
  .error .bot {
    width: 50%;
    margin: 0 auto;
  }
  .klientam .title {
    font-size: 28px;
  }
  .klientam .info.hide ul li {
    font-size: 16px;
  }
  .klientam .info.hide + .bot .zag,
  .klientam .red + .bot .zag {
    font-size: 28px;
    line-height: 35px;
  }
  .klientam .info.hide + .bot a.btn,
  .klientam .red + .bot a.btn {
    width: 40%;
    margin: 0;
    font-size: 16px;
    padding: 0 15px;
  }
  .klientam.dis .text a.btn {
    font-size: 14px;
    padding: 10px 35px;
  }
  .klientam.dis .maps .img {
    height: 435px;
  }
  .klientam.dis .info h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .klientam .info.hide .bot a.btn {
    padding: 15px 102px 15px 30px;
  }
  .klientam.dis .info {
    margin-bottom: 30px;
  }
  .media.news-page .box .left {
    width: 100%;
  }
  .media.news-page .box .right {
    width: 100%;
  }
  .media.news-page .box .right .messea {
    margin: 30px 0 0 0;
  }
  .insta {
    margin: 30px 0 0 0;
  }
  .insta ul li a .none .like i,
  .insta ul li a .none .mess i {
    font-size: 14px;
    margin: 5px 0 0 0;
    display: block;
  }
  .insta ul li a .none .like img,
  .insta ul li a .none .mess img {
    width: 35px;
  }
  .insta ul li a .none .like,
  .insta ul li a .none .mess {
    text-align: center;
  }
  .insta ul li a .none .like {
    margin-right: 20px;
  }
  .insta ul li a .none {
    padding: 10px 10px 0 10px;
    justify-content: center;
  }
  .media .box .left .content h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .zakvaski.uspex .box .left .item .info {
    width: 100%;
  }
  .zakvaski.uspex .box .left .item .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 225px;
  }
  .zakvaski.uspex .box .left .item .info .link {
    width: 200px;
  }
  .zakvaski.uspex .box .left .item {
    margin-bottom: 30px;
  }
  .proekt h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .proekt .content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .proekt .content p {
    font-size: 16px;
  }
  .proekt .content .date .dat {
    font-size: 14px;
  }
  .proekt .content ul li {
    font-size: 16px;
  }
  .proekt .content figure figcaption {
    font-size: 14px;
  }
  .profit h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .profit .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .profit .title {
    font-size: 28px;
    line-height: 35px;
  }
  .profit .box .tel,
  .profit .box .mail {
    font-size: 14px;
    padding: 13px 0 13px 50px;
  }
  .profit .card-header .adress {
    font-size: 16px;
  }
  .profit .card-header .btn-link {
    font-size: 14px;
    padding: 0 50px 0 0;
  }
  .profit .docs {
    margin: 30px 0 0 0;
  }
  .profit .docs a.item {
    font-size: 14px;
    padding: 12px 0 12px 50px;
    width: 33%;
    margin-bottom: 15px;
  }
  .profit .base .title {
    font-size: 28px;
    line-height: 35px;
  }
  .profit .base ul li {
    font-size: 16px;
    padding: 0 0 0 35px;
  }
  .profit .card-body #map,
  .profit .card-body #map-1 {
    height: 400px;
  }
  .rekvizit .box .text {
    font-size: 16px;
  }
  .stadii .slick-slide {
    width: 620px;
  }
  .stadii .slick-slide img {
    height: 386px;
  }
  .idea_prod {
    min-height: 340px;
  }
  .iforma h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .iforma .text {
    font-size: 16px;
  }
  .iforma .card .card-body p {
    font-size: 16px;
  }
  .iforma .card .card-body .box .item span {
    font-size: 14px;
  }
  .iforma .card .card-body .box .item {
    font-size: 16px;
    line-height: 20px;
  }
  .iforma .card .card-body .rab .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .form.rabota .text {
    font-size: 16px;
    width: 100%;
  }
  .form.rabota form input,
  .form.rabota form textarea {
    font-size: 14px;
  }
  .form.rabota form label[for="files"] {
    font-size: 14px;
  }
  .form.rabota form .bot .btn {
    font-size: 14px;
  }
  .form.rabota form .bot .txt {
    width: 60%;
  }
  .sarch-page h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .sarch-page .rezult {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sarch-page .rezult + form input {
    font-size: 14px;
    width: 90%;
    margin: 0;
  }
  .sarch-page .title {
    font-size: 28px;
    line-height: 35px;
  }
  .sarch-page .media.news-page .box .left .medias .link a {
    font-size: 16px;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item .zag {
    font-size: 16px;
  }
  .sarch-page .media.news-page .box .right .messea {
    margin: 30px 0 0 0;
  }
  .sarch-page .back {
    max-width: 275px;
  }
  .sarch-page .back .btn {
    font-size: 16px;
  }
  .izbronoe h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .izbronoe .text {
    font-size: 16px;
  }
  .izbronoe .box .item {
    width: calc(33.3% - 10px);
  }
  .izbronoe .box .item .zag {
    font-size: 18px;
  }
  .izbronoe .box .item .zag span {
    font-size: 14px;
  }
  .home .recept .box .right {
    height: auto;
  }
  .social-slider .slick-list {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .navbar-light .navbar-brand {
    margin: 0;
  }
  .home .navbar-expand-xl .bottom {
    padding-top: 10px;
  }
  .home .head h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home .head .text {
    font-size: 16px;
  }
  .home .head {
    padding: 140px 0 100px 0;
    margin: -80px 0 0 0;
  }
  .home .links a {
    font-size: 20px;
    width: 100%;
    padding-top: 30px;
  }
  .home .links a:first-child::before {
    width: calc(100% - 70px);
    height: 3px;
    top: auto;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home .links a span {
    margin: 0;
  }
  .interes .title {
    margin-bottom: 25px;
  }
  .home .interes {
    margin: 30px 0;
  }
  .interes .slider-inter .slick-arrow {
    top: -75px;
  }
  .interes .slider-inter .img {
    height: 330px;
    margin-bottom: 0;
  }
  .interes .slider-inter .slick-slide {
    width: 248px;
    margin-right: 15px;
  }
  .home .interes .slider-inter .zag {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .home .recept {
    padding: 30px 0;
    margin: 0;
  }
  .home .recept .title {
    margin-bottom: 25px;
  }
  .recept .box .left {
    width: 100%;
  }
  .recept-page .box .left .vertical .slider-for-wrap .new {
    font-size: 16px;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
  }
  .recept .box .left ul li {
    width: 49%;
  }
  .recept .box .left ul li a:hover,
  .recept .box .left ul li a.active {
    background: #822c41;
  }
  .recept .box .left ul li a {
    background: #fff;
  }
  .recept .box .right {
    display: none;
    width: 100%;
    height: 340px;
    margin-top: 20px;
  }
  .home .recept .box .right .img {
    height: 330px;
  }
  .home .tehnlog {
    padding: 30px 0;
  }
  .home .tehnlog .title {
    margin-bottom: 25px;
  }
  .home .tehnlog form {
    width: 100%;
    margin: 0;
  }
  .home .tehnlog form.feedback_technology .left,
  .home .tehnlog form.feedback_technology .right {
    width: 100%;
  }
  .home .tehnlog form .form-group {
    margin-bottom: 10px;
  }
  .home .tehnlog form .bot {
    margin: 10px 0 0 0;
  }
  .home .klientam {
    margin: 30px 0 0 0;
  }
  .home .klientam .box .link {
    width: 49%;
  }
  .home .otzivi {
    margin: 30px 0;
  }
  .home .otzivi .box .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .home .otzivi .box .right {
    width: 100%;
  }
  .home .medias {
    margin: 0 0 30px 0;
  }
  .home .medias .slider-med {
    margin: 10px 0 0 0;
    padding-bottom: 0;
  }
  .home .medias .slick-arrow {
    top: -60px;
  }
  .home .medias .slick-slide {
    width: 510px;
    margin-right: 15px;
  }
  .home .medias .slider-med .img,
  .home .medias .slider-med .date,
  .home .medias .slider-med .zag {
    margin-bottom: 10px;
  }
  .form {
    padding: 30px 0;
  }
  .form .title {
    margin-bottom: 25px;
  }
  .form form .box .form-control.desktop {
    display: none;
  }
  .form form .box .form-group.mobile {
    display: block;
  }
  .form form .box .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .form form .box .right {
    width: 100%;
  }
  .form form .box .right .form-group {
    margin-bottom: 10px;
  }
  .form form .box textarea {
    height: 100px;
  }
  footer {
    padding: 30px 0;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 50px 20px 20px 20px;
  }
  .modal-dialog .modal-content .modal-body .close {
    right: 5px;
    top: 5px;
  }
  .modal-dialog .modal-content .modal-body .box .left {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .modal-dialog .modal-content .modal-body .box .left .title {
    font-size: 25px;
    line-height: 35px;
  }
  .modal-dialog .modal-content .modal-body .box .right {
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .box .right .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .box .right form .form-group {
    margin-bottom: 10px;
  }
  .modal-dialog .modal-content .modal-body .box .right form .form-group input {
    font-size: 14px;
  }
  .modal-dialog .modal-content .modal-body .box .right form .bot {
    margin: 0;
  }
  .modal-dialog .modal-content .modal-body .box .right form .bot .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-dialog .modal-content .modal-body .box .right form .bot .txt {
    width: 100%;
    padding: 0;
  }
  .articl {
    margin: 10px 0 0 0;
  }
  .glava .img {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
  }
  .glava .blago {
    width: 100%;
    margin: 0;
  }
  .glava .blago:before {
    margin-bottom: 15px;
  }
  .polezno .bot {
    text-align: center;
    margin-top: 20px;
  }
  .polezno .bot .btn {
    width: 100%;
  }
  .form form .box .right .bot {
    margin: 10px 0 0 0;
  }
  .articl h1 {
    font-size: 40px;
  }
  .articl .text .bot {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .articl .text .bot .btn {
    width: 100%;
  }
  .stadii .slick-list {
    padding: 0 38px;
  }
  .stadii .slick-slide {
    width: 430px;
  }
  .stadii .slick-slide img {
    height: 330px;
    opacity: 1;
  }
  .stadii .bot {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .stadii .bot .btn {
    width: 100%;
  }
  .proizvod .title {
    padding: 0 0 0 75px;
  }
  .proizvod .slick-slide {
    width: 450px;
    margin-left: 15px;
  }
  .proizvod .slick-list {
    padding: 0 30px;
  }
  .proizvod .slick-slide img {
    height: 190px;
    opacity: 1;
  }
  .priz .bot {
    text-align: center;
  }
  .priz .bot .btn {
    width: 100%;
  }
  .otzivi .box .left {
    width: 100%;
  }
  .otzivi .box .left h1 {
    font-size: 40px;
  }
  .otzivi .box .right {
    width: 100%;
  }
  .otzivi .box .right .messea {
    margin-top: 30px;
  }
  .media .box .left {
    width: 100%;
  }
  .media .box .left h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .media .box .left .foot .back {
    width: 100%;
  }
  .media .box .right {
    width: 100%;
  }
  .media .box .right .messea {
    margin-top: 30px;
  }
  .contact .title {
    font-size: 40px;
    line-height: 50px;
  }
  .contact .text {
    font-size: 14px;
  }
  .contact .info .nav-tabs .nav-link {
    font-size: 14px;
  }
  .contact .info .box .otdel .name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .contact .info .box .otdel .tel,
  .contact .info .box .otdel .mail {
    font-size: 14px;
  }
  .contact .info .box .priem,
  .contact .info .box .rezij,
  .contact .info .box .rab,
  .contact .info .box .text,
  .contact .info .box .text + .rezij {
    margin-bottom: 10px;
  }
  .contact .info .box .otdel {
    margin-bottom: 15px;
  }
  .contact .info .box .priem .mail {
    font-size: 14px;
  }
  .contact .info .box .rezij .name {
    font-size: 18px;
    line-height: 25px;
  }
  .contact .info .box .rab .item {
    font-size: 14px;
  }
  .contact .info .box:last-child {
    padding: 20px 0 0 0;
  }
  .contact .info .box .text {
    font-size: 14px;
  }
  .contact .info .box .text + .rezij {
    margin: 0 0 10px 0;
  }
  .contact .info .box .rezij .mail {
    font-size: 14px;
  }
  #map,
  #map-msk {
    height: 300px;
  }
  .rekvizit {
    padding: 30px 0;
  }
  .rekvizit .box .title {
    font-size: 18px;
    line-height: 25px;
  }
  .rekvizit .box .title,
  .rekvizit .box .item {
    margin-bottom: 10px;
  }
  .rekvizit .box .item ul li {
    font-size: 14px;
  }
  .region {
    margin: 30px 0;
  }
  .region .title {
    font-size: 30px;
    line-height: 35px;
  }
  .region .maps .img {
    height: 325px;
  }
  .region .text {
    font-size: 14px;
  }
  .product {
    margin: 30px 0;
  }
  .product h1 {
    margin-bottom: 10px;
  }
  .product .box .item {
    width: 100%;
  }
  .zakvaski h1 {
    margin-bottom: 10px;
  }
  .zakvaski .text {
    font-size: 14px;
  }
  .zakvaski .box .left .item .img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .zakvaski .box .left .item .info {
    width: 100%;
  }
  .zakvaski .box .left .item .info .link.mobile {
    display: block;
    width: 100%;
  }
  .zakvaski .box .left .item .info .link.desktop {
    display: none;
  }
  .zakvaski .box .left .item .info .link a {
    font-size: 14px;
  }
  .zakvaski .box .left .item .info .art,
  .zakvaski .box .left .item .info .txt,
  .zakvaski .box .left .item .info .boot .blok .txt {
    font-size: 14px;
  }
  .zakvaski .box .left .item .info .boot .blok {
    display: none;
  }
  .zakvaski .box .left .bot a.btn {
    width: 100%;
  }
  .recept-page .box .right h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .recept-page .box .right .art {
    font-size: 14px;
  }
  .recept-page .box .right .text-slider p {
    font-size: 14px;
  }
  .recept-page .box .right .boot .blok .txt {
    font-size: 14px;
    width: 85%;
  }
  .recept-page .right .link {
    width: 100%;
  }
  .recept-page .right .link a {
    font-size: 14px;
  }
  .form.cena {
    padding: 30px 0;
  }
  .form.cena form .box .left {
    width: 100%;
  }
  .form.cena form .box .right {
    width: 100%;
  }
  .form.cena .heading {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .form.cena .title,
  .form.cena .text {
    width: 100%;
  }
  .form.cena .title {
    margin-bottom: 20px;
  }
  .form.cena .text {
    font-size: 14px;
  }
  .interes {
    margin: 30px 0;
  }
  .interes .title {
    font-size: 30px;
  }
  .interes .slider-inter .zag {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
  }
  .recept {
    margin: 30px 0 0 0;
    padding: 30px 0;
  }
  .recept-page.product .right .link {
    width: 100%;
  }
  .klientam h1 {
    margin-bottom: 10px;
  }
  .klientam .text {
    font-size: 14px;
  }
  .klientam .title {
    font-size: 28px;
  }
  .klientam .info ul li {
    font-size: 14px;
  }
  .klientam .info.hide .bot {
    margin-left: 0;
  }
  .klientam .bot a.btn {
    font-size: 14px;
  }
  .klientam .red {
    font-size: 14px;
  }
  .klientam.dis .text a.btn {
    width: 100%;
  }
  .otxivi .box .otziv .zag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .otxivi .box .otziv .podpis {
    font-size: 14px;
    line-height: 20px;
  }
  .interes .title {
    font-size: 25px;
  }
  .interes .slider-inter .slick-arrow {
    top: -60px;
  }
  .otxivi + .interes .slider-inter + .title {
    width: 75%;
  }
  .otxivi + .interes .slider-inter ~ .slider-inter .bot a.btn {
    width: 100%;
    font-size: 14px;
  }
  .interes .back .btn {
    font-size: 14px;
  }
  .interes .back {
    width: 50%;
  }
  .error .bot {
    width: 100%;
  }
  .error .bot a.btn {
    padding: 16px 30px;
    width: 100%;
  }
  .klientam .info.hide + .bot .zag,
  .klientam .red + .bot .zag {
    width: 100%;
    margin-bottom: 20px;
  }
  .klientam .info.hide + .bot a.btn,
  .klientam .red + .bot a.btn {
    width: 100%;
    padding: 0 30px;
    font-size: 14px;
  }
  .klientam .info.hide .bot a.btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 100px 10px 30px;
  }
  .klientam .info.hide ul li {
    font-size: 14px;
  }
  .marker-list li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .marker-list li::after {
    width: 4px;
    height: 4px;
    top: 7px;
    left: 5px;
  }
  .klientam.dis .maps .img {
    height: 325px;
  }
  .klientam.dis .text {
    margin-bottom: 30px;
  }
  .insta .slick-arrow {
    top: -10px;
  }
  .media.news-page .box .left .medias {
    margin: 0;
  }
  .media.news-page .box .left .medias .item .img {
    height: 250px;
    margin-bottom: 10px;
  }
  .media.news-page .box .left .medias .item .zag {
    margin-bottom: 10px;
  }
  .media.news-page .box .left .medias .item .zag a {
    font-size: 16px;
    line-height: 20px;
  }
  .media.news-page .box .left .medias .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .media.news-page .box .right .menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .media.news-page .box .right .menu ul li {
    margin-bottom: 15px;
  }
  .media .box .left .content .bot a.btn.pdf {
    width: 100%;
    max-width: 100%;
    padding-right: 112px;
  }
  .insta .title {
    font-size: 28px;
    line-height: 35px;
  }
  .media .box .left .head .date {
    width: auto;
    margin-right: 15px;
  }
  .media .box .left .content p {
    font-size: 14px;
  }
  .media .box .left .content figure figcaption {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  .media .box .left .content figure {
    margin: 15px 0;
  }
  .media .box .left .content ul {
    margin: 15px 0;
  }
  .media .box .left .content ul li {
    font-size: 14px;
  }
  .media .box .left .content ul li:before {
    width: 5px;
    height: 5px;
    margin: 0 7px 3px 0;
  }
  .media .box .left .content p span {
    font-size: 14px;
  }
  .media .box .left .content blockquote:before {
    background-size: contain;
    width: 50px;
    left: -25px;
  }
  .media .box .left .content blockquote:after {
    background-size: contain;
    width: 50px;
    right: -25px;
  }
  .media .box .left .content blockquote {
    font-size: 14px;
  }
  .media .box .left .content ol li {
    font-size: 14px;
  }
  .media .box .left .content ol li::before {
    font-size: 16px;
  }
  .media .box .left .foot .delit {
    width: 100%;
  }
  .drop-stati .box .item {
    width: 100%;
  }
  .media .box .left .content .bot {
    margin: 30px 0;
  }
  .zakvaski.uspex .box .left .item .info .date .dat {
    width: 100%;
    margin-bottom: 10px;
  }
  .zakvaski.uspex .box .left .item .info .date .dat span {
    width: 100%;
  }
  .zakvaski.uspex .box .left .item .info .date {
    display: none;
    margin: 20px 0 10px 0;
  }
  .proekt .content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .proekt .content .date .dat {
    margin-bottom: 10px;
  }
  .proekt .content figure figcaption {
    margin: 10px 0 0 0;
  }
  .proekt .content ul li {
    font-size: 14px;
  }
  .proekt .content ul li:before {
    width: 5px;
    height: 5px;
    margin: 0 10px 3px 0;
  }
  .proekt + .interes .bot a.btn {
    font-size: 16px;
  }
  .profit .box .tel {
    margin-bottom: 20px;
  }
  .profit .box .tel,
  .profit .box .mail {
    width: 100%;
  }
  .profit .card-header .adress {
    width: 100%;
  }
  .profit .card-header .btn-link,
  .profit .card-header[aria-expanded="true"] .btn-link.none {
    display: none;
  }
  .profit .docs a.item {
    width: 50%;
  }
  .iforma .text {
    font-size: 14px;
  }
  .iforma .card .card-header .btn {
    font-size: 20px;
    line-height: 25px;
    padding-right: 70px;
  }
  .iforma .card .card-body p {
    font-size: 14px;
  }
  .iforma .card .card-body .rab .item .zag {
    font-size: 18px;
    line-height: 20px;
  }
  .form.rabota .title {
    font-size: 28px;
    line-height: 35px;
  }
  .form.rabota .text {
    font-size: 14px;
  }
  .form.rabota form .box .left {
    width: 100%;
  }
  .form.rabota form .box .right {
    width: 100%;
  }
  .form.rabota form .bot .txt {
    width: 50%;
    margin: 13px 0 0 10px;
  }
  .sarch-page .rezult {
    font-size: 14px;
  }
  .sarch-page .rezult + form input {
    width: 85%;
  }
  .sarch-page .media {
    margin: 30px 0;
  }
  .sarch-page .title {
    font-size: 20px;
    line-height: 25px;
  }
  .sarch-page .media.news-page .box .left .medias {
    margin-left: 0;
    margin-right: 0;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sarch-page .media.news-page .box .left .medias.mini .item .img {
    height: 300px;
    margin-bottom: 10px;
  }
  .sarch-page .media.news-page .box .left .medias .link a {
    font-size: 14px;
  }
  .sarch-page .back {
    max-width: 255px;
  }
  .sarch-page .back .btn {
    font-size: 14px;
  }
  .izbronoe .text {
    font-size: 14px;
  }
  .izbronoe .bot a.btn {
    font-size: 14px;
  }
  .izbronoe .box .item {
    width: calc(50% - 10px);
  }
  .izbronoe .box .item .bot a.btn {
    padding: 13px 30px;
  }
  .izbronoe .box .item .zag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home .recept .box .left {
    width: 100%;
  }
  .home .recept .box .right {
    width: 100%;
  }
  .btn-scrolltop {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-size: 35px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-xl .top .container {
    flex-wrap: wrap;
  }
  .navbar-expand-xl .top .icon a {
    margin-left: 0;
  }
  .navbar-expand-xl .top .icon {
    justify-content: space-between;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .navbar-expand-xl .top .container {
    justify-content: center;
  }
  .navbar-expand-xl .bottom.fixed .navbar-collapse {
    max-height: calc(100vh - 66px);
  }
  .navbar-expand-xl .navbar-collapse {
    max-height: calc(100vh - 192px);
  }
  .navbar-light .navbar-brand {
    width: 140px;
    margin: 0;
    margin-right: auto;
  }
  .navbar-light .navbar-brand svg {
    width: 140px;
    margin: 0 auto;
    display: block;
  }
  .navbar-light .navbar-toggler {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 10px;
  }
  .navbar-expand-xl .bottom .container {
    justify-content: center;
  }
  .navbar-expand-xl .bottom .icons a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .home .head {
    margin: -130px 0 0 0;
    padding: 140px 0 50px 0;
  }
  .home .head h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .home .head .text {
    font-size: 14px;
  }
  .home .links a {
    font-size: 16px;
    line-height: 20px;
  }
  .home .links a span {
    font-size: 14px;
  }
  .interes .title {
    margin-bottom: 20px;
  }
  .interes .slider-inter .slick-arrow {
    top: -60px;
  }
  .klientam__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .klientam__item::before {
    transform: translate(-50%, -50%) scale(0.4);
  }
  .klientam__item__title {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .klientam__item__arrow {
    width: 30px;
    height: 30px;
  }
  .home .recept .title {
    margin-bottom: 20px;
  }
  .recept .box .left ul li {
    width: 100%;
  }
  .home .tehnlog .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home .tehnlog form .bot .btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px 35px;
  }
  .home .tehnlog form .bot .txt {
    padding: 0;
    width: 100%;
  }
  .home .otzivi .title {
    margin-bottom: 20px;
  }
  .home .otzivi .box .left {
    margin-bottom: 0;
  }
  .home .otzivi .box .right .text {
    font-size: 16px;
    padding: 0 0 0 45px;
    background-size: 30px;
  }
  .home .otzivi .box .right .podpis {
    padding: 0 0 0 45px;
    width: 100%;
  }
  .home .medias .title {
    margin-bottom: 20px;
  }
  .home .medias .slick-slide {
    width: 290px;
    margin-right: 10px;
  }
  .form .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .form form .box .right .bot {
    margin: 0;
  }
  .form form .box .right button {
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .form form .box .right .txt {
    padding: 0;
    width: 100%;
  }
  .form.cena .title {
    font-size: 20px;
  }
  footer .box .soc ul {
    width: 285px;
  }
  #navbarsExampleDefault {
    top: 100%;
  }
  .articl h1 {
    font-size: 30px;
  }
  .articl .video {
    overflow: hidden;
  }
  .breadcrumb {
    margin-top: 10px;
  }
  .breadcrumb-item.active {
    padding: 10px 0 0 0;
  }
  .articl .text h2 {
    font-size: 20px;
  }
  .articl .text p {
    font-size: 14px;
  }
  .berem .info {
    font-size: 16px;
  }
  .polezno .title {
    font-size: 20px;
    line-height: 25px;
  }
  .polezno .box .item .text {
    font-size: 14px;
  }
  .priz .title {
    font-size: 20px;
    line-height: 25px;
  }
  .priz {
    padding: 30px 0;
  }
  .recept-page .box .left .vertical .slider-for-wrap {
    width: 290px;
  }
  .recept-page .box .left .vertical .slider-for .slick-list,
  .recept-page .box .left .vertical .slider-for {
    height: 290px;
  }
  .bot a.btn {
    font-size: 14px;
  }
  .priz .btn {
    font-size: 14px;
  }
  .idea {
    padding: 50px 0;
  }
  .idea .title {
    font-size: 20px;
    line-height: 25px;
  }
  .idea .text {
    font-size: 14px;
    line-height: 140%;
  }
  .idea_prod {
    min-height: 250px;
  }
  .articl .video .play {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .articl .video .play:after {
    width: 74px;
    height: 74px;
    left: -24%;
  }
  .articl .video .play:before {
    width: 100px;
    height: 100px;
    left: -52%;
  }
  .berem {
    margin: 0 0 30px 0;
  }
  .berem .title {
    font-size: 20px;
  }
  .stadii .title {
    font-size: 20px;
    line-height: 25px;
  }
  .stadii .slick-slide {
    width: 250px;
    margin-left: 15px;
  }
  .stadii .slick-slide img {
    height: 190px;
  }
  .stadii .slick-list {
    padding: 0 10px;
  }
  .proizvod .title {
    font-size: 20px;
    line-height: 25px;
    background-size: 40px;
    padding: 0 0 0 55px;
    margin-bottom: 20px;
  }
  .proizvod .title:hover {
    background-size: 40px;
  }
  .proizvod .text {
    font-size: 14px;
  }
  .proizvod .slick-slide {
    width: 250px;
  }
  .proizvod .slick-list {
    padding: 0 20px;
  }
  .proizvod .baner span {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  .proizvod .baner {
    margin: 30px 0;
  }
  .otzivi .box .left h1 {
    font-size: 30px;
  }
  .otzivi .box .left .text {
    font-size: 14px;
  }
  .otzivi .box .left .otziv .text {
    font-size: 14px;
  }
  .otzivi .box .right .mnogo .item .zag {
    font-size: 14px;
  }
  .media .box .left h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .media .box .left .text {
    font-size: 14px;
  }
  .media .slick-slide {
    width: 290px;
  }
  .media .slick-arrow {
    top: -50px;
  }
  .media .box .left .medias:last-child .slider-med {
    padding-bottom: 0;
  }
  .media .box .left .slider-med {
    padding-bottom: 30px;
  }
  .media .box .left .slider-med .zag a {
    font-size: 16px;
  }
  .contact .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .contact {
    margin: 30px 0 0 0;
  }
  .contact .info .nav-tabs .nav-link.active {
    padding: 10px 10px 10px 55px;
    background: #822c41 url(../img/adres.svg) 20px 50% no-repeat;
    background-size: 20px;
  }
  .region .title {
    font-size: 25px;
  }
  .region .maps .img {
    height: 240px;
    background-size: contain;
  }
  .contact .info .nav-tabs .nav-link {
    padding: 10px 20px;
  }
  .product h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .product + .idea {
    padding: 50px 0;
  }
  .breadcrumb li {
    font-size: 14px;
  }
  .breadcrumb-item.active {
    padding: 6px 0 0 10px;
  }
  .zakvaski h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .zakvaski .box .left .item .info .link {
    width: 100%;
  }
  .recept-page .box .right .boot .blok .txt {
    width: 80%;
  }
  .interes .title {
    margin-bottom: 70px;
  }
  .recept .box .right {
    height: auto;
  }
  .recept + .idea {
    min-height: 250px;
  }
  .otxivi .box .otziv {
    padding-bottom: 45px;
  }
  .otxivi .box .otziv .podpis {
    width: 100%;
  }
  .interes .title {
    font-size: 20px;
    line-height: 25px;
    padding-right: 0;
  }
  .otxivi + .interes .slider-inter + .title {
    width: 100%;
    margin-bottom: 70px;
  }
  .interes .back {
    width: 100%;
  }
  .error h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .error .title {
    font-size: 20px;
    line-height: 25px;
  }
  .error .big {
    font-size: 135px;
  }
  .klientam .title {
    font-size: 20px;
  }
  .klientam .info h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .klientam .info.hide .bot a.btn {
    padding: 10px 70px 10px 30px;
  }
  .klientam .info.hide + .bot .zag,
  .klientam .red + .bot .zag {
    font-size: 20px;
    line-height: 25px;
  }
  .klientam.dis h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .klientam.dis .maps .img {
    height: 240px;
    background-size: contain;
  }
  .media.news-page .box .right .menu ul li a {
    font-size: 14px;
  }
  .media.news-page .box .right .menu .title {
    font-size: 20px;
    line-height: 25px;
  }
  .insta .title {
    font-size: 20px;
    line-height: 24px;
  }
  .media .box .left .star {
    margin: 10px auto 0 auto;
  }
  .media .box .left .head .date {
    width: 100%;
    margin: 0;
  }
  .media .box .left .head .delit > span {
    display: none;
  }
  .media .box .left .head .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
    height: 22px;
    width: 22px;
    background-size: 21px 21px;
  }
  .media .box .left .content blockquote {
    padding: 30px;
  }
  .media .box .left .content blockquote:before {
    width: 35px;
    left: -10px;
  }
  .media .box .left .content blockquote:after {
    width: 35px;
    right: -10px;
  }
  .media .box .left .foot .delit > span {
    display: none;
  }
  .media .box .left .foot .delit .ya-share2 .ya-share2__container_size_m .ya-share2__icon {
    height: 22px;
    width: 22px;
    background-size: 21px 21px;
  }
  .media .box .left .foot {
    padding: 15px;
  }
  .media .box .left .foot .back {
    margin-bottom: 10px;
  }
  .zakvaski.uspex .box .left .item .info .date .dat {
    font-size: 14px;
  }
  .proekt h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .proekt + .interes .bot a.btn {
    font-size: 14px;
    padding: 16px 30px 16px 0;
    width: 100%;
  }
  .profit h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .profit .text {
    font-size: 14px;
  }
  .profit .title {
    font-size: 20px;
    line-height: 25px;
  }
  .profit .card-header .adress {
    font-size: 14px;
    padding: 0 0 0 45px;
  }
  .profit .docs a.item {
    width: 100%;
  }
  .profit .base .title {
    font-size: 20px;
    line-height: 25px;
  }
  .profit .base ul li {
    font-size: 14px;
    padding: 0 0 0 35px;
  }
  .profit {
    margin: 30px 0 0 0;
  }
  .iforma h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .iforma .card .card-header .btn {
    font-size: 18px;
  }
  .form.rabota form .bot .btn {
    width: 100%;
  }
  .form.rabota form .bot .txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .sarch-page h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .sarch-page .rezult + form input {
    width: 75%;
  }
  .sarch-page {
    min-height: 300px;
  }
  .sarch-page .back {
    max-width: 100%;
  }
  .izbronoe .box {
    margin-left: 0;
    margin-right: 0;
  }
  .izbronoe .box .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .izbronoe .box .item .img {
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .region .maps .img,
  .klientam.dis .maps .img {
    height: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav li:hover .sub-menu {
    max-height: 2000px;
    visibility: visible;
    transition: all 1.8s;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem !important;
  }
}

.contact .info .box a {
  font-weight: 350;
  font-size: 22px;
  line-height: 140%;
  color: #822 !important;
}

@media screen and (max-width: 767px) {
  .contact .info .box a {
    font-size: 20px;
  }
}

.media.news-page .box .left .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button {
  position: relative;
  display: block;
  width: fit-content;
  padding: 17px 30px;
  background-color: #812B41;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #812b41;
  transition: 0.3s ease;
}

.button:hover {
  background: #fff;
  color: #812b41;
}


.download-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 50px 130px 50px 50px;
  min-height: 100px;
  background-color: #EEEAE0;
  border-radius: 20px;
}

.download-link:hover {
  text-decoration: none;
}

.download-link::before {
  position: absolute;
  content: '';
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  background-image: url(../img/arr1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-135deg);
}

.download-link__title {
  display: block;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  color: #822C41;
}

.download-link-list {
  margin: 50px 0 80px;
}
.download-link-list__item {
  margin-bottom: 30px;
}

.download-link-list__item:last-child {
  margin-bottom: 0;
}

.download-link-list__button {
  width: 385px;
  max-width: 100%;
}



@media screen and (max-width: 767px) {
  .button {
    font-size: 14px;
  }

  .download-link-list {
    margin: 35px 0 50px;
  }
  .download-link {
    padding: 25px 90px 25px 22px;
  }

  .download-link__title {
    font-size: 18px;
    line-height: 25px;
  }

  .download-link::before {
    top: 25px;
    right: 22px;
  }
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__logo svg {
  display: block;
  width: 240px;
  height: 57px;
  max-width: 100%;
}

.footer__menu-title,
.footer__menu-link {
  display: block;
  width: fit-content;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__menu-title:hover,
.footer__menu-link:hover {
  color: #FFFFFF;
}

.footer__menu-title {
  margin-bottom: 20px;
}

.footer__menu-link {
  margin-bottom: 7px;
}

.footer__menu-link:last-child {
  margin-bottom: 0;
}

.footer__soc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__soc-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}


.footer__soc-item svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #fff;
  transition: fill ease 0.3s;
}

.footer__soc-item a:hover svg{
  fill: #a39383;
}

.footer__top-block {
  margin-bottom: 25px;
}

.footer__bottom-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__copy {
  display: block;
  width: fit-content;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer__desing a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer__desing img {
  width: 90px;
  margin: 0 0 4px 9px;
}

.footer__menu-item {
  margin-bottom: 25px;
}

.footer__menu-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .footer__logo svg {
    width: 200px;
    margin: 0 auto;
  }

  .footer__col {
    margin-bottom: 30px;
  }

  .footer__col:last-child {
    margin-bottom: 0;
  }

  .fipu-logo a{
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .footer__menu-title,
  .footer__menu-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__menu-title {
    margin-bottom: 10px;
  }

  .footer__menu-link {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .footer__soc {
    align-items: center;
  }
  
  .footer__copy {
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
  }

  .footer__desing {
    margin: 0 auto;
  }

  .footer__desing a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer__desing img {
    width: 60px;
  }
}

.map-iframe
{
  height: 950px;
  width: 100%;
  border: 0px;
  overflow: hidden;
}