



@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,500,800,500italic);
/* 'Exo 2', sans-serif; */

*{
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   /*outline: 1px solid red;*/
 }

html, body {
 /*height: 100%;*/
 font: 15px/1.3em 'Exo 2', sans-serif;
 width:100%;
  line-height: 1.32em;
}
a{
  outline: none;
  text-decoration: none;
  }
img{
  outline: none;
  max-width: 100%;
  border:none;
 }
ul, ol {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    **zoom: 1;
}
/*##############
 Star form input 
################*/
input[type="text"]::-moz-placeholder{
  color: #8b8b8b;
}

input[type="text"]::-webkit-input-placeholder{
  color: #8b8b8b;
}

input[type="text"]:-ms-input-placeholder{
  color: #8b8b8b;
}
input[type="text"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/*################
Start main_header
##################*/
.main_header,
.main_header_kazan,
.main_header_ufa,
.main_header_bolgar,
.main_header_nijni,
.main_header_vengria{
  min-width: 1180px;
  min-height: 730px;
}
.top_fon{
  background-color:rgba(0, 0, 0, 0.3);
  display:block;
  background-size:cover;
  overflow:hidden;
  min-height:728px;
}

.in_header{
  width: 960px;
  margin: 10px auto 0;
  overflow: hidden;
}
.top{
   border-bottom: 1px solid #aeb8c0;
   overflow: hidden;
   padding: 0 0 16px 0;
}
.in_header a.logo{
 display:block;
 float: left;
 margin:12px 0 0 15px;
}
.in_header a.logo span{
 display: block;
 color: #fff;
 font-size: 24px;
}
.in_header a.logo span:last-child {
 font-size:14px;
 padding:4px 0 0 0;
}
.in_header p{
 float: left;
 color: #fff;
 margin: 6px 0 0 94px;
 font-size: 14px;
 background: url('../images/eddress.png') no-repeat  3px 4px;
 padding: 0 0 0 35px;
}
.in_header p a{ 
 color: #fff;
 font-size:12px; 
 margin: -4px 0 0 0; 
 display: block;
 text-decoration: underline;
}
.in_header .phone{
 display: block;
 color: #fff;
 float: left;
 margin:9px 0 0 98px;
 background: url('../images/phone.png') no-repeat 0 0;
 padding: 12px 0 0 30px;
}
.in_header .phone span{
 color: #fff;
 font-size: 18px;
}
.in_header .consultation{
 float: right;
 width:210px;
 height: 45px;
 border-radius: 30px;
 margin: 9px 16px 0 0;
 background: #2cadf8;
 background: linear-gradient(to right,  #2cadf8 0%,#2ccff8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadf8', endColorstr='#2ccff8',GradientType=1 );
}
.in_header .consultation span{
 color: #fff;
 padding: 16px 0 0 24px;
 display: block;
 font: 12px 'Exo 2', sans-serif;
 text-transform: uppercase;
}
.title{
  margin: 147px 0 0 19px; 
}
 .title span:first-child{
 color: #ffffff;
 font: 800 59px 'Exo 2', sans-serif;
 /*text-shadow: 5px 4px 3px #6b7881;*/
 text-shadow: 5px 4px 3px rgba(0, 0, 0, 0.25);
}
.main_header_vengria .title span:first-child{
 color: #ffffff;
  font: 800 49px 'Exo 2', sans-serif;
    text-shadow: 4px 3px 8px #59717b;
}
.main_header_vengria .title span:last-child{
 color: #ffffff;
  font-size: 24px;
  padding: 60px 0 177px 4px;
  display: block;
  line-height: 30px;
}
.title span:last-child{
  color: #ffffff;
  font-size: 24px;
  /* padding: 23px 0 177px 4px; */
  padding: 23px 0 30px 4px;
  display: block;
}
.main_header_bolgar .title span:first-child{
 font-size:35px;
}
.main_header_bolgar .title span:last-child,
.main_header_nijni .title span:last-child{
 font-size:24px;
 line-height:30px;
}
.main_header_nijni .title span:first-child{
      padding: 37px 0 0 0;
    display: block;
    font-size: 37px;
}
.main_header_nijni .title span:last-child{
 padding:0;
}
/*
Start nav
**********/
ul.nav{
  width:930px;
  margin: 19px auto 0;
}
ul.nav li{
  float: left;
  padding: 0;
  text-align: center;
}
ul.nav li:last-child a{
 margin: 0;
 border-right: 0;
}
ul.nav li a {
  color:#383838;
  border-right: 1px solid #ebebeb;
  padding:0 12px 0;
  position: relative;
}
ul.nav li.active a:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 5px;
    right: 5px;
    z-index: 9999;
    width: auto;
    height: 3px;
    background: #ff9501;
}
ul.nav li hr.active{
    border-bottom: 3px solid #ff9501;
    margin: 5px auto 0;
    display: block;
    padding: 0 10px;
    color: #020202;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 90%;
    left: 0;
}

.nav-wrap {
  background: #eee;
  padding: 15px 0;
}
.nav-wrap ul.nav {
  margin-top: 0;
}

/*#########
 Start owl
###########*/
.slider_carousel{
 width: 1150px;
 margin: 50px auto 68px;
}
.center li{
  background: #fff;
  border-bottom: 3px solid #ff9501 !important;
  min-height: 150px;
  border: 1px solid #f2f2f2;
  box-shadow: 3px 0 11px #f2f2f2;
  opacity: 0.5;
  width:348px !important;
  margin: 6px 18px 11px;
}
.center li img{
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   display: block;
   margin: 0 auto;
}
.center li .content{
  background:#ffffff;
}
.center li .content span{
   text-transform: uppercase;
   text-align: center;
   display: block;
   margin: 15px 0 11px 0;
   color: #ff9501;
   font-weight: bold;
  
}
.center li .content p{
   text-align: center;
   padding: 0 42px 0;
}
.slick-list{
  padding: 0 !important;
}
.slick-center {
 opacity: 1 !important;
 box-shadow: 1px 1px 20px #d2d0d0 !important;
 border: none !important;
}
hr.line_orange{
 border-top: 3px solid #ffb54d;
 width: 43px;
 border-bottom: none;
 border-right: none;
 border-left: none;
 display: block;
 margin: 75px auto 0;
}
.slider_carousel .slick-prev{
 left: -24px !important;
}

/*
 Start city
************/
.city{
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 10px 7px;
}
.city > span{
  display: block;
  text-align:center;
  color: #373737;
  font-size:24px;
}
.city_content{
  float: left;
  width:450px;
  margin: 47px 30px 0 0;
  box-shadow: 0px 0px 21px #eeeeee;;
}
/*.city_content:nth-child(3),
.city_content:nth-child(5) {
   margin: 47px 5px 5px 28px;
 
}*/

.content .city_content:nth-child(even), .sealed .city_content:nth-child(even){
    margin-right: 0;
}

.city_content img{
 width: auto;
 height: 200px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.city_content .content{
  padding: 14px 26px 20px;
}
.city_content .content > span{
  color: #3a3939;
  font: 700 18px 'Exo 2', sans-serif;
}
.city_content .content p{
   color: #868686;
   font-size: 14px;
  
}
.city_content .content p:last-child{
   margin: 13px 0 0 0;

}
.city_content .content p:last-child span{
   color: #ff9501;
   font-weight: 800;
   font-size: 18px;
}
.city_content .content p:last-child span:after {
 content:url('../images/rub.png');
 padding:0 0 0 5px;
}
.city_content .content p:last-child a{
   float: right;
   color: #fe9400;
   text-decoration: underline;
   font-size: 15px;;;
  
}
.city_content .content p:last-child a:after {
 content:url('../images/arre.png');
 padding:0 0 0 5px;
}

 .second{
   clear: both;
   margin: 39px auto !important;

}

/*##############
Start budapesht
################*/
.budapesht{
 background: #e3e3e3;
 min-height: 483px;
 min-width: 1180px;
}
.budapesht_in{
 width: 930px;
 margin: 0 auto;
}
.budapesht_in .exclusive{
 float: right;
 border: 10px solid #f89101;
 width: 470px;
 height: 350px;
 margin: 74px 0 0 0;
 border-radius: 5px;
}
.budapesht_in .exclusive .border_radius{
  background: #ffffff;
  border-radius:5px;
  width: 452px;
  height: 333px;
  padding: 20px;
}
.budapesht_in .exclusive .border_radius span{
  color: #454545;
  font: 500 30px 'Exo 2', sans-serif;
}
.budapesht_in .exclusive .border_radius p{
   color: #8d8d8d;
   padding: 12px 0 0 0;
   font-size: 16px;

}
.budapesht_in .exclusive .border_radius a{
   display: block;
   width: 400px;
   height: 56px;
   margin: 24px auto 0;
   border-radius: 30px;
   color: #fff;
   padding: 19px 0 0 132px;
   font-weight: 700;
   font-size: 16px;
   ackground: #2cadf8;
   background: linear-gradient(to right,  #2cadf8 0%,#2ccff8 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadf8', endColorstr='#2ccff8',GradientType=1 );
 
}

/*
Start tour
***********/
.tour{
 margin: 77px auto 0px;
 width: 930px;
}
.tour ul{

}
.tour ul li{
 float: left;
 margin: 0 62px 0 0;
}
.tour ul li .left{
 float: left;
}
.tour ul li .left span:first-child,
.tour ul li .left span:last-child{
 display: block;
 color:#ff9501;
 font-size:38px;
 font-weight: bold;
}
.tour ul li .left span:last-child{
 font-size:17px;
 margin:7px 0 0 0;
}
.tour ul li .right{
 float: right;
}
.tour ul li .right span{
   display: block;
   margin: -3px 0 0 8px;
   color: #333333;
   font-size: 14px;
   line-height: 16px;
}
.tour ul li .three{
   margin: 77px 34px 0;
   width: 50px;
   clear: both;
}
.tour ul li:nth-child(2) .left span:first-child {
 font-size:28px;
}
.tour ul li:nth-child(2) .left span:last-child {
 font-size:12px;
 line-height:0;
}
.tour ul li:last-child {
 margin: 0;
}
.tour ul li:nth-child(2) .three{
   margin: 75px 90px 0;
}
.tour ul li:nth-child(3) .three{
   margin: 75px 53px 0;
}
.tour ul li:last-child .three{
   margin: 77px 45px 0;
}

/*###############
 Start about_our
#################*/
.about_our{
 width:930px;
 margin: 83px auto 0px;
}
.about_our > span{
  color: #373737;
  font: 24px 'Exo 2', sans-serif;
  display: block;
  text-align: center;
}
.about_our .left{
  float: left;
  width: 440px;
  margin: 42px 0 0 0; 
}
.about_our p{
    color: #9b9b9b;
    margin: 0 0 20px 0;
}
.about_our p:first-child span:first-child{
  font-size:42px;
  display: block;
  float: left;
  margin:5px 9px 5px 0;
  color:#373737;
}
.about_our p:first-child span:last-child{
  display: block;
  margin: 0 0 8px 0;
}
.about_our .right{
 float: right;
 width:455px;
 margin: 42px 0 0 0;;
}
.about_our .right p{
 
}
.about_our .right .img {
 background: #ffffff;
 border-radius:3px;
 margin: 34px 0 0 0;
 padding: 10px;
 box-shadow: 0 0 25px #e5e5e5;
}

.about_our .right .img img{
 display: block;
 margin: 0 auto;
}
hr.four{
   clear: both;
   margin: 68px auto;
}

/*
Start bus
**********/
.bus,
.gift,
.ufa,
.bolgar,
.nijni_novgorod_zapis,
.vengria{
  background: #e3e3e3;
  position:relative;
  height:471px;
  margin:124px 0 0;
  min-width:1180px;
}

.gift .action{
    padding: 33px 0 0 465px;
    width: 940px;
    margin: 0 auto;
}

.gift .action h2{
    color: white;
    font: bold 60px/1.2em 'Exo 2', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
}

.gift .action p{
    color: white;
    font: 48px/1.2em 'Exo 2', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    margin: 30px 0 0;
}

.bus_in,
.gift_in,
.ufa_in,
.bolgar_in,
.nijni_novgorod_zapis_in,
.vengria_in{
  width: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 2000; 
  /*display: none; !----------------------------------------------------- */
}

.program .cell{
    display: none !important;
}

.form{
  position: absolute;
  border-radius:3px;
  border:10px solid #f89101;
  width: 470px;
  height: 570px;
  background: #fff;
  padding: 0 20px;
  top: -26px;
  left: 50%;
  z-index: 1000;
  box-shadow: 0px 0px 17px -5px;
}
.gift .form form span:last-child {
 display: inline;
 color: #fe9401;
 text-transform: uppercase;
 font-size: 24px;
 font-weight: 700;
 padding: 0;
}
.form form{
  background: #ffffff;
  height: 100%;
  border-radius: 3px;
}
.form form span,
.gift .form form span,
.ufa_in .form form span,
.nijni_novgorod_zapis_in .form form span,
.vengria_in form span{
 display: block;
 color: #454545;
 font-size:29px;
 padding: 19px 0 0 24px;
 line-height: 33px;
}
.ufa_in .form form span,
.bolgar_in .form form span,
.nijni_novgorod_zapis_in .form form span,
.vengria_in form span{
  padding: 19px 0 33px 24px;
}
.form form p{
  color: #454545;
  padding: 10px 0 0 24px;
  font-size: 18px;
}
.form form [type="text"]{
 width:405px;
 height: 55px;
 border-radius:3px;
 margin: 16px auto 16px;
 display:block;
 border:1px solid  #8b8b8b;
 text-align:center;
}

.form form input.phone{
 padding:1px 0 0 0px;
}

.form form [type="text"]:focus,
textarea:focus{
 outline: 1px solid #2cc6f8;
 border: 1px solid #2cc6f8;
 border-radius:3px;
}
.form form textarea{
   margin: 0 auto;
   display: block;
   border-radius: 3px;
   padding: 40px 0 0 0;
   text-align: center;
    width: 405px;
}
textarea::-moz-placeholder{
   color: #8b8b8b;
   font-size: 16px;
}

textarea::-webkit-input-placeholder{
   color: #8b8b8b;
   font-size: 16px;
}

textarea::-ms-input-placeholder{
   color: #8b8b8b;
   font-size: 16px;
}

:focus::-webkit-input-placeholder { opacity: 0;
   transition: opacity 0.3s ease;}
:focus::-moz-placeholder          { opacity: 0;
   transition: opacity 0.3s ease;}
:focus:-moz-placeholder           { opacity: 0;
   transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      { opacity: 0;
   transition: opacity 0.3s ease;}

.form form [type="submit"]{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cadf8+0,2ccff8+100 */
background: #2cadf8; /* Old browsers */
background: -moz-linear-gradient(left,  #2cadf8 0%, #2ccff8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2cadf8 0%,#2ccff8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2cadf8 0%,#2ccff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadf8', endColorstr='#2ccff8',GradientType=1 ); /* IE6-9 */
border-radius:30px;
color:#ffffff;
width: 405px;
height: 55px;
display: block;
margin: 16px auto 0; /* IE6-9 */
border:none;
font-weight:800;
cursor:pointer;
font-size: 15px;
}

.five{
   margin: 130px auto 90px !important; 
}

.why_bus,
.why_bus_vengria{
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
}
.why_bus > span,
.why_bus_vengria > span{
  color: #373737;
  font-size: 24px;
}
ul.content,
.why_bus_vengria ul.content{
   margin: 70px 0 0 0;
}
ul.content li,
.why_bus_vengria ul.content li{
 width:30%;
 box-shadow:0 0 22px 1px #f2f2f2;
 border-radius:3px;
 float:left;
 margin:0 37px 40px 7px;
 height:250px;
}
ul.content li img,
.why_bus_vengria ul.content li img{
 display: block;
 margin: 0 auto;
}
ul.content li p{
 color: #373737;
 text-align: center;
 margin: 17px 0 0 0;
 font-size: 16px;
}
ul.content li:nth-child(3),
ul.content li:nth-child(6),
ul.content li:nth-child(9){
  margin:0;
}
.six{
  margin:80px auto  !important;
  clear:both;
}
.why_bus_vengria > span {
    color: #373737;
    font-size: 24px;
    text-align: center;
    display: block;
}
.three {
    margin: 100px auto 100px !important;
}
/*##############
start slider_3d
################*/
.slider_3d{
   width: 940px;
   margin: 80px auto 0;

}
.slider_3d > span{
 display: block;
 color: #373737;
 font-size:24px;
 text-align:center;
}

.slider_3d > p{
 text-align:center;
 color: #919191;
 margin:14px 0;
}

.slider_3d .container{
 width: 930px;
 margin:0 auto 0;
 padding: 50px 0 0 0;
}
.slider_3d .container ul{

}
.slider_3d .container ul li{
  background: #ffffff;
  box-shadow: 0px 0px 10px #dcdcdc;
  padding: 0 0 63px 0 !important;
}
.slider_3d .container ul li img{
 display: block;
 float: left;
 width:166px !important;
 height: 168px !important;
 margin: 42px 0 0 29px;
}
.slider_3d .container ul li .right{
 float: right;
 margin: 0 0 0 0;
 top: 35px !important;
 right: 29px !important;
 max-width: 331px;
 left: 25%;
}
.slider_3d .container ul li .right span{
 color: #373737;
 font-weight: 600;;;;
}
.slider_3d .container ul li .right p{
 color: #969696;
 margin: 15px 0 0 0;
}

.slider_3d .container ul img.left{
   left: 78px !important;
   cursor: pointer;
}
.slider_3d .container ul img.right{
  right: 77px !important;
  cursor: pointer;
}
.list_service {
   margin: 100px 0 0 0;
}
.list_service li{
 width: 19%;
 float: left;
 margin: 0 11px 0 0;
}
.list_service li img{
 display: block;
 margin: 0 auto 15px; 
}
.list_service li span{
 display: block;
 text-align:center;
 color: #2a2a2a;
 font-size: 14px;
}
.list_service li:last-child {
 margin: 0;
}
.slider_3d  p.marshrut{
  border-left: 3px solid #ff9501;
  color: #494949;
  font-size:14px;
  text-align: left;
  padding: 0 0 0 22px;
  margin: 55px 0 50px;
}
.slider_3d a.but{
  width:290px;
  height: 57px;
  color: #ffffff;
  background: #2cadf8; /* Old browsers */
background: -moz-linear-gradient(left,  #2cadf8 0%, #2ccff8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2cadf8 0%,#2ccff8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2cadf8 0%,#2ccff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadf8', endColorstr='#2ccff8',GradientType=1 ); /* IE6-9 */
border-radius:30px;
display: block;
margin: 0 auto; /* FF3.6-15 */
padding: 19px 0 0 82px;
}
.seven{
  margin: 120px auto 52px !important;
}

/*###############
 Start insurance
#################*/
.insurance{
 width: 930px;
 margin: 0 auto;
}
.insurance > span{
  color: #373737;
  font-size:24px;
  text-align:center;
  display: block;
  margin: 0 0 0 202px;
}
.insurance_in{
  width: 930px;
  margin: 0 auto;
  background: url('../images/umbrella.png') no-repeat 0 0;
  height: 390px;
}
.insurance_in .right{
 float: right;
 margin: 14px 0 0 0;
}
.insurance_in .right{
  color: #919191;
}
.insurance_in .right p{
   margin: 21px 0 0 0;

}
.insurance_in .right p img{
 display: block;
 float: left;
}
.insurance_in .right p img:first-child {
 width: 180px;
 height: 60px;
}
.insurance_in .right p img:last-child{
 width: 220px;  
 height: 51px;
 margin: 11px 0 0 33px;
}

/*##################
 START CERTIFICATE
####################*/

ul.certificate_content{
   margin-top: 118px;
}
ul.certificate_content li{
  float: left;
  margin:0 5% 0 0;
  width: 30%;
  height: 165px;
  border-radius: 3px;
  box-shadow: 0px 0px 14px #ebebeb;
}
ul.certificate_content li > img{
   margin: 0 auto;
   display: block;
   padding: 10px;
 
}
.fancybox-effects-a img{
  position: relative;
  bottom: 152px;
  left: 31px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;;
}
.fancybox-effects-a img:hover{
 opacity: 1;
 transition: opacity 0.5s ease;
}
ul.certificate_content li:last-child{
  margin: 0;
}
.eight{
   margin: 75px auto  !important;

}
/*###############
 Start customers
#################*/
.customers{
  width: 930px;
  margin: 0 auto;
}
.customers > span {
  font-size:24px;
  display: block;
  text-align:center;
  color: #373737;
  padding:0 0 50px 0;
}

ul.multiple-items{

}
ul.multiple-items li{
 float: left;
}
ul.multiple-items li img{
 display: block;
 float: left;
 padding: 0 31px 70px 55px;
}
ul.multiple-items li .content{
  padding: 0 50px;
}
ul.multiple-items li .content p{
  color: #363636;
}
ul.multiple-items li .content a{
   display: block;
   color: #b1b1b1;
   float: right;
   margin: 10px 90px 0 0;
   font-style: italic;
}
.slick-next{
 background: url('../images/right.png') no-repeat !important;
 width: 42px !important;
 height: 42px !important;
 text-indent: -10000px;
 z-index: 2000;
 box-shadow: -4px 5px 13px 1px #e7e7e7;
}
.slick-prev{
 background: url('../images/left.png') no-repeat !important;
 width: 42px !important;
 height: 42px !important;
 text-indent: -10000px;
 position:relative;
 z-index: 2000;
 box-shadow: 3px 7px 13px 1px #e7e7e7;
 left: 0 !important;
}
.nine{
  margin: 75px auto !important;
}
.question{
  color: #ff9501 !important;
  font-size: 40px !important;
  font-weight: 500;
}
.they{
  font-size:25px !important;
  line-height:25px;
}
.form2{
  height: 570px;
}
.bus2{
  background: #e3e3e3;
  min-width: 1180px;  
}
.ten{
  margin: 100px auto !important;
}

footer{
  width: 930px;
  margin: 0 auto 0;;
}
footer .left_contact{
 float: left;
 width: 220px;
 margin: 0 0 21px 0;
}
footer .left_contact > span{
   margin: 0 0 0 0;
   font-size: 21px;
   color: #313131;;
}
footer .left_contact > span:before{
  content: url('../images/map.png');
  margin: 0 25px 0 0;
}
footer .left_contact > span + p{
  color: #676767;
  margin: 20px 0 0 0;
  font-size: 14px;
}
footer .left_contact > span + p span{
 font-size:18px;
}
footer .left_contact p:nth-child(3){
 color: #676767;
 font-size: 18px;
 margin: 6px 0 0 0;
 padding: 0 0 0 27px;
 display: block;
}
footer .left_contact p:nth-child(3):before{
 content: url('../images/home.png');
 padding: 0 8px 40px 6px;
 margin: 0 0 0 -35px;
 position: relative;
 top: 10px;
}
footer .left_contact p:nth-child(3) + .footer_phone{
  display: block;
  margin: 20px 0 0 0;
}
footer .left_contact p:nth-child(3) + .footer_phone span{
 color: #676767;
 position: relative;
 top: -7px;
 font-size: 19px;
}
footer .left_contact p:nth-child(3) + .footer_phone:before{
  content: url('../images/footer_phone.png');
  margin: 0 6px 0 -6px;
}
footer .left_contact .footer_email{
   margin: 15px 0 0 -7px;
   display: block;

}
footer .left_contact .footer_email span{
   color: #676767;
   position: relative;
   left: 11px;
   font-size: 19px;

}
footer .left_contact .footer_email:before{
 content: url('../images/footer_email.png');
}
.right_map{
  float: right;
  width:695px;
  height:270px;
  box-shadow: 0px 0px 14px #c5c4c4;
}
.informada{
 float: right;
 color: #676767;
 display: block;
 line-height: 61px;
 font-size: 18px;
}

/*##################
 Start tour_program
####################*/

.tour_program{
  width: 940px;
  margin: 0 auto 99px;
  /*height: 565px;*/
}

.tour_program_ven{
 /* height: 800px;*/
}

.tour_program > span{
  font-size:24px;
  color: #373737;
  display: block;
  text-align:center;
}
#tour_3d_bolgar,
#tour_3d_ufa,
#tour_3d_kazan,
#tour_3d_vengria,
#tour_3d_nijni{
   padding: 0;
   width: 930px;

}
#tour_3d_bolgar ul,
#tour_3d_ufa ul,
#tour_3d_kazan ul,
#tour_3d_vengria ul,
#tour_3d_nijni ul{
   top: 31px !important;
   width:930px !important;
}
#tour_3d_bolgar ul li,
#tour_3d_ufa ul li,
#tour_3d_kazan ul li,
#tour_3d_vengria ul li,
#tour_3d_nijni ul li{
 padding: 55px 0 0 0;
 }
 #tour_3d_bolgar ul li .images,
 #tour_3d_ufa ul li .images,
 #tour_3d_kazan ul li .images,
 #tour_3d_vengria ul li .images,
 #tour_3d_nijni ul li .iimages{
  position: relative;
  z-index: 1000;
 }
#tour_3d_bolgar img.left,
#tour_3d_bolgar img.right,
#tour_3d_ufa img.left,
#tour_3d_ufa img.right,
#tour_3d_kazan img.right,
#tour_3d_kazan ul img.left,
#tour_3d_vengria ul img.left,
#tour_3d_vengria ul img.right,
#tour_3d_nijni ul img.left,
#tour_3d_nijni ul img.right{
  cursor:pointer;
}
#tour_3d_bolgar  img.right,
#tour_3d_ufa img.right,
#tour_3d_kazan img.left,
#tour_3d_vengria img.left{
 margin: 0px 90px 0 0;
}
#tour_3d_nijni img.left{
 margin: 0px 0px 0 80px;
}
#tour_3d_nijni img.right{
 margin: 0px 90px 0 0px;
}

