body {
  font-family: 'roboto-example', sans-serif;
  /* font-family: 'OpenSans-example', sans-serif; */
  font-size: 20px;
  line-height: 1.45;
  color: #000;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}

::placeholder {color: #666;}
input, textarea {outline: none;}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, 
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-right: 10px; padding-left: 10px;}
.row {margin-right: -10px; margin-left: -10px;}

a {
  color: #03529D;
  text-decoration: none;
  transition: transform .5s;
}
a:hover, a:focus, a:active {
  color: #E41647;
  text-decoration: none;
  outline: none;
}
.dark {
  color: #000;
}
.yellow {
  color: #F5FF00;
}
.blue-tx {
  color: #03529D;
}
.red-tx {
  color: #E41647;
}
.blue-bg {
  background-color: #195A9A;
  color: #fff;
}
.mt-80 {
  margin-top: 100px;
}
.mb-80 {
  margin-bottom: 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.section-title {
  font-size: 36px;
  font-weight: 900;
  margin: 0;
  padding: 0 0 20px 0;
}
.section-title.heading__title {
  margin-bottom: 20px;
}
.section__heading {
  font-size: 18px;
  /*font-weight: 600;*/
  margin: 0;
}
.btn {
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: normal;
  transition: .25s ease-out;
  border: 2px solid transparent;
  min-width: 250px;
}
.btn-danger {
  background-color: #E41647;
}
.btn-danger:hover {
  background-color: #A41033;
  border: 2px solid transparent;
}
.btn-primary {
  background-color: #03529D;
}
.btn-primary:hover {
  background-color: #023B71;
  border: 2px solid transparent;
}
.btn:focus {
  box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'montserrat-example';
  font-weight: bold;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'montserrat-example';
  font-weight: bold;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz120 {
  font-size: 120px;
}
.fz60 {
  font-size: 60px;
}
.fz45 {
  font-size: 45px;
}
.managerBlock_list li {
  position: relative;
  display: block;
  margin: 15px 0;
  padding-left: 40px;
}

.managerBlock_list li:before {
  content: "\e92c";
  position: absolute;
  font-family: 'Feather';
  left: 0;
  font-size: 20px;
}
.fact-h1 {
  font-size: 2.5rem;
}
.border {
  border: 1px solid #bbb;
}

p:last-child {
	margin-bottom: 0;
}

.video-ytb {
	width: 700px;
	height: 395px;
}

.clientCheck {
  opacity: 0;
  position: absolute;
  left: -99999px;
  display: none;
}

/***********************************************************
  Header Style
***********************************************************/
.header {
  padding: 25px 0;
  position: relative;
  font-size: 16px;
  background-color: #fff;
}
.header-logo {
  display: block;
}
.header .header__contact a {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: block;
  text-transform: uppercase;
  color: #333;
}
.header .header__contact a:hover {
  color: #03529D;
}

/***********************************************************
  Top Menu Style
***********************************************************/
.top-menu {
  background-color: #03529D;
}
.top-menu ul li a {
  display: block;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border-radius: 0;
  font-weight: 600;
}
.top-menu ul li a:hover,
.top-menu ul li a:focus,
.top-menu ul li.active a {
  background-color: #023B71;
}
.top-menu .top-menu__mobil li a {
  font-size: 24px;
  padding: 14px 8px;
}
.top-menu .top-menu__mobil {
  padding: 0;
  margin: 0;
  list-style: none;
}

/***********************************************************
  Section Hero Style
***********************************************************/
.section-hero {
  position: relative;
  z-index: 0;
  font-size: 18px;
  color: #333;
  /* padding: 70px 0; */
  height: 600px;
  background-image: url(../images/deco/bg.jpg);
  background-color: #f7f7f7;
  /* background-color: #03529D; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-hero__content {
  line-height: normal;
  min-height: 500px;
}
.section-hero__content h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  color: #03529D;
}
.section-hero__content .section__heading {
  font-size: 24px;
  font-weight: 500;
}
.section-hero__content .section-hero__content__heading {
  font-size: 20px;
  font-weight: 400;
}
.demoFormWrap {
  background-color: #03529D;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #fff;
}
.demoFormWrap a {
  color: #fff;
  text-decoration: underline;
}
.demoFormWrap p {
  font-size: 24px;
  font-weight: 600;
}

/***********************************************************
  Section Style
***********************************************************/
.section {
  padding: 80px 0;
}

.section-block__content .section-title {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section-block__content__line {
  height: 1px;
  background-color: #fff;
  margin-bottom: 30px;
}
.section-block__content__heading {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.gallery-wrapper {
  position: relative;
}
.gallery-wrapper__item a {
  display: block;
  position: relative;
}
.gallery-wrapper__item a:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.gallery-wrapper__item a:hover:after {
  content: '\f00e';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 20px;
  color: #fff;
  opacity: .7;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w270 {
  width: 270px;
}


.number__figure {
	font-size: 90px;
	font-weight: 600;
	line-height: 1;
}
.number__text {
	font-size: 18px;
	padding: 25px;
	border: 2px solid #eee;
	border-radius: 10px;
}
.number__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.number__text ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.number__text ul li:before {
	content: '\e92b';
	font-family: 'Feather';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 20px;
}

.number__text--video a {
	display: inline-block;
	position: relative;
	line-height: 1;
}
.number__text--video a i {
	font-size: 25px;
}

/***********************************************************
    FOOTER STYLE
***********************************************************/
.footer {
  color: #000;
  font-size: 14px;
}
.footer-top {
  background-color: #fff;
  padding: 50px 0;
}
.footer-bottom {
  background-color: #023B71;
  padding: 25px 0;
}
.footer p {
  line-height: 1.65;
}
.footer a {
  position: relative;
  transition: .25s ease-out;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.4);
}
.footer a:hover {
  color: #E41647;
  text-decoration: none;
  border-bottom-color: #E41647;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-top ul li {
  display: block;
  margin: 0 16px 8px 0;
}
.footer .footer-bottom ul li {
  display: inline-block;
  margin: 0 16px 8px 0;
}
.footer-phone {
  font-size: 18px;
  font-weight: bold;
}
.footer-phone a {
  border: 0;
  display: inline-block;
}
.footer-social-menu li {
  display: inline-block;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  margin: 0 5px;
}
.footer-social-menu li a {
  border: 0;
  font-size: 20px;
}
.footer-social-menu li:hover {
  opacity: .8;
}
.footer-social-menu .vk-icon {
  border: 2px solid #2787F5;
}
.footer-social-menu .vk-icon a {
  color: #2787F5;
}
.footer-social-menu .ok-icon {
  border: 2px solid #F7931E;
}
.footer-social-menu .ok-icon a {
  color: #F7931E;
}
.footer-social-menu .t-icon {
  border: 2px solid #27A6E7;
}
.footer-social-menu .t-icon a {
  color: #27A6E7;
}

/***********************************************************
    SCROLL TO TOP STYLE
***********************************************************/
.scroll-block > div {
  position: fixed;
  z-index: 299;
  width: 57px;
  height: 57px;
  background-color: rgba(0,0,0,.8);
  font-size: 40px;
  line-height: normal;
  top: auto;
  left: auto;
  right: 33px;
  bottom: 33px;
  cursor: pointer;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  transition: var(--transition);
}
.scroll-block .aside-menu-toTop {
  padding: 0;
  margin: 0;
  border-top: 0;
  opacity: .8;
  color: #fff;
}
.scroll-block .aside-menu-toTop:hover,
.scroll-block:hover {
  margin: 0;
  opacity: 1;
}

/***********************************************************
  Mobil Menu 
***********************************************************/
.sidemenu {
  overflow: auto;
  background: #fff;
  height: 100%;
  padding: 30px !important;
  width: 290px !important;
  z-index: 9999;
  position: fixed;
  left: -290px;
  top: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.sidemenu.slidein {
  left: 0;
}
.close-menu {
  color: #222;
  float: right;
  font-size: 24px;
  height: 30px;
  width: 30px;
  text-align: center;
}
.close-menu:focus,.close-menu:hover,.close-menu.active {
  text-decoration: none;
}
.sidemenu ul {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.sidemenu ul li {
  border-bottom: 1px solid #ebebeb;
  float: left;
  line-height: 20px;
  width: 100%;
}
.sidemenu ul li a {
  float: left;
  padding: 10px 0;
  width: 100%;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.sidemenu ul li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}
.sidemenu ul li.menu-item-has-children ul {
  display: none;
  margin: 0 0 10px;
  padding: 0 15px;
}
.sidemenu ul li.menu-item-has-children.active ul {
  display: block;
}
.sidemenu ul li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  right: 0;
}
.sidemenu ul li:last-child {
  border: 0;
}
.sidemenu ul.social-menu li {
  border: 0;
  width: auto;
  margin: 0;
}
.sidemenu ul.social-menu li a {
  padding: 0 10px 0 0;
}

/***********************************************************
    MODAL STYLE
***********************************************************/
.modal {
  display: none;
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 55px 35px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.docorder-modal {
  max-width: 1140px;
}
.modal .fancybox-close-small {
  top: 15px;
  right: 15px;
}
.modal .content {
  text-align: center;
}
.modal .content .success-icon,
.modal .content .danger-icon {
  font-size: 65px;
  text-align: center;
  display: inline-block;
}
.modal .content .success-icon {
  color: #47AB47;
}
.modal .content .danger-icon {
  color: #E41647;
}
.modal .form-control {
  padding: 10px 15px;
  height: auto;
}
.modal .form-control:focus {
  box-shadow: none;
}
.modal .form-check-input {
  margin-top: .25rem;
}
.modal label {
  font-weight: normal;
}
.modal .btn {
  padding: 10px 20px;
  line-height: normal;
}
.modal h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 25px;
}
.modal p {
  font-size: 16px;
}
.docorder-modal h4 {
  padding: 0 0 15px 0;
}
.docorder-modal textarea {
  font-size: 15px;
  background: #f7f7f7;
}
.modal .form-check {
  font-size: 14px;
  text-align-last: left;
  margin-left: 10px;
}