body {
  font-family: 'roboto-example', sans-serif;
  font-family: 'OpenSans-example', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

::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;}

/* .jGrowl.top-right {
  top: 40% !important;
  width: 30% !important;
  left: 35% !important;
} */

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;
}
.blue-bg {
  background-color: #1a5ba9;
  color: #fff;
}
.mt-80 {
  margin-top: 100px;
}
.mb-80 {
  margin-bottom: 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
.section-title.heading__title {
  margin-bottom: 20px;
}
.section__heading {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 50px 0;
  text-align: center;
}
.btn {
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: normal;
  transition: .25s ease-out;
  border: 2px solid transparent;
}
.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: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: bold;
}

.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz120 {
  font-size: 120px;
}
.fz60 {
  font-size: 60px;
}
.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;
}

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

/***********************************************************
  Header Style
***********************************************************/
.header {
  padding: 25px 0;
  position: relative;
  font-size: 16px;
}
.header-logo {
  display: block;
}
.header .header-menu a {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 0 15px;
  display: block;
  text-transform: uppercase;
}
.header .header-menu a:first-child {
  margin-left: 0;
}
.header .header-menu a:last-child {
  margin-right: 0;
}
.header .header-menu a:hover {
  color: #03529D;
}

/***********************************************************
  Section Hero Style
***********************************************************/
.section-hero {
  position: relative;
  z-index: 0;
  font-size: 20px;
  color: #fff;
  padding-top: 50px;
}
.section-hero__content {
  line-height: normal;
}
.section-hero__content h1.garant-office {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
}

.section-hero__content .section-hero__content__heading {
  font-size: 32px;
  font-weight: 500;
  font-family: 'montserrat-example';
  line-height: 1.4;
  text-transform: uppercase;
}
.section-hero__content__button {
  margin-top: 30px;
}
.section-hero__content .section-hero__content__button .btn {
  display: block;
}
.demoFormWrap {
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #000;
}

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

.section-step {
  padding: 25px 0 0 0;
}
.stepBlock__svg {
  fill: #e41647;
  width: 20%;
}
.stepBlock__text {
  width: 75%;
  font-weight: 600;
  line-height: normal;
}
.complect-border {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 15px;
}

.complect-red {
  border: 1px solid #1D1D1D;
  padding: 30px 20px;
  border-radius: 15px;
  background: #e41647;
  color: #fff;
}
.complect-red p:last-child,.complect-white p:last-child {
  margin-bottom: 0;
}
.complect-white {
  border: 0;
  padding: 30px 20px;
  border-radius: 15px;
  background: #fff;
  color: #000;
}
.complect-white .text-red {
  color: #e41647;
}
.clients__item {
  height: 170px;
  padding: 15px;
}

.contact-wrap {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
}
.contact-wrap__link div {
  display: block;
  margin-bottom: 19px;
}
.contact-wrap__button a {
  display: block;
  transform: scale(1);
  transition: transform .1s ease;
  margin-bottom: 10px;
}
.contact-wrap__button a:last-child {
  margin-bottom: 0;
}
.contact-wrap__button .btn-default {
  background: transparent;
  border-color: #000000;
  color: #000;
}
.contact-wrap__button .btn-default:hover {
  color: #E41647;
}
.contact-wrap__button .btn-default:active {
  background: transparent;
  border-color: #4CAF50;
  color: #4CAF50;
  transform: scale(0.97);
}
.contact-image img {
  border-radius: 15px;
}

.table-responsive .complect-red {
  min-width: 80%;
  margin-right: 10px;
  padding: 20px 15px;
}
.table-responsive .complect-red:last-child,
.table-responsive .clients__item:last-child {
  margin-left: 0;
}

.table-responsive .clients__item {
  min-width: 80%;
  margin-right: 10px;
  padding: 15px;
  border-radius: 15px;
  background-color: #f7f7f7;
}


/* accordion mobil style */
.accordion-wrapper .accordion .card {
  background-color: #f0f0f0;
  background-clip: border-box;
  border: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}
.accordion-wrapper .accordion .card:last-child {
  margin-bottom: 0;
}
.accordion-wrapper .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255,255,255,.25);
  border-bottom: 0;
}
.accordion-wrapper .card-header h2 {
  font-weight: normal;
  font-family: 'OpenSans-example', sans-serif;
  outline: none;
}
.accordion-wrapper .card-header h2 .btn {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  border-radius: 0;
  padding: 25px;
  position: relative;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: none;
}
.accordion-wrapper .card-header h2 .btn.collapsed {
  border-bottom: 0;
}
.accordion-wrapper .card-header h2 .btn:before {
  content: '\e996';
  font-family: 'Feather';
  position: absolute;
  right: 25px;
  top: 35%;
  font-size: 20px;
  font-weight: normal;
}
.accordion-wrapper .card-header h2 .btn.collapsed:before {
  content: '\e9b1';
  font-family: 'Feather';
}
.accordion-wrapper .card .card-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}
.accordion-wrapper .card .card-body p:last-child {
  margin-bottom: 0;
}

/***********************************************************
    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;
}