#tour_3d_kazan img.right{
  margin: 0px 90px 0 0 !important; 
}
#tour_3d_bolgar  img.left,
#tour_3d_ufa img.left,
#tour_3d_kazan img.left,
#tour_3d_kazan img.right,
#tour_3d_vengria img.left{
  margin: 0px 0 0 80px;
}
#tour_3d_vengria ul img.right{
 margin: 0px 84px 0 0; 
}
#tour_3d_bolgar ul li img,
#tour_3d_ufa ul li img,
#tour_3d_kazan ul li img,
#tour_3d_vengria ul li img,
#tour_3d_nijni ul li img{
 z-index:1000;
 position:relative;
 background-size:cover;
}
#tour_3d_bolgar ul li:first-child,
#tour_3d_ufa ul li:first-child,
#tour_3d_kazan ul li:first-child,
#tour_3d_nijni  ul li:first-child{
 top: 18px !important;
}
#tour_3d_bolgar .day,
#tour_3d_ufa .day,
#tour_3d_kazan .day,
#tour_3d_vengria .day,
#tour_3d_nijni .day{
   box-shadow: 4px 6px 9px #526784;
   height: 80px;
   width: 80px;
   border-radius: 50px;
   background: #27b2f9;
   left: 0px;
   top: 5px;
   z-index: 2000;
   position: absolute;
}
#tour_3d_bolgar .day span,
#tour_3d_ufa .day span,
#tour_3d_kazan .day span,
#tour_3d_vengria .day span,
#tour_3d_nijni .day span{
 display: block;
 color: #ffffff;
 font-weight: bold;
 text-align:center;
 padding: 16px 0 0 0;
}
#tour_3d_bolgar .content,
#tour_3d_ufa .content,
#tour_3d_kazan .content,
#tour_3d_vengria .content,
#tour_3d_nijni .content{
   background: #ffffff;
   padding: 0 2px 0;
   height: 145px;
   position: relative;
   top: -5px;
}
#tour_3d_bolgar .content a:first-child,
#tour_3d_ufa .content a:first-child,
#tour_3d_kazan .content a:first-child,
#tour_3d_vengria .content a:first-child,
#tour_3d_nijni .content a:first-child{
 color: #07a6f8;
 font-weight:600;
 position: relative;
 top: 6px;
 left: 10px;
}
#tour_3d_bolgar .content p,
#tour_3d_ufa .content p,
#tour_3d_kazan .content p,
#tour_3d_vengria .content p,
#tour_3d_nijni .content p{
 color: #b0b0b0;
 font-size: 14px;
 line-height: 20px;
 padding: 10px 11px;
}
#tour_3d_bolgar .content .shadow,
#tour_3d_ufa .content .shadow,
#tour_3d_kazan .content .shadow,
#tour_3d_vengria .content .shadow,
#tour_3d_nijni .content .shadow{
   box-shadow: 1px 1px 18px #b5b3b3;
   position: relative;
   top: -6px;
   padding: 60px 0 0 0;
   background: white;
}
#tour_3d_bolgar .content a:last-child,
#tour_3d_ufa .content a:last-child,
#tour_3d_kazan .content a:last-child,
#tour_3d_vengria .content a:last-child,
#tour_3d_nijni .content a:last-child{
 color: #07a6f8;
 text-decoration: underline;
 margin: 1px 11px 0;
 display: block;
 font-size: 14px;
 padding: 0 0 12px 0;
}
#tour_3d_bolgar .content a:last-child:before,
#tour_3d_ufa .content a:last-child:before,
#tour_3d_kazan .content a:last-child:before,
#tour_3d_vengria .content a:last-child:before,
#tour_3d_nijni .content a:before{
 content: url('../images/img.jpg');
 margin: 0 10px 0 3px;
}

