@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Light RU"), local("KelsonSans-LightRU"),
    url("../fonts/kelsonsanslightru.woff2") format("woff2"),
    url("../fonts/kelsonsanslightru.woff") format("woff"),
    url("../fonts/kelsonsanslightru.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Regular RU"), local("KelsonSans-RegularRU"),
    url("../fonts/kelsonsansregularru.woff2") format("woff2"),
    url("../fonts/kelsonsansregularru.woff") format("woff"),
    url("../fonts/kelsonsansregularru.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Bold RU"), local("KelsonSans-BoldRU"),
    url("../fonts/kelsonsansboldru.woff2") format("woff2"),
    url("../fonts/kelsonsansboldru.woff") format("woff"),
    url("../fonts/kelsonsansboldru.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@keyframes pulsation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 0.6;
    transform: scale(0.75);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:  'Montserrat', "PT Sans", open-sans, sans-serif;
  background: #fff;
  color: #2d2d2d;
  font-size: 1.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
.h1 {
  font-size: 7rem;
  font-weight: 700;
}
.h2 {
  font-size: 2rem;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 992px) {
  .h4 {
    font-size: 1.1rem;
  }
}
ul {
  list-style-position: inside;
  list-style-image: url("../images/list.png");
  padding-left:1rem;
}
ul ul {
  list-style-position: inside;
  list-style-type: disclosure-closed;
  list-style-image: none;
}

a {
  color: #a61319;
  text-decoration: none;
}

a:hover {
  color: #800208;
  text-decoration: underline;
}
a:focus {
  color: #800208;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.btn:hover{
	text-decoration:none;
}
.white {
  background: #fff;
}

.yellow-light {
  background: #f9f8e1;
  border: 2px solid #fdffb9;
}
.dark-red {
  background: #bb3701;
}
.gray {
  background: #ececec;
}
.text-right {
  text-align: right;
}
.blue {
  background: #1d93c2;
}
.green-light {
  background: #d5f9d0;
}
.red-dark {
  background: #b33123;
  color: #fff;
}
.blue-dark {
  background: #334fa9;
  color: #fff;
}
.font-dark {
  color: #333333 !important;
}
.font-white {
  color: #fff !important;
}
.font-red {
  color: #9c1620 !important;
}
.font-gray {
  color: #777 !important;
}
.strong {
  font-weight: bolder;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.small {
  font-size: 0.9rem !important;
}
.moduletable .norm {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  line-height: 1.4;
}
#form-modal {
  z-index: 10000;
}

/*header*/
.top {
	background: #f4f4f4;
	font-size:1rem;
}
.top-right{
	text-align:right;
}
.top-right .menu{
	justify-content:end;
}
.top-right .menu a{
	font-size:.8rem;	
}
.h-fixed {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index:100;
}

.h-fixed .my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	transition: all .4s;
}
.logo img {
  max-width: 180px;
  float: left;
  margin-right: 10px;
	transition: all .4s;
}

.f-nav .logo img {
	max-width: 100px;
	transition: all .4s;
}
.f-nav .my-3 {
	margin-top: .2rem !important;
	margin-bottom: .2rem !important;
	transition: all .4s;
}

