body,
p {
  font-weight: 300;
}
body,
h2 {
  color: #2C3E50;
}
body,
ul {
  margin: 0;
  padding: 0;
}
.logo,
h2 span {
  display: block;
}
.btn,
body {
  position: relative;
}
.btn-gradient,
.btn-stroke:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.black_header h1,
.contact_form h2,
.header_group h2,
.mouse,
.registration_mi h3,
.title_main h2,
h2 span {
  text-transform: uppercase;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  overflow: hidden;
  font-family: Sans-serif, Roboto;
  background: #F9F9F9;
}
p {
  font-size: 17px;
  line-height: 24px;
}
h3,
h4 {
  margin: 0;
}
h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
}


h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}

h3 {
  margin: 0;
  font-size: 38px;
  font-weight: 600;
}


button,
input,
textarea {
  outline: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
h2 span {
  font-weight: 600;
}
.btn strong,
.btn-gradient strong,
.btn-light,
.title_main h2,
input,
textarea {
  font-weight: 500;
}
a {
  text-decoration: none;
  color: #3498DB;
}
ul {
  list-style: none;
}
input,
textarea {
  border-radius: 3px;
  border: 2px solid #EBEBEB;
  background-color: #fff;
  padding: 10px 16px;
  width: 100%;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
button {
  border: 0;
}
.mbzero {
  margin-bottom: 0!important;
  padding-bottom: 0 !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.logo {
  background: url(../csssource/logo.svg) no-repeat;
  width: 148px;
  height: 47px;
}
.btn {
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px 25px;
}
.btn-stroke:after,
.btn-stroke:before {
  position: absolute;
  content: "";
}
.image_border img,
.svg_polygon_element,
.title_main h2 span,
.title_main span {
  display: block;
}
.page-navigation ul li.current a,
.page-navigation ul li.disable a {
  cursor: default;
}
.btn-stroke {
  color: #2C3E50;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  z-index: 1;
  overflow: hidden;
}
.btn-stroke:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  z-index: 0;
}
.btn-stroke:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #F9F9F9;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-stroke svg {
  width: 16px;
}
.btn-stroke svg polygon {
  fill: #E15050;
}
.btn-stroke span {
  position: relative;
  z-index: 2;
}
.btn-stroke:hover {
  color: #FFF;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.btn-stroke:hover:before {
  -webkit-animation-name: hoverCircle;
  animation-name: hoverCircle;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  left: 50%;
  right: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-stroke:hover svg polygon {
  fill: #fff;
}
.btn-gradient {
  overflow: hidden;
  position: relative;
  color: #F9F9F9;
  -webkit-box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
}
.btn-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: -95px;
  width: 30px;
  height: 100%;
  background: #FFF;
  -webkit-transform: matrix3d(1, 0, 0, 0, -0.7, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, -0.7, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: .4;
  -webkit-transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-gradient:hover:before {
  left: 130%;
  -webkit-transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-fb:after,
.btn-g:after {
  top: 50%;
  left: 25px;
  height: 20px;
  position: absolute;
  content: "";
}
.btn-gradient:active,
.btn-gradient:focus {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.btn-fb {
  padding-left: 50px;
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
}
.btn-light:hover,
header.header nav ul li:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.btn-fb:after {
  background: url(../csssource/fb_icon.svg);
  width: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-g {
  padding-left: 60px;
}
.btn-g:after {
  background: url(../csssource/g_icon.svg);
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.submit_big {
  padding: 62px 8px 20px !important;
}
.submit_big:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
  height: 31px;
  background: url(../csssource/paper-plane.svg);
}
.submit_big:before {
  left: -80px;
}
.submit_big:hover:before {
  left: 120%;
  -webkit-transition: left 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-light {
  position: relative;
  overflow: hidden;
  color: #2C3E50;
  -webkit-box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.18);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, #FFF), color-stop(75%, #FAFAFA));
  background-image: linear-gradient(to right, #FFF 29%, #FAFAFA 75%);
  -webkit-transition: background 0.3s, color 0.2s ease, -webkit-box-shadow 0.4s ease;
  transition: background 0.3s, color 0.2s ease, -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, background 0.3s, color 0.2s ease;
  transition: box-shadow 0.4s ease, background 0.3s, color 0.2s ease, -webkit-box-shadow 0.4s ease;
}
.btn-light svg {
  width: 16px;
}
.btn-light svg polygon {
  fill: #E15050;
}
.btn-light:hover {
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  color: #FFF;
  -webkit-transition: background .3s,color .2s ease;
  transition: background 0.3s, color 0.2s ease;
}
.btn-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 30px;
  height: 100%;
  background: #FFF;
  -webkit-transform: matrix3d(1, 0, 0, 0, -0.7, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, -0.7, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: .4;
  -webkit-transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-light:hover:before {
  left: 110%;
  -webkit-transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: left 550ms cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.btn-light:hover svg polygon {
  fill: #fff;
}
.btn-light:active,
.btn-light:focus {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.title_main .polygon_title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.svg_polygon_element,
.title_main .polygon_title object {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.title_main .polygon_title object {
  width: 33px;
  opacity: .1;
  left: 0;
  transform: translateY(-50%);
}
.title_main h2 {
  font-size: 36px;
  overflow: hidden;
}
.title_main .sub-title {
  font-size: 36px;
  font-weight: 400;
}
.promo__group .title_main h2 {
  color: #FFF;
}
.plygon_cel,
.plygon_cel_dark {
  fill: none;
  height: auto;
  stroke: #f1f1f1;
  stroke-width: 2;
}
.plygon_cel_dark {
  stroke: #6f6f6f;
}
.triangle_bg {
  fill: none;
  height: auto;
  stroke: #F3F3F3;
  stroke-width: 19;
  stroke-dasharray: 0;
  -webkit-animation: dasher 2s linear;
  animation: dasher 2s linear;
}
@-webkit-keyframes dasher {
  0% {
    stroke-dasharray: 0 1350;
  }
  100% {
    stroke-dasharray: 1350;
  }
}
@keyframes dasher {
  0% {
    stroke-dasharray: 0 1350;
  }
  100% {
    stroke-dasharray: 1350;
  }
}
.circle_icon-i {
  fill: none;
  stroke: #e8e8e8;
  stroke-width: 2;
}
.icon_path-i {
  fill: #3498DB;
  stroke: #3498DB;
  stroke-width: 1;
}
.text_big_svg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 3px;
  stroke-dasharray: 0;
  -webkit-animation: dashers 4s linear;
  animation: dashers 4s linear;
}
@-webkit-keyframes dashers {
  0% {
    stroke-dasharray: 0 1350;
    fill-opacity: 0;
  }
  100% {
    stroke-dasharray: 1350;
  }
}
@keyframes dashers {
  0% {
    stroke-dasharray: 0 1350;
    fill-opacity: 0;
  }
  100% {
    stroke-dasharray: 1350;
  }
}
.page-navigation ul li.current a svg,
.page-navigation ul li.disable a svg {
  fill: #E5E5E5;
}
.svg_polygon_element {
  left: -40vw;
  transform: translateY(-50%);
  z-index: -2;
  opacity: .7;
  width: 70vw;
  height: 70vw;
}
.svg_polygon_element object {
  width: 100%;
  height: 100%;
}
.slider_client_main .svg_polygon_element {
  top: -100px;
  left: -100px;
  z-index: -1;
  width: 70vh;
  height: 70vh;
}
.image_border {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 15px 20px 32px 0 rgba(0, 2, 23, 0.13);
  box-shadow: 15px 20px 32px 0 rgba(0, 2, 23, 0.13);
  width: 100%;
}
.image_border img {
  width: 100%;
}
.image_light_shadow {
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  width: 100%;
}
.image_light_shadow img {
  display: block;
  width: 100%;
}
.svg_img {
  width: 100%;
  height: 100%;
}
.svg_img object {
  width: 90%;
  height: 90%;
}
.descs_fld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author_zone,
header.header .call-part {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.nav_category {
  padding: 0 0 70px;
}
.nav_category ul {
  text-align: center;
}
.nav_category ul li {
  display: inline-block;
}
.nav_category ul li:first-child a:after {
  content: none;
}
.nav_category ul li.active a {
  color: #B1B1B1;
}
.nav_category ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
}
.nav_category ul li a:after {
  content: "";
  position: absolute;
  left: -4.5px;
  top: 50%;
  width: 8px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: red;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.page-navigation ul li.current a:hover,
.page-navigation ul li.disable a:hover {
  background: 0 0;
}
.page-navigation ul {
  text-align: center;
}
.page-navigation ul li {
  display: inline-block;
  border: 2px solid #E5E5E5;
  border-radius: 3px;
}
.page-navigation ul li.current {
  border: 2px solid #E3464A;
}
.page-navigation ul li span {
  padding: 12px 16px 13px;
  display: block;
}
.page-navigation ul li a {
  display: block;
  font-size: 14px;
  color: #2C3E50;
  padding: 14px 18px;
}
.page-navigation ul li a svg {
  width: 18px;
  fill: #E3464A;
}
.page-navigation ul li a:hover {
  background: #FFF;
}
.content_textes {
  position: relative;
  margin-bottom: 60px;
}
.content_textes h3 {
  font-size: 26px;
  margin: 30px 0;
  font-weight: 500;
}
.content_textes p {
  color: #2C3E50;
  margin: 0 0 30px;
}
.content_textes .fullWidth {
  width: 100%;
}
.author_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author_zone span {
  margin-left: 20px;
  font-weight: 300;
  color: #2C3E50;
  font-size: 15px;
  line-height: 22px;
}
.author_zone span strong {
  display: block;
  font-weight: 500;
}
.social_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.avatar_mi {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.avatar_mi img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
ul.social_network_mi li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
}
ul.social_network_mi li span {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 7px;
  border: 1px solid #F9F9F9;
  background: #DF4040;
  color: #fff;
}
ul.social_network_mi li a {
  display: block;
  text-indent: -2000000%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.avatar,
.home header.header.fixed_header .lang,
.set_mi,
header.header.fixed_header .lang {
  display: inline-block;
}
ul.social_network_mi li .soc_google {
  background-image: url(../csssource/social_icon_google.svg);
}
ul.social_network_mi li .soc_vk {
  background-image: url(../csssource/social_icon_vk.svg);
}
ul.social_network_mi li .soc_in {
  background-image: url(../csssource/social_icon_in.svg);
}
ul.social_network_mi li .soc_ok {
  background-image: url(../csssource/social_icon_ok.svg);
}
ul.social_network_mi li .soc_fb {
  background-image: url(../csssource/social_icon_fb.svg);
}
ul.social_network_mi li .soc_tw {
  background-image: url(../csssource/social_icon_tw.svg);
}
.comments h2 {
  margin: 40px 0;
}
.set_mi {
  background: url(../csssource/icon_setting.svg);
  width: 28px;
  height: 28px;
  text-indent: -200000%;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 20;
  background: #F9F9F9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header nav ul li a:after,
header.header nav ul li:after {
  content: "";
  bottom: 5px;
  border-radius: 3px;
  left: 50%;
  width: 0%;
  -webkit-transition: all 0.4s ease;
}
.home header.header {
  background: 0 0;
}
.home header.header.fixed_header,
header.header.fixed_header {
  background: #F9F9F9;
}
.home header.header.fixed_header .lang a,
header.header.fixed_header .lang a {
  color: #2C3E50 !important;
}
header.header.fixed_header {
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.26);
}
header.header .navigation_menu {
  display: block;
}
header.header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header nav ul li {
  display: inline-block;
  position: relative;
}
header.header nav ul li:after {
  position: absolute;
  top: 5px;
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  transition: all 0.4s ease;
}
header.header nav ul li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 14px 16px;
  color: #2C3E50;
}
header.header nav ul li a:after {
  position: absolute;
  height: 3px;
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
  transition: all 0.4s ease;
}
header.header nav ul li a:hover {
  color: #2C3E50;
}
header.header nav ul li a:hover:after {
  top: inherit;
  height: 3px;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
header.header nav ul li.active:after {
  left: 0;
  width: 100%;
}
header.header nav ul li.active a {
  color: #fff;
}
header.header nav ul li.active a:hover {
  color: #FFF;
}
header.header nav ul li.active a:hover:after {
  content: none;
}
header.header .call-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header.header .call-part .login {
  color: #2C3E50;
}
header.header .call-part .lang {
  display: inline-block;
}
header.header .call-part .lang a {
  display: block;
  text-transform: uppercase;
  color: #2C3E50;
}
.home header.header .call-part .lang a {
  color: #F9F9F9;
}
header.header .call-part .lang .lang_current {
  color: #2C3E50;
  opacity: 0.5;
}
.home header.header .call-part .lang .lang_current {
  color: #F9F9F9;
}
.fixed_header header.header .call-part .lang a,
header.header .user_zone a {
  color: #2C3E50;
}
header.header .open_nav {
  display: none;
  width: 25px;
  height: 14px;
  cursor: pointer;
}
header.header .open_nav span {
  display: block;
  width: 100%;
  height: 2px;
  background: #2C3E50;
  margin-bottom: 4px;
  -webkit-transition: width 0.3s ease-in, opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: width 0.3s ease-in, opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 0.3s ease-in, opacity 0.2s ease;
  transition: transform 0.5s ease, width 0.3s ease-in, opacity 0.2s ease, -webkit-transform 0.5s ease;
}
header.header .open_nav.closes span.t {
  -webkit-transform: rotate(45deg) translate(8px, 5px);
  transform: rotate(45deg) translate(8px, 5px);
}
header.header .open_nav.closes span.c {
  opacity: 0;
  width: 0;
}
header.header .open_nav.closes span.b {
  -webkit-transform: rotate(-45deg) translate(4px, 0);
  transform: rotate(-45deg) translate(4px, 0);
}
header.header .user_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}
header.header .user_zone a.avatar_top {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
header.header .user_zone a.avatar_top img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
}
header.header .profile_login {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
footer.footer {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  color: #FFF;
  background: #161616;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(#0A0A0A));
  background: linear-gradient(90deg, #161616 0, #0A0A0A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#0A0A0A', GradientType=1);
}
.gradient-red,
.profile_nav_op {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
footer.footer .top-footer {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
  margin-bottom: 60px;
  z-index: 2;
}
footer.footer .container {
  position: relative;
  z-index: 2;
}
footer.footer:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -200px;
  background: url(../csssource/bg_overlay.svg) no-repeat;
  width: 985px;
  height: 667px;
  opacity: .5;
  z-index: 0;
}
footer.footer h2 {
  color: #FFF;
}
footer.footer .btn_order_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer.footer .logo {
  background: url(../csssource/logo-footer.svg) no-repeat;
}
footer.footer .nav_footer ul:hover li a {
  color: grey;
}
footer.footer .nav_footer ul:hover li a:hover {
  color: #FFF;
}
footer.footer .nav_footer ul li a {
  color: #fff;
  line-height: 30px;
}
footer.footer .nav_footer ul li a:hover {
  text-decoration: underline;
}
footer.footer .nav_services {
  -webkit-column-count: 2;
  column-count: 2;
}
footer.footer h3 {
  font-size: 26px;
  font-weight: 500;
  color: #646464;
  margin-bottom: 30px;
}
footer.footer .bottom_footer {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #333;
  color: #7E7E7E;
  z-index: 2;
}
footer.footer .logo_developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer.footer .logo_weblife {
  background: url(../csssource/logo_weblife.svg) no-repeat;
  display: block;
  width: 90px;
  height: 22px;
  opacity: 0.6;
}
.profile_nav_op {
  position: fixed;
  bottom: 10px;
  right: 0;
  font-size: 30px;
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  border-radius: 25px 0 0 25px;
  color: #F9F9F9;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  z-index: 34;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile_nav_op i {
  margin-right: 10px;
}
.profile_nav_op span {
  font-size: 14px;
}
.profile_nav_op .cls {
  display: none;
}
.profile_nav_op.close_mi .cls {
  display: block;
}
.profile_nav_op.close_mi .prof {
  display: none;
}
.gradient-red {
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
}
.gradient {
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
}
.gradient-red-diag {
  background: #e52c69;
  background: linear-gradient(-45deg, #e52c69 0, #e3464a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.gradient-diagonal {
  background: #3498db;
  background: linear-gradient(-45deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
}
.gradient_black {
  background: #161616;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(#0A0A0A));
  background: linear-gradient(90deg, #161616 0, #0A0A0A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#0A0A0A', GradientType=1);
}
.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hiddenscroll {
  overflow: hidden;
}
.promo__group {
  position: relative;
  margin-bottom: 180px;
  color: #FFF;
}
.promo__group:after,
.promo__group:before {
  position: absolute;
  right: 0;
  z-index: -3;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
  content: "";
}
.promo__group:after {
  bottom: 0;
  top: 0;
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
}
.promo__group:before {
  top: 100%;
  height: 180px;
  -webkit-clip-path: polygon(0 0, 35% 100%, 100% 0);
  clip-path: polygon(0 0, 35% 100%, 100% 0);
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
}
.promo__group .section__promo,
.promo__group .section__promo .row {
  position: relative;
  height: 100vh;
}
.promo__group .section__promo {
  width: 100%;
  color: #2C3E50;
}
.promo__group .section__promo .row .light-bg {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.promo__group .section__promo .row .light-bg:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -70px;
  width: 3031.76px;
  height: 1016.9px;
  background: url(../csssource/bg_dark.svg) no-repeat;
  opacity: .04;
  z-index: -2;
}
.promo__group .section__promo .row .light-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 812.78px;
  width: 3031.76px;
  background: url(../csssource/bg_light.svg) no-repeat;
  z-index: -1;
}
.promo__group .section__promo .row .light-bg_border {
  position: absolute;
  top: -230px;
  right: -310px;
  height: 1371px;
  width: 4085px;
  opacity: .07;
  background: url(../csssource/bg_border.svg) no-repeat;
}
.promo__group .info__promo,
.promo__group .info__promo .row {
  height: 100vh;
  position: relative;
}
.promo__group .info__promo {
  width: 100%;
  padding-top: 100px;
}
.promo__group .info__promo .cascad_image {
  position: relative;
  left: -95px;
}
.promo__group .info__promo .cascad_image img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.26);
}
.promo__group .info__promo .cascad_image .img_f {
  position: absolute;
  z-index: -2;
  top: -120px;
  left: -120px;
}
.promo__group .info__promo .cascad_image .img_s {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -60px;
}
.promo__group .phone_block {
  position: relative;
}
.promo__group .phone_block .phone {
  position: absolute;
  top: 50%;
  margin-top: 50px;
  left: -110px;
  width: 572px;
  height: 589px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../csssource/phone.png);
}
.content_main {
  padding: auto;
}
.title_general {
  position: relative;
}
.title_general h2 {
  overflow: hidden;
}
.title_general .svg_polygons {
  position: absolute;
  top: 50%;
  left: -130px;
  width: 350px;
  height: 410px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.title_general .svg_polygons svg {
  position: absolute;
  top: 0;
  left: 0;
}
.title_general .svg_polygons svg polygon {
  fill: none;
  width: 100%;
  height: auto;
  stroke: grey;
  stroke-width: 8px;
  opacity: 0.04;
}
.title_general p {
  margin: 40px 0;
  padding: 0;
}
.btn-group .btn {
  margin-right: 30px;
}
.right_btn,
.tpr_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.con_main_blocks {
  margin-bottom: 140px;
}
.block_triangle {
  position: relative;
}
.block_triangle .trigers_mini_main .triger_mini {
  margin-bottom: 30px;
}
.block_triangle .trigers_mini_main .triger_mini p {
  margin: 0;
}
.block_triangle .trigers_mini_main .triger_mini span {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.triangle_svg_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 413px;
  height: 413px;
  z-index: -1;
}
.triangle_svg_bg .triangle_bg {
  display: none;
}
.triangle_svg_bg.animated .triangle_bg {
  display: block;
}
.block_inform {
  position: relative;
  padding-top: 160px;
}
.block_inform .svg_bigtext_bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.service_slider .owl-stage-outer .owl-item,
.slider_client_main .partner_slider .owl-stage-outer .owl-item {
  float: left;
  -webkit-touch-callout: none;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.block_inform .svg_bigtext_bg .container {
  position: relative;
  padding: 0 140px;
}
.block_inform .inform_main_block {
  margin-top: 30px;
}
.block_inform .info_block_item {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.block_inform .info_block_item .icon_inform {
  width: 68px;
  margin-right: 30px;
}
.block_inform .info_block_item .description_inform h4 {
  font-size: 28px;
  overflow: hidden;
  display: block;
}
.block_inform .info_block_item .description_inform h4 span {
  display: block;
}
.block_inform .info_block_item .description_inform p {
  margin-bottom: 0;
}
.gradient_block {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
}
.gradient_block.partner_bottom {
  padding-bottom: 324px;
}
.gradient_block .container {
  position: relative;
  z-index: 2;
}
.gradient_block:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  background: url(../csssource/bg_overlay.svg) no-repeat;
  width: 985px;
  height: 667px;
  z-index: 1;
}
.slider_client_main {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin-top: -184px;
  z-index: 2;
}
.slider_client_main:after {
  content: "";
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  background: url(../csssource/polygon-element-cut.svg) no-repeat #FFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  z-index: -2;
}
.slider_client_main .partner_slider {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.slider_client_main .partner_slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.slider_client_main .partner_slider .owl-stage-outer .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.slider_client_main .partner_slider .owl-stage-outer .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.slider_client_main .partner_slider .owl-stage-outer .owl-item {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
}
.slider_client_main .partner_slider .owl-stage-outer .owl-item img {
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter .4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.slider_client_main .partner_slider .owl-stage-outer .owl-item:hover img {
  -webkit-filter: inherit;
  filter: inherit;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter .4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.slider_client_main .partner_slider .owl-nav.disabled {
  display: none;
}
.slider_client_main .partner_slider .owl-dots {
  width: 100%;
  height: 15px;
  text-align: center;
  margin-top: 40px;
}
.slider_client_main .partner_slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}
.slider_client_main .partner_slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D8D8D8;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.slider_client_main .partner_slider .owl-dots .owl-dot.active span {
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.header_group,
.header_group:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
}
.news_last {
  position: relative;
  margin-top: 140px;
}
.news_last .news_items {
  margin-top: 60px;
}
.news_last .news_mini_plit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.news_last .news_mini_plit .news_last-item {
  height: 250px;
  min-height: 230px;
}
.news_last .news_mini_plit .news_last-item img {
  width: 100%;
  height: auto;
}
.news_last .news_last-item {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  min-height: 530px;
  display: block;
  -webkit-transition: -webkit-box-shadow 0.6s ease;
  transition: -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
.news_last .news_last-item:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: -webkit-box-shadow 0.6s ease;
  transition: -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
.news_last .news_last-item:hover:after {
  -webkit-animation-name: rotatereverse;
  animation-name: rotatereverse;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.news_last .news_last-item h3 {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
  color: #FFF;
  font-size: 28px;
}
.news_last .news_last-item .btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 7;
}
.news_last .news_last-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498DB;
  opacity: 0.6;
}
.news_last .news_last-item:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -70px;
  width: 181px;
  height: 209px;
  background: url(../csssource/news_polygon.svg) no-repeat;
}
.news_last .news_last-item img {
  width: auto;
  height: 100%;
  display: block;
}
.news_last.newspage {
  margin-top: 0;
  margin-bottom: 50px;
}
.news_last.newspage .news_last_minimal .news_last-item {
  min-height: inherit;
  max-height: 230px;
}
.service_slider {
  position: relative;
  width: 100%;
}
.service_slider .image_slider {
  position: relative;
  height: 550px;
  z-index: 2;
}
.service_slider .image_slider img {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.service_slider .image_slider:after {
  content: "";
  position: absolute;
  width: 976px;
  height: 566px;
  top: 0;
  right: -88px;
  background: url(../csssource/mac.svg) no-repeat;
  z-index: -1;
}
.service_slider .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.service_slider .owl-stage-outer .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.service_slider .owl-stage-outer .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.service_slider .owl-stage-outer .owl-item {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.service_slider .owl-stage-outer .owl-item .image_slider img {
  opacity: 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, 100, 100, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, 100, 100, 1);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease,opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.service_slider .owl-stage-outer .owl-item .description_slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
}
.service_slider .owl-stage-outer .owl-item .description_slider_item span {
  font-size: 200px;
  position: absolute;
  font-weight: 500;
  left: 0;
  top: 50%;
  margin-top: -150px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.1;
}
.service_slider .owl-stage-outer .owl-item .description_slider_item h4 {
  color: #FFF;
  font-size: 28px;
  opacity: 0;
  width: 100%;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.service_slider .owl-stage-outer .owl-item .description_slider_item p {
  color: #FFF;
}
.mouse,
.nav_inside .counter {
  color: #2C3E50;
  font-weight: 500;
}
.service_slider .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.service_slider .owl-stage-outer .owl-item.active .image_slider img {
  -webkit-animation-name: visota;
  animation-name: visota;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
  transform: matrix(1, 0, 0, 1, 0, 1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform .5s ease,opacity .5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 1;
}
.service_slider .owl-stage-outer .owl-item.active .description_slider_item h4 {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
  transform: matrix(1, 0, 0, 1, 0, 1);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
  transition: opacity 0.4s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
  transition: transform .6s ease .3s,opacity .4s ease .3s;
  transition: transform 0.6s ease 0.3s, opacity 0.4s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
.navigation_service {
  margin-top: -120px;
}
.nav_inside {
  background: #FFF;
  padding: 20px;
  display: inline-block;
}
.nav_inside .counter {
  font-size: 16px;
  position: relative;
  width: 25px;
  height: 21px;
  display: inline-block;
}
.nav_inside .owl-next svg,
.nav_inside .owl-prev svg {
  width: 18px;
}
.nav_inside .counter .sub_counter {
  position: absolute;
  top: -4px;
  left: 0;
}
.nav_inside .counter .sup_counter {
  position: absolute;
  bottom: -4px;
  right: 0;
}
.nav_inside .counter svg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_inside .owl-prev {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.nav_inside .owl-prev.disabled {
  cursor: default;
}
.nav_inside .owl-prev.disabled .inside_arrow {
  fill: #D8D8D8;
}
.nav_inside .owl-prev svg .inside_arrow {
  stroke: none;
  fill: #E3464A;
}
.nav_inside .owl-next {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.nav_inside .owl-next.disabled {
  cursor: default;
}
.nav_inside .owl-next.disabled .inside_arrow {
  fill: #D8D8D8;
}
.nav_inside .owl-next svg .inside_arrow {
  stroke: none;
  fill: #E3464A;
}
.mouse_place {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mouse {
  position: relative;
  top: 8px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  overflow: hidden;
  -webkit-animation: scrollderg 2s ease infinite;
  animation: scrollderg 2s ease infinite;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
.mouse:after {
  content: attr(data-hover);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #919191;
  -webkit-animation: scrollUpdown 2s ease infinite;
  animation: scrollUpdown 2s ease infinite;
}
.header_group {
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
  position: relative;
  padding-top: 207px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.header_group .container {
  position: relative;
  z-index: 3;
}
.header_group:after,
.header_group:before {
  position: absolute;
  content: "";
}
.header_group:after {
  top: 100%;
  left: 0;
  right: 0;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 35% 100%, 100% 0);
  clip-path: polygon(0 0, 35% 100%, 100% 0);
  z-index: -3;
  background: #3498db;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
  background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
}
.black_header,
.black_header:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#0A0A0A', GradientType=1);
}
.header_group:before {
  left: -100px;
  top: -100px;
  background: url(../csssource/bg_overlay-reverse.svg) no-repeat;
  width: 985px;
  height: 667px;
}
.header_group object {
  height: 107px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_group object svg {
  display: block;
}
.header_group h2 {
  color: #FFF;
  margin-top: 60px;
  text-align: center;
  display: block;
  width: 100%;
}
.black_header .icon_header,
.service_stap {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
}
.black_header {
  background: #161616;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(#0A0A0A));
  background: linear-gradient(90deg, #161616 0, #0A0A0A 100%);
}
.black_header:after {
  background: #161616;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(#0A0A0A));
  background: linear-gradient(90deg, #161616 0, #0A0A0A 100%);
}
.black_header:before {
  top: -200px;
}
.black_header object.object {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.11;
}
.black_header .icon_header {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.black_header .icon_header .icon {
  display: inline-block;
  width: 84px;
  margin-right: 30px;
}
.black_header h1 {
  display: inline-block;
  font-size: 36px;
  color: #FFF;
}
.about_inform {
  padding-top: 100px;
}
.about_stap {
  margin-top: 100px;
}
.about_stap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about_stap span {
  position: absolute;
  top: 0;
  font-size: 100px;
  font-weight: 900;
  color: #FFF;
  left: 0;
}
.about_stap .image_thumb_staps {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.about_stap .image_thumb_staps img {
  display: block;
}
.about_stap .descs_fld .description_about {
  position: relative;
  padding-left: 60px;
}
.item_trg {
  position: relative;
  padding: 25px 15px;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
}
.item_trg p {
  padding: 0;
  margin-bottom: 0;
}
.dpdt,
.service_stap {
  margin-bottom: 100px;
}
.item_trg:after {
  content: "";
  position: absolute;
  background: #3498db;
  background: linear-gradient(-45deg, #3498db 0, #2c47b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: -1;
}
.item_trg:nth-of-type(2):after,
.item_trg:nth-of-type(3):after {
  background: #e52c69;
  background: linear-gradient(-45deg, #e52c69 0, #e3464a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.item_trg span {
  font-size: 56px;
  font-weight: 500;
}
.descript_center h3,
.description_service h3 {
  font-size: 32px;
}
.svg_text_title {
  height: 107px;
  width: 100%;
}
#particles-js {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .5;
  height: 120%;
}
.service_stap {
  position: relative;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.service_stap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service_stap:nth-of-type(even) .image_thumb_staps:after {
  left: -80px;
  right: inherit;
}
.service_stap .descs_fld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_stap .image_thumb_staps {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  position: relative;
}
.service_stap .image_thumb_staps:after {
  content: "";
  position: absolute;
  background: url(../csssource/mini_polygon.svg) no-repeat;
  width: 198px;
  height: 198px;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.service_stap .image_thumb_staps img {
  display: block;
}
.description_service {
  position: relative;
  padding-left: 94px;
}
.description_service .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
}
.description_service .icon object {
  display: none;
}
.description_service .icon.animated object {
  display: block;
}
.dpdt {
  padding: 100px 0 0;
  overflow: hidden;
}
.dpdt .image_grd_service {
  text-align: center;
  position: relative;
  width: 100%;
}
.dpdt .image_grd_service:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 40px;
  -webkit-box-shadow: inset 0 -7px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -7px 9px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.dpdt .image_grd_service img {
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  border-radius: 8px;
}
.dpdt .image_grd_service .front_image {
  position: relative;
  z-index: 2;
  bottom: -25px;
}
.dpdt .image_grd_service .back_left_image {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 0;
}
.dpdt .image_grd_service .back_right_image {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 0;
}
.descript_center,
.page_nav_services .nav_serv_prev {
  position: relative;
}
.descript_center {
  text-align: center;
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  color: #FFF;
}
.descript_center .icon_center {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}
.descript_center p {
  margin-bottom: 30px;
}
.icon_stroke {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0;
  -webkit-animation: strokes 2s linear;
  animation: strokes 2s linear;
}
@-webkit-keyframes strokes {
  0% {
    stroke-dasharray: 0 235;
    fill-opacity: 0;
  }
  100% {
    stroke-dasharray: 235;
  }
}
.icon_stroke1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0;
  -webkit-animation: strokess 2s linear;
  animation: strokess 2s linear;
}
@-webkit-keyframes strokess {
  0% {
    stroke-dasharray: 0 45;
  }
  100% {
    stroke-dasharray: 45;
  }
}
.icon_stroke2 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0;
  -webkit-animation: strokese 2s linear;
  animation: strokese 2s linear;
}
@-webkit-keyframes strokese {
  0% {
    stroke-dasharray: 0 20;
  }
  100% {
    stroke-dasharray: 20;
  }
}
.icon_stroke3 {
  fill: none;
  stroke: #6B7F8C;
  stroke-width: 2px;
  stroke-dasharray: 0;
  -webkit-animation: strokesw 2s linear;
  animation: strokesw 2s linear;
}
@-webkit-keyframes strokesw {
  0% {
    stroke-dasharray: 0 90;
  }
  100% {
    stroke-dasharray: 90;
  }
}
.icon_stroke4 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 0;
  -webkit-animation: strokesw 2s linear;
  animation: strokesw 2s linear;
}
.rotate,
.rotate-reverse {
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes strokesw {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100;
  }
}
.trigers_inside {
  margin: 100px 0;
}
.trigers_inside .icon_inform {
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
}
.page_nav_services .nav_serv_next:after,
.page_nav_services .nav_serv_prev:after {
  width: 223px;
  height: 352px;
  z-index: -1;
  content: "";
}
.trigers_inside .description_inform h4 {
  font-size: 26px;
  color: #2C3E50;
  margin-bottom: 30px;
}
.trigers_inside .description_inform p {
  margin: 0;
  padding: 0;
}
.page_nav_services {
  margin-top: 140px;
}
.page_nav_services .nav_serv_prev:after {
  position: absolute;
  right: 100px;
  background: url(../csssource/arrow_prev.svg) no-repeat;
}
.page_nav_services .nav_serv_next {
  position: relative;
}
.page_nav_services .nav_serv_next:after {
  position: absolute;
  left: 100px;
  background: url(../csssource/arrow_next.svg) no-repeat;
}
.news_item_main {
  margin-bottom: 100px;
}
.news_item_main .data_news {
  font-size: 13px;
  color: #717171;
  display: block;
  margin-bottom: 10px;
}
.news_item_main .news_link {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.news_item_main p {
  margin-top: 0;
  margin-bottom: 30px;
}
.header_new_image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
}
.header_new_image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #3498DB;
  -webkit-clip-path: inherit;
  clip-path: inherit;
  opacity: .6;
  z-index: 1;
}
.header_new_image h1 {
  display: block;
  text-align: center;
  width: 100%;
}
.contact_info,
.popup .row .inside_block .red_zone_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.map_zone {
  position: relative;
}
.map_zone .map {
  z-index: 2;
}
.map_zone:after,
.map_zone:before {
  content: "";
  position: absolute;
  background: url(../csssource/mini_polygon.svg) no-repeat;
  width: 198px;
  height: 198px;
  z-index: -1;
}
.map_zone:after {
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map_zone:before {
  bottom: -80px;
  left: 50%;
  margin-left: -80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contac_item,
.map {
  position: relative;
}
.map {
  height: 400px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.13);
  border-radius: 3px;
}
.contact_info {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contac_item {
  display: block;
  margin-bottom: 30px;
}
.contac_item:last-child {
  margin-bottom: 0;
}
.contac_item i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 26px;
  color: #3498DB;
}
.contac_item i.icon-mail {
  top: 8px;
  font-size: 21px;
}
.popup,
.popup .overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.contac_item .contact-info-map {
  display: block;
  padding-left: 45px;
  color: #2C3E50;
}
.contac_item .contact-info-map span {
  display: block;
  font-size: 14px;
  color: #797979;
}
.contact_form {
  margin-top: 100px;
}
.contact_form h2 {
  margin-bottom: 40px;
}
.contact_form .col-md-4 {
  margin-bottom: 30px;
}
.contact_form textarea {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.popup {
  z-index: -30;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  overflow-y: auto;
}
.popup.visable_popup {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 30;
}
.popup .overlay {
  background: #2C3E50;
  opacity: 0.7;
}
.popup .row {
  position: relative;
  height: 100vh;
}
.popup .row .inside_block {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}
.popup .row .inside_block .close_n {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
}
.popup .row .inside_block .close_n:after,
.popup .row .inside_block .close_n:before {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #FFF;
  top: 0;
  content: "";
}
.popup .row .inside_block .close_n:after {
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .row .inside_block .close_n:before {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .row .inside_block .row {
  height: auto;
}
.popup .row .inside_block .inside_pd {
  padding-top: 40px;
  padding-bottom: 40px;
}
.popup .row .inside_block .title_main h2,
.popup .row .inside_block .title_main span {
  font-size: 32px;
}
.popup .row .inside_block .red_zone_popup {
  position: relative;
  background: #e52c69;
  background: -webkit-gradient(linear, left bottom, left top, from(#e52c69), to(#e3464a));
  background: linear-gradient(0deg, #e52c69 0, #e3464a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
  color: #FFF;
  text-align: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aside_nav-profile ul li a span,
.popup .row .inside_block .red_zone_popup:after {
  background: #e52c69;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
}
.popup .row .inside_block .red_zone_popup:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 90px;
  bottom: 0;
  -webkit-clip-path: polygon(0 29%, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(0 29%, 100% 0, 100% 100%, 50% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#e52c69), to(#e3464a));
  background: linear-gradient(0deg, #e52c69 0, #e3464a 100%);
}
.popup .row .inside_block .red_zone_popup .logo_big {
  background: url(../csssource/logo_big_white.svg);
  width: 132px;
  height: 118px;
  margin-bottom: 40px;
}
.login_social {
  padding: 30px 0;
}
.login_social .btn {
  margin-right: 30px;
}
.form_logins,
.form_logins input {
  margin-bottom: 30px;
}
.form_logins .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_logins .remember input {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
.registration_mi h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.registration_mi input {
  margin-bottom: 30px;
}
.profiel_header {
  position: relative;
  height: 280px;
  margin-top: 110px;
  background-repeat: no-repeat;
  background-size: cover;
}
.profiel_header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #161616;
  opacity: 0.5;
}
.profiel_header .set_mi {
  position: absolute;
  right: 15px;
  top: 40px;
}
.profiel_header .inside_prof {
  position: relative;
  height: 280px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 2;
}
.profiel_header .inside_prof .user_profile_detail {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 18px;
  color: #FFF;
  padding-left: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.profiel_header .inside_prof .user_profile_detail .avatar_big {
  position: absolute;
  top: 0;
  left: 0;
}
.profiel_header .inside_prof .user_profile_detail a {
  color: #FFF;
}
.profiel_header .inside_prof .user_profile_detail .tpr_zone,
.profiel_header .inside_prof .user_profile_detail .user_info_mi {
  width: 50%;
}
.profiel_header .inside_prof .user_profile_detail .user_name {
  font-size: 20px;
  font-weight: 500;
}
.profiel_header .inside_prof .user_profile_detail .activity {
  margin-top: 15px;
  display: block;
}
.type_profile a {
  font-weight: 500;
}
.avatar_big {
  width: 150px;
  height: 150px;
  display: inline-block;
}
.avatar_big img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
}
.content_profile {
  padding: 20px 0 60px;
  position: relative;
}
.tabs_mi {
  padding-left: 165px;
}
.tabs_mi ul li {
  display: inline-block;
  margin-right: 25px;
}
.tabs_mi ul li a {
  font-size: 18px;
  padding: 10px;
  display: block;
}
.tabs_mi ul li.current a {
  color: #A2A2A2;
}
.new_post_mi {
  position: relative;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.new_post_mi:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -170px;
  background: url(../csssource/polygon-element.svg);
  width: 544px;
  height: 490px;
  opacity: 0.5;
}
.new_post_mi .form-post-mess {
  position: absolute;
  top: 30px;
  left: 120px;
  right: 30px;
  padding-right: 116px;
  z-index: 2;
}
.new_post_mi .form-post-mess textarea {
  width: auto;
  margin-right: 100px;
  height: 62px;
  max-height: 62px;
  min-height: 100%;
}
.new_post_mi .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  z-index: 2;
}
.new_post_mi .avatar img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 100%;
}
.new_post_mi .submit_mi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  display: inline-block;
  text-indent: -200000%;
  width: 86px;
  border: 0;
}
.new_post_mi .submit_mi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../csssource/paper-plane.svg);
  width: 22px;
  height: 19px;
}
.new_post_mi .submit_mi:before {
  left: -54px;
}
.new_post_mi .submit_mi:hover:before {
  left: 130%;
}
.profiel_inside {
  padding: 60px 0 0;
}
.aside_nav-profile ul li {
  margin: 0 0 10px;
}
.aside_nav-profile ul li a {
  display: block;
  padding: 5px 0;
  color: #2C3E50;
  font-size: 18px;
}
.aside_nav-profile ul li a i {
  font-size: 16px;
}
.aside_nav-profile ul li a span {
  display: inline-block;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  border-radius: 3px;
  color: #FFF;
  padding: 2px 4px 1px;
}
.aside_nav-profile ul li a:hover {
  color: #3498DB;
}
.aside_nav-profile ul li a:hover i {
  color: #2C3E50;
}
.post_item {
  display: block;
  position: relative;
  padding: 30px;
}
.post_item .post_author-zone {
  position: relative;
  height: 60px;
  padding-top: 6px;
  padding-left: 80px;
}
.post_item .post_author-zone .avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.post_item .post_author-zone .avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.post_item .post_author-zone a {
  display: block;
  color: #3498DB;
  font-weight: 500;
  font-size: 18px;
}
.post_item .post_author-zone .status {
  margin-top: 8px;
  font-size: 15px;
  color: #2C3E50;
}
.post_item .post_author-zone .status span {
  color: #777;
}
.post_item .post_description-zone {
  margin-top: 20px;
  line-height: 22px;
}
.post_item .line_post_set {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.post_item .line_post_set a {
  display: inline-block;
  color: #2C3E50;
  margin-right: 30px;
}
.post_item .line_post_set a i {
  color: #BDC3C7;
  margin-right: 8px;
}
.post_item .line_post_set a span.notif {
  display: inline-block;
  font-size: 12px;
  background: #e52c69;
  background: -webkit-gradient(linear, left top, right top, from(#e52c69), to(#e3464a));
  background: linear-gradient(90deg, #e52c69 0, #e3464a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52c69', endColorstr='#e3464a', GradientType=1);
  border-radius: 3px;
  color: #FFF;
  padding: 2px 4px 1px;
}
.post_item .line_post_set a:hover .icon-trash {
  color: #ff5c59;
}
.post_item .line_post_set a:hover .icon-star {
  color: #e3711b;
}
.post_item .line_post_set a:hover .icon-speech {
  color: #3498DB;
}
.post_item .comments_mi {
  width: 100%;
}
.post_item .comments_mi .comment_item_mi {
  padding: 15px 45px 15px 70px;
  position: relative;
}
.post_item .comments_mi .comment_item_mi:hover .trash_com {
  opacity: 1;
}
.post_item .comments_mi .comment_item_mi .avatar {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}
.post_item .comments_mi .comment_item_mi .textc_comment_mi {
  background: #FFF;
  border-radius: 3px;
  min-height: 40px;
  padding: 10px;
}
.post_item .comments_mi .comment_item_mi .textc_comment_mi .name {
  font-weight: 500;
}
.post_item .comments_mi .comment_item_mi .reply_mi {
  font-size: 14px;
}
.post_item .comments_mi .comment_item_mi .trash_com {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #BDC3C7;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity 0.3s ease;
}
.post_item .comments_mi .comment_item_mi .trash_com:hover {
  color: #ff5c59;
}
.new-comment_mi {
  position: relative;
  padding: 15px 90px 15px 70px;
  border-top: 1px solid #f1f1f1;
}
.new-comment_mi .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}
.new-comment_mi form .comm_field {
  position: relative;
}
.new-comment_mi form .comm_field textarea {
  height: 52px;
  max-height: 52px;
}
.new-comment_mi form .submit_mi {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 52px;
}
.new-comment_mi form .submit_mi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url(../csssource/paper-plane.svg);
  width: 22px;
  height: 19px;
}
.map_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}
.map_popup.visable_popup {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.map_popup #map {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}
.map_popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.map_popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
}
.map_popup .close:after,
.map_popup .close:before {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #2C3E50;
  top: 0;
  content: "";
}
.map_popup .close:after {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.map_popup .close:before {
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customer_item,
.customer_item_text {
  background: #f9f9f9;
  border-radius: 4px;
}
.customer_item {
  -webkit-box-shadow: 0 0 20px rgba(38, 110, 159, 0.26);
  box-shadow: 0 0 20px rgba(38, 110, 159, 0.26);
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.customer_item:hover {
  -webkit-box-shadow: 0 0 40px rgba(38, 110, 159, 0.26);
  box-shadow: 0 0 40px rgba(38, 110, 159, 0.26);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.customer_item:hover .customer_item_text {
  opacity: 1;
  z-index: 20;
  -webkit-box-shadow: 0 20px 25px rgba(38, 110, 159, 0.26);
  box-shadow: 0 20px 25px rgba(38, 110, 159, 0.26);
  -webkit-transition: opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in, -webkit-box-shadow 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in, box-shadow 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in, box-shadow 0.3s ease-in 0.3s, -webkit-box-shadow 0.3s ease-in 0.3s;
}
.customer_item img {
  width: 100%;
  border-radius: 4px;
  height: auto;
  display: block;
}
.customer_item h4 {
  margin: 15px 0 0;
}
.customer_item_text {
  position: absolute;
  opacity: 0;
  left: 0;
  -webkit-box-shadow: 0 10px 15px rgba(38, 110, 159, 0.26);
  box-shadow: 0 10px 15px rgba(38, 110, 159, 0.26);
  padding: 0 15px 15px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.customer_item p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.owl-animated-out {
  z-index: 1;
}
.owl-animated-in {
  z-index: 0;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.heightEff {
  -webkit-animation-name: heightEff;
  animation-name: heightEff;
}
@-webkit-keyframes heightEff {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
}
@keyframes heightEff {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -35, 0, 1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-timing-function: linear;
  display: inline-block;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-reverse {
  -webkit-animation-name: rotatereverse;
  animation-name: rotatereverse;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes rotatereverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatereverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.visota {
  -webkit-animation-name: visota;
  animation-name: visota;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.topview,
.topview-special {
  -webkit-animation-duration: .6s;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes visota {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, -200, 100, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, -200, 100, 1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
  }
}
@keyframes visota {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, -200, 100, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0.087, 0, 0, -0.087, 0.99, 0, 60, -200, 100, 1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
  }
}
.topview {
  -webkit-animation-name: topview;
  animation-name: topview;
  animation-duration: .6s;
  animation-timing-function: ease;
}
@-webkit-keyframes topview {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
  }
}
@keyframes topview {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
  }
}
.topview-special {
  -webkit-animation-name: topviewspecial;
  animation-name: topviewspecial;
  animation-duration: .6s;
  animation-timing-function: ease;
}
@-webkit-keyframes topviewspecial {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1) translateY(-50%);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1) translateY(-50%);
    transform: matrix(1, 0, 0, 1, 0, 1) translateY(-50%);
  }
}
@keyframes topviewspecial {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1) translateY(-50%);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1) translateY(-50%);
    transform: matrix(1, 0, 0, 1, 0, 1) translateY(-50%);
  }
}
.hoverCircle {
  -webkit-animation-name: hoverCircle;
  animation-name: hoverCircle;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes hoverCircle {
  0% {
    left: 3px;
    right: 3px;
  }
  100% {
    left: 50%;
    right: 50%;
  }
}
@keyframes hoverCircle {
  0% {
    left: 3px;
    right: 3px;
  }
  100% {
    left: 50%;
    right: 50%;
  }
}
@-webkit-keyframes scrollUpdown {
  0% {
    width: 0;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrollUpdown {
  0% {
    width: 0;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes scrollderg {
  0%,
  100%,
  50% {
    top: 8px;
  }
  25%,
  75% {
    top: 0;
  }
}
@keyframes scrollderg {
  0%,
  100%,
  50% {
    top: 8px;
  }
  25%,
  75% {
    top: 0;
  }
}
@media (min-width: 1441px) {
  .promo__group .info__promo,
  .promo__group .info__promo .row,
  .promo__group .section__promo,
  .promo__group .section__promo .row {
    height: 768px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
  .block_triangle .trigers_mini_main .triger_mini span,
  .title_main .sub-title,
  .title_main h2 {
    font-size: 30px;
  }
  .promo__group .info__promo .cascad_image {
    left: 0;
  }
  .promo__group .info__promo .cascad_image img,
  .service_stap .image_thumb_staps img {
    width: 100%;
  }
  .nav_category ul li a {
    font-size: 15px;
  }
  header.header nav ul li a {
    padding: 14px 11px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  header.header .logo {
    position: relative;
    z-index: 1;
  }
  header.header .navigation_menu {
    position: fixed;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #F9F9F9;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .aside_Prof,
  header.header .visable_nav {
    visibility: visible;
  }
  header.header .navigation_menu nav {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -100px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .navigation_menu nav ul li {
    display: block;
  }
  header.header .navigation_menu nav ul li a {
    text-align: center;
  }
  header.header .visable_nav.navigation_menu {
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header .visable_nav.navigation_menu nav {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .promo__group {
    margin-bottom: 100px;
  }
  .promo__group:before {
    height: 100px;
  }
  .promo__group .info__promo,
  .promo__group .info__promo .row {
    height: auto;
  }
  .promo__group .info__promo .cascad_image {
    margin-bottom: 60px;
  }
  .promo__group .info__promo .cascad_image .img_f,
  .promo__group .info__promo .cascad_image .img_s {
    display: none;
  }
  .content_main {
    padding: 100px 0;
  }
  .con_main_blocks {
    margin-bottom: 100px;
  }
  .block_inform {
    padding-top: 120px;
  }
  .block_inform .svg_bigtext_bg .container {
    padding: 0 70px;
  }
  .gradient_block {
    padding: 100px 0;
  }
  .gradient_block.partner_bottom {
    padding-bottom: 294px;
  }
  .news_last {
    margin-top: 100px;
  }
  footer.footer .btn_order_block {
    margin-top: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header.header .open_nav {
    display: inline-block;
  }
  .mouse {
    color: #F9F9F9;
  }
  .mouse:after {
    color: #3498DB;
  }
  .news_last .news_last-item h3 {
    font-size: 22px;
  }
  .nav_category {
    padding: 30px 0;
  }
  .nav_category ul {
    text-align: left;
  }
  .nav_category ul li {
    display: block;
  }
  .nav_category ul li:first-child a:after {
    content: "";
  }
  .nav_category ul li a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news_item_main .image_light_shadow {
    margin-bottom: 30px;
  }
  ul.social_network_mi li {
    margin: 0 4px;
  }
  .profiel_header .inside_prof .user_profile_detail .user_name {
    font-size: 18px;
  }
  .profiel_header .inside_prof .user_profile_detail .user_info_mi {
    width: 70%;
  }
  .profiel_header .inside_prof .user_profile_detail .tpr_zone {
    width: 30%;
  }
  .tabs_mi ul li {
    margin-right: 10px;
  }
  .tabs_mi ul li a {
    font-size: 17px;
  }
  .profile_nav_op {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside_Prof {
    position: fixed;
    right: -100vw;
    padding: 30px;
    top: 0;
    bottom: 0;
    z-index: 30;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    background: #3498db;
    background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#2c47b7));
    background: linear-gradient(90deg, #3498db 0, #2c47b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2c47b7', GradientType=1);
  }
  .aside_Prof ul li a {
    color: #FFF;
  }
  .aside_Prof.visable_popup {
    position: fixed;
    right: 0;
    -webkit-transition: right .8s ease;
    transition: right 0.8s ease;
  }
}
@media (max-width: 767px) {
  .dn_plan,
  .dpdt .image_grd_service .back_left_image,
  .dpdt .image_grd_service .back_right_image,
  .promo__group .phone_block {
    display: none;
  }
  .popup .row .inside_block .red_zone_popup:after,
  .service_slider .image_slider:after {
    content: none;
  }
  .news_item_main {
    margin-bottom: 60px;
  }
  .news_item_main .news_link {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content_main {
    padding: 60px 0;
  }
  .header_group {
    padding: 177px 0 20px;
  }
  .header_group h2 {
    font-size: 30px;
  }
  .header_group:before {
    top: 0;
    left: 0;
    width: 575px;
    height: 397px;
  }
  .about_stap {
    margin-top: 50px;
  }
  .about_stap .descs_fld {
    margin-bottom: 30px;
  }
  .promo__group:before {
    margin-top: -1px;
  }
  .promo__group .section__promo .row .light-bg {
    right: 0;
  }
  .promo__group .section__promo .row .light-bg:before {
    right: 18px;
  }
  .trigers_mini_main {
    margin-top: 50px;
  }
  .service_slider .owl-stage-outer .owl-item .description_slider_item span {
    left: inherit;
    right: 0;
    margin-top: 0;
  }
  .service_slider .image_slider {
    height: auto;
  }
  .service_slider .image_slider img {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.26);
  }
  .service_slider .description_slider_item {
    margin-top: 50px;
  }
  .navigation_service {
    margin-top: 20px;
  }
  .page_nav_services .nav_serv_next .description_service .btn-stroke,
  .page_nav_services .nav_serv_prev .description_service .btn-stroke,
  .text_dignity .svg_img {
    margin-top: 30px;
  }
  .gradient_block:after {
    right: -50vw;
  }
  .nav_inside {
    margin-left: -15px;
  }
  .con_main_blocks {
    margin-bottom: 20px;
  }
  .block_inform {
    margin-bottom: 100px;
  }
  .block_inform .svg_bigtext_bg .container {
    padding: 0;
  }
  .about_stap .image_thumb_staps img {
    width: 100%;
  }
  .service_stap {
    margin-bottom: 60px;
  }
  .info_block_item,
  .service_stap .image_thumb_staps {
    margin-bottom: 30px;
  }
  .dpdt {
    padding-bottom: 0;
  }
  .dpdt .descript_center {
    width: 100%;
  }
  .dpdt .image_grd_service .front_image {
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .text_dignity {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page_nav_services .nav_serv_next p,
  .page_nav_services .nav_serv_prev p {
    display: none;
  }
  .page_nav_services .nav_serv_next .description_service,
  .page_nav_services .nav_serv_prev .description_service {
    padding-left: 70px;
  }
  .page_nav_services .nav_serv_next .description_service .icon,
  .page_nav_services .nav_serv_prev .description_service .icon {
    width: 54px;
    height: 54px;
  }
  .page_nav_services .nav_serv_next:after,
  .page_nav_services .nav_serv_prev:after {
    width: 135px;
    height: 212px;
  }
  .page_nav_services {
    margin-top: 100px;
  }
  ul.social_network_mi li a {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
  }
  .contact_info {
    margin-top: 50px;
  }
  .popup .row .inside_block {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .popup .row .inside_block .inside_pd {
    padding-top: 20px;
  }
  .popup .row .inside_block .close_n:after,
  .popup .row .inside_block .close_n:before {
    background: #2C3E50;
  }
  .tabs_mi {
    width: 100%;
    padding-left: 0;
  }
  .tabs_mi ul {
    text-align: center;
  }
  .tabs_mi ul li:last-child {
    margin-right: 0;
  }
  .profiel_header {
    padding: 50px 0;
    height: auto;
  }
  .profiel_header .set_mi {
    top: 0;
  }
  .profiel_header .inside_prof {
    height: auto;
  }
  .profiel_header .inside_prof .user_profile_detail {
    position: relative;
    padding-left: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
  }
  .new_post_mi,
  .post_item {
    padding: 25px;
  }
  .profiel_header .inside_prof .user_profile_detail .avatar_big {
    position: relative;
    width: 100px;
    height: 100px;
  }
  .profiel_header .inside_prof .user_profile_detail .activity {
    margin-top: 10px;
  }
  .profiel_header .inside_prof .user_profile_detail .tpr_zone,
  .profiel_header .inside_prof .user_profile_detail .user_info_mi {
    width: 100%;
    margin-top: 20px;
  }
  .profiel_header .inside_prof .user_profile_detail .tpr_zone .type_profile,
  .profiel_header .inside_prof .user_profile_detail .user_info_mi .type_profile {
    width: 100%;
    text-align: center;
  }
  .new_post_mi .form-post-mess {
    top: 25px;
  }
  .post_item .line_post_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post_item .line_post_set a span {
    display: none;
  }
  .profiel_header {
    margin-top: 77px;
  }
  header.header .profile_login .lang {
    margin-right: 20px;
  }
  .customer_item_text {
    position: relative;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .social_zone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .black_header .icon_header .icon {
    width: 64px;
    margin-left: 20px;
  }
  .black_header h1 {
    font-size: 22px;
  }
  .trigers_inside {
    margin: 60px 0;
  }
  .trigers_inside .icon_inform {
    margin-bottom: 20px;
  }
  .info_block_item .description_inform h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .svg_text_title {
    height: 70px;
  }
  .header_group {
    padding: 130px 0 20px;
    margin-bottom: 70px;
  }
  .header_group h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  .header_group:before {
    top: -100px;
    left: 0;
    width: 575px;
    height: 397px;
  }
  .header_group:after {
    height: 70px;
  }
  .item_trg span {
    font-size: 40px;
  }
  .item_trg:nth-of-type(1) {
    margin-top: 30px;
  }
  .item_trg:nth-of-type(3) {
    margin-bottom: 0;
  }
  .item_trg p {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header {
    padding: 15px 0;
  }
  header.header .logo {
    background: url(../csssource/logo_icon.svg) no-repeat;
  }
  header.header .call-part .lang a {
    color: #2C3E50;
    display: inline-block;
  }
  .home header.header .call-part .lang .lang_current,
  .home header.header .call-part .lang a {
    color: #2C3E50;
  }
  header.header .call-part .btn-stroke {
    display: none;
  }
  .news_last .news_last-item {
    max-height: 440px;
    min-height: 440px;
  }
  .promo__group {
    margin-bottom: 65px;
  }
  .promo__group:before {
    height: 65px;
  }
  .promo__group .section__promo .row .light-bg:before {
    background: #F9F9F9;
    right: 0;
    left: 0;
    width: 100%;
    height: 110px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 35% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 35% 100%, 0 70%);
  }
  h2 {
    font-size: 28px;
  }
  h2 span {
    text-transform: none;
  }
  .title_general {
    margin-top: 100px;
    color: #F9F9F9;
  }
  .title_general h2 {
    color: #FFF;
  }
  .title_general .svg_polygons {
    left: 50%;
  }
  .title_general .svg_polygons svg polygon {
    stroke: #FFF;
    opacity: 0.09;
  }
  .title_general p {
    margin: 25px 0;
  }
  .title_general .btn-group .btn {
    margin-bottom: 30px;
  }
  .page_nav_services .nav_serv_next .description_service .icon,
  .page_nav_services .nav_serv_prev .description_service .icon {
    position: relative;
    margin-bottom: 20px;
  }
  .title_main .sub-title,
  .title_main h2 {
    font-size: 23px;
  }
  .descript_center h3,
  .service_slider .owl-stage-outer .owl-item .description_slider_item h4,
  .service_stap .description_service h3 {
    font-size: 22px;
  }
  .info__promo {
    padding-bottom: 40px;
  }
  .service_slider {
    padding: 0 15px;
  }
  .slider_client_main .partner_slider .owl-stage-outer .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page_nav_services .nav_serv_next .btn,
  .page_nav_services .nav_serv_prev .btn {
    display: none;
  }
  .nav_inside {
    margin-left: 0;
  }
  .page_nav_services .nav_serv_next .description_service h3,
  .page_nav_services .nav_serv_prev .description_service h3 {
    font-size: 18px;
    font-weight: 400;
  }
  .description_service {
    padding-left: 70px;
  }
  .page_nav_services .nav_serv_next .description_service,
  .page_nav_services .nav_serv_prev .description_service {
    padding-left: 0;
  }
  .description_service .icon {
    width: 50px;
    height: 50px;
  }
  .page_nav_services {
    margin-top: 60px;
  }
  .page_nav_services .nav_serv_prev:after {
    right: 15px;
  }
  .page_nav_services .nav_serv_next:after {
    left: 15px;
  }
  .header_new_image {
    height: auto;
    margin-bottom: 0;
  }
  .header_new_image:after {
    height: 100%;
  }
  .login_social .btn {
    margin-right: 0;
  }
  .popup .row .inside_block .title_main h2,
  .popup .row .inside_block .title_main span,
  .registration_mi h3 {
    font-size: 23px !important;
  }
  header.header .user_zone a.avatar_top {
    width: 30px;
    height: 30px;
  }
  header.header .user_zone a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page_nav_services .nav_serv_next:after,
  .page_nav_services .nav_serv_prev:after {
    content: none;
  }
  .page_nav_services .nav_serv_next .description_service .icon,
  .page_nav_services .nav_serv_prev .description_service .icon {
    position: absolute;
  }
  .page-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .page-navigation ul li.numPage {
    display: none;
  }
  .news_last .news_last-item h3 {
    font-size: 20px;
  }
  .svg_text_title {
    height: 50px;
  }
  .title_main .polygon_title {
    font-size: 14px;
  }
  .svg_polygon_element {
    left: -50vw;
    width: 70vh;
    height: 70vh;
  }
  .block_inform .info_block_item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .block_inform .info_block_item .icon_inform {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .page_nav_services .nav_serv_next .description_service,
  .page_nav_services .nav_serv_prev .description_service {
    padding: 18px 0 18px 70px;
    margin-bottom: 20px;
  }
  .block_inform .info_block_item .description_inform h4 {
    font-size: 20px;
  }
  .popup .row .inside_block .title_main h2,
  .popup .row .inside_block .title_main span {
    font-size: 23px !important;
  }
  .tabs_mi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
  .tabs_mi ul li {
    margin-right: 0;
  }
  .tabs_mi ul li a {
    padding: 7px;
  }
  .profiel_inside {
    padding-top: 30px;
  }
  .new_post_mi,
  .post_item {
    padding: 10px;
  }
  .new_post_mi .avatar {
    display: none;
  }
  .new_post_mi .form-post-mess {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 80px;
  }
  .new_post_mi .form-post-mess textarea {
    margin-right: 0;
    font-size: 15px;
    font-weight: 400;
  }
  .new_post_mi .form-post-mess .submit_mi {
    width: 70px;
  }
  .post_item {
    padding: 10px 0;
    margin-top: 10px;
  }
  .post_item .post_description-zone {
    font-size: 15px;
    line-height: 20px;
  }
  .post_item .post_author-zone a {
    font-size: 16px;
  }
  .post_item .post_author-zone .status {
    font-size: 13px;
  }
  .post_item .comments_mi .comment_item_mi .textc_comment_mi {
    font-size: 14px;
    line-height: 17px;
  }
  .post_item .comments_mi .comment_item_mi .trash_com {
    opacity: 1;
  }
  .new-comment_mi {
    padding: 15px 70px 15px 50px;
  }
  .new-comment_mi .avatar {
    left: 0;
  }
  .new-comment_mi form .comm_field textarea {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px 10px;
  }
  .new-comment_mi form .submit_mi {
    right: 0;
  }
  .profiel_header .inside_prof .user_profile_detail .user_name {
    display: block;
    margin-bottom: 10px;
  }
  .profiel_header .inside_prof .user_profile_detail .activity {
    display: inline-block;
  }
  .profiel_header .inside_prof .user_profile_detail .tpr_zone {
    position: absolute;
    display: none;
  }
  .mnone {
    display: none;
  }
  .tabs_mi ul li a {
    font-size: 15px;
  }
}

.t-form__submit {

text-align: center;  
}

button.t-submit {

color: #000000;
background-color: #FFD700;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
width: 365px;
height: 60px;
font-size: 20px !important;
font-weight: 700; 

cursor: pointer;
}

label.t-input-title.t-descr.t-descr_md {

font-size: 20px;
line-height: 1.55;
font-family: 'Jost', Arial, sans-serif;
font-weight: 300;

height: 33px;
display: inline-block;
padding-bottom: 5px;
box-sizing: content-box;
}

.t-input-group.t-input-group_ta, .t-input-group.t-input-group_em, .t-input-group.t-input-group_nm {

margin-bottom: 25px;  
}

.title_main.col-12 span.polygon_title + h2 + div {

max-width: 760px;
margin: auto;  
margin-top: 75px;
}

/* Внешняя стрелка (обводка) */
/* #hint::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #333;
  
  z-index: 1;
} */

/* Внутренняя стрелка (заливка) */
/* #hint::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #ffffff;
  
  margin-bottom: 2px;
  z-index: 2;
} */

#hint {

  border-radius: 5px;
  color: gray;
   
  width: fit-content;
  padding: 8px;
  border: 1px solid black;
  
  position: relative;
  top: 8px;
  
  box-shadow: aliceblue;
  box-shadow: 2px 2px 4px #888888;

  display: none;
}

.form_complete {

  display: none;

  background: rgb(99, 195, 74);
  height: 39px;
  text-align: center;
  padding-top: 7px;
  font-family: 'Jost', Arial, sans-serif;

  margin-bottom: 20px;
}

.t-input-error {

  border-radius: 5px;
  color: gray;
  width: fit-content;
  padding: 8px;
  border: 1px solid black;
  position: relative;
  top: 8px;
  box-shadow: aliceblue;
  box-shadow: 2px 2px 4px #888888;

  display: none;
}

@media screen and (max-width: 1200px) {

    .title_main.col-12 span.polygon_title + h2 + div {
        
      max-width: 620px;
    }
}

@media screen and (max-width: 960px) {
    
    .t-container {
        max-width: 640px;
    }
}

.description_slider_item {
	
	font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.description_slider_item h4 {
	
	font-size: 30px;
  line-height: 34px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */


strong {
 font-weight: 700;   
}


