/* Light - 300 */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/scg_thems/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Regular - 400 */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/scg_thems/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium - 500 */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/scg_thems/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold - 600 */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/scg_thems/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold - 700 */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/scg_thems/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: default !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a,
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
img.img.min {
  max-width: 300px;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
hr,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
textarea.comment-area {
  height: calc(100% - 30px);
  min-width: 300px;
  resize: none;
}
[type='checkbox'],
[type='radio'],
legend {
  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-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-input-placeholder {
  color: #363636;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #363636;
  font-weight: 400;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #363636;
  font-weight: 400;
}
.nobtn {
  background: 0 0;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #44bbb4 !important;
}
body {
  margin: 0 auto;
  background-color: #414142;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 360px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.sitemap__wrapper {
  flex: 1 1 auto;
  max-width: 480px;
}
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden,
.slides input {
  display: none;
}
.container,
header {
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
}
header {
  position: relative;
  background: url('../images/home__background_top-min.jpg') center top/cover
    no-repeat;
}

/*[data-template='template_portfolio.php'] header {
  height: 90vh;
  background: url('../images/home__background_top.jpg') center top/cover
    no-repeat;
  background-position: right 35% top 10vh;
}*/

[data-template='template_portfolio.php'] service-banner__info {
  z-index: 5000;
  position: relative;
  top: 20px;
}
.header__top {
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(23, 23, 23, 0.9);
  height: auto;
}
.header__top.header__top-inner {
  background: url('../img/header-top-bg.jpg') center top/cover no-repeat;
}
.header__top.header__top-inner:before {
  content: ' ';
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.9);
}
.header__contact,
.logo {
  position: relative;
  z-index: 3;
}
.logo {
  float: left;
  margin-top: 15px;
}
.logo a img {
  width: 209px;
}
.logo a span {
  margin-left: 20px;
  font-size: 13px;
  color: #fff;
  text-align: left;
}
.header__contact,
.logo a img,
.logo a span {
  display: inline-block;
  vertical-align: middle;
}
.header__contact {
  margin: 10px 30px 0 0;
  vertical-align: top;
  text-align: center;
}
.header__phone {
  position: relative;
  display: block;
  margin-bottom: 17px;
  font-size: 24px;
  color: #fff;
}
.callback__link {
  display: block;
  width: 168px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  outline: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #44bbb4;
}
.callback__link:hover {
  border-color: #44bbb4;
  background: #44bbb4;
}
.header__menu {
  margin-right: 175px;
  position: relative;
  display: inline-block;
  width: 30%;
  padding: 30px 0;
  vertical-align: top;
  background: #44bbb4;
  z-index: 5;
}
.main {
  position: relative;
  margin-top: -350px;
  z-index: 2;
}
.video__preview {
  position: relative;
}
.video__preview a {
  display: block;
  font-size: 0;
  outline: 0;
  margin: 10px;
}
.video__preview a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.video__preview a:hover:after {
  opacity: 1;
}
.video__preview a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  opacity: 0.9;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background: url('../img/play-icon.png') no-repeat;
}
.video__preview img {
  max-height: 220px;
}
.video__preview_text {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  top: -3vh;
}
.porfolio-fix {
  margin-top: 40vh !important;
}
.sidebar__video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}
input:checked + .slide-container .nav label {
  display: block;
}
.order {
  margin-left: auto;
  max-width: 1920px;
  width: 98.7vw;
  margin-right: auto;
  position: relative;
  padding: 75px 0 80px;
  overflow: hidden;
  background: url('../img/order-bg.webp') center no-repeat;
  z-index: 1;
}
.order__link,
.order__title {
  color: #fff;
  text-align: center;
  z-index: 3;
}
.order__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
}
.order__link {
  outline: 0;
  display: block;
  width: 257px;
  height: 63px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 63px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #44bbb4;
}
.order__link:hover {
  background: #44bbb4;
}
footer {
  margin-left: auto;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  height: calc(640px + 180px);
  padding: 65px 0 0;
  overflow: hidden;
  background: #414142;
}
footer:before {
  width: 100%;
  max-width: 1111px;
  background-image: url('../images/footer_map.png');
  background-repeat: no-repeat;
  background-position: right;
  top: -30px;
}
footer:after {
  top: 0;
  background: 0 0;
}
footer:after,
footer:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  height: 655px;
  margin: 0 auto;
  z-index: 1;
}
.coopiright {
  color: #fff;
  padding-top: 15px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
.footer-phone {
  font-size: 24px;
}
.footer-phone:hover {
  text-decoration: underline;
}
footer .container {
  z-index: 2;
}
footer i {
  color: #44bbb4;
  font-style: normal;
}
.footer-column__item {
  padding-bottom: 15px;
}
.footer-addr {
  padding-top: 25px;
}
.footer-addr__item {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-addr__content {
  padding-left: 10px;
}
.footer-addr__title {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.footer-addr__addr {
  margin: 0;
}
.footer-contact i {
  padding-right: 5px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}
.footer-social .footer__social-block {
  padding: 0 30px 0 0;
}
.footer-social a:hover {
  text-decoration: none;
}
.footer-social a:hover span {
  text-decoration: underline;
}
footer .map-marker {
  background: url('../images/mapmarker.png');
  position: relative;
  width: 16px;
  height: 19px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
footer .map-marker span {
  position: absolute;
  line-height: 1.5;
  padding-left: 5px;
  font-size: 12px;
}
.footer-title {
  background: linear-gradient(to left, transparent 0, #44bbb4 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  font-size: 26px;
  padding-bottom: 5px;
  font-weight: 600;
}
.footer__menu,
.order__link,
footer,
footer .container {
  position: relative;
}
.footer__menu {
  text-align: center;
  z-index: 3;
}
.footer__menu li {
  margin: 0 12px;
}
.footer__menu li a {
  color: #fff;
  text-transform: uppercase;
}
.address__item span,
.footer__menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.footer__menu li a.active,
.footer__menu li a:hover {
  color: #44bbb4;
}
.social__block {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.social__block .social__link {
  display: block;
  font-size: 0;
  margin: 10px 15px;
  transition: 0.25s;
  width: 30px;
  height: 30px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.social__block .social__link:hover {
  width: 50px;
  height: 50px;
  transform: rotate(360deg);
}
.social__link-instagram {
  background-image: url('/wp-content/themes/scg_thems/img/insta.png');
}
.insta-slide {
  display: block;
  width: 244px;
  height: 244px;
  background-repeat: no-repeat;
  background-size: cover;
}
.insta-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insta-items__item {
  flex: 1 1 auto;
  padding: 10px;
}
.address__item {
  position: relative;
  float: left;
  width: 320px;
  font-size: 15px;
  color: #fff;
  line-height: 17px;
  z-index: 3;
  margin-right: 100px;
}
.address__item span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #44bbb4;
  line-height: 36px;
}
.address__item span,
.map__marker {
  text-align: center;
  -webkit-border-radius: 50%;
}
.address__text {
  padding-top: 10px;
}

.oborudovanie-svet-list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.oborudovanie-svet-list-item {
  display: flex;
  width: 50%;
  margin-bottom: 50px;
}
.oborudovanie-svet-list img {
  width: 100%;
}
.oborudovanie-svet-list ul li {
  list-style-image: url(/wp-content/themes/scg_thems/images/oborudovanie/list-icon.png);
}
.oborudovanie-svet-list ul {
  margin-top: 30px;
  padding-left: 25px;
}
.oborudovanie-svet-list-text {
  text-align: left;
  width: 50%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sinxron-list {
  padding: 0 0 !important;
}
.oborudovanie-sinxron-wrapper {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.oborudovanie-sinxron {
  margin: 0 100px;
  width: 350px;
  flex-shrink: 0;
}
.oborudovanie-sinxron ul li {
  line-height: 2.3;
  list-style-image: url(/wp-content/themes/scg_thems/images/oborudovanie/list-icon2.png);
}
.oborudovanie-sinxron ul {
  margin-botom: 80px;
  padding-left: 35px;
}

.map__marker {
  position: absolute;
  top: 300px;
  left: 225px;
  font-size: 8px;
  line-height: 20px;
  z-index: 3;
}
.map__marker2 {
  left: 225px;
  top: 220px;
}
.map__marker2,
.map__marker3,
.map__marker4 {
  position: absolute;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 50%;
}
.map__marker3 {
  top: 450px;
  left: 125px;
}
.map__marker4 {
  top: 460px;
  left: 335px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #44bbb4;
  display: none;
}
.callback__form {
  position: relative;
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 45px 0 50px;
  text-align: center;
  background: #fff;
}
.callback__form .form__title {
  display: block;
  margin: 0 0 45px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.callback__form form {
  padding: 0 50px;
}
.callback__form .form__btn {
  width: 200px;
  height: 53px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: 0;
  background: #44bbb4;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin: 0 auto;
  display: block;
}
.callback__form .form__btn:hover {
  background: #44bbb4;
}
.callback__form .mfp-close {
  top: 22px;
  right: 15px;
  font-size: 34px;
  color: #171717;
  opacity: 1;
}
.callback__form .mfp-close:active {
  top: 22px;
}
.callback__form input,
.callback__form textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 10px;
  border: 1px solid #cacaca;
  max-width: 100%;
  max-height: 350px;
  border-radius: 10px;
  padding: 5px 10px;
  outline: none;
  opacity: 1;
}
.callback__form input::placeholder {
  opacity: 0.5;
}

.first-letter::first-letter {
  padding-left: 1em;
}
.flex-form,
.form-col {
  display: flex;
  justify-content: center;
}
.flex-form {
  flex-wrap: wrap;
}
.form-col {
  padding: 10px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}
.form-col.-col-1 {
  flex: 1 1 100%;
}
.page__title {
  line-height: 60px;
  display: block;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.page__title.page__title-service {
  margin-bottom: 0;
}
.pagination {
  position: relative;
  margin: 10px 500px;
}
.pagination__list,
.pagination__list li a {
  display: block;
  text-align: center;
}
.footer__menu li,
.pagination__list li {
  display: inline-block;
}
.pagination__list li a {
  width: 33px;
  height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination__list li.active a,
.pagination__list li:hover a {
  color: #fff;
  background: #44bbb4;
}
.contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.contact__item {
  font-size: 16px;
  color: #fff;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact__item__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.contact__item p,
nav.sitemap a {
  color: #fff;
}
.link__contact {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 15px 15px 0;
  line-height: 165px;
  text-align: center;
  border-radius: 50%;
  background: #44bbb4;
}
.page__text ul {
  margin-bottom: 1em;
}
.page__text p + ul {
  position: relative;
  top: -0.5em;
}
.page__text li,
.first-ul li,
.second-ul li {
  border: 1px solid #44bbb4;
  border-width: 0 0 0 3px;
  margin: 0 0.25em 0.75em 0.5em;
  display: flex;
}
.page__text li,
.first-ul li,
.second-ul li {
  padding-left: 10px;
}
.map__marker,
.map__marker2,
.map__marker3 {
  background: 0 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 16px;
  height: 16px;
}
.map__marker2 > span,
.map__marker3 > span,
.map__marker > span {
  position: relative;
  z-index: 1;
}
.map__marker2:before,
.map__marker3:before,
.map__marker:before {
  content: '';
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #44bbb4;
  left: -7px;
  top: -10px;
  position: absolute;
}
.hide,
.pyramid__section__mobiletext {
  display: none;
}
.header__top__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	
	
}
.header__top__wrapper.-top {
  padding: 0 25px;
	
	max-width: 1920px;
  margin: auto;
}

.header__top__wrapper.-bottom {
  box-shadow: 0 -4px 0 #44bbb4 inset;
  position: relative;
  transition: 0.25s;
}
.header__top__inner {
  flex: 1 1 auto;
  display: flex;
  padding: 15px;
  justify-content: center;
}
.header__top__social {
  justify-content: flex-end;
  flex: 25 1 auto;
}
.header__top__logo {
  justify-content: flex-start;
}
.header__top__logo__img {
  padding-left: 20px;
}
.header__top__logo__img img {
  width: 80px;
}
.header__top__logo__description {
  display: flex;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  padding-left: 16px;
  max-width: 280px;
  align-items: center;
}
.header__top__logo__text {
  color: #fff;
  max-width: 400px;
}
.button_wrapper {
  display: block;
}
.button_wrapper.header__top__contact__callback {
  padding-top: 4px;
  display: flex;
  justify-content: flex-end;
}
.header__top__contact {
  color: #fff;
  font-size: 14px;
}
.header__contacts-block {
  display: flex;
  align-items: center;
}
.header__contacts-block i {
  color: #44bbb4;
  width: 18px;
  padding-right: 5px;
}
.header__contacts-block .text {
  color: #fff;
}
.header__contacts-block:hover .text {
  text-decoration: underline;
}
.header__top__feedback__double,
.double-contacts {
  display: none;
}

.header__top__feedback {
	align-items: center;
}

.header__top__feedback .search-form {
	margin-right: 15px;
	max-width: 210px;
    width: 100%;
	display: flex;
	align-items: center;
}

.header__top__feedback .search-form input.search-butt {
  margin-left: -1px;
  background: url("../img/search.webp") center center no-repeat;
  background-color: rgba(71, 188, 181, 1);
  background-size: 15px;
  width: 25px;
  -webkit-transition: background-size .1s ease;
  transition: background-size .1s ease;
  height: 30px;
  margin-left: -6px;
  border: 0px;
  border-radius: 4px;
}

.header__top__feedback .search-form .search-inp {
	max-width: 100%;
    width: 100%;
	border-radius: 4px;
    border: none;
    padding: 4px 2px 4px 8px;
	font-size: 14px;
}

.header__top__feedback .search-form .search-inp:focus {
	outline: none;
}

@media (max-width: 1450px) and (min-width: 1150px) {
  .header__top__mail__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .double-contacts {
    display: block;
    padding-left: 1em;
  }
  .header__top__contact {
    display: none;
  }
  .header__top__feedback {
    display: none;
  }
  .header__top__feedback__double {
    display: block;
  }
}
@media (max-width: 1450px) and (min-width: 1150px) and (max-width: 1270px) {
  .header__top__mail__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1450px) and (min-width: 1150px) and (max-width: 1270px) {
  .double-contacts {
    padding-left: 0;
    padding-top: 1em;
  }
}
.header__top__contact__phone {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.header__top__contact__phone:hover {
  text-decoration: underline;
}
.header__top__contactt__callback {
  font-size: 16px;
  padding-top: 5px;
}
.oval__button {
  border: 0;
  outline: 0;
  padding: 5px 15px;
  border-radius: 25px;
  transition: 0.25s;
}
.oval__button.blue {
  border: 2px solid #44bbb4;
  color: #fff;
}
.oval__button.blue:hover {
  background: rgba(71, 188, 181, 0.47);
}
.wrapper_fix {
  margin-top: 350px;
}
.wrapper_fix-min {
  margin-top: 75px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wrapper.-light {
  background: #fff;
  color: #434344;
}
.wrapper.-light .page {
  color: #434344;
}
.wrapper.-black {
  background: #434344;
  color: #fff;
}
.wrapper .section {
  width: 100%;
  max-width: 1280px;
  padding: 15px 0 90px;
}
.home-article {
  padding-top: 20px;
  background: #fff;
}
.parallax-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.row-elements-left {
}
.row-elements-left .__top {
  display: block !important;
}
.row-elements-left-text {
  text-align: left !important;
}
.parallax-wrapper .parallax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-equipment {
  padding: 15px 0 10px;
}
.home-equipment__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.home-equipment__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: center;
}
.home-equipment__item {
  flex: 1 1 calc(20% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 400px;
}
.home-equipment__item .__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-equipment__item .__icon-wrapper {
  width: 70px;
  height: 65px;
  text-align: center;
}
.home-equipment__item .__text {
  max-width: 220px;
  text-align: center;
  /*min-height: 2em;*/
}
.home-pyramid {
  padding-bottom: 20px;
}
.home__section {
  padding: 50px 0 20px;
}
.home__section .home__section__header {
  display: flex;
  font-size: 28px;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.home__section .home__section__header:after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #44bbb4 50%,
    rgba(0, 0, 0, 0)
  );
}
.home__section.-block-1 .home__section__header .home__section__header__text {
  flex: 1 1 auto;
  display: block;
  color: #fff;
}
.home__section.-block-1 .home__section__content {
  padding-top: 80px;
  color: #fff;
}
.home__section.-block-1 .home__section__content__block__content {
  transition: 0.25s;
}
.home__section.-block-1 .home__section__content__block__content:hover {
  transform: scale(1.01) translateY(-2px);
}
.home__section.-block-1 .home__section__content__block__header {
  transform: skew(-30deg);
}
.home__section.-block-1 .home__section__content__block__header__text {
  transform: skew(30deg);
  display: block;
}
.home__section.-block-2 {
  padding-bottom: 0;
}
.home__section.-block-2 .home__section__header {
  padding-top: 25px;
}
.home__section.-block-2 .home__section__content__block__header {
  transform: skew(30deg);
}
.home__section.-block-2 .home__section__content__block__header__text {
  transform: skew(-30deg);
  display: block;
  color: #fff;
}
.home__section.-block-2 .home__section__content {
  padding-top: 50px;
}
.home__section.-block-3 {
  color: #fff;
  padding: 100px 0 25px;
}
.home__section.-block-3 .home__section__header {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  max-width: 600px;
  right: 0;
}
.home__section.-block-3 .home__section__header:after {
  display: none;
}
.home__section.-block-3 .home__section__content {
  background-image: url('../images/home/block_3_background.png');
  height: 628px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
  flex-wrap: nowrap;
  font-size: 20px;
  line-height: 1.25;
  padding-top: 80px;
}
@media (max-width: 1120px) {
  .home__section.-block-3 .home__section__content {
    background-image: none;
  }
}
.home__section.-block-3 .home__section__content .text_bottom_title {
  text-align: center;
  width: 100%;
  padding-left: 140px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  .home__section.-block-3 .home__section__content .text_bottom_title {
    padding-left: 0;
  }
}
.home__section.-block-3 .home__section__content .text-wrapper {
  font-size: 16px;
  padding-top: 26px;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .home__section.-block-3 .home__section__content .text-wrapper {
    width: 100%;
    text-align: center;
  }
}
.home__section.-block-4 {
  color: #fff;
}
.home__section.-block-4 .home__section__header {
  color: #000;
  position: absolute;
  width: 100%;
  right: 0;
  max-width: 430px;
  font-size: 27px;
  line-height: 1.25;
  top: 84px;
  text-align: right;
}
.home__section.-block-4 .home__section__header:after {
  display: none;
}
.home__section.-block-4 .home__section__content {
  padding-top: 65px;
  position: relative;
}
.home__section.-block-5 {
  color: #fff;
}
.home__section.-block-5 .home__section__header:after {
  display: none;
}
.home__section.-block-5 .home__section__block-5__header-text {
  margin: 0;
}
@media (max-width: 1199px) {
  .home__section.-block-5 .home__section__block-5__header-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .home__section.-block-5 .home__section__block-5__title {
    width: 100%;
    text-align: center;
  }
}
.home__section.-block-5 .home__section__content {
  background-image: url('../images/home/block_5_background.png');
  height: 628px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: right;
  background-position: right;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.25;
  padding-top: 195px;
}
@media (max-width: 1199px) {
  .home__section.-block-5 .home__section__content {
    background-image: none;
    padding-top: 0;
    height: auto;
  }
}
.home__section.-block-6 {
  color: #fff;
}
.home__section.-block-6 a {
  color: #44bbb4;
}
.home__section.-block-6 .home__section__header {
  position: absolute;
  width: 100%;
  color: #fff;
}
.home__section.-block-6 .home__section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
}
.hompage-command .section {
  padding-bottom: 18px;
}
.home__section.-block-3,
.home__section.-block-4,
.home__section.-block-5,
.home__section.-block-6 {
  position: relative;
}
.home__section.-block-4 .home__section__header,
.home__section.-block-5 .home__section__header {
  position: absolute;
  width: 100%;
}
.home__section__header__text {
  font-size: inherit;
  line-height: inherit;
  margin: 0 auto;
}
.home__section__content {
  display: flex;
  flex-wrap: wrap;
}
.home__section__content__block {
  flex: 1 1 360px;
  margin: 10px 30px;
}
.home__section__content__block:nth-child(3n + 1)
  .home__section__content__block__content__header,
.home__section__content__block:nth-child(3n + 1)
  .home__section__content__block__header {
  background: #44bbb4;
}
.home__section__content__block:nth-child(3n + 2)
  .home__section__content__block__content__header,
.home__section__content__block:nth-child(3n + 2)
  .home__section__content__block__header {
  background: #66a5a2;
}
.home__section__content__block:nth-child(3n + 3)
  .home__section__content__block__content__header,
.home__section__content__block:nth-child(3n + 3)
  .home__section__content__block__header {
  background: #6a8a89;
}
.home__section__content__block__header {
  text-align: center;
  margin-bottom: 10px;
  transform-origin: bottom;
}
.home__section__content__block__header__text {
  font-size: 22px;
  line-height: 2;
}
.home__section__content__block__header__text.-big {
  font-size: 26px;
  text-transform: uppercase;
}
.home__section__content__block__content__header {
  font-size: 18px;
  padding: 10px;
  min-height: 100px;
}
.home__section__content__block__content__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home__section__content__block__content__content__image {
  width: 100%;
  height: 445px;
  background-size: cover;
}
.block__content__image__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 255px;
}
.block__content__image {
  margin: 5px 0;
  transition: 0.2s;
  max-width: 100%;
  filter: grayscale(0.75);
}
.block__content__image:hover {
  filter: grayscale(0);
}
.home__section_block-3__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px 0 0;
}
.home__section_block-3__list__element {
  margin: 10px 0;
  width: 100%;
}
.home__section_block-3__list__element__wrapper {
  display: inline-flex;
  width: 100%;
}
.home__section_block-3__list__element__wrapper .number {
  justify-content: center;
  transition: 1s;
}
.home__section_block-3__list__element__wrapper .text {
  width: 100%;
  text-align: left;
  position: relative;
}
.home__section_block-3__list__element__wrapper .text:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 59px;
  background: inherit;
  right: -30px;
  top: 0;
  transform: skew(30deg);
}
.home__section_block-3__list__element__wrapper:hover .number {
  margin-right: -1px;
}
.home__section_block-3__list__element__wrapper .number,
.home__section_block-3__list__element__wrapper .text {
  display: inline-flex;
  align-items: center;
  padding: 7px 30px;
  margin-right: 25px;
  transform: skew(-30deg);
  min-height: 50px;
}
.home__section_block-3__list__element__wrapper .number > span,
.home__section_block-3__list__element__wrapper .text > span {
  transform: skew(30deg);
  display: inline-block;
}
.bold {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.home__section.-block-5 {
  padding-bottom: 70px;
}
.home-page-why .page {
  color: inherit;
}
.home__section.-block-10 {
  padding-top: 80px;
  padding-bottom: 0;
}
.home__section.-block-10 .home__section__content {
  padding-top: 35px;
  text-align: center;
  text-align: center;
}
.home__section.-block-10 .home__section__content .-block-10__title {
  padding-bottom: 10px;
}
.home__section.-block-10 .home__section__content ul.first-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 43px;
  max-width: 900px;
  padding-bottom: 40px;
}
.home__section.-block-10 .home__section__content ul.first-ul li {
  margin: 0;
  padding: 0 40px 10px;
  width: 100%;
  max-width: 450px;
  text-align: left;
  border: none;
  line-height: 1.5;
  position: relative;
}
.home__section.-block-10 .home__section__content ul.first-ul li:before {
  content: '.';
  position: absolute;
  font-size: 100px;
  color: #39aea7;
  line-height: 0;
  left: 5px;
  top: -20px;
  margin: 0;
}
.home__section__block-5__title {
  text-align: left;
  line-height: 1.5;
  padding-bottom: 2em;
  font-size: 17px;
}
.home__section__block-5__block {
  transform: skew(30deg);
  height: 60px;
  display: flex;
  align-items: center;
}
.home__section__block-5__block > span {
  display: block;
  transform: skew(-30deg);
}
.home__section__block-5__block-1 {
  background: #3dafa8;
  font-size: 33px;
  padding: 25px 220px 25px 25px;
}
.home__section__block-5__block-2 {
  background: #3d706e;
  margin-top: 30px;
  margin-left: 45px;
  padding: 25px 197px 25px 25px;
}
.team_circle {
  color: #fff;
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    #44bbb4 0,
    #44bbb4 20%,
    rgba(72, 188, 181, 0.9) 20%,
    rgba(72, 188, 181, 0.9) 27%,
    rgba(72, 188, 181, 0.8) 27%,
    rgba(72, 188, 181, 0.8) 35%,
    rgba(72, 188, 181, 0.4) 35%,
    rgba(72, 188, 181, 0.4) 45%,
    rgba(72, 188, 181, 0.2) 45%,
    rgba(72, 188, 181, 0.2) 55%,
    rgba(72, 188, 181, 0.1) 55%,
    rgba(72, 188, 181, 0.1) 65%,
    rgba(72, 188, 181, 0) 65%,
    rgba(72, 188, 181, 0) 100%
  );
  position: relative;
}
.team_circle__logo {
  font-size: 3em;
}
.team_circle__peope {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  background-size: 102%;
  background-position: center;
  border: 1px solid #fff;
  transition: 1s;
}
.team_circle__peope-1 {
  left: 17%;
  top: 25%;
}
.team_circle__peope-1 > span {
  left: -269px;
  top: 25px;
}
.team_circle__peope-2 {
  left: 42%;
  top: 12%;
}
.team_circle__peope-2 > span {
  top: 35px;
  left: 125px;
}
.team_circle__peope-3 {
  right: 17%;
  top: 25%;
}
.team_circle__peope-3 > span {
  left: 115px;
  top: 36px;
}
.team_circle__peope-4 {
  right: 13%;
  top: 50%;
}
.team_circle__peope-4 > span {
  top: 40px;
  left: 123px;
}
.team_circle__peope-5 {
  bottom: 15%;
  right: 27%;
}
.team_circle__peope-5 > span {
  left: 110px;
  top: 36px;
}
.team_circle__peope-6 {
  left: 27%;
  bottom: 15%;
}
.team_circle__peope-6 > span {
  right: 200px;
  top: 40px;
}
.team_circle__peope-7 {
  left: 13%;
  top: 51%;
}
.team_circle__peope-7 > span {
  right: 126px;
  top: 35px;
}
.page {
  padding: 20px 0;
  color: #fff;
}
.page__text {
  padding: 1em;
}
.page__text__content:after,
.page__text__post:after {
  content: '';
  display: block;
  clear: both;
}
.page__text a {
  color: #c0c6d3;
  text-decoration: underline;
}
.page__text a:hover {
  text-decoration: none;
}
.grid_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.grid_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
}
.grid_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.grid_element.col-3 {
  width: 100%;
  max-width: 420px;
  margin: 20px;
}
.grid_element img,
.intsta-wrapper img,
.product__item__image img {
  max-width: 100%;
}
.grid_element__title {
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.product_wrapper {
  display: flex;
  justify-content: center;
}
.product_container {
  max-width: 1200px;
  width: 100%;
  padding: 10px;
}
.product__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.product__item__image {
  max-width: 320px;
  width: 100%;
  flex: 1 1 auto;
  padding-right: 15px;
}
.product__info {
  flex: 1 1 auto;
  max-width: 640px;
  width: 100%;
  color: #fff;
}
.product__item__title {
  font-size: 1.2em;
  font-weight: 700;
}
.insta-title {
  font-weight: 900;
  font-size: 20px;
}
.intsta-wrapper {
  text-align: center;
}
.insta_button {
  font-weight: 900;
  font-size: 20px;
}
.insta_button a {
  color: #85b2e8;
  padding: 10px 20px;
  font-weight: 900;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.2s;
}
.insta_button a:hover {
  border-radius: 0;
}
.popup__video img {
  border: 10px solid rgba(72, 188, 181, 0.87);
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 35px;
  display: none;
  transition: 0.3s;
  outline: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
  z-index: 1000;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
.breadcrumb {
  margin-left: 15px;
  padding-top: 7px;
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}
.breadcrumb__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.breadcrumb__box {
  margin-left: 15px;
}
ul.breadcrumb__box li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px;
}
li.breadcrumb__item {
  margin-right: 15px;
}
.breadcrumb__item:hover .breadcrumb__children {
  transform: rotateX(0);
}
.breadcrumb__item:hover .breadcrumb__children-toggle.toggle {
  transform: rotate(90deg) translateX(-6px) translateY(-6px);
}
.breadcrumb__item .breadcrumb__item {
  padding: 0;
}
.breadcrumb__link.active,
.breadcrumb__separator,
nav.sitemap ul.children .breadcrumb__link.active {
  color: #c2c2c2;
}
.breadcrumb__link {
  color: #44bbb4;
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}
.breadcrumb__link:not(.active):hover {
  border-bottom: 1px solid #44bbb4;
}
.breadcrumb__children-toggle {
  color: #c2c2c2;
  transition: 0.25s;
  padding-left: 1em;
}
.breadcrumb__children {
  position: absolute;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: 0.25s;
  min-width: 100%;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(65, 65, 66, 0.25);
  z-index: 1;
  color: #c2c2c2;
}
nav.sitemap {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.sitemap ul {
  list-style-type: disc;
}
nav.sitemap ul.children {
  list-style-type: square;
}
nav.sitemap ul.children ul.children {
  list-style-type: circle;
}
nav.sitemap li {
  margin: 0 0 0.5em 2em;
}
nav.sitemap a:hover {
  text-decoration: underline;
}
.header__top__mail {
  text-align: left;
  color: #fff;
}
.header__top__mail i {
  color: #44bbb4;
  width: 18px;
}
.header__top__mail a {
  color: inherit;
}
.header__top__mail a:hover {
  text-decoration: underline;
}
.home-swiper-slide__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
}

.home-swiper-slide__content-bannery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
	padding-bottom: 4%;
}

.home-swiper-image {
  height: 733px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide.home-swiper-slide {
  position: relative;
}
.home-swiper-slide__title {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .home-swiper-slide__title {
    font-size: 22px;
  }
  .bigotz {
    height: 150px !important;
  }
  .items-grid__link-button {
    left: 20% !important;
  }
}
.home-swiper-slide__text {
  padding-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .home-swiper-slide__text {
    font-size: 16px;
  }
  /*.page-right-list {
    position: relative;
    display: none !important;
  }*/
  .mobilehide {
    display: none !important;
  }

  .page-section {
    padding: 1px 0 !important;
  }
  h2 {
    font-size: 24px !important;
    margin-bottom: 0em !important;
  }
  .page-pyramid .__pyramid .__item {
    padding-top: 0em;
  }
  .page-title {
    margin-bottom: 1em !important;
  }
  .page-left-list .__list {
    margin-bottom: 1em !important;
  }
}
.home-swiper_button {
  outline: none;
  border: none;
  background: #44bbb4;
  font: inherit;
  padding: 0.5em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: 0.25s;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 600px) {
  .home-swiper_button {
    font-size: 16px;
  }
  /*.mobile_phone {
    margin-top: 55px;
    display: block !important;
    position: absolute;
    z-index: 5000;
    margin-left: 15px;
  }*/
}
.home-swiper_button:hover {
  border-radius: 50px !important;
}

.idea2-text {
  padding: 10px;
}
.items-grid {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
}
.items-grid__element {
  flex: 1 1 auto;
  margin: 0 10px 15px;
  position: relative;
  grid-column: span 4;
  height: 282px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.items-grid__link-button {
  position: absolute;
  left: 40%;
  bottom: 15px;
  background: #44bbb4;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 2em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: 0.25s;
  transform: skewX(-20deg);
}
.items-grid__link-button:hover {
  background: #44bbb4;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.items-grid__link-text {
  transform: skewX(20deg);
  display: block;
}
.items-grid__image {
  max-height: 282px;
  opacity: 0;
  /*position: relative;*/
  z-index: -1;
}
.service-banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  padding: 15px;
  position: relative;
  margin-top: 10px;
}
.service-banner__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  flex-wrap: nowrap;
  padding: 0 5%;
}
.service-banner__info {
  padding: 1em;
}
.service-banner__title {
  color: #fff;
  max-width: 800px;
  font-size: 2.25em;
}
@media (max-width: 1100px) {
  .service-banner {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 500px;
  }
  .service-banner__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .service-banner h1 {
    margin-top: 2em;
    font-size: 22px;
  }
  .mobileshow {
    display: block !important;
  }
}
.form {
  width: 300px;
  text-align: center;
}
.form-wrapper {
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
}
.form button {
  background: #44bbb4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  transition: 0.25s;
}
.form button:hover {
  background: #44bbb4;
}
.form__title {
  font-size: 20px;
  line-height: 1.25;
}
.form__area input {
  background: none;
  outline: none;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 0 15px;
  color: #eee;
  width: 100%;
  box-shadow: none;
}

.form__area input::placeholder {
  color: #ddd;
}
.form__area input.error {
  //border-bottom-color: #ff8295;
}
.form__area input:valid {
  //border-bottom-color: #8aff80;
}
.content-row {
  display: flex;
  flex-wrap: wrap;
}
.content-row__image {
  flex: 1 1 450px;
  padding: 10px;
}
.content-row__image img {
  margin: 10px 0;
  max-height: 400px;
}
.content-row__text {
  flex: 1 1 800px;
}
@media (max-width: 1400px) {
  .popup__video img {
    max-height: 180px;
  }
  .page {
    padding: 40px 0 20px;
  }
}
@media (max-width: 820px) {
  .video__preview {
    margin: 5px !important;
  }
  .video__preview a {
    margin: 0 !important;
  }
  .wrapper_fix-min {
    margin-top: 160px !important;
  }
}
@media (max-width: 768px) {
  .wrapper_fix-min {
    margin-top: 290px !important;
  }
}
@media (max-width: 768px) {
  .wrapper_fix-min {
    margin-top: 200px !important;
  }

  .home-equipment__item {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* max-width: 400px; */
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  #closeMobileMenu,
  #openMobileMenu {
    display: none;
  }
}
@media (min-width: 769px) {
  .header__top__menu {
    width: 100%;
    font-size: 20px;
    text-align: left;
	  
	  max-width: 1920px;
    margin: auto;
  }
  .header__top__menu__wrapper {
    display: flex;
  }
  .header__top__menu__element__wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 100;
  }
  .header__top__menu__element.-level-1 {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    box-shadow: 0 -4px 0 #44bbb4 inset;
    position: relative;
    transition: 0.25s;
  }
  .header__top__menu__element.-level-1 .header__top__menu__element__link {
    display: block;
    /* width: 50%; */
    height: 100%;
    text-align: center;
  }
  .header__top__menu__element.-level-3 .header__top__menu__element__link{
    width: 90% !important;
  }
  .header__top__menu__element.-level-1 .header__top__menu__element__link__text {
    color: #fff;
  }
  .header__top__menu__element.-level-1.-parent {
    /* box-shadow: none;*/
    /*border-bottom: none;*/
    transform-origin: bottom;
  }
  .header__top__menu__element.-level-1.active:before {
    box-shadow: -5px 0px 0px #44bbb4 inset, -5px 0px 0px #44bbb4,
      0px 4px 0px #44bbb4 inset;
    border-bottom: none;
    transform: skew(-30deg);
    transform-origin: bottom;
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
  }
  .header__top__menu__element.-level-1.-parent
    > .header__top__menu__element__link {
    padding: 5px 0 0;
  }
  .header__top__menu__element.-level-1.-parent:not(:hover)
    > .header__top__menu__element__wrapper {
    transform: skew(-30deg) rotateX(90deg);
  }
  .header__top__menu__element.-level-1.-parent
    > .header__top__menu__element__wrapper {
    top: 100%;
    width: 100%;
    transition: none;
    transform-origin: top;
    transform: skew(-30deg) rotateX(0);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  }
  .header__top__menu__element.-level-1.-parent:hover
    > .header__top__menu__element__wrapper {
    transition: 0.25s;
  }
  .header__top__menu__element.-level-2 {
    background: rgba(88, 178, 173, 0.8);
    position: relative;
  }
  .header__top__menu__element.-level-2 > .header__top__menu__element__link {
    line-height: 1;
    padding: 10px 0 10px 0px;
    text-align: left;
  }
  .header__top__menu__element.-level-2
    > .header__top__menu__element__link
    > .header__top__menu__element__link__text {
    display: block;
    /* max-width: 200px; */
    transform: skew(30deg);
  }
  .header__top__menu__element.-level-2:not(:hover)
    > .header__top__menu__element__wrapper {
    transform: rotateY(90deg);
  }
  .header__top__menu__element.-level-2 > .header__top__menu__element__wrapper {
    top: 0;
    left: 100%;
    padding-left: 5px;
    transition: 0.25s;
    transform-origin: left;
    transform: rotateX(0);
  }
  .header__top__menu__element.-level-2
    .header__top__menu__element__link__opensubmenu {
    width: 60px;
    height: 100%;
    display: block;
    right: -15px;
    top: 0;
    cursor: pointer;
    background-image: url('../images/sort-right.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
    transform: skew(30deg);
    position: absolute;
  }
  .header__top__menu__element.-level-3 {
    background: rgba(106, 143, 142);
  }
  .header__top__menu__element.-level-3 > .header__top__menu__element__link {
    line-height: 1;
    padding: 5px 25px;
  }
  .header__top__menu__element.-level-3
    > .header__top__menu__element__link
    > .header__top__menu__element__link__text {
    display: block;
    max-width: 200px;
    transform: skew(30deg);
  }
  .header__top__menu__element.-level-3:not(:hover)
    > .header__top__menu__element__wrapper {
    display: none !important;
  }
  .header__top__menu__element.-level-3 > .header__top__menu__element__wrapper {
    top: 0;
    left: 100%;
  }
  .home__section_block-3__list__element:nth-child(1) {
    padding-left: calc(37%);
  }
  .home__section_block-3__list__element:nth-child(2) {
    padding-left: calc(34% - 7px);
  }
  .home__section_block-3__list__element:nth-child(3) {
    padding-left: calc(30% - 6px);
  }
  .home__section_block-3__list__element:nth-child(4) {
    padding-left: calc(26% - 3px);
  }
  .img {
    max-width: 100%;
  }
  .img.right {
    float: right;
    max-width: 450px;
    margin: 0 0 10px 10px;
  }
  .img.left {
    float: left;
    max-width: 450px;
    margin: 0 10px 10px 0;
  }
  .img.full {
    display: block;
    margin: 10px 0;
  }
  .img.full:before,
  .img.left:before,
  .img.right:before {
    content: '';
    display: block;
    clear: both;
  }
  .header__top__menu__element.-level-2
    > .header__top__menu__element__link::first-letter,
  .header__top__menu__element.-level-3
    > .header__top__menu__element__link::first-letter {
    padding-left: 20px;
  }
  .header__top__menu__element.-level-2.active,
  .header__top__menu__element.-level-2:hover {
    background: rgba(106, 143, 142);
  }
  .header__top__menu__element.-level-3.active,
  .header__top__menu__element.-level-3:hover {
    background: rgba(88, 178, 173);
  }
  .home__section_block-3__list__element:nth-child(1) .number,
  .home__section_block-3__list__element:nth-child(1) .text {
    background: #3dafa8;
  }
  .home__section_block-3__list__element:nth-child(2) .number,
  .home__section_block-3__list__element:nth-child(2) .text {
    background: #3d9c97;
  }
  .home__section_block-3__list__element:nth-child(3) .number,
  .home__section_block-3__list__element:nth-child(3) .text {
    background: #3d837f;
  }
  .home__section_block-3__list__element:nth-child(4) .number,
  .home__section_block-3__list__element:nth-child(4) .text {
    background: #3d6968;
  }
}
@media (min-width: 980px) {
  .team_circle__peope:hover {
    border: 1px solid #44bbb4;
  }
  .team_circle__peope:hover > span {
    border-bottom: 1px solid #44bbb4;
  }
  .team_circle__peope > span {
    white-space: nowrap;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: block;
    position: relative;
    transition: 1s;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1120px) {
  .pyramid {
    position: relative;
    width: 0;
    height: 0;
    border-left: 350px solid transparent;
    border-right: 350px solid transparent;
    border-bottom: 600px solid #3d6362;
    font-size: 1.25em;
  }
  .pyramid:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #3dbcb5;
    left: -35px;
  }
  .pyramid p {
    margin: 0;
    line-height: 1.2;
    position: relative;
  }
  .pyramid .bold {
    font-size: 1.4em;
  }
  .pyramid__section {
    position: relative;
    z-index: 1;
    height: 0;
    border-bottom: 58px solid #3dbcb5;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    margin-top: 30px;
    transition: 1s;
  }
  .pyramid__section:hover {
    margin-left: 45px;
  }
  .pyramid__section-1 {
    margin-top: 101px;
    left: -135px;
    width: 227px;
    border-bottom-color: #3dafa8;
  }
  .pyramid__section-1 .pyramid__section__description {
    left: -20px;
    width: 200px;
  }
  .pyramid__section-2 {
    left: -190px;
    width: 334px;
    border-bottom-color: #3da29d;
  }
  .pyramid__section-3 {
    left: -242px;
    width: 437px;
    border-bottom-color: #3d9591;
  }
  .pyramid__section-4 {
    left: -294px;
    width: 541px;
    border-bottom-color: #3d8985;
  }
  .pyramid__section-5 {
    left: -345px;
    width: 642px;
    border-bottom-color: #3d7c79;
  }
  .pyramid__section-6 {
    left: -396px;
    width: 745px;
    border-bottom-color: #3d706e;
  }
  .pyramid__section-6 .text-center {
    padding-right: 57px;
  }
  .piramid_right {
    position: absolute;
    right: 0;
    top: 165px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    width: 872px;
  }
  .piramid_right__block {
    margin-bottom: 30px;
    height: 58px;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5;
    transform: skew(30deg);
    right: -60px;
    transition: 1s;
  }
  .piramid_right__block > span {
    position: relative;
    z-index: 1;
    transform: skew(-30deg);
    padding-left: 15px;
    display: block;
    padding-right: 60px;
  }
  .piramid_right__block:hover {
    right: -30px;
  }
  .piramid_right__block-1 {
    width: 864px;
    border-bottom: 58px solid #3dafa8;
  }
  .piramid_right__block-2 {
    width: 812px;
    border-bottom: 58px solid #3da29d;
  }
  .piramid_right__block-3 {
    width: 761px;
    border-bottom: 58px solid #3d9591;
  }
  .piramid_right__block-4 {
    width: 709px;
    border-bottom: 58px solid #3d8985;
  }
  .piramid_right__block-5 {
    width: 658px;
    border-bottom: 58px solid #3d7c79;
  }
  .piramid_right__block-6 {
    width: 606px;
    border-bottom: 58px solid #3d706e;
  }
  .mintextpyramid {
    font-size: 17px;
  }
}
@media (min-width: 1490px) {
  .cont_width {
    width: 70%;
  }
  .sidb_width {
    width: 30%;
  }
}
@media (max-width: 1460px) and (min-width: 1120px) {
  .pyramid {
    font-size: 0.9em;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
  }
  .pyramid:before {
    left: -30px;
  }
  .pyramid__section .text-center {
    padding-top: 5px;
  }
  .piramid_right__block {
    font-size: 1em;
    transform: skew(28deg);
  }
  .piramid_right__block > span {
    transform: skew(-28deg);
  }
  .piramid_right__block-1 {
    width: 764px;
  }
  .piramid_right__block-2 {
    width: 718px;
  }
  .piramid_right__block-3 {
    width: 675px;
  }
  .piramid_right__block-4 {
    width: 629px;
  }
  .piramid_right__block-5 {
    width: 584px;
  }
  .piramid_right__block-6 {
    width: 538px;
  }
  .pyramid__section-1 {
    left: -80px;
    width: 160px;
  }
  .pyramid__section-1 .pyramid__section__description {
    left: -50px;
    width: 200px;
  }
  .pyramid__section-2 {
    left: -124px;
    width: 248px;
  }
  .pyramid__section-3 {
    left: -168px;
    width: 335px;
  }
  .pyramid__section-4 {
    left: -212px;
    width: 424px;
  }
  .pyramid__section-5 {
    left: -257px;
    width: 512px;
  }
  .pyramid__section-6 {
    left: -300px;
    width: 599px;
  }
  .mintextpyramid {
    padding-top: 5px;
    font-size: 15px;
    width: 148px;
    margin-left: -25px !important;
  }
}
@media (max-width: 1460px) and (min-width: 1120px) {
  .pyramid:before,
  .pyramid__section {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}
@media (max-width: 1366px) {
  .wrapper .section {
    padding: 15px 15px 90px;
  }
  .home__section.-block-1 .home__section__content__block {
    max-width: 360px;
  }
  .home__section.-block-1 .home__section__content {
    justify-content: center;
    padding-top: 20px;
  }
  .home__section.-block-1 .home__section__content__block__content__header {
    min-height: 100px;
  }
  .home__section.-block-2 .home__section__content__block {
    max-width: 300px;
  }
  .home__section.-block-2 .home__section__content {
    justify-content: center;
  }
  .home__section.-block-2 .home__section__content__block__content__header {
    min-height: 100px;
  }
}
@media (max-width: 1119px) {
  .oborudovanie-svet-list-item {
    width: 100%;
  }
  .home__section.-block-4 {
    padding-top: 0;
  }
  .home__section_block-3__list__element {
    padding-left: 0 !important;
  }
  .home__section .home__section__header {
    max-width: 100% !important;
    text-align: center !important;
  }
  .home__section.-block-3 p.text {
    text-shadow: -1px 2px 0 #414142;
  }
  .home__section.-block-4 .home__section__header {
    position: relative;
    line-height: 1;
    font-size: 1.5em;
    padding-bottom: 2em;
  }
  .home__section .home__section__header:after {
    bottom: -10px;
  }
  .pyramid__section__mobiletext {
    display: block;
  }
  .pyramid {
    padding-top: 15px;
    width: 100%;
  }
  .pyramid__section {
    background: #3d6968;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .pyramid__section > div {
    line-height: 1.5;
  }
  .pyramid__section__title {
    font-size: 1.4em;
    display: block;
  }
  .pyramid__section__title p {
    padding-right: 7px !important;
  }
  .video__preview {
    margin: 1em;
  }
  .video__preview img {
    max-width: 200px;
  }
  .wrapper_fix-min {
    margin-top: 100px;
  }
  .page__title {
    text-align: center;
  }
  .header__top__menu__element.-level-2 > .header__top__menu__element__link {
    padding: 10px 0 10px 10px;
  }
  .home__section_block-3__list__element__wrapper .text:after,
  .piramid_right {
    display: none;
  }
  .pyramid__section p,
  .pyramid__section > div {
    margin: 0 !important;
    padding: 0 0 0 7px !important;
  }
  p.pyramid_title_block {
    padding-right: 7px !important;
  }
  .home__section_block-3__list__element__wrapper .number,
  .home__section_block-3__list__element__wrapper .number > span,
  .home__section_block-3__list__element__wrapper .text,
  .home__section_block-3__list__element__wrapper .text > span {
    transform: skew(0);
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .header__top__menu__element.-level-1.-parent {
    min-width: 155px;
  }
  .header__top__menu__element.-level-2 > .header__top__menu__element__link {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 980px) {
  .team_circle {
    background: 0 0;
    flex-wrap: wrap;
    padding: 0 0 50px;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .team_circle__logo {
    display: none;
  }
  .team_circle__peope {
    position: relative;
    flex: auto;
    min-width: 200px;
    max-width: 200px;
    background-size: 65px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px;
    border-bottom: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
  }
  .team_circle__peope > span {
    position: relative;
    bottom: -65px;
    left: 0;
    top: auto;
    right: auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .form-col {
    flex: 1 1 100%;
  }
  textarea.comment-area {
    height: 220px;
  }
}
@media (max-width: 900px) {
  .home__section__block-5__block {
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .home__section__block-5__block,
  .home__section__block-5__block > span {
    transform: skew(0);
    text-align: center;
  }
  .items-grid__element {
    grid-column: span 6 !important;
  }
  .items-grid__element[data-id='533'],
  .items-grid__element[data-id='289'],
  .items-grid__element[data-id='335'],
  .items-grid__element[data-id='1535'] {
    grid-column: span 12 !important;
  }
  .img {
    max-width: 100%;
    float: none;
  }
}
@media (max-width: 780px) {
  /*.home__section__header:after {
    display: none !important;
  }*/
  .home__section_block-3__list__element:nth-child(1),
  .home__section_block-3__list__element:nth-child(1) .number {
    background: #3dafa8;
  }
  .home__section_block-3__list__element:nth-child(2),
  .home__section_block-3__list__element:nth-child(2) .number {
    background: #3d9c97;
  }
  .home__section_block-3__list__element:nth-child(3),
  .home__section_block-3__list__element:nth-child(3) .number {
    background: #3d837f;
  }
  .home__section_block-3__list__element:nth-child(4),
  .home__section_block-3__list__element:nth-child(4) .number {
    background: #3d6968;
  }
}
@media (max-width: 768px) {
  .home-swiper-image {
    height: 433px;
  }
  #siteHeader {
    display: none;
  }
  #openMobileMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(72, 188, 181, 0.8);
    padding: 5px 10px;
    border-radius: 14px;
    color: #fff;
    z-index: 100;
    right: 10px;
    top: 50px;
    border: 2px solid #44bbb4;
    width: 105px;
  }
  #openMobileMenu.hide {
    display: none;
  }
  .mobile_menu__icon {
    width: 20px;
    height: 20px;
  }
  .mobile_menu__line {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 2px 0;
  }
  #closeMobileMenu {
    display: block;
    background-image: url('/wp-content/themes/scg_thems/img/cancel-music.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    background-color: transparent;
    border: 0;
    background-size: 100%;
  }
  .header__top__contact {
    align-items: flex-start;
  }
  .header__top {
    max-width: 100%;
    min-height: 100vh;
    background: rgba(65, 65, 66, 0.95);
    z-index: 1000;
  }
  .header__top__wrapper.-top {
    padding: 5px;
    flex-direction: column;
  }
  .header__top__inner {
    padding: 10px;
  }
  .header__top__menu__element__link__text {
    color: #fff;
  }
  .header__top__menu__element__link {
    display: block;
  }
  .header__top__menu {
    width: 100%;
  }
  .header__top__menu__wrapper {
    text-align: left;
    padding: 0 15px;
  }
  .header__top__menu__element {
    font-size: 18px;
    border-bottom: 2px solid #44bbb4;
    padding: 10px 5px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header__top__menu__element:nth-last-child(1) {
    border-bottom: none;
  }
  .header__top__menu__element__wrapper {
    display: none;
  }
  .header__top__menu__element__wrapper.show {
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  .header__top__menu__element__wrapper.show
    .header__top__menu__element__wrapper.show {
    padding-left: 60px;
  }
  .header__top__menu__element__link__opensubmenu {
    width: 60px;
    height: 38px;
    display: block;
    right: 0;
    top: 0;
    color: #b0dcdb;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    background-image: url('../images/sort-down.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
    order: -1;
  }
  .header__top__menu__element__link__opensubmenu.open {
    transform: rotate(-180deg);
  }
  .header__substrat {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .home__section__content__block {
    flex: 1 1 360px;
    margin: 30px;
  }
  .home__section.-block-3 .home__section__content {
    background-image: none;
    height: auto;
  }
  .header__top__logo__description {
    display: none;
  }
  .wrapper .section {
    padding: 15px 15px 15px;
  }
  header {
    height: auto;
  }
  .home__section_block-3__list__element__wrapper .text {
    margin-right: 0;
  }
  .porfolio-fix {
    margin-top: 0;
  }
  .order__title {
    font-size: 28px;
  }
  .page__title {
    font-size: 35px;
    line-height: 1.25;
    padding-top: 15px;
  }
  #siteHeader.show,
  .mobile_menu__icon {
    display: flex;
    flex-direction: column;
  }
  #closeMobileMenu,
  #openMobileMenu {
    position: absolute;
    cursor: pointer;
    outline: 0;
  }
  .home__section.-block-1 .home__section__content__block__header,
  .home__section.-block-1 .home__section__content__block__header__text,
  .home__section.-block-2 .home__section__content__block__header,
  .home__section.-block-2 .home__section__content__block__header__text {
    transform: skew(0);
  }
  [data-page='home'] header {
    position: absolute;
    z-index: 100;
  }
  [data-template='template_portfolio.php'] .main {
    margin-top: -450px;
  }
  .hidden-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .logo a img {
    width: inherit;
  }
  .order__link {
    font-size: 30px;
    width: 300px;
  }
  .social__block {
    margin: 0;
    height: 60px;
  }
  .social__block .social__link {
    margin: 25px 30px;
    background-size: contain;
    height: 60px !important;
    width: 65px !important;
    background-repeat: no-repeat;
  }
  footer {
    padding: 15px 15px 0 50px;
  }
  .main__content {
    padding-top: 0 !important;
    margin: 0 0 0 20px;
    width: 1148px;
  }
  .sidebar__video {
    margin-top: 75px;
    margin-bottom: 40px;
    padding-left: 0 !important;
  }
  .wi550 {
    width: 550px !important;
  }
  .hg44 {
    height: 440px !important;
  }
  .ma0 {
    margin: 0 !important;
  }
  .fleft {
    float: left !important;
  }
  .menu__list .list__item a:before {
    content: none;
  }
  .menu__block-2 {
    width: 50%;
    margin-right: -70px !important;
    height: 100%;
  }
  .mfp-ready {
    width: 1320px !important;
  }
  .address__item {
    float: none;
    width: 100%;
    padding-bottom: 15px;
  }
  .event__item {
    float: none;
    width: 100%;
    height: 430px;
  }
  .event__item .event__caption {
    font-size: 55px;
  }
  .container {
    width: 91%;
    padding: 0 !important;
  }
  .events {
    margin-left: auto;
    width: 100% !important;
    margin-right: auto;
    margin-bottom: 0 !important;
  }
  .section__title {
    font-size: 64px;
    color: #000;
    line-height: 1.2;
    text-align: center;
  }
  .order {
    margin-bottom: 0 !important;
    max-width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
  .menu__item {
    margin-top: 55px;
    display: block !important;
    position: relative;
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    z-index: 3;
  }
  .menu__item img {
    width: 100%;
  }
  .menu__margin {
    margin-top: 145px !important;
  }
  .heightauto {
    height: auto !important;
  }
  .link__menu {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 10px;
    line-height: 165px;
  }
  .main__title {
    text-align: right;
  }
  .main__title h1 {
    margin-top: 30px;
    width: 650px !important;
    padding-right: 0 !important;
    margin-bottom: 60px;
    font-size: 45px;
  }
  .main__title span {
    font-size: 63px !important;
  }
  .main__title.main__title-inner h2 {
    font-size: 150px;
  }
  .main__title.main__title-contact {
    text-align: left !important;
  }
  .menu__title {
    display: block;
    margin: 0 !important;
    padding-left: 0 !important;
    font-size: 50px;
    font-weight: 100;
    line-height: 30px;
  }
  .menu__title a {
    border-bottom-style: solid;
    border-bottom-color: #d82455;
  }
  .menu__list-22 {
    margin-right: 0 !important;
  }
  .header__menus {
    position: relative;
    display: inline-block;
    width: 30%;
  }
  .header__list .list__item a {
    font-size: 55px !important;
  }
  .header__menuss {
    font-size: 68pt;
    margin-right: auto;
    width: 500px;
    background: #44bbb4;
    margin-left: auto;
  }
  .header__main {
    margin-top: 0 !important;
  }
  .width100 {
    width: 100% !important;
  }
  .width80 {
    width: 90% !important;
  }
  .width80 .spanchuk {
    left: 73px !important;
    width: 85% !important;
  }
  .main__title-about {
    height: 635px !important;
    text-align: left !important;
    padding-top: 0 !important;
  }
  .team__title {
    text-align: right;
  }
  .imgr {
    height: 243.55px !important;
    right: 0 !important;
    bottom: 2px !important;
  }
  .imgc {
    margin-top: 134px !important;
    height: 500px !important;
    width: 750px !important;
  }
  .about {
    margin-top: -302px !important;
    padding-bottom: 0;
  }
  .about__sidebars {
    padding-top: 0 !important;
    width: 100% !important;
  }
  .team__item {
    width: 25%;
    padding-left: 0;
  }
  .about__content {
    font-size: 250%;
    line-height: unset;
    margin-top: 17px !important;
    width: 100% !important;
  }
  .event__title {
    font-size: 60px;
  }
  .event__descr {
    font-size: 45px;
    line-height: 50px;
  }
  .wi100 {
    width: 100% !important;
    max-height: 100% !important;
  }
  .wi100 img {
    height: 100% !important;
  }
  .modal__title {
    font-size: 50px !important;
  }
  .mfp-content {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .event__block a {
    position: relative !important;
  }
  .spanchuk {
    font-size: 70px;
  }
  .grid__item {
    top: 0 !important;
    float: left;
    width: 100% !important;
  }
  footer,
  footer:after {
    height: 100%;
  }
  footer,
  header {
    max-width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
  .reception-block-element {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .callback__form form {
    padding: 0 5px;
  }
}
@media (max-width: 600px) {
  .product__info,
  .product__item__image {
    max-width: 100%;
  }
  .items-grid__element {
    grid-column: span 12 !important;
  }
  .form__area .hidemobile {
    display: none !important;
  }
  .headingElem {
    padding: 10px 10px 10px 15px !important;
  }
}
@media (max-width: 425px) {
  .pyramid__section__title {
    justify-content: flex-start;
  }
  .pyramid__section {
    padding: 10px;
  }
  .pyramid__section p {
    text-align: left;
  }
  .header__top__menu__element {
    font-size: 16px;
  }
  .home__section .home__section__header {
    line-height: 1.5;
  }
}
@media (max-width: 370px) {
  .header__top__menu__element {
    font-size: 14px;
  }
}
.page-section {
  padding: 25px 0;
}
.page-section.-white {
  background: #fff;
  color: #434344;
}
.page-section.-parallax {
  background-image: url('../images/home/paralax-back.jpg');
  color: #fff;
  background-attachment: fixed;
}
.page-container {
  margin: 0 auto;
  max-width: 1410px;
}
@media (max-width: 1440px) {
  .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-content {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
}
.page-title {
  text-align: center;
  font-size: 28px;
  position: relative;
  margin-bottom: 2em;
  line-height: 1;
}
.page-title h2 {
  font-size: inherit;
}
.page-title span {
  font-size: 0.5em;
  line-height: 1;
}
.page-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 15%,
    #39aea7,
    rgba(0, 0, 0, 0) 85%
  );
  position: absolute;
  top: 125%;
}
@media (max-width: 800px) {
  .page-title {
    font-size: 2em;
    line-height: 1.25;
  }
  .page-title:after {
    top: 110%;
  }
}
.page-right-list {
  position: relative;
}
.page-right-list .__image {
  position: relative;
}
.page-right-list .__image:before {
  content: '';
  position: absolute;
  height: calc(100% - 7px);
  width: 100px;
  background: rgba(0, 0, 0, 0.25);
  transform: skewX(-30deg);
  top: 0;
  left: 590px;
}
@media (max-width: 1100px) {
  .page-right-list .__image {
    display: none;
  }
}
.page-right-list .__image img {
  max-width: 100%;
}
.page-right-list .__title {
  position: absolute;
  right: 0;
  top: 34px;
  font-size: 28px;
  max-width: 650px;
  text-align: right;
  line-height: 1.4;
  z-index: 2;
}
@media (max-width: 1440px) {
  .page-right-list .__title {
    text-shadow: 1px 1px 5px rgba(50, 59, 58, 0.5),
      -1px -1px 5px rgba(50, 59, 58, 0.5);
  }
}
@media (max-width: 1100px) {
  .page-right-list .__title {
    position: static;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
.page-right-list .__lists {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 990px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .page-right-list .__lists {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}
.page-right-list .__list {
  display: flex;
  margin-bottom: 1em;
  transform: skewX(-30deg);
  position: relative;
}
.page-right-list .__list:nth-child(1) {
  left: 272px;
}
.page-right-list .__list:nth-child(1) .__number,
.page-right-list .__list:nth-child(1) .__line {
  background: #39aea7;
}
.page-right-list .__list:nth-child(2) {
  left: 230px;
}
.page-right-list .__list:nth-child(2) .__number,
.page-right-list .__list:nth-child(2) .__line {
  background: #35a29c;
}
.page-right-list .__list:nth-child(3) {
  left: 188px;
}
.page-right-list .__list:nth-child(3) .__number,
.page-right-list .__list:nth-child(3) .__line {
  background: #319791;
}
.page-right-list .__list:nth-child(4) {
  left: 146px;
}
.page-right-list .__list:nth-child(4) .__number,
.page-right-list .__list:nth-child(4) .__line {
  background: #2e8b86;
}
.page-right-list .__list:nth-child(5) {
  left: 104px;
}
.page-right-list .__list:nth-child(5) .__number,
.page-right-list .__list:nth-child(5) .__line {
  background: #2a807b;
}
.page-right-list .__list:nth-child(6) {
  left: 62px;
}
.page-right-list .__list:nth-child(6) .__number,
.page-right-list .__list:nth-child(6) .__line {
  background: #267470;
}
.page-right-list .__list:nth-child(7) {
  left: 20px;
}
.page-right-list .__list:nth-child(7) .__number,
.page-right-list .__list:nth-child(7) .__line {
  background: #226965;
}
.page-right-list .__list .__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  margin-right: 2em;
}
.page-right-list .__list .__number .__text {
  transform: skewX(30deg);
}
.page-right-list .__list .__line {
  width: 100%;
  padding-left: 2em;
}
.page-right-list .__list .__line .__text {
  transform: skewX(30deg);
}
.page-right-list.oborudovanie_index .__title {
  max-width: 550px;
}
@media (max-width: 1100px) {
  .page-right-list.oborudovanie_index .__title {
    max-width: 100%;
    text-align: center;
  }
}
.page-right-list.oborudovanie_index .__image:before {
  left: 632px;
}
.page-right-list.oborudovanie_index .__lists {
  max-width: 995px;
  bottom: 75px;
}
@media (max-width: 1100px) {
  .page-right-list .__list {
    left: 0 !important;
    transform: skewX(0);
  }
  .page-right-list .__list .__number {
    margin-right: 0;
  }
  .page-right-list .__list .__number .__text {
    transform: skewX(0deg);
  }
  .page-right-list .__list .__line .__text {
    transform: skewX(0deg);
  }
}
.page-right-list-w-text {
  position: relative;
}
.page-right-list-w-text .__image {
  position: relative;
  text-align: left;
}
.page-right-list-w-text .__image:before {
  content: '';
  position: absolute;
  height: calc(100% - 7px);
  width: 100px;
  background: rgba(0, 0, 0, 0.25);
  transform: skewX(-30deg);
  top: 0;
  left: 590px;
}
.page-right-list-w-text .__image img {
  max-width: 100%;
}
.page-right-list-w-text .__title {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 590px;
  text-align: right;
  line-height: 1.4;
  z-index: 1;
}
.page-right-list-w-text .__title__title {
  margin-top: 0;
  font-size: 25px;
  padding-left: 15px;
}
.page-right-list-w-text .__subtitle {
  position: absolute;
}
.page-right-list-w-text .__lists {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 990px;
  overflow: hidden;
  z-index: 1;
}
.page-right-list-w-text .__list {
  margin-bottom: 1em;
  transform: skewX(-30deg);
  position: relative;
}
.page-right-list-w-text .__list:nth-last-child(1) {
  margin-bottom: 0;
}
.page-right-list-w-text .__list:nth-child(1) {
  left: 240px;
  padding-right: 240px;
}
.page-right-list-w-text .__list:nth-child(1) .__name {
  background: #39aea7;
}
.page-right-list-w-text .__list:nth-child(2) {
  left: 150px;
  padding-right: 150px;
}
.page-right-list-w-text .__list:nth-child(2) .__name {
  background: #319791;
}
.page-right-list-w-text .__list:nth-child(3) {
  left: 60px;
  padding-right: 60px;
}
.page-right-list-w-text .__list:nth-child(3) .__name {
  background: #2a807b;
}
.page-right-list-w-text .__list.-col-4:nth-child(1) {
  left: 330px;
  padding-right: 330px;
}
.page-right-list-w-text .__list.-col-4:nth-child(1) .__name {
  background: #39aea7;
}
.page-right-list-w-text .__list.-col-4:nth-child(2) {
  left: 240px;
  padding-right: 240px;
}
.page-right-list-w-text .__list.-col-4:nth-child(2) .__name {
  background: #319791;
}
.page-right-list-w-text .__list.-col-4:nth-child(3) {
  left: 150px;
  padding-right: 150px;
}
.page-right-list-w-text .__list.-col-4:nth-child(3) .__name {
  background: #2a807b;
}
.page-right-list-w-text .__list.-col-4:nth-child(4) {
  left: 60px;
  padding-right: 60px;
}
.page-right-list-w-text .__list.-col-4:nth-child(4) .__name {
  background: #226965;
}
.page-right-list-w-text .__list .__name .__text {
  transform: skewX(30deg);
  padding-right: 3em;
  font-size: 20px;
  line-height: 3;
  text-align: right;
}
.page-right-list-w-text .__list .__content .__text {
  transform: skewX(30deg);
  font-size: 16px;
  padding-left: 80px;
  text-align: right;
}
@media (max-width: 1440px) {
  .page-right-list-w-text .__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .page-right-list-w-text .__title__subtitle {
    font-weight: bold;
  }
  .page-right-list-w-text .__image:before {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: rgba(0, 0, 0, 0.9);
  }
}
@media (max-width: 1020px) {
  .page-right-list-w-text .__lists {
    position: static;
  }
  .page-right-list-w-text .__image {
    display: none;
  }
  .page-right-list-w-text .__list {
    right: auto !important;
    left: 0;
    transform: skewX(0deg);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-right-list-w-text .__list .__name {
    background: none !important;
    font-size: 1.2em;
    font-weight: bolder;
  }
  .page-right-list-w-text .__list .__name .__text {
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .page-right-list-w-text .__list .__text {
    transform: skewX(0deg) !important;
    text-align: center;
  }
  .page-right-list-w-text .__title {
    position: static;
    color: #fff;
    margin-bottom: 2em;
  }
  .page-right-list-w-text .__list {
    position: static;
    left: auto !important;
    right: auto !important;
  }
  .page-right-list-w-text .__content .__text {
    text-align: justify !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-right-list-w-text .__content .__text br {
    display: none;
  }
  .form__area .hidemobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .page-right-list-w-text .__title {
    text-align: center;
    position: relative;
  }
  .form__area .hidemobile {
    display: none !important;
  }
}
.-white .page-right-list-w-text .__title {
  color: #000;
}
@media (max-width: 1440px) {
  .-white .page-right-list-w-text .__list {
    color: #000;
  }
}
.-white .page-right-list-w-text .__list .__name {
  color: #fff;
}
@media (max-width: 1020px) {
  .-white .page-right-list-w-text .__list .__name {
    color: #000;
  }
}
@media (max-width: 1440px) {
  .-white .page-right-list-w-text .__image:before {
    background: rgba(255, 255, 255, 0.9);
  }
}
.page-left-llll {
  position: relative;
}
.page-left-llll .__image {
  position: relative;
  text-align: right;
}
.page-left-llll .__image:before {
  content: '';
  position: absolute;
  height: calc(100% - 7px);
  width: 100px;
  background: rgba(0, 0, 0, 0.25);
  transform: skewX(30deg);
  top: 0;
  right: 630px;
}
@media (max-width: 1100px) {
  .page-left-llll .__image {
    display: none;
  }
}
.page-left-llll .__image img {
  max-width: 100%;
}
.page-left-llll .__title {
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 28px;
  max-width: 650px;
  text-align: left;
  line-height: 1.4;
  z-index: 2;
  color: #000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5),
    -1px -1px 5px rgba(255, 255, 255, 0.5);
}
.page-left-llll .__title span {
  font-size: 28px;
  text-align: left;
  line-height: 1.4;
  z-index: 2;
  color: white;
  text-shadow: none;
}
.page-left-llll .__title p {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  z-index: 2;
  color: white;
  text-shadow: none;
}
@media (max-width: 1100px) {
  .page-left-llll .__title {
    position: static;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
.page-left-llll .__lists {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 990px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .page-left-llll .__lists {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}
.page-left-llll .__list {
  display: flex;
  margin-bottom: 2em;
  transform: skewX(30deg);
  position: relative;
  color: #fff;
}
.page-left-llll .__list:nth-child(1) {
  right: 297px;
}
.page-left-llll .__list:nth-child(1) .__number,
.page-left-llll .__list:nth-child(1) .__line {
  background: #39aea7;
}
.page-left-llll .__list:nth-child(1) .__line {
  padding-left: 325px;
}
.page-left-llll .__list:nth-child(2) {
  right: 240px;
}
.page-left-llll .__list:nth-child(2) .__number,
.page-left-llll .__list:nth-child(2) .__line {
  background: #35a29c;
}
.page-left-llll .__list:nth-child(2) .__line {
  padding-left: 268px;
}
.page-left-llll .__list:nth-child(3) {
  right: 183px;
}
.page-left-llll .__list:nth-child(3) .__number,
.page-left-llll .__list:nth-child(3) .__line {
  background: #319791;
}
.page-left-llll .__list:nth-child(3) .__line {
  padding-left: 211px;
}
.page-left-llll .__list:nth-child(4) {
  right: 126px;
}
.page-left-llll .__list:nth-child(4) .__number,
.page-left-llll .__list:nth-child(4) .__line {
  background: #2e8b86;
}
.page-left-llll .__list:nth-child(4) .__line {
  padding-left: 154px;
}
.page-left-llll .__list:nth-child(5) {
  right: 69px;
}
.page-left-llll .__list:nth-child(5) .__number,
.page-left-llll .__list:nth-child(5) .__line {
  background: #2a807b;
}
.page-left-llll .__list:nth-child(5) .__line {
  padding-left: 97px;
}
.page-left-llll .__list:nth-child(6) {
  right: 12px;
}
.page-left-llll .__list:nth-child(6) .__number,
.page-left-llll .__list:nth-child(6) .__line {
  background: #267470;
}
.page-left-llll .__list:nth-child(6) .__line {
  padding-left: 40px;
}
.page-left-llll .__list:nth-child(7) {
  right: -45px;
}
.page-left-llll .__list:nth-child(7) .__number,
.page-left-llll .__list:nth-child(7) .__line {
  background: #226965;
}
.page-left-llll .__list:nth-child(7) .__line {
  padding-left: -17px;
}
.page-left-llll .__list .__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  margin-left: 2em;
}
.page-left-llll .__list .__number .__text {
  transform: skewX(-30deg);
}
.page-left-llll .__list .__line {
  width: 100%;
  padding-right: 2em;
}
.page-left-llll .__list .__line .__text {
  transform: skewX(-30deg);
}
@media (max-width: 1100px) {
  .page-left-llll .__list {
    right: 0 !important;
    transform: skewX(0);
  }
  .page-left-llll .__list .__line {
    padding-left: 0 !important;
  }
  .page-left-llll .__list .__number {
    margin-left: 0;
    order: -1;
    font-weight: bold;
  }
  .page-left-llll .__list .__number .__text {
    transform: skewX(0deg);
  }
  .page-left-llll .__list .__line .__text {
    transform: skewX(0deg);
  }
}
.page-idea {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}
.page-idea .__center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.page-idea .__center .__image {
  width: 310px;
  height: 310px;
  min-width: 310px;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7efed;
  border-radius: 100%;
}
.page-idea .__box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-idea .__box.-left {
  text-align: left;
}
.page-idea .__box.-left .__item {
  justify-content: flex-start;
}
.page-idea .__box.-left .__item .__text {
  margin-left: 1em;
}
.page-idea .__box.-right {
  text-align: right;
}
.page-idea .__box.-right .__item {
  justify-content: flex-end;
}
.page-idea .__box.-right .__item .__text {
  margin-right: 1em;
}
.page-idea .__box .__item {
  display: flex;
  align-items: center;
  /*margin: 1em 0;*/
  font-size: 20px;
}
.page-idea .__box .__item .__image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background: #d8efee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 1280px) {
  .page-idea .__box .__item {
    font-size: 14px;
  }
}
@media (max-width: 1110px) {
  .page-idea .__center .__image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    padding: 10px;
  }
}
@media (max-width: 860px) {
  .page-idea {
    flex-direction: column;
  }
  .page-idea .__center {
    display: none;
  }
  .page-idea .__box.-right {
    text-align: left;
  }
  .page-idea .__box.-right .__item {
    justify-content: flex-start;
  }
  .page-idea .__box.-right .__item .__text {
    order: 1;
    margin-right: 0;
    margin-left: 1em;
  }
}
.-parallax .page-idea .__center .__image {
  background: rgba(58, 170, 160, 0.2);
}
.-parallax .__box .__item .__image {
  background: rgba(58, 170, 160, 0.2);
}
.page-left-list {
  position: relative;
}
.page-left-list .__image {
  position: relative;
  text-align: right;
}
.page-left-list .__image:before {
  content: '';
  position: absolute;
  height: calc(100% - 7px);
  width: 100px;
  background: rgba(0, 0, 0, 0.25);
  transform: skewX(30deg);
  top: 0;
  right: 590px;
}
.page-left-list .__image img {
  max-width: 100%;
}
.page-left-list .__title {
  position: absolute;
  left: 0;
  top: -37px;
  font-size: 25px;
  max-width: 520px;
  text-align: left;
  line-height: 1.4;
  z-index: 1;
  padding-left: 1em;
}
.page-left-list .__lists {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 990px;
  overflow: hidden;
  z-index: 1;
}
.page-left-list .__list {
  margin-bottom: 4em;
  transform: skewX(30deg);
  position: relative;
}
.page-left-list .__list:nth-last-child(1) {
  margin-bottom: 0;
}
.page-left-list .__list:nth-child(1) {
  right: 320px;
  padding-left: 320px;
}
.page-left-list .__list:nth-child(1) .__name {
  background: #39aea7;
}
.page-left-list .__list:nth-child(2) {
  right: 200px;
  padding-left: 200px;
}
.page-left-list .__list:nth-child(2) .__name {
  background: #319791;
}
.page-left-list .__list:nth-child(3) {
  right: 80px;
  padding-left: 80px;
}
.page-left-list .__list:nth-child(3) .__name {
  background: #2a807b;
}
.page-left-list .__list:nth-child(4) {
  right: -10px;
  padding-left: auto;
}
.page-left-list .__list:nth-child(4) .__name {
  background: #23645f;
}

.page-left-list .__list.-mbm {
  margin-bottom: 1em;
}
.page-left-list .__list.-mbm:nth-child(1) {
  right: 260px;
  padding-left: 260px;
}
.page-left-list .__list.-mbm:nth-child(2) {
  right: 170px;
  padding-left: 170px;
}
.page-left-list .__list.-mbm:nth-child(3) {
  right: 80px;
  padding-left: 80px;
}

.page-left-list .__list.-mbm .__content .__text {
  padding-right: 90px;
  font-size: 0.9em;
}
.page-left-list .__list .__name .__text {
  transform: skewX(-30deg);
  padding-left: 3em;
  font-size: 20px;
  line-height: 3;
}
.page-left-list .__list .__content .__text {
  transform: skewX(-30deg);
  font-size: 16px;
}
.left2 {
  margin-top: 100px;
}

@media (max-width: 1440px) {
  .page-left-list .__image:before {
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    right: 0;
    top: 0;
  }
  .page-left-list .__title {
    top: -20px;
  }
}
@media (max-width: 1020px) {
  .page-left-list .__lists {
    position: static;
  }
  .page-left-list .__image {
    display: none;
  }
  .page-left-list .__list {
    right: auto !important;
    left: 0;
    transform: skewX(0deg);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-left-list .__list .__name {
    background: none !important;
    font-size: 1.2em;
    font-weight: bolder;
  }
  .page-left-list .__list .__name .__text {
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
  }
  .page-left-list .__list .__text {
    transform: skewX(0deg) !important;
    text-align: center;
  }
  .page-left-list .__list .__content .__text {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-left-list .__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
  }
}
.page-left-list .__title {
  font-size: 1em;
}
.page-left-list .__title__title {
  font-size: 2em;
}
@media (max-width: 1440px) {
  .-white .page-left-list .__list {
    color: #000;
  }
}
.-white .page-left-list .__list .__name {
  color: #fff;
}
@media (max-width: 768px) {
  .-white .page-left-list .__list .__name {
    color: #000;
  }
}
@media (max-width: 1440px) {
  .-white .page-left-list .__image:before {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: rgba(255, 255, 255, 0.75);
  }
}
.page-content-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-content-gallery .__image {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 15px;
  overflow: hidden;
}
.page-content-gallery .__image a {
  display: block;
}
.page-content-gallery .__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 160%; /*115%;*/
  min-height: 100%;
  transition: 0.25s;
}
.page-content-gallery .__image:hover img {
  transform: translate(-50%, -50%) scale(0.8);
}
@media (max-width: 1440px) {
  .page-content-gallery .__image {
    width: calc(50% - 30px);
    height: 330px;
  }
  .page-content-gallery .__image img {
    max-width: 200%;
  }
}
@media (max-width: 600px) {
  .page-content-gallery .__image {
    width: 100%;
    height: 250px;
  }
}
.page-pyramid {
  position: relative;
}
.page-pyramid__title {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .page-pyramid__title {
    position: static;
    text-align: center;
  }
  .service-banner__box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.page-pyramid .__pyramid {
  display: block;
  position: relative;
  overflow: hidden;
}
.page-pyramid .__pyramid .__item {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding-top: 2em;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .page-pyramid .__pyramid .__item {
    left: 0 !important;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .page-pyramid .__pyramid .__item {
    flex-direction: column;
    align-items: center;
  }
  .page-pyramid .__pyramid .__item .__name {
    margin-right: 0;
    font-size: 18px;
    font-weight: bolder;
    background: none !important;
    color: #000;
  }
  .page-pyramid .__pyramid .__item .__text {
    margin: 0;
    background: none !important;
    color: #000;
  }
}
.page-pyramid .__pyramid .__item:nth-child(1) .__name,
.page-pyramid .__pyramid .__item:nth-child(1) .__text {
  background: #36a6a0;
}
.page-pyramid .__pyramid .__item:nth-child(2) .__name,
.page-pyramid .__pyramid .__item:nth-child(2) .__text {
  background: #349f98;
}
.page-pyramid .__pyramid .__item:nth-child(3) .__name,
.page-pyramid .__pyramid .__item:nth-child(3) .__text {
  background: #319791;
}
.page-pyramid .__pyramid .__item:nth-child(4) .__name,
.page-pyramid .__pyramid .__item:nth-child(4) .__text {
  background: #2f8f8a;
}
.page-pyramid .__pyramid .__item:nth-child(5) .__name,
.page-pyramid .__pyramid .__item:nth-child(5) .__text {
  background: #2c8882;
}
.page-pyramid .__pyramid .__item:nth-child(6) .__name,
.page-pyramid .__pyramid .__item:nth-child(6) .__text {
  background: #2a807b;
}
.page-pyramid .__pyramid .__item:nth-child(7) .__name,
.page-pyramid .__pyramid .__item:nth-child(7) .__text {
  background: #277873;
}
.page-pyramid .__pyramid .__item:nth-child(8) .__name,
.page-pyramid .__pyramid .__item:nth-child(8) .__text {
  background: #25716c;
}
.page-pyramid .__pyramid .__item:nth-child(9) .__name,
.page-pyramid .__pyramid .__item:nth-child(9) .__text {
  background: #226965;
}
.page-pyramid .__pyramid .__item:nth-child(10) .__name,
.page-pyramid .__pyramid .__item:nth-child(10) .__text {
  background: #20615d;
}
.page-pyramid .__pyramid .__item:nth-child(11) .__name,
.page-pyramid .__pyramid .__item:nth-child(11) .__text {
  background: #1d5956;
}
.page-pyramid .__pyramid .__item:nth-child(12) .__name,
.page-pyramid .__pyramid .__item:nth-child(12) .__text {
  background: #1b524f;
}
.page-pyramid .__pyramid .__item:nth-child(2) {
  top: -2em;
  left: 339px;
}
.page-pyramid .__pyramid .__item:nth-child(2) :before,
.page-pyramid .__pyramid .__item:nth-child(2) :after {
  display: none;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(2) {
    top: -34px;
    left: 272px;
  }
}
@media (max-width: 1200px) {
  .page-pyramid .__pyramid .__item:nth-child(2) {
    display: none;
  }
}
.page-pyramid .__pyramid .__item:nth-child(2) .__name {
  width: 0;
  height: 0;
  border-left: 36px solid #fff;
  border-right: 36px solid #fff;
  border-bottom: 60px solid #39aea7;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(2) .__name {
    border-left: 28px solid #fff;
    border-right: 28px solid #fff;
  }
}
.page-pyramid .__pyramid .__item:nth-child(2) .__text {
  opacity: 0;
}
.page-pyramid .__pyramid .__item:nth-child(3) {
  left: 266px;
}
.page-pyramid .__pyramid .__item:nth-child(3) .__name {
  width: 170px;
  min-width: 170px;
}
.page-pyramid .__pyramid .__item:nth-child(3) .__text {
  width: calc(100% - 270px);
  padding-right: 266px;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(3) {
    left: 233px;
  }
  .page-pyramid .__pyramid .__item:nth-child(3) .__name {
    width: 130px;
    min-width: 130px;
  }
  .page-pyramid .__pyramid .__item:nth-child(3) .__text {
    width: calc(100% - 230px);
    padding-right: 233px;
  }
}
.page-pyramid .__pyramid .__item:nth-child(4) {
  left: 216px;
}
.page-pyramid .__pyramid .__item:nth-child(4) .__name {
  width: 275px;
  min-width: 275px;
}
.page-pyramid .__pyramid .__item:nth-child(4) .__text {
  width: calc(100% - 375px);
  padding-right: 216px;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(4) {
    left: 197px;
  }
  .page-pyramid .__pyramid .__item:nth-child(4) .__name {
    width: 210px;
    min-width: 210px;
  }
  .page-pyramid .__pyramid .__item:nth-child(4) .__text {
    width: calc(100% - 310px);
    padding-right: 197px;
  }
}
.page-pyramid .__pyramid .__item:nth-child(5) {
  left: 166px;
}
.page-pyramid .__pyramid .__item:nth-child(5) .__name {
  width: 378px;
  min-width: 378px;
}
.page-pyramid .__pyramid .__item:nth-child(5) .__text {
  width: calc(100% - 478px);
  padding-right: 166px;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(5) {
    left: 157px;
  }
  .page-pyramid .__pyramid .__item:nth-child(5) .__name {
    width: 290px;
    min-width: 290px;
  }
  .page-pyramid .__pyramid .__item:nth-child(5) .__text {
    width: calc(100% - 390px);
    padding-right: 157px;
  }
}
.page-pyramid .__pyramid .__item:nth-child(6) {
  left: 116px;
}
.page-pyramid .__pyramid .__item:nth-child(6) .__name {
  width: 482px;
  min-width: 482px;
}
.page-pyramid .__pyramid .__item:nth-child(6) .__text {
  width: calc(100% - 582px);
  padding-right: 116px;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(6) {
    left: 116px;
  }
  .page-pyramid .__pyramid .__item:nth-child(6) .__name {
    width: 373px;
    min-width: 373px;
  }
  .page-pyramid .__pyramid .__item:nth-child(6) .__text {
    width: calc(100% - 473px);
    padding-right: 116px;
  }
}
.page-pyramid .__pyramid .__item:nth-child(7) {
  left: 64px;
}
.page-pyramid .__pyramid .__item:nth-child(7) .__name {
  width: 589px;
  min-width: 589px;
}
.page-pyramid .__pyramid .__item:nth-child(7) .__text {
  width: calc(100% - 689px);
  padding-right: 64px;
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__item:nth-child(7) {
    left: 64px;
  }
  .page-pyramid .__pyramid .__item:nth-child(7) .__name {
    width: 467px;
    min-width: 467px;
  }
  .page-pyramid .__pyramid .__item:nth-child(7) .__text {
    width: calc(100% - 567px);
    padding-right: 64px;
  }
}
.page-pyramid .__pyramid .__name {
  display: block;
  margin-right: 2em;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-pyramid .__pyramid .__name {
    text-align: left;
    padding-left: 1em;
    width: auto !important;
    min-width: auto !important;
  }
}
.page-pyramid .__pyramid .__name:before,
.page-pyramid .__pyramid .__name:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: inherit;
  top: 0;
  z-index: 0;
  width: 60px;
}
.page-pyramid .__pyramid .__name:before {
  left: -30px;
  transform: skewX(-31deg);
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__name:before {
    transform: skewX(-26deg);
  }
}
@media (max-width: 1200px) {
  .page-pyramid .__pyramid .__name:before {
    display: none;
  }
}
.page-pyramid .__pyramid .__name:after {
  right: -30px;
  transform: skewX(31deg);
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__name:after {
    transform: skewX(26deg);
  }
}
@media (max-width: 600px) {
  .page-pyramid .__pyramid .__name:after {
    display: none;
  }
}
.page-pyramid .__pyramid .__name p {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) and (max-width: 600px) {
  .page-pyramid .__pyramid .__name {
    padding-right: 1em;
  }
}
.page-pyramid .__pyramid .__text {
  display: flex;
  align-items: center;
  background: #39aea7;
  position: absolute;
  right: 0;
  height: 57px;
}
@media (max-width: 1200px) {
  .page-pyramid .__pyramid .__text {
    position: relative;
    height: auto;
    width: auto !important;
    padding-right: 2em !important;
    margin-left: 3em;
  }
}
.page-pyramid .__pyramid .__text:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: inherit;
  top: 0;
  z-index: 0;
  width: 60px;
  right: -30px;
  transform: skewX(31deg);
}
.page-pyramid .__pyramid .__text:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: inherit;
  top: 0;
  z-index: 0;
  width: 60px;
  left: -30px;
  transform: skewX(31deg);
}
@media (max-width: 1460px) {
  .page-pyramid .__pyramid .__text:before {
    transform: skewX(26deg);
  }
}
@media (max-width: 600px) {
  .page-pyramid .__pyramid .__text:before {
    display: none;
  }
}
.page-pyramid .__pyramid .__text p {
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1200px) and (max-width: 600px) {
  .page-pyramid .__pyramid .__text {
    padding-left: 2em;
  }
}
.page-pyramid .__image {
  position: absolute;
  display: block;
  height: 100%;
  width: 650px;
  background: #3e6362;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  margin-left: 50px;
}
@media (max-width: 1460px) {
  .page-pyramid .__image {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .page-pyramid .__image {
    display: none;
  }
}
.page-form .page-form__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
.page-form .form-wrapper {
  border: 1px solid #39aea7;
  margin-right: 4em;
}
.page-form .form__area input {
  border: none;
  border-bottom: 1px solid #39aea7;
  border-radius: 0;
}
.page-form .form__area input:valid {
  border-bottom: 1px solid #6cae66;
}
.page-form .form__area input.error,
.page-form .form__area input:invalid {
  border-bottom: 1px solid #ae565d;
}
.page-form .page-form__phone a {
  font-size: 24px;
  color: #fff;
}
.page-form .page-form__email a {
  color: #fff;
}
.page-form ul.page-form-list li {
  position: relative;
}
.page-form ul.page-form-list li:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: '✓';
  color: #44bbb4;
  border: 1px solid;
  width: 20px;
  min-width: 20px;
  height: 19px;
  border-radius: 100%;
  margin-right: 1em;
  font-size: 12px;
  margin-bottom: 7px;
}
.page-form .form {
  width: 400px;
}
.page-form__title{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .page-form .form-wrapper {
    margin-right: 0;
  }
  .page-form .page-form__title {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .page-form .form {
    width: 100%;
  }
  .page-form .page-form__info {
    padding-left: 0;
  }
}
.page-form__info {
  max-width: 600px;
  padding-left: 2em;
  margin-bottom: 2em;
}
.page-row-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-row-elements .__element {
  width: 100%;
  max-width: 460px;
  padding: 20px;
}
.page-row-elements .__element .__top {
  display: flex;
  font-size: 1.25em;
  font-weight: bold;
  justify-content: center;
}
.page-row-elements .__element .__top.-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page-row-elements .__element .__top img {
  padding-right: 1em;
}
.page-row-elements .__element .__bottom {
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px !important;
    margin-bottom: 0em !important;
  }
}
.text-justify {
  text-align: justify;
}
.italic {
  font-style: italic;
}
.img.left {
  position: relative;
  z-index: 1;
}
.content-video {
  display: flex;
  flex-wrap: wrap;
}
.content-video .__video {
  flex: 1 1 auto;
  padding: 10px;
}
.content-video.coll-3 .__video {
  flex: 1 1 33%;
}

.footer__social-block.-yt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-social .fa-youtube-play {
  font-size: 2.2rem !important;
}

.footer__social-block.-yt span {
  font-size: 1.4rem;
}
@media (max-width: 1280px) {
  .content-video.coll-3 .__video {
    flex: 1 1 50%;
  }
}
.content-video .__popup {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media screen and (min-width: 1800px) {
  .content-video .__popup {
    height: 360px;
  }
}
.content-video .__popup span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(65, 166, 160, 0.5);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  transition: 0.15s;
}
.content-video .__popup:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  opacity: 0.9;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background: url('../img/play-icon.png') no-repeat;
}
.content-video .__popup:hover:after {
  opacity: 1;
}
.content-video .__popup img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  max-width: none;
  min-height: 100%;
}

.content-video.coll-3 .__popup img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  object-fit: cover;
}
.content-video .__popup:hover span {
  background: rgba(65, 166, 160, 0.8);
}
@media (max-width: 640px) {
  .content-video {
    flex-direction: column;
  }
}
.page-content-gallery + .content-video {
  max-width: 1320px;
  margin: 0 auto;
}
.page-content-gallery + .content-video .__video {
  padding: 15px;
}

.scena_ololo .page-left-list .__image:before {
  background: rgba(255, 255, 255, 0.05);
  right: 550px;
  width: 140px;
}

.scena_ololo .page-left-list .__image img {
  color: white;
}

.scena_ololo .page-left-list .__list.-mbm .__content .__text {
  font-size: 16px;
  line-height: 1.6;
}
.scena_ololo .page-left-list .__lists {
  width: 65%;
}

.scena_ololo .page-left-list .__list:nth-child(4) {
  right: 80px;
  padding-left: 80px;
}
.scena_ololo .page-left-list .__list:nth-child(4) .__name {
  background: #2a807b;
}

.scena_ololo .page-left-list .__list.-mbm:nth-child(4) {
  right: 80px;
  padding-left: 80px;
}

.scena_ololo .__lists .__list:nth-child(4) .__name {
  width: 110%;
}

.scena_ololo .page-left-list .__title {
  padding-bottom: ;
}

.scena_ololo .-white .page-left-list .__list .__content {
  color: black;
}

@media (max-width: 1020px) {
  .scena_ololo .page-left-list .__lists {
    width: 100%;
  }
  .scena_ololo .__lists .__list:nth-child(4) .__name {
    width: 100%;
  }
}

@media (min-width: 1020px) and (max-width: 1300px) {
  .scena_ololo .page-left-list .__lists {
    width: 95%;
  }
  .scena_ololo .page-left-list .__title {
    margin-top: -7%;
  }
  .scena_ololo .-white .page-left-list .__list .__content {
    color: darkgrey;
  }

  .scena_ololo .page-left-list .__image img {
    filter: brightness(0.5);
  }
}

.scena_ololo .page-row-elements {
  justify-content: space-around;
}

.scena_ololo .new_btn {
  border-radius: 25px;
  cursor: pointer;
  outline: 0 !important;
  border: 0;
  font-size: 16pt;
  font-family: 'Roboto';
  background-color: #44bbb4;
  color: white;
  width: 58%;
  line-height: 2.1em;
}

.scena_ololo .page-row-elements .__element {
  max-width: 326px;
}

.scena_ololo .page-row-elements .__element .__top {
  text-align: center;
  font-family: 'Roboto';
  font-size: 1em;
  font-weight: normal;
}

.scena_ololo .page-row-elements .__element {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.scena_ololo .page-row-elements .__element::after {
  content: '';
  position: absolute;
  z-index: 999;
}

.scena_ololo .page-row-elements .__element:nth-child(1)::after {
  margin-top: -197px;
  margin-left: 320px;
  width: 11px;
  height: 22px;
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/scg_thems/images/scena/arrow.png');
}

.scena_ololo .page-row-elements .__element:nth-child(2)::after {
  margin-top: -153px;
  margin-left: 320px;
  width: 11px;
  height: 22px;
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/scg_thems/images/scena/arrow.png');
}

.scena_ololo .page-row-elements .__element:nth-child(3)::after {
  margin-top: -205px;
  margin-left: 320px;
  width: 11px;
  height: 22px;
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/scg_thems/images/scena/arrow.png');
}

.scena_ololo .page-section:nth-child(3) .page-content {
  padding-left: 2%;
  padding-right: 2%;
  min-width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .scena_ololo .page-row-elements .__element::after {
    content: '';
    position: absolute;
    z-index: 999;
  }
}

.jquery-accordion-menu,
.jquery-accordion-menu * {
  /*font-family: 'Open Sans',sans-serif;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}

.jquery-accordion-menu {
  min-width: 260px;
  float: left;
  position: relative;
  box-shadow: 0 20px 50px #333;
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956;
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: #414956;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

.jquery-accordion-menu > ul > li.active > a,
.jquery-accordion-menu > ul > li:hover > a {
  color: #fff;
  background: #3b424d;
}

.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #3b424d;
}

.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}

.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}

.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}

.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}

.jquery-accordion-menu
  ul
  ul.submenu
  > li
  > ul.submenu
  > li
  > ul.submenu
  > li
  > a {
  padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate-ink {
  -webkit-animation: ripple 0.5s linear;
  -moz-animation: ripple 0.5s linear;
  -ms-animation: ripple 0.5s linear;
  -o-animation: ripple 0.5s linear;
  animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/*стили для синего цвета маню*/
.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
  background: #4a89dc;
}

.blue.jquery-accordion-menu > ul > li.active > a,
.blue.jquery-accordion-menu > ul > li:hover > a {
  background: #3e82da;
}

.blue.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #3e82da;
}

.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #3e82da;
  background: #3b3b3b;
}
/*конец*/

/*стили для зеленого цвета маню*/
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
  background: #03a678;
}

.green.jquery-accordion-menu > ul > li.active > a,
.green.jquery-accordion-menu > ul > li:hover > a {
  background: #049372;
}

.green.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #049372;
}

.green.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #049372;
  background: #3b3b3b;
}

/*конец*/

/*стили для красного цвета маню*/
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #ed5565;
}

.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
  background: #da4453;
}

.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #da4453;
}

.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #da4453;
  background: #3b3b3b;
}
/*конец*/

/*стили для белого цвета маню*/
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555;
}

.white.jquery-accordion-menu > ul > li.active > a,
.white.jquery-accordion-menu > ul > li:hover > a {
  background: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #f0f0f0;
  background: #3b3b3b;
}

.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a > .ink {
  background: rgba(0, 0, 0, 0.1);
}
/*конец*/

/*стили для черного цвета маню*/
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
  background: #292929;
}

.black.jquery-accordion-menu > ul > li.active > a,
.black.jquery-accordion-menu > ul > li:hover > a {
  background: #222;
}

.black.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #222;
}

.black.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #222;
  background: #3b3b3b;
}
/*конец*/

.content {
  width: 260px; /*ширина меню*/
  margin: 100px auto;
}

/*стили поисковой строки*/
.filterinput {
  background-color: rgba(249, 244, 244, 0);
  border-radius: 15px;
  width: 90%;
  height: 30px;
  border: thin solid #fff;
  text-indent: 0.5em;
  font-weight: bold;
  color: #fff;
}
/*конец*/
#demo-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.accordeonWrapper {
  margin-bottom: 50px;
}
.elemAccordeon {
  margin: 10px 0;
}
.headingElem {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 55px;
  background: #d8efee;
  color: #37464d;
}

