@charset "UTF-8";
:root {
  --color-bgcomp: #f8f8f8;
  --color-bodytxt: #333;
  --color-link: #5a5a5a;
  --color-gen: #012559; }

/* system */
* {
  margin: 0;
  padding: 0;
  border: 0; }

.tbl {
  padding: 0; }

.page-header {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  color: var(--color-bodytxt);
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important; }
  body a, body a:visited {
    color: var(--color-link);
    text-decoration: none;
    border-bottom: 1px dashed var(--color-link); }
  body a:active,
  body a:hover,
  body a:focus {
    color: #999;
    text-decoration: none; }

@media (max-width: 320px) {
  body {
    overflow-wrap: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }
.shad {
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.5) inset; }

.shad_7 {
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.8) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.8) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.8) inset, 0 -10px 15px -5px rgba(0, 0, 0, 0.8) inset; }

.shad_7_0 {
  -webkit-box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.7) inset; }

blockquote {
  font-size: 110%; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.comp {
  background: var(--color-bgcomp); }

.telcolor {
  color: var(--color-gen); }

.telfont {
  font-size: 1.1em;
  font-weight: 600 !important; }

.fon_image1 {
  background: #f4f4f4 url(../images/fon_t1.png) 0 0; }

/*верхнее меню*/
.navbar-toggler {
  color: blue !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.nav-item {
  cursor: pointer; }

.nav-item > a {
  border: none !important; }

.mod-menu__sub > .nav-item {
  border-bottom: 1px #919392 dashed !important;
  font-size: 16px !important; }

.mod-menu__sub > .nav-item.current.active {
  font-weight: bold; }

.mod-menu__sub > .nav-item.current.active > .mod-menu__sub > .nav-item {
  font-weight: normal; }

.mod-menu__sub > li:last-child {
  border-bottom: 0px !important; }

.nav-item > a,
.nav-item:hover > a,
.nav-item:active > a,
.nav-item:focus > a {
  color: var(--color-link) !important; }

.dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  width: 240px !important;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15x 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3); }

.dropdown-menu > .nav-item {
  background-color: #eee; }

.dropdown-menu > .nav-item > a {
  padding: 0 !important; }

.dropdown-menu > .nav-item > a:after {
  float: right !important;
  margin: 10px 0px !important; }

.dropdown-menu > .nav-item {
  padding: 5px 20px !important; }

.dropdown-menu > li:first-child {
  border-top: 1px solid #fff !important; }

.dropdown-menu > .nav-item.active > a {
  background: transparent !important;
  font-weight: bold; }

.dropdown-menu > .nav-item > a:hover,
.dropdown-menu > .nav-item > a:focus,
.dropdown-menu > .nav-item > a:active {
  background: transparent !important; }

.dropdown-menu > .nav-item:hover,
.dropdown-menu > .nav-item:focus,
.dropdown-menu > .nav-item:active {
  background: #f6f7f8 !important; }

.dropdown-menu > .nav-item.deeper.parent > .dropdown-menu {
  display: none; }

.dropdown-menu > .nav-item.deeper.parent:hover > .dropdown-menu {
  display: block; }

@media (max-width: 767.98px) {
  .mod-menu {
    margin: 0.25rem 0 !important;
    padding: 4px !important;
    background: #fcfcfc !important;
    border: 1px solid #eee;
    border-radius: 4px !important;
    width: 100%;
    box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, 0.2); }

  .mod-menu > .nav-item {
    padding: 0.5rem !important;
    width: 100%;
    background: transparent;
    padding: 3px 7px !important;
    border-bottom: 1px dashed #919392; }

  .mod-menu > .nav-item:last-child {
    border-bottom: none; }

  .nav-item > a:active,
  .nav-item > a:hover,
  .nav-item > a:focus {
    color: #919392 !important; }

  .dropdown-menu {
    width: 100% !important; }

  .dropdown-menu.dropdown-submenu {
    width: 70% !important; } }
@media (min-width: 768px) {
  .mod-menu {
    width: 100%;
    justify-content: center; }

  .mod-menu > .nav-item {
    padding: 1rem 0rem !important; }

  .mod-menu > .nav-item > a {
    padding: 1rem  2rem !important; }

  .mod-menu > .nav-item > a:hover,
  .mod-menu > .nav-item > a:focus,
  .mod-menu > .nav-item > a:active,
  .mod-menu > .nav-item.active > a,
  .mod-menu > .nav-item > a.show {
    background: #eee !important; }

  .mod-menu > .nav-item > a.dropdown-toggle:after {
    display: none !important; }

  /*общ */
  /* .mod-menu > .nav-item > .mod-menu__sub > .nav-item > .mod-menu__sub,
   .mod-menu > .nav-item > .mod-menu__sub > .nav-item > .mod-menu__sub > .nav-item > .mod-menu__sub
   {
     left: 100%;
     top: 0;
   }*/
  .mod-menu > .nav-item:last-child > .dropdown-menu,
  .mod-menu > .nav-item:nth-last-child(2) > .dropdown-menu {
    left: calc(100% - 240px); }

  .mod-menu > .nav-item:last-child > .dropdown-menu > .nav-item > .dropdown-menu,
  .mod-menu > .nav-item:last-child > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item > .dropdown-menu,
  .mod-menu > .nav-item:nth-last-child(2) > .dropdown-menu > .nav-item > .dropdown-menu,
  .mod-menu > .nav-item:nth-last-child(2) > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    left: -100%;
    top: 0; } }
@media (min-width: 992px) {
  .mod-menu > .nav-item {
    padding: 1rem 0rem !important; }

  .mod-menu > .nav-item > a {
    padding: 1rem  3rem !important; }

  .dropdown-menu {
    width: 300px !important; }

  .mod-menu > .nav-item:last-child > .dropdown-menu,
  .mod-menu > .nav-item:nth-last-child(2) > .dropdown-menu {
    left: calc(100% - 300px); } }
@media (min-width: 1200px) {
  .dropdown-menu {
    width: 350px !important; }

  .mod-menu > .nav-item:last-child > .dropdown-menu,
  .mod-menu > .nav-item:nth-last-child(2) > .dropdown-menu {
    left: calc(100% - 350px); } }
/*end верхнее меню*/
/*search и поисковая выдача*/
.loop-toggler {
  color: blue;
  cursor: pointer !important; }

.js-finder-search-query {
  border-radius: 0 !important;
  border-color: #ddd !important; }

.js-finder-search-query:active,
.js-finder-search-query:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important; }

.com-finder__results-list {
  list-style-type: decimal !important;
  margin-left: 1rem; }

.result__title > a {
  text-decoration: underline;
  text-decoration-style: dashed; }

.result__item {
  border: 1px solid #eee !important;
  border-radius: 6px;
  padding: 1rem;
  background: #f8f8f8; }
  .result__item a {
    border: 0 !important; }

.com-finder__counter {
  text-align: center !important; }

/*pagination*/
ul.pagination {
  justify-content: center; }
  ul.pagination li:before {
    display: none; }
  ul.pagination li .page-link {
    border: solid 1px #eee;
    border-right: 0; }
  ul.pagination li:last-child .page-link {
    border-right: 1px solid #eee; }
  ul.pagination li.active .page-link {
    background: #012559 !important;
    color: #fff !important; }

/*end search и поисковая выдача*/
/*обложка*/
.fon_top {
  background-color: var(--color-gen);
  position: relative;
  overflow-y: hidden;
  color: #fff;
  display: flex;
  align-items: center; }
  .fon_top h1 {
    font-size: 3.5em;
    font-weight: 300;
    margin: 0; }
  .fon_top h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0.8em 0 0.5em 0; }
  .fon_top p {
    font-size: 1em;
    line-height: 1.3; }

@media (max-width: 991.98px) {
  .fon_top {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/fon_car_min.jpg) 50% 50% no-repeat;
    background-size: cover;
    /*100%*/
    height: 50vh;
    min-height: 300px; } }
@media (min-width: 992px) {
  .fon_top {
    background: url(../images/fon_car.jpg) 50% 50% no-repeat;
    background-size: cover;
    /*100%*/
    height: 70vh;
    max-height: 600px; } }
.fon_top2 {
  background-color: #a3b4d1;
  position: relative;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url(../images/010.jpg) 50% 30% no-repeat;
  background-size: 100%;
  height: 30vh; }

/*end обложка*/
/* MARKETING  */
.marketing {
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow: hidden; }
  .marketing table tr td {
    border: 2px solid;
    padding: 5px;
    width: 50%; }
  .marketing img.little {
    max-width: 100%;
    height: auto;
    margin: 10px; }
  .marketing img.im {
    max-width: 100%;
    height: auto;
    margin: 3rem 0 3rem 0; }
  .marketing img.cen {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .marketing ol {
    counter-reset: li;
    list-style: none; }
  .marketing ol > li:before {
    counter-increment: li;
    content: counters(li,".") ". "; }
  .marketing ul {
    margin-left: 0px; }
  .marketing li > ol {
    margin-left: 15px; }
  .marketing h2, .marketing h1, .marketing .h2glav {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    /*#50b2f1; #9900cc;#aaa; #012559*/
    text-align: center;
    margin-top: 0px; }
  .marketing h2 {
    color: #444;
    font-weight: 500; }
  .marketing h3 {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: red;
    /*#13308c #012559; #888;50b2f1 #9900cc;*/ }
  .marketing p {
    margin: 1.5rem 0; }
  @media (min-width: 0px) {
    .marketing {
      padding-top: 30px;
      padding-bottom: 30px; }
      .marketing h2, .marketing h1, .marketing h3, .marketing .h2glav {
        margin-bottom: 20px;
        font-size: 2em; } }
  @media (min-width: 480px) {
    .marketing {
      padding-top: 40px;
      padding-bottom: 40px; }
      .marketing h1, .marketing .h2glav {
        margin-bottom: 30px;
        font-size: 2.5em; }
      .marketing h2 {
        font-size: 1.7em; }
      .marketing h3 {
        margin-bottom: 25px;
        font-size: 1.5em; } }
  @media (min-width: 768px) {
    .marketing {
      padding-top: 100px;
      padding-bottom: 100px; }
      .marketing h1, .marketing .h2glav {
        margin-bottom: 70px; }
      .marketing h2 {
        margin-bottom: 50px; }
      .marketing h3 {
        margin-bottom: 40px; } }

@media (min-width: 0px) {
  .marketing_h {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px; } }
@media (min-width: 768px) {
  .marketing_h {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 0px; } }
/* end MARKETING  */
/*lists*/
.listglavwrap {
  border-bottom: #555 dashed 1px;
  padding: 10px !important;
  margin: 10px 0 !important; }

.listglavwrap + .listglavwrap + .listglavwrap {
  border: none; }

.list-im > li, .list-im-glav > li {
  list-style: none;
  padding-left: 20px !important;
  line-height: 1.5 !important;
  padding-bottom: 1em !important; }

.list-im > li:last-child, .list-im-glav > li:last-child {
  padding-bottom: 0px !important; }

.list-im > li:before,
.list-im-glav > li:before {
  font-family: "Icofont";
  display: inline-block;
  float: left;
  margin-right: 0px;
  margin-left: -45px !important;
  margin-top: -9px;
  content: "\ef04";
  font-size: 28px;
  color: #5A4FCF; }

.list-im-glav > li:before {
  content: "\eeec"; }

/* end lists  */
/*круглые иконки*/
.circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  min-width: 120px !important;
  min-height: 120px !important;
  border-radius: 60px;
  border: 1px solid #5A4FCF;
  background: conic-gradient(at 0% 30%, #eee 10%, #fff 30%, #eee 50%);
  color: var(--color-gen); }

@media (min-width: 0px) {
  .fun {
    padding-top: 0px; } }
@media (min-width: 992px) {
  .fun {
    padding-top: 60px !important; } }
.circle-wrap-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 20px;
  border: 1px solid #eee;
  color: #5A4FCF;
  background: #eee;
  font-size: 1.5em; }

/*end круглые иконки*/
/*footer*/
.upperbold {
  text-transform: uppercase; }

footer {
  padding: 0;
  margin: 0;
  background-color: #333;
  color: #fff; }
  footer a,
  footer a:active,
  footer a:hover,
  footer a:focus,
  footer a:visited {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #fff; }
  footer .rights {
    text-align: center; }
  @media (min-width: 0px) {
    footer .rights {
      margin-top: 20px; } }
  @media (min-width: 480px) {
    footer .rights {
      margin-top: 30px; } }
  @media (min-width: 768px) {
    footer .rights {
      margin-top: 60px; } }
  footer .marketing p {
    margin: 0; }

/*end footer*/
/*форма обратной связи Contact Form*/
#cf_1 {
  margin: 0 auto; }

.cf-required-label {
  color: var(--color-link) !important; }

/* Checkboxes */
.convertforms .cf-list input[type=checkbox] {
  display: none; }

.convertforms .cf-list input[type=checkbox] + label span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  border: 1px solid #012559;
  vertical-align: middle; }

.convertforms .cf-list input[type=checkbox]:checked + label span::after {
  content: "\2713"; }

/*end форма обратной связи Contact Form*/
/*print*/
@media print {
  .offset-md-1 {
    margin-left: 0 !important; }

  .col-lg-10 {
    width: 100% !important;
    margin: 0 auto !important; }

  .fon_image1 {
    background: none !important; }

  .fun {
    padding-top: 0px !important; }

  .fon_top {
    display: block !important;
    background-image: none;
    background-color: transparent;
    height: 200px !important; }

  .marketing {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .footer {
    background-color: transparent !important;
    color: var(--color-bodytxt) !important; } }

/*# sourceMappingURL=template10.css.map */