#tour_3d_vengria .content a:last-child:before{
 content: url('../images/check-box-outline2.png');   
}

/*##############
  Start data
################*/
.data{
  width:930px;
  margin: 68px auto 0;
}
.data > span{
  color: #373737;
  font-size:24px;
}
.data  ul.data_time,
.data  ul.data_time_bolgar,
.data  ul.data_time_nijni {
   margin: 37px 0 0 0;
}

.data  ul:after{
  content: "";
  display: block;
  clear: both;
}

/*.data  ul.data_time li,
.data  ul.data_time_bolgar li,
.data  ul.data_time_nijni  li{
  float: left;
  width: 15%;
  margin: 0 58px 0 0;
}

.data  ul.data_time_bolgar li,
.data  ul.data_time_nijni  li{
  margin: 0 110px 0 0;
}

.data  ul.data_time_kazan  li{
    width: 13%;
  margin: 0 38px 0 0;
}*/

.data  ul.data_time li {
    float: left;
    width: 23%;
    margin: 0 13px 20px 0;
}

.data ul.data_time_kazan li {
  width: 23%;
  margin: 0px 13px 20px 0;
}

.data  ul.data_time_kazan  li span b{
    color: #ef6d4b ;
}

.data ul.data_time li span:first-child,
.data  ul.data_time_bolgar li span:first-child,
.data  ul.data_time_nijni li span:first-child{
 color:#5ac4fa;
 font-size:37px;
 font-weight: 800;
 display:block;
 text-align:center;
}
.data ul.data_time li span:last-child,
.data  ul.data_time_bolgar li span:last-child,
.data  ul.data_time_nijni li span:last-child{
 display: block;
 margin: 10px 0 0 0;
 color: #cecece;
 font-size: 23px;
 text-align: center;
}
.data ul.data_time li:last-child,
.data  ul.data_time_bolgar li:last-child,
.data  ul.data_time_nijni li:last-child{
  margin: 0 ;
 }
