
/*
Theme Name: Транспортная компания «Караван» v 1.1
Theme URI:
Description: Тема оформления сайта транспортной компании «Караван»
Author: Студия дизайна и верстки «Web Кабинет»™
Version: 1.1
.
Licension: Лицензия на использование принадлежит студии дизайна и верстки «Web кабинет»™.
Все права защищены. Незаконное копирование портит карму.
.

Colors:
  DarkBlue: #00374E
  Red: #CB493F;
*/


/* Новый стиль Май 2024 */
a {text-decoration: none !important;}
/* Карточки банков */
.card-bank {max-width: 28rem; border-radius: 8px; border: 2px solid #ccc;} 
/* копировать */
.fa-clipboard{padding: 0;margin: 0; color:rgb(0, 160, 35);margin-left: 7px;}
.copy-clipboard i:hover{color:#000;cursor: pointer;}
  
  html, body, div, span, applet, object, iframe,
  blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }
  .post ol, .post  ul{
    margin-left: 20px;
    padding: initial;
    list-style: initial;
  }
  .post li{
  margin-bottom: 10px;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
/* *{
    box-sizing: border-box;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
            } */

body {
  font: 11pt/15pt 'Roboto', Arial, sans-serif;
  height: 100%;
  background: #FBFEFF;
}
.post .left, .post .alignleft {float:left; margin-right: 20px;}
.post .right, .post .alignright {float:right; margin-left: 20px;}
.post .center, .post .aligncenter { display:block;margin: 10px auto;}
.category{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* min-height: 500px; */
}
.category-post{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 10px */
}

/* Bootstrap 3 width fix */
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1503px) {
  .container {
    width: 1473px;
  }
}

.btn-karavan {
  border: 0;
  border-radius: 5px;
  padding: .8em 1.8em;
  color: #fff;
  fill: #fff;
  background: #CB493F;
}
.btn-karavan:hover {
  color: #CB493F;
  fill: #CB493F;
  background: #fff;
}
.btn-karavan svg{
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}


@media (min-width: 1280px) {
  .row-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-flex>.item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top_block_header{
  padding-top: 15px;
}
.logo{
  background: url(../img/logo_header.png) no-repeat;
  background-size: contain;
  height: auto;
  padding-left: 185px;
  padding-top: 10px;

}
a.logo:focus,
a.logo:hover {
  text-decoration: none;
}
.title-site{
  color: #00374E;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: initial;
}
.subtitle-site{
  color: #00374E;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: smaller;
  line-height: initial;
  text-transform: uppercase;
}
.top_block_header .phone{
  margin-top: 18px;
}
.top_block_header .col_2{
  margin-top: 30px;
}
.top_block_header .col_2 img{
  margin-bottom: -7px;
}
a.zakaz-online{
  text-decoration: none!important;
  border-bottom: 1px dashed;
}
.top_block_header .col_2 a{
  /* text-decoration: underline; */
  color:#00374E;
}
a.send-zakaz{
  text-decoration: none;
  border-bottom: 1px dashed;
}
a.buy-zakaz{
  text-decoration: none;
  border-bottom: 1px solid;
}
a.online-link{
  text-decoration: none;
}
@media (max-width: 767px){
  .top_block_header .col_2{
    padding-right:0;
    padding-left:0;
    position: inherit;
  }
  .top_block_header .col_2 ul.sub-menu {
    position: absolute;
    left: 20px;
    right: 20px;
  }
  .top_block_header .phone, .top_block_header .col_2{
    margin-top: 0;
  }
}

.header {
  background: #fbfeff;
  z-index: 100;
}
@media (min-width: 768px){
  .header {
    position: sticky;
    top: 0;
  }
}

.header .online a {
  font-size: inherit;
  line-height: 19px;
  color: #00374E;
  white-space: nowrap;
}
.online a img,
.phone button img {
  vertical-align: middle;
}
.header .online a,
.header .online a:hover {
  text-decoration: none;
  display: block;
  margin-right: calc(-50px + 4vw);
}
.header .online a span {
  position: relative;
}
.header .online a span::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #00374E;
  right: 0;
}
.header .col_2 a:hover+ul.sub-menu, a+ul.sub-menu:hover {
    display: block;
}
.header .col_2 a+ul.sub-menu li a {
    display: block;
    padding: .5em 0 .3em;
}

.header .phone button {
  background: #00374E;
  color: #fff;
  fill: #fff;
}
.header .phone button:hover {
  background: #CB493F;
  color: #fff;
  fill: #fff;
}

.header .phone a {
  color: #00374E;
}

.phone a.number {
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-top: 8px;
  white-space: nowrap;
}
.phone a.number:hover {
  text-decoration: none;
}
.phone a .number__red{
  color: #CB493F;
}
.phone a .number__descr{
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-size: 13px;
}

.header .block_menu{
  margin-top: 20px;
  border-top: 1px solid #B3DAEA;
}
.header .block_menu ul.menu{
  display: flex;
  justify-content: space-between;
}
.header .block_menu ul.menu>li {
  position: relative;
  z-index: 4;
}
.header .block_menu ul li.menu-item-has-children>a::after {
  content: '\f078';
  font-family: "FontAwesome";
  font-size: .6em;
  margin-left: .3em;
  vertical-align: top;
  text-decoration: none;
}
.header .block_menu ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header .block_menu ul.menu>li>a {
  text-transform: uppercase;
  display: block;
  padding: 1em 0;
}
.header .block_menu ul.menu>li>a:hover {
  text-decoration: none;
  color: #CB493F;
}
.header ul.sub-menu {
  position: absolute;
  padding: 1em 1.5em 2em;
  background: #FBFEFF;
  top: 90%;
  z-index: 5;
  left: -2.25em;
  right: -2.25em;
  width: initial;
  display: none;
  box-shadow: 0px 14px 13px rgba(0, 55, 78, 0.51);
  text-align:left;
}
.header .block_menu .menu a {
  color: #00374E;
}
.header .block_menu .menu .sub-menu a {
  display: block;
  padding: .5em 1em;
  position: relative;
}
.header .block_menu .menu .sub-menu a:hover {
  text-decoration: none;
  color: #CB493F;
}
.header .block_menu .menu .sub-menu a:hover::after,
.header .block_menu .menu .sub-menu li.current-menu-item a::after {
  content: "";
  position: absolute;
  top: .6em;
  left: -1.5em;
  display: block;
  width: .3em;
  height: 1em;
  background: #CB493F;
}


/* menu for mobile */
.header .navbar-toggle {
  margin-right: 0;
}
.header .navbar-toggle .icon-bar{
  background: #00374E;
  width: 27px;
  height: 3px;
}



.slider-1{
  /*background: url('img/slider_bg.jpg') no-repeat right center;*/
  background-size: cover;
  max-height: 480px;
  /*padding-right: 50px;*/

}
.slogans{
  text-align: right;
}
.slogan_1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 127px;
  line-height: 92px;
  text-align: right;
  text-transform: uppercase;
  color: #FBFEFF;
  margin-bottom: 12px;
}
.slogan_2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 59px;
  line-height: 75px;
  text-align: right;
  text-transform: uppercase;
  color: #FBFEFF;
}
.slogan_3{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  text-align: right;
  font-size: 33px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FBFEFF;
}
.slogan_eng{
  font-family: Rajdhani;
  font-style: normal;
  font-weight: bold;
  line-height: 88.5%;
  text-transform: uppercase;
  color: #C8E6F2;
  text-shadow: 0px 4px 4px rgba(0, 55, 78, 0.42);
  margin-bottom: 3vh;
  font-size: 44px;
  margin-top: -36px;
}
.slider .link {
  display: flex;
  align-items: center;
  width: calc(140px + 22vh);
  height: 8vh;
  background: rgba(0, 55, 78, 0.8);
  box-shadow: 0px 8px 16px rgba(0, 55, 78, 0.42);
  border-left: 1vh solid #CB493F;
  margin-bottom: 2vh;
}
.slider .link span {
  color: #fff;
  padding: 0 1em 0;
  font-size: calc(.5rem + 1vh);
}

.slider .link:hover {
  background: #CB493F;
  border-left: 1vh solid #CB493F;
}


.slider-2{
  background: #00374E;

}
.header .slider-2{
    height: 500px;
  max-width: 590px;
}
.effer_form{
  max-width: 309px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin:auto;

  color: #9FC0CE;
}
.slider-2{
  color: #fff;
  padding: 20px 25px;
  background-repeat: no-repeat;
  background-position: 279px 127px;
}
.header .slider-2{
  background-image: url(../img/Arrow-1.png);
}
.slider-2 .title{
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  /*margin-top: 1vh;*/
  margin-bottom: 5px;
}

.slider-3{

  height: 60vh;

}

.promotion .row {
  margin: 0 8px;
  padding: 50px 0 0;
}
.promoution__item{
  border: 1px solid #C1DCE8;
  text-align: center;
  padding: 15px;
  height: 110px;
  width: calc(20% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 75px 8px 40px;

}
@media (max-width: 766px) {
  .promoution__item{
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
    display: block;
    float: none;
  }
}
.promoution__item .thumb{
  margin: -40px auto 20px;
  background: #fbfeff;
  width: 90px;
}
.promoution__item h4{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #00374E;
}
.commerce{
  background: #F1FBFF;
  padding-top: 54px;
  padding-bottom: 77px;
}
.commerce .title, .long .title, .autopark .title, .zakaz .title, .map .title, .spektr .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: xx-large;
  line-height: 41px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;
  color: #00374E;
  margin-bottom:51px;
}
.spektr .title{
  color:#CB493F;
  width: 100%;
  text-align:center;
}

