@font-face {
  font-family: "Mazzard";
  src: local("/fonts/Mazzard H Medium"), local("Mazzard-H-Medium"), url("../fonts/MazzardH-Medium.woff2") format("woff2"), url("../fonts/MazzardH-Medium.woff") format("woff"), url("../fonts/MazzardH-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mazzard";
  src: local("/fonts/Mazzard H SemiBold"), local("Mazzard-H-SemiBold"), url("../fonts/MazzardH-SemiBold.woff2") format("woff2"), url("../fonts/MazzardH-SemiBold.woff") format("woff"), url("../fonts/MazzardH-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mazzard";
  src: local("/fonts/Mazzard H Regular"), local("Mazzard-H-Regular"), url("../fonts/MazzardH-Regular.woff2") format("woff2"), url("../fonts/MazzardH-Regular.woff") format("woff"), url("../fonts/MazzardH-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
button,
button:focus {
  outline: 0;
}
html {
  overflow-x: hidden;
}
body {
  isolation: isolate;
  overflow: hidden;
}
.container {
  max-width: 1320px;
}
.navbar-expand-md {
  padding: 14px 0 0 1px;
  background: #fff;
}
a.anketa {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #26464a;
  background: url(../img/plus.png) 0% 5px no-repeat;
  margin: 18px 0 0 64px;
  display: inline-block;
  padding: 14px 0 18px 46px;
}
a.anketa:hover {
  text-decoration: none;
}
a.btn,
.btn {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #2b454d;
  background: #f6db4d;
  width: 180px;
  height: 45px;
  border-radius: 0;
  padding: 0;
  margin: 17px 0 0 0;
  transition: all 0.5s;
  box-shadow: none;
}
a.btn:hover,
.btn:hover {
  background: #f3f3f3;
  border: 1px solid #2b454d;
}

a.btn.def-btn {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #2b454d;
  background: #f3f3f3;
  border: 1px solid #2b454d;
  width: 230px;
  height: 45px;
  margin: 17px 0 0 90px;
  border-radius: 0;
  padding: 0;
  transition: all 0.5s;
}
a.btn.def-btn:hover {
  background: #f6db4d;
  border: 1px solid #f6db4d;
}
header .col-md-5 {
  display: flex;
  justify-content: space-between;
}
.navbar-nav {
  margin: 16px 0 0 0;
  justify-content: space-between;
  width: 99.6%;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.navbar-nav .nav-item {
}
.navbar-expand-md .navbar-nav .nav-link {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  height: 45px;
  color: #2b454d;
  padding: 9px 0 8px 2px;
  border-bottom: 4px solid #fff;
  display: flex;
  /* align-items: center; */
  transition: all 0.5s;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link:hover {
  border-bottom: 4px solid #60da61;
  color: #2b454d;
}
.navbar-expand-md .navbar-nav .nav-link span {
  display: block;
  height: 20px;
}
.navbar-expand-md .navbar-nav .nav-link svg,
.navbar-expand-md .navbar-nav .nav-link img {
  margin-right: 5px;
  align-self: center;
}
.navbar-expand-md .navbar-nav .nav-link path {
  transition: all 0.5s;
  fill: #2b454d;
  opacity: 0.5;
}
.navbar-expand-md .navbar-nav .nav-link:hover path,
.navbar-light .navbar-nav .active > .nav-link path {
  fill: #60da61;
  opacity: 1;
}
.navbar-expand-md .navbar-nav .nav-link g {
  opacity: 1;
  transition: all 0.5s;
}
.navbar-expand-md .navbar-nav .nav-link:hover g,
.navbar-light .navbar-nav .active > .nav-link g {
  opacity: 1;
}
.banner {
  position: relative;
  height: 545px;
  width: 100%;
  overflow: hidden;
}
.banner .container {
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.banner:before {
  content: "";
  background: #60da61;
  width: 250px;
  height: 1441px;
  position: absolute;
  top: -61%;
  left: 17%;
  mix-blend-mode: color;
  transform: rotate(45deg);
  animation: after linear 1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
}
@-webkit-keyframes after {
  0% {
    left: 17%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 64%;
  }
}
@keyframes after {
  0% {
    left: 17%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 64%;
  }
}
.banner:after {
  content: "";
  background: #2b454d;
  width: 250px;
  height: 1441px;
  position: absolute;
  mix-blend-mode: color;
  background-blend-mode: color;
  transform: rotate(45deg);
  left: 17%;
  top: -61%;
}
.usluga .banner:after,
.usluga .banner:before {
  top: -90%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner h1 {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 700px;
}
.banner p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  width: 500px;
  margin: 46px 0 0 0;
}
.banner p strong {
  font-weight: 600;
  font-size: 18px;
}
.logik {
  padding: 61px 0 0 0;
  background: url(../img/fon.png) 96% -102px no-repeat;
}
.logik .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  width: 55%;
}
.logik .box {
  display: flex;
  margin: 49px 0 0 0;
}
.logik .box .item {
  width: 25%;
}
#anima .item {
  transition: all 0.5s;
  opacity: 0;
}
#anima.active .item {
  animation: over linear 0.5s;
  -webkit-animation-fill-mode: forwards;
}
#anima.active .item:nth-child(1) {
  animation-delay: 0s;
}
#anima.active .item:nth-child(2) {
  animation-delay: 0.5s;
}
#anima.active .item:nth-child(3) {
  animation-delay: 1s;
}
#anima.active .item:nth-child(4) {
  animation-delay: 1.5s;
}
#anima.active .item:nth-child(5) {
  animation-delay: 2s;
}
#anima.active .item:nth-child(6) {
  animation-delay: 2.5s;
}
#anima.active .item:nth-child(7) {
  animation-delay: 3s;
}
#anima.active .item:nth-child(8) {
  animation-delay: 3.5s;
}
@-webkit-keyframes over {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes over {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.logik .box .icon {
  margin-bottom: 30px;
  min-height: 75px;
  display: flex;
  align-items: center;
}
.logik .box .icon img,
.logik .box .icon svg {
}
.logik .box .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #24383e;
  width: 84%;
}
#anima .item .text {
  animation: overs linear 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  opacity: 0;
}
@-webkit-keyframes overs {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overs {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.logik .box .text strong {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
}
.logik .box .text a {
  color: #60da61;
  text-decoration: underline;
}
.logik .box .text a:hover {
  text-decoration: none;
}
.marker {
  margin: 86px 0 0 0;
  position: relative;
}
.marker .over {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.marker .magic {
  position: relative;
  width: 49.5%;
}
.marker:after {
  content: "";
  border: 161px solid transparent;
  border-left: 161px solid #2b454d;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -172px;
  top: -171px;
  z-index: 1;
}
.marker:before {
  content: "";
  border: 80px solid transparent;
  border-left: 80px solid #60da61;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -33px;
  top: -33px;
  z-index: 2;
}
.marker .magic .img {
  position: absolute;
}
.marker .magic .img img {
}
.marker .magic .open {
  background: #f6db4d;
  display: block;
  box-shadow: 0 0 0 5px rgba(246, 219, 77, 0.5);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  animation: hoverWave linear 1s infinite;
}
@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 0 rgba(246, 219, 77, 0.2), 0 0 0 0 rgba(246, 219, 77, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 15px rgba(246, 219, 77, 0.2), 0 0 0 0 rgba(246, 219, 77, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 30px rgba(246, 219, 77, 0), 0 0 0 26.7px rgba(246, 219, 77, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 30px rgba(246, 219, 77, 0), 0 0 0 40px rgba(246, 219, 77, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 0 rgba(246, 219, 77, 0.2), 0 0 0 0 rgba(246, 219, 77, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 15px rgba(246, 219, 77, 0.2), 0 0 0 0 rgba(246, 219, 77, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 30px rgba(246, 219, 77, 0), 0 0 0 26.7px rgba(246, 219, 77, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(246, 219, 77, 0.3), 0 0 0 30px rgba(246, 219, 77, 0), 0 0 0 40px rgba(246, 219, 77, 0);
  }
}
.marker .magic .img.item-1 .open {
  top: 155px;
  left: 210px;
}
.marker .magic .img.item-2 .open {
  top: 180px;
  left: 63px;
}
.marker .magic .img.item-3 .open {
  top: 176px;
  right: 216px;
}
.marker .magic .open:after {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.marker .magic .popup {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 307px;
  height: 307px;
  border-radius: 50%;
  border: 5px solid #f6db4d;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  background: #bcc6d7;
}
.marker .magic .popup.active {
  animation: popup linear 3s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
}
@-webkit-keyframes popup {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: -200px;
    top: 100px;
  }
  70% {
    top: 0;
    left: 0;
  }
  100% {
    top: 20px;
    left: 40px;
  }
}
@keyframes popup {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: -200px;
    top: 100px;
  }
  70% {
    top: 0;
    left: 0;
  }
  100% {
    top: 20px;
    left: 40px;
  }
}
.marker .magic .popup img {
  position: absolute;
  left: -231px;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 800px;
  pointer-events: none;
}
.marker .magic .popup.active img {
  animation: zip linear 3s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
}
@-webkit-keyframes zip {
  0% {
    left: -231px;
    top: 5px;
  }
  50% {
    left: 0;
    top: -140px;
  }
  70% {
    left: -231px;
    top: 40px;
  }
  100% {
    left: -190px;
    top: 80px;
  }
}
@keyframes zip {
  0% {
    left: -231px;
    top: 5px;
  }
  50% {
    left: 0;
    top: -140px;
  }
  70% {
    left: -231px;
    top: 5px;
  }
  100% {
    left: -190px;
    top: 80px;
  }
}
.marker .magic .img.item-1 {
  top: 0;
  left: 95px;
}
.marker .magic .img.item-2 {
  top: 119px;
  left: 2px;
}
.marker .magic .img.item-3 {
  bottom: 0;
  left: 107px;
}
.marker .magic .img.item-3 .popup {
  top: -65px;
}
.marker .magic .img.item-3 .popup.active {
  animation: popup1 linear 3s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
}
@-webkit-keyframes popup1 {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: -200px;
    top: 100px;
  }
  70% {
    top: 0;
    left: 0;
  }
  100% {
    top: -65px;
    left: 40px;
  }
}
@keyframes popup1 {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: -200px;
    top: 100px;
  }
  70% {
    top: 0;
    left: 0;
  }
  100% {
    top: -65px;
    left: 40px;
  }
}
.marker .info {
  width: 50.5%;
  height: 494px;
  padding: 52px 0 0 17px;
  position: relative;
}
.marker .info:after {
  content: "";
  background: #2b454d;
  transform: rotate(135deg);
  width: 844.82px;
  height: 829.12px;
  display: block;
  position: absolute;
  top: -205px;
  right: -147px;
}
.marker .info:before {
  content: "";
  border: 80px solid transparent;
  border-right: 80px solid #60da61;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  right: -88px;
  bottom: -80px;
  z-index: 1;
}
.marker .info .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 75%;
  position: relative;
  z-index: 1;
}
.marker .info .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin: 19px 0 0 0;
  width: 94%;
  line-height: 23px;
  letter-spacing: -0.1px;
  position: relative;
  z-index: 1;
}
.marker .info .text strong {
  display: block;
  margin-bottom: 10px;
}
.marker .info .bot {
  margin: 26px 0 0 0;
  position: relative;
  z-index: 1;
}
.marker .info .bot .btn {
  text-align: left;
  justify-content: flex-start;
  padding: 0 0 0 23px;
  width: 175px;
  background: #f6db4d url(../img/arrow.png) 85% 50% no-repeat;
}
.marker .info .bot .btn:hover {
  background: #f3f3f3 url(../img/arrow.png) 85% 50% no-repeat;
}
.uslugi {
  position: relative;
}
.uslugi .container {
  position: relative;
  margin: 77px auto 0 auto;
  padding: 64px 49px 73px 15px;
}
.uslugi:after {
  content: "";
  background: url(../img/fon1.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 201px;
  width: 170px;
  height: 446px;
  z-index: -1;
}
.uslugi .container:before {
  content: "";
  background: #f3f3f3;
  width: calc(99% + 100%);
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  border-radius: 0 15px 0 0;
}
.uslugi .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  position: relative;
  z-index: 1;
}
.uslugi .tevs {
  position: relative;
  z-index: 1;
  margin: 41px 0 50px 0;
}
.uslugi .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.uslugi .tevs .nav-tabs {
  border: none;
  justify-content: space-between;
  margin: 41px 0 50px 0;
}
.uslugi .tevs .nav-tabs .nav-item {
  width: 13.5%;
  height: 200px;
  margin: 0;
}
.uslugi .tevs .nav-tabs .nav-link {
  border: none;
  min-height: 205px;
  border-radius: 0;
  display: block;
  background: #fff;
  padding: 22px 25px;
  transition: all 0.5s;
  position: relative;
}
.uslugi .tevs .nav-tabs .nav-link:after {
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #60da61;
  position: absolute;
  left: 24px;
  bottom: 21px;
  transition: all 0.5s;
}
.uslugi .tevs .nav-tabs .nav-link .icon {
  height: 64px;
  display: block;
}
.uslugi .tevs .nav-tabs .nav-link .txt {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2b454d;
  transition: all 0.5s;
}
.uslugi .tevs .nav-tabs .nav-link:hover,
.uslugi .tevs .nav-tabs .nav-item.show .nav-link,
.uslugi .tevs .nav-tabs .nav-link.active {
  background: #2b454d;
}
.uslugi .tevs .nav-tabs .nav-link:hover:after,
.uslugi .tevs .nav-tabs .nav-item.show .nav-link:after,
.uslugi .tevs .nav-tabs .nav-link.active:after {
  border-left: 10px solid #fff;
}
.uslugi .tevs .nav-tabs .nav-link:hover .txt,
.uslugi .tevs .nav-tabs .nav-item.show .nav-link .txt,
.uslugi .tevs .nav-tabs .nav-link.active .txt {
  color: #fff;
}
.uslugi .tevs .nav-tabs .nav-link:first-child path {
  fill: #2b454d;
}
.uslugi .tevs .nav-tabs .nav-link:hover path,
.uslugi .tevs .nav-tabs .nav-link:first-child:hover path,
.uslugi .tevs .nav-tabs .nav-item.show .nav-link path,
.uslugi .tevs .nav-tabs .nav-link.active path {
  fill: #60da61;
}
.uslugi .hran {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.uslugi .hran .imags {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
.uslugi .hran .imags img {
  width: calc(50% - 3px);
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 8px;
}
.uslugi .hran .imags img:last-child {
  margin-left: 6px;
}
.uslugi .hran .text {
  width: 48.1%;
}
.uslugi .hran .text .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #24383e;
  margin: 3px 0 0 0;
}
.uslugi .hran .text .sub-zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #24383e;
  margin: 6px 0 0 0;
}
.uslugi .hran .text .info {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #24383e;
  margin: 30px 0 0 0;
  width: 87%;
}
.uslugi .hran .text .txt {
  margin: 14px 0 0 0;
}
.uslugi .hran .text .txt h2 {
  margin-bottom: 30px;
}
.uslugi .hran .text .txt p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #24383e;
  margin-bottom: 14px;
}
.uslugi .hran .text .txt ul {
  list-style: none;
  padding: 0 0 0 35px;
}
.uslugi .hran .text .txt ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.uslugi .hran .text .txt ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.uslugi .hran .text .txt a {
  margin: 42px 0 0 0;
}
.about {
  position: relative;
}
.about .ban {
  background: url(../img/fon2.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 310px;
  box-shadow: 0px 25px 25px rgba(43, 69, 77, 0.1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .ban .img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 311px;
  overflow: hidden;
}
.about .ban .img:after {
  content: "";
  background: linear-gradient(0deg, rgba(96, 218, 97, 0.7), rgba(96, 218, 97, 0.7));
  background-blend-mode: color, normal, normal;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.about .ban .img video {
  width: 100%;
  height: 130vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 59px 0 0 0;
  width: 45%;
  margin: 0 0 0 19.7%;
  position: relative;
  z-index: 1;
}
.about .ban a.btn {
  margin: 42px 0 0 256px;
  justify-content: flex-start;
  background: #f6db4d url(../img/arrow.png) 82% 50% no-repeat;
  padding: 0 0 0 23px;
  position: relative;
  z-index: 1;
}
.about .ban a.btn:hover {
  background: #f3f3f3 url(../img/arrow.png) 82% 50% no-repeat;
}
.about .ban:before {
  content: "";
  border: 80px solid transparent;
  border-left: 80px solid #f6db4d;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -33px;
  top: -33px;
  z-index: 2;
}
.about .ban:after {
  content: "";
  border: 161px solid transparent;
  border-left: 161px solid #2b454d;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -172px;
  top: -171px;
  z-index: 1;
}
.about .bour {
  background: #f3f3f3 url(../img/fon4.png) 1% -131px no-repeat;
  position: relative;
  padding: 79px 410px 79px 175px;
}
.about:before {
  content: "";
  background: #f3f3f3;
  height: 82%;
  width: 60%;
  position: absolute;
  top: 180px;
  right: 0;
}
.about:after {
  content: "";
  background: url(../img/fon3.png) 0 0 no-repeat;
  mix-blend-mode: multiply;
  width: 492px;
  height: 677px;
  position: absolute;
  top: 331px;
  right: 0;
}
.about .bour .img {
}
.about .bour .img img {
  width: 310px;
}
.about .bour .text {
  margin: 40px 0 0 0;
  position: relative;
}
.about .bour .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 10px;
}
.about .bour .text p strong {
}
.about .bour .text ul {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 18px 0 20px 0;
}
.about .bour .text ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.about .bour .text ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.about .bour .text a.btn.def-btn {
  margin: 40px 0 0 0;
  width: 181px;
}
.about .bour .text .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  opacity: 0.3;
  transform: rotate(-90deg);
  position: absolute;
  left: -195px;
  top: 94px;
}
.otzivi {
  background-image: url(../img/fon5.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.otzivi .box {
  display: flex;
  justify-content: space-between;
  padding: 74px 0 0 72px;
}
.otzivi .box .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.otzivi .box .bot {
  margin: 9px 71px 8px 0;
}
.otzivi .box .bot a.btn {
  width: 180px;
  margin: 0;
}
.otzivi .slide {
  margin: 44px 0 0 73px;
}
.otzivi .slide .slick-track {
  display: flex;
  padding-bottom: 30px;
}
.otzivi .slide .slick-slide {
  height: auto;
}
.otzivi .slide .item,
#review .item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1.07167px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  width: 363px;
  height: 100%;
  padding: 28px 28px 31px 20px;
  margin-bottom: 25px;
}
#review .item {
  width: auto;
  background-color: transparent;
}
.otzivi .slide .item:after {
  content: "";
  border: 32px solid transparent;
  border-top: 52px solid #fff;
  position: absolute;
  right: -6px;
  bottom: -54px;
  transform: rotate(-31deg);
}
.otzivi .slide .box,
#review .box {
  padding: 0;
}
.otzivi .slide .img,
#review .img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.otzivi .slide .img img,
#review .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otzivi .slide .name,
#review .name {
  width: 71%;
  margin: 14px 0 0 0;
}
.otzivi .slide .name span,
#review .name span {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  display: block;
}
.otzivi .slide .name span.com,
#review .name span.com {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #8da4ac;
  display: block;
  margin: 7px 0 0 0;
}
.otzivi .slide .text,
#review .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin: 26px 0 auto 0;
}
#review .text {
  display: block;
  max-height: 300px;
  overflow: auto;
}
.otzivi .slide .slick-arrow {
  position: absolute;
  top: 15px;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow1.png) 0 0 no-repeat;
  border: none;
  font-size: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.otzivi .slide .slick-arrow.slick-prev {
  left: -70px;
}
.otzivi .slide .slick-arrow.slick-next {
  right: -25px;
  transform: rotate(180deg);
}
.otzivi .slide .slick-dots {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin: 15px auto;
  list-style: none;
  padding: 0;
}
.otzivi .slide .slick-dots li {
  width: 10px;
  height: 10px;
  align-items: center;
  display: flex;
}
.otzivi .slide .slick-dots li button {
  background: #c4c4c4;
  width: 5px;
  height: 5px;
  border: 2px solid #c4c4c4;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  transition: all 0.5s;
}
.otzivi .slide .slick-dots li.slick-active button,
.otzivi .slide .slick-dots li button:hover {
  width: 10px;
  height: 10px;
  background: #60da61;
  border: 2px solid #2b454d;
}
.news {
  margin: 82px 0 0 0;
}
.news .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
}
.news .box {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0 49px 0;
}
.news .item {
  width: 24%;
}
.news .item .img {
  margin-bottom: 26px;
}
.news .item .img img {
  width: 100%;
}
.news .item .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #2b454d;
  height: 93px;
}
.news .item .bot a {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #219653;
  transition: all 0.5s;
}
.news .item .bot a:hover {
  color: #2b454d;
  text-decoration: none;
}
.news .bot a.btn.def-btn {
  margin: 0 auto;
  width: 180px;
}
.logos {
  background: linear-gradient(295.44deg, #d9d9d9 -8.73%, rgba(217, 217, 217, 0.42) 87.59%);
  margin: 80px 0 0 0;
  padding: 65px 0 45px 0;
  position: relative;
  overflow: hidden;
  /* height: 529px; */
  height: 562px;
}
.logos:after {
  content: "";
  background: url(../img/bg4.png) 0 0 no-repeat;
  width: 194px;
  height: 341px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.logos:before {
  content: "";
  background: url(../img/bg3.png) 0 0 no-repeat;
  width: 263px;
  height: 530px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.logos .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.logos .left {
  width: 235px;
}
.logos .left .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
}
.logos .left .bot {
  margin-top: 43px;
}
.logos .left .bot a {
}
.logos .logs {
  width: 64.5%;
  margin-right: 75px;
}
.logos .logs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.logos .logs ul li {
  width: 33%;
  height: 246px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -93px;
}
.logos .logs ul li:last-child,
.logos .logs ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.logos .logs ul li:after {
  content: "";
  background: #fff;
  width: 174px;
  height: 174px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.logos .logs ul li img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.logos .logs .slick-arrow {
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow2.png) 0 0 no-repeat;
  border: none;
  font-size: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.logos .logs .slick-arrow.slick-prev {
  left: -70px;
}
.logos .logs .slick-arrow.slick-next {
  right: -70px;
  transform: rotate(180deg);
}
.logos .logs .slick-dots {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin: 5px auto;
  list-style: none;
  padding: 0;
}
.logos .logs .slick-dots li {
  width: 10px;
  height: 10px;
  align-items: center;
  display: flex;
}
.logos .logs .slick-dots li:after {
  display: none;
}
.logos .logs .slick-dots li button {
  background: #c4c4c4;
  width: 5px;
  height: 5px;
  border: 2px solid #c4c4c4;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  transition: all 0.5s;
}
.logos .logs .slick-dots li.slick-active button,
.logos .logs .slick-dots li button:hover {
  width: 10px;
  height: 10px;
  background: #60da61;
  border: 2px solid #2b454d;
}
.form {
}
.form .box {
  display: flex;
  justify-content: space-between;
}
.form .box .img {
  margin: 8px 0 0 0;
  width: 45%;
}
.form .box .img img {
}
.form .forms {
  margin: 111px 0 0 0;
  width: 49.2%;
}
.form .forms .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #219653;
  margin-bottom: 21px;
}
.form .forms .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #2b454d;
  margin: 0;
  margin-bottom: 29px;
  width: 100%;
}
.form .forms .form-group {
  margin-bottom: 30px;
}
.form .forms input {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-family: Mazzard;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #a6abac;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 25px;
  width: 198px;
  outline: 0;
}
.form .forms button.btn {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #2b454d;
  background: #f6db4d;
  width: 180px;
  height: 45px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transition: all 0.5s;
}
.form .forms button.btn:hover {
  background: #f3f3f3;
}
.form .forms p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #2b454d;
  width: 53%;
  margin: 8px 88px 0 0;
}
.form .forms p a {
  text-decoration: underline;
  color: #219653;
}
.form .forms p a:hover {
  text-decoration: none;
}
footer {
  background: #2b454d;
  margin: 13px 0 0 0;
  padding: 20px 0 0 0;
}
footer .box {
  display: flex;
  justify-content: space-between;
}
footer .left .adress {
  margin: 34px 0 0 0;
}
footer .left .adress span {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
footer .left .adress .city {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
footer .right {
  width: 49.2%;
}
footer .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0 23px 0;
  padding: 0;
}
footer .right ul li {
  width: 33%;
  margin-bottom: 2px;
}
footer .right ul li a {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
}
footer .right ul li a:hover {
  text-decoration: underline;
}
footer .right a {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  color: #60da61;
  padding: 0 33px 0 30px;
}
footer .right a:hover {
  text-decoration: underline;
}
footer .right a.tel {
  background: url(../img/tel.png) 0 0 no-repeat;
}
footer .right a.mail {
  background: url(../img/mail.png) 0 0 no-repeat;
  padding: 0 0 0 33px;
  font-size: 18px;
}
footer .bot-footer {
  background: #233a41;
  margin: 20px 0 0 0;
  padding: 5px 0 0 0;
}
footer .bot-footer .link a {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #6e8a93;
}
footer .bot-footer .link a:hover {
  text-decoration: underline;
}
footer .bot-footer .copy {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #6e8a93;
  margin: 6px 0 0 0;
  width: 167px;
}
footer .bot-footer .raz {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #6e8a93;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 33px;
}
footer .bot-footer .raz a {
  margin: -11px 0 0 10px;
  opacity: 1;
  transition: all 0.5s;
}
footer .bot-footer .raz a:hover {
  opacity: 0.7;
}
.contact {
  background: url(../img/fon6.png) 100% 170px no-repeat;
}
.banner.mini {
  border-top: 1px solid rgba(43, 69, 77, 0.3);
  height: auto;
}
.banner.mini:after,
.banner.mini:before {
  display: none;
}
.banner.mini .container {
  position: relative;
  top: 0;
}
.banner.mini h1 {
  color: #2b454d;
  margin: 41px 0 0 0;
}
.content {
  margin-top: 40px;
}
.content h1 {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
}
.breadcrumb {
  background: none;
  margin: 44px 0 0 0;
  padding: 0;
  border-radius: 0;
}
.breadcrumb a {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 14.663px;
  line-height: 17px;
  color: #000000;
}
.breadcrumb-item.active,
.breadcrumb a:hover {
  color: #219653;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: #000;
  width: 13px;
  height: 2px;
  padding: 0;
  display: block;
  margin-right: 6px;
}
.breadcrumb-item + .breadcrumb-item {
  padding: 0 0 0 8px;
  display: flex;
  align-items: center;
}
.tab {
  margin: 39px 0 0 0;
}
.tab .nav-tabs {
  border: none;
}
.tab .nav-tabs .nav-item {
  margin: 0 18px 0 0;
}
.tab .nav-tabs .nav-link {
  background: #f3f3f3;
  width: auto;
  padding: 0 55px 0 17px;
  height: 73px;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #2b454d;
  position: relative;
  border: none;
  border-radius: 0;
}
.tab .nav-tabs .nav-link:after {
  content: "";
  border: 10px solid transparent;
  border-left: 11px solid #60da61;
  position: absolute;
  right: 8px;
  top: 27px;
}
.tab .nav-tabs .nav-item.show .nav-link,
.tab .nav-tabs .nav-link.active {
  background: #2b454d;
  color: #ffffff;
}
.tab .nav-tabs .nav-item.show .nav-link:after,
.tab .nav-tabs .nav-link.active:after {
  border-left: 11px solid #fff;
}
.tab .tab-content {
  margin-top: 70px;
}
.tab .box {
  display: flex;
  justify-content: space-between;
}
.tab .left {
  width: 40%;
}
.tab .left .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #219653;
  margin-bottom: 5px;
}
.tab .left .adress {
}
.tab .left p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #24383e;
}
.tab .left .adress p strong {
  font-size: 18px;
}
.tab .left .cont {
  margin: 36px 0 0 0;
}
.tab .left .cont p {
  margin-bottom: 33px;
}
.tab .right {
  width: 49%;
}
.tab .right .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #24383e;
  margin-bottom: 29px;
}
.tab .right .text {
}
.tab .right .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #24383e;
  margin-bottom: 20px;
}
.tab .right .text p:last-child {
  margin-top: 25px;
  line-height: 33px;
}
#map {
  width: 100%;
  height: 471px;
  padding: 0;
  margin: 36px 0 4px 0;
}
.my-hint {
  background-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #24383e;
  display: inline-block;
  padding: 20px;
  height: auto;
  position: relative;
  left: -10px;
  width: 430.61px;
  vertical-align: middle;
}
.my-hint b {
  color: #219653;
  margin-right: 5px;
}
.media-center {
  background: url(../img/fon.png) 70% 223px no-repeat;
  background-size: 525px;
  position: relative;
}
.media-center main {
  position: relative;
}
.media-center main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}
.media-center .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #24383e;
  margin: 19px 0 0 0;
  width: 75%;
}
.media-center .news {
  margin: 95px 0 84px 0;
}
.media-center .news .title {
  font-size: 45px;
}
.media-center .news .box {
  margin: 43px 0 49px 0;
}
.media-center .news .item .img {
  margin-bottom: 29px;
}
.media-center .news .item .bot a {
  font-size: 16px;
}
.media-center .news .item .zag {
  font-size: 19px;
  line-height: 26px;
}
.gallery {
  margin-bottom: 52px;
}
.gallery.video {
  margin-bottom: 85px;
}
.gallery .zag {
  font-family: Mazzard;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin-bottom: 42px;
}
.gallery .box {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.gallery .box .img {
  width: 25%;
  margin: 5px;
  box-shadow: 0px 24.9418px 24.9418px rgba(43, 69, 77, 0.1);
}
.gallery .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img .new-page {
  margin: 10px;
}
.gallery .item-1 {
  width: 66%;
  position: relative;
}
.gallery .item-2 {
  width: 32.3%;
  display: none;
}
.gallery.video .img {
  width: 100%;
  margin-bottom: 21px;
}
.gallery .item-1 .img {
  overflow: hidden;
  position: relative;
  height: 450px;
}
.gallery.video video {
  position: absolute;
  height: 100%;
  display: block;
  width: 65vw;
  left: -100px;
}
.gallery.video video::-webkit-media-controls {
  display: none !important;
}
.gallery.video .news-item video {
  width: 100%;
  left: 0;
  object-fit: cover;
}
.gallery .play {
  background: url(../img/play.png) 50% 50% no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  cursor: pointer;
}
.gallery .play:after {
  content: "";
  border: 0.997673px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: pulse linear 2s infinite;
}
.gallery .play:before {
  content: "";
  border: 0.997673px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: pulse1 linear 1s infinite;
}
.gallery .bot {
}
.gallery .bot a {
  margin: 27px auto 0 auto;
  width: 180px;
}
@-webkit-keyframes pulse {
  0% {
    width: 30px;
    height: 30px;
  }
  40% {
    width: 79px;
    height: 79px;
  }
  80% {
    width: 158px;
    height: 158px;
  }
  100% {
    width: 198px;
    height: 198px;
  }
}
@keyframes pulse {
  0% {
    width: 30px;
    height: 30px;
  }
  40% {
    width: 79px;
    height: 79px;
  }
  80% {
    width: 158px;
    height: 158px;
  }
  100% {
    width: 198px;
    height: 198px;
  }
}
@-webkit-keyframes pulse1 {
  0% {
    width: 30px;
    height: 30px;
  }
  40% {
    width: 50px;
    height: 50px;
  }
  80% {
    width: 101px;
    height: 101px;
  }
  100% {
    width: 127px;
    height: 127px;
  }
}
@keyframes pulse1 {
  00% {
    width: 30px;
    height: 30px;
  }
  40% {
    width: 50px;
    height: 50px;
  }
  80% {
    width: 101px;
    height: 101px;
  }
  100% {
    width: 127px;
    height: 127px;
  }
}
.new-page .banner {
  height: 351px;
}
.new-page .banner .container {
  top: 0;
}
.new-page .banner:before,
.new-page .banner:after {
  left: 18%;
  top: -100%;
}
.new-page .banner .breadcrumb a {
  color: #fff;
}
.new-page .breadcrumb-item + .breadcrumb-item::before {
  background: #fff;
}
.new-page .breadcrumb-item.active,
.new-page .breadcrumb a:hover {
  color: #60da61;
}
.new-page .banner h1 {
  margin-top: 49px;
}
.new-page .banner .category {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 85px;
}
.new-page .banner .date {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 1px;
}
.articl {
}
.articl .time {
  display: flex;
  justify-content: flex-start;
  margin: 60px 0 70px 0;
}
.articl .time .name {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #2b454d;
  margin-right: 33px;
}
.articl .time .name span {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #219653;
  margin-right: 9px;
}
.articl p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 33px;
}
.articl figure {
  position: relative;
  margin: 43px 0 40px 0;
  width: 75%;
}
.articl figure img {
  width: 100%;
}
.articl figure:after {
  content: "";
  border: 161px solid transparent;
  border-left: 161px solid #2b454d;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -172px;
  top: -171px;
  z-index: 1;
}
.articl figure:before {
  content: "";
  border: 80px solid transparent;
  border-left: 80px solid #f6db4d;
  transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -33px;
  top: -33px;
  z-index: 2;
}
.articl figure figcaption {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #888b8c;
  margin-top: 30px;
}
.articl figure figcaption:before {
  content: "";
  background: #60da61;
  width: 109px;
  height: 5px;
  display: block;
  margin: 0 0 13px 0;
}
.articl h2 {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #24383e;
  margin-bottom: 24px;
}
.articl ul {
  list-style: none;
  padding: 0 0 0 21px;
  margin: -10px 0 64px 0;
}
.articl ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.articl ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.articl .item {
  border: 1px solid #60da61;
  width: 75%;
  padding: 32px 85px 51px 34px;
  position: relative;
  margin-bottom: 49px;
}
.articl .item a.btn.light-btn {
  background: #fff url(../img/arrow.png) 90% 50% no-repeat;
  margin: 0;
  font-weight: normal;
  width: 180px;
  height: 40px;
  justify-content: flex-start;
  padding: 0 0 0 18px;
  font-size: 14px;
  position: absolute;
  top: -22px;
}
.articl .item a.btn.light-btn:hover {
  background: #fff url(../img/arrow.png) 85% 50% no-repeat;
}
.articl .item .box {
  display: flex;
  justify-content: space-between;
}
.articl .item .img {
  width: 180px;
  height: 120px;
  display: block;
}
.articl .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articl .item .text {
  width: 72.5%;
}
.articl .item .text .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #2b454d;
  margin-bottom: 32px;
}
.articl .item .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #7e878c;
  margin-bottom: 0;
}
.articl h3 {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #24383e;
  margin-bottom: 22px;
}
.articl ol {
  padding: 0 0 0 6px;
  margin: -11px 0 35px 0;
  list-style-type: none;
  counter-reset: num;
}
.articl ol li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.articl ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #219653;
}
.articl blockquote {
  background: #f3f3f3 url(../img/blockquote.png) 97.5% 0 no-repeat;
  font-family: "Mazzard";
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #677478;
  padding: 49px 44px;
  width: 75%;
  margin-bottom: 39px;
}
.new-page main {
  position: relative;
}
.new-page main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 135px;
  right: 0;
  z-index: -1;
}
.new-page .news {
  margin: 74px 0 31px 0;
}
.garant .banner p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  width: 100%;
  margin: 0 0 33px 0;
}
.garant .banner .text {
  margin-top: 39px;
}
.garant {
  background: url(../img/fon.png) 51% 62px no-repeat;
  background-size: 525px;
}
.garant .content {
  margin-top: 17px;
}
.chto {
}
.chto .box {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 73px;
}
.chto .box:last-child {
  align-items: flex-start;
  margin-bottom: 0;
}
.chto .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  width: 40.6%;
}
.chto .text {
  width: 43%;
  font-family: Mazzard;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
}
.chto .item {
  width: 25%;
}
.chto .item .icon {
  margin-bottom: 30px;
  height: 74px;
}
.chto .item .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #24383e;
  width: 93%;
}
#anima .item .zag {
  animation: overs linear 1s;
  -webkit-animation-fill-mode: forwards;
  opacity: 0;
}

