@charset "UTF-8";
/* v3.3 */
:root {
  --animate-duration: 2s;
  --animate-delay: 1s;
  --page: 1212px;
  --page-min: 940px;
  --page-padd: 20px;
  --c1: #024E5D;
  --c1-RGB: 2, 78, 93;
  --c1-text: #fff;
  --c1-text-RGB: 255, 255, 255;
  --c2: #009FE3;
  --c2-RGB: 0, 159, 227;
  --c2-text: #fff;
  --c2-text-RGB: 255, 255, 255;
  --c3: #00D3C3;
  --c3-RGB: 2, 211, 195;
  --c3-text: #fff;
  --c3-text-RGB: 255, 255, 255;
  --c4: #fff;
  --c4-RGB: 255, 255, 255;
  --c4-text: #222;
  --c4-text-RGB: 34, 34, 34;
  --c5: #03e8ff;
  --c5-RGB: 3, 232, 255;
  --c6: #7AC5C9;
  --c6-RGB: 122, 197, 201;
  --bg: #024E5D;
  --c-link: #00D3C3;
  --c-link-RGB: 0, 159, 227;
  --c1-hover: #009FE3;
  --c1-hover-RGB: 0, 159, 227;
  --c2-hover: #00D3C3;
  --c2-hover-RGB: 0, 211, 195;
  --c-link-hover: #00D3C3;
  --c-link-hover-RGB: 0, 211, 195;
  --c1-text-hover: #fff;
  --c1-text-hover-RGB: 255, 255, 255;
  --c2-text-hover: #fff;
  --c2-text-hover-RGB: 255, 255, 255;
  --c-hover-bg: #e0ffef;
  --c-text: #F9F9F6;
  --c-text-RGB: 51, 51, 51;
  --c-headers: #05D8E2;
  --c-headers-RGB: 47, 53, 50;
  --c-gray: #f4f4f4;
  --c-gray-RGB: 244, 244, 244;
  --c-gray-dark: #e4e4e4;
  --c-gray-dark-RGB: rgb(228 228 228);
  --c-input-placeholder: #91BFC1;
  --c-input-text: #F9F9F6;
  --c-input-bg: #02515F;
  --c-input-border: #02515F;
  --c-input-hover-text: #00D3C3;
  --c-input-hover-bg: #02515F;
  --c-input-hover-border: #02515F;
  --font: "Rubik", sans-serif;
  --font2: "Rubik", sans-serif;
  --gradient: linear-gradient(0deg, var(
  		--c2) 0%, var(--c3) 100%);
  --gradient-bg: linear-gradient(to bottom, #024e5d 7%, #012d3b 91%);
  --border-radius: 2px;
  --box-shadow-1: 0 3px 6px rgba(0, 0, 0, 0.3);
  --box-shadow-btn: 16px 16px 30px 0px rgba(0, 19, 24, 0.24), -16px -16px 30px 0px rgba(0, 142, 174, 0.24);
  --icon-arrow-down: url(
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3e%3cpath d='M45 15L25 35 5 15' fill='none' stroke='%23282828' stroke-width='6'/%3e%3c/svg%3e");
  --icon-arrow-right: url(
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='58' viewBox='0 0 32 58'%3e%3cpath d='M0 54a-3.7 3.8 0 0 1 1.1-2.7L22.8 29 1.2 6.3a-3.7 3.8 0 1 1 5.4-5.2l24 25.3a-3.7 3.8 0 0 1 0 5.2l-24.2 25A-3.7 3.8 0 0 1 0 54z' fill='%23333'/%3e%3c/svg%3e");
  /*url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff'%3e%3cpath d='M7 .7L5.8 1.9 15.8 12 5.8 22.1 7 23.3 18.2 12z'/%3e%3c/svg%3e");*/
  --icon-arrow-line-right: url(
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23009748'%3e%3cpath d='M17.42 5.42l-1.07 1.07 4.76 4.76H0v1.51h21.11l-4.76 4.76 1.07 1.07L24 12l-6.58-6.58z'/%3e%3c/svg%3e");
  /*--icon-phone:url();*/
  /*--icon-mail:url();*/
  /*url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='%232f3532'%3e%3cpath d='M20.88 13.75l-3.7-1.66c-.5-.17-.86-.26-1.22.26s-1.4 1.67-1.71 2.01-.63.38-1.17.13-2.29-.8-4.35-2.54a15.6 15.6 0 0 1-3.01-3.54c-.32-.51 0-.76.24-1.04l1.35-1.75c.18-.34.09-.64-.05-.9S6.04 1.92 5.59.9c-.44-1-.89-.86-1.22-.88L3.34 0c-.36 0-.95.13-1.44.64S0 2.39 0 4.91s1.94 4.95 2.21 5.29 3.82 5.51 9.25 7.73a32.1 32.1 0 0 0 3.09 1.08c1.3.39 2.48.33 3.41.2 1.04-.15 3.2-1.24 3.65-2.43s.45-2.22.32-2.43-.5-.34-1.04-.6z'/%3e%3c/svg%3e");*/
  /*--image-bg:	url();*/
  --scrollup-color: rgba(0, 0, 0, 0.4);
  --scrollup-icon: url(
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16'%3e%3cpath d='M14.3.6c-1.1-1-3-.7-3.9.4L.6 10.8c-1.1 1.3-.6 3.6 1 4.2 1.2.6 2.6.1 3.4-.8l7.5-7.4 8 7.8c1.3 1.1 3.6.6 4.2-1 .6-1.2.1-2.6-.9-3.4L14.3.6z' fill='%23fff'/%3e%3c/svg%3e");
  --well: 100px;
  --well-big: 130px;
  --well-min: 80px;
  --well-text: 90px;
  --well-ts: 50px;
  --well-big-ts: 65px;
  --well-min-ts: 40px;
  --well-text-ts: 45px;
  --padd: 100px;
  --padd-big: 130px;
  --padd-min: 80px;
  --padd-text: 90px;
  --padd-ts: 50px;
  --padd-big-ts: 100px;
  --padd-min-ts: 80px;
  --padd-text-ts: 45px;
}

.breadcrumb > div div:after,
.botline-right:after,
.botline-left:after,
.botline:after,
.accordion-items .accordion__title:after,
.slick-arrow:before,
.btn-arrow:after {
  font-family: "icons-site" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}

/*{
	box-shadow:0 0 1px #f00;
}/**/
html {
  font: 300 18px/26px var(--font);
}

body {
  font-family: var(--font);
  color: var(--c1-text);
  background-color: var(--bg);
  /* display: flex; */
  /* flex-direction: column; */
  /* min-height: calc(100vh + 600px); */
  line-height: 1.444em;
  /* overflow-x: hidden; */
  /* min-height: 25000px; */
  position: relative;
}

.grid.text {
  margin: 0 -12px;
}

.grid.text > * {
  padding: 12px;
}

.text-upper {
  text-transform: uppercase;
}

.box-info {
  background: #fffeca;
  padding: 20px 30px;
}

.fancybox-content {
  background: var(--bg);
  padding: 20px;
}

.__m_ .fancybox-content {
  padding: 20px;
}

/**/
/*MAIN*/
a {
  color: var(--c-link);
  /* text-decoration: none; */
  /* padding: 2px; */
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--c-link-hover);
  text-decoration: none;
}

p {
  margin: 0 0 1.385em; /* text-indent: 2em; */
  text-align: inherit;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--c-headers);
  font-weight: 800;
  margin: 1em 0 0.8em;
  line-height: 1.444em;
  font-family: var(--font2);
  background: linear-gradient(270deg, #05F9FF 3.43%, #009EB7 98.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
  text-align: initial;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  /* color: #fff; */
  color: #252525;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  /*color:#e6005c;*/
  /* text-decoration:none; */
}

h1 {
  font-size: 3.111rem; /* margin: .6em 0; */
  font-size: 35px;
  line-height: normal;
  font-weight: 800;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

hr {
  color: #fff;
  background: #282828;
  height: 1px;
  border: 0;
  opacity: 0.6;
}

table {
  border-image: initial;
  /* border: 1px dashed #bbbbbb; */
  /* margin: 2em 0; */
}

th {
  font-family: var(--font2);
  font-weight: 500;
  background: #EEEEEE;
  color: #040404;
  padding: 10px 0;
}

th strong,
th b {
  font-weight: 500;
}

table th,
table td {
  padding: 10px;
}

table th p:last-child,
table td p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem; /* margin: .6em 0; */
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/**/
.page {
  max-width: var(--page);
  padding: 1px var(--page-padd);
  width: 100%;
  /* display: flex; */
}

.page-min {
  max-width: var(--page-min);
}

ul {
  list-style: disc;
  margin: 1em;
  padding: 0 0 0 20px;
}

ol {
  margin: 16px 0;
  padding: 0 0 0 19px;
}

ul li, ol li {
  margin: 0 0 1em;
  display: list-item;
  text-align: initial;
}

li ul, li ol {
  margin: 0.5em 0 0;
}

.list-number {
  list-style: none;
  counter-reset: li;
  padding: 0;
}

.list-number li {
  position: relative;
  padding: 0 0 0 35px;
}

.list-number li:before {
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: #d6e6ff;
  /* color: #fff; */
  text-align: center;
  padding: 3px 0;
  box-sizing: border-box;
  font-weight: 500;
}

.content__wrap {
  margin: 20px 0;
  /* min-height: 416px; */
}

.content__wrap > div {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  column-gap: 35px;
  row-gap: 40px;
  justify-content: center;
}

.content__left {
  flex-grow: 1;
  max-width: 310px;
  /* margin: 0 35px 0 0; */
  flex: 1 1 300px;
}

.content__main {
  flex: 1 1;
  max-width: 100%;
  /* width: 100%; */
}

.header-above .content__wrap {
  /* padding: 127px 0; */
  margin: 0;
}

body:not(.input-default) select,
body:not(.input-default) input,
body:not(.input-default) textarea {
  border: none;
  /* width: 100%; */
  /*border: 1px solid;*/
  outline: none;
  /* -webkit-appearance: none; */
  line-height: 1.3em;
  font-size: 1em;
  padding: 0.9em 1em;
  color: var(--c-input-text);
  box-sizing: border-box;
  margin: 0 0 1px;
  max-width: 100%;
  /* background: rgb(181 181 181 / 16%); */
  background: none;
  background: var(--c-input-bg);
  border-color: var(--c-input-border);
  font-family: var(--font);
  box-shadow: 4px 4px 8px #023B4E inset, -4px -4px 8px rgba(4, 136, 146, 0.41) inset;
  border-radius: 10px;
}

textarea {
  /* background: rgb(181 181 181 / 16%); */
}

body:not(.input-default) select:focus,
body:not(.input-default) input:focus,
body:not(.input-default) textarea:focus,
body:not(.input-default) select:hover,
body:not(.input-default) input:hover,
body:not(.input-default) textarea:hover {
  color: var(--c-input-hover-text);
  border-color: var(--c1) !important;
  /* border-bottom: 2px solid #83c2e2; */
  /* margin:0; */
}

input[type=checkbox] {
  width: auto;
  margin: 0 15px 0 0;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: var(--c-input-placeholder);
}

::-moz-placeholder {
  color: var(--c-input-text);
}

:-moz-placeholder {
  color: var(--c-input-text);
}

:-ms-input-placeholder {
  color: var(--c-input-text);
}

/*--- BUTTONS ---*/
body:not(.input-default) button, body:not(.input-default) .btn, body:not(.input-default) .button, body:not(.input-default) a.readmore, body:not(.input-default) input[type=submit], body:not(.input-default) input[type=button], body:not(.input-default) input[type=reset] {
  background: var(--c1);
  color: var(--c1-text);
  letter-spacing: 0.02em;
  padding: 14px 22px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2em;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 10px;
  background: var(--gradient);
  box-shadow: var(--box-shadow-btn);
  box-shadow: 16px 16px 30px 0px rgba(0, 19, 24, 0.2392156863), -16px -16px 30px 0px rgba(0, 142, 174, 0.2392156863);
}

body:not(.input-default) button:hover, body:not(.input-default) .btn:hover, body:not(.input-default) .button:hover, body:not(.input-default) a.readmore:hover, body:not(.input-default) input[type=submit]:hover, body:not(.input-default) input[type=button]:hover, body:not(.input-default) input[type=reset]:hover,
body:not(.input-default) button:focus, body:not(.input-default) .btn:focus, body:not(.input-default) .button:focus, body:not(.input-default) a.readmore:focus, body:not(.input-default) input[type=submit]:focus, body:not(.input-default) input[type=button]:focus, body:not(.input-default) input[type=reset]:focus {
  /* background: rgba(var(--c1-hover-RGB),0); */
  /* border-color: var(--c1-hover); */
  /* border-color: rgb(0 0 0 / 20%); */
  color: var(--c-text);
  text-decoration: none;
  /* box-shadow: inset 0px 0px 0px 2px rgba(var(--c1-text-hover-RGB), 0.3); */
  /* border-radius: 10px; */
  background: linear-gradient(0deg, #009FE3 0%, #00D3C3 67%);
  box-shadow: 16px 16px 30px 0px rgba(0, 19, 24, 0.2392156863), -16px -16px 30px 0px rgba(0, 142, 174, 0.2392156863), 0 0 30px var(--c3) inset;
}

.btn-main {
  background: var(--c2);
  border-color: var(--c2);
}

.btn-main:hover,
.btn-main:focus {
  background: var(--c2-hover);
  border-color: var(--c2-hover);
}

.g-article__readmore a {
  /* background: var(--c1); */
  /* border-color:var(--c1); */
}

.g-article__readmore a:hover,
.g-article__readmore a:focus {
  /* background: var(--c1-hover); */
  /* border-color:var(--c1-hover); */
}

.btn-line {
  background: none !important;
  color: var(--c-text);
  border: none;
  border-bottom: 4px solid var(--c1);
  margin: 0 !important;
  padding: 8px 0;
  display: inline-flex;
}

.btn-line:hover,
.btn-line:focus {
  color: var(--c1);
}

.btn-white,
.btn-border {
  border: 2px solid var(--c1);
  background: var(--c1-text);
  color: var(--c1);
}

.btn-border {
  border: 2px solid rgba(var(--c-text-RGB), 0.2);
  background: var(--c1-text);
  color: var(--c-text);
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-border:hover,
.btn-border:focus {
  color: var(--c1-text);
  border-color: var(--c1-text);
  background: var(--c1);
}

.btn_scroll_top {
  height: 66px;
  width: 66px;
  border-radius: 250px;
}

@media (max-width: 375px) {
  button, .btn, .button, a.readmore, input[type=submit], input[type=button], input[type=reset] {
    padding: 10px 20px;
  }
}
/*.slick-prev:before, .slick-next:before,*/
.slick-arrow:before {
  font-size: 44px;
  color: #023f50;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.0901960784);
}

.slick-prev:before {
  content: "\e905";
}

.slick-next:before {
  content: "\e906";
  /* color: #ccc; */
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
}

.btn-arrow:after {
  content: "\e908";
  font-size: 1.35em;
  margin: 0 0 0 11px;
}

.slick-prev, .slick-next {
  /* background: none no-repeat 50% 50%; */
  font-size: 0;
  /* border: 2px solid rgba(40, 40, 40, 0.26); */
  box-sizing: content-box;
  border-radius: 0;
  width: 66px;
  height: 66px;
  width: 40px;
  height: 50px;
  /* background: var(--icon-arrow-right) no-repeat 50% 50% / 20px; */
  transition: all 0.3s ease;
}

.slick-prev, .slick-next {
  /* background-color: #FF8A4E; */
  opacity: 1;
  padding: 0;
  border: none !important;
  /* box-shadow: 0 0 25px rgb(0 0 0 / 18%); */
  /* bottom: 0; */
  /* top: initial; */
  /* bottom: -113px; */
  /* transform: none; */
  opacity: 0.8;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  transform: translate(0, -50%);
  left: 0;
}

/*.slick-prev:before, .slick-next:before{
	display:none;
}*/
/**/
.breadcrumb {
  margin: 0;
  /* padding: 1px; */
  background: none;
  z-index: 2;
  font-size: 0.9em;
  position: relative;
}

.breadcrumb > div {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb > div > * {
  padding: 5px;
}

.breadcrumb a {
  /* text-decoration: none; */
}

.breadcrumb > div div:after {
  content: "\e908";
  text-decoration: none;
}

/**/
.top-panel__button-back,
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus,
.item-btn-white .btn-arrow,
.btn-arrow:hover,
.btn-arrow:focus {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='31' height='16' fill='none' stroke='%23fff' stroke-width='2'%3e%3cpath d='M23.6 1.6L30 8l-6.4 6.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M30 8H0'/%3e%3c/svg%3e") !important; */
  /* border: 2px solid rgba(255, 255, 255, 0.26); */
}

.slick-prev:hover,
.slick-prev:focus {
  /* background-color: #ff5600 !important; */
  margin: 0 5px 0 0;
  /*transform: translate(0,-50%) rotate(180deg) scale(1.2);*/
  opacity: 1;
}

.slick-next:hover,
.slick-next:focus {
  /* transform: translate(0,-50%) scale(1.2); */
}

.white {
  background: transparent;
  /* color: #8c744d; */
  font-weight: 500;
}

/**/
.bg-blue {
  background: #F4FAFF;
}

.bg-blue-dark {
  background: #024175;
  color: #fff;
}

.bg-green {
  background: linear-gradient(103.59deg, #D6EC97 0%, #8ED176 100%);
}

.bg-gray {
  background: var(--c-gray);
}

/**/
.bg_light,
.bg-light,
.bg_3 {
  position: relative;
}

.top_bg,
.top_bg:before,
.top_bg:after,
.top_bg > div:before,
.top_bg > div:after,
.bg-light:before,
.bg-dark:before,
.bg-dark:after,
.bg_1:before,
.bg_2:before,
.bg_3:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  /* top: 0; */
  z-index: -1;
}

.bg-light:before {
  background: linear-gradient(180deg, rgba(4, 104, 124, 0) 0%, rgba(4, 104, 124, 0.4) 15.55%, #04687C 49.71%, rgba(4, 104, 124, 0.54) 84.16%, rgba(4, 104, 124, 0) 100%);
  bottom: -88px;
  z-index: -2;
}

.top_bg,
.bg-dark:before {
  background: linear-gradient(255deg, #037179 4%, #012B41 100%);
  z-index: -2;
}

.top_bg:after,
.bg-dark:after {
  background: linear-gradient(182deg, rgba(2, 81, 96, 0) 19%, #024e5d 86%);
  bottom: auto;
  bottom: -235px;
  top: auto;
  height: 470px;
  z-index: -2;
  background: linear-gradient(to bottom, rgba(2, 78, 93, 0) 0%, rgb(2, 78, 93) 46%, rgb(2, 78, 93) 54%, rgba(2, 78, 93, 0) 100%);
}

.top_bg:after {
  z-index: 1;
}

.top_bg {
  min-height: 550px;
  height: 55%;
  max-height: 720px;
  z-index: -1;
}

.top_bg:before,
.bg_1:before {
  content: "";
  background: url(/images/site/bg_01.svg) no-repeat 50% 0;
  /*width: 1440px;*/
  height: 1098px;
  z-index: -1;
}

.top_bg:before {
  height: 100%;
}

.bg_2:before {
  content: "";
  background: url(/images/site/bg_02.svg) no-repeat 50% 0;
  /* linear-gradient(180deg, rgba(4, 104, 124, 0.00) 0%, rgba(4, 104, 124, 0.40) 15.55%, #04687C 49.71%, rgba(4, 104, 124, 0.54) 84.16%, rgba(4, 104, 124, 0.00) 100%); */
  top: -25px;
  /* bottom: -88px; */
  z-index: -1;
  height: 1206px;
}

.bg_3:before {
  content: "";
  background: url(/images/site/bg_03.svg) no-repeat calc(50% + 60px) 0, linear-gradient(180deg, rgba(4, 104, 124, 0) 0%, rgba(4, 104, 124, 0.4) 15.55%, #04687C 49.71%, rgba(4, 104, 124, 0.54) 84.16%, rgba(4, 104, 124, 0) 100%);
  top: -188px;
  bottom: -88px;
  z-index: -1;
}

.botline,
.botline-right,
.botline-left {
  position: relative;
}

.botline:after,
.botline-right:after,
.botline-left:after {
  content: "";
  content: "\e907";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* border-bottom: 1px solid rgba(var(--c5-RGB),48%); */
  color: var(--c5);
  font-size: 42px;
  line-height: 0;
  /* text-indent: 49px; */
  display: block;
  padding: 0 50px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4600' height='1'%3e%3cpath d='M0 .5h4600' stroke='%2303e8ff7a'/%3e%3c/svg%3e") no-repeat 0 0;
  height: 1px;
}

.botline:nth-child(odd):after,
.botline-right:after {
  /* right: 136px; */
  text-align: right;
  background-position-x: calc(100% - 138px);
}

.botline:nth-child(even):after,
.botline-left:after {
  text-align: left;
  background-position-x: 138px;
}

/**/
/* .padd{padding:88px 0}
.padd-min{padding:44px 0}
.padd-big{padding:112px 0}
.padd-top{padding-top:88px}
.padd-bottom{padding-bottom:88px}
.padd-big-top{padding-top:112px}
.padd-big-bottom{padding-bottom:112px} */
/* styler */
/* checkbox */
.styler-checkbox input,
.styler-radio input {
  width: 18px;
  height: 18px;
  /*margin: 0 3px 0 0;*/
  opacity: 0;
  width: 0;
  height: auto;
  padding: 0;
  margin: 0;
}

.styler-checkbox,
.styler-radio {
  vertical-align: middle;
  margin: 0 3px 2px 0;
  display: inline-flex;
}

.styler-checkbox i,
.styler-radio i {
  cursor: pointer;
  display: inline-flex;
  /* width: 1.3em; */
  /* height: 1.3em; */
  /* border-radius: .2em; */
  /* background: #CDD1DA; */
  /* box-shadow: inset 0 2px 3px rgba(0,0,0,.2); */
  transition: 0.2s;
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* checkbox */
.styler-checkbox:not(checked) i {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #838383;
  background: var(--gradient);
  margin: 0 10px;
}

.styler-checkbox:not(checked) i:after {
  content: "";
  transition: 0.2s;
  width: 10px;
  height: 5px;
  margin: 0 0 4px 0;
  border: 2px solid var(--c1);
  border-style: none none solid solid;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}

.styler-checkbox input:checked + i:after {
  opacity: 1;
}

/* checkbox-toggle */
.styler-checkbox-toggle .styler-checkbox:not(checked) i {
  width: 46px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.styler-checkbox-toggle .styler-checkbox:not(checked) i:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  -webkit-transform: none;
  transform: none;
  border: none;
  margin: 0;
  opacity: 1;
}

.styler-checkbox-toggle .styler-checkbox input:checked + i {
  background: #9FD468;
}

.styler-checkbox-toggle .styler-checkbox input:focus + i {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 0, 0.7);
}

.styler-checkbox-toggle .styler-checkbox input:checked + i:after {
  left: 22px;
}

.styler-checkbox-toggle .styler-checkbox input[disabled]:checked + i:after {
  background: #f4f8ef;
}

/* radio */
.styler-radio:not(checked) i {
  width: 22px;
  height: 22px;
  /* border: 1px solid #dedede; */
  border-radius: 50%;
  background: #f3f3f3;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.styler-radio:not(checked) i:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.5); */
  opacity: 0;
  top: 6px;
  left: 6px;
}

.styler-radio input:checked + i:after {
  opacity: 1;
}

/* disabled */
.styler-checkbox input[disabled] + i,
.styler-radio input[disabled] + i {
  opacity: 0.5;
  /*background: #fff;*/
}

.styler-checkbox input[disabled]:checked + i,
.styler-radio input[disabled]:checked + i {
  /*background: #ddeace;*/
}

.styler-checkbox-toggle .styler-checkbox input[disabled]:checked + i {
  background: #ddeace;
}

/* body */
.body:before,
.body:after {
  content: "";
}

.body_main {
  min-height: 100vh;
  /* line-height: 1.444em; */
  position: relative;
  z-index: 3;
  /* padding-top: 1px; */
  /* min-height: 1000px; */
}

.body_bg {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.body_bg:before,
.body_bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.body_bg:after {
  background: url(/images/site/footer_bg_star.svg) repeat-x 50% 466px, url(/images/site/footer_bg.svg) repeat-x 50% 0, var(--gradient-bg);
  top: auto;
  /* bottom: 0; */
  min-height: 1089px;
  /* min-height: 1378px; */
  max-height: 1378px;
  height: 30%;
}

/* header */
.header > .page {
  /* max-width:1344px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  position: relative;
  max-width: 1370px;
}

.header > .page > * {
  /* margin-bottom: auto; */
}

header .header {
  font-family: var(--font2);
  padding: 45px 0 0;
  position: relative;
  z-index: 5;
  margin: 0 0 50px;
}

.page-inner header .header {
  position: initial;
  padding: 30px 0 0;
}

.top-panel--hide header .header {
  background-color: initial;
}

.header-dvi {
  text-align: right;
  width: 100%;
}

.header-above header {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
}

.site-logo {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* display: flex; */
  max-width: 170px;
  text-align: left;
  /* margin-right: auto; */
  margin: 0 0 -38px 0;
}

.site-logo svg {
  max-width: 100%;
  height: 47px;
}

.site-logo svg path {
  width: 100%;
}

.site-logo > span {
  display: block;
  padding-left: 19px;
}

.site-logo__name {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.05em;
  display: block;
  padding: 0 0 7px 0;
}

.site-logo__text {
  /* display: inline-block; */
  /* max-width: 137px; */
}

.__mm_ .site-logo {
  margin-right: auto;
}

/**/
.header-bottom {
  display: flex;
  box-shadow: inset 0 1px 0 0 #d6d6d6;
  margin: 5px 0 0;
  justify-content: space-between;
}

.header-phone {
  display: flex;
  flex-wrap: wrap;
  /* flex: 1 1 auto; */
  margin: 0 0 0 auto;
}

.header-phone a {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 0 10px 50px;
  color: var(--c-text);
  line-height: 24px;
  text-decoration: none;
  /*background: var(--icon-phone) no-repeat 10px 50%;*/
  font-size: 20px;
  font-weight: 700;
}

.header-search {
  /* margin: 0 0 0 auto; */
  /* margin: 0 10px; */
  display: none;
}

.header-search a {
  text-decoration: none;
  color: #F9F9F6;
  font-size: 26px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
}

.header-search a:hover,
.header-search a:focus {
  color: var(--c-link-hover);
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5215686275);
}

.header-basket .qty {
  position: absolute;
  right: 6px;
  top: -7px;
  min-width: 12px;
  min-height: 16px;
  display: block;
  background: var(--c1-hover);
  padding: 2px 4px 2px 5px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.__mm_ .header > .page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.__m_ .header > .page {
  min-height: 85px;
}

.__ms_ .header > .page {
  flex-wrap: wrap;
  padding: 0 2vw 0 !important;
}

/**/
.header-user__login {
  margin: 0 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.header-user__login a {
  color: #fff;
  text-decoration: none;
}

.header-user__login a:hover,
.header-user__login a:focus {
  color: var(--c-link-hover);
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5215686275);
}

.header-user__auth {
  margin: 0 15px;
}

/* menu-top */
.header-menu {
  transition: all 0.3s ease;
  font-weight: 400;
  /* max-width: 699px; */
  /* width: 100%; */
  /* overflow-x: hidden; */
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.header-menu li a {
  transition: all 0.3s ease;
}

.header-menu ul.top-menu > li > a {
  margin: 0 5px;
  padding: 5px 0;
  color: var(--c1-text);
  /* font-size: 1em; */
  text-decoration: none;
  display: flex;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* opacity: 0.48; */
  /* border-bottom: 5px solid transparent; */
  padding: 17px 15px;
  font-size: 14px;
  font-weight: 300;
  /* 157.143% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  /* display: flex; */
  border-radius: var(--border-radius);
  text-shadow: 0 0 #000;
}

.header-menu ul.top-menu li > a:hover,
.header-menu ul.top-menu li > a:focus,
.header-menu ul.top-menu li.active > a,
.header-menu ul.top-menu li.opened > a {
  background: rgba(var(--c2-hover-RGB), 46%);
  color: var(--c1-text-hover);
  /* border-color: var(--c1); */
  opacity: 1;
  /* box-shadow: inset 0px 5px 0px 0px var(--c1); */
}

.header-menu ul.top-menu > li > a:hover {
  background: none;
  opacity: 1;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3215686275);
  color: var(--c-link-hover);
}

.header-menu ul.top-menu > li > a .menu-item-text {
  display: block;
}

.header-menu ul.top-menu > li > a:hover .menu-item-text {
  transform: translateY(-1px);
}

.header-menu ul.top-menu > li:last-child:after {
  content: none;
}

.menu-bar {
  background: transparent;
  height: 55px;
  min-width: 56px;
  display: none;
  margin: auto 0 auto 15px;
  border-radius: 0;
  padding: 12px 5px;
  flex: 0 0.5 56px;
  transition: all 0.3s ease;
  /* position: fixed; */
  top: 0;
  right: 0;
}

.menu-bar:hover {
  background: rgba(var(--c-link-hover-RGB), 0.8);
}

header { /* min-height: 165px; */ /* display: flex; */
  flex-direction: column;
  justify-content: flex-end; /* background: #fff; */
  margin: 0 0 25px;
}

.title-page header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.page-inner header {
  /* padding: 0 0 10px; */
  background: #fff;
}

.smenu_wrap {
  /* position:fixed; */
}

#smenu_menus_wrap .smenu_items {
  /*background:#d2f5ef;*/
}

#smenu_menus_wrap .header {
  background: var(--c1);
  color: #fff;
}

#smenu_menus_wrap .header .smenu_btn:before,
#smenu_menus_wrap .smenu_btn:hover:before, #smenu_menus_wrap .smenu_btn:focus:before {
  /* filter: invert(1); */
  /* filter: invert(100%); */
}

#smenu_menus_wrap .smenu_btn:hover, #smenu_menus_wrap .smenu_btn:focus {
  color: #fff !important;
  background: var(--c-link-hover) !important;
}

#smenu_menus_wrap .mside_item a:hover,
#smenu_menus_wrap .mside_item a:focus {
  /*color: #e64147 !important;*/
  color: #fff !important;
  background: var(--c-link-hover) !important;
}

#smenu_menus_wrap .header-menu__item-text {
  color: inherit;
  transition: none;
}

.__mm_ .header-menu {
  display: none;
}

/* slider */
.slider {
  background: no-repeat 50% 50%/cover fixed;
  background-size: cover;
  position: relative;
}

.slider .slick-prev,
.slider .slick-next {
  right: 0;
  border-radius: 0;
  background-size: 13px;
  height: 84px;
  width: 120px;
  top: auto;
  bottom: 0;
  transform: none;
  /* color: var(--c2); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slick-prev {
  /* transform: rotate(180deg); */
  left: auto;
  right: 120px;
}

.slider > div {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.96) 11%, rgba(0, 0, 0, 0) 46%), linear-gradient(to right, rgb(255, 255, 255) 4%, rgba(0, 0, 0, 0) 53%); */
  /* padding-top: 235px; */
  /* padding-bottom: 36px; */
}

.slider__content {
  margin: 0 !important;
  overflow: hidden;
}

.slider .slick-slide {
  padding-top: 235px;
  padding-bottom: 36px;
}

.slider__item {
  position: relative;
  color: #fff;
  display: inline-flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* padding-top: 311px !important; */
  /* padding-bottom: 160px !important; */
  /* min-height: 506px; */
}

.text-color-white {
  color: #fff !important;
}

.text-color-dark {
  color: #282828 !important;
}

.top-panel__gektor.text-color-dark {
  color: #2A176E !important;
}

.slider__item-image {
  /* max-height: 85vh; */
  /* text-align: center; */
  /* margin-left: 30vw; */
  /* width: 100%; */
  /* height: 150px; */
  flex: 1 1 43%;
  padding: 0;
  margin: -64px -161px 0 -541px;
}

.slider__item-image img {
  width: 100%;
  max-height: 597px;
  object-fit: cover;
  margin: auto -23px auto 0;
  z-index: -1;
}

.slider__item-content {
  position: relative;
  /* max-width: 1120px; */
  /* pointer-events: bounding-box; */
  display: flex;
  flex: 2 1 auto;
}

.slider__item-content > div {
  margin: 0;
  box-sizing: border-box;
  /* width: 67%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.slider__item-image-before-text {
  margin-bottom: 3vw;
  width: 14vw;
}

.slider__item-title {
  margin-bottom: 0.35em;
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.25em;
  color: #05F9FF;
  display: inline;
  padding: 0 18px 0 0;
  max-width: 568px;
  background: linear-gradient(270deg, #05F9FF 3.43%, #009EB7 98.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1em; /* 111.538% */
  font-size: 52px;
  /* letter-spacing: 1.56px; */
  text-transform: uppercase;
}

.slider__item-title span {
  font-size: 4.5vw;
  color: var(--c1);
}

.slider__item-desc {
  margin-bottom: 1.7em;
  font-size: 26px;
  line-height: 1.5em;
  overflow-wrap: break-word;
  /* max-width: 88%; */
  /* background-color: rgb(255 255 255 / 49%); */
  /* border-radius: 10px; */
  /* padding: 20px; */
  position: relative;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.slider__item-buttons {
  padding: 0;
}

.slider__item-buttons a {
  margin: 0 !important;
}

.slider .slick-dots {
  bottom: 16%;
  text-align: left;
  left: calc((100% - var(--page)) / 2);
  /*1170px*/
  padding: 1px var(--page-padd);
  display: flex;
}

.slider .slick-dots .pag_btn {
  width: 9px;
  height: 9px;
  font-size: 0;
  background: #0D7E90;
  opacity: 1;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.slider .slick-dots .slick-active .pag_btn {
  opacity: 1;
  background: var(--gradient);
  width: 21px;
  height: 21px;
}

@supports (-webkit-touch-callout: none) {
  /* !!! iphone - dermo. fix !!! */
  .slider {
    background-attachment: scroll;
  }
}
@media (max-width: 1300px) {
  .slider .slick-slide {
    overflow: hidden;
  }
  .slider__item-image {
    padding: 0 72px 0 0;
  }
}
@media (max-width: 760px) {
  .slider .slick-slide {
    /* padding-top: 211px; */
    /* padding-bottom: 0; */
    overflow: inherit;
  }
  .slider__item {
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .slider__item-image {
    padding: 0;
    margin: -54px -39px -70px 52px !important;
  }
}
@media (max-width: 550px) {
  .header-user__auth {
    /* order: 3; */
    /* margin:0 0 0 auto; */
  }
  .header-basket {
    /* width: 100%; */
    /* text-align: right; */
    order: 3;
  }
  .header > .page {
    display: flex;
    flex-wrap: wrap;
  }
  .header > .page:before {
    content: "";
    width: 100%;
    order: 2;
    height: 15px;
  }
}
@media (max-width: 430px) {
  .__mm_ .site-logo {
    max-width: 130px;
    margin: 0 auto 0 0;
  }
  .__mm_ .menu-bar {
    margin: 0;
  }
  .header-user__auth {
    margin: 8px;
  }
}
/**/
.top-panel {
  padding: 20px 0 0;
  margin: 0 0 20px;
  /* max-height: 705px; */
  background: var(--c-gray) no-repeat 50% 50%/cover;
  /* position:relative; */
  font-family: var(--font2);
}

.text-color-dark.top-panel:before {
  display: none;
}

.top-panel > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-panel__image-intro {
  background: none no-repeat 80% 50%/contain;
  position: absolute;
  top: 10%;
  width: 40%;
  height: 80%;
  right: 4%;
  pointer-events: none;
}

.top-panel__content {
  position: relative;
  flex: 2 1;
}

.top-panel__buttons-right {
  display: flex;
  flex-direction: column;
  flex: 1 1 248px;
  align-items: center;
}

.top-panel__buttons-right a {
  min-width: 245px;
  margin: 15px 0;
}

.top-panel__button-back {
  border: none;
  width: 68px;
  height: 68px;
  display: inline-block;
  background: none no-repeat 50% 50%;
  transform: rotate(180deg);
  margin: 0 0 13px -19px;
}

.text-color-dark .top-panel__button-back {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='31' height='16' fill='none' stroke='%23000' stroke-width='2'%3e%3cpath d='M23.6 1.6L30 8l-6.4 6.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M30 8H0'/%3e%3c/svg%3e") !important;
}

.top-panel__button-back:hover,
.top-panel__button-back:focus {
  background-color: #ff4d27;
}

.top-panel__title {
  color: inherit;
  text-align: left;
  margin: 0;
}

.content__title {
  margin: 0.5em 0 1em;
  width: 100%;
}

.top-panel__subtitle,
.content__subtitle {
  margin-bottom: 2.3em;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}

.top-panel__subtitle {
  max-width: 583px;
}

.top-panel__buttons {
  display: flex;
  flex-direction: column;
  min-width: 24%;
}

.top-panel__buttons a {
  margin: 20px 0 0 !important;
  white-space: nowrap;
  min-width: 100%;
}

.top-panel__buttons_right {
  display: flex;
  flex-direction: column;
  min-width: 24%;
}

.top-panel__buttons_right a {
  margin: 20px 0 0 !important;
  white-space: nowrap;
  min-width: 100%;
}

@media (max-width: 1210px) {
  .slider .slick-dots {
    bottom: 5%;
    left: 20px;
  }
  .top-panel__title,
  .slider__item-title {
    font-size: 4.5vw;
  }
  .top-panel__desc,
  .slider__item-desc {
    /* font-size: 2.26vw; */
  }
}
@media (max-width: 1024px) {
  .top-panel > div,
  .slider__item-content > div {
    /* padding: 12px 50px 0; */
  }
  .top-panel__desc {
    width: 100%;
  }
  .top-panel__buttons {
    position: relative;
    width: auto;
    display: inline-block;
  }
  .top-panel__buttons a {
    margin: 20px 20px 0 0 !important;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .top-panel__title {
    /* font-size: 40px !important; */
    /* line-height: 1.2em !important; */
  }
  .top-panel__title,
  .slider__item-title {
    font-size: 35px;
  }
  .slider__item-title span {
    font-size: 38px;
  }
  .top-panel__desc,
  .slider__item-desc {
    /* font-size: 2.26vw; */
    font-size: 20px;
  }
  .slider .slick-dots {
    position: relative;
    bottom: auto;
    left: 0;
    /* right: 0; */
    box-sizing: border-box;
    padding: 0 15px;
  }
  .slider .slick-dots .pag_btn {
    /* background: #135ac6; */
    /* border-radius: 100%; */
  }
  .slider__item-buttons a {
    font-size: 2.5vw;
  }
  .slider__item-content > div {
    /* padding: 0 34% 0 20px; */
    /* text-align:center; */
    display: flex;
    /* align-items: center; */
    width: 100%;
  }
  .slider__item-desc:before {
    display: none;
  }
  .slider__item-buttons {
    /* padding: 13px 0 0; */
  }
  .top-panel {
    padding: 10% 0;
  }
  .top-panel__button-back {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .slider__item-buttons a {
    font-size: 3vw;
    /* min-height: 54px; */
  }
  .slider__item-content > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    padding: 10vw 20px 0;
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .slider__item-title span {
    font-size: 29px;
  }
  .top-panel__title,
  .slider__item-title {
    font-size: 25px;
    padding: 0;
    /* text-align: center; */
  }
  .top-panel__image-before-text,
  .slider__item-image-before-text {
    width: 120px;
  }
  .slider__item-image img {
    min-height: 250px;
  }
  .top-panel__desc,
  .slider__item-desc {
    font-size: 18px;
  }
  .slider__item-buttons a {
    /* font-size: 10px; */
  }
  .top-panel__buttons {
    text-align: center;
  }
  .top-panel__buttons a {
    font-size: 10px;
    margin: 20px 10px 0 !important;
    white-space: nowrap;
  }
  .slider .slick-prev, .slider .slick-next {
    /* top: 208px; */
    /* bottom: auto; */
    height: 42px;
    width: 42px;
    background-size: auto 13px;
  }
}
@media (max-width: 375px) {
  .slider .slick-prev {
    /* right: auto; */
  }
  .slider__item-buttons {
    /* text-align: center; */
  }
  .slider__item-buttons a {
    font-size: 14px;
  }
  .header-basket .btn {
    padding: 9px 20px;
    font-size: 13px;
  }
}
/**/
/**/
.soc_block {
  /* margin: auto 0 0; */
  display: flex;
  /* max-width: 330px; */
  align-items: center;
}

.soc_block a {
  margin: 0 0 0 5px;
  padding: 4px;
  line-height: 0;
  border-radius: 10px;
}

.soc_block img {
  width: 20px;
  margin: 0;
  padding: 0;
}

.soc_block.soc_big img {
  width: 40px;
}

.soc_block.soc_big svg {
  width: 40px;
  height: 40px;
}

.soc_block a:hover,
.soc_block a:focus {
  background-color: rgba(var(--c1-RGB), 0.2);
}

/* footer */
footer {
  padding: 65px 0 0;
  fill: var(--c1-text);
  color: var(--c-text);
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

footer > div {
  border-top: 1px solid rgba(var(--c5-RGB), 0.48);
}

footer a {
  color: inherit;
}

.footer__dvi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.footer__dvi a {
  fill: inherit;
}

.footer__top {
  display: flex;
  align-items: center;
  /* padding-bottom: 15px !important; */
  justify-content: space-between;
  padding: 81px 0 67px;
}

.footer__top > div {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer__top > div > div {
  flex: 1 1;
  margin: auto;
}

.footer__btn-map {
  text-align: right;
  margin: 0 0 0 auto;
  flex: 1.2 0 !important;
}

.footer__btn-map .btn:before {
  font-size: 23px;
  margin: 0 11px 0 0;
}

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

.footer__item-image {
  margin-right: 9px;
}

.footer__item-content {
  margin-top: 4px;
  max-width: 200px;
}

.footer__center {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-style: solid none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

footer .site-logo {
  filter: brightness(0) invert(1);
}

.__ts_ footer {
  padding: 55px 0 0;
}

.page-inner footer {
  padding: 65px 0 0;
}

.footer-phones {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  align-items: flex-start;
}

.footer-menu {
  /* flex: 0 1 44%; */
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  /* justify-content: center; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 0;
  /* grid-auto-flow: column; */
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.footer-menu > li {
  margin: 0;
}

.footer-menu > li a {
  text-decoration: none;
  padding: 8px 0;
  /* margin: 0 0 24px; */
  display: inline-flex;
  color: inherit;
  /* border-bottom: 2px solid transparent; */
  /* font-size: 15px; */
}

.footer-phone a:hover,
.footer-phone a:focus,
.footer-menu__item a:hover,
.footer-menu__item a:focus {
  color: var(--c1-hover);
  border-color: #2A414D;
}

.footer__bottom {
  color: inherit;
  /* font-size: 13px; */
  padding: 47px 0 20px;
  /* min-height: 68px; */
  box-sizing: border-box;
  display: flex;
  width: 100%;
  /* color: rgba(var(--c1-text-RGB),.8); */
}

.footer__bottom > div {
  align-items: center;
  width: 100%;
}

.footer__copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 9px;
  text-transform: uppercase;
}

.footer__copyright_web {
  text-align: right;
}

.footer__copyright p {
  margin: 0;
}

.footer__counters {
  /* margin: 0 auto; */
  border: none;
  padding: 0 0 37px;
}

.footer__logo {
  max-width: 285px;
  min-width: 224px;
  /* box-sizing: content-box; */
}

.footer__company_info {
  border-top: 2px solid #2A414D;
  margin: 59px 0 0;
  padding: 37px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.footer__menu {
  padding: 62px 0;
}

.footer__data_policy {
  /* margin: auto 0 0; */
  text-align: center;
}

.footer__data_policy a {
  padding: 10px;
  display: inline-block;
}

.footer__contact {
  /* max-width: 285px; */
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__contact-item {
  padding: 7px 14px;
}

.footer__phone {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  flex-direction: column;
}

.footer__phone a {
  color: inherit;
  text-decoration: none;
  /* font-weight: 700; */
  /* font-size: 20px; */
  /* line-height: 26px; */
  padding: 4px;
  filter: brightness(0) invert(1);
}

.footer__address {
  margin: 18px 0 0;
}

.footer__worktime {
  margin: 20px 0;
}

.footer__web a {
  color: inherit;
  text-decoration: none;
}

.__mm__ .footer-menu__item {
  text-align: center;
}

@media (max-width: 1024px) {
  .footer__top > div {
    max-width: 550px;
  }
  .footer__top > div:before {
    content: "";
    width: 100%;
    order: 1;
    height: 19px;
  }
  .footer__address {
    order: 3;
    /* max-width: 230px; */
  }
  .footer__worktime {
    order: 3;
    max-width: 257px;
  }
  .footer__btn-map {
    text-align: right;
    margin: 0 0 0 auto;
    flex: 1.2 0 !important;
  }
  .footer__menu > div {
    max-width: 550px;
    margin: 0 auto;
  }
  .footer__bottom > div {
    display: flex;
    flex-direction: column;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright_web {
    margin: 10px 0 0;
    text-align: center;
  }
}
@media (max-width: 860px) {
  footer > .page {
    /* display: flex; */
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }
  footer > .page > div {
    /* order: 2; */
    /* width: 50%; */
  }
  footer > .page > div.footer__menu {
    /* order: 3; */
    max-width: initial;
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .footer-menu__root {
    /* max-width: 431px; */
    margin: 0 auto;
  }
  .footer-menu__item {
    width: 33%;
    flex-grow: 0;
    text-align: center;
    /* min-width: 87px; */
    /* flex: 0 1 127px; */
  }
  .footer-menu__item a {
    margin: 0 10px 10px;
  }
  .footer__data_policy {
    /* margin: 26px 0  7px; */
  }
}
@media (max-width: 640px) {
  footer > .page > div {
    width: auto;
    text-align: center;
  }
  .footer__phone {
    justify-content: center;
  }
  .footer-menu__item {
    width: 50%;
  }
  .footer-menu__item a {
    margin: 0 10px;
  }
}
@media (max-width: 550px) {
  .footer__top > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__top > div > div {
    margin: 0 0 20px;
  }
  .footer__top > div:before {
    content: none;
  }
  .footer__address {
    order: 0;
  }
  .footer__worktime {
    order: 0;
  }
  .footer__menu > div {
    max-width: 550px;
    margin: 0 auto;
  }
  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__top {
    padding: 61px 0 15px;
  }
  .footer__menu {
    padding: 30px 0;
  }
  .footer__copyright {
    letter-spacing: 3px;
  }
}
@media (max-width: 400px) {
  .footer-menu__item {
    width: 100%;
  }
}
/**/
.border-top,
.border-before {
  border-top: 1px solid #cdcfce;
  padding-top: 100px !important;
}

.__ts_ .border-top,
.__ts_ .border-before {
  padding-top: 50px !important;
}

.border-bottom {
  border-bottom: 1px solid #cdcfce;
  padding-bottom: 100px !important;
}

.__ts_ .border-bottom {
  padding-bottom: 50px !important;
}

/**/
.block .title {
  /* z-index: 2; */
  position: relative;
  font-size: 48px;
  line-height: 50px;
}

.about_us__item-title,
.block .title {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: auto;
}

.block .subtitle {
  margin: 5px 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  /* color: var(--c1); */
  max-width: 437px;
}

.block .content {
  margin-top: 40px;
}

/**/
.button_top.page,
.button_top > div {
  position: relative;
}

.button_top > div > .before { /*.block_buttons*/
  position: absolute;
  top: 0;
  right: 0;
  /* left: 0; */
  width: auto;
  width: auto;
}

.button_top .title,
.button_top .subtitle {
  max-width: calc(100% - 353px);
}

@media (max-width: 991px) {
  .block .title,
  .block .subtitle {
    /* text-align: center; */
    max-width: initial;
    /* font-size: 35px; */
  }
  .block .subtitle {
    font-size: 15px;
    /* margin-bottom: 10px; */
  }
  .button_top > div > .before {
    position: initial;
    text-align: center;
    margin-top: 40px;
  }
  .block .subtitle:after {
    text-align: center;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .block .title {
    font-size: 30px;
  }
  .block .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .block .title {
    font-size: 30px;
  }
  .block .subtitle {
    font-size: 17px;
  }
}
/* prem */
.prem {
  /* padding: 110px 0 150px; */
  /* margin-bottom: 0; */
  /* margin: 52px 0; */
}

.prem__title {
  margin: 0 0 2.2em;
}

.prem__content {
  /* border: 1px solid #d6d6d6; */
  /* border-style: solid none none solid; */
  box-sizing: border-box;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.prem__item {
  /* text-align: center; */
  /* border: 1px solid #d6d6d6; */
  /* border-style: none solid solid none; */
  /* width: 25%; */
  box-sizing: border-box;
  /* flex: 1 1 265px; */
  color: var(--c-text);
  /* max-width: 286px; */
}

.no-border,
.item-empty,
.item-empty > * {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.prem__item-inner {
  height: 100%;
  padding: 15px 11px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.prem.item-onhover .prem__item-inner:hover {
  background: var(--c-hover-bg);
}

.prem__item-image {
  text-align: center;
  /* height: 100px; */
  /* background: linear-gradient(117.69deg, #65B3A0 0%, #9CCE9A 85.77%); */
  /* width: 100px; */
  border-radius: 100px;
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  min-width: 100px;
  margin: 25px 25px 25px 0;
  flex: 0 0 100px;
  min-height: 182px;
  text-align: inherit;
}

.prem__item-content {
  flex: 1 1 188px;
}

.prem__item-title {
  /* max-width: 247px; */
  text-decoration: none;
  font-family: var(--font2);
  margin: 12px 0 25px;
  color: var(--c-headers);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em; /* 144.444% */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  /* min-height: 81px; */
}

.prem__item-title:before {
  /* content:""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.prem__item-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 25px;
}

.prem-desc-bottom .prem__item-inner {
  display: block;
}

.prem-desc-bottom .prem__item-content {
  display: flex;
  align-items: center;
  flex: initial;
}

.prem-col2 .prem__item {
  width: 50%;
  flex: 1 1 440px;
}

.prem-col2 .prem__item-content {
  flex: 1 1 269px;
}

.prem-item-center .prem__item-inner {
  align-items: center;
}

@media (max-width: 900px) {
  .prem__item {
    width: 50%;
    max-width: 354px;
    /* text-align: center; */
  }
}
@media (max-width: 550px) {
  .prem__item {
    width: 100%;
    max-width: 354px;
    text-align: center;
  }
  .prem__item-title {
    min-height: auto;
  }
}
/**/
.title-line-before > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.title-line-before > div > .title {
  max-width: 504px;
  flex: 1 1 400px;
  margin: 0 1em 1.2em 0;
}

.title-line-before > div > .before {
  max-width: 562px;
  flex: 1 1 400px;
  margin: 0 0 1.2em;
}

.title-line-before > div > .content {
  width: 100%;
  margin: 2em 0 0;
}

.no-border .prem__content,
.no-border .prem__item {
  border: none;
}

.no-border .prem__item-inner {
  padding: 15px;
}

/* news */
.news {
  padding: 80px 0 113px;
}

.news__content {
  /* padding: 75px 0 95px; */
  display: flex;
  flex-wrap: wrap;
}

.news__item {
  /* max-width: 394px; */
  /* background: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 8%); */
  /* padding: 20px 20px; */
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  padding: 15px 9px 25px;
  /* height: 100%; */
  box-sizing: border-box;
  /* max-width: 274px; */
  /* flex: 1 1; */
  width: 25%;
  box-sizing: border-box;
}

.news__item:last-child {
  /* display:none; */
}

.news__item > div {
  /* background: #fff; */
  /* box-shadow: 26px 26px 50px rgba(8, 20, 41, 0.13); */
  /* display: flex; */
  /* flex-direction: column; */
}

.news__item-image {
  border-radius: 8px;
  overflow: hidden;
}

.news__item-img {
  width: 100%;
}

.news__item-img.no-image {
  padding: 68.5% 0 0;
  background: #ccc;
}

.news__item-content {
  padding: 38px 0 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 1 1;
  /* height: 100%; */
}

.news__item-date {
  font-size: 16px;
  /* letter-spacing: 0.02em; */
  padding: 0 0 18px;
  /* order: 2; */
  color: var(--c6);
}

.news__item-title {
  margin: 0;
  /* order: 1; */
}

.news__item-title a {
  font-weight: 500;
  font-size: 18px;
  /* color: #101A32; */
  text-decoration: none;
  color: var(--c-headers);
  letter-spacing: 0.54px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.news__item-desc {
  color: var(--c6);
  font-size: 16px;
  padding: 17px 0 0;
}

.news__item-buttons {
  margin: auto 0 0;
  text-align: center;
}

.news__buttons {
  text-align: right;
  justify-content: flex-end !important;
}

@media (max-width: 1024px) {
  .news__item:last-child {
    display: flex;
  }
}
@media (max-width: 900px) {
  .news__item {
    width: 50%;
  }
  .news__item-content {
    padding: 18px 0 0;
  }
}
@media (max-width: 500px) {
  .news__item {
    width: 100%;
  }
}
/**/
.slick-padding .slick-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.slick-padding .slick-slide {
  padding: 0 8px;
  display: block;
  box-sizing: border-box;
}

/*.slick-padding .slick-slide:before{
	content:attr(data-slick-index);
}*/
/* form */
.form_popup {
  max-width: 450px;
}

.form_popup .g-form-anketa__title {
  text-align: center;
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
}

.form_popup select,
.form_popup input,
.form_popup textarea {
  width: 100%;
}

.form_popup .tpl-field-button {
  text-align: center;
}

/**/
.text-white {
  color: #fff;
}

.text-white a {
  color: inherit;
}

/**/
.webform__result {
  padding: 20px;
  margin: 40px 0 0;
  background: #0b8387;
  text-align: center;
}

.webform__body {
  margin: 53px 0 26px 0;
}

.webform__field > * {
  order: 2;
}

.webform__field:after {
  content: "";
  width: 100%;
  order: 1;
}

.webform__field.error select,
.webform__field.error input,
.webform__field.error textarea {
  box-shadow: 0 0 0 2px rgba(255, 55, 55, 0.9098039216), 4px 4px 8px #023B4E inset, -4px -4px 8px rgba(4, 136, 146, 0.41) inset;
}

.webform em.error {
  background: rgba(233, 74, 74, 0.768627451);
  /* color: #f00; */
  padding: 2px 5px;
  display: inline-block;
  border-radius: 2px;
  order: 1;
}

.webform em.error:after {
  content: "";
  width: 100%;
  display: block;
}

.webform__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.webform__field {
  margin: 0 0 16px;
}
.webform__field input {
  width: 100%;
}

.webform .licence_block {
  margin: 0 0 29px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}

.webform .licence_block.error {
  display: flex;
  flex-wrap: wrap;
}

.webform .licence_block.error i {
  border: 2px solid red;
}

.block .title.form__title {
  text-align: inherit;
  margin: 0;
}

.form__content_wrap {
  display: flex;
  justify-content: space-between;
}

.form__content-image {
  margin: 0 0 0 -42px;
}

.form__content {
  max-width: 461px;
}

.form .webform__body {
  max-width: 392px;
}

.bottom-form {
  /* background: #F4FAFF; */
  position: relative;
  background: none no-repeat 50% 50%/cover;
  /* text-align: center; */
  padding-bottom: 0;
}

.bottom-form:before {
  content: "";
  /* background: rgb(22 22 22 / 80%); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-form .g-form-anketa__success-note {
  text-align: center;
  font-size: 1.2em;
}

.bottom-form .g-form-anketa__title {
  display: none;
}

.bottom-form > div {
  /* padding: 0  !important; */
  /* max-width: 920px; */
  /* background: #fff; */
  position: relative;
  z-index: 2;
}

.bottom-form__title {
  text-align: center;
}

.bottom-form__content {
  font-weight: 300;
  text-align: center;
}

.bottom-form__form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 200px 0 0;
}

.bottom-form__form .g-form-field {
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}

.bottom-form__form .g-form-field--checkbox {
  width: 100%;
}

.bottom-form input[type=text],
.bottom-form input[type=tel] {
  width: 100%;
}

@media (max-width: 768px) {
  .form__content_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .form .webform__body {
    margin: 53px auto 26px;
  }
  .form__content-image {
    margin: 0;
  }
}
/**/
.list-check li {
  position: relative;
  padding: 0 0 0 46px;
  margin: 0 0 1.5em;
}

.list-check li:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23ff4d27'%3e%3cpath d='M11 0A11 11 0 0 0 0 11c.1 6.7 5.3 11 11 11 6.6 0 11-5.4 11-11-.1-6.7-5.2-11-11-11zm5.6 8.1l-6.7 6.7c-.2.2-.6.3-.9 0l-3.7-3.7c-.3-.3-.3-.7 0-.9s.7-.3.9 0l3.2 3.2 6.2-6.2c.3-.3.7-.3.9 0s.3.7 0 .9z'/%3e%3c/svg%3e");
  position: absolute;
  left: 0;
}

/**/
.text-col2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.text-col3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.text-col4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}

/**/
.kontakty-top__content {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.kontakty-top__content a {
  color: inherit;
}

.kontakty-top__content h4,
.kontakty-map__after h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #085CA2;
  margin: 44px 0 24px;
}

.kontakty-top__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.kontakty-map > div {
  display: flex;
}

.kontakty-map > div > div {
  width: 50%;
  box-sizing: border-box;
}

.kontakty-map__after {
  padding: 75px 0 75px 75px;
}

.kontakty-map__after h4 {
  margin-top: 0;
}

/**/
/* media */
@media (max-width: 1238px) {
  .header-phone {
    /* max-width: 155px; */
  }
  .__mm_ .header-phone a {
    padding: 6px 0 6px 44px;
  }
  .header-menu__root > li > a {
    /* margin: 10px; */
  }
}
@media (max-width: 1200px) {
  .footer__contact-item:first-child {
    width: 100%;
    text-align: center;
  }
}
/* __t_ */
@media (max-width: 1024px) {
  .types {
    background-size: auto 100%;
  }
  .promo1 {
    padding: 10% 0;
  }
  .promo1__content_wrap {
    justify-content: center;
  }
  .promo1__content {
    order: 1;
    max-width: 568px;
  }
  .promo1__content-image {
    text-align: center;
  }
  .bg-half-blue:after {
    width: auto;
    left: 0;
    bottom: auto;
    height: 29vh;
  }
}
@media (max-width: 940px) {
  .budget__title.title {
    font-size: 4vw !important;
    line-height: 1.4em;
  }
  .budget__content {
    max-width: 50vw;
  }
  .budget__form {
    padding: 20px 30px;
    width: 40vw;
    min-width: 286px;
    box-sizing: border-box;
  }
  .header-top {
    /* display:none; */
    font-size: 1.85vw;
    line-height: 2.2vw;
  }
  .header-top > .page > div {
    padding: 1%;
  }
  header .header {
    /* padding: 12px 0; */
  }
}
@media (max-width: 900px) {
  .fancybox-slide--video .fancybox-content {
    max-width: 100% !important;
  }
}
@media (max-width: 860px) {
  .footer__contact {
    flex-direction: column;
    align-items: center;
  }
}
/* __ts_ */
@media (max-width: 768px) {
  .types {
    background: none !important;
  }
  /*.title-page .title{
  	font-size: 2.056em;
  }*/
  .prem {
    padding: 16% 0 0;
  }
  .news__content {
    /* padding:13% 0; */
  }
  .news {
    padding: 16% 0;
  }
  .bottom-form > div {
    /* padding:16% 20px !important; */
  }
  .budget__title.title {
    max-width: initial;
    width: auto;
    font-size: 1.4rem !important;
    font-size: 2.056em !important;
  }
  .budget__content {
    max-width: initial;
  }
  .budget__form {
    padding: 35px 20px;
    width: 53vw;
    position: relative;
    margin: -13vw auto 70px;
  }
  .usluga__top-desc {
    padding: 60px 0 60px 60px;
  }
  .usluga__desc-base {
    border: none;
  }
  .bottom-form__form form {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .bottom-form__form .g-form-field {
    width: auto;
  }
  .bottom-form__form .g-form-field--checkbox {
    margin: 35px 0;
  }
  .bottom-form .tpl-field-button {
    position: initial;
  }
  .bottom-form .tpl-form-button {
    margin: 0;
  }
  .kontakty-map > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .kontakty-map > div > div {
    width: 100%;
  }
  .kontakty-map__after {
    padding: 45px 20px 32px;
  }
  .bottom_form2 > div {
    display: flex;
    flex-direction: column;
  }
  .bottom_form2 > div > div {
    width: 100%;
  }
}
@media (max-width: 640px) {
  header .header {
    display: flex;
    /* justify-content: center; */
  }
  .header-top {
    /* display:none; */
  }
  .header-top__item {
    display: none;
  }
  .header-top__item--show {
    display: block;
  }
  .slider__item-image {
    margin-left: 0;
  }
  .slider__item-content {
    position: relative;
  }
  .slider .slick-prev, .slider .slick-next {
    height: 54px;
    width: 90px;
    background-size: auto 20px;
    top: 41%;
    /* bottom: auto; */
    /* height: 42px; */
    /* width: 42px; */
    background-size: auto 13px;
  }
  .slider .slick-prev {
    /* right: 90px; */
    right: auto;
  }
  .slider__item-content > div {
    padding: 12px 20px 0;
  }
}
@media (max-width: 550px) {
  .slider > div {
    /* padding-top: 355px; */
  }
  header .header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0 0;
    margin: 0;
  }
  .header-dvi {
    max-width: 274px;
  }
  .header-bottom {
    box-shadow: none;
  }
  .header-search {
    /* position: absolute; */
    top: 122px;
    right: 5px;
    /* order: 3; */
    /* margin: 0 15px; */
  }
  .usluga__top-image {
    position: initial;
    width: 100%;
    height: 70vw;
  }
  .usluga__top-desc {
    width: 100%;
    padding: 35px 20px 60px;
  }
}
@media (max-width: 486px) {
  .prem__item-inner {
    padding: 22px;
    text-align: center;
  }
  .prem__item-content {
    flex-direction: column;
    justify-content: center;
  }
  .prem__item-image {
    margin: 0 0 25px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .header-phone a {
    /* font-size: 3vw; */
  }
  .menu-bar {
    margin-left: 2vw;
    /* order: 1; */
  }
  .header > div {
    /* padding: 25px 2vw !important; */
  }
  .slider .slick-prev, .slider .slick-next {
    /* height: 54px; */
    /* width: 90px; */
    background-size: auto 20px;
    /* top: 209px; */
    /* bottom: auto; */
    height: 42px;
    width: 42px;
    background-size: auto 13px;
  }
}
@media (max-width: 375px) {
  .header > div {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }
  .header-phone {
    flex: 0 0 auto;
    margin: 0 0 10px auto;
    /* order: 2; */
  }
  .__mm_ .header-phone a {
    padding: 6px 6px 6px 44px;
  }
  .__ms_ .header-phone {
    flex-direction: column;
    align-items: center;
  }
  .header-logo {
    width: 72vw;
  }
  .menu-bar {
    /* margin: 0 0 0 auto; */
  }
  .site-logo {
    max-width: 203px;
  }
  .site-logo > span {
    padding-left: 9px;
  }
  .header-search {
    order: 3;
    margin: 0 15px;
  }
}
@media (max-width: 325px) {
  .usluga__top-desc {
    padding: 35px 0 60px;
  }
}
/**/
.price {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.price > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.price__headers {
  margin: 0 0 0 55px;
  min-width: 259px;
}

.price__headers > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* position: fixed; */
  /* top: -1px; */
  /* min-height: 300px; */
  padding: 20px 0;
  /* width: 100%; */
  /* right: 0; */
}

.price__headers a {
  display: inline-block;
  padding: 8px 0;
  color: initial;
  text-decoration: none;
}

.price__headers a:hover {
  color: var(--c-link-hover);
}

.price__content {
  flex: 1 1;
  max-width: 836px;
}

.price__item {
  margin: 0 0 40px;
}

.price__item-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 28px;
  margin: 0 0 2em;
}

.price__item-desc > p {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin: 0;
  align-items: center;
}

.price__item-desc > p > b,
.price__item-desc > p > strong {
  white-space: nowrap;
  padding: 0 0 0 10px;
}

.price__item-desc > p:nth-child(odd) {
  background: rgba(0, 151, 72, 0.08);
}

@media (max-width: 768px) {
  .price > div {
    flex-direction: column;
  }
  .price__headers {
    margin: 0 0 55px 0;
  }
  .price__headers > div {
    position: initial !important;
    text-align: left;
    align-items: initial;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .price {
    font-size: 15px;
    line-height: 25px;
  }
  .price__item-title {
    font-size: 26px;
    line-height: 22px;
  }
  .price__item-desc > p {
    padding: 15px;
  }
}
/**/
.scroll-fixed-shadow {
  /* box-shadow: 0 0 1px 1px #000; */
}

.scroll-fixed-parent {
  position: relative;
  /* margin: 0 0 0 45px; */
  text-align: right;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

.fixed-top {
  position: fixed;
  top: -1px;
}

.fixed-parent-bottom {
  position: absolute !important;
  bottom: -1px;
}

.fixed-parent-top {
  position: absolute !important;
  top: -1px;
}

.fixed-set {
  position: fixed;
}

/*title*/
.block .title > span,
.main_title,
.slider__item-title,
.about_us__item-title {
  color: #05F9FF;
  background: linear-gradient(270deg, #05F9FF 3.43%, #009EB7 98.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* uslugi */
.uslugi__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.uslugi__item {
  flex: 1 1;
  min-width: 275px;
  max-width: 297px;
  position: relative;
}

.uslugi__item-inner {
  /* padding: 20px; */
}

.uslugi__item-image {
  margin: -13px;
}

.uslugi__item-content {
  /* position: absolute; */
  top: 75%;
  left: 0;
  right: 0;
  padding: 0 23px 0 28px;
  margin: -109px 0 64px;
}

.uslugi__item-title {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  display: block;
}

.uslugi__item-title:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 34px;
}

.block_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.block_buttons > a {
  margin: 10px;
}

@media (max-width: 576px) {
  .uslugi__item {
    width: 50%;
    min-width: 50%;
  }
  .uslugi__item-image {
    margin: -2vw;
  }
  .uslugi__item-content {
    margin: -25vw 0 8vw 0;
  }
  .uslugi__item-title {
    font-size: 3.9vw;
    line-height: 1.5em;
  }
}
/**/
.accordion-items__title {
  /* margin: 0 0 46px !important; */
}

.accordion-items__item-desc {
  padding: 0;
  text-align: justify;
}

.accordion-items__item {
  border-bottom: 1px solid #0C7289;
}

.accordion-items__item:first-child {
  border-top: 1px solid #0C7289;
}

.accordion-items__item-title {
  font-size: 1.333em;
  line-height: 1.333em;
  padding: 15px 0 13px 17px;
}

.accordion-items .accordion__title {
  border: none;
  background: #025967;
  color: #05D8E2;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.54px;
}

.accordion-items .accordion__title:before {
  /* content: "+"; */
  content: none;
  background: none;
  transform: none !important;
  font-size: 48px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  /* font-family: 'Gotham Pro', Arial, sans-serif !important; */
  flex: 0 0 85px;
  /* margin: 0 0 0 50px; */
}

.spoiler:before,
.accordion-items .accordion__title:after {
  content: "\e903";
  /* background: none; */
  /* transform: none !important; */
  position: initial;
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  flex: 0 0 24px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-items .accordion__body {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  color: #F9F9F6;
}

.accordion-items .accordion__body p {
  border-top: 1px solid #0C7289;
  padding: 16px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.accordion-items .accordion__body p b {
  font-weight: 300;
  flex: 0 0;
  white-space: nowrap;
}

.accordion-items .accordion__title.active:after {
  transform: rotate(180deg);
}

.accordion-items .accordion__title.active + .accordion__body {
  padding-top: 0;
  /* min-height: initial; */
  /* height: auto; */
}

.__ts_ .accordion-items .accordion__title:before {
  margin: 0;
}

.__ts_ .accordion-items__item-title {
  font-size: 1.1em;
  line-height: 1.2em;
}

.__ts_ .accordion-items__item-desc {
  /* padding: 0 15px; */
}

.__ms_ .accordion-items .accordion__title:before {
  margin: 0;
  flex: 0 0 45px;
}

.__ms_ .accordion-items__item-desc {
  padding: 0;
}

/**/
.write_us {
  position: relative;
}

.write_us > div:before {
  content: "";
  background: url(/images/site/palez1_bg.svg) no-repeat calc(50% - 490px) 0;
  top: -343px;
  left: 0;
  right: 0;
  height: 1267px;
  display: block;
  position: absolute;
  /* top: 0; */
  z-index: -1;
}

.write_us__content_wrap {
  display: flex;
  flex-wrap: wrap;
}

.write_us__content {
  flex: 1 1;
  margin: 0 0 0 93px;
  text-transform: uppercase;
  font-size: 14px;
}

.block .title.write_us__title {
  text-align: initial;
  margin: 0 0 18px;
}

.write_us__buttons {
  margin: 20px 0 0;
}

@media (max-width: 1024px) {
  .write_us__content-image {
    width: 50%;
    flex: 1 1;
  }
  .write_us__content {
    margin: 0 0 0 5vw;
  }
}
@media (max-width: 640px) {
  .write_us__content_wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .block .title.write_us__title {
    text-align: center;
  }
  .write_us__content-image {
    width: auto;
  }
}
/**/
.about_us {
  /* margin: 120px 0; */
}

/*.block .title.about_us__title,*/
.about_us__item-subtitle {
  /* text-align: left; */
  line-height: initial;
  font-size: 16px;
  /* margin: 107px 0 -125px 0; */
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.block .title.about_us__title span {
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.about_us-desc-bottom {
  margin: 0 !important;
}

.about_us__item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.about_us__item-content {
  flex: 1 1;
  max-width: 609px;
}

.about_us__item:first-child .about_us__item-title--wrap {
  display: flex;
  flex-direction: column-reverse;
}

.about_us__item-title {
  text-align: inherit;
  font-size: 40px;
  margin: 0 0 22px;
}

.about_us__item-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about_us__item-buttons {
  margin: 35px 0 0;
}

.about_us__item.block_right {
  margin: 65px 0 0 0;
}

.about_us__item.block_right .about_us__item-inner {
  flex-direction: row;
}

.about_us__item.block_right .about_us__item-image {
  margin: 0 0 0 -56px;
  width: 49%;
}

.about_us__list {
  margin-top: 38px !important;
  display: flex;
}

.about_us__list p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #05D8E2;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  width: auto;
  /* flex: 0 1 202px; */
}

.about_us__list b {
  background: linear-gradient(270deg, #05F9FF 3.43%, #009EB7 98.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 83.333% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .about_us__item-inner {
    display: flex;
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }
  .about_us__item.block_right .about_us__item-image {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 486px) {
  .about_us__list {
    text-align: center;
  }
  .about_us__item-title {
    font-size: 9vw;
  }
  .about_us__list p {
    display: flex;
    align-items: center;
  }
  .about_us__list p:first-child {
    width: 100%;
  }
}
/* form */
#smenu_menus_wrap .mside_item ul { /* box-shadow: 0 0 7px 1px #0000003d inset; */
  box-shadow: none;
}

#smenu_menus_wrap * {
  color: var(--c-text);
}

#smenu_menus_wrap .mside_item a > span {
  display: none;
}

#smenu_menus_wrap .mside_item li .img {
  display: none;
}

#smenu_menus_wrap .mside_item a {
  position: relative;
}

/* search*/
#search-form {
  top: 0;
  vertical-align: top;
  left: 0;
  width: 100%;
  max-width: var(--page);
  /* padding: 50px 20px; */
}

.search_container {
  margin: 50px 0;
}

.search_input_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.search_input {
  width: 100%;
  box-shadow: none;
  background: none;
  padding: 0.9em 0;
}

.search_input_wrap > a {
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  /* margin: 0 0 0 -43px; */
  padding: 0 7px;
}

.search_input_wrap > a:hover,
.search_input_wrap > a:focus {
  color: var(--c-link-hover);
}

.search_result {
  margin: 20px 0;
  position: relative;
}

.search_result.search_loader {
  min-height: 60px;
}

.search_result.search_loader:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}

.search_result.search_loader:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: -24px 0 0 -24px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search_result ul {
  list-style: none;
  margin: 3px 0;
  padding: 8px;
  background: var(--c6);
  color: var(--c1);
  font-size: 16px;
}

.search_result li {
  margin: 0;
}

.search_result a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  line-height: 1.2em;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
}

.search_result .result_section a span {
  font-style: italic;
  font-size: 0.85em;
}

.search_result .link_more a:hover,
.search_result .link_more a:focus,
.search_result a:hover,
.search_result a:focus {
  background: var(--c-gray);
  /* color: var(--c4-text); */
}

.search_result .section_div,
.search_result .link_more {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.search_result .section_div:before,
.search_result .link_more:before {
  content: "";
  border-bottom: 1px solid var(--c1);
  width: 100%;
  display: block;
  margin: 20px 0 -20px 0;
}

.search_result .link_more a {
  text-align: center;
  display: inline-block;
  margin: auto;
  background: var(--c6);
}

.search_result .section_div {
  padding: 4px 0;
}

.search_result .section_div:before {
  margin: 0;
}

#search-form .fast_links {
  margin: 0 0 20px;
}

#search-form .fast_links_title {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  margin: 0 0 15px 0;
}

#search-form .fast_links_items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#search-form .fast_links_items a {
  padding: 7px;
  text-decoration: none;
  color: var(--c1-text);
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

#search-form .fast_links_items a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--c1-text);
  margin: 0 0 0 16px;
}

#search-form .fast_links_items a:last-child:after {
  content: none;
}

#search-form .fast_links_items a:hover,
#search-form .fast_links_items a:focus {
  text-decoration: underline;
  color: var(--c-link-hover);
}

.login-form a:not(.button):visited, .login-form a:not(.button):active, .login-form a:not(.button):link {
  color: white !important;
}

.login-form a:not(.button):hover {
  color: #1480ad !important;
}

.config-left .down-load {
  background: url(/upload/medialibrary/a28/pgvsh1g3dfw8mwxl9keaq89fx16zjrw9.png) left center no-repeat !important;
}

.config-left .print {
  background: url(/upload/medialibrary/228/0mwqnnp2crsr75enas9t7iodpnv6ckwl.png) left center no-repeat !important;
}

.config-left .file-upload {
  background: url(/upload/medialibrary/7b2/qsg0u30gfgrvgqc313l5pjtnn8e8gc5h.png) 10px center no-repeat !important;
}

.config-left .down-load:hover {
  background: url(/images/file-hover.png) left center no-repeat !important;
}

.config-left .print:hover {
  background: url(/images/print-hover.png) left center no-repeat !important;
}

.config-left .file-upload:hover {
  background: url(/images/add-file-hover.png) 10px center no-repeat !important;
}

.grecaptcha-badge {
  display: none;
}

.bootstrap-datetimepicker-widget td.day {
  color: #02616e;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.old.active {
  color: #fff;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table {
  border-spacing: 2px;
  border-collapse: separate;
}

div.cabinet-title .header-basket {
  text-align: right;
}

div.cabinet-title-left {
  background: none;
  display: flex;
  gap: 30px;
  padding-left: 0;
  filter: none;
}
div.cabinet-title-left .personal-photo.no-photo {
  filter: brightness(0) invert(1);
}
div.cabinet-title-left .personal-photo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.header-user .personal-photo {
  display: none;
}

.gallery #js-loadMore-mosaic-flat {
  display: none;
}

.dp__action_buttons .dp__action_select {
  font-size: 0;
}
.dp__action_buttons .dp__action_select:before {
  content: "Выбрать";
  font-size: var(--dp-preview-font-size);
}
.dp__action_buttons .dp__action_cancel {
  font-size: 0;
}
.dp__action_buttons .dp__action_cancel:before {
  content: "Отмена";
  font-size: var(--dp-preview-font-size);
}

body font.notetext {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
