@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;800;900&display=swap');
�
html {
  font-size: 16px; }

body {
  font-family: 'Raleway', sans-serif;
  color: #313131; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway'; }

.text-bold {
  font-weight: bold; }

/* ---------- #top-menu ---------- */
#top-menu {
  background-color: transparent;
  border: 0;
  color: #2b2b2b;
  font-size: 13px;
  z-index: 1035; }
  #top-menu .navbar-brand-header {
    margin-top: 30px; }
  #top-menu .item {
    margin-top: 40px;
    margin-left: 35px; }
  #top-menu .phone {
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-family: Roboto, Verdana, Ubuntu, sans-serif;
    padding-bottom: 10px;
    display: inline-block; }
    #top-menu .phone a {
      color: inherit;
      text-decoration: none; }
  #top-menu .icons {
    margin-left: 22px; }
    #top-menu .icons.visible-md-block {
      margin-left: 0px;
      zoom: 70%;
      text-align: center;
      margin-top: 70px; }
  #top-menu .contacts {
    line-height: 180%; }

.mobile-menu-open #top-menu {
  background-color: #fff; }

#second-menu {
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
  z-index: 1035;
  background-color: #fff;
  border: 0;
  padding: 0 20px 45px 20px; }
  #second-menu .container {
    border-top: 1px solid #eaeaea; }
  #second-menu .item {
    margin-top: 30px; }
  #second-menu .phone {
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-family: Roboto, Verdana, Ubuntu, sans-serif;
    padding-bottom: 10px;
    display: inline-block; }
    #second-menu .phone a {
      color: inherit;
      text-decoration: none; }
  #second-menu .contacts {
    line-height: 180%; }

i {
  width: 14px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: -8px;
  display: inline-block; }
  i.address {
    background: url("images/icon-map.png") 0 0 no-repeat;
    background-size: 100%; }
  i.phone {
    background: url("images/icon-phone.png") 0 0 no-repeat;
    background-size: 100%; }
  i.time {
    background: url("images/icon-time.png") 0 0 no-repeat;
    background-size: 100%; }

@media (min-width: 768px) {
  #top-menu.top-menu-scroll {
    opacity: .5; }

  #top-menu.top-menu-scroll:hover {
    opacity: 1; } }
.mobile-menu-open #top-menu.top-menu-scroll,
.cities-menu-open #top-menu.top-menu-scroll {
  opacity: 1; }

#top-menu,
#top-menu nav,
#top-menu ul.main-menu {
  height: 120px; }

#top-menu ul.main-menu {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 10px;
  cursor: default;
  position: relative; }

#top-menu ul.main-menu li {
  position: relative;
  perspective: 600px;
  -webkit-perspective: 600px; }

@media (min-width: 768px) {
  #top-menu .navbar-right {
    margin-right: 0; } }
@media (max-width: 767px) {
  #top-menu ul.main-menu {
    display: none; } }
#top-menu ul.main-menu > li {
  height: 100%; }

#top-menu ul.main-menu > li + li {
  margin-left: 20px; }

#top-menu ul.main-menu > li > div {
  display: table;
  width: 100%;
  height: 100%; }

#top-menu ul.main-menu > li > div > a {
  color: #000;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: table-cell;
  vertical-align: middle; }

#top-menu ul.main-menu > li > div > a > .caret {
  opacity: .4;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

#top-menu ul.nav > li.active a,
#top-menu ul.nav > li a:hover,
#top-menu ul.nav > li a:focus {
  color: #000;
  background-color: transparent;
  text-decoration: none; }

#top-menu ul.main-menu > li.active > div > a,
#top-menu ul.main-menu > li:hover > div > a,
#top-menu ul.main-menu > li:focus > div > a {
  border-bottom-color: #fbb623; }

#top-menu ul.main-menu > li.active > div > a > .caret,
#top-menu ul.main-menu > li:hover > div > a > .caret,
#top-menu ul.main-menu > li:focus > div > a > .caret {
  opacity: 1; }