.head-home-page {
  background: url("../images/fon.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
}
.head-home-page2 {
  background: url("../images/bg-head.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
}

.header-top-wrapper {
  position: relative;
  width: 100%;
  color: #000;
  background: rgba(255, 255, 255, 1);
  z-index: 1145;
  margin-top: 0;
}
.header-box__container--inline {
  position: relative;
  align-items: center;
  padding: 6rem 0;
}
.head-home-page2 .header-box__container--inline {
  padding: 10vh 0;
}
.header-box__item {
  flex-grow: 1;
  color: #fff;
}
.header-box__item2 {
  flex-grow: 1;
  color: #fff;
  text-align: end;
}
.pagetitle {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 1200px;
}
.header-box__item--title {
	font-style: normal;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 16rem;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.header-box__item--descr {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #fff;
}
.button__head a {
  display: block;
  text-align: center;
  background: #e3222d;
  color: #ffcece;
  padding: 3px;
  border: 1px solid #fff;
  height: 40px;
}
.button__head a:hover {
  background: #ff2834;
}
.button__head i {
	padding:8px;
}
.h-fixed .button__head a {
  height: 30px;
}
.h-fixed  .button__head i {
	padding:0;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.mod-languages li a {
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  color: #737373;
}
div.mod-languages li.lang-active a {
  background: #f7f7f7;
}
div.mod-languages li a:hover {
  background: #a01020;
  color: #fff;
}
.modal {
  z-index: 10000;
}
.btn-but {
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #9f141c;
  color: #9f141c;
  padding: 4px 6px;
  margin: auto;
}
.btn-but:hover {
  text-decoration: none;
  border: 1px solid #333;
}
.header-welcome {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ffce10;
  font-size: 3.2rem;
  text-shadow: 0px 1px 4px #000;
}
header .header__video,
header .header__video video,
header .header__video::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  bottom: 0;
  height: 100vh;
}
header.head-home-page2 .header__video,
header.head-home-page2 .header__video video,
header.head-home-page2 .header__video::after {
  height: 50vh;
}
header .header__video::after {
  content: "";
  background:linear-gradient( 62.51deg, rgba(135, 56, 0, 0.3) 19.06%, rgba(255, 255, 255, 0) 295.51% );
}
.logo a {
  font-size: 1.2rem;
  color: #37375c;
}
.logo a:hover {
  text-decoration: none;
  color: #37375c;
}
.logo a span {
  font-size: 2.2rem;
  font-weight: bold;
}

.number-phone {
  font-size: 1rem;
  color: #373737;
}
.moduletable-search .form-control {
  text-transform: uppercase;
  color: #4b4a4a;
  font-size: 0.8rem;
  height: calc(1.5rem + 2px);
  padding: 0.1rem 0.2rem;

  box-shadow: 0 0 0 0.1rem #37b34a;
  border-radius: 0.1rem;
  border-bottom: 2px solid #fff;
}
.moduletable-lang {
  text-align: center;
}
.moduletable-lang ul {
  display: inline;
  list-style: none;
  padding-left: 0;
}
.moduletable-lang ul li {
  display: inline;
  margin: 7px;
}
.moduletable-lang ul li a {
  background: #ddd;
  padding: 5px 10px;
  border-radius: 7px;
  color: #108591;
}
.moduletable-lang ul li a:hover,
.moduletable-lang li.lang-active a {
  text-decoration: none;
  background: #f0f0f0;
  color: #888;
}
.number-phone i {
	font-size: 2rem;
	color: #7b7b7b;
	padding: 5px;
	cursor: pointer;
}
.lang .module-lang {
	display: none;
	position: absolute;
	padding-top: 5px;
}
.lang .button-lang:hover .module-lang {
	display: block;
	transition: 0.3s all;
}
.lang .module-lang li {
	background-color: rgb(158, 18, 32);
}
.lang .button-lang:hover .module-lang {
	display: block;
	transition: 0.3s all;
}
div.mod-languages li {
	margin: 0;
}
div.mod-languages li a {
	font-size: .9rem;
	text-transform: uppercase;
	display: block;
	color: #fff;
	padding: 5px;
}
.lang .module-lang li {
	background-color: rgb(227, 34, 45);
}
div.mod-languages li.lang-active a {
	background: #505050;
}
div.mod-languages li a:hover {
	background: #505050;
	color: #fff;
}
.navbar-brand {
  display: inline;
  white-space: normal;
  margin-right: 0;
}
.navbar-brand a {
  display: flex;
  align-items: center;
}
.form-search {
  display: flex;
}
.search .button {
  background: url("../images/icon-search.png") no-repeat scroll center center
    rgb(167, 19, 31);
  background-size: 60% auto;
  border: none;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px 4px 4px 0px;
  transition: all 0.3s ease 0s;
}
.search-query {
  padding: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.scrollBlock {
  background: #a0141f;
  width: 40%;
  height: 100px;
  position: absolute;
  margin: -50px 30% 0px 30%;
}

.mouse {
  margin: -75px 49%;
  position: absolute;
  background: #4e5559
    linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);

  width: 27px;
  height: 50px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 20px;
  height: 44px;
  background-color: #ff3600;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}

@media (max-width: 1200px) {
  .sitename {
    font-size: 2rem;
  }
  .text-logo {
    padding: 0px 20px 10px 20px;
  }
}
@media (max-width: 992px) {
  header {
    background: none;
  }
  .number-phone {
    font-size: 1rem;
  }
  .header-block {
    margin-top: 64px;
  }
  /*.fullscreen-bg__video {
		display: none;
	}*/
  .header-box__container--inline {
    padding: 8rem 0;
  }
}

@media (max-width: 768px) {
  .top-text {
    font-size: 0.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .number-phone {
    font-size: 1.1rem;
  }
  .top-left {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .header-block {
    margin-top: 65px;
    height: 55px;
  }
  .header-box__container--inline {
    padding: 6rem 0;
  }
  .pagetitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 578px) {
  body > main {
    background-size: auto;
  }
  .logo a span {
    font-size: 1.6rem;
  }
  .header-box__container--inline {
    padding: 4rem 0;
  }
}

@media (max-width: 450px) {
  .tagline {
    font-size: 0.5rem;
  }
}
.moduletable-search .btn-info {
  background-color: #37b34a;
  border-color: #37b34a;
  padding: 0.5px 0.3rem;
  margin-left: 5px;
}
.moduletable-search .btn-info:hover {
  background-color: #00aad1;
  border-color: #00aad1;
}

.button-call {
  border: 2px solid #70cef3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  background: #10bbe9;
  font-family: "Kelson Sans";
}
.button-call:hover {
  background: #1b9fda;
  color: #fff;
}
.button-form {
  background: #046c14;
  border: none;
}
.button-form:hover {
  background: #218838;
}
/**/

/*меню*/
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.top-menu .menu a {
	color: #111;
	transition: 300ms ease;
	font-size: 1rem;
	white-space: nowrap;
	padding: 10px 12px;
	display: block;
}
.menu a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
.menu li.active > a {
  color: #4e4e4e;
}
.top-right .menu li{
	margin:0 5px;
}
.fa-bars {
	color: #3d3d3d;
	font-size: 1.6rem;
	border: 1px solid #aaa;
	padding: 5px 10px;
	border-radius: 5px;
}

.dropdown-toggle::after {
  margin-left: 0.38em;
  vertical-align: 0.08em;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}
.dropdown-toggle:focus::after,
.dropdown-toggle:active::after,
li:hover > .dropdown-toggle::after,
.active>.dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.155em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown:hover>ul.nav-child {
  display: block;
}

@media (max-width: 992px) {
  .dropdown-toggle:focus::after,
  .dropdown-toggle:active::after,
  li:hover > .dropdown-toggle::after,
  .active>.dropdown-toggle::after {
    margin-left: 0.38em;
  }
}
.dropdown-menu {
  text-align: left;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  padding: 0;
  min-width: 16rem;
  margin: 0;
}
.menu .dropdown-menu li {
  font-size: 0.8rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.menu .dropdown-menu li ul {
	position: absolute;
	left: 100%;
	top: 0;
	display:none;
}
.menu .dropdown-menu li a {
  padding: 8px 18px;
  display: block;
  color: #45455a;
  font-size: 0.9rem;
  transition: 0.2s;
  white-space:normal;
}
.menu .dropdown-menu li li a{
	font-size:.8rem;
}
.menu .dropdown-menu li:hover  ul {
	display:block;
}
.menu .dropdown-menu li:hover {
  background: rgba(222, 222, 222, 0.6);
}

.menu .dropdown-menu li:hover a,
.menu .dropdown-menu li.active a {
  color: #000;
}
.menu .menu .dropdown-menu li:active {
  background: #bd4609;
  color: #ffaa00;
  border-radius: 5px;
}
.mobile-menu {
  color: #ff3601;
  text-align: center;
  font-size: 1.1rem;
}
.mobile-menu:hover,
.mobile-menu:hover .fa-bars {
  color: #d13e1c !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.modal-header {
  padding: 0.3rem 1rem;
  color: #404040;
  border-bottom: 1px dashed #ccc;
}

.h-fix {
	background:#fff;
}
.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
	box-shadow: rgba(0, 0, 0, 0.29) 0px 4px 10px 6px;
	border: 1px solid rgb(201, 201, 201);
}

.left .moduletable_menu ul.menu {
  display: block;
  list-style: none;
  margin-top:1rem;
}
.left .moduletable_menu ul li.parent {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: 2px 51%;
  transition: 0.2s;
  display: block;
  position: relative;
}
.left .moduletable_menu ul li a, 
.left .moduletable_menu ul li span {
	display: block;
	color: #1e2e1f;
	cursor: pointer;
	text-transform: none;
	padding: 10px 0px;
	padding-right: 14px;
	font-size: .9rem;
	line-height: 1;
	font-weight: 600;
	transition: 0.5s;
	background: none;
	margin: 0 10px;
	text-decoration: none;
}

.left .moduletable_menu > ul > li > a,
.left .moduletable_menu > ul > li > span {
  border-bottom: 1px solid #e6e0c1;
  background: none;
}

.left .moduletable_menu > ul > li > span:hover,
.left .moduletable_menu > ul > li > a:hover {
  background: none;
  border-bottom: 1px solid #a2741b;
}

.left .moduletable_menu ul li:last-child a,
.left .moduletable_menu ul li:last-child span,
.left .moduletable_menu li:last-child span:hover,
.left .moduletable_menu li:last-child a:hover {
  border: none;
}

.left .moduletable_menu li.parent ul {
  text-align: left;
  background-color: #fafafa;
  position: absolute;
  height: auto;
  width: 300px;
  float: right;
  display: none;
  z-index: 9999;
  left: 100%;
  top: 0;
  border-right: none;
  transition: 0.2s;
  padding: 0;
}
.left .moduletable_menu li.parent:hover > ul {
  display: block;
  transition: 0.2s;
}
.left .moduletable_menu ul ul li {
  background: #e6e6e6;
  list-style: none;
}
.left .moduletable_menu ul li:hover,.left .moduletable_menu ul li.active {
  background: #f4f2e5;
}
@media (max-width: 992px) {
	#sideModalmenu .modal-content{
		min-height:90vh;
	}
	.menu .dropdown-menu li:hover {
	background: none;
}

	.dropdown-menu {
	text-align: left;
	border: none;
	border-radius: 0;
	box-shadow:none;
	padding: 0;
	min-width: 100%;
	margin: 0;
	position: relative;
	background-color:#f7f7f7;
}
  .modal-body .menu {
    display: block;
  }
  .menu .dropdown-menu li ul {
	position: relative;
	left: 0;
	top: 0;
	display: none;
	margin-bottom:3px;
	background:#fff2f2;
}
.menu .dropdown-menu li a {
	padding: 0px 6px;
	display: block;
	color: #45455a;
	font-size: 0.9rem;
	transition: 0.2s;
	white-space: normal;
}
.menu .dropdown-menu li a:hover {
	background: rgba(222, 222, 222, 0.6);
}

  .modal-body .menu>li {  
    margin: 5px 0;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 5px 10px;
	font-size:1rem;
	}
	
  .modal-body .menu li li {  
    margin: 5px 0;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 3px 10px;
	font-size:1rem;
	}
  .modal-body .menu li li li{
	background:none;
	border-radius: 0;
  }	  
  

  .moduletable-search .btn-info {
    padding: 2px 0.3rem;
  }
  .menu a {
    white-space: normal;
  }
  .nav .parent ul {
    list-style-type: none;
  }
}
@media (max-width: 578px) {
  .moduletable-search .form-control {
    display: inline-block;
    width: auto;
  }
}

/**/

/*Страница новости*/
.blog .cols-3,
.blog .cols-2,
.blog .cols-4 {
  display: flex;
}

.blog .span4 {
  width: 32%;
  margin: 1%;
}
.blog .span3 {
  width: 24%;
  margin: 1%;
}
.blog .span6 {
  padding: 1%;
  width: 49%;
}

.blog .fields-container .field-entry {
  text-align: center;
}
.readmore .btn,
.readmore-link {
  background: #4f4f4f;
  border-radius: 0;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  font-family: "PT Sans";
  border-top: 3px solid #9d1620;
}
.readmore .btn:hover,
.readmore-link:hover {
  background: #9d1620;
  color: #fff;
  text-decoration: none;
}

.pull-left.item-image {
  text-align: center;
}

.column-1 .pull-left.item-image img,
.column-2 .pull-left.item-image img,
.column-3 .pull-left.item-image img,
.column-4 .pull-left.item-image img {
  width: 100%;
}
.pull-left.item-image img {
  overflow: hidden;
  position: relative;
  width: 70%;
  margin-bottom:20px;
}
.article-info .create{
	font-size:.8rem;
	color:#555;
}
.published {
  color: #aaa;
  font-size: 0.9rem;
}
.pagination {
  margin-top: 1rem;
  margin-bottom: 2rem;
  clear: left;
  flex-direction: column;
  text-align: center;
}
.content p {
  font-size: 1.1rem;
  line-height: 1.3;
}
.pagination ul {
  padding-left: 0;
  list-style: none;
}
.pagination ul li {
  display: inline;
}
.pagination .pagination-start,
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-end {
  display: none;
}
.pagination li span {
  font-size: 1rem;
  padding: 5px 10px;
  background: #981923;
  color: #fff;
}
.pagination li a {
  font-size: 1rem;
  background: #ccc;
  padding: 5px 10px;
  margin: 1px;
  color: #333;
}
.pagination li a:hover {
  text-decoration: none;
  background: #e3222d;
  color: #fff;
}

@media (max-width: 992px) {
  .blog .span4 {
    width: 49%;
    margin: 1%;
  }
  .blog .span3 {
    width: 49%;
    margin: 1%;
  }
  .blog .span6 {
    padding: 1%;
    width: 49%;
  }
  .column-1 .pull-left.item-image img,
  .column-2 .pull-left.item-image img,
  .column-3 .pull-left.item-image img,
  .column-4 .pull-left.item-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .blog .cols-3,
  .blog .cols-2,
  .blog .cols-4 {
    display: block;
  }
  .blog .span4 {
    width: 100%;
    margin: 0;
  }
  .blog .span3 {
    width: 100%;
    margin: 0;
  }
  .blog .span6 {
    padding: 1%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .blog .span6 {
    padding: 1% 0;
    width: 100%;
  }
}
/**/

/*Контент*/
.content {
  padding: 2rem;
}
.content .item-page .page-header h2,
.item-title {
  text-transform: uppercase;
  color: #4a4a4a;
  text-align: center;
  font-size: 1.4rem;
  line-height: 34px;
  font-weight: 700;
}
.content .page-header h2 {
  text-transform: uppercase;
  color: #9d1620;
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 600;
}
.content-category h1 {
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.cat-children .page-header{
	text-transform: none; 
	text-align: left;
	font-size: 1rem;
	line-height: 22px;
}
.content-category .form-inline {
  margin-top: 1rem;
}
.content p {
  font-size: 1rem;
  line-height: 1.3;
  text-align:justify;
}
.content table p {
  text-align: inherit; 
}
.content .item-page h2 {
  font-weight: 700;
  font-size: 1.2rem;
}
.list-title a {
  font-weight: 500;
}
.content ul{
	text-align:justify;
}
.button {
  background-color: #d01919;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 35px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
}
a.button {
  text-decoration: none;
}
.button:hover, .button:focus{
  background-color: #f67e40;
  color: #fff;
}

.font-small {
  font-size: 0.8rem;
}
.blue .font-small {
  color: #fff;
}
.media-body:hover i {
  color: #37b349;
}
.title-news a {
  font-size: 1rem;
  font-weight: 400;
  color: #575757;
}

@media (max-width: 992px) {
  .button {
    font-size: 0.9rem;
    padding: 5px 15px;
  }
}

@media (max-width: 768px) {
  .content .item-page .page-header h2,
  .item-title {
    font-size: 1.4rem;
  }
}
/**/

/*footer*/
.geomap {
  height: 250px;
  width: 100%;
}
footer {
  background: #313c4a;
  background-size: 100% 100%;
  position: relative;
}
.bottom {
  padding-top: 3rem;
  color: #fff;
}
.button-form {
  width: 100%;
  border: none !important;
  background-color: #9a1720 !important;
  line-height: 14px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  font-weight: 700 !important;
  padding: 10px 0;
  text-transform: uppercase;
  height: 100%;
}
.button-form:hover {
  background-color: #bb3d00 !important;
}
.fon-caption {
  background: url("../images/fon-block.png") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-size: 1.1rem;
  margin:3rem 0;
}
.fon-caption .title-module {
  color: #fff;
}
.footer {
	padding-bottom: 2rem;
	padding-top: 4rem;
	color: #fff;
}
.footer p {
  padding: 5px 0;
}

.footer hr {
  border-color: #ccc;
}
.footer ul {
	list-style-image: none;
}

@media (max-width: 768px) {
  footer {
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .bottom .title-module {
    margin-bottom: 0;
  }
}

.f1 {
  color: #fff;
  font-size: 0.9rem;
}
.f3 {
  color: #fff;
  font-size: 1rem;
}
.f5 {
  line-height: 13px;
  font-size: 0.7rem;
  letter-spacing: 0px;
  color: #ccc;
  font-weight: 300;
  margin-top:2rem;
}
.footer .f2 {
  color: #fff;
  font-size: .9rem;
}
.footer .f4 {
  font-weight: 100;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  color: #aaa;
  text-decoration: none;
}
.footer-white a{
	text-decoration:none;
}
.copyryting {
  color: #aaa;
  font-size: 16px;
}
.foot-menu {
  padding-top: 15px;
  font-size: 16px;
  color: #c9cf00;
}
.jdscf-col-md-12 {
  margin-bottom: 1rem;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 1%;
  padding: 1px;
}
#back-top a {
  display: block;
  text-align: center;
  font: bold 26px Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #6b0f1a;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  text-decoration: none;
}
#back-top:hover {
  border: 1px solid #6b0f1a;
  padding: 0;
  border-radius: 4px;
}
#back-top span {
  width: 38px;
  height: 45px;
  display: block;
  margin-bottom: -14px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.title-footer {
  line-height: 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  margin: 1rem 0 0.8rem 0;
}

.soc-icon img {
  height: 25px;
  padding-right: 5px;
}
a.footer-silk {
  border-bottom: 2px dashed #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
a.footer-silk:hover {
  border-bottom: 2px dashed #aaa;
}
/**/




/*animated*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/**/



/*Модули*/
.position-1,
.position-2,
.position-3,
.position-5,
.block-1,
.block-3,
.block-4 {
  padding: 3rem 0;
}
.block-news{
  padding: 4rem 0 1rem 0;
}
.position-5 {
  margin: 1vw 0 0;
}
.moduletable .p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  text-transform: none;
}
.moduletable {
  margin: 1vw 0;
}
.moduletable-service {
  margin-top: 4rem;
}

.moduletable-company {
  margin-top: 2rem;
}

.moduletable h2,
.title-page {
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.home-img {
  width: 80%;
}
.bt-cs .bt-row {
  padding-left: 5px;
  padding-right: 5px;
}
.bt-cs .bt-inner {
  background: #f2f3f7;
  margin: 15px 0px;
  padding: 10px;
}
.bt-cs .bt-center {
  margin: -11px;
  margin-bottom: 10px;
}
.bt-cs .bt-inner .bt-title {
  clear: both;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  font-size: 1rem;
  height: 100px !important;
  line-height: 20px;
  overflow: hidden;
  display: block;
  transition: 0.1s;
}
.bt-cs .bt-inner img {
  outline: none;
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0px 0px;
  transition: all 0.3s ease 0s;
  border-radius: 10px 10px 0px 0px;
}
.bt-cs .bt-inner .readmore a{color:#808080; font-size:1rem;}
.bt-cs .bt-extra {
  clear: both;
  margin: 0px;
}
.bt-cs .bt-date,
.bt-cs .bt-author,
.bt-cs .bt-inner .bt-category {
  font-weight: normal;
  font-size: 0.9rem;
  color: #808080;
}
.bt_handles_num li.current a {
  background: #59c3db;
}

/*timeline*/

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #7b1f15;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before,
.input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #7b1f15;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #f00;
}
.input.active::before {
  background-color: #7b1f15;
}
.input.active::after {
  background-color: #e3a376;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input,
.input.active ~ .input::before,
.input.active ~ .input::after {
  background-color: #e3a376;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before,
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 30px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before,
  .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #7b1f15;
  }
  .input::before,
  .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ecf0f1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}
/*end timeline*/

@media (max-width: 400px) {
  .moduletable h2,
  .title-page {
    font-size: 1.5rem;
  }
}
.breadcrumb {
  border-radius: 0;
  background: none;
  font-size: 0.7rem;
}

.breadcrumb a {
  color: #653034;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #653034;
  content: "»";
}
@media (max-width: 540px) {
  .breadcrumb li {
    font-size: 0.8rem;
  }
  .layers-title {
    padding-left: 30px;
  }
  #back-top a {
    display: none;
  }
}

.slide {
  padding: 0;
}
.slide-image {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  background-position: left top;
}

.title-slide {
  position: absolute;
  top: 6rem;
  right: 10rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  width: 30%;
}

@media (max-width: 700px) {
  .slide-image {
    height: 300px;
  }

  .title-slide {
    width: 50%;
    top: 4rem;
    right: 5rem;
  }
}

/*nav carousel*/
.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.owl-theme.doc-carousel .owl-nav {
  top: 40%;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: -20px;
  height: 50px;
  transition: all 0.2s;
  right: 0px;
  outline: 0;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 2rem;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -20px;
  height: 50px;
  transition: all 0.2s;
  outline: 0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background: none;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  font-size: 2.4rem;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}
.owl-theme .owl-nav .owl-prev:hover span,
.owl-theme .owl-nav .owl-next:hover span {
  color: #9e151e;
}
.owl-theme .owl-dots {
  padding-top: 10px;
}
/*end nav carousel*/

/*fancybox*/

#mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}
#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}
#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}
#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #0dc7c6;
}
#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
.video__play {
  width: 4.75rem;
  height: 4.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__play::before {
  content: "";
  width: 4.75rem;
  height: 4.75rem;
  box-shadow: 0px 0px 0 0 #e4b91f, 0px 0px 0px 5px #fecb1726;
  background-image: url(../images/play.png),
    linear-gradient(to top, #fecb17, #ffd84d);
  background-size: 1.25rem 1.5rem, cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  z-index: 13;
}
.video__play .circle {
  width: 8.8569rem;
  height: 8.8569rem;
  border: solid 2px #fed02e;
  content: "";
  position: absolute;
  animation: pulsation 3s infinite linear;
  border-radius: 50%;
}
.video__play .circle:nth-child(2) {
  animation-delay: 1s;
}
.video__play .circle:nth-child(3) {
  animation-delay: 2s;
}
/*end fancybox*/

.slider-carousel-top .owl-item {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  display: block;
  padding: 10px;
  font-size: 1.1rem;
  border-radius: 10px;
}
.slider-carousel-top .slider__img {
  text-align: center;
}

.title-module {
  color: #333;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.red-dark .title-module, .blue-dark .title-module { 
color: #fff;
}
.title-module.gray-title {
  color: #000;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.module-title-line {
  width: 100px;
  height: 2px;
  background-color: #d0982d;
}

.moduletable-banners a {
  margin: 0 1rem;
}
.moduletable-banners a img {
  margin: 0.5rem 0;
}
.box-godosnov-bg {
  background: url("../images/bg-about-us.png") no-repeat right center;
  background-size: 34% auto;
}
.box-godosnov-title {
  font-size: 2rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-godosnov-txt {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: justify;
}
.knopka {
  background: #bfffc9;
  border: 1px solid #000;
  color: #000;
  font-size: 1.2rem;
}
.knopka:hover {
  border: 1px solid #4d2529;
  color: #4d2529;
}
.title-icon {
  font-size: 1.3rem;
}
.number {
  font-size: 3.8rem;
  margin: 1rem 0;
  display: inline-block;
  font-weight: normal;
  color: #6a461f;
  font-family: "Kelson Sans";
  line-height: normal;
}
.icon-number {
  font-size: 2rem;
  color: #977256;
}

.aboutCompany {
  padding: 50px 0 10px;
  position: relative;
}
.line-bg {
  position: absolute;
  height: 3px;
  background-color: #e0441a;
  right: 0;
  top: 29px;
  width: 100%;
  z-index: 0;
}
.block-line-bg {
  top: 79px;
}
.block__title {
  position: relative;
  color: #fff;
  margin-bottom: 38px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: normal;
  z-index: 2;
}
.block__title::before {
  content: "";
  position: absolute;
  display: block;
  height: 35px;
  background-color: #e0441a;
  top: -3px;
  z-index: -1;
  left: -86%;
  width: 100%;
}
.title-line::after {
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  background-color: #fff;
  z-index: 0;
  width: 3px;
  top: -4px;
}
.block__title::after {
  left: 180px;
}
.tabs {
  display: flex;
  flex-direction: column;
}

.tabs_item_img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 585px;
}
.tabs-card {
  max-width: 470px;
  background: linear-gradient(180deg, #d10e17 0%, #81040b 100%);
  color: #fff;
  padding: 25px 25px 25px 25px;
  margin: 59px auto 0;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}
.tabs-card__text {
  line-height: 1.3em;
  margin-bottom: 30px;
  font-size: 1rem;
}
.tabs-card__more {
  justify-content: space-between;
  align-items: center;
}
.tabs-card__btn {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.tabs-card__btn:hover {
	color: #fff;
}
.d-flex {
  display: flex;
}

.service {
  padding-bottom: 10px;
  position: relative;
}
.service .card:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 404px;
  background-color: #c4c4c4;
  top: 0;
  right: 0;
}
.service .card {
  border: none;
  font-size: 1rem;
  padding: 10px 0 20px 0;
  transition: all 0.3s;
}
.service .card:hover {
  background: #f8f8f8;
}
.card-title {
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.service .card-img-top {
  padding: 0 10px;
  height: 80px;
  fill: #a6101c;
}
.content .card-text {
  font-size: 1rem;
  line-height: normal;
}
.service .card-footer {
  padding: 0rem 1rem;
  background: none;
  border-top: none;
}
.timeline-date {
  font-weight: bold;
  color: #9e0e17;
  font-size: 1.4rem !important;
}

.history .active {
  font-size: 1rem;
}
.partner_item {
  font-size: 0.8rem;
  color: #333;
}
.partner_item img {
  max-height: 60px;
}
.sotrud-item .sotrud-title {
  background: #a50920;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 7px;
  text-align: center;
  margin-bottom: 10px;
}
.sotrud-item .sotrud-item__logo {
  text-align: center;
}
.sotrud-item img {
  height: 80px;
  border: 1px solid #ddd;
  padding: 0.7rem;
  border-radius: 10px;
  margin: 0.5rem;
  background: #fff;
  box-shadow: 0px 0px 12px #d7d7d7;
  cursor: pointer;
}
.sotrud-item img:hover {
  box-shadow: 0px 0px 2px #d7d7d7;
  transition: 0.3s all;
}
.info-title {
  background: #a50920;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 7px;
  text-align: center;
  margin-bottom: 10px;
}
.block-4 img {
  border-radius: 10px;
}

.cert-icon {
  display: inline-flex;
  flex-direction: column;
}
.cert-icon img,
.cert-icon-bottom img {
  background: #fff;
  border-radius: 50%;
  margin: 2px;
  width: 50px;
}
.cert-icon img {
  width: 70px;
}
.how-it-works {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 30px 40px 30px 30px;
  margin-bottom: 40px;
}
.how-it-works .how-it-title {
  display: block;
  margin-bottom: 35px;
}
.how-it-works .how-it-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: p;
}
.how-it-works .how-it-items .item::before {
  content: counter(p);
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  color: #9f131e;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  border-radius: 50%;
  left: -15px;
  top: -15px;
  z-index: 1;
}
.how-it-works .how-it-items .item {
  display: inline-block;
  width: 25%;
  position: relative;
  counter-increment: p;
}
.how-it-works .how-it-items .item .icon {
  display: block;
  position: relative;
  width: 127px;
  height: 127px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #9f131e;
}
.how-it-works .how-it-items .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.how-it-works .how-it-items .item .icon .icon-left-arrow-long {
  position: absolute;
  right: -128px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 102px;
  height: 11px;
  color: #000;
}
.how-it-works .how-it-items .item .title {
  display: block;
  margin-top: 25px;
}
.formControls button {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 14px;
  border: 1px solid #9f131e;
  background-color: #9f131e;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 14px 12px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control {
  border: 1px solid #b3b3b3;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fe8686;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}
.form-check-input {
  border: 1px solid rgb(159, 19, 30);
}
.form-check-input:checked {
  background-color: #9f131e;
  border-color: #9f131e;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}
.form-check label {
  line-height: 1;
}

.slider-banner {
  margin-top: 0.5rem;
}

.slider-banner img{
	border-radius:10px;
}
.border-left {
  border-left: 2px solid #9b1523;
  padding-left: 15px;
  margin-bottom: 20px;
}
.buil-bg {
  background: url("../images/stroi.jpg") no-repeat;
  background-size: cover;
  width: 500px;
  height: 420px;
  float: right;
  display: block;
  margin: 0 0px 0 20px;
}
#calendar2 {
  width: 100%;
  font: monospace;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
}
#calendar2 thead tr:last-child {
  font-size: small;
  color: rgb(85, 85, 85);
}
#calendar2 thead tr:nth-child(1) td:nth-child(2) {
  color: rgb(50, 50, 50);
}
#calendar2 thead tr:nth-child(1) td:nth-child(1):hover,
#calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
  cursor: pointer;
}
#calendar2 tbody td {
  color: rgb(44, 86, 122);
}
#calendar2 tbody td:nth-child(n + 6),
#calendar2 .holiday {
  color: rgb(231, 140, 92);
}
#calendar2 tbody td.today {
  background: rgb(165, 9, 32);
  color: #fff;
}

.fwb {
  font-weight: 700 !important;
}
.title-lg {
  font-size: 2.2rem !important;
  line-height: 1.2 !important;
}
.fw3 {
  font-weight: 300 !important;
}
.feat-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.feat-bl__item {
  width: 19%;
  padding: 1.4rem 1.6rem;
  border-radius: 1rem;
  background-color: #f4f3f4;
  position: relative;
}
.feat-bl__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
}
.feat-bl__item:first-child .feat-bl__img {
  right: 0.5rem;
  width: 5.5rem;
}
.t22 {
  font-size: 1.15rem;
}
.t15 {
  font-size: 0.8rem;
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rel {
  position: relative;
}
.def__cont {
  padding: 5rem 5.5rem;
}
.st-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.st-bg img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.def__img {
	position: absolute;
	right: 3rem;
	bottom: 0;
	width: 22.5rem;
	pointer-events: none;
}
.alt-container .st-bg img {
  border-radius: 1rem 0 0 1rem;
}
.def__img img {
  max-width: none;
  width: 100%;
}
.zi1 {
  z-index: 1;
  position: relative;
}
.t48 {
  font-size: 2.5rem;
  color: #fff;
}
.red-span {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 0.5rem;
  background-color: #ff002b;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.fw9 {
  font-weight: 700;
}
.moduletable-avto{
	margin:4rem 0;
}

.moduletable-avto .container-fluid {
  padding-right: 0;
  padding-left: 0.75rem;
}

.main-card__wrap {
  position: relative;
}
.main-card__item {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 4px #375972;
  padding: 0.5rem 0;
  color: #474747;
}
.main-card__item:hover {
  box-shadow: 1px -2px 4px #375972;
  transition: 0.3s all;
  text-decoration: none;
  color: #474747;
}
.main-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
}
.main-card__text {
  font-size: 0.9rem;
  font-weight: 600;
}
.main-card__ok {
  border-radius: 15px;
  border: 4px solid #fff;
  background-color: #d72525;
  -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 54px rgba(0, 0, 0, 0.05);
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3vw;
  margin-top: -20px;
}

.main-card__item:hover .main-card__ok {
  background-color: #d72525;
  transition: 0.3s all;
}
.video__play {
	width: 4.75rem;
	height: 4.75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.video__play::before {
	content: "";
	width: 4.75rem;
	height: 4.75rem;
	box-shadow: 0px 0px 0 0 #e4b91f, 0px 0px 0px 5px #fecb1726;
	background-image: url(../images/play.png), linear-gradient(to top, #fecb17, #ffd84d);
	background-size: 1.25rem 1.5rem, cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative;
	z-index: 13;
}
.video__play .circle {
	width: 8.8569rem;
	height: 8.8569rem;
	border: solid 2px #fed02e;
	content: "";
	position: absolute;
	animation: pulsation 3s infinite linear;
	border-radius: 50%;
}
.video__play .circle:nth-child(2) {
	animation-delay: 1s;
}
.video__play .circle:nth-child(3) {
	animation-delay: 2s;
}

.color-block .color-block__content{
	color:#fff;	
	background: linear-gradient(221.18deg,#cdd3d9,#91a1c7);
	padding: 35px 50px 50px;
	min-height:20rem;
	margin:.8rem 0;
	border-radius: 20px;
}
.color-block .color-block__content.target{
	background: linear-gradient(320deg,#beccab,#86bc9a);
}


.color-block .color-block__content.vision{
	background: linear-gradient(263.9deg,#9996ba .85%,#d3a0b3);
}

.color-block .color-block__title{
	font-size: 1.8rem !important;
	font-weight:600;
	margin-top: 0;
}
.strateg-blog .purple{
	background: linear-gradient(263.9deg,#ded4ff .85%,#fffafa);
	border-radius: 20px;
	padding: 30px;
	border:3px solid #fff;
	transition:all .7s;
}
.strateg-blog .silver-bg-gradien{
	background: linear-gradient(263.9deg,#c8d8ff, #f7fbff);
	border-radius: 20px;
	padding: 30px;
	border:3px solid #fff;
	transition:all .7s;
}
.strateg-blog .yellow-bg-gradien{
	background: linear-gradient(100.18deg,#fffcd4 .85%,#fffafa);
	border-radius: 20px;
	padding: 30px;
	border:3px solid #fff;
	transition:all .7s;
}
.strateg-blog .green-bg-gradien{
	background: linear-gradient(100.18deg,#ebffc8, #f7fbff);
	border-radius: 20px;
	padding: 30px;
	border:3px solid #fff;
	transition:all .7s;
}

.strateg-blog .purple:hover,.strateg-blog .silver-bg-gradien:hover,.strateg-blog .yellow-bg-gradien:hover,.strateg-blog .green-bg-gradien:hover{
	border:3px solid #f7f6ff;
	transition:all .7s;
}
.card {
	 border: none; 
}
.nav-link,.nav-link:focus, .nav-link:hover {
	color: #e3222d;
}
.item-book img{
	max-height: 318px;
	overflow: hidden;
}
.item-book__desc{
	font-size:.8rem;
	margin:5px 0;
}
.block-bg-elements__item  {
	position: relative;
	overflow: hidden;
	padding: 50px 40px 40px;
	
	background-color: #113973;
	border-width: 0px 0px 0px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition:all .4s;
}
.block-bg-elements__item:hover {
background-color: #b36c6c;
}

.block-bg-elements .box-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
}
.block-bg-elements__item .box-content {
	color: #ffffff;
	text-align:center;
	position: relative;
	font-size:2.2rem;
}
.block-bg-elements__item .box-item-title {
	color: #ffffff;
	font-size:1.2rem;
}
.block-bg-elements__item .box-link {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0);
}
.rsform.library label,.rsform.form-priem label{
	display:none;	
} 
.rsform.library  h2 {
	font-size: 1.4rem;
	margin: 1rem 0;
}
.formRed {
	font-size: 1rem;
}

.menu-library{
	border-radius: 8px;
	background-color: #e3222d;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.0);
	color:#fff;
	margin:0 .6rem;
}
.menu-library .nav>.nav-item {
	margin:.3rem 0;
}
.menu-library a{
	color:#fff;
}
.menu-library .dropdown-menu a, .menu-library .dropdown-menu a.dropdown-item{
	color:#333;
	font-size:.8rem;
	white-space:normal;
}
.menu-library .dropdown-menu a:hover,.menu-library .dropdown-menu a:focus,.menu-library .dropdown-menu a:active{
	color:#e3222d;
	background-color:#fff;
	text-decoration:none;
}
.menu-library a:hover,.menu-library a:focus{
	color:#ffd8d8;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-name, .sppb-addon-person .sppb-person-information > span.sppb-person-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-designation {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 400;
	color: rgb(0,0,0);
	line-height: 1;
}

:root { --j: 0; --p: 1.5 }
  .ifografic p:nth-child(2n) { --j: 1 }


.ifografic  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  counter-reset: p;
  margin-bottom:2rem;
}

.ifografic p {
  --wide: 0;
  --s: calc(1 - 2*var(--j));
  display: flex;
  flex-direction: var(--fdf, var(--narr, column));
  align-items: center;
  position: relative;
  z-index: calc(1*var(--i));
  margin-left: calc(var(--wide)*(var(--p) - var(--i) - 2.5*var(--j) + 1)*6.5vw);
  padding: 0.75em calc(var(--wide)*3em + (1 - var(--wide))*2vw);
  width: 35em;
  max-width: calc(var(--wide)*75% + (1 - var(--wide))*100%);
  color: #333;
  font:  1em/1.25 roboto, sans-serif;
  counter-increment: p;
  line-height:1;
}
@media (min-width: 640px) {
 .ifografic  p {
    --wide: 1 ;
  }
}
@media (min-width: 320px) {
  .ifografic p {
    --narr: 0 ;
  }
}
.ifografic p:before {
  --m: calc(1 - var(--narr, 1));
  order: calc(var(--m)*var(--j));
  padding: 0 calc(var(--m)*(1 - var(--j))*1rem) 0 calc(var(--m)*var(--j)*1rem);
  font-size: 5em;
  content: counter(p, decimal-leading-zero);
}
.ifografic p:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.75em;
  left: 0;
  z-index: -1;
  padding-bottom: 0.75em;
  transform: skewx(calc(var(--wide)*-22.5deg));
  background: linear-gradient(calc(var(--s)*-90deg), var(--slist)) content-box, radial-gradient(rgba(0, 0, 0, 0.35), transparent 70%) calc(var(--j)*100%) 100%/65% 1.5em no-repeat;
  content: "";
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	font-size: 24px;
	line-height: 24px;
}

@media (max-width: 1400px) {
  .block__title::after {
    left: 18%;
  }
  .block__title::before {
    left: -82%;
  }
  .t48 {
    font-size: 2rem;
    color: #fff;
  }
  .red-span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 1300px) {
  .tabs_item_img {
    width: 450px;
  }
}
@media (max-width: 1170px) {
  .block__title::before {
    left: -80%;
  }
  .block__title::after {
    left: 20%;
  }
  .buil-bg {
    width: 400px;
    height: 350px;
  }
  .t22 {
    font-size: 1rem;
  }
  .t15 {
    font-size: 0.8rem;
  }
  .def__img {
    right: 0rem;
  }
}
@media (max-width: 1024px) {
  .tabs_item_img {
    width: 350px;
  }
  .block__title::before {
    left: -78%;
  }
  .block__title::after {
    left: 22%;
  }
}
@media (max-width: 920px) {
  .tabs-card {
    margin: 20px auto 0;
  }
  .block__title::before {
    left: -75%;
  }
  .block__title::after {
    left: 25%;
  }
  .feat-bl {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feat-bl__item {
    width: 30%;
    margin: 5px;
  }
  .title-lg {
    font-size: 2rem !important;
  }
  .title-module {
    font-size: 1.8rem;
  }
  .header-box__item--title {
    font-size: 2.4rem;
  }
  .def__cont {
    padding: 10px;
  }
  .t48 {
    font-size: 2rem;
  }
  .red-span {
    font-size: 1.2rem;
  }
  .def__img {
    display: none;
  }
  .def__cont {
    padding: 30px;
  }
	.color-block .color-block__content{
		padding: 15px 20px 20px;
	}
}

@media (max-width: 768px) {
  .box-godosnov-bg {
    background: none;
  }
  .block__title::before {
    left: -72%;
  }
  .block__title::after {
    left: 28%;
  }
  .aboutCompany {
    padding: 50px 0 0px;
  }
  .block-line-bg {
    top: 79px;
  }
  .block-line-bg {
    top: 129px;
  }
  .box-godosnov-bg {
    background: none;
  }
  .block__title::before {
    left: -65%;
  }
  .block__title::after {
    left: 35%;
  }
  .tabs_item_img {
    width: 300px;
  }
  .sppb-person-introtext {
    font-size: 10px !important;
  }
  .home-img {
    width: 100%;
  }
  .partner_item {
    margin-bottom: 2rem !important;
  }
  .how-it-works .how-it-items {
    display: block;
  }
  .how-it-works,
  .how-it-works .how-it-title {
    margin-bottom: 20px;
  }

  .how-it-works .how-it-items .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .how-it-works .how-it-items .item .icon {
    width: 100px;
    height: 100px;
  }
  .how-it-works .how-it-items .item .icon .icon-left-arrow-long,
  .buil-bg {
    display: none;
  }
  .header-box__item2 {
    text-align: center;
  }
  .cert-icon {
    flex-direction: row;
    margin: 2rem 0;
  }

  .feat-bl__item {
    width: 48%;
    margin: 5px;
  }
  .header-box__item--title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .tabs_item_img {
    position: inherit;
    width: 100%;
  }
  .tabs-card {
    padding: 25px;
  }
  .block__title::before {
    left: -55% !important;
    min-width: 248px;
  }
  .block__title::after {
    left: 45%;
  }
  .block__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .service .card-img-top {
    height: 200px;
  }
  .sppb-person-introtext {
    font-size: 14px !important;
  }
 /* .sppb-person-image .sppb-img-responsive {
    height: 300px;
  }*/
  .feat-bl__item {
    width: 96%;
  }
  .title-module {
    font-size: 1.4rem;
  }
  .header-box__item--title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .def__cont {
    padding: 10px;
  }
  .t48 {
    font-size: 1.2rem;
  }
  .red-span {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .feature-box h4 {
    font-size: 0.7rem;
  }
  .block__title::before {
    left: -45% !important;
    min-width: 248px;
  }
  .block__title::after {
    left: 55%;
  }
 /* .sppb-person-image .sppb-img-responsive {
    height: 320px;
  }*/
  .person-content-hover-content-wrap {
    padding: 10px;
  }
  .title-lg {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 440px) {
 /* .sppb-person-image .sppb-img-responsive {
    height: 350px;
  }*/
}
/**/