.headingElem:before {
  content: '+';
  font-size: 3em;
  line-height: 0.5em;
  float: right;
  color: #fff;
  font-family: Infinity;
  font-weight: 100;
  background: #009390;
  height: 24px;
  width: 27px;
  margin-top: -10px;
  margin-right: -10px;
  padding: 10px;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.headingElem.active:before {
  content: '×';
  font-size: 3em;
  line-height: 0.5em;
  float: right;
  color: #fff;
  font-weight: 100;
  background: #009390;
  height: 24px;
  width: 27px;
  margin-top: -10px;
  margin-right: -10px;
  padding: 10px;
  font-family: Infinity;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 480px) {
  .headingElem.active:before {
    content: '×';
    font-size: 3em;
    line-height: 0.3em;
    float: right;
    color: #fff;
    font-weight: 100;
    background: #009390;
    height: 24px;
    width: 27px;
    margin-top: -10px;
    margin-right: -10px;
    padding: 10px;
    font-family: Infinity;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
.descElem {
  display: none;
  padding: 10px 10px 10px 75px;
  border-bottom: 0px solid #1e1e1e;
  font-size: 14px;
}
/*класс active мы будум добавлять для элементов на которые нажал пользователь*/
.descElem.active {
  display: block;
  overflow: initial;
}
.mobile_phone {
  display: none;
}
.bigotz {
  padding-top: 50px;
  height: 330px;
}
.header__top__menu__element__link__opensubmenu {
  width: 60px;
  height: 38px;
  display: block;
  right: 0;
  top: 0;
  color: #b0dcdb;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  background-image: url(../images/sort-down.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  order: 1;
}
.mobileshow {
  display: none;
}
.items-grid__element a:first-child {
  position: absolute;
  width: 90%;
}

.home__section.-block-1 .home__section__content__block {
  max-width: 360px;
}
.home-equipment__box.mobail {
  display: none;
}
/* @media (max-width: 999px) {
  .colum_home-equipment__item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 30%;
  }
  .home-equipment__item {
    width: 30% !important;
  }
  .home-equipment__box.desktop {
    display: none;
  }
  .home-equipment__box.mobail {
    display: flex;
  }
} */
@media (max-width: 769px) {
  [data-template='template_portfolio.php'] header {
    background-position: right 35% top 0vh;
  }
  .home-article {
    padding-top: 20px;
  }
  h1 {
    margin: 0;
  }
  .home-equipment {
    padding: 0;
  }
  .home-section-content {
    padding-bottom: 20px;
  }
  .home__section {
    padding: 10px 0 0;
  }
  .home__section.-block-2 .home__section__header {
    padding-top: 0;
  }
  .home__section.-block-2 .home__section__content {
    padding-top: 0;
  }
  .home__section.-block-3 {
    padding: 25px 0 25px;
  }
  .home__section.-block-3 .home__section__content .text-wrapper {
    padding-top: 30px;
  }
  .home__section.-block-4 .home__section__header {
    top: 1em;
    padding-bottom: 0;
  }
  .home__section.-block-4 .home__section__content {
    padding-top: 45px;
  }
  .home__section.-block-5 {
    padding-bottom: 20px;
  }
  .home__section.-block-10 {
    padding-top: 15px;
  }
  .home__section.-block-10 .home__section__content {
    padding-top: 0;
  }
}
@-moz-document url-prefix() {
  .header__top__menu__element.-level-2 {
    padding-left: 15px;
  }
}

/*Requisites*/
.rekvizity-table {
  width: 100%;
  border: unset;
  font-size: 14px;
  max-width: 1115px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.rekvizity-table a {
  color: #44bbb4;
  text-decoration: underline;
}
.rekvizity-table a:hover {
  opacity: .8;
  text-decoration: unset;
}

.rekvizity-table td {
  border: unset;
  border-bottom: 1px solid #44bbb4;
  padding: 5px;
}

.rekvizity-table td:first-child {
  font-weight: bold;
}

.rekvizity-table tr:hover td {
  background-color: #33333390;
}

.rekvizity-header {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .rekvizity-table tr {
    display:flex;
    flex-direction: column;
  }

  .rekvizity-table td {
    border: unset;
  }

  .rekvizity-table td:first-child {
    padding-top: 10px;
    padding-bottom: 3px;
  }

  .rekvizity-table td:last-child {
    padding-bottom: 10px;
    padding-top: 3px;
  }

  .rekvizity-table tr td:last-child {
    border-bottom: 1px solid #44bbb4;
  }
}


/*блок "Наши сотрудники"*/
section.our-employees {
  width: 100%;
  margin: auto;
  padding: 3vw 0;
  justify-content: center;
  text-align: center;
  //background-image: url(/new-blocks/our-employees/our-employees_background.webp);
  display: flex;
  flex-direction: column;
  gap: 1vw;
	color: white;
}
section.our-employees h2,
section.our-employees h3,
section.our-employees p {
  padding: 0;
  margin: 0;
}
section.our-employees .p {
  color: white;
}
section.our-employees .p-20 {
  font-size: 0.9vw;
}
section.our-employees .p-16 {
  font-size: 0.7vw;
}
section.our-employees .buttons {
  display: flex;
  gap: 2vw;
  justify-content: center;
  padding: 0.75vw 0;
  margin: 0;
}
section.our-employees .buttons .button_style-type {
  height: 5.7vw;
  width: 5.7vw;
  border: solid 0.15vw #44bbb4;
  border-radius: 0.5vw;
  background: transparent;
  overflow: hidden;
  box-shadow: 0 0 0.75vw #44bbb4;
}
section.our-employees .buttons .button_style-type svg {
  width: 100%;
  height: 100%;
  background: transparent;
}
section.our-employees .buttons .button_style-type svg path {
  stroke: #44bbb4;
  //stroke-width: 0.15vw;
}
section.our-employees .buttons .button_style-type:not(.selected) {
  cursor: pointer;
}
section.our-employees .buttons .button_style-type.selected, section.our-employees .buttons .button_style-type:hover {
  background-color: #44bbb4;
}
section.our-employees .buttons .button_style-type.selected svg path, section.our-employees .buttons .button_style-type:hover svg path {
  stroke: white;
}
section.our-employees .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 2vw;
  height: 26.5vw;
}
section.our-employees .items {
  flex-shrink: 0;
  display: flex;
  gap: 2vw;
  justify-content: space-around;
  min-width: 100%;
  height: 100%;
  margin: auto;
}
section.our-employees .item {
  display: flex;
  height: 24.5vw;
  width: 15.1vw;
  margin: auto;
  filter: drop-shadow(0 0 0.5vw #44bbb4);
}
section.our-employees .item .card {
  height: 100%;
  width: 100%;
  background-color: #44bbb4;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 10%);
  display: flex;
  flex-direction: column;
}
section.our-employees .item .card img {
  height: 85%;
  background: linear-gradient(to bottom, black, #44bbb4);
  -webkit-clip-path: polygon(11% 1%, 98.5% 1%, 98.5% 94%, 93% 100%, 1.5% 100%, 1.5% 12%);
          clip-path: polygon(11% 1%, 98.5% 1%, 98.5% 94%, 93% 100%, 1.5% 100%, 1.5% 12%);
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-employees .item .card .card_text {
  width: 75%;
  height: 15%;
  margin-left: 0.75vw;
  margin-top: 0.15vw;
  text-align: left;
  shape-outside: polygon(0 0, 20% 10%, 70% 100%, 100% 100%);
}
section.our-employees .item .card .card_text p {
  padding: 0;
  margin: 0;
}
section.our-employees .items-wrap:last-child .marquee {
  animation: scroll-clients 60s linear infinite;
  animation-direction: reverse;
}
section.our-employees .items-wrap:hover .marquee {
  animation-play-state: paused;
}
@keyframes scroll-clients {
  from {
    transform: translateX(-136.8vw);
  }
  to {
    transform: translateX(0);
  }
}
.contacts-slider_title{
  color: #ffffff;margin-bottom: 15px;
}
.contacts-slider-container{
  width: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts-slider-container  {
    width: 100%;
  }
}
.contacts-slider{
  width: 100%;
  text-align:center;
  border: 3px solid #ffffff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 15px;
}
.contacts-slider-item{
  color: #ffffff;
  font-size: 14px;
}
.contacts-prev-button, .contacts-next-button{
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: .3s ease;
}
.contacts-prev-button:hover, .contacts-next-button:hover{
  opacity: 0.8;
}
.strong-text{
  font-weight: 600;
}
.new-pages-wrap ol,
.new-pages-wrap ul{
  list-style: none;
}
.new-pages-wrap li{
  display: block;
}
.press-wall-element{
  margin-bottom: 45px;
  border-bottom: 1px solid #44BBB5;
  padding-bottom: 40px;
}
.press-wall-imgs{
  display: flex;
  gap: 15px;
}
.press-wall-imgs .__image{
  max-width: calc(100% / 3 - 10px);
}
.press-wall-imgs img{
  min-height: 100%;
  object-fit: cover;
}
.press-wall-prices{
  margin-bottom: 10px;
  border-left: 3px solid #44bbb4;
  margin-left: 40px;
  padding-left: 10px;
  font-size: 18px;
}
.press-wall-prices p{
  margin: 0 0 2px 0;
}
p.press-wall-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.underline-custom{
    text-decoration: underline 2px #44bbb4;
}
.press-wall-prices .underline-custom{
  font-weight: 600;
}
.press-wall-prices .underline-custom{
  font-weight: 600;
}
.reception-block-element{
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 2px solid #44bbb4;
}
.reception-image a{
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.reception-image img{
  max-width: 350px;
}
.reception-text-comment{
  padding-left: 2px;
}
.reception-text td:nth-child(1){
  font-weight: 600;
  padding-right: 20px;
}
.reception-text td:nth-child(2){
  text-decoration: underline 2px #44bbb4;
}
.reception-text table{
  margin-bottom: 15px;
}
table.prices-custom{
  width: 100%;
  border-color: white;
  border-spacing: 0;
}
table.prices-custom th{
  font-size: 18px;
}
table.prices-custom td,
table.prices-custom th{
  padding: 4px;
}
table.prices-custom th{
  border-bottom: 2px solid #44bbb4;
}
table.prices-custom td:nth-child(2),
table.prices-custom th:nth-child(2),
table.prices-custom td:nth-child(3),
table.prices-custom th:nth-child(3){
  text-align: center;
  border-left: 2px solid #44bbb4;
}
table.prices-custom tr:hover{
  background-color: #44bbb478;
}
.examples-of-work-wrap{
  margin-bottom: 45px;
}
.examples-of-work{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.example-single{
  max-width: calc(25% - 10px);
}
.example-single img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.example-single img:hover{
  transform: scale(0.85);
  transition: 0.3s;
}

@media(max-width: 1180px){
  .header__top__menu__element.-level-1.active:before{
    transform: skew(-20deg);
  }
}

@media(max-width: 1000px){
  .header__top__menu__element.-level-1.active:before{
    transform: skew(-10deg);
  }
}

@media(max-width: 900px){
  .header__top__menu__element.-level-1.active:before{
    transform: skew(0deg);
  }
}

@media (max-width: 768px){
  #openMobileMenu{
    top: 70px;
  }

  .new-pages-wrap ol{
    padding-left: 0;
  }
}

@media(max-width: 1000px){
  .new-pages-wrap .examples-of-work .example-single,
  .examples-of-work-custom .example-single{
    max-width: calc(33% - 20px / 3);
  }
}

@media(max-width: 500px){
  .new-pages-wrap .examples-of-work .example-single,
  .examples-of-work-custom .example-single{
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 768px){
  .reception-image a{
    margin-right: 0;
  }
}

.rutube-logo{
  height: 32px;
}

.footer__social-block.-rt{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__social-block.-rt span{
  font-size: 1.4rem;
}

.footer__social-block {
    margin-bottom: 10px;
}

.block-wrap {
    border-bottom: 2px solid #44bbb4;
}

.item-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.card-single{
  width: calc(100% / 3 - 30px / 3);
  border: 2px solid #44bbb4;
  border-radius: 10px;
}

.card-single-img-wrap img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #44bbb4;
}

.card-single-name,
.card-single-price{
  padding: 0 10px;
  text-align: center
}

.card-single-name{
  font-size: 20px;
  font-weight: 600;
}

.card-single-price{
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px){
  .item-cards{
    gap: 10px;
  }
  .card-single {
    width: calc(50% - 5px);
  }
}

@media (max-width: 500px){
  .card-single-name{
    font-size: 16px;
  }
  .card-single-price{
    font-size: 14px;
  }
}

.table-center td{
  text-align: center !important;
}

.user-agreement-page ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.user-agreement-page ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  
}

.user-agreement-page ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.user-agreement-page li ol > li {
  margin: 0;
  border: none;
}

.user-agreement-page li ol > li:before {
  content: counters(item, ".") " ";
}

.table-center td{
  text-align: center !important;
}

.footer-doc-links div{
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  text-decoration-color: #fff;
}

.vacancies-block{
  border: 4px solid #44bbb4;
  border-radius: 10px;
  padding: 15px;
}

.vacancies-block p{
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.ul-custom li{
  display: block !important;
}

.portfolio-block-wrap{
  margin-bottom: 20px;
}

.portfolio-block{
  display: flex;
}

.portfolio-img-block{
  width: 40%;
  padding-right: 20px;
}

.portfolio-img-block img{
  border-radius: 10px;
  border: 2px solid #44bbb4;
}

.portfolio-img-extra{
  display: flex;
  gap: 10px
}

.portfolio-desc-block{
  width: 60%;
}

.portfolio-desc-head{
  font-size: 24px;
  font-weight: 600;
}

.portfolio-desc-place{
  display: flex;
  align-items: center;
  font-weight: 600;
}

.portfolio-desc-place img{
  max-height: 40px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 20%;
  padding: 2px;
}

@media(max-width: 850px){
  .portfolio-block{
    display: block;
  }
  .portfolio-img-block{
    width: 100%;
  }
  .portfolio-desc-block{
    width: 100%;
  }
}

.reviews-custom{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-single{
  display: flex;
  width: calc(50% - 10px);
  border: 3px solid #44bbb4;
  border-radius: 15px;
  padding: 10px 10px 0px 10px;
}

.review-single-img{
  display: flex;
  min-width: 64px;
  margin-right: 15px;
}

.review-single-img img{
  margin-top: auto;
  margin-bottom: auto;
  filter: grayscale(30%);
}

.review-name{
  font-weight: 600;
}

@media(max-width: 700px){
  .review-single{
    width: 100%;
  }
}

.stages-block{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stage-single{
  width: calc(25% - 6px);
  display: flex;
  border: 1px solid #fff;
  border-radius: 10px;
}

.stage-text{
  padding: 10px 10px 0px 10px;
}

.stage-number{
  padding: 0 10px;
  background-color: #44bbb4;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 24px
}

.stage-name{
  font-weight: 600;
  text-decoration: underline
}

@media(max-width: 950px){
  .stages-block{
    gap: 12px;
  }
  .stage-single{
    width: calc(100% / 3 - 8px);
  }
}

@media(max-width: 700px){
  .stages-block{
    gap: 12px;
  }
  .stage-single{
    width: calc(100% / 2 - 6px);
  }
}

@media(max-width: 500px){
  .stages-block{
    gap: 10px;
  }
  .stage-single{
    width: 100%;
  }
}

.dtcell-404{
  color: #fff;
  text-align: center;
  height: 100%;
  vertical-align: top;
  padding: 100px 0;
}

.page-404-title{
  margin: auto;
  font-size: 225px;
  line-height: 1;
}

.page-404-sub-title{
  margin: -5px auto 0px;
  font-size: 36px;
  font-weight: 600;
  max-width: 530px;
}

.page-404-link a{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

@media(max-width: 500px){
  .page-404-title{
    font-size: 120px;
  }
}

.home__section__block-5__header-text-custom{
  font-size: 28px;
  font-weight: 600;
}

@media(max-width: 768px){
  .home__section__header__text-custom{
    font-size: 24px !important;
    margin-bottom: 0em !important;
  }
}

.block-custom p,
.block-custom li{
  text-align: left; 
}

.block-custom li{
  list-style: disc;
  margin-left: 20px;
}

.block-custom .page-title{
  margin-bottom: 2em;
}

.block-custom .card-single{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.block-custom .card-single .card-single-price{
  font-size: 16px;
  padding-bottom: 10px;
}

.custom-korp{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.korp-single{
  width: calc(100% / 3 - 6px);
  border: 2px solid #44bbb4;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 50px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  font-family: 'Montserrat';
}

.korp-single > *{
  padding: 0 10px;
}

.korp-price{
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.korp-name{
  font-size: 20px;
  font-weight: 600;
  background-color: #44bbb4;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.korp-text{
  padding: 10px;
  text-decoration: underline;
  font-weight: 500;
}

@media(max-width: 850px){
  .custom-korp{
    display: block;
  }
  .korp-single{
    width: 100%;
  }
}

@media(max-width: 600px){
  .custom-korp-wrap{
    margin-bottom: 50px;
  }
}

.form-wrapper-custom{
  border: none;
}

.form-wrapper-custom .page-container{
  display: flex;
  justify-content: center
}

.form-wrapper-custom .page-container form{
  width: 100%;
  padding: 0 20px;
  max-width: 750px;
}

.form-wrapper-custom .form__title{
  font-weight: 600;
}

.form-wrapper-custom .g-recaptcha{
  display: flex;
  justify-content: center;
}

.wrapper.home_page.portfolio-page section{
  color: #fff;
}

.main_page_h2-custom {
  font-size: 34px;
  text-align: center;
  border-bottom: 5px solid #44bbb4;
  color: #fff;
}

.home__section__header__text-black{
  color: #000 !important;
}

.main-page-uslugi{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.main-page-card{
  width: calc(100% / 3 - 10px);
  border: 2px solid #44bbb4;
  border-radius: 15px;
  transition: 0.3s;
}

.main-page-card a{
  color: #fff;
}

.main-page-card img{
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
  height: 240px;
  width: 100%;
}

.usluga-text{
  padding: 0 10px 10px;
  text-align: center;
  font-weight: 600;
}

.usluga-title{
  font-size: 22px;
}

.usluga-price{
  font-size: 16px;
}

.main-page-card:hover{
  transform: scale(1.06);
}

@media(max-width: 950px){
  .main-page-card img{
    height: 200px;
  }
  .usluga-title{
    font-size: 20px;
  }
}

@media(max-width: 950px){
  .main-page-card img{
    height: 200px;
  }
  .usluga-title{
    font-size: 20px;
  }
}

@media(max-width: 750px){
  .main-page-uslugi{
    gap: 20px;
  }
  .main-page-card{
    width: calc(50% - 10px);
  }
}

@media(max-width: 420px){
  .main-page-card img{
    height: 120px;
  }
}

.main-page-reviews{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.review-elem{
  width: calc(25% - 12px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border: 1px solid #cccccc;
}

.review-elem img{
  width: 100%;
}

.-light .main_page_h2-custom{
  color: #2c2c2c;
}

@media(max-width: 900px){
 .conf-cost-price-value{
  font-size: 28px;
 } 
}

@media(max-width: 768px){
 .main_page_h2-custom{
  margin-bottom: 25px !important;
 } 
}

@media(max-width: 550px){
  .main-page-card img{
    height: 150px;
  }
  .usluga-title{
    font-size: 18px;
  }
  .usluga-price{
    font-size: 14px;
  }
  .main-page-uslugi{
    gap: 6px;
  }
  .main-page-card{
    width: calc(50% - 3px);
  }
  .main-page-reviews{
    gap: 8px;
  }
  .review-elem{
    width: calc(25% - 6px);
  }
  .conf-cost-price-value{
    font-size: 24px;
   } 
}

.__text-h3 {
    font-weight: 600;
}

/* Основные стили */
.conf-cost-block {
    max-width: 1410px;
    margin: 0 auto;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.conf-cost-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #222;
    text-align: center;
    font-weight: 600;
}

/* Блок с ценой */
.conf-cost-price-highlight {
    background: linear-gradient(135deg, #44bbb4 0%, #2d9b94 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(68, 187, 180, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.conf-cost-price-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(68, 187, 180, 0.4);
}

.conf-cost-price-value {
    font-size: 34px;
    font-weight: 700;
}

/* Сетка факторов */
.conf-cost-factors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.conf-cost-factor-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.conf-cost-factor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(68, 187, 180, 0.15);
    border-color: #44bbb4;
}

.conf-cost-factor-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.conf-cost-factor-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.conf-cost-factor-title {
    font-size: 20px;
    margin: 0;
    color: #44bbb4;
    font-weight: 600;
}

.conf-cost-factor-desc {
    margin: 0;
    line-height: 1.5;
    color: #555;
}

/* Анимации */
@keyframes conf-cost-fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.conf-cost-factor-item {
    animation: conf-cost-fadeIn 0.5s ease forwards;
    opacity: 0;
}

.conf-cost-factor-item:nth-child(1) { animation-delay: 0.1s; }
.conf-cost-factor-item:nth-child(2) { animation-delay: 0.2s; }
.conf-cost-factor-item:nth-child(3) { animation-delay: 0.3s; }
.conf-cost-factor-item:nth-child(4) { animation-delay: 0.4s; }
.conf-cost-factor-item:nth-child(5) { animation-delay: 0.5s; }
.conf-cost-factor-item:nth-child(6) { animation-delay: 0.6s; }
.conf-cost-factor-item:nth-child(7) { animation-delay: 0.7s; }
.conf-cost-factor-item:nth-child(8) { animation-delay: 0.8s; }

.callback_button_wrapper{
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.callback_button{
  padding: 20px;
  border: 5px solid #44bbb4;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  font-family: 'Montserrat';
  font-weight: 500;
  box-shadow: 5px 0.5rem 0.5rem rgb(0 0 0 / 15%);
}

.callback_left{
  text-wrap: balance;
}

.callback_right{
  display: flex;
  align-items: center;
}

.callback_right a{
  background-color: #44bbb4;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  min-width: 200px;
}

@media(max-width: 1000px){
  .callback_button{
    font-size: 14px;
  }
  .callback_right a{
    font-size: 16px;
    min-width: 160px;
  }
}

@media(max-width: 550px){
  .callback_left{
    margin-bottom: 15px;
  }
  .callback_button{
    display: block;
  }
  .callback_right{
    justify-content: center;
  }
}

.block-clients-wrap {
    padding: 40px 0;
}

.block-clients {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.client-single {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #ebebeb;
}

.client-single:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.client-single img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-single:hover img {
    opacity: 1;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .block-clients {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 20px;
    }
    .client-single {
        height: 70px;
    }
}

@media (max-width: 768px) {
    .block-clients {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;
    }
    .client-single {
        height: 60px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .block-clients {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }
    .client-single {
        height: 50px;
    }
}

.products.columns-4{
  display: flex;
  flex-wrap: wrap;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  gap: 12px;
}

.my-product-item{
  width: calc(25% - 9px);
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .15);
  border: 1px solid #44bbb4;
  border-radius: 10px;
}

.my-product-item img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
      object-fit: contain;
}

.custom-wrap{
  display: flex;
  justify-content: center;
}

.woocommerce-result-count{
  width: 100%;
  max-width: 1410px;
  color: #c2c2c2;
  font-weight: 600;
  font-size: 16px;
  margin: 5px 15px;
}

.woocommerce-ordering{
  max-width: 1410px;
  width: 100%;
  margin: 5px 15px;
}

.woocommerce-ordering select{
  color: #c2c2c2;
  background-color: #414142;
  border: 1px solid #44bbb4;
  font-weight: 600;
  padding: 4px;
  margin: 5px 0 20px;
}

.product-name{
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.product-price{
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

@media(max-width: 1430px){
  .products.columns-4{
    padding: 0 15px;
  }
}

@media(max-width: 1250px){
  .products.columns-4{
    gap: 24px;
  }
  .my-product-item{
    width: calc(25% - 18px);
  }
}

@media(max-width: 900px){
  .products.columns-4{
    gap: 12px;
  }
  .my-product-item{
    width: calc(25% - 9px);
  }
}

@media(max-width: 650px){
  .products.columns-4{
    gap: 20px;
  }
  .my-product-item{
    width: calc(50% - 10px);
  }
}

@media(max-width: 500px){
  .products.columns-4{
    gap: 10px;
  }
  .my-product-item{
    width: calc(50% - 5px);
  }
}

/* @media(max-width: 450px){
  .products.columns-4{
    gap: 10px;
  }
  .my-product-item{
    width: 100%;
  }
} */

.custom-wrap h1{
  width: 100%;
  max-width: 1410px;
  color: #fff;
  font-size: 2.75em;
  margin: 0 0 10px;
  line-height: 1.25;
}

.product-main-info{
  width: 100%;
  max-width: 1410px;
  display: flex;
  gap: 25px;
  padding-top: 30px;
}

.product-single-price{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.buy-button{
  font-weight: 600;
  padding: 5px 25px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1410px;
  padding-top: 20px;
}

.tab > input[type="radio"] {
  display: none;
}

.tab-content {
  display: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tab > label {
  display: block;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #44bbb4; 
  background: 0 0;
  margin-right: 10px;
}

.tab > input[type="radio"]:checked + label {
  cursor: default;
  color: #fff;
  background-color: #44bbb4;
  border-radius: 0.375rem;
}

.custom-wrap-margin{
  margin: 0 15px;
}

.product-image img{
  max-width: 600px;
  object-fit: contain;
  height: fit-content;
  width: 100%;
}

.custom-wrap .woocommerce-pagination{
  margin-top: 20px;
}

.custom-wrap .woocommerce-pagination ul{
  display: flex;
  gap: 10px;
}

.custom-wrap .woocommerce-pagination ul li{
  background-color: #44bbb4;
  color: #fff;
  border-radius: 50%;
  width: 26px !important;
  height: 26px !important;
  text-align: center;
  font-weight: 600;
}

.custom-wrap .woocommerce-pagination ul li a{
  color: #fff;
}

.page-numbers.current{
  border-bottom: 1px solid;
}

.my-product-item{
  transition: 0.35s;  
}

.my-product-item:hover{
  transform: scale(0.95);
}

@media(max-width: 1000px){
  .product-main-info h1{
    font-size: 2em;
  }
  .product-main-info{
    display: block;
  }
}

.vystavki-price{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 32px;
}

.vystavki-price-card{
  width: calc(25% - 12px);
  transition: 0.3s;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.vystavki-price-card:hover {
    scale: 1.05;
}

@media(max-width: 900px){

  .vystavki-price{
    gap: 12px;
    row-gap: 24px;
  }

  .vystavki-price-card {
      width: calc(100% / 3 - 8px);
  }
}

@media(max-width: 900px){

  .vystavki-price-card {
      width: calc(50% - 6px);
  }
}

.vystavki-includes{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vystavki-includes-single{
  width: calc(50% - 10px);
  border-radius: 15px;
  border: 2px solid #44bbb4;
  padding: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: 0.25s;
}

.vystavki-includes-single:hover {
  transform: translateY(-10px);
}

.vystavki-includes-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.vystavki-includes-single:hover .vystavki-includes-emoji{
  transform: rotate(360deg);
}

.vystavki-includes-emoji{
  display: inline-block;
  transition: 0.5s;
}

@media(max-width: 900px){
  .vystavki-includes-single{
    width: 100%;
  }
}

.category-custom {
    max-width: 1410px;
    color: #fff;
    font-family: 'Roboto';
    padding: 0 10px;
}

.category-custom ul{
  list-style: disc;
}

.vystavki-includes-single{
  display: flex;
  flex-wrap: wrap;
}

.vystavki-includes-img{
  margin-right: 10px;
  width: fit-content;
}

.vystavki-includes-img img{
  max-width: 160px;
}

.vystavki-includes-right{
  max-width: calc(100% - 170px);
}

header{
  position: sticky;
  top: 0;
  z-index: 3;
}

.otzyvy-block-custom{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.otzyvy-block-custom a{
  max-width: calc(20% - 12px);
}

.otzyvy-block-custom img{
  border-radius: 5px;
}

@media(max-width: 768px){
  h2.wow.fadeIn{
    margin-bottom: 15px !important;
  }
  .otzyvy-block-custom a{
    max-width: calc(100% / 3 - 10px);
  }
}

.home-equipment__box{
  gap: 15px;
  padding: 20px 10px 0
}

.home-equipment__item{
  border: 2px solid #44bbb4;
  border-radius: 15px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  font-weight: 600;
}

.new-pages-wrap-2{
  font-size: 17px;
}

@media(max-width: 900px){
  .new-pages-wrap-2{
    font-size: 16px;
  }
}

.available-status{
  color: #44bbb4;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio-img-wrap{
  transition: 0.3s;
}

.portfolio-img-wrap:hover{
  transform: scale(0.95);
}

.adv-custom-block{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.home-section-adv .adv-custom-block{
  padding: 10px;
}

.adv-custom-single{
  display: flex;
  width: calc(100% / 3 - 10px);
  border: 2px solid #44bbb4;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .15);
}

.adv-custom-single:hover{
  transform: translateY(-10px);
}

.adv-custom-icon{
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.adv-custom-icon,
.adv-custom-icon img{
  min-width: 50px;
  max-width: 50px;
}

.adv-custom-icon{
  min-height: 75px;
}

.adv-custom-icon img{
  min-height: 50px;
  max-height: 50px;
}

.adv-custom-text{
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 500;
  line-height: 1.5;
}

@media(max-width: 1200px){
  .adv-custom-single{
    width: calc(50% - 10px);
  }
}

@media(max-width: 700px){
  .adv-custom-single{
    width: 100%;
  }
}

.adv-custom-block-2{
  justify-content: center;
}

.adv-custom-block-2 .adv-custom-single{
  flex-direction: column;
  box-shadow: 5px 0.5rem 1rem 2px rgb(255 255 255 / 15%);
}

.adv-custom-title{
  background-color: #44bbb4;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 5px
}

.new-pages-wrap ol{
  padding-left: 0;
}

.prices-custom thead{
  background: #44bbb4;
}

.prices-custom tbody tr:nth-child(even) td{
  background: #b3b3b30d;
}

section.oreder{
  z-index: 0;
}

.single-product-fos{
  color: #fff;
}

.single-product-fos > *{
  margin-top: 50px;
}

h1.home-swiper-slide__title{
  margin-bottom: 0;
}

.main-page-fos > div{
  background-image: url(/wp-content/themes/scg_thems/images/home/paralax-back.jpg?v=1616140287);
  color: #fff;
}

@media(max-width: 900px){
  .home-equipment__item{
    flex: 1 1 calc(100% / 3 - 10px);
    font-size: 15px;
  }
}

.stil{
  font-weight: bold;
}

.podtcsherk{
  color: white;
  font-weight: bold;
  text-decoration: underline   #5bbad5;

}

.hhh{
  justify-content: flex-end;
  text-align: left;
  color: red;
}
.padding-one{
  padding-right: 20px;
}

.bannery{
width: 90%; 
max-width: 400px; 
min-width: 300px;
}

.vidy-bannerov{
  display: flex;
  width:fit-content;
}
.bannery img{
  border-radius: 10px;
  border: 2px solid #44bbb4;
}


@media(max-width: 800px){
.vidy-bannerov{
  display: block;
  width:fit-content;
}
.bannery{
width: 100%; 
max-width: 500px; 
min-width: 400px;
}
}

.logistic-block{
  margin-bottom: 30px;
}

.izgotovlenie-fotozon-block a{
  text-decoration: none;
}

.izgotovlenie-fotozon-block .main-page-uslugi{
  gap: 8px;
}

.izgotovlenie-fotozon-block .main-page-card{
  width: calc(25% - 6px);
}

.usluga-title{
  font-size: 18px;
}

.izgotovlenie-fotozon-block .usluga-price{
  font-size: 16px;
}

.usluga-price-stats{
  font-weight: 400;
  font-size: 14px;
}

.izgotovlenie-fotozon-block .main-page-card:hover{
  transform: scale(1.02);
}

@media(max-width: 1200px){
  .izgotovlenie-fotozon-block .main-page-uslugi{
    gap: 9px;
  }

  .izgotovlenie-fotozon-block .main-page-card{
    width: calc(100% / 3 - 6px);
  }
}

@media(max-width: 800px){
  .izgotovlenie-fotozon-block .main-page-uslugi{
    gap: 10px;
  }

  .izgotovlenie-fotozon-block .main-page-card{
    width: calc(50% - 5px);
  }
}

@media(max-width: 470px){
  .izgotovlenie-fotozon-block .main-page-card{
    width: 100%;
  }
}

.main-banner-h1{
  font-size: 52px;
  margin-bottom: 10px;
}

.main-banner-under{
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
}

@media(max-width: 600px){
  .main-banner-h1{
    font-size: 35px;
  }

  .main-banner-under{
    font-size: 20px;
  }
}

.header__top__menu__element.-level-1:nth-child(1),
.header__top__menu__element.-level-1:nth-child(2),
.header__top__menu__element.-level-1:nth-child(7){
  font-weight:bold;
}

.header__top__menu__element__link.header__top__menu__element__link-opensubmenu:nth-child(1){
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 1480px){
  .header__top__menu__wrapper li{
    flex: none !important;
  }
  .header__top__menu__wrapper li .header__top__menu__element__link,
  .header__top__menu__wrapper li a,
  .header__top__menu__wrapper > li{
    width: fit-content;
    padding: 0 0 5px 0 !important;
  }
  .header__top__menu__wrapper{
    justify-content:space-between;
    padding: 0 15px;
    box-shadow: 0 -4px 0 #44bbb4 inset;
  }
  .header__top__menu__wrapper > li > .header__top__menu__element__link{
    width: 100% !important;
  }
}

@media (min-width: 769px) and (max-width: 1060px){
  .header__top__menu__wrapper .header__top__menu__element__link__text{
    font-size: 18px;
  }
  .header__top__menu__element__link__opensubmenu{
    width: 35px;
  }
  .header__top__menu__element.-level-1{
    min-width: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 900px){
  .header__top__menu__wrapper .header__top__menu__element__link__text{
    font-size: 16px;
  }
}

@media(max-width: 769px){
  .header__top__menu__element.-level-2 .header__top__menu__element__link{
    padding: 0 0 0 15px !important;
  }
  .header__top__logo__img{
    padding-left: 0;
  }
}

.page-section.-gray {
  color: white;
}

.wrapper_gray{
  color: #434344;
}

.stages-extra{
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.stages-extra-block{
  width: calc(100% / 2 - 10px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 5px;
}

.stages-extra-title{
  background: linear-gradient(135deg, #44bbb4 0%, #2d9b94 100%);
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  font-size: 20px;
  margin-bottom: 5px;
}

.stages-extra ul{
  padding-left: 25px;
}

.stages-extra ul li{
  list-style: disc;
  margin-bottom: 5px;
}

@media(max-width: 800px){
    .stages-extra{
      display: block;
    }
    .stages-extra-block{
      width: 100%;
      margin-bottom: 15px;
      padding-bottom: 5px;
    }
}


.ul-stil{
  margin: 0;
  padding: 0;
  list-style-type: disc;

}

.shrift{
  font-weight: 600;
  margin-left: 26px;
  margin: 0;
  margin-top: 10px;
}
.shrift-text{
  margin: 0;
  font-size: 0.9em;

}


.__list:nth-child(1) .shrift-text {
    width: 65ch;
    max-width: 100%;
}


.__list:nth-child(2) .shrift-text {
    width: 78ch;
    max-width: 100%;
}


.__list:nth-child(3) .shrift-text {
    width: 80ch;
    max-width: 100%;
}


.__list:nth-child(5) .shrift-text {
    width: 97ch;
    max-width: 100%;
}

@media (max-width: 1000px) {
    .__list:nth-child(1) .shrift-text,
    .__list:nth-child(2) .shrift-text,
    .__list:nth-child(3) .shrift-text,
    .__list:nth-child(5) .shrift-text {
      width: 100%; 
        line-height: 1.6;
    }
}

@media (max-width: 479px) {
    .__list:nth-child(1) .shrift-text,
    .__list:nth-child(2) .shrift-text,
    .__list:nth-child(3) .shrift-text,
    .__list:nth-child(5) .shrift-text {
      width: 100%; 
        line-height: 1.6;
    }
}

.page-right-list .__list.kkkkkk:nth-child(4) {
    left: 167px;
}
.page-right-list .__list.kkkkkk:nth-child(3) {
    left: 229px;
}
.page-right-list .__list.kkkkkk:nth-child(2) {
    left: 298px;
}
.page-right-list .__list.kkkkkk:nth-child(1) {
    left: 374px;
}

.div-line{
    background-color: #44bbb494;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 10px;
}

.h3-look{
  font-weight: 600;
  font-size: 22px;
}

.screen-prices-block{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.screen-prices-single{
  width: calc(25% - 18px);
  box-shadow: 0 .5rem 1rem #00000057;
  padding: 0 5px 15px ;
  transition: 0.3s;
  border-radius: 10px;
}

.screen-prices-name{
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.screen-price{
  text-align: center;
}

.screen-prices-single:hover{
  transform: scale(1.04);
}

@media(max-width: 1200px){
  .screen-prices-name{
    font-size: 16px;
  }
}

@media(max-width: 900px){
  .screen-prices-block{
    gap: 12px;
  }
  .screen-prices-single{
    width: calc(25% - 9px);
  }
}

@media(max-width: 700px){
  .screen-prices-block{
    gap: 16px;
  }
  .screen-prices-single{
    width: calc(50% - 8px);
  }
  .screen-prices-name{
    font-size: 18px;
  }
}

.svadby-price-single{
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  padding: 10px 30px;
  margin-bottom: 10px;
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff12;
  border-radius: 5px;
  transition: 0.3s;
}

.svadby-price-single:hover{
  transform: perspective(300px) rotateX(5deg) scale(1.02);
}

@media(max-width: 700px){
  .svadby-price-single{
    font-size: 18px;
  }
}

@media(max-width: 550px){
  .svadby-price-single{
    flex-direction: column;
  }
}

.page__text li{
  display: block;
}

.constructions-types .page-row-elements{
  gap: 30px;
}

.constructions-types .__element{
  width: calc(100% / 3 - 20px);
  padding: 0;
}

.constructions-types .page-row-elements .__element .__top img{
  padding-right: 0;
  margin-bottom: 10px;
}

@media(max-width: 900px){
  .constructions-types .__element{
    width: calc(50% - 15px);
  }
  .constructions-types .page-row-elements{
    gap: 30px;
  }
}

@media(max-width: 600px){
  .constructions-types .__element{
    width: 100%;
  }
}

.accordeonWrapper-custom{
  margin-bottom: 10px;
}

.stages_teamplate > div{
  font-size: 18px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8c8c8c;
  margin-bottom: 10px;
  background-color: #2c2c2c
}

@media(max-width: 600px){
  .stages_teamplate > div{
    font-size: 16px;
  }
}

.decor-types{
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 20px;
}

.decor-types-single{
  width: calc(100% / 3 - 32px);
  border: 1px solid #b3b3b3;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.decor-types-name{
  font-size: 26px;
  font-weight: 600;
}

.decor-types-info{
  padding: 0 15px 10px;
}

.decor-types-desc ul{
  list-style: disc;
  padding-left: 20px;
}

@media(max-width:900px){
  .decor-types{
    column-gap: 12px;
  }
  .decor-types-single{
    width: calc(100% / 3 - 8px);
  }
}

@media(max-width: 600px){
  .decor-types{
    margin-bottom: 20px;
  }
  .decor-types-single{
    width: calc(100% / 2 - 6px);
  }
  .decor-types-name{
    font-size: 22px;
  }
}

.product-props{
  color: #fff;
  padding: 10px;
}

.product-props-row{
  display: flex;
}

.product-props-row .attribute-name{
  width: 80px;
}

.category-custom ul{
  padding-left: 20px
}

.category-custom ol{
  padding-left: 20px
}


.advantages-custom-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin: 30px 0;
}

.advantages-custom-single {
  display: flex;
  min-height: 100px;
  border: 2px solid #44bbb4;
  padding: 10px 20px;
  border-radius: 16px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}


.advantages-custom-single:hover {
  transform: translateX(5px); 
  box-shadow: 0 15px 30px rgba(68, 187, 180, 0.15);
  border-color: #2a7974;
}

@media (max-width: 768px) {
  .advantages-custom-block {
    grid-template-columns: 1fr;
  }
}


.contact__addresses {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.contact__address {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact__address:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact__city {
    min-width: 200px;
    font-weight: 600;
    color: #44bbb4;
    font-size: 15px;
    padding-right: 15px; 
    white-space: nowrap; 
}

.contact__street {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    word-break: break-word; 
}


@media (max-width: 768px) {
    .contact__address {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 15px;
    }
    
    .contact__city {
        min-width: auto;
        white-space: normal; 
        padding-right: 0;
        margin-bottom: 3px;
    }
    
    .contact__street {
        padding-left: 10px; 
    }
}

@media (max-width: 480px) {
    .contact__city {
        font-size: 14px;
    }
    
    .contact__street {
        font-size: 14px;
        padding-left: 5px;
    }
}

.link__contact_adress {
  display: block;
  width: 122px;
  height: 122px;
  margin: -320px 15px 15px 0;
  line-height: 165px;
  text-align: center;
  border-radius: 50%;
  background: #44bbb4;
}

.category-products-section{
  padding-bottom: 50px;
}

.page-title-container {
    max-width: 1200px; 
    margin: 20px auto; 
    padding: 0 15px; 
}

.page-title-custom {
    font-size: 32px;    
    font-weight: 600;   
    margin: 0;
    color:#d7efed;
}

.category-hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
}


.category-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-hero-content {
    text-align: left;
    color: white;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.category-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .category-hero {
        min-height: 300px;
    }
    
    .category-hero-title {
        font-size: 32px;
    }
}

.product-name-in-description {
    font-weight: 600; 
    color: #fff;
}




.process-card {
    margin: 60px 0 0;
}

.process-card h2 {
    margin: 0 0 8px;
}

.process-intro {
    margin: 0 0 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-item {
    counter-increment: step-counter;
    list-style: none;
    margin: 0;
}

.step-card {
    position: relative;
    height: 100%;
    cursor: default;
}

.step-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(68, 187, 180, 0.3);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    height: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.step-card:hover .step-content {
    background: rgba(68, 187, 180, 0.15);
    border-color: #44bbb4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(-2px);
}

.step-number {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #44bbb4;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    color: #44bbb4;
    margin: 0 auto 12px;
    box-shadow: 0 0 15px rgba(68, 187, 180, 0.4);
}

.step-number::before {
    content: counter(step-counter);
}

.step-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.step-arrow {
    display: block;
    font-size: 10px;
    color: #44bbb4;
    margin-top: 8px;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.step-card:hover .step-arrow {
    transform: rotate(180deg);
    opacity: 0.8;
}

.step-description {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px;
    background: #1a1a23;
    border: 1px solid #44bbb4;
    border-top: none;
    border-radius: 0 0 12px 12px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.step-card:hover .step-description {
    display: block;
}

@media (max-width: 1200px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
}





.formats-card {
    margin: 50px 0 0;
}

.formats-card h2 {
    margin: 0 0 20px 0;
}

.formats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.formats-grid li {
    list-style: none;
}

.format-card {
    background: rgba(20, 20, 30, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(68, 187, 180, 0.2);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.format-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(68, 187, 180, 0.1), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.format-card:hover::after {
    left: 100%;
}

.format-card:hover {
    border-color: #44bbb4;
    background: rgba(30, 30, 40, 0.7);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(68, 187, 180, 0.1);
}

.format-icon {
    width: 56px;
    height: 56px;
    color: #44bbb4;
    flex-shrink: 0;
}

.format-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
    filter: drop-shadow(0 4px 8px rgba(68, 187, 180, 0.3));
    transition: transform 0.3s ease;
}

.format-card:hover .format-icon svg {
    transform: scale(1.1);
}

.format-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.format-title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.format-description {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.formats-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(68, 187, 180, 0.3);
    text-align: center;
    margin-bottom: 50px;
}

.formats-footer p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
    font-style: italic;
}

@media (max-width: 900px) {
    .formats-grid {
        gap: 20px;
    }
    
    .format-card {
        padding: 20px;
        gap: 14px;
    }
    
    .format-icon {
        width: 48px;
        height: 48px;
    }
    
    .format-title {
        font-size: 18px;
    }
    
    .format-description {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .formats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .format-icon {
        width: 44px;
        height: 44px;
    }
    
    .formats-footer {
        margin-top: 40px;
        padding-top: 25px;
    }
    
    .formats-footer p {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .format-card {
        padding: 18px;
        gap: 12px;
    }
    
    .format-icon {
        width: 40px;
        height: 40px;
    }
    
    .format-title {
        font-size: 17px;
    }
    
    .format-description {
        font-size: 13px;
    }
}

@supports not (backdrop-filter: blur(10px)) {
    .format-card {
        background: rgba(20, 20, 30, 0.95);
    }
}






.simple-photo-block {
    margin: 60px 0 0;
    width: 100%;
}

.simple-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.simple-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
     border: 2px solid rgba(68, 187, 180, 0.7);
    box-shadow: 0 0 10px rgba(68, 187, 180, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.simple-item:hover {
    border-color: #44bbb4;
    border-width: 3px;
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(68, 187, 180, 0.7);
}

.simple-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.simple-item:hover img {
    transform: scale(1.05);
}

.simple-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    backdrop-filter: blur(4px); 
    border-top: 1px solid rgba(68, 187, 180, 0.5); 
    z-index: 2;
}


.simple-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9); 
    color: #fff;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    border-radius: 12px;
    border: 3px solid #44bbb4;
    text-shadow: 0 0 5px #44bbb4; 
}

.simple-item:hover .simple-description {
    opacity: 1;
}

.simple-item:hover .simple-title {
    opacity: 0; 
}

@media (max-width: 1000px) {
    .simple-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 800px) {
    .simple-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .simple-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .simple-title {
        font-size: 14px;
        padding: 10px 5px;
    }
    
    .simple-description {
        font-size: 12px;
        padding: 15px 10px;
    }
}

@media (max-width: 400px) {
    .simple-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}