ul.time_out{
   margin: 45px 0 0 0;
   display: block;
   clear: both;
}
ul.time_out li{
  float: left;
  width:31%;
  margin: 0 30px 0 0;
}
ul.time_out li p{
  color:#333333;
}
ul.time_out li:first-child p:before {
 content:url('../images/time.png');
 padding:0px 13px 0 0;
 display:block;
 float:left;
}
ul.time_out li:nth-child(2) p:before {
 content:url('../images/time2.png');
 float:left;
 padding:0 13px 0 0;
}
ul.time_out li:last-child{
  margin: 0;
}
ul.time_out li:last-child  p span{
 color: #ff9501;
 font-weight: 700;
}
ul.time_out li:last-child  p:before{
  content:url('../images/time3.png');
  float:left;
  padding:0 13px 36px 0;
}
.tur_bolgar li,
.nijni_novgorod li{
  margin: 0 14px 0 0 !important;
}
.tur_bolgar li:last-child,
.nijni_novgorod li:last-child{
 width:33%;
}


/*##########
 Start price
############*/
.price{
  width: 930px;
  margin: 0 auto;
}
.price .left_content{
  float: left;
  margin-top:22px;
}
.price .left_content ul{
 list-style-type: disc;
 margin: 14px 0 0 0;
}
.price .left_content > span{
 color: #000000;
 font-size:24px;
 line-height:25px;
}
.price .left_content ul li {
 color: #ff9501;
 margin: 9px 0 0 18px;
}
.price .left_content ul li span{
 color: #323232;
 font-size:14px;
}