.commerce .post{
  background: #fff;
  padding:27px;

}
.commerce .post .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  text-transform: none;
  color: #00374E;
  margin-bottom: 21px;
}

.commerce .thumb img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.commerce .post .entry{
  font-size: 14px;
  line-height: 16px;

  color: #737373;
}
.more{
  margin-top:22px;
}
.more a{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  text-decoration-line: underline;

  color: #00374E;
}
.callback{
  /*height: 247px;*/
  background: #00374E;
  padding-top: 54px;
  padding-bottom: 77px;
}
.callback .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: xx-large;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00374e;
  width: fit-content;
  margin: auto;
  margin-bottom: -20px;
  padding: 0 5%;
  position: relative;
  max-width: 100%;
}
.form{

  text-align: center;
  color: #fff;
  border:1px solid #476F7F;
  padding-top: 54px
}
.subform{
  background: #00374e;
  width: fit-content;
  margin: auto;
  margin-bottom: -53px;
  padding-left: 70px;
}
label{
  margin-right: 34px;
  text-align:left;
  font-weight: 300;
  font-size: 14px;
}
input{
  margin-top:11px;
  background: #F1FBFF;
  border-radius: 22px;
  border: none;
  padding: 10px;
  font-weight: normal;
  padding-left: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  color:#000;
  border: 1px solid transparent;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input[type="submit"]{
  background: #CB493F;
  border-radius: 10px;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;

}
.form span{
display: block;
text-align: left;
}
.callback input[type="text"], .name{
  background-image: url(../img/icons8-collaborator-male-50.png);
  background-repeat: no-repeat;
  background-position: 14px center;


}
input[type="tel"]{
  background-image: url(../img/icons8-phone-50.png);
  background-repeat: no-repeat;
  background-position: 14px center;

}
.in, .ves, .ob, .mail, .name{
  background-repeat: no-repeat;
  background-position: 14px center;

}
.in{
  background-image: url(../img/in.png);
}
.ves{
  background-image: url(../img/ves.png);
}
.ob{
  background-image: url(../img/ob.png);
}
.mail{
  background-image: url(../img/mail.png);
}


.header .slider-2 label{
  display: inline-block;
  width: 47%;
  margin-right: 5%;
  margin-bottom:12px;
}
.slider-2 label{
  width: 100%;
margin-bottom:12px;
}
.slider-2 label input{
  width: 100%;
}
.slider-2 input[type="submit"]{
  display: block;
  margin: 19px auto 0;
  /*padding-left: 75px;*/
  /*padding-right: 75px;*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.slider-2 label.ed{
  width: 47%;
  margin-right: 3%;
}
.header .slider-2 label.ed{
margin-right: 5%;
}
.header .slider-2 label.ed{
  width: 21%;
}
.header .slider-2 label:nth-child(3n+2){
  margin-right:0;
}
.long, .autopark, .zakaz, .map{
  padding-top: 54px;
  padding-bottom: 77px;
}
.long .post{
  background: #EEFBFF;
  padding: 25px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.long .post .thumb{
  float: left;
  /*margin-right: 25px;*/
}
.long .post .thumb img{
  max-width: 100%;
  height: auto;
}
.thumb .full img{
  width: 100%;
  height: auto;
}
.long .post .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-transform:inherit;
  color: #00374E;
  text-align: left;
  margin-bottom: 21px;
}
.long .post .entry{
  font-size: 14px;
  line-height: 16px;
  color: #737373
}
.auto{
  background: #FBFEFF;
  text-align: center;
  margin-bottom: 20px;
  padding: 54px 0 41px;
}
.auto .thumb img{
  max-width: 90%;
  height:auto;
}
.gruz{
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;

  color: #00374E;
  margin-bottom:15px;
}
.gruz span{
  color:#CB493F;
}
.obem{
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #737373;
}
.gabarit{
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #737373;
  margin-bottom:15px;
}
.auto button{
  background: #FBFEFF;
  border: 1px solid #00374E;
  font-size: 15px;
  color: #00374E;
  padding: 10px 20px;
}

.zakaz .row-flex {
  align-items: stretch;
}
.zakaz .item{
  width: calc(100% / 6);

}

.zakaz_li{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C1DCE8;
  text-align: center;
  padding: 45px 10px 10px;
  position: relative;
  height: 100%;
}
.zakaz_li .step {
  font-family: Saira Condensed;
  position: absolute;
  font-size: 100px;
  font-weight: 900;
  line-height: 69px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 0;
  color: rgba(200, 224, 234, 0.36);
  overflow: hidden;
}
.zakaz_li .step span {
  margin-right: -5px;
}
.zakaz .title{
  margin-bottom:101px;
  z-index: 2;
}
.zakaz_li .thumb {
    position: absolute;
    left: auto;
    right: auto;
    top: -43px;
    width: 86px;
    height: 86px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cb493f;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zakaz_li .title{
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #00374E;
  margin-bottom: 0;
  padding-top: 10px;
}
.map{
  background: #fff;
}
.map .img{
  height: 70vh;
}
.map .subtitle{
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  color: #00374E;
  margin-bottom: 15px;
  margin-top:54px;

}
.map .title span{
  font-weight: 600;
}
.map .subtitle span{
  font-weight: 600;
}
.map .sub-subtitle{
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;

  color: #CB493F;
}
.footer{
  min-height: 250px;
  background: #00374E;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 54px;
}
.footer .logo{
  background: url(../img/logo_footer.jpg) no-repeat;
  height: 80px;
  margin-bottom: 10px;
}
.footer .social a {
  /*margin-left: calc(-60px + 5.5vw)*/
}
.footer .social img {
  height: 3em;
  padding: .3em;
}
.footer .social .bank-cards {
  padding-top: 1rem;
}

.footer .phone {
  /*margin-left: 2vw;*/
}
.footer .phone a {
  color: #fff;
}
.footer .phone button {
  background: #CB493F;
  color: #fff;
  fill: #fff;
}
.footer .phone button:hover {
  background: #fff;
  color: #CB493F;
  fill: #CB493F;
}



#menu-footer a{
  color: #fff;
  text-decoration: underline;
}
#menu-footer li{
  margin-bottom:8px;
}
.social{

}
.tel{

}
.button{

}
.footer_2{
  border-top: 2px solid #004461;
  margin-top: 30px;
  box-shadow: 0px -2px 0 #002E41;;
}
.about{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 30px;
}
.copyright, .it{
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.it{
  font-size: 14px;
}

/* fix theme switcher admin menu  */
#wpadminbar select {
  color: #444;
}