#top-menu ul.second-menu {
  position: absolute;
  overflow: hidden;
  width: 200px;
  left: 0;
  padding: 25px 20px 15px 15px;
  opacity: 0;
  -webkit-transform: rotateX(-88deg) scaleX(0.5);
  -ms-transform: rotateX(-88deg) scaleX(0.5);
  -o-transform: rotateX(-88deg) scaleX(0.5);
  transform: rotateX(-88deg) scaleX(0.5);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  -o-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  -webkit-transition: opacity .2s, transform .3s, background-color .2s;
  -o-transition: opacity .2s, transform .3s, background-color .2s;
  transition: opacity .2s, transform .3s, background-color .2s; }

#top-menu ul.main-menu li:hover > ul.second-menu {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: opacity .1s ease, transform .3s ease, background-color .2s ease;
  -o-transition: opacity .1s ease, transform .3s ease, background-color .2s ease;
  transition: opacity .1s ease, transform .3s ease, background-color .2s ease; }

#top-menu .navbar-right ul.second-menu {
  text-align: right;
  left: inherit;
  padding-left: 20px;
  padding-right: 15px;
  right: 0; }

#top-menu ul.second-menu > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s; }

#top-menu .navbar-right ul.second-menu > li:before {
  left: inherit;
  right: 0; }

#top-menu ul.second-menu > li.blocked {
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
  cursor: not-allowed; }

#top-menu ul.second-menu > li + li {
  margin-top: 10px; }

#top-menu ul.second-menu > li > a {
  color: #fff;
  padding: 0;
  line-height: 1em;
  word-wrap: break-word; }

#top-menu ul.second-menu > li > a:hover,
#top-menu ul.second-menu > li > a:focus {
  background-color: transparent;
  color: #fff; }

#top-menu ul.second-menu > li > a,
#top-menu ul.second-menu > li > ul {
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s; }

#top-menu ul.second-menu > li.active > a,
#top-menu ul.second-menu > li.active > ul,
#top-menu ul.second-menu > li:hover > a,
#top-menu ul.second-menu > li:hover > ul {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  transition: transform .15s; }

#top-menu .navbar-right ul.second-menu > li.active > a,
#top-menu .navbar-right ul.second-menu > li.active > ul,
#top-menu .navbar-right ul.second-menu > li:hover > a,
#top-menu .navbar-right ul.second-menu > li:hover > ul {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }

#top-menu ul.second-menu > li.active:before,
#top-menu ul.second-menu > li:hover:before {
  background-color: #fbb623;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }

#top-menu ul.second-menu > li.blocked:hover:before {
  background-color: transparent; }

/* ---------- navbar-toggle ---------- */
#top-menu .navbar-toggle-header {
  float: left;
  padding: 10px 0;
  height: 100%; }

#top-menu .navbar-toggle {
  margin: 0;
  margin-left: -10px;
  margin-top: 20px;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0; }

#top-menu .navbar-toggle > span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  width: 30px;
  left: 10px; }

.mobile-menu-open #top-menu .navbar-toggle > span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#top-menu .navbar-toggle > span:nth-child(1) {
  top: 13px; }

#top-menu .navbar-toggle.open > span:nth-child(1) {
  top: 13px; }

#top-menu .navbar-toggle > span:nth-child(2),
#top-menu .navbar-toggle > span:nth-child(3) {
  top: 22px; }

#top-menu .navbar-toggle > span:nth-child(4) {
  top: 31px; }

.mobile-menu-open #top-menu .navbar-toggle > span:nth-child(1),
.mobile-menu-open #top-menu .navbar-toggle > span:nth-child(4) {
  top: 20px;
  width: 0;
  left: 50%;
  opacity: 0; }

.mobile-menu-open #top-menu .navbar-toggle > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobile-menu-open #top-menu .navbar-toggle > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 768px) {
  #top-menu .navbar-toggle {
    display: block; } }
/* ---------- navbar-brand ---------- */
#top-menu .navbar-brand-header {
  float: left;
  padding: 10px 0;
  height: auto;
  margin-left: 10px; }

@media (max-width: 991px) {
  #top-menu .navbar-brand-header {
    padding: 0; } }
#top-menu .navbar-brand {
  height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block; }

#top-menu .navbar-brand-logo {
  height: 68px;
  width: 232px;
  background: url("images/logo440.png") 0 0 no-repeat;
  background-size: contain; }

.big-bg {
  background: url("images/bg.jpg") center bottom no-repeat;
  background-size: cover;
  min-height: 100vmin; }