.price .right_content{
 float: right;
 margin: 22px 0 0 0;
 width: 470px;
}
.price .right_content span{
 font-size: 24px;
}
.price .right_content ul{
  margin: 13px 0 0 0;
  font-size: 0;
}
.price .right_content ul li{
  margin: 0 0 33px 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.price .right_content ul li img{
 display: block;
 float: left;
}
.price .right_content ul li p{
  color: #414141;
  font-size: 14px;
  margin: -4px 0 0 5px;
  padding: 0 0 0 44px;
}
/*.price .right_content ul li:nth-child(2){
 margin: 0;
}
.price .right_content ul li:nth-child(3){
  margin: -10px 79px 0 0;
  float: right;
}

.price .right_content ul li:nth-child(4){
   margin: -10px 0 0 0;
}
.price .right_content ul li:nth-child(5){
   margin: 61px 0 0 -145px;
}
.price .right_content ul li:nth-child(6){
   margin:27px 0px 0 44px;
}
.price .right_content ul li:nth-child(7){
   margin:22px 0px 0 0;
}*/

.price .right_content ul li.reviera{
  margin: 8px 40px 0 0;
  float: left;
}
.price .right_content ul li.predstavitel{
  margin:9px 0 0 0;
  float: left;
}
.price .right_content ul li.plus{
  margin:36px 0 0 0;
}
.price .right_content ul li.plus p{
 top: 18px !important;
}
.price .right_content ul li.hotel{
 margin: 8px 90px 0 0;
 float: left;
}
.price .right_content ul li.group{
 margin: 9px 0 0 0 ;
}
.price .right_content ul li:nth-child(2) p,
.price .right_content ul li:nth-child(3) p,
.price .right_content ul li:nth-child(4) p,
.price .right_content ul li:nth-child(5) p{
  position: relative;
  top:5px;
}
.price .right_content ul li:nth-child(7) p{
  position: relative;
  top:17px;
}
.price .right_content ul li.budapesht_price{
  float: left;
  margin: 8px 40px 0 0;
}
.right_content p.add{
 clear: both;
 color: #8e8e8e;
 font-size:14px;
 padding: 31px 0 0 0;
}

/*#############
 Start program
###############*/
.program{
  width:930px;
  margin:60px auto 0;
}
.program .left{
 border-radius: 3px;
 box-shadow: 0px 0px 18px #f0f0f0;
 float: left;
 padding:20px;
}
.program .right{
   margin:  15px auto 0;
   width: 360px;
}
.program .right > span{
  color: #000000;
  font-size:20px;
}
.program .right p{
 color: #8e8e8e;
 font-size:14px;
 margin:40px 0 0 0;
}
.program .right a.cell{
 color: #2caef8;
 text-decoration:underline;
 font-weight:700;
 display: block;
 margin: 53px 0 0 0;
}
.program .right a.cell:after{
 content:url('../images/cell.png');
 position:relative;
 top:10px;
 left:12px;
}

/*#############
 Start type_3
##############*/
.type_3d_bolgar,
#type_3d_ufa,
#type_3d_kazan,
#type_3d_vengria,
#type_3d_nijni{
  width:930px;
  margin: 0 auto 0;
}
.type_3d_bolgar > span,
#type_3d_ufa > span,
#type_3d_kazan > span,
#type_3d_vengria > span,
#type_3d_nijni > span {
 color: #373737;
 font-size:24px;
 display:block;
 text-align:center;
}