.breadcrumbs{
  border-left: 3px solid #CB493F;
    padding-left: 18px;
    margin-bottom: 40px;

}
.breadcrumbs [itemprop="itemListElement"] a{
  color:#000;
  text-decoration: underline;
}
.breadcrumbs .current{
  color: #737373;
}
.post{
  margin-bottom:56px;
}
.post .title{
  font-family: Roboto;
font-style: normal;
font-weight: normal;
/* font-size: 35px; */
line-height: 41px;
/* identical to box height */

text-transform: uppercase;

color: #00374E;
}
@media (max-width: 767px){
  .post .title{
    font-size: x-large;
  }
}
.post .thumb{
  margin-top: 15px;
  margin-bottom:30px;

}
.post .thumb img{

  max-width: 100%;
  height: auto;
}
.post p{
  margin-bottom: 10px;
}
.content_page{
  margin-top: 100px;
    margin-bottom: 75px;
}
.spektr{
display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.spektr__item{
display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    width: calc(20% - 23px);
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    color:#00374E;
}

.spektr__item .thumb{
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom:16px;
}


.pphone{
  background:url(../img/phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 80px;
  font-size: 29px;
line-height: 34px;
font-weight: bold;
/* identical to box height */



}
.pphone a{
  color: #00374E;
}
.email{
  background:url(../img/email.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 80px;
  font-size: 29px;
line-height: 34px;
font-weight: bold;
/* identical to box height */


color: #00374E;
}
.whatsapp{
  background:url(../img/whatsapp.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 80px;
  font-size: 29px;
line-height: 34px;
font-weight: bold;
/* identical to box height */


color: #00374E;
}
.telegramm{
  background:url(../img/telegramm.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 80px;
  font-size: 29px;
line-height: 34px;
font-weight: bold;
/* identical to box height */


color: #00374E;
}
.viber{
  background:url(../img/viber.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  min-height: 80px;
  font-size: 29px;
line-height: 34px;
font-weight: bold;
/* identical to box height */


color: #00374E;
}
.pphone, .email, .whatsapp, .telegramm, .viber{
    padding-top: 14px;

}

.pphone span, .whatsapp span, .telegramm span, .viber span{
  display: block;
  font-weight: bold;
font-size: 13px;
line-height: 15px;

color: #CB493F;

}
.pphone span{
  color: inherit;
}
span.red{
  color: #CB493F;
  display: inherit;
  font-size: inherit;

}
@media (max-width: 767px){
  .header {
    margin-bottom: 0;
  }
  .slider-2{
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 54px;
  }
  .phone{
    text-align: center;
  }
  .header .block_menu{
    overflow: hidden;
  }
  .header .logo{
    height: 52px;
    padding-left: 0;
    text-align: right;
    background-size: contain;
    padding-top: 7px;
    margin-bottom: 30px;
    background-position: 20px;
  }
  .title-site{
    font-size: 24px;
    margin-top: 14px;
  }
  .subtitle-site{

  }
  .header .online a, .header .online a:hover {
    margin-right: auto;
  }
  .online{
    margin-left:-15px;
  }
  .btn-karavan{
    margin-top: 27px;
    margin-bottom: 20px;
  }
  .commerce {
    background: #fff;
    padding-bottom: 0;
    padding-top: 0
  }
  .long {
      padding-top: 0;
      padding-bottom: 77px;
  }
  .long .post {
      background: #fff;
      padding: 0;

  }
  .form {
      border: none;

  }
  .subform {
      padding-left: 0;
      max-width: 100%;
  }
  label {
      margin-bottom: 20px;
          margin-right: 0;
  }
  .footer {
      padding-top: 10px;
      padding-bottom: 30px;
  }
  .footer .logo {
      padding-left: 0;
      background-position: center;
  }

  .social {
    margin-top: 30px
  }
  .footer .phone {
       margin-left: 0;
       margin-top: 30px
  }

  .header .block_menu ul.menu {
    display: block;
    margin-top: 2em;
  }
  .header .block_menu {
    position: fixed;
    top: 0; bottom: 0;
    width: 100%;
    background: #fff;
    display: block!important;
    margin: 0;
    z-index: 100;
    overflow-y: auto;
    padding: 2em 1em;
    right: -100%;
    left: 100%;
    transition: left .4s, right .4s;
  }
  .header .block_menu.active{
    right: 0;
    left: 0
  }
  .header .block_menu .close {
    padding: 0 .3em;
    font-size: 2em;
  }

  .header .block_menu ul.menu>li>ul.sub-menu {
    position: relative;
    display: block;
    left: 0; right: 0;
    background: transparent;
    box-shadow: none;
    padding: 0em .5em 0em;
  }
  .spektr__item{
  display: initial;
    width: 100%;
    margin-right: 0;

}

}
select:focus, input:focus { outline: 0 none; } textarea:focus { outline: 0 none; } button:focus { outline: 0 none; }
/*анкеты*/
.anketa input, .anketa select, .anketa textarea, .anketa .input, .anketa .button {
  display: block;
    border: 1px solid #9FC0CE;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 26px;
    background: none;
    margin-top: 11px;
    border-radius: 22px;
}
.anketa .input {
  border: none;
}
.anketa .form-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #00374E;
    margin: 15px 14px 3px;
}
.anketa .form-title img{
  margin-right: 12px;
  margin-bottom: -4px;
}
.else{
    font-size: large;
    line-height: 33px;
    color: #CB493F;
}
.anketa input[type="submit"],
.anketa .button {
  background: #CB493F;
  border-radius: 10px;
  color: #fff;
  border: none;
}
.anketa .button {
  background: #00374e;
  font-weight: normal;
  text-align: center;
}
.anketa ::-webkit-input-placeholder {color:#88AEBE;}
.anketa ::-moz-placeholder          {color:#88AEBE;}/* Firefox 19+ */
.anketa :-moz-placeholder           {color:#88AEBE;}/* Firefox 18- */
.anketa :-ms-input-placeholder      {color:#88AEBE;}

.anketa .wpcf7-field-group {
  position: relative;
}
.anketa .wpcf7-field-group .wpcf7-field-group-add,
.anketa .wpcf7-field-group .wpcf7-field-group-remove {
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(../img/plus.png);
  border: none;
  opacity: .2;
  color: transparent;
  font-weight: normal;
  border-radius: 11px;
}
.anketa .wpcf7-field-group:hover .wpcf7-field-group-add,
.anketa .wpcf7-field-group:hover .wpcf7-field-group-remove {
  opacity: 1;
}
.anketa [class*="inventory_name"] input {
  margin-bottom: 0;
}
.anketa .wpcf7-field-group .wpcf7-field-group-remove {
  bottom: 28px;
  background: url(../img/minus.png);
}
.anketa .wpcf7-field-group .wpcf7-field-group-add {
  display: none;
}
.anketa .wpcf7-field-group:last-child .wpcf7-field-group-add {
  display: block;
}
.anketa .wpcf7-field-group:last-child .wpcf7-field-group-remove {
  bottom: 40px;
}

.anketa select[name="loading_type"] { color:#aaa; }
.anketa select[name="loading_type"] option { color:#000; }
.anketa select[name="loading_type"] option[value=""] { color:#aaa; }

.autocomplete-suggestions {
  margin-left: -10%;
  min-width: fit-content;
}
input[type="submit"]:active, label.button:active, .phone button:active{
  opacity: .7
}
input[type="submit"]:hover, label.button:hover, .phone button:hover{
  opacity: .9
}
i.star{
  color: #cb493f;
}

@media (max-width: 767px){
  .spektr .title{
    font-size:x-large;
  }
  .content_page {
    margin-bottom: 75px;
  }
  .map .img {
      height: 33vh;
  }
}
.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error {
    border-bottom: 2px solid #cb493f;
    outline: none;
}

.wpcf7-not-valid {
  background-color:rgba(203,73,63, .3)!important;

}


span.wpcf7-not-valid-tip {
  display: none
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  text-align:center;
      border: 2px solid #f00;
      color: #f00;
      border-radius: 6px;
    padding: 10px;
    font-weight: bold;
}
.slider-2 .wpcf7-not-valid, .callback .wpcf7-not-valid, .popmake-content .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  background-color:#fff!important;
}
.slider-2 input .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  background-color:#fff!important;
}


/* для видимости автозаполнения в попапе */
div.pac-container {
   z-index: 2000000000 !important;
}
.attention{
text-align: center;
    font-size: small;
    color: #cb493f;
    margin-bottom: 12px;
}

/* Форма оплаты */

.payform #robokassa-form {
  padding: 0 1rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 40px auto;
}
.payform #robokassa-form .input-holder {
  position: relative;
  max-width: 256px;
  margin: auto;
}
.payform #robokassa-form .input-holder i {
  position: absolute;
  left: 15px;
  top: 15px;
}
.payform #robokassa-form .input-holder i img {
  width: 16px;
  height: 16px;
}
.payform #robokassa-form input{
  padding-left: 40px;
  }
.payform #robokassa-form input[type='submit'] {
  max-width: 256px;
  margin: auto;
  margin-top: 25px;
}
.payform #robokassa-form p.descr{
  display: block;
  text-align:center;
  padding: 30px 15px 30px;
  font-size: 14px;
  line-height: 16px;
}
#pay-back {
  background-color: #F1FBFF;
}
@media (min-width: 992px) {
  .payform #robokassa-form {
    padding: 0 4rem;
  }
  .payform .container-fluid .col-md-6 {
    height: 250px;
  }

  /* Анимация фона */
  .payform .container-fluid img,
  .payform .container-fluid .img {
    max-width: 100%;
    opacity: .2;
    transition: opacity 2s;
  }
  .payform .container-fluid img.hopacity,
  .payform .container-fluid .img.hopacity {
    opacity: .8;
  }
}

.tel {
    background-image: url(../img/icons8-phone-50.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}
.pum-theme-8 .pum-container, .pum-theme-tema-po-umolchaniyu .pum-container {
    background-color: #00374E!important;
}
.pum-theme-8 .pum-title, .pum-theme-tema-po-umolchaniyu .pum-title {
    color: #fff!important;
    text-align: center!important;
    text-transform: uppercase!important;
    margin: 0!important;
    padding-top: 40px;
}
.pum-theme-8 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
    right: 9px!important;
    top: 0!important;
    font-size: 30px!important;
    background-color: transparent!important;
}
.pum-theme-27458 .pum-title, .pum-theme-floating-bar .pum-title {
    text-align: center!important;
    padding-top: 40px;
    text-transform: uppercase;
}
div#wpcf7-f58853-o1 .row {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: wrap!important;
}

.pum-theme-27458 .pum-title, .pum-theme-floating-bar .pum-title, .pum-theme-27458 .pum-content, .pum-theme-floating-bar .pum-content {
    color: #fff!important;
}
.flex_col-lg-4 .col-lg-4 {
    width: 82%;
    float: none;
}
.flex_col-lg-4 {
    display: flex!important;
    justify-content: center!important;
    width: 100%!important;
    flex-wrap: wrap!important;
    align-items: center!important;
}
.pum-theme-27458 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close {
    right: 9px!important;
    top: 26px!important;
    color: #fff!important;
    font-size: 30px!important;
    border: none!important;
}