@media (max-height: 599px) {
  .big-bg {
    min-height: 599px; } }
@media (min-height: 600px) and (max-height: 800px) {
  .big-bg {
    min-height: 800px; } }
@media (min-height: 1000px) {
  .big-bg {
    min-height: 1000px; } }
@media (min-height: 1000px) and (max-width: 1280px) {
  .big-bg {
    min-height: 800px; } }
@media (min-height: 768px) and (max-width: 1023px) {
  .big-bg {
    min-height: 700px; } }
@media (max-width: 420px) {
  .big-bg {
    background: url("images/bg-min.jpg") center bottom no-repeat;
    background-size: cover;
    min-height: 100vh; } }
i.audi {
  height: 36px;
  width: 75px;
  background-image: url("images/allianz.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
  vertical-align: super; }
i.kooperativa {
  height: 56px;
  width: 75px;
  background-image: url("images/kooperativa.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px; }
i.cpp {
  height: 56px;
  width: 75px;
  background-image: url("images/cpp.png");
  background-size: contain;
  background-repeat: no-repeat; }
i.direct {
  height: 56px;
  width: 75px;
  background-image: url("images/direct.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
 }
i.uniqa {
  height: 41px;
  width: 75px;
  background-image: url("images/7.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
 }
i.csob {
  height: 56px;
  width: 75px;
  background-image: url("images/csob.png");
  background-size: contain;
  background-repeat: no-repeat; }
i.pillow {
  height: 36px;
  width: 75px;
  background-image: url("images/10.webp");
  background-size: contain;
  background-repeat: no-repeat; }
i.hasic {
  height: 36px;
  width: 75px;
  background-image: url("images/HVP_poj.jpg");
  background-size: contain;
  background-repeat: no-repeat; }
i.slavia {
  height: 36px;
  width: 75px;
  background-image: url("images/poj_slavia.png");
  background-size: contain;
  background-repeat: no-repeat; }  
i.generali {
  height: 56px;
  width: 75px;
  background-image: url("images/generali.png");
  background-size: contain;
  background-repeat: no-repeat; }  
i.axa {
  height: 36px;
  width: 75px;
  background-image: url("images/axa.png");
  background-size: contain;
  background-repeat: no-repeat; } 
i.vzp {
  height: 56px;
  width: 75px;
  background-image: url("images/vzp.png");
  background-size: contain;
  background-repeat: no-repeat; } 
i.wustern {
  height: 36px;
  width: 75px;
  background-image: url("images/wustenrot-pojistovna_137_x_280.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px; } 
  
  
/* -------- first-block --------- */
#first-block {
  padding-bottom: 30px; }
  #first-block .container {
    position: relative; }
  #first-block h1 {
    margin-top: 55px;
    line-height: 140%;
    font-size: 5rem;
    font-weight: 800; }
  #first-block h2 {
    margin-top: 23px;
    margin-bottom: 48px;
    font-size: 3.6rem;
    line-height: 5rem;
    font-weight: 400; }
    #first-block h2 strong {
      color: #6da8bb; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #first-block h1 {
      margin-top: 28px;
      line-height: 140%;
      font-size: 5rem; }
    #first-block h2 {
      margin-top: 23px;
      margin-bottom: 36px;
      font-size: 3rem;
      line-height: 4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #first-block h1 {
      margin-top: 47px;
      line-height: 140%;
      font-size: 4rem; }
    #first-block h2 {
      margin-top: 10px;
      margin-bottom: 28px;
      font-size: 2.4rem;
      line-height: 3rem; } }
  @media (max-width: 767px) {
    #first-block h1 {
      margin-top: 0px;
      line-height: 130%;
      font-size: 3.2rem; }
    #first-block h2 {
      margin-top: 33px;
      margin-bottom: 38px;
      font-size: 2.2rem;
      line-height: 3rem; } }