#type_3d_bolgar ul,
#type_3d_ufa ul,
#type_3d_kazan ul,
#type_3d_vengria ul,
#type_3d_nijni ul{
 top:50px !important;
}
#type_3d_bolgar ul li,
#type_3d_ufa ul li,
#type_3d_kazan ul li,
#type_3d_vengria ul li,
#type_3d_nijni ul li{
  box-shadow:0px 0px 15px #9c9c9c;
}
#type_3d_bolgar .left,
#type_3d_ufa .left,
#type_3d_kazan .left,
#type_3d_vengria .left,
#type_3d_nijni .left{
 margin: 0 0px 0 64px;
 cursor:pointer;
}
#type_3d_bolgar .right,
#type_3d_ufa .right,
#type_3d_kazan .right,
#type_3d_vengria .right,
#type_3d_nijni .right{
 margin: 0 70px 0 0;
 cursor: pointer;
}
/*################
  Start exclusive
##################*/
.exclusive{
   width: 930px;
   margin: 30px auto 0;
}
.exclusive > span{
 color: #000;
 font-size:24px;
 display: block;
 text-align:center;
 padding: 30px 0;
}
.exclusive  .left{
 float: left;
 margin: 0 0 0 100px;
}
.exclusive  .left p,
.exclusive .right p{
 color: #cecece;
 font-size:23px;
 text-align: center;
 line-height: 40px;
}
.exclusive  .left p span,
.exclusive .right p span{
 color: #5ac4fa;
 font-size:35px;
 font-weight: 800;
}
.exclusive .right{
 float: right;
 margin: 0 104px 0 0;
}
.exclusive .content{
 border-radius:3px;
 margin:123px auto 50px;
 clear:both;
 box-shadow:1px 1px 10px #f1f1f1;
 padding:10px;
}
.exclusive .content img{
 margin: 0 auto;
 display: block;
}
.see{
  display: block;
  color: #fff;
  font-size:15px;
  font-weight: 600;
  text-align:center;
  clear: both;
  background: #2cadf8; /* Old browsers */
background: -moz-linear-gradient(left,  #2cadf8 0%, #2ccff8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2cadf8 0%,#2ccff8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2cadf8 0%,#2ccff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cadf8', endColorstr='#2ccff8',GradientType=1 ); /* IE6-9 */
border-radius:30px;
width: 265px;
height: 55px;
margin: 0px auto 39px;
padding: 16px 0 0 0;
position: relative;
top: 25px;
}

/*###############
 Start insurance
#################*/
.insurance{
 width: 930px;
 margin: 0 auto;
}
.insurance > span{
  color: #373737;
  font-size:24px;
  text-align:center;
  display: block;
  margin: 0 0 0 0px;
}
.insurance_in{
  width: 930px;
  margin: 0 auto;
  background: url('../images/umbrella.png') no-repeat 0 0;
  height: 390px;
}
.insurance_in .right{
 float: right;
 margin: 14px 0 0 0;
}
.insurance_in .right{
  color: #919191;
  width: 540px;
}
.insurance_in .right p{
   margin: 21px 0 0 0;
}
.insurance_in .right p img{
 display: block;
 float: left;
}
.insurance_in .right p img:first-child {
 width: 240px;
 height: 60px;
}
.insurance_in .right p img:last-child{
 width: 220px;  
 height: 51px;
 margin: 11px 0 0 33px;
}
.insurance_in .right strong{
 display: block;
 margin-top:30px;
}

.fancybox-overlay{
    z-index: 11000 !important;
}

.signboard {
    width: 960px;
    margin: 0 auto;
    padding: 30px;
    color: #fff;
    background: rgba(0,0,0,.28);
}
.signboard__title {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.signboard .items {
    font-size: 0;
    text-align: center;
}
.signboard .items .item {
    display: inline-block;
    width: 50%;
    margin-bottom: 5px;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
}
.signboard .items .item img {
    max-width: 20px;
    height: auto;
    margin-bottom: 5px;
    float: left;
}
.signboard .items .item__text {
    margin-left: 30px;
}

.offers {
    max-width: 1200px;
    margin: 50px auto;
}
.offers .offers__title {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #373737;
}
.offers .offer {
    width: 30%;
    margin: 0 1.6%;
    float: left;
    box-shadow: 1px 1px 20px #d2d0d0;
}
.offers .offer__image {
    height: 1px;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.offers .offer__content {
    padding: 25px;
}
.offers .offer__title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    color: #ff9501;
}
.offers .offer__desc {
    margin-bottom: 15px;
}
.offers .offer__desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offers .offer__desc ul li {
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
}
.offers .offer__desc ul li::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 0;
    content: ' ';
    background: #a3a3a3;
    border-radius: 50%;
}
.offers .order__price {
    font-size: 20px;
    font-weight: 900;
    color: #ff9501;
}
.offers .order__btn {
    padding: 8px 15px;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #ff9501;
    border-radius: 3px;
}
.offers .order__btn:hover {
    color: #fff;
    background-color: #ffcc00;
}
.offers figure {
    margin: 0em 0px;
}



label, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: white;
  color: #555;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -ms-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  resize: none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: table; 
}
.clearfix:after, .row:after {
  clear: both;
}
.container, .container-full {
	margin-right: auto;
  margin-left: auto;
	padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
	.col-xl-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1440px) {
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
	.col-xxl-offset-0 {
		margin-left: 0;
	}
}