div#wpcf7-f58853-o1 .effer_form {
    padding-bottom: 30px;
}
div#wpcf7-f115-o4 .effer_form {
    display: none!important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    background-color: #00374E!important;
}
.padding {
    padding-bottom: 40px;
}
.box_gorod {
    position: relative;
    width: 100%;
    padding: 0 0 35px 60px;
    max-width: 265px;
}
.bukva {
    position: absolute;
    top: 0;
    left: 0;
    color: #bdbdbd;
    font-size: 60px;
    font-weight: 400;
    width: 55px;
    text-align: center;
}
.box_gorod:hover .bukva {
    color: #ffab1b;
}
.link_goroda a {
    color: #5c5c5c;
    text-decoration: none;
}
.link_goroda a:hover {
  color: #ffab1b;
}
.flex_gorod {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 40px;
}
.bl_form {
    padding: 70px 0 0;
}
.forma_flex {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
}
.col-lg-4.forma {
    width: 100%;
}
.col-lg-4.forma span.wpcf7-form-control-wrap.person_family input, .col-lg-4.forma span.wpcf7-form-control-wrap.person_phone input, .forma_goroda_page.padding input, .bl_form input {
    border: 1px solid #00000030;
}
div#wpcf7-f58945-o3 .wpcf7-response-output {
    max-width: 500px;
    margin: 0 0 20px;
}
.bl_form .col-lg-12.attention.forma {
    text-align: left;
    padding: 0;
}
.bl_form .text.forma {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.col-lg-4.forma {
    width: 100%;
    padding: 0;
}
.col-lg-3.forma {
    width: 50%;
    padding: 0;
}
h1.title.padding {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
    color: #00374E;
    text-align: center;
}
.bl_form .effer_form {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    color: #000;
    max-width: 309px;
    margin: 0;
}
.goroda_page h1.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: xx-large;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #00374E;
    margin-bottom: 51px;
}
.padding h2 {
    font-size: 16px;
}
.flex_text_img {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
.item2_text_img {
    padding-top: 10px;
    float: none !important;
    width: auto !important;
}
.item1_text_img {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    margin-left: -15px;
}
.img_box_item_licen:first-child {
    width: 100%;
    max-width: 380px;
}
.img_box_item_licen {
    width: 100%;
    margin: 15px;
    max-width: 175px;
}
.img_box_item_licen img {
    width: 100%;
}
.img_box_item_licen a:before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/icon_lupa.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 5;
    transition: .5s;
}
.img_box_item_licen a {
    display: block;
    position: relative;
}
.img_box_item_licen:hover a:before {
    opacity: 1;
}
.item1_box_tel_img {
    padding: 55px 0px 55px 70px;
}
.box_tel_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #1566a5;
    margin: 40px 0;
}
.title_box_tel_img {
    color: #666;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 1.5;
}
.text_box_tel_img {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 40px;
}
.text_box_tel_img span {
    font-weight: 700;
}
.tel_box_tel_img {
    color: #1566a5;
    font-size: 36px;
    font-weight: 500;
}
.tel_box_tel_img p a:hover {
    text-decoration: none;
}
.item2_box_tel_img img {
    width: 100%;
    height: auto;
}
.item2_box_tel_img, .item1_box_tel_img {
    width: 50%;
}
.padding li:before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 6px;
    background: #1566a5;
}
.padding li {
    position: relative;
    padding-left: 30px;
    margin: 15px 20px;
}
.dop_text_goroda.padding {
    padding: 0;
}
.forma_goroda_page.padding {
    background: #fafafa;
    padding: 40px 0;
    position: relative;
}
.title2_form {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: block;
    margin: 40px 0 10px;
}
.text2_form {
    color: #394b50;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    z-index: 4;
}
.forma_goroda_page.padding .effer_form {
    color: #000;
}
.page-template-page-goroda .row, .page-template-page-gorod .row {
    margin-right: 0;
    margin-left: 0;
}
.flex_bl_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #dadada;
    margin-bottom: 40px;
}
.item1_bl_info, .item2_bl_info {
    padding: 25px 35px;
    flex: 1 1;
    transition: 0.20s linear 0s;
    background: #FBFEFF;
}
.item2_bl_info {
    border-left: 1px solid #dadada;
}
.title_bl_info {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin: 0 0 15px;
}
.title_bl_info.beff:before {
    display: block;
    content: "";
    width: 22px;
    height: 16px;
    background: url(../img/flag_icon.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 2px;
    background-size: 22px;
}
.title_bl_info.beff {
    position: relative;
    padding-left: 30px;
}
.tel_info a, .mail_info a {
    color: #1566a5;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-left: 15px;
    margin: 0;
}
.tel_info a:hover, .mail_info a:hover {
    text-decoration: none;
}
.tel_info p, .mail_info p {
    position: relative;
    padding-left: 30px;
}
.mail_info p:before {
    display: block;
    content: "";
    width: 22px;
    height: 14px;
    background: url(../img/mail_icon.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 6px;
    background-size: 22px;
}
.tel_info p:before {
    display: block;
    content: "";
    width: 15px;
    height: 22px;
    background: url(../img/tel_icon.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 2px;
    background-size: 15px;
}
.bl_form .text2_form {
    text-align: left;
}
.banner_top img {
    display: block;
    width: 100%;
}
.bl_1 h1.title {
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.text_bl_1 {
    font-size: 28px;
    font-weight: 500;
}
.box_bl_1 {
    text-align: right;
}
.bl_1 .forma_flex {
    width: 100%;
    justify-content: center;
}
.bl_1 {
    padding: 40px 0 60px;
}
.form_bl_1 {
    background: #00374e;
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    padding: 20px 25px;
    max-width: 435px;
    float: right;
}
.bl_1 .titl_for {
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 1.5;
}
.flex_link_pop {
    padding: 40px 0;
}
.bl_1 .col-lg-4.forma span {
    color: #fff;
}
.bl_1 .col-lg-4.forma {
    text-align: left;
}
.flex_link_pop button.popapp_calc.popmake-325.pum-trigger, .box_button_calk button {
    background: url(../img/clc.png) 14px center #00374e no-repeat;
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 12px 14px 50px;
    letter-spacing: 1px;
    position: relative;
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    border: none;
}
.bl_1 .wpcf7-not-valid {
    background-color: #fff!important;
}
.bl_1 .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.flex_link_pop .btn-karavan:hover {
    opacity: 0.8;
}
.bl_2 {
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
    background: #00374e;
    text-align: center;
}
.flex_bl_2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.preim {
    width: 20%;
}
.preim_title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
}
.bl_3 {
    padding: 65px 0;
    background-position: 100% 0%!important;
    background-size: contain!important;
}
.flex_bl_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_box_bl_3 {
    width: 50%;
    padding-left: calc((100vw - 1500px)/2);
}
.title_bl_3, .title_bl_4, .title_bl_5, .title_bl_6, .title_bl_7 {
    color: #323030;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin-bottom: 60px;
}
.title_bl_3:after, .title_bl_4:after, .title_bl_5:after, .title_bl_6:after, .title_bl_7:after {
    content: ' ';
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #cb493f;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pere_title {
    display: block;
    margin: 24px 0;
    padding: 0px 0 0px 35px;
    font-size: 21px;
    position: relative;
    line-height: normal;
}
.pere span {
    counter-increment: item;
    display: block;
    position: absolute;
    top: -5px;
    left: -17px;
    background: #fff;
    border: 2px solid #cb493f;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    padding-top: 4px;
    color: #323030;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.pere_punktov {
    padding: 0;
    list-style: none;
    border-left: 2px dotted #cb493f;
    counter-reset: item;
}
.pere {
  position: relative;
}
.bl_4 {
    background: #f5f5f3;
    padding: 40px 0 35px;
}
.item1_box_bl_4 {
    width: 19%;
}
.title_bl_4 {
    line-height: 1.2;
    margin: 0;
}
.title_bl_4:after {
    width: 2px;
    height: 100%;
    bottom: 0;
    left: auto;
    right: 40px;
    margin-left: 0px;
    top: 40%;
}
.item2_box_bl_4 {
    display: flex;
    justify-content: center;
    width: 60%;
    flex-wrap: wrap;
}
.flex_bl_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nal {
    width: 33.333%;
    text-align: center;
}
.nal_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px;
}
.nal_img img {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.bl_5 {
    padding: 55px 0;
}
.flex1_bl_5, .flex2_bl_5, .flex3_bl_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.item1_flex1, .item1_flex2, .item1_flex3 {
    width: 20%;
}
.item2_flex1, .item2_flex2, .item2_flex3 {
    width: 53%;
}
.title_flex1, .title_flex2, .title_flex3 {
    color: #001021;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.34px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 25px;
}
.title_flex1:before {
    display: block;
    content: "";
    width: 15px;
    height: 21px;
    background: url(../img/specialist-user.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
}
.title_flex2:before {
    display: block;
    content: "";
    width: 24px;
    height: 17px;
    background: url(../img/car-mini.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
}
.title_flex3:before {
    display: block;
    content: "";
    width: 18px;
    height: 21px;
    background: url(../img/shield.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
}
.text_flex1 ul li, .text_flex2 ul li, .text_flex3 ul li {
    color: #001021;
    font-size: 18px;
    letter-spacing: 0.34px;
    text-align: left;
    padding: 6px 0 6px 15px;
    position: relative;
}
.text_flex1 ul li:before, .text_flex2 ul li:before, .text_flex3 ul li:before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #707070;
    opacity: 0.2;
    border-radius: 8px;
    top: 11px;
    left: 0;
}
.slider_pochemu1 .owl-dots, .slider_pochemu2 .owl-dots, .slider_pochemu3 .owl-dots {
  display: none;
}
.flex1_bl_5, .flex2_bl_5 {
    padding-bottom: 60px;
}
.slider_pochemu1 .owl-next:before, .slider_pochemu1 .owl-prev:before, .slider_pochemu2 .owl-next:before, .slider_pochemu2 .owl-prev:before, .slider_pochemu3 .owl-next:before, .slider_pochemu3 .owl-prev:before {
    display: block;
    content: "";
    width: 33px;
    height: 35px;
    background: url(../img/arrow.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.slider_pochemu1 .owl-next, .slider_pochemu1 .owl-prev, .slider_pochemu2 .owl-next, .slider_pochemu2 .owl-prev, .slider_pochemu3 .owl-next, .slider_pochemu3 .owl-prev {
    position: absolute;
    display: block;
    width: 33px;
    height: 35px;
    right: -65px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slider_pochemu1 .owl-prev, .slider_pochemu2 .owl-prev, .slider_pochemu3 .owl-prev {
    left: -65;
    right: auto;
}
.slider_pochemu1 .owl-next:hover:before, .slider_pochemu1 .owl-prev:hover:before, .slider_pochemu2 .owl-next:hover:before, .slider_pochemu2 .owl-prev:hover:before, .slider_pochemu3 .owl-next:hover:before, .slider_pochemu3 .owl-prev:hover:before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s;
    opacity: 1;
}
.slider_pochemu1 .owl-prev:before, .slider_pochemu2 .owl-prev:before, .slider_pochemu3 .owl-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bl_6 {
    padding: 65px 0 100px;
}
.flex_bl_6 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 260px;
}
.item_bl_6 {
    width: 18%;
    padding: 20px 0;
    font-size: 16px;
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    background: rgb(203 73 63);
    color: #fff;
    text-align: center;
    align-self: flex-start;
    margin: 0 20px;
}
p.nun {
    font-size: 70px;
    line-height: 60px;
    color: #00374e;
    font-weight: 800;
}
.item_bl_6:nth-child(2n) {
    background: rgb(0 55 78);
    align-self: flex-end;
}
.item_bl_6:nth-child(2n) p.nun {
    color: #cb493f;
}
.bl_7 {
    padding: 50px 0;
}
.slider_reviews .owl-next:before, .slider_reviews .owl-prev:before {
    display: block;
    content: "";
    width: 29px;
    height: 50px;
    background: url(../img/arrows.png) 0 0 no-repeat;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
}
.slider_reviews .owl-next, .slider_reviews .owl-prev {
    position: absolute;
    display: block;
    width: 29px;
    height: 50px;
    right: -65px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slider_reviews .owl-prev {
    left: -65px;
    right: auto;   
}
.img_box_item img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.slider_reviews .owl-next:before {
    background-position: -29px 0px;
}
.flex_col7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews_img {
    max-width: 180px;
    height: 160px;
}
.item1_flex_col7 {
    width: 19%;
}
.item2_flex_col7 {
    width: 79%;
}
.reviews_img img {
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl_8 .container, .bl_7 .container {
    max-width: 1170px;
}
.reviews_text {
    font-style: italic;
    font-size: 18px;
}
.reviews_name {
    font-weight: 700;
}
.box_button {
    position: absolute;
    right: 0;
    bottom: -6px;
    z-index: 999;
}
.box_bl_7 {
    position: relative;
}
.slider_reviews .owl-dots {
    padding-top: 40px;
}
.bl_8 {
    background: #f5f5f3;
    padding: 70px 0 30px;
}
.col8_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.col8_img {
    width: 17%;
}
.col8_box {
    width: 80%;
}
.col8_img img {
    width: 100%;
    display: block;
}
.col8_title {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
}
.col8_title:before {
    content: ' ';
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #cb493f;
    text-transform: uppercase;
    left: 0;
}
.col8_text ul {
    list-style: disc;
    padding-left: 15px;
    margin: 10px 0;
}
.col8_text ul li {
    padding: 2px 0;
}
div#popmake-329 div#wpcf7-f58853-o2 .col-lg-3 {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.col-lg-4 textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 11px;
    background: #F1FBFF;
    border-radius: 22px;
    border: none;
    padding: 10px;
    font-weight: normal;
    padding-left: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    color: #000;
    border: 1px solid transparent;
}
div#wpcf7-f28678-o1 .col-lg-3 {
    float: none;
    width: 100%;
    max-width: 250px;
}
.col-lg-12 .row.distance_calc label {
    margin: 0;
}
div#wpcf7-f59023-o1 .wpcf7-response-output, div#wpcf7-f59023-o1 .effer_form, div#wpcf7-f59023-o1 .col-lg-4 span {
    color: #fff;
    text-align: center;
}
.item_licen a {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.owl-nav.disabled, .owl-nav {
    text-indent: -9999px;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-nav.disabled+.owl-dots{margin-top:25px}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-dots .owl-dot span {
  background: #fff;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{background:#fac629}
.owl-dots .owl-dot span {
    background: #ececec;
    width: 20px;
    height: 20px;
    margin: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #cb493f;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: 4px solid #fff0;
  border-radius: 50%;
  margin: 0 1px;
}

.owl-dot.active, .owl-dots .owl-dot:hover {
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.col-lg-10.col-lg-offset-1 .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
    text-align: center;
}
.col-lg-10.col-lg-offset-1 .wpcf7 form.invalid .wpcf7-response-output, .col-lg-10.col-lg-offset-1 .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: center;
}
.wpcf7-not-valid:focus {
    background-color: #fff!important;
}
.page-template-page-reviews form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-reviews .col-lg-12 input[type="submit"] {
    background: #CB493F!important;
    padding-left: 35px!important;
    padding-right: 35px!important;
    color: #fff!important;
    width: auto!important;
    margin: 0 auto!important;
    display: inline-block!important;
    font-weight: 400;
    padding: .8em 1.8em!important;
    border: none!important;
    font-size: 14px!important;
    border-radius: 5px!important;
}
.page-template-page-reviews .col-lg-12 form.wpcf7-form.invalid, .page-template-page-reviews .col-lg-12 form.wpcf7-form.sent {
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-reviews .col-lg-12 .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}
.page-template-page-kvartirnyj-pereezd div#wpcf7-f59023-o1 .flex_col-lg-4 .col-lg-3, .col-lg-12.form_gorod input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 250px;
}
.box_button button.btn.btn-karavan.popapp_calback.popmake-59024.pum-trigger {
    border: none;
    display: inline-block;
    font-size: 11px;
    margin: 0 5px;
    padding: 5px 15px;
    position: relative;
    top: -9px;
    border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
    background: #cb493f;
    color: #fff;
    text-transform: uppercase;
}
.title_form {
    padding: 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: block;
}
.col-lg-12.form_gorod .col-xs-12.col-lg-6.col-lg-offset-3 {
    text-align: center;
}
.flex_forms .col-lg-4 {
    float: none;
    width: 100%;
    max-width: 620px;
}
.title_forms {
    padding: 0px 0 30px 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    color: #000;
    display: block;
}
.bl_form .effer_forms {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    color: #000;
    max-width: 319px;
    margin: 0;
    padding-left: 15px;
    font-size: 12px;
}
.text_forms {
    padding: 0 0 15px 15px;
}
.page-template-page-goroda .wpcf7 form.sent .wpcf7-response-output, .page-template-page-gorod .wpcf7 form.sent .wpcf7-response-output, .page-template-page-new .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
    text-align: left;
}
.dop_2 .col-lg-4 {
    width: 19%;
    padding: 0 10px;
}
.dop_2 .col-lg-3 {
    width: 24%;
    padding: 0 10px;
}
section.hidden-xs.dop_2.padding_boot {
    padding-bottom: 40px;
}
.dop_2 .subform {
    padding: 0 20px;
}
.flex_button_calk {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box_button_calk {
    padding-left: 30px;
}
.flex_statej {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.col6_box .preim_img img {
    width: 100%;
    display: block;
    transition: .5s;
    height: 100%;
    object-fit: cover;
}
.col6 {
    width: 100%;
    max-width: 338px;
    -webkit-box-shadow: 0 6px 26px -5px rgb(97 61 2 / 30%);
    box-shadow: 0 2px 18px -5px rgb(0 55 78 / 27%);
    margin: 10px;
    overflow: hidden;
}
.col6_box {
    position: relative;
}
.col6_box .preim_title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #00374e;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.col6:hover .preim_img img {
    transform: scale(1.1);    
}
.container-fluid, .footer, header.header {
    width: 100%;
}
.flex_statej .col-lg-6.col-xl-4.col-md-12 {
    width: 33%;
    margin: 20px 0;
}
.col-lg-6.col-xl-4.col-md-12 a img.attachment-medium {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.flex_statej .col-lg-6.col-xl-4.col-md-12 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.meta-date {
    padding-top: 20px;
    font-weight: 700;
}
a.number.tell {
  display: none;
}
.flex_statej .preim_img {
    height: 338px;
}
.col6_box:hover .preim_title {
    background: #cb493f;
}
.commerce .row, .long .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commerce .row .col-lg-4.hidden-xs .thumb a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 307px;
}
.commerce .row .col-lg-4.hidden-xs .thumb a img {
    height: 100%;
    object-fit: cover;
}
.commerce .row .col-lg-4.hidden-xs:first-child h2.title, .commerce .row .col-lg-4.hidden-xs:first-child .more a {
    color: #CB493F;
}
.commerce .row .col-lg-4.hidden-xs .thumb a img, .long .col-lg-6.hidden-xs .row.post .col-lg-6.thumb > a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.long .col-lg-4.hidden-xs .thumb a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.long .col-lg-4.hidden-xs .thumb a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 307px;
}
.long .col-lg-6.hidden-xs .row.post .col-lg-6.thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 283px;
}
.kontakty_top_item img {
    margin: 0 20px 0 0;
    width: 52px;
}
.kontakty_bottom_item .kontakty_img img {
    float: none;
    display: block;
}
.flex_kontakty_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.kontakty_bottom_item {
    width: 33.333%;
    margin-bottom: 2%;
    padding: 0 20px 0 0;
}
.kontakty_item_link_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.kontakty_title {
    font-size: 1.1em;
    line-height: 30px;
    margin-bottom: 10px;
    border-left: 3px solid #00374e;
    padding-left: 30px;
    background: #EEE;
    font-weight: bold;
    color: #00374e;
}
.tel_kont_link {
    background: url(../img/phone_2.png) no-repeat 5px 2px;
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
    color: #00374e;
}
.contact_item_email {
    background: url(../img/email_34.png) no-repeat 5px 2px;
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
    color: #00374e;
}
.box_text_kontakty a {
    color: #00374e;
}
a.whatsapp_kont_link {
    display: block;
    padding: 10px;
    text-align: center;
    width: 200px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 8px;
    border-bottom: 3px solid #6e716f;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 2px #292c2940;
    background: #43d854;
    transition-property: background-color,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
a.whatsapp_kont_link:hover {
    box-shadow: none;
    color: #000;
    border-bottom: 3px solid transparent!important;
}
a.whatsapp_kont_link i.fa.fa-whatsapp:before {
    padding-right: 10px;
}
.text_kontakty b {
    font-weight: 700;
}
.box_text_kontakty a.tops {
    font-size: 18px;
    font-weight: 700;
}
.box_kontakty_top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kontakty_top_item {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    max-width: 315px;
    width: 100%;
}
.wpcf7 *, .wpcf7, .popmake, .popmake * {
    outline: none!important;
}
.new_text_head {
    text-align: center;
    padding: 15px 0;
    background: #cb493f;
    margin-top: -20px;
    font-size: 18px;
    color: #fff;
}
.closer_clik {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform .3s ease-in;
}
.dad_span_1, .dad_span_2 {
    position: absolute;
    width: 13px;
    height: 2px;
    background-color: #fff;
    left: 4px;
}
.dad_span_1 {
    transform: rotate(45deg);
    top: 10px;
}
.dad_span_2 {
    top: 10px;
    transform: rotate(-45deg);
}
.flex_text_head {
    text-align: center;
    position: relative;
}
a.closer {
    position: absolute;
    top: -2px;
    right: 50px;
    display: block;
}
.fixed {
    position: fixed!important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 10px 2px rgb(51 51 51 / 20%);
    margin-top: 0;
}
.flex_text_head button.popmake-325.pum-trigger {
    color: #fff!important;
    border: none;
    background: #cb493f!important;
    padding: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex_text_head button.popmake-325.pum-trigger:hover {
  text-decoration: underline;
}
.flex_bl_1_34 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding-right: calc((100vw - 1805px)/2);
}
.bl1_item2_34 {
    position: relative;
    border-radius: 1rem;
    background-color: #fefefe;
    padding: 16px 0px 24px;
    width: 30%;
}
.bl1_item1_34 {
    width: 42%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 513px;
}
.bl1_item1_34 img {
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.separator {
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 0.25rem;
    margin: 20px 0;
}
.form_pereezd_item {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0 40px;
}
.form_pereezd_btn span.wpcf7-spinner {
    position: absolute;
    right: -15px;
    bottom: 10px;
}
.form_pereezd_btn input[type="submit"] {
    display: block;
    margin: 0;
}
.form_pereezd_btn {
    padding: 0 40px;
}
.desc {
    padding: 0 40px;
    margin: 8px 0 16px;
    font-size: 12px;
}
.form_pereezd_item input {
    border-radius: 1rem;
    border-width: 2px;
    border-color: #b8d9e7;
    background: #fff;
    padding: 6px 16px;
}
.bl1_form_34:after {
    content: "";
    display: block;
    width: 90%;
    height: 95%;
    position: absolute;
    left: 13px;
    top: 11%;
    border-radius: 1rem;
    background-color: #00374e;
    box-shadow: 0 0 15px 0 rgb(0 55 78 / 70%), -10px -5px 25px 0 rgb(0 55 78 / 70%);
    z-index: -1;
}
.bl1_form_34:before {
    content: "";
    display: block;
    width: 22px;
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: -22px;
    background: url(../img/five-minutes-vert.svg) 105% 50% no-repeat;
    background-size: contain;
}
.bl1_form_34 {
    position: relative;
}
.bl_2_34 {
    padding: 60px 0 40px;
    position: relative;
}
.title_bl_2_34 {
    color: #cb493f;
    font-size: 60px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 25px;
    position: relative;
}
.title_bl_2_34 span {
    font-weight: 700;
}
.text_bl_2_34 {
    font-size: 36px;
    color: #3f3f46;
    font-weight: 400;
    margin: 0;
}
.flex_bl_2_34 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bl2_item1_34 {
    width: 46%;
}
.bl2_item2_34 {
    width: 49%;
}
.box_bott_bl_2_34 {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bl2_flex_34 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 356px;
}
.img_item_bl3 {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_item_bl3 img {
    display: block;
    width: 100%;
    height: 100%;
}
.title_item_34 {
    font-size: 16px;
    color: #3f3f46;
    margin: 0;
}
.bl2_fl_item1_34 {
    margin-right: 16px;
}
.bl2_item2_34 ul {
    list-style: disc;
    padding: 0 0 0 18px;
}
.bl_3_34 {
    background: #E4E4E7;
    padding: 45px 0 60px;
    position: relative;
}
.bl_2_34, .bl_5_34, .bl4_form_box_34, .bl_6_34, .bl_7_34 {
    position: relative;
}
.bl_3_34:before, .bl_2_34:after, .bl4_form_box_34:after, .bl_5_34:before, .bl_5_34:after, .bl_6_34:before, .bl_6_34:after, .bl_7_34:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url(../img/line.svg) 50% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
}
.bl_2_34:after, .bl4_form_box_34:after, .bl_5_34:after, .bl_6_34:after {
    bottom: 10px;
}
.bl_3_34:before, .bl_5_34:before, .bl_6_34:before, .bl_7_34:before {
    top: 10px;
}
.title_bl_3_34 {
    color: #cb493f;
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 32px;
    margin: 0;
}
.title_uslug_34 {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #00374e;
    display: flex;
    width: 328px;
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: 0 0;
    transform: rotate(270deg) translateX(-57px);
    letter-spacing: .12em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_bl_3_34 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.item_bl_3_34 {
    width: 100%;
    max-width: 310px;
    border-radius: 0.5rem;
    background: #FAFAFA;
    margin: 1% 1% 3% 1%;
    position: relative;
}
.img_uslug_34 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 149px;
    overflow: hidden;
    border-radius: 0.5rem;
}
.img_uslug_34 img {
    height: 100%;
    display: block;
}
.meta_bl_3_34 {
    padding: 18px 16px 30px 66px;
}
.btn_out_text:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(161,161,170,var(--tw-bg-opacity));
    width: 90%;
    height: 3px;
    bottom: -9px;
    left: 5%;
    right: 5%;
}
.btn_out_box button {
    border-radius: 8px;
    background: #cb493f;
    color: #fff;
    font-size: 17px;
    padding: 7px 0;
    border: none;
    box-shadow: 0 10px 15px -3px rgb(203 73 63 / 30%), 0 4px 6px -4px rgb(203 73 63 / 30%);
}
.podtitle_uslug_34 {
    color: #71717a;
    font-size: 14px;
    padding-bottom: 28px;
}
.opisanie_uslug_34 {
    color: #27272a;
    font-size: 18px;
    font-weight: 500;
}
.title_meta_uslug_34 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 57px;
    z-index: 2;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(250,250,250,var(--tw-bg-opacity));
}
.btn_out_box {
    margin-bottom: -20px;
    text-align: center;
}
.btn_out_box button:hover {
    background-color: #ce6a63;
}
.btn_out {
    min-width: 110px;
}
.btn_out_text {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.text_bl_4_34 {
    padding: 36px 32px 44px 56px;
    background: #FAFAFA;
    border-left: 8px solid #00374e;
}
.title_bl_4_34 {
    font-size: 48px;
    color: #cb493f;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
}
.bl_4_34 {
    padding: 80px 0 155px;
}
.bl_4_34 {
    background-image: url(../img/cont_top.png),url(../img/cont_bottom.png),url(../img/cont_base.png);
    background-position: top,bottom,50%;
    background-repeat: no-repeat,no-repeat,repeat-y;    
}
.podtitle_bl_4_34 {
    padding-bottom: 65px;
    color: #cb493f;
    font-size: 24px;
    margin: 0;
}
.flex_bl_4_34 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.item1_bl_4_34 {
    width: 51%;
}
.item2_bl_4_34 {
    width: 37%;
}
.item2_bl_4_34 img {
    display: block;
    width: 100%;
    height: 100%;
}
.bl4_form_34 {
    position: relative;
    border-radius: 1rem;
    background-color: #fefefe;
    max-width: 1248px;
    margin: 0 auto;
    margin-top: -40px;
    padding: 0 45px;
}
.bl4_form_34:after {
    content: "";
    display: block;
    width: 410px;
    height: 22px;
    position: absolute;
    top: -20px;
    right: 16px;
    background: url(../img/five-minutes-hor.svg) 105% 50% no-repeat;
    background-size: contain;
}
.bl4_form_34:before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    left: 5%;
    top: 0;
    border-radius: 1rem;
    background-color: #00374e;
    box-shadow: 0 0 15px 0 rgb(0 55 78 / 50%), 0 0 25px 0 rgb(0 55 78 / 20%);
    z-index: -1;
}
.bl4_form_box_34 {
    height: 128px;
}
.bl4_form_34 .wpcf7 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.bl4_form_34 .form_pereezd_flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.bl4_form_34 .form_pereezd_item {
    width: 23%;
    padding: 0 15px;
    margin: 0;
}
.bl4_form_34 .form_pereezd_flex input {
    margin: 11px 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
}
.bl4_form_text_34 {
    text-align: center;
    margin: 8px 0 16px;
    padding: 0 36px;
    font-size: 14px;
    color: #52525b;
}
.bl4_form_34 .wpcf7-response-output {
    position: absolute;
    bottom: -80px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0!important;
    max-width: 1200px;
    margin: 0 auto!important;
}
.bl4_form_34 .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}
.mob_item_bl_5_34, .slider_bl_8_34 .owl-dots {
    display: none;
}
.item1_bl_5_34 {
    color: #fff;
    text-shadow: #1e3232 0 0 2px, #1e3232 0 0 5px, #1e3232 0 0 10px, #1e3232 0 0 16px;
    width: 42%;
}
.flex_bl_5_34 {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
.bl_5_34, .bl_6_34, .bl_7_34 {
    padding: 115px 0 75px;
}
.title_bl_5_34 {
    font-size: 36px;
    padding-bottom: 32px;
    margin: 0;
    font-weight: 400;
}
.text_bl_5_34 ul {
    list-style: disc;
    padding: 30px 0 0 32px;
}
.item1_bl_5_34 .btn_out_box {
    margin-bottom: 0px;
    text-align: left;
    padding-top: 50px;
}
.item1_bl_5_34 .btn_out_box button {
    padding: 9px 10px;
}
.item1_bl_5_34 .btn_out_box button .btn_out_text:after {
    bottom: -12px;
}
.bl_6_34 .flex_bl_5_34 {
    justify-content: flex-start;
}
.bl_6_34 .item1_bl_5_34, .bl_7_34 .item1_bl_5_34 {
    text-shadow: none;
    color: #3f3f46;
}
.slider_bl_8_34 .owl-next:before, .slider_bl_8_34 .owl-prev:after, .slider_bl_8_34 .owl-prev:before, .slider_bl_8_34 .owl-next:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #B9D9E6;
}
.slider_bl_8_34 .owl-next:after {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg,0deg);
    -ms-transform: skew(35deg,0deg);
    transform: skew(35deg,0deg);
}
.slider_bl_8_34 .owl-next:before {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg,0deg);
    -ms-transform: skew(-35deg,0deg);
    transform: skew(-35deg,0deg);
}
.slider_bl_8_34 .owl-prev:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
}
.slider_bl_8_34 .owl-prev:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
}
.slider_bl_8_34 .owl-next, .slider_bl_8_34 .owl-prev {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    right: -65px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 5px 5px 5px 5px;
}
.slider_bl_8_34 .owl-prev {
    left: -65px;
    right: auto;   
}
.slider_bl_8_34 .owl-next:hover:before, .slider_bl_8_34 .owl-prev:hover:after, .slider_bl_8_34 .owl-prev:hover:before, .slider_bl_8_34 .owl-next:hover:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #cb493f;
}
.bl_8_34 .item1_bl_4_34 {
    width: 100%;
}
.bl_8_34 {
    padding: 45px 0 60px;
}
.bl8_form_box_34 {
    --tw-bg-opacity: 1;
    background-color: rgba(228,228,231,var(--tw-bg-opacity));
    padding: 72px 0 30px;
}
.bl8_form_box_34 .bl4_form_34 {
    margin-top: 0px;
}
.img_bl_8_34 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl2_item1_34 .flex_link_pop {
    padding: 0;
}
.bl2_item1_34 .flex_link_pop {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -40%);
}
.bl1_form_34 .wpcf7-response-output {
    color: #000!important;
}
.slogans {
    text-align: right;
    text-shadow: #1e3232 0 0 2px, #1e3232 0 0 27px, #1e3232 0 0 0px, #1e3232 0 0 0px;
}
.slider {
    background: url(../img/slider_bg_1920.jpg) no-repeat left top;
    /* background-size: cover; */
    /* background-position-x: 500px; */
}
.bl4_form_34 .wpcf7-response-output {
    z-index: 999;
    background: #fff;
}
.bl4_form_34 .form_pereezd_btn span.wpcf7-spinner {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}
div#popmake-118447 {
    background: #fff!important;
    min-width: 730px!important;
}
div#popmake-118676 {
    max-width: 600px!important;
    background: #fff!important;
}
div#popmake-118447 i.fa.fa-times, div#popmake-118676 i.fa.fa-times {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}
div#popmake-118447 .col-lg-3 {
    width: 31%;
    float: left;
}
div#popmake-118447 button.pum-close.popmake-close, div#popmake-118676 button.pum-close.popmake-close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
    -moz-box-shadow: inset 0 0 2px -2px hsla(0,0%,40%,.8),0 0 6px -2px rgb(241 242 243);
    box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
    background: url(../img/close1.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
}
div#popmake-118447 div#pum_popup_title_118447 {
    padding-bottom: 15px;
}
div#popmake-118447 .col-lg-4 {
    width: 38.333333%;
}
div#popmake-118447 .col-lg-4 input {
    padding: 0 10px;
    min-width: 206px;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(27,42,48,.2);
    box-shadow: inset 0 2px 1px 0 rgb(27 42 48 / 20%);
    font-size: 15px;
}
.popmake .col-lg-3 {
    float: none;
    margin: 0 auto;
}
.item_forms_title {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    color: inherit;
}
span.item_forms_title2 {
    font-weight: 500;
    font-size: 14px;
}
.item_forms {
    padding-bottom: 20px;
}
.item_forms_text2 {
    text-align: center;
    font-size: 12px;
    max-width: 75%;
    margin: 0 auto;
}
.item_forms_text1 {
    padding-bottom: 10px;
}
.item_forms input {
    padding-left: 20px;
}
div#popup-callback {
    display: none;
}
div#popmake-118676 .wpcf7-response-output {
    color: #000;
}
.fixed2 {
    position: fixed!important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 10px 2px rgba(51, 51, 51, 0.2);
}
.box_mob_link_foot {
    position: fixed;
    bottom: 0;
    background: #f3f3f3;
    width: 100%;
    padding: 45px 0 10px;
    box-shadow: 0 1px 10px 2px rgba(51, 51, 51, 0.2);
}
.flex_mob_link_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 85px;
    position: relative;
}
div#topcontrol {
    bottom: 100px!important;
}
.item_mob_link_foot a, .item_mob_link_foot button {
    position: relative;
    font-size: 12px;
    color: #9BA2A8;
}
button.link_calk_bott {
    border: none;
    padding: 0;
    background: #f3f3f3;
}
a.link_home_bott:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_home_bott.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, -50%);
    background-size: 23px;
}
a.link_auto_bott:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_auto_bott.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, -50%);
    background-size: 23px;
}
button.link_calk_bott:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_calk_bott.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, -50%);
    background-size: 20px;
}
a.link_cont_bott:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_cont_bott.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, -50%);
    background-size: 23px;
}
.box_mob_link_foot .container {
    min-width: 300px;
    max-width: 500px;
}
.item_mob_link_foot .link_menu_bott {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 29px;
}
.item_mob_link_foot {
    position: relative;
}
.item_mob_link_foot2 span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f3f3f3;
    border: 1px solid #000;
    position: absolute;
    top: 10px;
}
span.icon_bar1 {
    left: 10px;
}
span.icon_bar2 {
    left: 22px;
}
span.icon_bar3 {
    left: 34px;
}
.item_mob_link_foot2 {
    position: absolute;
    right: 22px;
    bottom: 0;
    padding-top: 0;
    height: 50px;
    width: 50px;
}
.flex_mob_link_head {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popmake-118676.pum-trigger {
    display: inline-block;
    padding-left: 3px;
}
.clik_wa, .clik_calk_link {
    background: #cb493ff2;
    color: #fff;
    fill: #fff;
    padding: 15px 20px;
    width: 49.5%;
    text-align: center;
}
a#link_clik_wa {
    color: #fff;
    fill: #fff;
    padding-left: 3px;
}
a#link_clik_wa:hover {
    text-decoration: none;
}










