.form-cost {
  margin-top: 23px; }
  .form-cost textarea, .form-cost input[type="date"], .form-cost input[type="datetime"], .form-cost input[type="datetime-local"], .form-cost input[type="email"], .form-cost input[type="month"], .form-cost input[type="number"], .form-cost input[type="password"], .form-cost input[type="search"], .form-cost input[type="tel"], .form-cost input[type="text"], .form-cost input[type="time"], .form-cost input[type="url"], .form-cost input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    outline: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle; }
  .form-cost select {
    background: #fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: 97% center; }
  .form-cost a.auto-type {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    margin-right: 40px; }
    .form-cost a.auto-type:hover {
      text-decoration: underline;
      cursor: pointer; }
    .form-cost a.auto-type.active {
      color: #1073b6;
      font-weight: bold; }
      .form-cost a.auto-type.active:hover {
        text-decoration: none; }
  .form-cost .field-requestform-type {
    display: none; }
  .form-cost .fields {
    background: #fff;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form-cost .fields .form-group {
      margin-bottom: 10px;
      width: 24%; }
      .form-cost .fields .form-group:last-child {
        margin-right: 0px; }
      .form-cost .fields .form-group input, .form-cost .fields .form-group select {
        height: 50px;
        width: 100%;
        padding: 10px 20px;
        color: #2b2b2b;
        background: #ebebeb;
        border: 2px solid #ebebeb;
        outline: none; }
        .form-cost .fields .form-group input:focus, .form-cost .fields .form-group select:focus {
          background: #fff;
          border: 2px solid #ebebeb; }
      .form-cost .fields .form-group .field-button {
        height: 50px;
        width: 100%;
        padding: 10px 20px; }
      .form-cost .fields .form-group.has-error input, .form-cost .fields .form-group.has-error select {
        color: #ff6b6b;
        background: #fff;
        border-color: #ff6b6b; }
      .form-cost .fields .form-group.has-success input, .form-cost .fields .form-group.has-success select {
        background: #fff;
        border: 2px solid #ebebeb; }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-cost .fields .form-group {
        width: 49%; } }
    @media (max-width: 767px) {
      .form-cost .fields .form-group {
        width: 100%; } }

#second-block {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 50px; }
  #second-block .icon-wrap {
    width: 148px;
    height: 148px;
    margin: 20px auto 0;
    background: url("images/icon-bg.png") center no-repeat; }
    
      

.btn-primary {
  background-color: #1073b6;
  border-color: #1073b6;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  padding: 19px 36px;
  color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 64px -11px #1073b6;
  -moz-box-shadow: 0px 0px 64px -11px #1073b6;
  box-shadow: 0px 0px 64px -11px #1073b6; }
  .btn-primary:focus {
    background-color: #1073b6;
    border-color: #1073b6; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #3191d2;
    border-color: #3191d2; }

.btn-bordered {
  background: transparent;
  border: 2px solid #3191d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #313131; }
  .btn-bordered:focus {
    background-color: #3191d2;
    border-color: #3191d2;
    color: #FFF; }
  .btn-bordered:hover, .btn-bordered:active {
    background-color: #3191d2;
    border-color: #3191d2;
    color: #FFF; }

#map-block {
  height: auto; }

#m {
  z-index: -1;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  #m {
    margin-bottom: 115px; } }
@media (max-width: 767px) {
  #m {
    margin-bottom: 240px; } }
.shadow {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 64px -11px #717171;
  -moz-box-shadow: 0px 0px 64px -11px #717171;
  box-shadow: 0px 0px 64px -11px #717171; }

#contacts {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px; }
  #contacts .shadow {
    margin-right: 0px;
    padding: 20px;
    margin-right: 15px;
    margin-left: 15px; }
  #contacts .contacts-brand-logo {
    display: inline-block;
    height: 40px;
    width: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url("images/logo440.png") 0 0 no-repeat;
    background-size: contain; }
  #contacts .slogan {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300; }
  #contacts .items {
    padding: 0 10px; }
  #contacts .item {
    padding: 15px 0 15px 22px;
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    #contacts .item:first-child {
      border-top: 1px solid #e6e6e6; }
    #contacts .item:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
    #contacts .item.item:before {
      content: " ";
      position: absolute;
      height: 20px;
      width: 15px;
      margin-left: -22px;
      margin-top: 2px; }
    #contacts .item.item-phone {
      font-size: 120%;
      font-family: Roboto, Verdana, Ubuntu, sans-serif; }
      #contacts .item.item-phone a {
        color: inherit;
        text-decoration: none; }
    #contacts .item.item-social {
      padding-left: 0px; }
    #contacts .item.item-phone:before {
      margin-top: 1px;
      background: url("images/icon-phone.png") 0 0 no-repeat;
      background-size: auto 100%; }
    #contacts .item.item-time:before {
      background: url("images/icon-time.png") 0 0 no-repeat;
      background-size: 100% auto; }
    #contacts .item.item-address:before {
      background: url("images/icon-map.png") 0 0 no-repeat;
      background-size: 100% auto; }
    #contacts .item span {
      font-size: 13px; }