#article .container {
  width: 960px;
}

#article h1 {
    font-size: 48px;
    color: #2caff8;
    margin-bottom: 35px;
    margin-top: 40px;
    line-height: 1.3em;
    font-weight: bold;
}

#article h2 {
    font-size: 30px;
    color: #ff9501;
    margin-bottom: 30px;
    margin-top: 55px;
    line-height: 1.3em;
    font-weight: bold;
}

#article h3,
#article h4 {
    color: #373737;
    margin-top: 55px;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-weight: bold;
    color: #ff9501;
    font-size: 26px;
}
#article p {
    margin-bottom: 20px;
    line-height: 1.3em;
}
#article p img {
    width: 100%;
}

#article .list-i-top {
    font-size: 0;
    margin: 30px 0 15px;
}

#article .list-i-top .list-i-top__item {
   float: none;
   display: inline-block;
   vertical-align: top;
   margin-bottom: 30px;
   text-align: center;
   font-size: 16px;
}

#article .list-i-top .list-i-top__item strong {
    display: block;
    margin-bottom: 4px;
}

#article .list-i-left {
    font-size: 0;
    margin: 30px -15px 15px;
}

#article .list-i-left .list-i-left__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    position: relative;
    padding: 15px;
    padding-left: 95px;
    font-size: 16px;
}