@media (max-width: 1190px) {
.dop_2 .col-lg-4 {
    width: 100%;
}
.dop_2 .subform {
    padding: 0px 30px 40px;
    width: 100%;
}
.dop_2 .col-lg-3 {
    width: 100%;
}
.col-lg-6.hidden-xs .row.post .col-lg-6.thumb {
    width: 100%;
}
div#popmake-118447 .col-lg-4, div#popmake-118447 .col-lg-3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
}














}







@media (max-width: 991px) {
.item2_box_tel_img {
    display: none;
}
.item1_box_tel_img, .item1_bl_info, .item2_bl_info, .item1_box_bl_4, .item2_box_bl_4, .item2_flex1, .item2_flex2, .item2_flex3 {
    width: 100%;
}
.img_box_item_licen:first-child, .img_box_item_licen {
    width: 100%;
    max-width: 200px;
}
.bl_form {
    background-position: 65% 100%!important;
}
.img_box_item_licen img {
    width: 100%;
    display: block;
    max-width: 100%;
    font-size: 100%;
    vertical-align: baseline;
}
.flex_bl_info, .flex_bl_4, .flex1_bl_5, .flex2_bl_5, .flex3_bl_5 {
    display: block;
}
.item2_bl_info {
    border-left: none;
    border-top: 1px solid #dadada;
}
.item1_text_img {
    margin-left: 0;
}
.bl_1 h1.title {
    font-size: 42px;
}
.text_bl_1 {
    font-size: 18px;
}
.preim {
    width: 100%;
    padding-bottom: 30px;
}
.bl_3 {
    background: #f5f5f3!important;
}
.item_box_bl_3 {
    width: 100%;
    padding-left: 0;
}
.title_bl_4 {
    color: #323030;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin-bottom: 60px;
}
.title_bl_4:after {
    width: 60px;
    height: 2px;
    bottom: 0;
    right: 40px;
    margin-left: 0px;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item1_flex1, .item1_flex2, .item1_flex3 {
    width: 100%;
    padding-bottom: 30px;
}
.flex_bl_6 {
    display: block;
    height: auto;
}
.item_bl_6 {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 300px;
}
section.hidden-xs.dop_2 {
    display: block!important;
}
div#popmake-118447 {
    min-width: 0%!important;
}
























}