#contact-block {
  z-index: 10;
  position: relative;
  height: 115px; }
  #contact-block #form-block {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0px;
    padding-bottom: 36px; }
    #contact-block #form-block .shadow {
      padding: 20px;
      margin-right: 15px;
      margin-left: 15px; }
    #contact-block #form-block h2 {
      margin: 20px 0; }
    #contact-block #form-block .form-cost a.auto-type {
      color: #000; }
      #contact-block #form-block .form-cost a.auto-type.active {
        color: #1073b6; }
    #contact-block #form-block .form-cost .fields {
      margin-top: 10px; }
  #contact-block #contacts {
    position: absolute;
    top: 260px; }
    #contact-block #contacts .shadow {
      margin-right: 0px;
      margin-left: 0px; }
  @media (max-width: 991px) {
    #contact-block #contacts {
      top: 315px; } }
  @media (max-width: 767px) {
    #contact-block #contacts {
      top: 700px;
      overflow-x: hidden;
      overflow-y: auto;
      margin-right: -15px;
      margin-left: -15px;
      padding-top: 36px;
      padding-bottom: 36px; }
      #contact-block #contacts .shadow {
        margin-right: 15px;
        margin-left: 15px; }
      #contact-block #contacts .items {
        padding: 0 10px;
        width: 252px;
        margin: 0 auto; } }
  #contact-block i.audi {
    height: 40px;
    width: 80px;
    vertical-align: inherit; }
  #contact-block i.vw {
    height: 40px;
    width: 80px; }
  #contact-block i.skoda {
    height: 40px;
    width: 70px; }
  #contact-block i.direct {
    height: 55px;
    width: 75px; }
  #contact-block i.uniqa {
    height: 40px;
    width: 80px; }
  #contact-block i.csob {
    height: 56px;
    width: 75px; }
  #contact-block i.pillow {
    height: 40px;
    width: 65px; }
  #contact-block i.vzp {
    height: 56px;
    width: 75px; }
  #contact-block i.axa {
    height: 40px;
    width: 33px; }
  #contact-block i.hasic {
    height: 40px;
    width: 80px; }
  #contact-block i.slavia {
    height: 40px;
    width: 80px; }
  #contact-block i.generali {
    height: 56px;
    width: 75px; }
  #contact-block i.wustern {
    height: 40px;
    width: 80px; }
  #contact-block .title {
    padding: 10px 0 0 0; }
  @media (max-width: 767px) {
    #contact-block .title {
      font-size: 3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #contact-block .title {
      font-size: 3.6rem; } }

@media (max-width: 767px) {
  #contact-block {
    height: 240px; } }
.social-icons {
  display: flex;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }
  .social-icons i {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    margin: 0;
    background: url("images/socnet.png") 0 0 no-repeat; }
    .social-icons i.icon-vk {
      background-position: 0px 0px; }
    .social-icons i.icon-fb {
      background-position: -56px 0px; }
    .social-icons i.icon-instagram {
      background-position: -112px 0px; }
    .social-icons i.icon-whatsapp {
      background-position: -168px 0px; }
    .social-icons i:hover {
      opacity: 0.8; }

footer {
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 0px; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 15px; }
    footer ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-bottom: 15px; }
  footer a {
    text-decoration: underline; }
    footer a:active, footer a:hover {
      color: #1073b6; }
  footer .item {
    padding: 0px 0 13px 22px;
    position: relative; }
    footer .item.item:before {
      content: " ";
      position: absolute;
      height: 15px;
      width: 15px;
      margin-left: -22px;
      margin-top: 2px; }
    footer .item.item-phone {
      font-size: 110%; }
      footer .item.item-phone a {
        color: inherit;
        text-decoration: none; }
    footer .item.item-policy:before {
      margin-left: -17px;
      margin-top: 2px;
      background: url("images/icon_policy.png") 0 0 no-repeat;
      background-size: auto 100%; }
  @media (max-width: 767px) {
    footer .row > div {
      text-align: center !important; } }

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }

a {
  color: #2b2b2b;
  text-decoration: none; }
  a:hover {
    color: #1073b6; }

.wrap .main-body {
  padding-bottom: 40px;
  padding-top: 40px; }

@media (max-width: 767px) {
  .site-contact #contacts .shadow {
    margin-right: 0px;
    margin-left: 0px; } }

h1.content-title {
  margin-bottom: 40px; }

.success-message {
  text-align: center;
  margin: 100px 0;
  color: #24c132;
  font-size: 1.5rem; }

/***********************************/
.title {
  font-size: 4.4rem;
  font-weight: 900;
  padding: 28px 0; }

.dott-bg {
  background: url("images/dott-bg.png") 0 0 repeat;
  padding: 0 15px; }

.media-uslugi {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); }
  .media-uslugi .media-heading {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem; }
  .media-uslugi .media-object {
    display: inline-block; }
  .media-uslugi .media-left {
    padding-right: 40px; }
  @media (max-width: 500px) {
    .media-uslugi .media-left {
      display: block;
      padding-right: 0px; } }
  .media-uslugi .media-body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 15px; }
    .media-uslugi .media-body ul {
      padding: 0px;
      padding-left: 20px;
      margin: 0px;
      list-style-type: square; }
    .media-uslugi .media-body li {
      color: #1073b6; }
      .media-uslugi .media-body li span {
        color: #313131; }

#questions-block {
  background: url("images/bg1.jpg") center 0 no-repeat;
  position: relative;
  margin-top: 30px; }
  #questions-block .title {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 3.6rem; }
  #questions-block .sub-header {
    font-weight: 300;
    font-size: 2.4rem;
    color: #fff; }
  #questions-block .btn {
    margin: 20px 0 70px; }
  #questions-block #man {
    height: 120%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: url("images/man.png") left 0 no-repeat;
    background-size: contain; }

#advantages-block .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
#advantages-block .advantages {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 5.5rem;
  padding-top: 1rem;
  margin-bottom: 30px; }
#advantages-block .advantages-item {
  text-align: center;
  padding-bottom: 2.5rem;
  padding-top: 1.5rem; }
#advantages-block .advantages-item-header {
  font-size: 3.1rem;
  line-height: 6rem;
  font-weight: 900;
  color: #1073b6; }
#advantages-block .advantages-item-body {
  font-size: 1.6rem; }

@media (min-width: 1200px) {
  #questions-block {
    margin-top: 80px; } }
@media (min-width: 992px) {
  #questions-block {
    padding-bottom: 150px; }
    #questions-block .title {
      font-size: 4.4rem; }

  #advantages-block .advantages {
    margin-top: -150px; }
  #advantages-block .advantages-item {
    flex-basis: 19%;
    width: 19%;
    padding: 0px !important;
    border-right: 1px solid #eaeaea; }
    #advantages-block .advantages-item:last-child {
      border-right: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #questions-block {
    padding-bottom: 0px; }
    #questions-block #man {
      height: 100%; }

  #advantages-block .advantages {
    margin-top: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #questions-block {
    padding-bottom: 0px; }
    #questions-block .title {
      margin-top: 20px;
      padding-bottom: 15px; }
    #questions-block .btn {
      margin: 15px 0 30px; }
    #questions-block #man {
      height: 100%; }

  #advantages-block .advantages {
    padding-bottom: 2rem; }
    #advantages-block .advantages .title {
      font-size: 3.6rem; }
  #advantages-block .advantages-item {
    flex-basis: 45%;
    width: 45%;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea; }
    #advantages-block .advantages-item:nth-child(2n) {
      border-right: none; }
    #advantages-block .advantages-item:last-child {
      flex-grow: 2;
      border-bottom: none;
      border-right: none; } }