#article .list-i-left .list-i-left__item .img {
    position: absolute;
    top: 5px;
    left: 0;
}
#article .list-i-left .list-i-left__item strong {
    display: block;
    margin-bottom: 4px;
}

#article .list-i-left-line {
    font-size: 0;
    margin: 30px 0 15px;
}

#article .list-i-left-line .list-i-left-line__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    position: relative;
    padding-left: 95px;
    font-size: 16px;
}

#article .list-i-left-line .list-i-left-line__item .img {
    position: absolute;
    top: 0;
    left: 0;
}

#article .list-mark {
    margin: 30px 0 15px;
}

#article .list-mark li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

#article .list-mark li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: url(../images/articles/statya-dlya-content-manager/list-mark.png) no-repeat center center;
    
}

#article .list-num {
  counter-reset: myCounter;
}
#article .list-num li {
  position: relative;
  padding-left: 42px;
  min-height: 50px;
  margin: 15px 0;
}
#article .list-num li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 35px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 60px;
}

#article .list-num li:nth-of-type(1n):before {
    color: #0894df;
}
#article .list-num li:nth-of-type(2n):before {
    color: #2cbac6;
}
#article .list-num li:nth-of-type(3n):before {
    color: #ef6d4b;
}
#article .list-num li:nth-of-type(4n):before {
    color: #bfc932;
}
#article .list-num li:nth-of-type(5n):before {
    color: #9784f0;
}

#article .list-num li:nth-of-type(n + 10) {
    padding-left: 70px;
}
#article .btn {
    color: #fff;
    border: none;
    background: #ff9501;
    padding: 12px 30px;
}
#article .btn:hover {
    background: #f96c05;
}
#article .list-img-left {
    font-size: 0;
    margin: 30px -15px 15px;
}
#article .list-img-left .list-img-left__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
#article .list-img-left .list-img-left__item .text {
    padding-left: 0;
    font-size: 16px;
}
#article .list-img-top .img {
    margin-bottom: 5px;
}
#article .list-img-top {
  font-size: 0;
}
#article .list-img-top .list-img-top__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 16px;
}

.header-small, .header-small .top_fon {
  min-height: 0;
}
.header-small, .header-small .top_fon .in_header .top {
  border-bottom: 0;
}

.breadcrumb {
      padding: 25px 0;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
  transition: .3s;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 30px;
  position: relative;
}
.breadcrumb li:before {
  content: '/';
  position: absolute;
  top: 0px;
  right: 9px;
  color: #000;
}

.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li:last-child:hover {
  cursor: default;
}

.breadcrumb li:last-child {
  color: #ff9501;
}

#blog ul {
  margin: -15px;
  font-size: 0;
}
#blog ul li {
  padding: 15px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #868686;
}
#blog ul li .blog-item {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px #eeeeee;
  -moz-box-shadow: 0px 0px 20px #eeeeee;
  box-shadow: 0px 0px 20px #eeeeee;
}
#blog ul li .blog-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #3a3939;
}
#blog ul li .blog-item em {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  line-height: normal;
  color: #3a3939;
}
#blog ul li .blog-item .blog-item-link {
  margin-top: 5px;
  text-align: right;
}
#blog ul li .blog-item .blog-item-link a {
  color: #fe9400;
  text-decoration: underline;
  font-size: 15px;
}
#blog ul li .blog-item .blog-item-link a:after {
  content: url(../images/arre.png);
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
}
#blog ul li .blog-item .blog-item-link a:hover:after, #blog ul li .blog-item .blog-item-link a:focus:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}