@media (max-width: 770px) {
.bl1_form_34:before, .text_bl_2_34 br, .bl4_form_34:after {
    display: none;
}
.mob_item_bl_5_34 {
    display: block;
}  
.item1_box_tel_img {
    padding: 25px 0px 25px 25px;
}
.item1_text_img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: none;
}
.img_box_item_licen img {
    height: 200px;
    object-fit: cover;
}
.item2_text_img {
    padding: 15px;
}
.title_box_tel_img {
    font-size: 22px;
}
.tel_box_tel_img {
    font-size: 32px;
}
.box_tel_img {
    margin: 0px 0 20px;
}
.img_box_item_licen:first-child, .img_box_item_licen {
    max-width: 320px;
}
.forma_flex {
    width: 70%;
}
.bl_form {
    padding: 40px 0 0;
}
.nal {
    width: 100%;
    padding-bottom: 30px;
}
.item_licen a {
    height: auto;
}
.slider_pochemu1 .owl-prev, .slider_pochemu2 .owl-prev, .slider_pochemu3 .owl-prev {
    left: -20;
}
.slider_pochemu1 .owl-next, .slider_pochemu2 .owl-next, .slider_pochemu3 .owl-next {
    right: -20px;
}
.slider_reviews .owl-next, .slider_reviews .owl-prev {
    top: auto;
    bottom: 50px;
}
.slider_reviews .owl-prev {
    left: 0;
}
.box_button button.btn.btn-karavan.popapp_calback.popmake-59197.pum-trigger {
    top: 0;
}
.slider_reviews .owl-next {
    right: 0;
}
.slider_reviews .owl-dots {
    padding-top: 100px;
}
p.nun {
    font-size: 50px;
}
.title_bl_3, .title_bl_4, .title_bl_5, .title_bl_6, .title_bl_7 {
    line-height: 1.4;
}
.bl_6 {
    padding: 65px 0 40px;
}
.col6 {
    width: 47%;
    max-width: none;
    margin: 10px auto;
}
.flex_statej {
    justify-content: center;
}
.flex_statej .col-lg-6.col-xl-4.col-md-12 {
    width: 100%;
    max-width: 300px;
}
header.header .col-xs-12.col-lg-4 {
    text-align: center;
}
a.number.tell {
    background: #00374E;
    color: #fff;
    fill: #fff;
    border: 0;
    border-radius: 5px;
    padding: .8em 1.8em;
    display: block;
    max-width: 215px;
    margin: 0px auto 10px;
    text-decoration: none;
}
a.number.tell:hover {
    background: #CB493F;
    color: #fff;
}
section.hidden-xs.dop_2 .subform {
    padding: 0;
}
.commerce .row .col-lg-4.hidden-xs:first-child, .long .row .col-lg-6.hidden-xs:first-child, .commerce .row .col-lg-4.hidden-xs, .long .row .col-lg-6.hidden-xs, .long .row .col-lg-4.hidden-xs {
    display: block!important;
}
.kontakty_bottom_item {
    width: 50%;
}
.flex_text_head {
    display: inline-block;
    padding-right: 30px;
}
a.closer {
    right: 0px;
}
.bl_4_34 {
    background-image: url(../img/cont_top_sm.png),url(../img/cont_bottom_sm.png),url(../img/cont_base_sm.png);
}
.bl1_item1_34, .bl1_item2_34, .bl2_item1_34, .bl2_item2_34, .item1_bl_4_34, .item2_bl_4_34, .item1_bl_5_34, .bl4_form_34 .form_pereezd_item {
    width: 100%;
}
.title_bl_2_34, .title_bl_3_34, .title_bl_4_34 {
    font-size: 36px;
}
.text_bl_2_34, .podtitle_bl_4_34 {
    font-size: 24px;
}
.text_bl_2_34 {
    padding-bottom: 30px;
}
.bl_5_34 {
    background: #1E3232!important;
}
.bl_6_34 {
    background: #D5D2CA!important;
}
.bl_7_34 {
    background: #E3E3E2!important;
}
.slider_bl_8_34 .owl-next {
    right: 65px;
}
.slider_bl_8_34 .owl-prev {
    left: 65px;
}
.mob_item_bl_5_34 img {
    display: block;
    width: 100%;
    height: 100%;
}
.bl_5_34, .bl_6_34, .bl_7_34 {
    padding: 0px 0 45px;
}
.bl_2_34 {
    padding: 40px 0;
}
.box_bott_bl_2_34 {
    padding-top: 40px;
}
.bl_3_34 {
    padding: 30px 0;
}
.bl_4_34 {
    padding: 30px 0 121px;
}
.item2_bl_4_34 img {
    width: auto;
    margin: 0 auto;
}
.item2_bl_4_34 {
    height: 218px;
}
.bl_4_34 .item1_bl_4_34 {
    padding-bottom: 60px;
}
.flex_bl_5_34 {
    padding-top: 40px;
}
.item1_bl_4_34 {
    padding-bottom: 0px;
}
.bl2_flex_34 {
    margin: 1%;
}
.item_bl_3_34 {
    margin: 1% 1% 8% 1%;
}
.text_bl_4_34 {
    padding: 32px;
}
.podtitle_bl_4_34 {
    padding-bottom: 32px;
}
.btn_out_box {
    padding-top: 32px!important;
}
.bl1_form_34 .wpcf7-response-output {
    color: #000!important;
}
.bl4_form_box_34 {
    height: auto;
    padding-bottom: 30px;
}
.bl1_item1_34 {
    display: none;
}
.flex_bl_1_34 {
    z-index: 0;
    padding-top: 30px;
}
.bl4_form_34 .wpcf7-response-output {
    position: inherit;
    margin: 20px auto!important;
}
.bl4_form_34 {
    padding: 0 20px;
}
.item_bl_3_34 .btn_out_box {
    padding-top: 0px!important;
}
.bl2_item1_34 .flex_link_pop {
    position: initial;
    left: auto;
    top: auto;
    transform: none;
    padding-top: 20px;
}
div#popmake-118676 {
    min-width: auto!important;
}
header.header {
    padding-top: 31px;
}

}


