@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 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;
  -webkit-text-decoration: underline dotted;
          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-style: none;
}

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

button,
input {
  overflow: visible;
  padding: 0;
}

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;
}

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

img, svg {
  max-width: 100%;
  height: auto;
}

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}
button:hover, a:hover {
  color: inherit;
}

@font-face {
  font-family: "ProximaNova";
  src: local("ProximaNova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: local("ProximaNova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: local("ProximaNova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "ProximaNova";
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  position: relative;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

.bttn {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  padding: 14px 20px;
  background: linear-gradient(180deg, #189400 0%, #308000 100%);
  white-space: nowrap;
  transition: all 0.2s linear;
}

.bttn:hover {
  transition: all 0.2s linear;
  color: #fff;
}

.section-block {
  padding: 40px 0;
}

.block-title {
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}

.no-scroll {
  overflow: hidden;
}

.fancybox__nav {
}

h1 {
  font-weight: 700;
  font-size: 48px;
}

.about-intro h1 {
  padding: 20px 0;
  color: #000;
}

.intro-bot h1 {
  color: #fff;
  margin-bottom: 20px;
}

.srubi-intro h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.remont-intro2 h1 {
  padding: 20px 0 5px;
  color: #000;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}
h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 25px;
}
h4 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
/* Header top */
.header-top {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  padding: 20px 0;
  background-color: #fff;
}

.header-top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.site-nav {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

.site-nav-item {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 2px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.site-nav-item:hover {
  background-color: #ebebeb;
  transition: all 0.2s linear;
}

.site-nav-item:hover .site-nav-dropdown {
  display: block;
}

.site-nav-item.drop::after {
  content: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 9L12.75 15L18.75 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  height: 24px;
  transition: all 0.2s linear;
}

.site-nav-item:hover::after {
  transform: rotateX(180deg);
  transition: all 0.2s linear;
}

.site-nav-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  z-index: 3;
  padding-top: 22px;
}

.site-nav-dropdown__wrapper {
  background-color: #fff;
  gap: 20px;
  padding: 20px;
  display: flex;
}
.one-col{
  position: relative;
}
.one-col .site-nav-dropdown__wrapper {
  width: 150px;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  font-size: 14px;
}
.site-nav-dropdown__column {
  width: 100%;
  max-width: 33.3333333333%;
  border: 1px solid #e3e3e3;
}

.site-nav-dropdown__item {
  padding: 15px 10px;
}

.site-nav-dropdown__item + .site-nav-dropdown__item {
  border-top: 1px solid #e3e3e3;
}

.dropdown__item__title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  display: block;
}

.dropdown__item__title + .dropdown__item__link {
  margin-top: 15px;
}

.dropdown__item__link {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
}

.dropdown__item__link + .dropdown__item__link {
  margin-top: 15px;
}

.header-top__bttn {
  margin-left: 40px;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  width: 47px;
  height: 47px;
  margin-left: 20px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .site-nav {
    gap: 10px;
  }
  .header-top__bttn {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .logo {
    margin-right: auto;
  }
  .site-nav {
    display: none;
  }
  .burger {
    display: flex;
  }
}
@media (max-width: 575px) {
  .header-top__wrapper {
    flex-wrap: wrap;
  }
  .header-top__bttn {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* Header bot */
.header-bot {
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}

.services-nav {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 8px 7px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.services-nav-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s linear;
  font-weight: 400;
  font-size: 14px;
  color: #2e2e2e;
  white-space: nowrap;
}
/*
@media (max-width: 1200px) {
  .services-nav-item:nth-child(6), .services-nav-item:nth-child(7) {
    display: none;
  }
}
*/
.services-nav-item:hover {
  background: #ebebeb;
  transition: all 0.2s linear;
}

.services-nav-item:last-child {
  position: relative;
  z-index: 2;
}

.services-nav-item:last-child:hover .services-nav-item__dropdown {
  display: block;
}

.services-nav-item__dropdown {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}

.services-nav-item__dropdown-wrapper {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 10px;
  margin-top: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.33);
  background: #fff;
}

.services-nav-item__dropdown-wrapper .services-nav-item + .services-nav-item {
  margin-top: 20px;
  position: relative;
}

.services-nav-item__dropdown-wrapper .services-nav-item + .services-nav-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: -10.5px;
  left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .header-bot {
    display: none;
  }
}
.services-nav-item--dropdown {
  display: none;
}
@media (max-width: 1199px) {
  .services-nav-item--dropdown {
    display: flex;
  }
}

.header-wa {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
@media (max-width: 767px) {
  .header-wa img {
    width: 24px;
  }
}

.header-wa-tel {
  font-weight: 600;
  font-size: 16px;
  color: #0dc143;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .header-wa-tel {
    font-size: 14px;
  }
}
.header-wa-tel:hover {
  color: #0dc143;
}

.header-wa-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
@media (max-width: 767px) {
  .header-wa-text {
    font-size: 10px;
  }
}

.menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #efefef;
  padding: 10px;
  max-height: calc(100vh - 107.8px);
  overflow-y: auto;
}

.menu-wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .menu {
    height: calc(100vh - 175px);
  }
  .menu-wrapper {
    flex-direction: column;
    height: 100%;
  }
}

.menu-site-nav, .menu-services-nav {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 20px;
}

.menu-services-nav {
  max-width: 230px;
}
@media (max-width: 575px) {
  .menu-services-nav {
    max-width: 100%;
    flex-grow: 1;
  }
}
.menu-services-nav a + a {
  margin-top: 20px;
}

.menu-site-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-nav-item a, .menu-nav-item span {
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu-nav-item.active a, .menu-nav-item.active span {
  background-color: #e2e2e2;
}
.menu-nav-item.active a:after, .menu-nav-item.active span:after {
  transform: rotate(180deg);
}
.menu-nav-item.drop > a:after {
  content: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 9L12.75 15L18.75 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  height: 24px;
  transition: all 0.2s linear;
}

.menu-nav-dropdown {
  display: none;
  padding: 10px 20px;
  background-color: #fff;
}

.menu-nav-dropdown__item {
  padding: 15px 0;
}
.menu-nav-dropdown__item + .menu-nav-dropdown__item {
  border-top: 1px solid #efefef;
}
.menu-nav-dropdown__item .dropdown__item__title a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  padding: 0;
}
.menu-nav-dropdown__item .dropdown__item__title + .dropdown__item__link {
  margin-top: 16px;
}
.menu-nav-dropdown__item .dropdown__item__link a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  padding: 0;
}
.menu-nav-dropdown__item .dropdown__item__link + .dropdown__item__link {
  margin-top: 16px;
}

.intro {
  position: relative;
  z-index: 1;
}

.intro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 24px 0;
  color: #fff;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.where {
  margin-right: auto;
  width: 100%;
  max-width: 560px;
}

.where__title {
  font-weight: 600;
  font-size: 14px;
  color: #d3d3d3;
  margin-bottom: 5px;
}

.where__text {
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
}

.whatsapp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.whatsapp__icon {
  flex-shrink: 0;
}

.whatsapp__tel {
  font-weight: 600;
  font-size: 16px;
  color: #0dc143;
  margin-bottom: 2%;
  white-space: nowrap;
}
.whatsapp__tel:hover {
  color: #0dc143;
}

.whatsapp__text {
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  white-space: nowrap;
}

.phones {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 40px;
}

.phones__icon {
  flex-shrink: 0;
}

.phones__tel {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #d3d3d3;
  white-space: nowrap;
}

.phones__tel + .phones__tel {
  margin-top: 5px;
}

.schedule {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  margin-left: 20px;
}

.intro-bot {
  padding: 67px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.intro-title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.intro-subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.stat {
  width: 100%;
  max-width: 257px;
  border-left: 1px solid #707070;
  padding: 20px 20px 0px 20px;
}

.stat__title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.stat__item + .stat__item {
  margin-top: 20px;
}

.stat__item-title {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.stat__item-text {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.stat__item-text + .stat__item-text {
  margin-top: 5px;
}

.intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .where {
    flex-shrink: 1;
    flex-grow: 0;
  }
  .phones {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .intro-top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .where {
    max-width: 100%;
  }
  .stat {
    max-width: 193px;
  }
}
@media (max-width: 575px) {
  .intro-top {
    justify-content: space-between;
  }
  .whatsapp {
    width: 100%;
  }
  .phones {
    margin-left: 0;
  }
  .intro-bot {
    flex-wrap: wrap;
    padding: 40px 0;
    gap: 0;
  }
  .stat {
    margin-top: 20px;
    max-width: 100%;
  }
}
.remont-intro .intro-top {
  background: #efefef;
  padding: 20px;
  margin-bottom: 40px;
}
.remont-intro .where__title {
  color: #000;
}
.remont-intro .where__text {
  color: #5a5a63;
}
.remont-intro .whatsapp__text {
  color: #000;
}
.remont-intro .phones__tel {
  color: #000;
}
.remont-intro .schedule {
  border: 1px solid #000;
  color: #000;
}

.remont-intro2 {
  margin-bottom: 20px;
}

.remont-intro2-title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 48px;
  color: #000;
}

.remont-intro2-text {
  width: 100%;
  max-width: 720px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 20px 0;
}

.srubi-intro {
  padding: 20px 0;
  background-image: url(../images/srubi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.srubi-intro .breadcrumbs-link {
  color: #fff;
}
.srubi-intro .breadcrumbs-divider img {
  filter: grayscale(100%);
}

.srubi-title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.srubi-intro-bot {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
}
@media (max-width: 575px) {
  .srubi-intro-bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
  }
}
.srubi-intro-bot.level2{
  margin: 0;
  max-width: 716px;
}
.srubi-ava {
  width: 100%;
  max-width: 240px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .srubi-ava {
    max-width: 140px;
  }
}

.srubi-content {
  padding: 20px;
}

.srubi-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .srubi-text {
    margin-bottom: 20px;
  }
}

.srubi-name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 575px) {
  .srubi-name {
    margin-bottom: 20px;
  }
}
.srubi-name span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .srubi-name span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.srubi-tel {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.srubi-tel:hover {
  color: #fff;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumbs-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-divider img {
  width: 18px;
}

.breadcrumbs-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
@media (max-width: 575px) {
  .breadcrumbs-link {
    font-size: 14px;
  }
}

.team {
  background: #efefef;
  padding: 40px 0 60px;
}
.team h2{margin: 10px 0 50px}
.products h2{margin: 10px 0 50px}
.team-wrapper {
  display: flex;
  gap: 30px 10px;
}
@media (max-width: 991px) {
  .team-wrapper {
    flex-wrap: wrap;
  }
}

.team-card {
  width: 100%;
  max-width: calc((100% - 40px) / 5);
}
@media (max-width: 991px) {
  .team-card {
    max-width: calc((100% - 20px) / 3);
  }
  .team-card:nth-last-of-type(-n+2) {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 575px) {
  .team-card {
    max-width: 100%;
  }
  .team-card:nth-last-of-type(-n+2) {
    max-width: 100%;
  }
}

.team-card__poster {
  height: 182px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team-card__poster {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .team-card__poster img:nth-child(1) {
    width: 100%;
    max-width: auto;
  }
}

.team-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.team-card__play {
  position: absolute;
  bottom: 22px;
  right: 25px;
  z-index: 1;
}

.team-card__name {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.team-card__post {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}

.team-card__text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.team-more-btn {
  display: none;
}

.team-more-btn {
  display: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  background: #e3e3e3;
  padding: 8px 12px;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 575px) {
  .team-more-btn {
    display: flex;
  }
}

.team2-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1199px) {
  .team2-wrapper {
    flex-direction: column;
  }
}

.team2-content {
  width: 100%;
  max-width: 353px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .team2-content {
    max-width: 100%;
  }
}

.team2-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.team2-slider-wrapper {
  width: 100%;
  max-width: 767px;
  position: relative;
}
@media (max-width: 1199px) {
  .team2-slider-wrapper {
    max-width: 100%;
  }
}

.team2-swiper {
  width: 100%;
  max-width: 669px;
}
@media (max-width: 1199px) {
  .team2-swiper {
    max-width: calc(100% - 116px);
  }
}

.swiper-slide {
  border-radius: 2px;
  padding: 10px;
  background: #efefef;
}

.team2-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.team2-img img {
  width: 100%;
}

.team2-name {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.team2-post {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}

.team2-swiper-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.team2-button-prev, .team2-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  background-color: #e8e8e8;
  position: static;
  margin: 0;
}
.team2-button-prev:after, .team2-button-next:after {
  content: "";
}

.fest {
  background-image: url(../images/fest-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.fest-wrapper {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .fest-wrapper {
    flex-wrap: wrap;
  }
}

.fest-left {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .fest-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.fest-img-wrapper {
  padding: 20px;
  border-radius: 2px;
  background: #fff444;
}
@media (max-width: 575px) {
  .fest-img-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.fest-title {
  font-weight: 600;
  font-size: 32px;
  color: #fcf553;
  margin-bottom: 20px;
}

.fest-text {
  font-weight: 400;
  font-size: 16px;
  color: #d9d9d9;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .fest-btn {
    width: 100%;
  }
}

.products-wrapper {
  display: flex;
  gap: 40px 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .products-wrapper {
    gap: 10px;
  }
}

.product-card {
  width: 100%;
  max-width: calc((100% - 30px) / 4);
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 12px 12px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .product-card {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .product-card {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 575px) {
  .product-card {
    max-width: 100%;
  }
}

.product-img {
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-img img {
    width: 100%;
  }
}

.product-name {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

a.product-name {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #999;
   -webkit-text-decoration-skip-ink: none;
           text-decoration-skip-ink: none;
 }
 a.product-name.nounder {
  text-decoration: none;
}
.product-price {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.product-content {
  padding-bottom: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.product-cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-cats a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
}

.product-btn-more {
  width: calc(100% + 24px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 2px;
  background: #e3e3e3;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.product-btn-more img {
  transition: transform 0.3s;
}

.products2 {
  background: #efefef;
}
.products2 .product-card {
  max-width: calc((100% - 20px) / 3);
}
@media (max-width: 767px) {
  .products2 .product-card {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 575px) {
  .products2 .product-card {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .products2 .product-card:nth-last-child(-n+2) {
    display: none;
  }
}

.products-btn {
  display: none;
}
@media (max-width: 767px) {
  .products-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.advtg {
  background: #efefef;
}

.advtg-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .advtg-wrapper {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}

.advtg-item {
  width: 100%;
  max-width: calc((100% - 80px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .advtg-item {
    max-width: calc((100% - 20px) / 2);
  }
  .advtg-item:nth-child(3) {
    max-width: 100%;
  }
  .advtg-item:nth-child(3) .advtg-text {
    max-width: 235px;
  }
}

.advtg-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.prod {
  background: #171e17;
  padding-top: 0;
}
.prod h2 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.prod-video {
  margin-bottom: 40px;
  position: relative;
  display: block
}
.prod-video .video {
  width: 100%;
  height: auto;
  display: block;
}
.prod-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.prod-wrapper {
  width: 100%;
  max-width: 823px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .prod-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.prod-img {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .prod-img {
    max-width: 174px;
  }
}

.prod-name {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.prod-text {
  font-weight: 400;
  font-size: 16px;
  color: #d9d9d9;
  margin-bottom: 20px;
}
.prod-text strong {
  font-weight: 600;
}
.prod-text p + p {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .prod-btn {
    width: 100%;
  }
}

.prod-wa {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prod-wa-icon {
  flex-shrink: 0;
}

.prod-wa-tel {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.prod-wa-tel:hover{
  color: #fff;
}
.prod-wa-name {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.steps {
  background: #efefef;
}

.steps-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .steps-wrapper {
    flex-direction: column;
  }
}

.steps-list {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  flex-shrink: 0;
  counter-reset: custom-counter;
  list-style: none;
}
@media (max-width: 767px) {
  .steps-list {
    max-width: 100%;
  }
}

.steps-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 20px 25px 50px;
  border-bottom: 1px solid #d9d9d9;
  counter-increment: custom-counter;
  position: relative;
}
@media (max-width: 767px) {
  .steps-list-item {
    padding: 40px 20px 40px 50px;
  }
}
.steps-list-item::before {
  content: counter(custom-counter);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 48px;
  color: #d9d9d9;
}

.steps-list-icon {
  flex-shrink: 0;
}

.steps-list-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.form {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  border-radius: 2px;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .form {
    max-width: 100%;
  }
}

.form-img {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 24px;
}

.form-title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 50px;
}

.form-group + .form-group {
  margin-top: 20px;
}

.form-group--input label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.form-group--input input[type=text], .form-group--input input[type=tel], .form-group--input input[type=email] {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding: 10px;
  background: #f7f7f7;
}

.form-group--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-group--checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.form-group--checkbox label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}
.form-group--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: #efefef;
}

.form-submit {
  width: 100%;
  margin-top: 30px;
}

.steps2 {
  background: #171e17;
  padding: 40px 0 60px;
}
.steps2 h2 {
  color: #fff;
}

.steps2-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .steps2-wrapper {
    flex-wrap: wrap;
  }
}

.steps2-item {
  width: 100%;
  max-width: calc((100% - 120px) / 4);
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .steps2-item {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .steps2-item {
    max-width: 100%;
  }
}

.steps2-num {
  flex-shrink: 0;
  border-radius: 2px;
  padding: 10px;
  width: 62px;
  height: 62px;
  background: #5a5a63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.steps2-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.steps2-text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.portfo-video-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 1199px) {
  .portfo-video-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .portfo-video-list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.portfo-video-list--reverse .portfo-list-item {
  width: 100%;
  max-width: 61%;
}
@media (max-width: 1199px) {
  .portfo-video-list--reverse .portfo-list-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .portfo-video-list--reverse .portfo-list-item {
    max-width: 100%;
  }
}
.portfo-video-list--reverse .portfo-list-item:nth-child(2) {
  max-width: 39%;
}
@media (max-width: 1199px) {
  .portfo-video-list--reverse .portfo-list-item:nth-child(2) {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .portfo-video-list--reverse .portfo-list-item:nth-child(2) {
    max-width: 100%;
    order: 0 !important;
  }
}
@media (max-width: 767px) {
  .portfo-video-list .portfo-list-item:nth-child(2) {
    order: -1;
  }
}

.portfo-list {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .portfo-list {
    gap: 20px;
  }
}
.portfo-list .portfo-list-item {
  width: 100%;
  max-width: calc((100% - 80px) / 3);
}
@media (max-width: 1199px) {
  .portfo-list .portfo-list-item {
    max-width: calc((100% - 40px) / 3) !important;
  }
}
@media (max-width: 575px) {
  .portfo-list .portfo-list-item {
    max-width: calc((100% - 20px) / 2) !important;
  }
}
@media (max-width: 575px) {
  .portfo-list .portfo-list-item:nth-child(3) {
    display: none;
  }
}

.portfo-list-item {
  width: 100%;
  max-width: 39%;
}
@media (max-width: 1199px) {
  .portfo-list-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .portfo-list-item {
    max-width: 100%;
  }
}
.portfo-list-item:nth-child(2) {
  max-width: 61%;
}
@media (max-width: 1199px) {
  .portfo-list-item:nth-child(2) {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .portfo-list-item:nth-child(2) {
    max-width: 100%;
  }
}
.portfo-list-item--simple .portfo-img {
  height: 352px;
}
.portfo-list-item--simple .portfo-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.portfo-list-item--video .portfo-video {
  height: 390px;
}
.portfo-list-item--video .portfo-video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.portfo-video {
  margin-bottom: 20px;
  width: 100%;
}

.portfo-img {
  margin-bottom: 20px;
  width: 100%;
}
.portfo-img img {
  width: 100%;
}

.portfo-text {
  margin-bottom: 20px;
  padding: 0 43px 24px;
  font-weight: 400;
  font-size: 16px;
  color: #5a5a63;
  position: relative;
}
.portfo-text::before, .portfo-text::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.portfo-text:before {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.768 17.24L0.16 8.84L4.768 0.439999H9.04L4.288 8.84L9.04 17.24H4.768ZM13.408 17.24L8.848 8.84L13.408 0.439999H17.728L12.976 8.84L17.728 17.24H13.408Z" fill="black"/></svg>');
  left: 0;
  top: 10px;
}
.portfo-text:after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.152 8.84L0.4 0.439999H4.672L9.28 8.84L4.672 17.24H0.4L5.152 8.84ZM13.792 8.84L9.088 0.439999H13.36L17.968 8.84L13.36 17.24H9.088L13.792 8.84Z" fill="black"/></svg>');
  right: 0;
  bottom: 0;
}

.portfo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #3e8c9d;
}

.portfo2-wrapper {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}

.portfo2-item {
  width: 100%;
  max-width: calc((100% - 60px) / 4);
  height: 275px;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfo2-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .portfo2-item {
    max-width: 100%;
  }
}
.portfo2-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.portfo2-text {
  margin: 40px 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.portfo2-btn {
  text-align: center;
}

.portfo2-item--more {
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  padding: 10px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .portfo2-item--more {
    max-height: 132px;
  }
}

.portfo2-item-text {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #5a5a63;
}
.portfo2.level2{
  background: #efefef;
  padding: 60px 0
}
.portfo2.level2 .portfo2-item--more{
  background: #fff;
}
.contacts {
  background: #efefef;
}

.contact-wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-wrapper {
    flex-wrap: wrap;
  }
}
.contact-wrapper:after {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact-wrapper:after {
    display: block;
  }
}
@media (max-width: 575px) {
  .contact-wrapper:after {
    display: none;
  }
}

.contact-item {
  width: 100%;
  max-width: 309px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 1199px) {
  .contact-item {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .contact-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .contact-item {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-item + .contact-item {
    border-top: 1px solid #c8c8c8;
  }
}

.contact-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.contact-icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
  margin-bottom: 20px;
}
.contact-icon-text a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}

.contact-tel {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-top: auto;
}
.contact-tel span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
}

.contact-wa {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 28.5px;
}
@media (max-width: 1199px) {
  .contact-social {
    max-width: 173px;
  }
}
@media (max-width: 991px) {
  .contact-social {
    max-width: calc((100% - 20px) / 2);
    flex-wrap: nowrap;
    padding: 20px 0;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .contact-social {
    max-width: 100%;
  }
}
.contact-social a {
  display: flex;
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .contact-social a {
    display: inline-block;
    max-width: calc((100% - 60px) / 4);
  }
}

.cc {
  padding: 20px 0 40px;
}

.cc-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cc-item {
  width: 100%;
  max-width: calc((100% - 30px) / 4);
  border: 1px solid #b7b7bc;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.continner .cc-item {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 1199px) {
  .cc-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cc-item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 575px) {
  .cc-item {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }
}
.cc-ava {
  width: 100%;
  max-width: 58px;
  flex-shrink: 0;
}
.continner .cc-ava {
  max-width: 120px;
}
.cc-tel {
  font-weight: 600;
  font-size: 20px;
  color: #5a5a63;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .cc-tel {
    font-size: 16px;
  }
}

.cc-name {
  font-weight: 600;
  font-size: 16px;
  color: #5a5a63;
  margin-bottom: 5px;
}

.cc-post {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
}

.blog-wrapper {
  display: flex;
  gap: 40px;
}
.inner .blog-wrapper {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .blog-wrapper {
    flex-wrap: wrap;
  }
}

.blog-item {
  display: flex;
  gap: 20px;
  max-width: calc((100% - 40px) / 2);
}
.inner .blog-item{
  -ms-flex: 0 0 calc((100% - 40px) / 2);
  flex: 0 0 auto;    
  position: relative;
  width: 100%;
  min-height: 1px;

}
@media (max-width: 1199px) {
  .blog-item {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-item {
    flex-direction: column;
  }
}

.blog-content {
  display: flex;
  flex-direction: column;
}

.blog-title {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-title {
    font-weight: 600;
  }
}

.blog-date {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.blog-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.blog-content-bot {
  margin-top: 30px;
  margin-left: auto;
}
@media (max-width: 575px) {
  .blog-content-bot {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 0;
    margin-top: 20px;
  }
}
/*.inner */
.blog-content-bot{margin-top: 10px;display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.blog-ava {
  width: 100%;
  max-width: 119px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: auto;
}
.blog-ava img{border-radius: 50%}

/*.inner */.blog-ava{max-width: 100px;margin-bottom: 0;margin-left: 10px}

@media (max-width: 575px) {
  .blog-ava {
    max-width: 92px;
    margin: 0;
  }
}

.blog-name {
  font-weight: 400;
  font-size: 20px;
  color: #5a5a63;
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 575px) {
  .blog-name {
    text-align: left;
  }
}

.blog-tel {
  font-weight: 600;
  font-size: 20px;
  color: #5a5a63;
  text-align: right;
}
@media (max-width: 575px) {
  .blog-tel {
    text-align: left;
  }
}

.blog-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 290px;
  height: 468px;
}
/*.inner */.blog-img {max-width: 225px;height: 350px}
@media (max-width: 540px) {
  .blog-img,.inner .blog-img {
    max-width: 672px;
    height: auto
  }
}
@media (max-width: 991px) {
  .blog-img {
    max-width: 448px;
  }
}
@media (max-width: 767px) {
  .blog-img {
    max-width: 256px;
  }
}
@media (max-width: 575px) {
  .blog-img {
    max-width: 100%;
    height: 236px;
  }
}
.blog-img picture, .blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media (max-width: 575px) {
  .blog-img picture, .blog-img img {
    width: 100%;
    max-width: 100%;
  }
}

.form-section {
  background: #efefef;
}

.form-section-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .form-section-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.form-section-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .form-section-left {
    max-width: 100%;
  }
}

.form-section-advtg {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .form-section-advtg {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .form-section-advtg {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .form-section-advtg {
    flex-direction: column;
  }
}

.form-section-advtg-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: calc((100% - 10px) / 2);
}
@media (max-width: 991px) {
  .form-section-advtg-item {
    max-width: 100%;
  }
}
.form-section-advtg-item p {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.form-section-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 47.5px 20px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .form-section-card {
    padding: 46px 20px;
  }
}
@media (max-width: 767px) {
  .form-section-card {
    padding: 40px 20px;
  }
}

.form-section-ava {
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.form-section-ava img {
  width: 100%;
}

.form-section-desc {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.form-section-name {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #5a5a63;
  margin-bottom: 10px;
}

.form-section-tel {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #5a5a63;
  margin-bottom: 20px;
}

.form-section-post {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.form-section-right {
  background: #171e17;
  padding: 40px;
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .form-section-right {
    max-width: 100%;
  }
}
.form-section-right .form-group + .form-group {
  margin-top: 25px;
}
.form-section-right label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.form-section-right input[type=text], .form-section-right input[type=tel], .form-section-right input[type=email] {
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  background: #f7f7f7;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.form-section-right .form-group--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.form-section-right .form-group--checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.form-section-right .form-group--checkbox label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}
.form-section-right .form-group--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: #efefef;
}

.form-section-title {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.form-section-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

.form-section-submit {
  width: 100%;
  margin-top: 30px;
}

.form-section2 {
  background: #efefef;
  padding-top: 0;
}

.form-section-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-image: url(../images/form-section2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-block.work {
  padding-top: 40px;

}
.section-block.work .form-section2-right{
  max-width: 100%
}
.section-block.work .form-section-bg {
  max-width: 650px;
  margin: 0
}
.form-section2-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 991px) {
  .form-section2-wrapper {
    flex-direction: column;
  }
}

.form-section2-left {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  padding: 10px;
}
@media (max-width: 1199px) {
  .form-section2-left {
    max-width: calc(40% - 20px);
  }
}
@media (max-width: 991px) {
  .form-section2-left {
    max-width: 100%;
  }
}

.form-section2-left-title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.form-section2-left-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.form-section2-left-title2 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.form-section2-right {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  border-radius: 2px;
  padding: 40px;
  overflow: hidden;
  display: flex;
  gap: 24px;
  background: #fff;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .form-section2-right {
    max-width: calc(60% - 20px);
  }
}
@media (max-width: 991px) {
  .form-section2-right {
    max-width: 622px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .form-section2-right {
    flex-direction: column;
  }
}

.form-section2-right-staff {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .form-section2-right-staff {
    align-items: center;
    justify-content: center;
  }
  .form-section2-right-staff br {
    display: none;
  }
}

.staff-ava {
  margin-bottom: 10px;
}

.staff-name {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.staff-post {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.form-section2-right-form .form-group + .form-group {
  margin-top: 20px;
}
.form-section2-right-form label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.form-section2-right-form input[type=tel] {
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  background: #f7f7f7;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.form-section2-right-form .form-group--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.form-section2-right-form .form-group--checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.form-section2-right-form .form-group--checkbox label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}
.form-section2-right-form .form-group--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: #efefef;
}
.form-section2-right-form .form-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 50px;
}

.form-section2-submit {
  width: 100%;
  margin-top: 30px;
  white-space: normal;
}

.form-section3 .form-section-left {
  display: block;
}
.form-section3 .form-section-title {
  color: #000;
}
.form-section3 .form-section-ava {
  width: 100%;
  max-width: 173px;
}
.form-section3 .form-section-desc {
  font-size: 16px;
}
.form-section3 .form-section-name {
  font-weight: 600;
}
.form-section3 .form-section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-form, .modal-form-success {
  display: none;
  width: 100%;
  max-width: 536px;
  padding: 0;
}
.modal-form .form-section2-right, .modal-form-success .form-section2-right {
  max-width: 100%;
}
.modal-form .form-section2-right-staff, .modal-form-success .form-section2-right-staff {
  flex-shrink: 1;
  width: 100%;
  max-width: 127px;
}
@media (max-width: 575px) {
  .modal-form .form-section2-right-staff, .modal-form-success .form-section2-right-staff {
    max-width: 100%;
    flex-direction: row;
    gap: 20px;
  }
}
.modal-form .form-group--file, .modal-form-success .form-group--file {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.modal-form .form-group--file input[type=file], .modal-form-success .form-group--file input[type=file],
.partnery-form-section input[type=file] {
  display: none;
}
.modal-form .form-group--file label, .modal-form-success .form-group--file label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}

.modal-form-success .form-title {
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}
.modal-form-success .form-subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.f-button {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  background: #f7f7f7;
}
.f-button.is-next,
.f-button.is-prev{
  border: 0;
  width: 52px;
  height: 52px;
  background: transparent
}
.f-button svg {
  stroke: #6b6b76;
}
.f-button.is-next svg,
.f-button.is-prev svg{
  width: 52px;
  height: 52px;
}
.fancybox__content > .f-button.is-close-btn {
  top: 10px !important;
  right: 10px !important;
}
.fancybox__iframe {
  min-height: 60vh;
}
.fancybox__slide.has-iframe .fancybox__content{
  min-height: calc(60vh + 100px)
}
.wwcd-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 575px) {
  .wwcd-wrapper {
    flex-direction: column;
  }
}

.wwcd-gal {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 663px;
}
@media (max-width: 991px) {
  .wwcd-gal {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .wwcd-gal {
    max-width: 100%;
  }
}

.wwcd-gal-img {
  max-width: calc((100% - 30px) / 4);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.wwcd-gal-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wwcd-content {
  width: 100%;
  max-width: 457px;
}
@media (max-width: 991px) {
  .wwcd-content {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .wwcd-content {
    max-width: 100%;
  }
}

.wwcd-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.seo {
  background: #efefef;
}

.seo2 {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .seo2--bred {
    background-color: #efefef;
  }
}

.seo-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .seo-wrapper {
    flex-wrap: wrap;
  }
}

.seo-left {
  width: 100%;
  max-width: 457px;
}
@media (max-width: 767px) {
  .seo-left {
    max-width: 100%;
  }
}

.seo-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.seo-text p{margin-bottom: 15px}
/*
.seo-text ul,
.wwcd-text ul,
.remont-intro2-text ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 25px;
}*/

.seo-right {
  width: 100%;
  max-width: 663px;
}
@media (max-width: 767px) {
  .seo-right {
    max-width: 100%;
  }
}
.seo-right img {
  width: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;*/
}

.befaf-wrapper {
  display: flex;
  gap: 40px;
}
.befaf-wrapper.produ{
  gap: 10px
}
@media (max-width: 991px) {
  .befaf-wrapper {
    flex-direction: column;
  }
}

.befaf-item {
  display: flex;
  gap: 5px;
  width: 100%;
}
.befaf-prod{
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 12px;
  width: 100%
}
.befaf-header{
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.befaf-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.befaf-btn2 {
  margin-top: 20px
}
.befaf-btn2 a{
  padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    background: #f4f4f4;
    font-weight: 400;
    font-size: 14px;
    color: #5a5a63;
}
.bef, .af {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.bef-label {
  padding: 10px;
  background: #171e17;
  font-weight: 600;
  font-size: 20px;
  text-align: right;
  color: #fff;
}

.bef-img {
  filter: grayscale(100%);
}

.bef-img img, .af-img img {
  width: 100%;
}

.af-label {
  background: #3e8c9d;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.af-label span {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.befaf-btn {
  margin-top: 40px;
  text-align: center;
}

.notice {
  padding: 20px 0;
  background: #171e17;
}

.notice-wrapper {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice-wrapper img {
  flex-shrink: 0;
}
.notice-wrapper span {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.notice2 {
  padding: 54px 0;
  background-image: url(../images/notice2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.notice2-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.notice2-text {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.notice3 {
  background-image: url(../images/notice3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.notice3 h2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.notice3-wrapper {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.notice3-text {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.notice4 {
  background-image: url(../images/notice4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.notice4-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.notice4-text {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.notice4-subtitle {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.notice4-btn {
  margin-top: 50px;
  text-align: center;
}

.slogan {
  padding: 40px 0 20px;
}

.slogan-wrapper {
  padding: 20px;
  background: #1a9301;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.include-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .include-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.include-item {
  width: 100%;
  max-width: calc((100% - 100px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .include-item {
    max-width: calc((100% - 20px) / 2);
  }
}

.include-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.equip {
  background: #efefef;
  padding: 40px 0 20px;
}
@media (max-width: 575px) {
  .equip .equip-wrapper {
    overflow-x: auto;
  }
}

.equip-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 575px) {
  .equip-table {
    width: 600px;
  }
}
.equip-table th,
.equip-table td {
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #a0a0a0;
}
.equip-table th:first-child,
.equip-table td:first-child {
  max-width: auto;
  text-align: left;
}
@media (max-width: 575px) {
  .equip-table th:first-child,
  .equip-table td:first-child {
    width: 204px;
  }
}
.equip-table th:nth-child(2),
.equip-table td:nth-child(2) {
  width: 201px;
}
@media (max-width: 991px) {
  .equip-table th:nth-child(2),
  .equip-table td:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 575px) {
  .equip-table th:nth-child(2),
  .equip-table td:nth-child(2) {
    width: 230px;
  }
}
.equip-table th:nth-last-child(-n+3),
.equip-table td:nth-last-child(-n+3) {
  width: 161px;
}
@media (max-width: 991px) {
  .equip-table th:nth-last-child(-n+3),
  .equip-table td:nth-last-child(-n+3) {
    width: auto;
  }
}
@media (max-width: 575px) {
  .equip-table th:nth-last-child(-n+3),
  .equip-table td:nth-last-child(-n+3) {
    width: 130px;
  }
}
.equip-table thead th {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 28px 0;
}
.equip-table thead th:first-child {
  text-align: center;
}
.equip-table thead th:nth-child(3) {
  background-color: #fff;
}
.equip-table thead th:nth-child(4) {
  background-color: #dcdcdc;
}
.equip-table thead th:nth-child(5) {
  background-color: #bababa;
}
.equip-table tbody tr:nth-child(-n+2) td:nth-child(-n+3) {
  background-color: #fff;
}
.equip-table tbody tr:nth-child(-n+2) td:nth-child(4) {
  background-color: #dcdcdc;
}
.equip-table tbody tr:nth-child(-n+2) td:nth-child(5) {
  background-color: #bababa;
}
.equip-table tbody tr:nth-child(3) td:nth-child(-n+4),
.equip-table tbody tr:nth-child(4) td:nth-child(-n+4),
.equip-table tbody tr:nth-child(5) td:nth-child(-n+4),
.equip-table tbody tr:nth-child(6) td:nth-child(-n+4) {
  background-color: #dcdcdc;
}
.equip-table tbody tr:nth-child(3) td:nth-child(5),
.equip-table tbody tr:nth-child(4) td:nth-child(5),
.equip-table tbody tr:nth-child(5) td:nth-child(5),
.equip-table tbody tr:nth-child(6) td:nth-child(5) {
  background-color: #bababa;
}
.equip-table tbody tr:nth-child(n+7) td {
  background-color: #bababa;
}
.equip-table tfoot td {
  background-color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 19.6px 0;
}

.srub {
  background: #171e17;
  padding: 40px 0 60px;
}
.srub h2 {
  color: #fff;
}

.srub-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .srub-wrapper {
    flex-wrap: wrap;
  }
}

.srub-item {
  width: 100%;
  max-width: calc((100% - 80px) / 3);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 991px) {
  .srub-item {
    max-width: calc((100% - 40px) / 2);
  }
  .srub-item:nth-child(3) {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .srub-item {
    max-width: 100%;
  }
}

.srub-icon {
  flex-shrink: 0;
}

.srub-item-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.srub-item-text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.price-article {
  background: #efefef;
}
.seo.white {
  background: #fff;
}

.price-article-wrapper {
  display: flex;
  gap: 40px;
}
.price-article-wrapper p{margin-bottom: 15px}
.price-article-wrapper + .portfo2-btn{
  margin-top: 20px
}
@media (max-width: 767px) {
  .price-article-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.price-article-img {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .price-article-img {
    max-width: 100%;
  }
}

.price-article-content {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .price-article-content {
    max-width: 100%;
  }
}

.price-article-content-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .price-article-content-title {
    margin-bottom: 20px;
  }
}

.price-article-content-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.price-table,.usertable,#usertable {
  width: 100%;
  border-collapse: collapse;
}
.price-table th,
.price-table td,
.usertable th,#usertable th,
.usertable td,#usertable td{
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #a0a0a0;
  /*width: 33.33%;*/
}
.price-table th:first-child,
.price-table td:first-child,
.usertable th:first-child,
#usertable th:first-child,
.usertable td:first-child,
#usertable td:first-child {
  text-align: left;
}
.price-table thead th,
.usertable th,
#usertable th  {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.price-table thead th:first-child,
.usertable th:first-child,
#usertable th:first-child {
  text-align: center;
}

.cta {
  background: #efefef;
}

.cta-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .cta-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}

.cta-content {
  width: 100%;
  max-width: 457px;
}
@media (max-width: 767px) {
  .cta-content {
    max-width: 100%;
  }
}

.cta-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.cta-card-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .cta-card-wrapper {
    flex-direction: column;
  }
}

.cta-card {
  border-radius: 2px;
  padding: 20px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .cta-card {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
}

.cta-ava {
  max-width: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-ava {
    max-width: 90px;
    margin-bottom: 0;
  }
}

.cta-name {
  font-weight: 400;
  font-size: 20px;
  color: #5a5a63;
  margin-bottom: 10px;
}

.cta-tel {
  font-weight: 600;
  font-size: 20px;
  color: #5a5a63;
}

.cta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.cta-link a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}

.map {
  padding-top: 40px;
}
.map h2 {
  margin-bottom: 20px;
}

.map-text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.map-text img {
  flex-shrink: 0;
}
.map-text span {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.map-img {
  height: 398px;
}
.map-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.about-intro {
  margin-bottom: 0;
}

.principle {
  background-image: url(../images/primery.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 60px;
}
.principle h2 {
  color: #fff;
}

.principle-subtitle {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.principle-wrapper {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
}

.principle-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 575px) {
  .principle-item {
    width: 100%;
  }
}

.principle-icon {
  flex-shrink: 0;
}

.principle-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.history1-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 575px) {
  .history1-wrapper {
    flex-direction: column;
  }
}

.history1-text {
  width: 100%;
  max-width: 457px;
}
@media (max-width: 991px) {
  .history1-text {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .history1-text {
    max-width: 100%;
  }
}

.history1-gal {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 663px;
}
@media (max-width: 991px) {
  .history1-gal {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 575px) {
  .history1-gal {
    max-width: 100%;
  }
}

.history1-gal-img {
  max-width: calc((100% - 30px) / 4);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.history1-gal-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history2-wrapper {
  width: 100%;
  /*max-width: 780px;*/
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 575px) {
  .history2-wrapper {
    max-width: 100%;
    flex-direction: column;
  }
}

.history2-img {
  width: 50%;
  padding-left: 10%;
  height: auto;
}
@media (max-width: 768px) {
  .history2-img {
    width: 100%;
    padding: 0
  }
}
.history2-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%
}
@media (max-width: 768px) {
  .history2-img img {
    width: 100%;
  }
}

.history2-content {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 575px) {
  .history2-content {
    max-width: 100%;
  }
}

.history2-title {
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}

.history2-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.come {
  background: #efefef;
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .come2 {
    background-color: #e7e7e7;
  }
}

.come-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 575px) {
  .come-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.come-img {
  width: 100%;
  max-width: 515px;
}
@media (max-width: 575px) {
  .come-img {
    max-width: 100%;
  }
}
.come-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.come-content {
  width: 100%;
  max-width: 605px;
}
@media (max-width: 575px) {
  .come-content {
    max-width: 100%;
  }
}

.come-content-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.come-content-adress {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.come-content-maplink {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
  margin-bottom: 40px;
}

.come-content-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.come-contacts {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .come-contacts {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.come-contacts-item {
  width: 100%;
  max-width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .come-contacts-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .come-contacts-item {
    max-width: 100%;
  }
}

.come-contacts-text {
  font-weight: 600;
  font-size: 20px;
  color: #5a5a63;
}
.come-contacts-text a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}
.come-contacts-text .come-wa {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.come-contacts-text span {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
  display: block;
}

.rev-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.inner .rev-wrapper{margin-bottom: 35px}
.rev-left {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .rev-left {
    max-width: 100%;
  }
}

.rev-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.rev-item-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 575px) {
  .rev-item-content {
    flex-direction: column;
  }
}
.toggle-button{display: none;}
@media (min-width: 1024px) {
  .rev-quote div{
    max-height: 13em;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .rev-quote div.more {
    max-height: 100%; 
  }
  .toggle-button{
    display: block;
    margin-top: 15px;
    text-decoration: underline;
  }
}

.rev-ava {
  width: 100%;
  max-width: 96px;
  flex-shrink: 0;
}
.rev-item-content img{border-radius: 50%}

.rev-quote {
  padding: 0 43px 5px;
  font-weight: 400;
  font-size: 16px;
  color: #5a5a63;
  position: relative;
}
.rev-quote::before, .rev-quote::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.rev-quote:before {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.768 17.24L0.16 8.84L4.768 0.439999H9.04L4.288 8.84L9.04 17.24H4.768ZM13.408 17.24L8.848 8.84L13.408 0.439999H17.728L12.976 8.84L17.728 17.24H13.408Z" fill="black"/></svg>');
  left: 0;
  top: 10px;
}
.rev-quote:after {
  content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.152 8.84L0.4 0.439999H4.672L9.28 8.84L4.672 17.24H0.4L5.152 8.84ZM13.792 8.84L9.088 0.439999H13.36L17.968 8.84L13.36 17.24H9.088L13.792 8.84Z" fill="black"/></svg>');
  right: 0;
  bottom: 0;
}

.rev-right {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
@media (max-width: 991px) {
  .rev-right {
    max-width: 100%;
  }
}

.rev-video {
  position: relative;
  width: 100%;
  height: 330px;
}
.rev-video .rev-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.rev-image {
  position: relative;
  width: 100%;
  height: 330px;
}
.rev-image .rev-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.rev-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.rev-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #3e8c9d;
  margin-top: 20px;
}

.cert {
  background: #171e17;
  padding: 40px 0 80px;
}
.cert h2 {
  color: #fff;
}

.cert-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cert-wrapper a{
  position: relative;
}
.cert-wrapper a::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
.cert-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  max-width: 900px;
  margin-bottom: 40px;
}

.cert-item {
  width: 100%;
  max-width: calc((100% - 100px) / 6);
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cert-item {
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 575px) {
  .cert-item {
    max-width: calc((100% - 40px) / 2);
  }
}
.cert-item img {
  width: 100%;
}
@media (max-width: 767px) {
  .cert-item:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 575px) {
  .cert-item:nth-last-child(-n+4) {
    display: none;
  }
}

.footer {
  background: #171e17;
}

.footer-top {
  display: flex;
  gap: 0 20px;
  padding: 10px 0 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-top {
    gap: 20px;
  }
}

.footer-top-item {
  width: 100%;
  max-width: calc((100% - 100px) / 6);
}
@media (max-width: 767px) {
  .footer-top-item {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 575px) {
  .footer-top-item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .footer-top-item:nth-child(-n+3) {
    order: -2;
  }
}
@media (max-width: 575px) {
  .footer-top-item:nth-child(-n+3) {
    order: 0;
  }
}
@media (max-width: 575px) {
  .footer-top-item:nth-child(-n+2) {
    order: -2;
  }
}

.footer-top-title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.footer-top-title:hover{color: #fff;}
.footer-top-list li {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
}
.footer-top-list li + li {
  margin-top: 10px;
}

.footer-top-alt-link {
  margin-left: calc((100% - 100px) / 6 + 20px);
}
@media (max-width: 767px) {
  .footer-top-alt-link {
    width: 100%;
    order: -1;
    margin-left: calc((100% - 40px) / 3 + 20px);
  }
}
@media (max-width: 575px) {
  .footer-top-alt-link {
    margin-left: 0;
  }
}
.footer-top-alt-link a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 575px) {
  .footer-top-alt-link a {
    width: 100%;
  }
}

.footer-mid {
  padding: 20px 0;
  border-bottom: 1px solid #5b5b5b;
  border-top: 1px solid #5b5b5b;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer-mid {
    flex-wrap: wrap;
  }
}

.footer-mid-first-item {
  width: 100%;
  max-width: 195.5px;
}
@media (max-width: 991px) {
  .footer-mid-first-item {
    max-width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 767px) {
  .footer-mid-first-item {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-mid-first-item .footer-mid-text {
    max-width: 242px;
  }
}

.footer-mid-item {
  width: 100%;
  max-width: 195.5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 991px) {
  .footer-mid-item {
    max-width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 575px) {
  .footer-mid-item {
    max-width: calc((100% - 10px) / 2);
  }
}
.footer-mid-item:nth-child(4) .footer-mid-text {
  margin-top: 22px;
}
@media (max-width: 575px) {
  .footer-mid-item:nth-child(4) .footer-mid-text {
    margin-top: 0;
  }
}

.footer-mid-logo {
  margin-bottom: 10px;
}

.footer-mid-text {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
  margin-bottom: 10px;
}
.footer-mid-text a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
}

.footer-mid-title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-mid-tel {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-top: auto;
}
.footer-mid-tel span {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
}
.footer-mid-tel:hover {
  color: #fff;
}

.footer-mid-social {
  width: 100%;
  max-width: 133px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 24.5px;
}
@media (max-width: 991px) {
  .footer-mid-social {
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-wrap: nowrap;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer-mid-social {
    max-width: 100%;
  }
}
.footer-mid-social a {
  display: flex;
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .footer-mid-social a {
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 767px) {
  .footer-mid-social a {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.footer-mid-last-item {
  width: 100%;
  max-width: 195px;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .footer-mid-last-item {
    display: flex;
    gap: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-mid-last-item {
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .footer-mid-last-item {
    flex-direction: column;
  }
}

.footer-mid-search-form {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .footer-mid-search-form {
    order: -1;
    margin-top: 0;
    width: 100%;
    max-width: 307px;
  }
}
@media (max-width: 767px) {
  .footer-mid-search-form {
    max-width: 100%;
  }
}

.footer-mid-search-form-wrapper {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 2px 0 0 2px;
  padding: 10px;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-mid-search-form-wrapper {
    width: 100%;
  }
}

.footer-mid-search-form-input {
  font-weight: 400;
  font-size: 14px;
  color: #6b6b76;
  outline: none;
  border: none;
  background-color: transparent;
  width: 100%;
}

.footer-mid-search-form-submit {
  flex-shrink: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 2px 2px 0;
  background-color: #e8e8e8;
}

.footer-bot {
  padding: 20px 0 30px;
}

.footer-bot-copy {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
  margin-bottom: 10px;
}

.footer-bot-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 34px;
}
@media (max-width: 767px) {
  .footer-bot-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 34px;
  }
}

.footer-bot-link {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #3e8c9d;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer-bot-link {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.footer-bot-link:hover {
  color: #3e8c9d;
}

.footer-bot-text {
  font-weight: 400;
  font-size: 14px;
  color: #5a5a63;
  text-align: right;
}
.footer-bot-text:nth-child(1) {
  margin-right: auto;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-bot-text:nth-child(1) {
    width: 100%;
  }
}
.footer-bot-text:nth-child(3) {
  white-space: nowrap;
}