html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: none;max-width: 100%;height: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Roboto", sans-serif;
  background: #ffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #011829; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #0C8D46; }
	
.bl__flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
nav{position: fixed; width: 100%; z-index: 9999; background: #fff; border-bottom: 1px solid rgb(0 0 0 / 10%);top: 0;left: 0;}
.body-wrap {padding-top: 168px;}
@media screen and (max-width: 1199px) {
	.body-wrap {padding-top: 107px;}
}

.container {
  padding: 0 15px;
  max-width: 1349px;
  margin: 0 auto;
  width: 100%;}
  @media (max-width: 1199px) {
    .container {
      max-width: 960px !important; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px !important; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px !important; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 0; }

h2 {
  margin: 0;
  color: #011829;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px; }

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

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #0C8D46; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #0C8D46;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #0C8D46; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #0C8D46;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-size: 14px;
  border: 2px solid #0C8D46;
  width: 248px;
  height: 62px;
  background: #0C8D46;
  color: white;
  font-weight: 700;
  text-transform: uppercase; }
  .btn:hover {
    background: #55af7e;
    color: white;
    border: 2px solid #55af7e; }

input::-webkit-input-placeholder {
  color: #626262 !important; }

input::-moz-placeholder {
  color: #626262 !important; }

input:-ms-input-placeholder {
  color: #626262 !important; }

input:-moz-placeholder {
  color: #626262 !important; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #0C8D46; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(/images/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #0C8D46 !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.page h1 {
  text-align: center;
  margin-bottom: 20px;}

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 30px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;  }
  .bread a, .bread span {
    color: #011829;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }
    .bread a{
      color: #0C8D46 !important; }
    .bread a:after {
      content: "";
      display: inline-block;
      margin: 0 20px;
      background: url(/images/brea.svg) no-repeat !important;
      width: 6px;
      height: 8px; }
    .bread a:last-child:after {
      display: none; }
    .bread a:hover {
      color: #0C8D46; }

.mob {
  display: none; }

.proj {
  background: #f4f4f4; }
  .proj__box {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px 24px;}
  .proj__item {
    width: 31%;
    width: calc(100% / 3 - 16px);
    position: relative;
    display: none;}
    .proj__item.show {
    display: block;}
    .proj__item:nth-child(3n) {
      /*margin-right: 0;*/ }
    .proj__item img {
      width: 100%;
      object-fit: cover;
      height: 352px;
      margin-bottom: 20px; }
  .proj__name {
    margin-bottom: 15px;
    color: #262b33;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    display: block;}
  .proj__el {
    margin-right: 20px; }
    .proj__el:last-child {
      margin-right: 0; }
  .proj__info {
    margin-bottom: 15px; }
    .proj__info p {
      color: #262b33;
      font-size: 18px;
      font-weight: 400;
      line-height: 21px; }
      .proj__info p:first-child {
        margin-right: 25px; }
      .proj__info p span {
        font-weight: 700; }
  .proj__flex {
    justify-content: space-between;
    margin-bottom: 10px; }
  .proj__one {
    color: #262b33;
    font-size: 18px;
    line-height: 21px; }
  .proj__sum {
    color: #262b33;
    font-size: 30px;
    font-weight: 700; }
    .proj__sum span {
      font-size: 18px;
      font-weight: 400; }
  .proj__bottom {
    align-items: center; }
    .proj__bottom p {
      color: #262b33;
      font-size: 14px;
      line-height: 16px;
      width: 100%;
      max-width: 152px; }
  .proj__btn {
    width: 237px;
    font-size: 16px;
    margin-right: 20px; }
  .proj__link {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 178px;
    height: 45px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    background: #e74a4a;
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px; }
    .proj__link .svg {
      margin-right: 11px; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(/images/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #0C8D46; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #0C8D46; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(/images/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  margin-bottom: -20px;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(/images/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  margin-bottom: -20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.nav__logo {
  display: flex;
  color: #011829;
  gap: 10px;
  align-items: center;
  }
  .nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .logo__sloigan{
	  max-width: 240px;
	  font-size: 12px;
	  color: #000;
	  line-height: normal;}

.nav__box {
  padding: 0px 0 10px;
  align-items: center;
  justify-content: space-between; }

.nav__content {
  align-items: center; }

.nav__tel {
  color: #011829;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  margin-right: 40px; }
  .nav__tel:hover {
    color: #0C8D46; }

.nav__socials a {
  margin-right: 10px; }
  .nav__socials a:last-child {
    margin-right: 0; }
  .nav__socials a:hover {
    opacity: 0.7; }

.nav__bottom {
  background: #0C8D46;
  padding: 20px 0;
  background: none;}
  .nav__bottom ul {
    justify-content: space-between; }
    .nav__bottom ul li a {
      color: #011829;
      font-size: 15px;
      font-weight: 700;
      line-height: 18px;
      text-transform: uppercase; }
      .nav__bottom ul li a:hover {
        color: #0C8D46; }

.header {
  position: relative; }
  .header .swiper1 .swiper-slide {
    padding: 164px 0;
    position: relative; }
    .header .swiper1 .swiper-slide img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -2; }
    .header .swiper1 .swiper-slide h1 {
      margin-bottom: 60px;
      width: 100%;
      color: #fff;
      font-size: 44px;
      line-height: normal;
      max-width: 750px;
      text-shadow: 0px 2px 10px #000;}
    .header .swiper1 .swiper-slide a {
      width: 285px;
      font-size: 16px;
	  border-radius: 10px;
      height: 62px; }
    .header .swiper1 .swiper-slide .container {
      position: relative;
      z-index: 1; }
    .header .swiper1 .swiper-slide:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      height: 100%;
      background: radial-gradient(112.27% 107.91% at 30% 37%, white, rgba(255, 255, 255, 0) 70%); }
  .header .swiper1 .swiper-slide:after {content: none;}
  .header-arr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: white;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 57%;
    transition: 0.5s; }
    .header-arr:hover {
      background: #0C8D46; }
      .header-arr:hover .svg path {
        stroke: white; }
  .header .swiper-button-prev1 {
    left: 10%; }
  .header .swiper-button-next1 {
    right: 10%; }

.pag {
  display: none; }

.par.area {padding-bottom: 0px;}
.par + .area{padding-top: 0px;}
.area {
  background: #f4f4f4;
  padding: 130px 0 70px; }
  .area__box {
    align-items: center;
    justify-content: space-between; }
    .area__box img {
      width: 424px;
      height: 537px;
      object-fit: cover;
      margin-left: 24px; }
  .area__content {
    width: 100%;
    max-width: 872px; }
    .area__content h2 {
      margin-bottom: 10px; }
    .area__content a {
      margin-top: 40px;
      width: 440px; }
  .area__sub {
    color: #0C8D46;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px; }
  .area__text {
    color: #011829;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px; }

.item {
  padding: 40px 0; }
  .item__row {
    justify-content: space-between; }
  .item__block {
    width: 20%;
    text-align: center; }
    .item__block img {
      width: 120px;
      height: 120px;
      margin: 0 auto 28px;
      display: block; }
    .item__block h3 {
      color: #011829;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      text-align: center;
      margin-bottom: 8px; }
    .item__block p {
      color: #011829;
      font-size: 16px;
      font-weight: 400;
      line-height: 140%; }

.catalog {
  background: #f4f4f4;
  padding: 140px 0; }
  .catalog h2 {
    text-align: center;
    margin-bottom: 40px; }
  .catalog__box {
    justify-content: space-between; }
  .catalog__item {
    text-align: center;
	position: relative;
    width: 32.15%; }
	 .catalog__item:before {
		content: "";
		background: linear-gradient(to bottom right, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 0%) 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	 }
	 .catalog__item:hover:before {
		background: linear-gradient(to bottom right, rgb(0 0 0 / 85%) 20%, rgb(0 0 0 / 0%) 100%);
	 }
    .catalog__item img {
      width: 100%;
      height: 352px;
      object-fit: cover;
	  display: block;
      margin-bottom: 0; }
    .catalog__item p {
      color: #011829;
      font-size: 25px;
      font-weight: 700;
      line-height: 29px;
      text-align: center;
      text-transform: uppercase;
      transition: 0.5s;
      max-width: 300px;
      margin: auto;}
	  .catalog__item p {
		position: absolute;
		top: 20px;
		left: 20px;
		text-align: left;
		color: #fff;
		text-transform: none;
		max-width: 250px;
		line-height: normal;
		font-size: 24px;}
    .catalog__item:hover p {
      color: #fff; }

.info {
  padding: 100px 0 0; }
  .info__box {
    justify-content: space-between;
    align-items: flex-start; }
  .info__content {
    width: 100%;
    max-width: 54.2%; }
    .info__content h2 {
      font-size: 40px;
      line-height: 47px;
      margin-bottom: 40px; }
    .info__content p {
      margin-bottom: 25px;
      color: #011829;
      font-size: 20px;
      line-height: 150%; }
  .info__flex {
    align-items: center;
    margin-top: 40px; }
  .info__btn {
    width: 370px;
    height: 62px;
    margin-right: 40px;
    font-size: 16px; }
  .info__area p {
    color: #011829;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 3px; }
  .info__area a {
    color: #011829;
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase; }
    .info__area a:hover {
      color: #0C8D46; }
  .info__wrap img {
    margin-top: -112px;
    position: relative;
    bottom: -6px;}
  .info__wrap p {
    color: #011829;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 4px; }
  .info__wrap span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #0C8D46; }
  .info__per {
    position: relative;
    left: -20px; }

.rev {
  background: #f4f4f4;
  padding: 140px 0; }
  .rev__box {
    justify-content: space-between;
    align-items: flex-start; }
  .rev__content h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 47px;
    max-width: 480px;}
  .rev__content span {
    color: #011829;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase; }
  .rev__content p {
    color: #011829;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
    max-width: 380px;}
  .rev__content a {
    color: #0C8D46;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-decoration-line: underline;
    text-transform: uppercase; }
    .rev__content a:hover {
      color: #000; }
  .rev .swiper2 {
    overflow: hidden;
    width: 100%;
    max-width: 500px; }
    .rev .swiper2 .swiper-slide {
      position: relative;
	  transition: none !important;}
  .rev__pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .rev__wrap {
    position: relative; }
    .rev__wrap .arr {
      position: absolute;
      top: 47%; }
    .rev__wrap .youtube-link, .rev__wrap .youtube-link-img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -40px;
      cursor: pointer;
      transition: 0.5s; }
      .rev__wrap .youtube-link:hover,.rev__wrap .youtube-link-img:hover {
        opacity: 0.8; }
  .rev .swiper-button-prev2 {
    left: -40px; }
  .rev .swiper-button-next2 {
    right: -40px; }

.arr {
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 10; }
  .arr:hover .svg path {
    stroke: #0C8D46; }

.youtube-link .svg, .youtube-link path {
  transition: 0.5s; }

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding-top: 100px; }

.grtvideo-popup-content {
  margin-top: 50px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative; }

.grtvideo-popup-close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
  transition: 0.5s; }
  .grtvideo-popup-close:hover {
    transform: rotate(90deg); }

.grtyoutube-iframe {
  width: 100%;
  height: 480px; }

.objects {
  padding: 100px 0; }
  .objects h2 {
    text-align: center;
    margin-bottom: 40px; }
  .objects .swiper3 {
    overflow: hidden; }
    .objects .swiper3 img {
      height: 352px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 30px; }
    .objects .swiper3 p {
      color: #011829;
      font-size: 25px;
      font-weight: 700;
      line-height: 29px;
      text-align: center; }
    .objects .swiper3 a {
      margin: 30px auto 0; }
  .objects .arr {
    position: absolute;
    top: 40%; }
  .objects .swiper-button-prev3 {
    left: -40px; }
  .objects .swiper-button-next3 {
    right: -40px; }
  .objects__wrap {
    position: relative; }

.par .title {
  text-align: center;
  margin-bottom: 40px; }

.par .area__content {
  max-width: 648px; }
  .par .area__content h2 {
    font-size: 40px;
    line-height: 47px; }
  .par .area__content a {
    width: 352px; }

.par .area__box {
  margin-bottom: 140px; }
  .par .area__box img {
    width: 648px;
    height: 410px; }

.par__sub {
  color: #0C8D46;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px; }

.par__text {
  color: #011829;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px; }

.par ul li {
  padding-left: 6px;
  display: flex;
  align-items: flex-start;
  color: #011829;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px; }
  .par ul li:last-child {
    margin-bottom: 0; }
  .par ul li:before {
    content: "";
    display: flex;
    flex: 1 0 auto;
    width: 4px;
    height: 4px;
    max-width: 4px;
    border-radius: 50%;
    margin-right: 12px;
    background: #0C8D46;
    position: relative;
    top: 10px; }

.par__box {
  justify-content: space-between; }

.par__block {
  width: 49%;
  background: white;
  padding: 40px 40px 0; }

.par__title {
  color: #011829;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-align: center; 
  max-width: 430px;
  margin: 0 auto 15px;}

.par__txt {
  color: #011829;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 150%; 
  max-width: 400px;
  margin: 0 auto 20px;}

.par__flex {
  align-items: flex-end; }

.par__right {
  margin-bottom: 63px; }
  .par__right img {
    margin: 0 0 6px 30px; }
  .par__right a {
    width: 282px;
    height: 62px;
    font-size: 16px; }

.par__item {
  align-items: center;
  margin-bottom: 20px;
  position: relative; }
  .par__item img {
    width: 280px;
    height: 203px;
    object-fit: cover;
    margin-right: 24px; }
  .par__item:last-child {
    margin-bottom: 0; }

.par__time {
  width: 76px;
  height: 25px;
  justify-content: center;
  align-items: center;
  background: white;
  color: #011829;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 10px;
  left: 10px; }

.par__info h3 {
  color: #011829;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 6px; }

.par__info p {
  margin-bottom: 6px;
  color: #011829;
  font-size: 16px;
  line-height: 150%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box; }

.par__info a {
  color: #0C8D46;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase; }
  .par__info a:hover {
    color: black; }

.footer {
  background: white;
  padding: 50px 0; }
  .footer__box {
    align-items: flex-start;
    justify-content: space-between; }
  .footer__name {
    color: #011829;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px; }
  .footer__ul li {
    margin-bottom: 10px; }
    .footer__ul li:last-child {
      margin-bottom: 0; }
    .footer__ul li a {
      color: #011829;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
      .footer__ul li a:hover {
        color: #0C8D46; }
  .footer__text {
    color: #011829;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px; }
  .footer__images {
    align-items: flex-start; }
    .footer__images img {
      width: 140px;
      height: 100px;
      object-fit: cover; }
      .footer__images img:first-child {
        margin-right: 20px; }
  .footer__content {
    text-align: right; }
  .footer__area {
    align-items: center;
    color: #011829;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    justify-content: flex-end; }
    .footer__area:before {
      content: "";
      display: block;
      border-radius: 50%;
      flex: 1 0 auto;
      width: 7px;
      height: 7px;
      background: #d9d9d9;
      margin-right: 5px;
      max-width: 7px; }
    .footer__area span {
      font-weight: 700;
      margin-left: 4px; }
  .footer__tel {
    margin-bottom: 10px;
    display: block;
    width: max-content;
    color: #011829;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-left: auto; }
    .footer__tel:hover {
      color: #0C8D46; }
  .footer__call {
    display: block;
    width: max-content;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0C8D46;
    margin-left: auto;
    justify-content: flex-end; }
    .footer__call:hover {
      color: #000; }
  .footer__socials {
    justify-content: flex-end; }
    .footer__socials a:first-child {
      margin-right: 10px; }
    .footer__socials a:hover {
      opacity: 0.8; }

.dropdown {
  position: relative;
  display: flex;
  align-items: center; }
  .dropdown:before {
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    left: 0;
    background: transparent; }

.dropdown .-hover::after {
  content: "";
  display: flex;
  /*background: url(/images/menu.svg) no-repeat center center;*/
  background: url(/images/menu2.svg) no-repeat center center;
  width: 6px;
  margin-left: 8px;
  height: 10px;
  position: relative;
  top: 3px;
  transition: 0.2s linear;}

.dropdown .-list {
  display: none;
  min-width: 243px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 42px;
  left: -5px;
  z-index: 10; }

.dropdown .-list a {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: #011829;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: inherit; }
  .dropdown .-list a:hover {
    color: #0C8D46; }

.dropdown:hover .-list {
  display: block; }

.dropdown:hover .-hover::after {
  transform: rotate(180deg); }

.dropdown .-hover {
  display: flex;
  color: #011829; }

.proj-item {
  padding-bottom: 140px; }
  .proj-item__box {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px; }
  .proj-item__content {
    position: relative;
    width: 100%;
    max-width: 648px; }
  .proj-item .swiper4, .proj-item .swiper5 {
    overflow: hidden;
    width: 100%; }
  .proj-item .swiper4 {
    margin-bottom: 24px;
    height: 500px; }
    .proj-item .swiper4 .swiper-slide {
      width: 100%;
      height: 100%; }
      .proj-item .swiper4 .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .proj-item .swiper5 {
    height: 130px; }
    .proj-item .swiper5 .swiper-slide {
      width: 100%;
      height: 100%;
      cursor: pointer;
      /*transition: 0.2s linear;*/}
      .proj-item .swiper5 .swiper-slide.swiper-slide-thumb-active{
        border: 5px solid #0c8d46;
        cursor: auto;}
      .proj-item .swiper5 .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .proj-item .header-arr {
    top: 33%; }
  .proj-item .swiper-button-prev4 {
    left: 20px; }
  .proj-item .swiper-button-next4 {
    right: 20px; }
  .proj-item__info {
    width: 100%;
    max-width: 648px;
    background: white;
    padding: 40px; }
    .proj-item__info ul {
      margin-bottom: 54px; }
      .proj-item__info ul li {
        padding-left: 6px;
        display: flex;
        align-items: flex-start;
        color: #011829;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 5px; }
        .proj-item__info ul li span {
          font-weight: 700;
          margin-left: 5px; }
        .proj-item__info ul li:last-child {
          margin-bottom: 0; }
        .proj-item__info ul li:before {
          content: "";
          display: flex;
          flex: 1 0 auto;
          width: 4px;
          height: 4px;
          max-width: 4px;
          border-radius: 50%;
          margin-right: 12px;
          background: #262b33;
          position: relative;
          top: 10px; }
  .proj-item__title {
    color: #262b33;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px; }
  .proj-item__area {
    padding-left: 20px;
    margin-bottom: 62px;
    border-left: 2px solid #0C8D46; }
  .proj-item__txt {
    margin-bottom: 10px;
    color: #262b33;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px; }
  .proj-item__sum {
    font-size: 18px; }
    .proj-item__sum span {
      font-size: 30px;
      font-weight: 700;
      margin: 0 5px; }
  .proj-item__sub {
    color: #262b33;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
    max-width: 400px;}
	.proj-item__sub2{margin-top: 40px;}
  .proj-item__btn {
    width: 365px;
    font-size: 16px; }

.plan {
  padding: 100px 0; }
  .plan h2 {
    text-align: center;
    margin-bottom: 40px; }
  .plan__images {
    justify-content: space-between; }
  .plan__item {
    width: 49.12%;
    height: 640px;
    border: 1px solid #f4f4f4; }
    .plan__item img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.tabs__nav {
  margin: 20px 0 40px;
  justify-content: center;}
  .tabs__nav a, .tabs__nav li {
    width: 180px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #0C8D46;
    color: #011829;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    text-transform: uppercase; }
    .tabs__nav a:last-child, .tabs__nav li:last-child {
      margin-right: 0; }
    .tabs__nav a:hover, .tabs__nav li:hover {
      background: #0C8D46;
      color: white; }
  .tabs__nav .active {
    background: #0C8D46;
    color: white !important; }

.per {
  padding: 40px 0;
  background: #0C8D46; }
  .per__box {
    justify-content: space-between;
    align-items: center; }
  .per__content {
    width: 100%;
    max-width: 760px; }
    .per__content h2 {
      color: white;
      font-size: 40px;
      font-weight: 700;
      line-height: 47px;
      margin-bottom: 10px; }
    .per__content p {
      color: white;
      font-size: 20px;
      font-weight: 400;
      line-height: 150%; }
  .per__btn {
    width: 282px;
    height: 62px;
    background: white;
    font-size: 16px;
    border: 1px solid white;
    color: #011829; }
    .per__btn:hover {
      background: black;
      color: white;
      border: 1px solid black; }

.equip {
  background: #f4f4f4;
  padding: 140px 0 70px; }
  .equip h2 {
    text-align: center;
    margin-bottom: 20px; }
  .equip__box {
    align-items: flex-start;
    margin-top: 40px;
    justify-content: space-between; }
  .equip__content {}
    .equip__content p {
      color: #011829;
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 130%; }
      .equip__content ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 20px;
      }
      .equip__content ul li{
        margin-bottom: 10px;
      }

.video {
  padding: 40px 0 140px;
  background: #f4f4f4; }
  .video h2 {
    text-align: center;
    margin-bottom: 40px; }
  .video__box {
    position: relative;
    display: block;
    width: 100%;
    height: 854px; }
  .video__pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video .youtube-link {
    width: 113px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -56px;
    margin-top: -30px;
    cursor: pointer;
    transition: 0.5s; }
    .video .youtube-link:hover {
      opacity: 0.8; }
    .video .youtube-link img {
      width: 100%;
      height: 100%; }

.area3 {
  padding: 130px 0; }

.objects2 {
  background: white;
  padding: 100px 0; }
  .objects2 h2 {
    text-align: center;
    margin-bottom: 40px; }
  .objects2 .proj__item {
    margin-bottom: 0; }
  .objects2 .arr {
    position: absolute;
    top: 40%; }
  .objects2 .swiper-button-prev6 {
    left: -40px; }
  .objects2 .swiper-button-next6 {
    right: -40px; }
  .objects2 .swiper6 {
    overflow: hidden; }

@media screen and (max-width: 1800px) {
  .header .swiper-button-prev1 {
    left: 6%; }
  .header .swiper-button-next1 {
    right: 6%; } }

@media screen and (max-width: 1700px) {
  .header .swiper-button-prev1 {
    left: 5%; }
  .header .swiper-button-next1 {
    right: 5%; } }

@media screen and (max-width: 1600px) {
  .header .swiper-button-prev1 {
    left: 2%; }
  .header .swiper-button-next1 {
    right: 2%; } }

@media screen and (max-width: 1600px) {
  .header .swiper-button-prev1 {
    left: 1%; } }

@media screen and (max-width: 1500px) {
  .header .swiper-button-prev1 {
    opacity: 0; } }

@media screen and (max-width: 1350px) {
  .container {
    max-width: 1200px; }
  .item__block h3 {
    font-size: 18px; }
  .item__block p {
    font-size: 14px; }
  .info__per {
    left: -6px; }
  .rev .swiper2 {}
  .par__sub br {
    display: none; }
  .par__item img {
    width: 240px; }
  .proj-item__content {
    margin-right: 40px; }
  .video__box {
    height: 500px; } }

@media screen and (max-width: 1199px) {
  .menu-btn {
    width: 48px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 44px;
    z-index: 11;
    overflow: hidden; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0C8D46;
    transition: all 0.5s; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 38px;
    height: 2px; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 38px;
    height: 2px; }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px 40px;
    background: white;
    transform: translateX(500%);
    transition: transform 0.5s;
    z-index: 20;
    overflow: hidden;
    -webkit-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75); }
    .menu li {
      margin-bottom: 25px; }
      .menu li a {
        color: #000;
        font-size: 18px; }
    .menu .nav__tel {
      margin-right: 0;
      margin-bottom: 20px;
      display: block; }
  .menu.active {
    transform: translateX(0); }
  .menu-btn.active {
    overflow: visible;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 50; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0; }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0; }
  .menu-btn, .menu {
    display: block; }
  .nav__bottom, .nav__content, .main__reiting  {
    display: none; }
  .header .swiper1 .swiper-slide h1 {
    margin-bottom: 40px;}
  .header .swiper1 .swiper-slide {
    padding: 80px 0; }
  .header-arr {
    display: none; }
  .pag {
    display: flex;
    justify-content: center;
    width: max-content !important;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
  .swiper-pagination-bullet {
    opacity: 1;
    background: black; }
  .header .pag {
    bottom: 30px; }
  .header .swiper1 .swiper-slide:after {
    background: radial-gradient(112.27% 107.91% at 30% 37%, white, rgba(255, 255, 255, 0) 86%); }
  .area, .catalog, .info, .objects {
    padding: 60px 0; }
  h2 {
    font-size: 50px;
    line-height: 120%; }
  .area__sub {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px; }
  .area__text {
    font-size: 18px;
    margin-bottom: 10px; }
  .area__content a {
    margin-top: 20px; }
  .area__box {
    flex-direction: column-reverse; }
    .area__box img {
      margin-left: 0;
      width: 100%;
      height: 300px;
      margin-bottom: 25px; }
  .area__content {
    max-width: 100%; }
  .item__row {
    flex-wrap: wrap;
    justify-content: center; }
  .item__block {
    width: 27%;
    text-align: center;
    margin: 16px; }
  .catalog h2 {
    margin-bottom: 20px; }
  .catalog__item img {
    height: 300px;}
  .catalog__item p {
    font-size: 21px; }
  .info__box {
    flex-direction: column;
    align-items: center; }
  .info__content {
    max-width: 100%; }
  .info {
    padding-bottom: 0 !important; }
  .info__wrap img {
    margin-top: -30px;
    position: relative;
    bottom: -6px; }
  .info__per {
    top: 64px;
    left: 0; }
  .info__content h2 {
    margin-bottom: 20px; }
  .info__content p {
    font-size: 18px;
    margin-bottom: 10px; }
  .info__flex {
    margin-top: 20px; }
  .rev {
    padding: 60px 0 90px; }
    .rev .pag {
      bottom: -40px; }
  .rev__box {
    flex-direction: column; }
  .rev .swiper2 { margin: 25px auto 0; }
  .rev__wrap {
    width: 100%; }
  .rev__wrap .arr, .objects .arr {
    display: none; }
  .objects h2 {
    margin-bottom: 20px; }
  .objects .swiper3 img {
    height: 250px;
    margin-bottom: 15px; }
  .objects .swiper3 p {
    font-size: 21px;
    width: 80%;
    margin: 0 auto; }
  .objects .swiper3 a {
    width: 100%;
    margin-top: 20px; }
  .objects {
    padding-bottom: 90px !important; }
    .objects .pag {
      bottom: -40px; }
  .par .title {
    margin-bottom: 20px; }
  .par .area__box img {
    height: 300px;
    margin-bottom: 20px; }
  .par .area__content h2 {
    font-size: 35px; }
  .par .area__box {
    margin-bottom: 60px; }
  .par__box {
    flex-direction: column; }
  .par__flex{
    flex-direction: column;
    align-items: center;
  }
  .par__right img {
    display: none; }
  .par__right a {
    width: 100%; }
  .par__title {
    font-size: 30px;
    line-height: 120%; }
  .par__right {
    width: 100%;
    margin-bottom: 0; }
  .par__block {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 25px; }
  .nav__box {
    position: relative; padding: 20px 0;}
  .proj__item {
    width: calc(100% / 2 - 12px);
    }
  .proj-item__box {
    flex-direction: column;
    align-items: center; }
  .proj-item__content {
    margin-right: 0;
    margin-bottom: 40px; }
  .proj-item .swiper5 {
    display: none; }
  .proj-item {
    padding-bottom: 40px; }
  .plan, .equip, .video {
    padding: 40px 0; }
  .plan h2 {
    margin-bottom: 20px; }
  .per__box {
    flex-direction: column; }
  .per__content {
    text-align: center;
    margin-bottom: 25px; }
  .video h2 {
    margin-bottom: 20px; }
  .objects2 {
    padding: 40px 0; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header .swiper1 .swiper-slide h1 {
    font-size: 37px; }
  .area__content a {
    width: 100%; }
  .item__block {
    width: 45%; }
  .catalog__item img {
    height: 250px;
    margin-bottom: 0px; }
  .catalog__item p {}
  .equip__content {
    column-count: 1; }
  .footer {
    padding: 40px 0; }
    .footer__box {
      flex-direction: column; }
  .footer__logo {
    margin-bottom: 30px; }
  .footer__ul {
    margin-bottom: 20px; }
  .footer__content {
    margin-top: 30px;
    text-align: left; }
  .footer__call {
    margin-left: 0;
    margin-bottom: 20px; }
  .footer__tel {
    margin-left: 0; }
  .footer__area {
    justify-content: flex-start; }
  .footer__socials {
    justify-content: flex-start; }
  .proj__item {
    width: 100%;
    margin-right: 0 !important; }
    .proj__item:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .header .swiper1 .swiper-slide h1 {
    font-size: 30px; }
  .header .swiper1 .swiper-slide a, .info__btn {
    height: 50px;
    font-size: 14px; }
  .area__box img {
    height: 250px;
    width: 100%; }
  h2 {
    font-size: 30px !important;
    line-height: 120% !important; }
  .area__sub {
    font-size: 18px; }
  .area__text, .info__content p {
    font-size: 16px; }
  .item__block {
    width: 100%;
    margin: 0 auto 30px; }
    .item__block:last-child {
      margin-bottom: 0; }
  .catalog__box {
    flex-direction: column; }
  .catalog__item {
    width: 100%;
    margin-bottom: 25px; }
    .catalog__item:last-child {
      margin-bottom: 0; }
    .catalog__item p{
      max-width: 100%;}
  .area, .catalog, .info, .objects {
    padding: 40px 0; }
  .info__flex {
    flex-direction: column; }
  .info__btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px; }
  .info__area {
    text-align: center; }
  .info__wrap img {
    bottom: 0px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block; }
  .info__wrap p {
    font-size: 21px; }
  .info__wrap span {
    font-size: 14px; }
  .rev__content span {
    font-size: 40px; }
  .rev__content p {
    font-size: 18px; }
  section .btn {
    font-size: 14px;
    height: 50px; }
  .par .area__content a {
    width: 100%; }
  .par__item {
    flex-direction: column; }
  .par__item img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .page h1 {
    font-size: 35px;
    line-height: 120%; }
  .proj__item img {
    margin-bottom: 10px;
    height: 250px; }
  .proj__name {
    font-size: 24px; }
  .proj__info p {
    font-size: 16px; }
  .proj__sum {
    font-size: 21px; }
  .proj__bottom {
    flex-direction: column-reverse; }
  .proj__bottom p {
    text-align: center;
    margin-bottom: 10px; }
  .proj__btn {
    margin-right: 0;
    width: 100%; }
  .proj__info {
    justify-content: space-between; }
  .plan__images {
    flex-direction: column; }
  .plan__item {
    height: 400px;
    width: 100%;
    margin-bottom: 20px; }
  .per__content p {
    font-size: 18px; }
    .per__content p br {
      display: none; }
  .equip__box {
    margin-top: 30px;
    flex-direction: column; }
  .equip__content {
    width: 100%; }
  .video__box {
    height: 350px; }
  .objects2 h2 {
    margin-bottom: 20px; } 
  .bread a:after {
    margin: 0 10px;}
}

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
	.logo__sloigan {display: none;}
  .header .swiper1 .swiper-slide h1 br {
    display: none; }
  .header .swiper1 .swiper-slide {
    padding-bottom: 100px; }
  .header .pag {
    bottom: 50px; }
  h2 {
    font-size: 27px !important; }
  .area__content a {
    text-align: center; }
  .item__block p {
    width: 80%;
    margin: 0 auto; }
  .item__block img {
    width: 140px;
    height: 140px; }
  .catalog__item img {
    height: 200px; }
  .info__wrap img {
    left: 50px; }
  .rev {
    padding-top: 40px; }
  .rev__content h2 {
    margin-bottom: 10px; }
  .par .area__box img {
    width: 100%;
    height: 250px; }
  .par ul li {
    font-size: 16px; }
  .par__title {
    font-size: 27px; }
  .par__txt {
    font-size: 18px; }
  .par__item img {
    height: 180px; }
  .tabs__nav {
    margin-bottom: 20px;
    flex-direction: column; }
    .tabs__nav a, .tabs__nav li  {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; }
  .proj {
    padding-bottom: 40px; }
  .objects3 {
    padding-bottom: 40px !important; }
  .video .youtube-link {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px; }
  .video__box {
    height: 300px; }
  .equip__content p {
    font-size: 16px;
    margin-bottom: 10px; }
  .per__btn {
    width: 100%; }
  .proj-item__btn {
    width: 100%;
    text-align: center;
    font-size: 12px !important; }
  .proj-item__box {
    margin-top: 20px; }
  .proj-item .swiper4 {
    height: 300px; }
  .proj-item__info {
    padding: 30px 20px; }
  .proj-item__sub {
    font-size: 18px; }
    .proj-item__sub br {
      display: none; }
  .swiper-pagination-bullet {
    width: 25px; } }




/* fancyBox v3 http://fancyapps.com/fancybox/3/ */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box;}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle;}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px;}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

.mod_okno{width: 700px; padding: 50px;  box-sizing: border-box; background: #fff; border-radius: 0; box-shadow: 0 0 10px rgb(0 0 0 / 0.5); overflow: visible;}
.mod_okno .mod_title{color: #011829; font-weight: 700; line-height: normal; font-size: 40px; text-align: center; margin-bottom: 40px;}
.mod_okno .mod_desc{text-align: center; margin-bottom: 20px;}
.mod_okno form{}
.mod_okno input[name='name'], .mod_okno input[name='phone']{width: 100%; margin-bottom: 10px; border-radius: 0; background: #edeef0; color: #000; font-size: 16px; font-weight: 400; line-height: normal; padding: 24px 10px 24px 30px;}
.mod_okno .btn{margin-top: 10px; width: 100%; font-size: 16px;}
.mod_okno .btn:hover{}
.mod_okno .politika{margin-top: 10px; text-align: center; font-size: 14px; opacity: 0.7;}

@media screen and (max-width: 576px) {
  .mod_okno {padding: 30px;}
  .mod_okno .mod_title {font-size: 28px; margin-bottom: 20px;}
  .mod_okno input[name='name'], .mod_okno input[name='phone'] {padding: 20px;}
}

.main__menu{list-style: none;display: flex;align-items: center;justify-content: space-between;gap: 10px;white-space: nowrap;}
.main__menu li{position: relative;}
.main__menu li a, .main__menu li span{}
.main__menu li ul{flex-direction: column;display: none;position: absolute;background: #fff;z-index: 9;min-width: 245px;box-sizing: border-box;align-items: flex-start;box-shadow: 0px 5px 30px 0px rgba(3, 53, 102, 0.25);top: 40px; left: -5px;}
.main__menu li:hover ul {display: flex;}
.main__menu li ul li{width: 100%;}
.main__menu li ul li a{display: block; text-decoration: none; padding: 20px; color: #011829; font-size: 15px; font-weight: 700; line-height: 18px; text-transform: uppercase; color: inherit;}
.main__menu li.dropdown a:hover {color: #0C8D46;}

.footer__text.footer__adres {max-width: 300px;}

.footer__area:before {background: #4CAF50;-webkit-animation: flickerAnimation 1s infinite;-moz-animation: flickerAnimation 1s infinite;-o-animation: flickerAnimation 1s infinite; animation: flickerAnimation 1s infinite;}
@keyframes flickerAnimation {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

.main__content{}
.main__content .container{}
.content{margin: 50px 0;}
.content h1, .content h2, .content h3{text-align: left;font-weight: 700;line-height: normal;margin-bottom: 20px;}
.content h1{font-size: 40px;}
.content h2{font-size: 36px;}
.content h3{font-size: 26px; margin-bottom: 15px;}
.content p{font-size: 16px;margin-bottom: 20px;}
.content ul, .content ol{padding-left: 20px;}
.content ul{list-style-type: disc;}
.content li{margin-bottom: 10px;}
.content li strong{font-weight: 700;}
.content a{color: #0C8D46;border-bottom: 1px solid;}
.content a:hover{border-bottom: 0;}
.content a.btn{text-align: center; color: #fff; font-size: 16px; line-height: normal; margin: 20px 0; max-width: 380px; width: 100%; padding: 20px 10px; height: auto; box-sizing: border-box;}
.title__no .content{margin: 0;}
@media screen and (max-width: 576px) {
  .content a.btn{padding: 15px 10px;}
}

.breadcrumbs{background: #f4f4f4;}

.body-wrap.page .area{padding-top: 50px;}
.body-wrap.project_page .catalog{padding-top: 50px;}

.tabs__content {display: none;}
.tabs__content.active {display: block;}

.swiper-pagination6{margin-top: 40px;}

.proj__empty{text-align: center; margin: 100px 0 50px;}

.uslugi__box{flex-wrap: wrap;gap: 50px 20px;}
.uslugi__box a{width: 100%;text-decoration: none;border: none;max-width: calc(33% - 12px);display: block;}
.uslugi__box a .img{display: block;margin-bottom: 10px;height: 250px;overflow: hidden;}
.uslugi__box a img{width: 100%;height: 100%;object-fit: cover;transition: 0.2s linear;}
.uslugi__box a:hover img{transform: scale(1.1);}
.uslugi__box a .name{color: #011829;font-size: 18px; font-weight: 700; line-height: normal; text-align: center; text-transform: uppercase; transition: 0.2s linear;}
.uslugi__box a:hover .name{color: #0C8D46;}
@media screen and (max-width: 991px) {
  .uslugi__box a{max-width: calc(50% - 10px);}
}
@media screen and (max-width: 576px) {
  .uslugi__box a{max-width: 100%;}
}


textarea.uk-form-danger, input.uk-form-danger {animation-duration: .5s;animation-timing-function: ease-out;animation-fill-mode: both;animation-name: uk-shake;}
input.uk-form-danger, input.uk-form-danger::placeholder {color: #f00 !important;}
@keyframes uk-shake {
    0%, 100% { transform: translateX(0); }
    10% { transform: translateX(-9px); }
    20% { transform: translateX(8px); }
    30% { transform: translateX(-7px); }
    40% { transform: translateX(6px); }
    50% { transform: translateX(-5px); }
    60% { transform: translateX(4px); }
    70% { transform: translateX(-3px); }
    80% { transform: translateX(2px); }
    90% { transform: translateX(-1px); }
}



.main__reiting{}
.main__reiting .reiting{font-weight: 700;font-size: 28px;line-height: 28px;text-align: center;padding-top: 31px;box-sizing: border-box;background: url(../images/reiting.svg) center top no-repeat;width: 65px; height: 96px;margin-right: 16px;position: relative;top: -10px;color: #fff;}
.main__reiting .text{max-width: 140px;}
.main__reiting .star{padding: 5px 0 12px;}
.main__reiting .star i{color: #FFC62D;font-size: 12px;}
.main__reiting .desc{font-weight: 400;font-size: 14px;line-height: 17px;}
.main__reiting .desc strong{display: block;}

.main__tel{margin-right: 40px;}
.nav__tel{margin-right: 0px;margin-bottom: 3px;display: block;border: none !important;}
.tel__time{font-size: 12px; text-align: center;}

@media screen and (max-width: 600px) {
	.header .swiper1 .swiper-slide {padding-top: 50px;padding-bottom: 200px;}
	.header .swiper1 .swiper-slide .container {text-align: center;}
	.header .swiper1 .swiper-slide a, .info__btn {margin: auto;}
}

.btn__center {text-align: center; margin-top: 50px;}
.btn__center .btn{display: inline-flex;}