@media (max-width: 550px) {
.flex_gorod {
    justify-content: center;
}
.forma_flex, .col8_box, .flex_col-lg-4 .col-lg-4 {
    width: 100%;
}
.bl_form .text.forma {
    font-size: 25px;
    line-height: 1.5;
}
.page-template-page-goroda .container-fluid, .page-template-page-gorod .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.page-template-page-goroda .col-lg-12.forma, .page-template-page-goroda .col-xs-12.col-lg-6, .page-template-page-goroda .col-xs-6, .page-template-page-goroda .col-lg-12 {
    padding: 0;
}
.padding li {
    margin: 15px 0px;
}
.forma_goroda_page.padding:before, .banner_top {
  display: none;
}
.title2_form {
    margin: 0;
}
.item1_bl_info, .item2_bl_info {
    padding: 15px;
}
.form_bl_1 {
    float: none;
    margin: 0 auto;
}
.flex_link_pop, .box_bl_1 {
    text-align: center;
}
.flex_bl_3 {
    padding: 0 15px;
}
.slider_pochemu1 .owl-prev, .slider_pochemu2 .owl-prev, .slider_pochemu3 .owl-prev {
    left: 0;
    bottom: -60px;
    top: auto;
}
.slider_pochemu1 .owl-next, .slider_pochemu2 .owl-next, .slider_pochemu3 .owl-next {
    right: 0;
    bottom: -60px;
    top: auto;
}
.flex1_bl_5, .flex2_bl_5, .flex3_bl_5 {
    padding-bottom: 100px;
}
.bl_5 {
    padding: 45px 0 0;
}
.bl_3 {
    padding: 45px 0;
}
.bl_8 {
    padding: 45px 0 30px;
}
.col8_flex {
    display: block;
}
.col8_img {
    width: 100%;
    max-width: 100px;
    padding-bottom: 30px;
}
.col8_flex {
    padding-bottom: 0px;
}
.col8_title {
    line-height: 1.4;
}
.bl_7 {
    padding: 0px 0;
}
.col6 {
    width: 100%;
    max-width: 300px;
}
.col6_box .preim_img img, .flex_statej .preim_img {
    height: auto;
}
.box_button_calk {
    padding: 30px 0 0;
    width: 100%;
}
.kontakty_bottom_item {
    width: 100%;
    margin-bottom: 10%;
    padding: 0;
}
a.closer {
    right: 10px;
}
.bl1_item1_34 img {
    height: auto;
    width: 100%;
}
.slider_bl_8_34 .owl-next {
    right: 0px;
}
.slider_bl_8_34 .owl-prev {
    left: 0px;
}
.bl4_form_34 {
    padding: 0px;
}
.form_pereezd_item, .flex_bl_1_34 .desc, .form_pereezd_btn {
    padding: 0 10px;
}
.separator {
    margin: 10px 0;
}
.bl1_form_34 .form_pereezd_btn input[type="submit"] {
    padding-left: 15px;
    padding-right: 15px;
}
.item_bl_3_34 {
    margin: 0 0 55px;
}
.bl_4_34 .item2_bl_4_34 img {
    width: 100%!important;
    object-fit: cover;
}
.item2_bl_4_34 {
    height: auto;
}
.bl4_form_box_34 .bl4_form_34 .form_pereezd_flex input {
    margin: 11px 0 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.title_bl_5_34 {
    font-size: 32px;
}
.title_bl_2_34, .title_bl_3_34, .title_bl_4_34 {
    font-size: 30px;
}
.text_bl_2_34, .podtitle_bl_4_34 {
    font-size: 18px;
}
h1.title_bl_2_34 .flex_link_pop {
    text-align: left;
}
.bl4_form_34 .form_pereezd_btn span.wpcf7-spinner {
    top: auto;
    bottom: 45px;
}


/* ????????? */
@media (min-width: 1200px) {
div#wpcf7-f58853-o1 .col-lg-3 {
    width: 100%!important;
    max-width: 300px!important;
    margin: 0 auto!important;
}

}



@media only screen and (min-width: 1024px) {
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -20%!important;
    width: 40%!important;
    background-color: #00374E!important;
}

}