@media (max-width: 767px) {
  #questions-block {
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px; }
    #questions-block .title {
      margin-top: 30px;
      padding-bottom: 15px; }
    #questions-block .btn {
      margin: 15px 0 50px; }
    #questions-block #man {
      display: none; }

  #advantages-block .advantages {
    padding-bottom: 2rem; }
    #advantages-block .advantages .title {
      font-size: 2.8rem;
      padding-left: 15px;
      padding-right: 15px; }
  #advantages-block .advantages-item {
    flex-basis: 90%;
    width: 90%;
    border-bottom: 1px solid #eaeaea; }
    #advantages-block .advantages-item:last-child {
      border-bottom: none; } }
@media (max-width: 767px) {
  #images-block img {
    width: 100%; } }
#text-block {
  padding: 2rem 0; }

#request-modal .title {
  font-size: 3.6rem;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0 15px 0; }
#request-modal .form-cost {
  margin-top: 10px; }
  #request-modal .form-cost .form-group {
    width: 100%; }
#request-modal .icons i.audi {
  height: 40px;
  width: 102px;
  vertical-align: inherit; }
#request-modal .icons i.vw {
  height: 40px;
  width: 40px; }
#request-modal .icons i.skoda {
  height: 40px;
  width: 40px; }
#request-modal .icons i.direct {
  height: 40px;
  width: 40px; }
#request-modal .icons i.uniqa {
  height: 40px;
  width: 40px; }
#request-modal .icons i.csob {
  height: 40px;
  width: 40px; }

/***** modal *******/
@media (min-width: 768px) {
  .modal-sm {
    width: 400px; } }
.modal-header {
  padding: 15px 15px 0px 0px;
  border: none; }
  .modal-header .close {
    width: 20px;
    height: 20px;
    background: url("images/close.png") 0 0 no-repeat;
    color: transparent;
    font-size: 0px; }

/*# sourceMappingURL=style.css.map */


.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 25px;
  height: 50%;
  width: 100%;
}

img {
  object-fit: cover;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bg {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
  margin: 50px 0 50px 0;
}

.text-blk.title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin: 0 0 15px 0;
}


.text-blk.desc {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  max-width: 750px;
}

.responsive-container-block.blocks {
  width: 100%;
  min-height: 0px;
  justify-content: space-between;
  max-width: 1320px;
}

.responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
  width: 30%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-blk.info-block {
  width: 85%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  margin: 30px 0 30px 0;
}

.responsive-container-block.person {
  width: 90%;
  min-height: 0px;
  height: auto;
  margin-top: 0px;
  margin-right: 31.25px;
  margin-bottom: 20px;
  margin-left: 31.25px;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.icon-block {
  width: 22%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.text-block {
  width: 78%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.text-blk.name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  height: auto;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.text-blk.desig {
  line-height: 16px;
  height: auto;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.responsive-container-block.big-container {
  justify-content: center;
  padding: 0 50px 0 50px;
}

@media (max-width: 1024px) {
  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 47%;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content.bottom {
    margin-top: 5%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25%;
  }

  .text-blk.desc {
    width: 70%;
  }

  .responsive-container-block.person {
    margin-top: 5%;
    margin-right: 31.25px;
    margin-bottom: 0px;
    margin-left: 31.25px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.person {
    margin-top: 21.9375px;
    margin-right: 31.25px;
    margin-bottom: 20px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .responsive-container-block.person {
    margin-top: 0px;
    margin-right: 31.25px;
    margin-bottom: 0px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    height: 50%;
    font-size: 17px;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5%;
    margin-left: 0px;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    width: 85%;
    font-size: 17px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 30px;
  }

  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content.bottom {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.blocks {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .responsive-container-block.bg {
    flex-wrap: nowrap;
  }

  .responsive-container-block.person {
    margin-top: 0px;
    margin-right: 31.25px;
    margin-bottom: 20px;
    margin-left: 31.25px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .text-blk.desig {
    font-size: 15px;
  }

  .text-blk.name {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .responsive-cell-block.wk-desk-1.wk-tab-1.wk-mobile-1.wk-ipadp-1.content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8%;
    margin-left: 0px;
  }

  .text-blk.desc {
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-blk.title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 26px;
  }

  .text-blk.info-block {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 20px 0;
  }

  .text-blk.desc {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .responsive-container-block.big-container {
    padding: 0 30px 0 30px;
  }

  .text-blk.name {
    font-size: 17px;
  }

  .text-blk.desig {
    font-size: 15px;
  }
}