#anima.active .item:nth-child(1) .zag {
  animation-delay: 0.5s;
}
#anima.active .item:nth-child(2) .zag {
  animation-delay: 1s;
}
#anima.active .item:nth-child(3) .zag {
  animation-delay: 1.5s;
}
#anima.active .item:nth-child(4) .zag {
  animation-delay: 2s;
}
#anima.active .item:nth-child(5) .zag {
  animation-delay: 2.5s;
}
#anima.active .item:nth-child(6) .zag {
  animation-delay: 3s;
}
#anima.active .item:nth-child(7) .zag {
  animation-delay: 3.5s;
}
#anima.active .item:nth-child(8) .zag {
  animation-delay: 4s;
}
.razvitie {
  background: #f3f3f3;
  margin: 22px 0 60px 0;
  padding: 98px 0 128px 0;
  position: relative;
  overflow: hidden;
}
.razvitie:after {
  content: "";
  background: url(../img/fon7.png) 0 0 no-repeat;
  mix-blend-mode: multiply;
  width: 584px;
  height: 613px;
  position: absolute;
  top: 0;
  right: 0;
}
.razvitie .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  width: 55%;
  margin-bottom: 40px;
}
.razvitie .text {
  width: 55%;
}
.razvitie .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #24383e;
  margin-bottom: 10px;
}
.razvitie .text ul {
  list-style: none;
  padding: 0 0 0 27px;
  margin: 18px 0 0 0;
}
.razvitie .text ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.razvitie .text ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.garant .about .title {
  padding: 47px 0 0 0;
  font-size: 63px;
  width: 100%;
}
.garant .about:before,
.garant .about:after {
  display: none;
}
.garant .about .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 22px 0 0 19.5%;
  width: 70%;
  position: relative;
  z-index: 1;
}
.garant .about .ban a.btn {
  margin: 38px 0 0 19.5%;
  padding: 0 0 0 15px;
  width: 210px;
  background: #f6db4d url(../img/arrow.png) 93% 50% no-repeat;
}
.garant .about .ban a.btn:hover {
  background: #f3f3f3 url(../img/arrow.png) 93% 50% no-repeat;
}
.master {
  margin: 88px 0 64px 0;
  padding: 0;
}
.master .container {
  position: relative;
}
.master .container:before {
  content: "";
  background: #f3f3f3;
  width: calc(99% + 100%);
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.master .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 47px;
}
.master .left {
  width: 62%;
  padding: 89px 0 0 91px;
}
.master .right {
  position: relative;
  z-index: 1;
  width: 37%;
  margin: 0 3px 0 0;
}
.master .right:before {
  content: "";
  border: 80px solid transparent;
  border-right: 80px solid #60da61;
  transform: rotate(135deg);
  position: absolute;
  right: -40px;
  top: -34px;
  z-index: 2;
}
.master .right:after {
  content: "";
  border: 161px solid transparent;
  border-right: 161px solid #2b454d;
  transform: rotate(135deg);
  position: absolute;
  right: -178px;
  top: -174px;
  z-index: 1;
}
.master .right .img {
  overflow: hidden;
  position: absolute;
  width: calc(100% + 110px);
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.master .right .img:before {
  content: "";
  width: 250px;
  height: 214px;
  background: #60da61;
  transform: rotate(-38deg);
  position: absolute;
  left: 20px;
  top: -130px;
  z-index: 1;
}
.master .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.master .text {
  position: relative;
}
.master .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  width: 100%;
  margin-bottom: 12px;
}
.master .text ul {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 16px 0 0 0;
}
.master .text ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.master .text ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.palitika {
  padding: 0;
  margin-bottom: 51px;
  position: relative;
  z-index: 1;
}
.palitika:before {
  content: "";
  background: #f3f3f3;
  width: 83%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.palitika .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.palitika .left {
  position: relative;
  z-index: 1;
  width: 37%;
  margin: 0 3px 0 0;
}
.palitika .left:before {
  content: "";
  border: 80px solid transparent;
  border-right: 80px solid #60da61;
  transform: rotate(45deg);
  position: absolute;
  left: -35px;
  top: -36px;
  z-index: 2;
}
.palitika .left:after {
  content: "";
  border: 161px solid transparent;
  border-right: 161px solid #2b454d;
  transform: rotate(45deg);
  position: absolute;
  left: -173px;
  top: -175px;
  z-index: 1;
}
.palitika .left .img {
  overflow: hidden;
  position: absolute;
  width: calc(100% + 143px);
  left: 0;
  display: flex;
  justify-content: flex-start;
}
.palitika .left .img:before {
  content: "";
  width: 250px;
  height: 250px;
  background: #60da61;
  transform: rotate(-51.5deg);
  position: absolute;
  right: 42px;
  top: -160px;
  z-index: 1;
}
.palitika .right {
  width: 62%;
  padding: 114px 0 0 75px;
}
.palitika .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin-bottom: 26px;
  width: 100%;
}
.palitika .text {
  width: 100%;
}
.palitika .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #24383e;
  margin-bottom: 10px;
}
.palitika .text ul {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 18px 0 0 0;
  width: 85%;
}
.palitika .text ul li {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 4px;
  position: relative;
}
.palitika .text ul li:after {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #60da61;
  position: absolute;
  left: -16px;
  top: 5px;
}
.garant main {
  position: relative;
  overflow: hidden;
}
.garant main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 135px;
  right: 0;
  z-index: -1;
}
.onas {
  margin-bottom: 68px;
  position: relative;
}
.onas .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 86px;
  position: relative;
}
.onas .left {
  width: 55%;
}
.onas .left .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin: 61px 0 32px 0;
}
.onas .left .text {
}
.onas .left .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 33px;
  width: 100%;
}
.onas .right {
  width: 615px;
  height: 707px;
  position: absolute;
  top: -145px;
  right: 0;
}
.onas .right .img {
  height: 461px;
  width: 461px;
  position: absolute;
  right: 30px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.onas .right .img img {
}
.onas .right:before {
  content: "";
  background: url(../img/bg6.png) 0 0 no-repeat;
  width: 615px;
  height: 707px;
  position: absolute;
  top: 0;
  left: 0;
}
.onas .zag {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin-bottom: 31px;
}
.onas .text {
}
.onas .text p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  width: 88%;
  margin-bottom: 33px;
}
.onas .logik {
  background: none;
  padding: 0 40px 0 26px;
  margin: 49px 0 0 0;
}
.onas .logik .box {
  margin: 0;
  padding-bottom: 45px;
}
.onas .item .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #24383e;
  width: 100%;
}
.onas .bot {
}
.onas .bot .btn {
  margin: 0 auto;
  width: 180px;
}
.compony .onas .logik .box {
  justify-content: flex-start;
}
.compony .logik .box .item {
  width: 33%;
}
.compony .onas .item .text {
  width: 76%;
}
.compony .palitika .right {
  padding: 93px 140px 0 75px;
}
.compony .palitika .text p {
  font-size: 16px;
  line-height: 23px;
}
.compony .palitika a.btn {
  margin: 46px 0 8px 0;
}
.compony .palitika:after {
  content: "";
  background: url(../img/fon.png) 0 100% no-repeat;
  background-size: 530px;
  width: 275px;
  height: 335px;
  position: absolute;
  right: 0;
  top: 0;
}
.compony .logos {
  background: none;
  margin: 0;
  padding: 43px 0 0 0;
  height: 535px;
}
.compony .logos .logs ul li:after {
  background: #f3f3f3;
}
.comanda {
  padding: 100px 0 60px 0;
  background: url(../img/fon.png) 105% -172px no-repeat;
  background-size: 530px;
}
.comanda .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  width: 97%;
  margin-bottom: 44px;
}
.comanda .box {
  display: flex;
  justify-content: space-between;
}
.comanda .item {
  width: 24%;
  position: relative;
  overflow: hidden;
}
.comanda .item .img {
  width: 311px;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.comanda .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comanda .item .hover {
  background: #219653;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 7px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.comanda .item:hover .hover {
  width: 100%;
}
.comanda .item:after {
  content: "";
  border: 53px solid transparent;
  border-right: 53px solid #219653;
  position: absolute;
  right: -52px;
  bottom: -72px;
  transform: rotate(45deg);
  z-index: 1;
  background-color: #219653;
}
.comanda .item .name {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 15.19px;
  line-height: 120%;
  /* color: #2B454D; */
  color: #fff;
  padding: 9px 23px 0 23px;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.comanda .item .name strong {
  font-size: 18.5656px;
  line-height: 22px;
  display: block;
}
.comanda .bot {
  margin: 50px 0 0 0;
}
.comanda a.btn.def-btn {
  margin: 0 auto;
  width: 245px;
}
.usluga .banner {
  height: 400px;
}
.usluga .banner .container {
  top: 0;
}
.usluga .breadcrumb-item + .breadcrumb-item::before {
  background: #fff;
}
.usluga .banner .breadcrumb a {
  color: #fff;
}
.usluga .breadcrumb-item.active,
.usluga .breadcrumb a:hover {
  color: #60da61;
}
.usluga .banner h1 {
  margin-top: 49px;
}
.usluga .banner .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  width: 50%;
  margin: 10px 0 42px 0;
}
.usluga .banner .bot {
  display: flex;
  justify-content: flex-start;
}
.usluga .banner a.btn {
  margin: 0;
  width: 238px;
}
.usluga .banner a.btn.def-btn {
  margin: 0 25px 0 0;
  width: 240px;
}
.usluga .logik {
  background: none;
  padding: 22px 0 0 0;
}
.uluga {
  margin: 73px 0 86px 0;
}
.uluga .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  justify-content: center;
  margin-bottom: 40px;
}
.uluga .box {
  display: flex;
  justify-content: space-between;
}
.uluga .item {
  width: 19%;
  position: relative;
}
.uluga .item .num {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #a5f2a5;
  opacity: 0.7;
  margin-bottom: 6px;
}
.uluga .item .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #24383e;
}
.uluga .item .arrow {
  transform: rotate(-90deg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50px;
  right: -57px;
}
.uluga .item .arrow span {
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #60da61;
  border-right: 4px solid #60da61;
  transform: rotate(45deg);
  margin: -10px;
  animation: arrow-7 2s infinite;
}
.uluga .item .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.uluga .item .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes arrow-7 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.usluga .articl h2 {
  font-size: 30px;
  margin-bottom: 54px;
}
.usluga .articl figure {
  margin: 39px 0 49px 0;
  width: 49%;
  display: inline-block;
}
.usluga .articl figure + figure {
  margin-left: 21px;
}
.usluga .articl figure:before,
.usluga .articl figure:after {
  display: none;
}
.usluga .about {
  margin: 59px 0 130px 0;
}
.usluga .about:before,
.usluga .about:after {
  display: none;
}
.usluga .about .title {
  font-size: 75px;
  line-height: 115%;
  padding: 58px 0 0 0;
  width: 55%;
}
.usluga .about .ban .box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  z-index: 1;
}
.usluga .about .ban a.btn {
  margin: 36px 0 0 251px;
  justify-content: flex-start;
  background: #f6db4d url(../img/arrow.png) 93% 50% no-repeat;
  padding: 0 0 0 23px;
  width: 280px;
  text-align: left;
}
.usluga .about .ban a.btn:hover {
  background: #f3f3f3 url(../img/arrow.png) 93% 50% no-repeat;
}
.usluga .about .ban span {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  margin-left: 30px;
}
.usluga .palitika .right {
  padding: 74px 0 0 75px;
}
.usluga .palitika .text p {
  font-size: 16px;
  line-height: 23px;
}
.usluga .palitika .text ul {
  padding: 0 0 0 15px;
  margin: 37px 0 0 0;
}
.usluga .palitika .box {
  padding-bottom: 70px;
}
.usluga .palitika {
  margin-bottom: 45px;
}
.usluga .txt {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-bottom: 79px;
}
.usluga main {
  background: url(../img/fon.png) 120% 93% no-repeat;
  background-size: 530px;
}
.kariera .banner.mini h1 {
  margin: 41px 0 47px 0;
}
.kariera .banner .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  width: 55%;
}
.kariera .onas {
  margin-top: 88px;
  margin-bottom: 18px;
}
.kariera .onas .right {
  height: 490px;
  top: -373px;
  overflow: hidden;
}
.kariera .onas .right:before {
  background: url(../img/bg6.png) 0 100% no-repeat;
  height: 490px;
}
.kariera .onas .right .img {
  top: -210px;
}
.kariera .onas .zag {
  width: 55%;
  margin-bottom: 67px;
}
.kariera .onas .logik {
  padding: 0;
}
.kariera .onas .logik .box {
  flex-wrap: wrap;
  padding-bottom: 8px;
  justify-content: normal;
}
.kariera .logik .box .item {
  width: 25%;
  margin-bottom: 68px;
}
.kariera .logik .box .icon {
  margin-bottom: 0;
  height: 106px;
  min-height: auto;
  display: flex;
  align-items: flex-start;
}
.kariera .logik .box .text {
  width: 90%;
}
.kariera .logik .box .icon svg g {
  clip-path: none;
}
.corp {
}
.corp .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  color: #2b454d;
  text-align: center;
  margin-bottom: 33px;
}
.kariera .articl figure {
  margin: 69px auto 40px auto;
  width: 99%;
}
.articl p.non {
  padding-left: 21px;
  line-height: 28px;
  margin-bottom: 15px;
}
.articl ul.laat {
  margin: 0 0 32px 0;
  padding: 0 0 0 106px;
}
.rabota {
  margin: 70px 0 0 0;
}
.rabota .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  color: #2b454d;
  text-align: center;
  margin-bottom: 46px;
}
.rabota .box {
  padding-bottom: 32px;
}
.rabota .item {
  width: 49%;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1.12684px solid #d8d7d7;
}
.rabota .item .left {
  width: 50%;
  padding: 36px 26px 26px 26px;
}
.rabota .item .left .name {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 2px;
}
.rabota .item .left .name a {
  color: #000;
}
.rabota .item .left .price {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  color: #219653;
  margin-bottom: 16px;
}
.rabota .item .left .txt {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
}
.rabota .item .img {
  width: 43%;
}
.rabota .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rabota .bot {
}
.rabota .bot a.btn {
  width: 198px;
}
.kariera main {
  position: relative;
}
.kariera main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 335px;
  right: 0;
}
.banner.mini .price {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 38.3621px;
  line-height: 130%;
  color: #2b454d;
  margin: 12px 0 11px 0;
}
.vakansii .banner.mini {
  background: url(../img/fon.png) 100% -210px no-repeat;
}
.vakansii .banner.mini .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #24383e;
  width: 71%;
}
.vakansii .banner.mini .text:after {
  content: "";
  width: 415px;
  height: 5px;
  background: #60da61;
  display: block;
  margin: 33px 0 33px 0;
}
.vakansii .articl ul {
  margin: -17px 0 33px 0;
}
.vakansii .articl {
  margin-bottom: 54px;
}
.vakansii main {
  position: relative;
}
.vakansii main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 160px;
  right: 0;
  z-index: -1;
}
.faq .banner p {
  color: #24383e;
  width: 46%;
  margin: 46px 0 -11px 0;
  line-height: 23px;
}
.faq .banner.mini {
  overflow: visible;
}
.faq .banner p:last-child {
  margin-bottom: 0;
}
.faq .banner .right {
  width: 795px;
  height: 490px;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: 30px;
}
.faq .banner .right:before {
  content: "";
  background: url(../img/bg8.png) 0 100% no-repeat;
  height: 490px;
  width: 795px;
  position: absolute;
  top: -25px;
  left: 0;
}
.faq .banner .right .img {
  height: 461px;
  width: 461px;
  position: absolute;
  right: 90px;
  left: 0;
  top: -263px;
  bottom: 0;
  margin: auto;
}
.vopros {
  margin: 61px 0 43px 0;
}
.vopros .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  margin-bottom: 33px;
}
.vopros .accordion > .card {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
}
.vopros .accordion .card-header {
  background: #f3f3f3;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.vopros .accordion .card-header .btn {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  background: #60da61 url(../img/card1.png) 96.5% 50% no-repeat;
  color: #fff;
  width: 100%;
  border-radius: 0;
  text-align: left;
  padding: 21px 29px;
  height: 67px;
  margin: 0;
  display: flex;
  justify-content: start;
}
.vopros .accordion .card-header .btn.collapsed {
  color: #272727;
  background: #f3f3f3 url(../img/card.png) 96.5% 50% no-repeat;
}
.vopros .accordion .card-header .btn:hover,
.vopros .accordion .card-header .btn:focus {
  text-decoration: none;
}
.vopros .accordion .card-body {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #2b454d;
  padding: 55px 40px 40px 20px;
}
.faq main {
  position: relative;
}
.faq main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}
.missia .banner.mini {
  overflow: visible;
}
.missia .banner .right {
  width: 795px;
  height: 451px;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: 30px;
}
.missia .banner .right:before {
  content: "";
  background: url(../img/bg8.png) 0 125% no-repeat;
  height: 490px;
  width: 795px;
  position: absolute;
  top: 0;
  left: 0;
}
.missia .banner .right .img {
  height: 461px;
  width: 461px;
  position: absolute;
  right: 90px;
  left: 0;
  top: -250px;
  bottom: 0;
  margin: auto;
}
.missia .banner .text {
  width: 38%;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-top: 46px;
}
.missia .banner.mini:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  display: block;
  mix-blend-mode: normal;
  transform: none;
  width: 216px;
  height: 192px;
  background-size: contain;
  bottom: -140px;
  top: auto;
  right: 70px;
  left: auto;
  animation: none;
}
.missia .banner.mini:before {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  display: block;
  mix-blend-mode: normal;
  transform: none;
  width: 289px;
  height: 257px;
  background-size: contain;
  bottom: -180px;
  top: auto;
  right: 700px;
  left: auto;
  animation: none;
}
.missia .chto {
  margin: 123px 0 58px 0;
}
.missia .chto .text {
  width: 93%;
  margin: 20px 0 53px 0;
}
.missia .chto .item:first-child {
  width: 23%;
}
.missia .chto .item:last-child {
  width: 13%;
}
.missia .chto .item:nth-child(2) {
  width: 20%;
}
.missia .chto .item:nth-child(3) {
  width: 19%;
}
.missia .chto .item:nth-child(4) {
  width: 19%;
}
.missia .articl p {
  margin-bottom: 32px;
  line-height: 24px;
}
.missia .articl figure {
  margin: 34px 0 36px 0;
  width: 100%;
}
.missia .articl p.non {
  line-height: 28px;
  margin-bottom: 13px;
}
.missia .articl ul.laat {
  margin: 0 0 30px 0;
}
.missia .articl p:last-child {
  margin-bottom: 14px;
}
.missia main {
  position: relative;
}
.missia main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}
.filosof .banner.mini {
  overflow: visible;
}
.filosof .banner .right {
  width: 795px;
  height: 451px;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: 30px;
}
.filosof .banner .right:before {
  content: "";
  background: url(../img/bg8.png) 0 125% no-repeat;
  height: 490px;
  width: 795px;
  position: absolute;
  top: 0;
  left: 0;
}
.filosof .banner .right .img {
  height: 461px;
  width: 461px;
  position: absolute;
  right: 90px;
  left: 0;
  top: -250px;
  bottom: 0;
  margin: auto;
}
.filosof .banner .text {
  width: 45%;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-top: 46px;
  margin-bottom: 200px;
}
.filosof .banner.mini:before {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  display: block;
  mix-blend-mode: normal;
  transform: none;
  width: 173px;
  height: 154px;
  background-size: contain;
  bottom: -185px;
  top: auto;
  right: 700px;
  left: auto;
}
.filosof .palitika .right {
  padding: 92px 0 0 75px;
}
.filosof .palitika .title {
  margin-bottom: 27px;
}
.filosof .palitika .text ul li {
  margin-bottom: 5px;
}
.filosof .palitika .text ul.laat {
  padding: 0 0 0 103px;
}
.filosof .palitika {
  margin-bottom: 69px;
  min-height: 427px;
}
.filosof .chto .title {
  margin-bottom: 42px;
}
.filosof .chto {
  margin-bottom: 60px;
}
.filosof .articl .right {
  float: right;
  margin-left: 55px;
}
.filosof .articl .img-min {
  width: 635px;
  height: 305px;
  object-fit: cover;
}
.filosof .articl figure {
  width: 49%;
  margin: 13px 0 48px 0;
  display: inline-block;
}
.filosof .articl figure + figure {
  margin-left: 21px;
}
.filosof .articl figure:before,
.filosof .articl figure:after {
  display: none;
}
.filosof .articl figure figcaption:before {
  margin: 0 0 17px 0;
}
.filosof main {
  position: relative;
}
.filosof main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}

/*.partners .banner.mini{
    overflow: visible;
    
}*/
.partners .banner.mini .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin: 23px 0 0 0;
  width: 48%;
}
.partners .banner.mini:before {
  content: "";
  background: url(../img/fon.png) 0 100% no-repeat;
  display: block;
  mix-blend-mode: normal;
  transform: none;
  width: 572px;
  height: 380px;
  background-size: 531px;
  bottom: -142px;
  top: auto;
  right: 0;
  left: auto;
}
.partners .master {
  margin: 62px 0 47px 0;
}
.partners .logos {
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.partners .logos .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  justify-content: center;
  margin-bottom: 45px;
}
.partners .logos .rab > ul {
  list-style: none;
  margin: 0 0 87px 0;
  padding: 0;
  padding-bottom: 102px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* overflow: hidden;*/
}
.partners .logos .rab > ul li {
  width: 20%;
  height: 246px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -102px;
}

.partners .logos .rab > ul li:nth-child(6),
.partners .logos .rab > ul li:nth-child(15) {
  margin-left: 128px;
}

.partners .logos .rab > ul li:nth-child(7),
.partners .logos .rab > ul li:nth-child(8),
.partners .logos .rab > ul li:nth-child(9) {
  margin-left: 1px;
}
.partners .logos .rab > ul li:nth-child(10),
.partners .logos .rab > ul li:nth-child(11),
.partners .logos .rab > ul li:nth-child(12),
.partners .logos .rab > ul li:nth-child(13),
.partners .logos .rab > ul li:nth-child(14) {
  /*margin-bottom: 0;*/
}
.partners .logos .rab > ul li img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: block;
}
.partners .logos .rab > ul li:after {
  content: "";
  background: #f3f3f3;
  width: 174px;
  height: 174px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination {
  margin-bottom: 60px;
}
.pagination .page-link,
.pagination .page-item span {
  font-style: normal;
  font-weight: normal;
  font-size: 22.2406px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  border: 1.59px solid #dfdfdf;
  margin: 0 -1px;
  width: 50px;
  height: 50px;
  justify-content: center;
}
.pagination .page-item.active .page-link {
  background: #60da61;
  border-color: #60da61;
}
.pagination .page-item:first-child,
.pagination .page-item:last-child {
  border: 1.59px solid #dfdfdf;
  width: 55px;
  height: 50px;
  margin: 0 -1px;
}
.pagination .page-item:first-child .page-link {
  border: 12px solid transparent;
  border-right: 16px solid #60da61;
  font-size: 0;
  padding: 0 0;
  border-radius: 0;
  line-height: normal;
  margin: 11px 0 0 0;
  justify-content: center;
  height: 12px;
  width: 13px;
}
.pagination .page-item:last-child .page-link {
  border: 12px solid transparent;
  border-left: 16px solid #60da61;
  font-size: 0;
  padding: 0 0;
  border-radius: 0;
  line-height: normal;
  margin: 11px 0 0 15px;
  justify-content: center;
  height: 12px;
  width: 16px;
}
.partners main {
  position: relative;
  overflow: hidden;
}
.partners main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}
.clients .banner.mini {
  overflow: visible;
}
.clients .banner .right {
  width: 639px;
  height: 380px;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.clients .banner .right:before {
  content: "";
  background: url(../img/bg8.png) 0 140% no-repeat;
  background-size: 710px;
  height: 435px;
  width: 637px;
  position: absolute;
  top: 0;
  left: 0;
}
.clients .banner .right .img {
  height: 410px;
  width: 410px;
  position: absolute;
  right: 8px;
  left: 0;
  top: -250px;
  bottom: 0;
  margin: auto;
}
.clients .banner .text {
  width: 48%;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  margin-top: 22px;
  margin-bottom: 67px;
}
.clients .banner.mini:before {
  content: "";
  background: url(../img/fon.png) 0 100% no-repeat;
  display: block;
  mix-blend-mode: normal;
  transform: none;
  width: 526px;
  height: 300px;
  top: 0;
  right: 375px;
  left: auto;
}
.clients .chto .title {
  justify-content: center;
  width: 100%;
  margin-bottom: 58px;
}
.clients .chto .item .icon {
  margin-bottom: 0;
  height: 117px;
}
.clients .chto {
  margin-bottom: 54px;
}
.clients .articl p {
  margin-bottom: 47px;
}
.clients .otzivi {
  background: none;
  height: auto;
  margin-top: 69px;
  overflow: visible;
}
.clients .otzivi .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
  justify-content: center;
}
.clients .otzivi .slide {
  margin: 44px -27px -7px -27px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.clients .otzivi .slide .item {
  height: auto;
  box-shadow: 0px 4.3037px 22.5944px rgba(0, 0, 0, 0.05);
  width: calc(33.3% - 54px);
  padding: 28px 33px 31px 25px;
  margin: 0 27px;
  margin-bottom: 82px;
}
.clients .otzivi .slide .img {
  width: 75px;
  height: 75px;
}
.clients .otzivi .slide .name {
  width: 67%;
}
.clients .otzivi .slide .name span {
  font-size: 17px;
}
.clients .otzivi .slide .name span.com {
  font-size: 14px;
}
.clients .otzivi .slide .text {
  font-size: 16px;
  line-height: 25px;
  margin: 28px 0 auto 0;
}
.clients main {
  position: relative;
}
.clients main:after {
  content: "";
  background: url(../img/fon.png) 0 0 no-repeat;
  width: 225px;
  height: 505px;
  background-size: 525px;
  position: absolute;
  bottom: 185px;
  right: 0;
  z-index: -1;
}
.comandos .banner .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #24383e;
  width: 47%;
  margin: 23px 0 0 0;
}
.comandos .banner.mini:before {
  content: "";
  background: url(../img/fon.png) 0 52% no-repeat;
  display: block;
  background-size: cover;
  mix-blend-mode: normal;
  transform: none;
  width: 530px;
  height: 293px;
  top: 0;
  right: 433px;
  left: auto;
}
.comandos .banner.mini {
  overflow: visible;
}
.comandos .comanda {
  padding: 54px 0 0 0;
  background: none;
}
.comandos .comanda .box {
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.comandos .comanda .item {
  margin-bottom: 14px;
}
.comandos .comanda .item .hover {
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, #030303 100%);
}
.comandos .comanda .item .name {
  color: #fff;
  padding: 30px 29px 5px 29px;
}
.comandos .comanda .item:after {
  display: none;
}
.comandos .comanda .item .name strong {
  margin-bottom: 5px;
}
.comandos .comanda .item:before {
  content: "";
  background: #219653;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 9px;
  z-index: 2;
  transition: all 0.5s;
}
.comandos .comanda .item:after {
  display: block;
  border: 53px solid transparent;
  border-right: 53px solid #219653;
  transform: rotate(45deg);
  bottom: -72px;
  z-index: 1;
}
.comandos .comanda .item:hover:before {
  width: 100%;
}
body.error {
  position: relative;
  height: 1170px;
}
body.error .logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 1162px;
  margin: auto;
  top: 161px;
}
body.error .img-error {
  margin: 0 auto;
  display: block;
}
.error-404 main .box {
  display: flex;
  justify-content: space-between;
}
.error-404 .box .left {
  width: 50%;
  padding: 0 0 0 72px;
}
.error-404 .box .left .title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2b454d;
  margin: 167px 0 38px 0;
}
.error-404 .box .left .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
}
.error-404 .box .left .bot {
}
.error-404 .box .left .bot a.btn {
  margin: 36px 0 0 0;
  width: 200px;
}
.error-404 .box .right {
  width: 50%;
  overflow: hidden;
}
.error-404 .box .right .img-svg {
  margin-top: -78px;
}
.error-404 main {
  border-top: 1px solid rgba(43, 69, 77, 0.3);
  background: url(../img/fon.png) -50px 46px no-repeat;
  background-size: 770px;
  padding-bottom: 80px;
  margin-bottom: -15px;
  position: relative;
}
.error-404 main:after {
  content: "";
  background: url(../img/fon.png) 50% 100% no-repeat;
  width: 185px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.error-404 .navbar-expand-md {
  /*pointer-events: none;*/
}
.error-404 a.anketa {
  background: url(../img/plus1.png) 0% 5px no-repeat;
}
.error-404 .navbar-expand-md a.btn.def-btn {
  background: #c5ffc5;
  border: 1px solid #c5ffc5;
}
.error-404 .navbar-expand-md a.btn {
  background: #e3e575;
}
.modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}
#video .modal-dialog {
  /* max-width: 1000px;
    max-height: 562px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0; */
  /* padding: 90px 0 0 0; */
  padding: 30px;
  height: 100%;
  max-height: calc(100vh - 30px);
}
#video .modal-content {
  background: transparent;
}
#video .modal-header {
  padding: 0;
}
#video .modal-body {
  padding: 0;
  height: calc(100vh - 30px);
  /* width: 100%;
    height: 100vh; */
}
#video .modal-body video {
  height: 100%;
  max-height: calc(100vh - 30px);
  margin-bottom: -6px;
}
#video .modal-header .close {
  top: -25px;
  right: -30px;
  z-index: 1;
  opacity: 1;
}
.modal-content {
  border: none;
  border-radius: 0;
  background: #fff url(../img/fon.png) -245px -105px no-repeat;
}
.modal-header {
  border: 0;
  padding: 39px 40px 2px 40px;
  border-radius: 0;
  position: relative;
}
.modal-header .close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 37px;
  right: 39px;
  z-index: 1;
}
.modal-body {
  padding: 17px 40px 25px 40px;
}
.modal-title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #2b454d;
}
.modal-backdrop {
  background: rgba(43, 69, 77, 0.6);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-body .text {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #24383e;
  margin-bottom: 27px;
}
.modal-body .form-control {
  background: #ffffff;
  border: 1px solid #2b454d;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #9ea6a8;
  border-radius: 0;
  height: 46px;
  padding: 0 19px;
}
.modal-body .form-group {
  margin-bottom: 20px;
}
.modal-body .form-group.upload-file__wrapper {
  margin-top: -5px;
  margin-bottom: 30px;
}
.upload-file__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.4px;
  height: 0.4px;
}
.upload-file__label {
  max-width: 160px;
  padding: 13px 14px 13px 32px;
  cursor: pointer;
  background: #f3f3f3 url(../img/file.png) 13px 50% no-repeat;
  border: 1px solid #2b454d;
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2b454d;
}
.upload-file__label:hover {
  background: #f6db4d url(../img/file.png) 13px 50% no-repeat;
}

.modal-body .btn {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #2b454d;
  background: #f6db4d;
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0;
  margin: 17px 0 17px 0;
  transition: all 0.5s;
}
.modal-body .btn:hover {
  background: #f3f3f3;
}
.modal-body p {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #24383e;
}
.modal-body p a {
  text-decoration: underline;
  color: #219653;
}
.modal-body p a:hover {
  text-decoration: none;
}
#lk .modal-header .close {
  top: 18px;
  right: 18px;
}
#lk .modal-body {
  padding: 9px 40px 33px 40px;
}
#lk .modal-body .text {
  margin-bottom: 24px;
}
#lk .modal-body .form-group:last-child {
  margin-bottom: 14px;
}
.news .item .img img {
  max-height: 200px;
}

/* /////// */
.partners .rab ul li img {
  width: auto;
  height: auto;
}

.partners .banner.mini .text {
  width: 30vw;
}

.uslugi .hran .imags img:first-child {
  width: 100%;
  max-height: 100%;
}

.usluga main .content .articl figure.sign img {
  max-height: 400px;
}

#review .modal-dialog {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logos ul li img {
  max-width: 50%;
}

.modal-open .modal {
  background-color: rgb(0, 0, 0, 0.7);
}

.alert {
  z-index: 2;
}
