﻿/* CSS Document */


@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
   }

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: url('../fonts/open_sans_regular.woff2') format('woff2'), 
       url('../fonts/open_sans_regular.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
} 
 
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
   }


@font-face {
    font-family: Raleway-Black; /*   */
    src: url(../fonts/Raleway-Black.ttf); /*      */
   }
   

body
{
    margin: 0;

}

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}














/* Menu */
 
.amenu {
    background: #fff;
    right: -420px; /* ?????? ???? */
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 280px;
    z-index: 1000000;
    border-radius: 0px 0 0 0px;
}

.amenu-fon
{
    background: #000;
	opacity: 0.5;
    right: 0;
	left: 0;
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.amenu-fon.icon-close {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 0px;
    float: none;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: text-top;
}

.bodysait
{
    background: #fff;
	position: relative;
	z-index: 0;
}

.knopka-bok-menu {
    font-family: MTS Sans Regular, "Courier New", Courier, monospace;
    font-size: 18px;
    color: #ff0109!important;
    line-height: 140%;
    text-align: center;
    margin: 50px 0 50px 10%;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ff0109;
    float: left;
    box-sizing: border-box;
}


.knopka-bok-menu:hover
{
    color: #fff!important;
    background: #ff0109;
	border: 1px solid #ff0109;

}
 
 
.amenu .blok-kontakty-niz-telefon
{
    float: left;
    width: 250px;
    margin: 0px 0px 0 10%;
}

.amenu .perezvonim-title {
    margin: 10px 0 20px 10%;
}
 
 
/* Basic CSS */
 
.background {
    position: absolute;
    top: 90px;
    right: 30px;
    background: #0191d300;
    width: 32px;
    z-index: 100000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}
 
.amenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.amenu li {
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 19px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    list-style: none !important;
}
 
.amenu li:hover {
  cursor: pointer;
}
 
.amenu a {
  color: #000;
  text-decoration: none;
}
 
.icon-close {
    cursor: pointer;
    padding-right: 20px;
    padding-top: 30px;
    float: right;
    padding-bottom: 30px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 14px;
    vertical-align: text-top;
}
 
.icon-menu {
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
}
 
.icon-menu img {
    margin-right: 0px;
	width: 100%;
}






#top-bok-menu 
{
    display:none;
	position:fixed;
	right:0;
	top:0px;
	width:50px;
	height:61px;
    background: #007cbb;
    z-index: 100;
}

#top-bok-menu .background {
    position: absolute;
    top: 20px;
    right: 8px;
    background: #0191d300;
    width: 32px;
    z-index: 100000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#top-bok-menu .icon-menu {
    color: #fff;
    cursor: pointer;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 17px;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    text-align: center;
}














.landing
{
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

.landing img
{
    width: 100%;
}

.blok-top
{
    background-color: #fff;
	padding: 0 0 0px 0;
}

.logotip
{
    float: left;
    width: 219px;
	height: 26px;
    margin: 20px 0% 20px 0px;
}



/* Верхнее меню */

.menu-top
{
    float: right;
    width: auto;
	margin: 20px 0 20px 0;
}

.menu-top.fixed
{
    float: right;
    width: auto;
	margin: 20px 0 20px 0;
}

.menu-top ul {
    margin: 0 !important;
	padding: 0 !important;
}

.menu-top li {
    margin: 0 20px 0 0 !important;
    float: left;
	min-width: 60px;
    position: relative;
    padding: 0 0;
    list-style: none;
    text-align: right;
    line-height: 2em !important;
    font-size: 14px;
    color: #000;
    z-index: 10;
}

.menu-top li:last-child {
    margin: 0 0px 0 0 !important;
}

.menu-top a {
    text-decoration: none;
    display: block;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
    color: #000;
	text-transform: uppercase;
}   


#blok-menu-fixed
{
    display:none;
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: auto;
    background: #cde2ec;
	box-shadow: 0px 0px 30px #00000014;
    z-index: 100;
}


/* телефон верх */

.blok-telefon-top
{
    float: right;
    width: 140px;
    margin: 10px 0 0 50px;
}

.blok-telefon-top p
{
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-weight: 700;
    font-size: 17px;
	color: #000;
	margin: 0 0px 5px 0 !important;
}

.blok-telefon-top p a {
    color: #000;
    text-decoration: none;
}


/* верхний блок */

.blok-top
{
    background: #fff;
}


/* первый экран */

.pervyi-ekran-bg
{
	min-height: 760px;
	position: relative;
    background: url(../images/bg-pe.jpg) top center no-repeat #fff;
    background-size: cover;
    background-position: 100% 0%;
    padding: 0px 0 0px 0;
    position: relative;
    max-width: 2000px;	
}


.pervyi-ekran
{
    background: #eef4f7;
	padding: 40px 0 40px 0;
}

.blok-my-v-socsetyah
{
    margin: 0px 0 60px 0px;
}

.blok-my-v-socsetyah-text
{
    float: left;
    margin: 12px 0 0 20px;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 15px;
    color: #0e314c;
    line-height: 120%;
    font-weight: 400;
}


.pervyi-ekran-left
{
    float: left;
    width: 50%;
    margin: 70px 0 0 0;
}

.pervyi-ekran-left-usluga
{
    font-size: 24px;
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-weight: 700;
    border-right: 2px solid #b5d0e5;
	color: #2491e1;
	padding: 0 5px 0 0;
    margin: 0 0px;
	float: left;
}

.pervyi-ekran-left h1
{
    font-family: Raleway-Black, Tahoma;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0px 0 40px 0;
    color: #fff;
    line-height: 120%;
	font-weight: 700;
}

.pervyi-ekran-left h1 span
{
    color: #00a5f9;
}


.pervyi-ekran-left h2
{
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 34px;
    margin: 0px 0 20px 0;
    color: #fff;
    line-height: 120%;
    font-weight: 400;
}

.pervyi-ekran-left h2 span
{
    color: rgb(255 0 0);
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-weight: 700;
    font-size: 40px;
}

.pervyi-ekran-left h3
{
    line-height: 120%;
	font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 22px;
    margin: 0px 0 40px 0;
    color: #fff;
	font-weight: 400;
}

.pervyi-ekran-left p
{
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 17px;
    margin: 0px 0 10px 0;
    color: #0e314c;
    line-height: 120%;
	font-weight: 400;
}



.blok-bronirovanie-mest
{
    margin: 0px 0 40px 0;
    background: #000000a6;
    padding: 20px;
    float: left;
}

.blok-bronirovanie-mest p
{
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 18px;
    color: #fff;
	margin: 0px 0 10px 0;
}

.blok-bronirovanie-mest-telefon
{
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 30px;
    color: #ff0000;
    margin: 0px 40px 0px 0;
    float: left;
}

.blok-bronirovanie-mest-telefon.last
{
    margin: 0px 0 0px 0;
}

.blok-bronirovanie-mest-telefon a
{
    color: #ff0000;
	text-decoration: none;
}


.blok-uspet-zakazat
{
    float: left;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 15px;
    color: #82929e;
    text-align: left;
    margin: 0px 0px 40px auto;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}


.pe-plusy
{
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0;
    box-sizing: border-box;
}

.pe-plusy-img {
    float: left;
    width: 30px;
    background-color: #008ed6;
    border-radius: 3px;
    height: auto;
    margin: 0 5% 0px 0;
    padding: 4px;
}

.pe-plusy-title {
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 0px auto 0px auto;
    font-weight: 400;
    line-height: 140%;
    height: 36px;
    display: table;
    width: 80%;
	float: left;
}

div.pe-plusy-title  div {
    vertical-align: middle;
    display: table-cell;
}

.pe-plusy.red {
    margin: 0px 0px 30px 0;
}

.pe-plusy-title.red
{
    color: #ff0e00;
}

div.pe-plusy-title.red  div {
    vertical-align: middle;
    display: table-cell;
}





.pe-plusy.niz
{
    float: left;
    max-width: 500px;
    margin: 40px 40px 40px 0;
    box-sizing: border-box;
}

.pe-plusy-img.niz {
    float: left;
    width: 10%;
    height: auto;
    margin: 0 7% 0px 0;
}

.pe-plusy-title.niz {
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
    color: #697784;
    text-align: left;
    margin: 0px auto 0px auto;
    font-weight: 400;
    line-height: 160%;
    height: 50px;
    display: table;
    width: 80%;
	float: left;
}

div.pe-plusy-title  div {
    vertical-align: middle;
    display: table-cell;
}















.pervyi-ekran-knopka
{
    background: #ff0e00;
    border-radius: 5px;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 24px;
    margin: 40px 0 40px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: left;
}

.pervyi-ekran-knopka:hover {
    background: #770c06;
    color: #fff;
}


.pervyi-ekran-knopka-fixed
{
    background: #008ed6;
    border-radius: 3px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 19px;
    margin: 12.5px 0px 12.5px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    float: left;
}

.pervyi-ekran-knopka-fixed:hover {
    background: #770c06;
    color: #fff;
}







.pervyi-ekran-okno
{
    position: absolute;
    bottom: -160px;
    left: 460px;
}




.pervyi-ekran-right {
    float: right;
    width: 400px;
    margin: 80px 0 0 0;
}

.blok-presentaciya
{
    float: left;
    width: 48%;
    margin: 0px 2% 15px 0;
    box-sizing: border-box;
	cursor: pointer;
}

.blok-presentaciya-niz
{
    float: left;
    width: 320px;
    margin: 0px 40px 15px 0;
    box-sizing: border-box;
	cursor: pointer;
}

.blok-presentaciya-img {
    float: left;
    width: 15%;
    height: auto;
    margin: 0 7% 0px 0;
}

.blok-presentaciya-title {
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 0px auto 0px auto;
    font-weight: 400;
    line-height: 140%;
    height: 40px;
    display: table;
    width: 70%;
    float: left;
}

.blok-presentaciya-title div {
    vertical-align: middle;
    display: table-cell;
}




/* Преимущества */

.blok-preimushestva
{
    margin: 60px 0 80px 0;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;	
}

.blok-preimushestva h3 {    
	font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 40px 0 40px 0;
    color: #000;
    line-height: 140%;
	font-weight: 400;
	text-align: center;
}

.podblok-preimushestva
{
    float: left;
	width: 23%;
	margin: 1%;
}

.podblok-preimushestva-img
{
	width: 45px;
	margin: 20px auto;
}

.podblok-preimushestva-text
{
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px auto 0px auto;
    font-weight: 400;
    line-height: 180%;
    height: 50px;
    display: table;
    width: 100%;
}

div.podblok-preimushestva-text div {
    vertical-align: middle;
    display: table-cell;
}

.podblok-preimushestva-text strong {
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
}




/* Рекомендуемый порядок действий */



.blok-poryadok
{
    margin: 60px auto 80px auto;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;	
	max-width: 700px;
    position: relative;
}

.blok-poryadok h3 {    
	font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 40px 0 40px 0;
    color: #000;
    line-height: 140%;
	font-weight: 400;
	text-align: center;
}

.podblok-poryadok
{
    float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 0 0 0 80px;
    background-size: 50px;
    background-position: 0% 50%;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 400;
    line-height: 180%;
    height: 50px;
	display: table;
}

.podblok-poryadok div {
    vertical-align: middle;
    display: table-cell;
}

.podblok-poryadok.n1
{
    background: url(../images/n1.png) right center no-repeat #fff;
	background-size: 50px;
    background-position: 0% 50%;
}

.podblok-poryadok.n2
{
    background: url(../images/n2.png) right center no-repeat #fff;
	background-size: 50px;
    background-position: 0% 50%;
}

.podblok-poryadok.n3
{
    background: url(../images/n3.png) right center no-repeat #fff;
	background-size: 50px;
    background-position: 0% 50%;
}

.podblok-poryadok.n4
{
    background: url(../images/n4.png) right center no-repeat #fff;
	background-size: 50px;
    background-position: 0% 50%;
}



.podblok-poryadok a {
    color: #000;
    text-decoration: none;
}







/* Бронировать онлайн */

.blok-bronirovat-onlain
{
    background: url(../images/bg-bron.jpg) top center no-repeat #fff;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	padding: 60px 0 60px 0;
}

.blok-bronirovat-onlain h3 {
    font-family: Raleway-Black, Tahoma;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0px 0 40px 0;
    color: #fff;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
}

div.blok-bronirovat-onlain .box-modal
{
    max-width: 800px !important;
	width: 800px !important;
	margin: 0 auto 0 auto;
	padding: 40px 20px 40px 40px;
	background: rgba(0, 0, 0, 0.5);
}

div.blok-bronirovat-onlain .box-modal-content {
    background: #fff0;
    padding: 0px 0px 0px;
}

div.blok-bronirovat-onlain .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
	margin-right: 20px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    width: 220px;
}



div.blok-bronirovat-onlain .formname input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #008ed6;
}

div.blok-bronirovat-onlain .formname input[type="checkbox"] + label::before {
    top: 0px;
}

div.blok-bronirovat-onlain .box-modal-content input[type="text"]
{
    color: #fff;
	font-family: OpenSans-Regular, GothaProBol, Tahoma;
}

div.blok-bronirovat-onlain .box-modal-content input[type="text"] {
    padding: 15px 15px !important;
    border-radius: 0px !important;
	box-sizing: border-box;
}





/* Почему выбирают нас */

.blok-pochemu-vybirayut-nas
{
    margin: 60px 0 60px 0;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;
}

.blok-pochemu-vybirayut-nas h3 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 60px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.blok-pochemu-vybirayut-nas p {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 17px;
    margin: 20px 0 20px 0;
    color: #727272;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.podblok-pochemu-vybirayut-nas
{
    width: 30%;
    box-sizing: border-box;
    margin: 40px 5% 40px 0;
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
}

.podblok-pochemu-vybirayut-nas.last
{
	margin: 40px 0px 40px 0;
}

.podblok-pochemu-vybirayut-nas.parkovka
{

}

.podblok-pochemu-vybirayut-nas-title.parkovka
{
    background: #008ed6;
}

.podblok-pochemu-vybirayut-nas-title
{
    background: #000;
	color: #fff;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 19px;
    text-align: center;
    margin: 0px 0 0px 0;
    font-weight: 400;
    line-height: 140%;
    height: 70px;
    display: table;
	width: 100%;
	border-radius: 3px 3px 0 0;
}

div.podblok-pochemu-vybirayut-nas-title div {
    vertical-align: middle;
    display: table-cell;
}

.podblok-pochemu-vybirayut-nas-text
{
    padding: 20px 20px 20px 20px;
}

.podblok-pochemu-vybirayut-nas-text ul
{
    padding: 0 0 0px 0;
	margin: 0px 0px 0px 0px;
}

.podblok-pochemu-vybirayut-nas-text li
{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 0px 0;
	font-family: OpenSans-Regular, Calibri, Tahoma;
}

div.podblok-pochemu-vybirayut-nas-text li:last-child {
    border-bottom: none;
}

.podblok-pochemu-vybirayut-nas-text-left {
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 10px auto 10px auto;
    font-weight: 400;
    line-height: 140%;
    height: 40px;
    display: table;
    width: 70%;
	float: left;
}

div.podblok-pochemu-vybirayut-nas-text-left div {
    vertical-align: middle;
    display: table-cell;
}


.podblok-pochemu-vybirayut-nas-text-right {
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
    color: #000;
    text-align: right;
    margin: 10px auto 10px auto;
    font-weight: 400;
    line-height: 140%;
    height: 40px;
    display: table;
    width: 30%;
	float: left;
}

div.podblok-pochemu-vybirayut-nas-text-right div {
    vertical-align: middle;
    display: table-cell;
}

.podblok-pochemu-vybirayut-nas-text-itogo {
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 19px;
    color: #119201;
    text-align: right;
    margin: 10px auto 10px auto;
    font-weight: 400;
    line-height: 140%;
    height: 30px;
    display: table;
    width: 100%;
}

.podblok-pochemu-vybirayut-nas-text-itogo.red {
    color: #ff0000;
}

div.podblok-pochemu-vybirayut-nas-text-itogo div {
    vertical-align: middle;
    display: table-cell;
}






/* Отзывы */

.blok-otzyvy
{
    margin: 60px 0 0px 0;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;
}

.blok-otzyvy h3 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 60px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.item.skyBlue
{
    box-sizing: border-box;
    margin: 40px 10% 0px 0;
	padding: 20px;
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.item h4 {
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 26px;
    margin: 10px 0px 20px;
    color: #000;
    line-height: 120%;
    font-weight: 400;
}

.item p {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 15px;
    margin: 20px 0px;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
}

/* Как к нам проехать */

.blok-kak-proehat
{
    margin: 0px 0 60px 0;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;
}

.blok-kak-proehat h3 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 60px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.blok-kak-proehat p {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 17px;
    margin: 20px 0 20px 0;
    color: #727272;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.blok-kak-proehat p a {
    color: #000;
    text-decoration: none;
}


.blok-foto-item
{
    width: 30%;
    box-sizing: border-box;
    margin: 40px 5% 40px 0;
    float: left;
}

.blok-foto-item.last
{
    width: 30%;
    box-sizing: border-box;
    margin: 40px 0 40px 0;
    float: left;
}


.video-instrukciya
{
    margin: 40px auto 10px auto;
    font-weight: 400;
    line-height: 140%;
    height: 315px;
    max-width: 800px;
}





/* Аэропорт */

.blok-aeroport
{
    margin: 60px 0 60px 0;
    background: #fff;
    background-size: cover;
    padding: 0 0 0px 0;
}

.blok-aeroport h3 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 60px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}

.blok-aeroport-left
{
    width: 45%;
    box-sizing: border-box;
    margin: 40px 5% 40px 0;
    float: left;
}

.blok-aeroport-left h2 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 24px;
    margin: 0px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
}

.blok-aeroport-left p
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    margin: 0px 0 20px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
}


.blok-aeroport-right
{
    width: 45%;
    box-sizing: border-box;
    margin: 40px 0 40px 5%;
    float: left;
}




/* контакты */

.blok-kontakty
{
    padding: 0px 0 0px 0;
}

.blok-kontakty p {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 17px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 400;
    line-height: 140%;
}

div.blok-kontakty p a, div.blok-kontakty p a:link, div.blok-kontakty p a:visited {
    color: #000;
    text-decoration: none;
}

div.blok-kontakty h3 {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 36px;
    margin: 60px 0 40px 0;
    color: #000;
    line-height: 140%;
    font-weight: 400;
}

.kontakty-map
{
    margin: 30px 0 30px 0;
	height: 600px;
	width: 100%;
}


/* низ */

.blok-niz
{
    background: #fff;
    padding: 40px 0 0px 0;
}

.blok-niz-left
{
    float: left;
	width: 100%;
}

.blok-niz-right
{
    float: right;
	width: 40%;
}

.blok-niz p
{
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    margin: 0 0 20px 0px;
    line-height: 140%;
    color: #b1b1b1;
}

div.blok-niz-left ul
{
    padding: 0;
	margin: 0 0 40px 0;
}

div.blok-niz-left li
{
    list-style: none;
    font-family: Tahoma, Arial;
    font-size: 14px;
	float: left;
	width: 50%;
    list-style-position: outside;
    font-weight: 400;
    margin: 0 0 5px 0px;
    line-height: 120%;
}

div.blok-niz-left a, div.blok-niz-left a:link, div.blok-niz-left a:visited
{
    color: #b1b1b1;
	text-decoration: none;
}

div.blok-niz-left a:hover
{
	text-decoration: underline;
}

.blok-niz-reglament
{
    margin: 0 0 30px 0px;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
}


.zvonok-niz
{
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 24px;
    color: #fff;
    text-align: right;
    margin: 0px auto 10px auto;
    font-weight: 400;
    line-height: 120%;
}

.zvonok-niz:hover
{
	color: #ff0000;
	cursor: pointer;
}

.telefon-niz
{
    font-family: Calibri, GothaProBol, Tahoma;
    font-size: 40px;
    color: #fff;
    text-align: right;
    margin: 0px auto 0px auto;
    font-weight: 700;
    line-height: 120%;
}

div.telefon-niz a, div.telefon-niz a:link, div.telefon-niz a:visited
{
    color: #fff;
	text-decoration: none;
}

.copirait
{
    margin: 0 0 30px 0px;
    font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 14px;
	color: #b1b1b1;
	float: left;
}

.saites
{
    margin: 0 0 30px 0px;
    font-family: OpenSans-Bold, GothaProBol, Tahoma;
    font-size: 24px;
	color: #517743;
	float: right;
    font-weight: 700;
}

div.saites a, div.saites a:link, div.saites a:visited
{
    color: #d9e5ec;
	text-decoration: none;
}





























.input-prepend input
{

    border: 1px solid #e4e4e4;
}

.checkbox-info a, .checkbox-info a:link, .checkbox-info a:visited
{
    color: #3c3c3c;
}

.btn-success {
    color: #000 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active
{
    color: #000 !important;
}

div.modal-content-box h1
{
    text-align: left;
    margin: 30px auto 30px auto;
    line-height: 120%;
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 30px;
    width: 100%;
    color: #00325a;
}


.box-modal-zakaz {
    position: relative;
    width: 600px !important;
    min-height: 120px;
    padding: 0;
    background: #fff;
    color: #3c3c3c;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
}



.box-modal-left
{
    background: url(../images/bg-mini-forma.jpg) no-repeat top center;
	float: left;
    width: 200px !important;
    height: 325px;
    padding: 20px 20px;
    margin: 0 20px 0 0;
}

.box-modal-right
{
	float: left;
    width: 320px !important;
    height: 350px;
}




















/* soc icon */


.blok-social-icon
{
    text-align: left;
    margin: 0px 0;
    float: left;
}

.blok-social-icon a
{
    text-decoration: none;
}

.blok-social-icon a:hover
{
    text-decoration: none;
}



.blok-social-icon-vk
{
    display: inline-block;
	border-radius: 100%;
	background: #ff0e00;
	border: 1px solid #ff0e00;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px 0;
	text-align: center;
}

.blok-social-icon-vk:hover
{
    background: #4d75a3;
	border: 1px solid #4d75a3;
}

svg #vk
{ 
  fill: #fff;
}

.blok-social-icon-vk:hover svg #vk
{ 
  fill: #fff;
}

svg #vk{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}








/* mesedzhers i social */

.blok-mesengers
{
    text-align: center;
    margin: 80px 40px 20px 0;
    float: left;
    width: 39px;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 10000;
}

.blok-mesengers a
{
    text-decoration: none;
}



.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	background: #ff0e00;
	border: 1px solid #ff0e00;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px 0;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}

svg #viber
{ 
  fill: #fff;
}

.mesengers-viber:hover svg #viber
{ 
  fill: #fff;
}

svg #viber{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}



.mesengers-whatsapp
{
    display: inline-block;
	border-radius: 100%;
	background: #ff0e00;
	border: 1px solid #ff0e00;
    width: 35px;
    height: 27px;
    text-align: center;
    padding: 8px 0 0 0;
	margin: 3px 0;
}

.mesengers-whatsapp:hover
{
    background: #189d0e;
	border: 1px solid #189d0e;
}

svg #whatsapp
{ 
  fill: #fff;
}

.mesengers-whatsapp:hover svg #whatsapp
{ 
  fill: #fff;
}

svg #whatsapp{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}




.mesengers-zvonok
{
    display: inline-block;
	border-radius: 100%;
	background: #007cbb;
	border: 1px solid #007cbb;
    width: 35px;
    height: 27px;
    text-align: center;
    padding: 8px 0 0 0;
	margin: 3px 0;
	cursor: pointer;
}

.mesengers-zvonok:hover
{
    background: #770c06;
	border: 1px solid #770c06;
}

svg #zvonok
{ 
  fill: #fff;
}

.mesengers-zvonok:hover svg #zvonok
{ 
  fill: #fff;
}

svg #zvonok{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}









/* Форма */


div.box-modal {
    position: relative;
    max-width: 400px !important;
    font-size: 17px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 40px;
    background: #0d2835;
    background-size: cover;
    color: #fff;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

div.pervyi-ekran-right .box-modal {
    background: rgba(0, 0, 0, 0.5);
}

div.pervyi-ekran-right .box-modal-content {
    background: none;
    padding: 30px 0px 0px;
}
  
div.pervyi-ekran-right .box-modal-shapka h1 {
    color: #fff;
    text-align: center;
}  


div.pervyi-ekran-right .box-modal-content input[type="text"]
{
    border: 1px solid #008ed6 !important;
	background: #000;
    color: #fff;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 17px;
	box-sizing: border-box;
} 

div.pervyi-ekran-right .box-modal-content p
{
    color: #fff;
	font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 17px;
	margin: 10px 0 20px;
}  

.daterangepicker.dropdown-menu {
    max-width: 600px;
    z-index: 3001;
    display: none;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
    box-sizing: border-box;
}

.daterangepicker .daterangepicker_input {
    position: relative;
    display: none;
}

.daterangepicker.ltr .calendar.left {
    clear: left;
    margin: 4px 40px 4px 4px;
} 

.daterangepicker.ltr .ranges {
    float: left;
    width: auto;
    /* display: inline-block; */
    margin: 20px;
}


div.box-modal.video {
    position: relative;
    max-width: 800px !important;
	width: 800px !important;
    font-size: 15px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
	line-height: 140% !important;
}

div.box-modal-shapka .modal-close, #feedback-modal-box .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 14px;
    font-family: OpenSans-Regular, Tahoma;
}

div.box-modal-shapka .modal-close:hover {
    background: #293547;
	color: #36bf41;
}

#feedback-modal-box .modal-close:hover {
    background: #19202c;
	color: #36bf41;
}

.box-modal-shapka
{
	padding: 0px 0px 0px;
}

.box-modal-shapka-katalog
{
	padding: 0px 0px 0px;
}

div.box-modal-shapka h1
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 10px;
    text-align: left;
    color: #fff;
}

div.box-modal-shapka h3
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #1d4766;
}

div.box-modal-shapka p
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    margin: 0px 0 0px;
	text-align: left;
	color: #6a95b3;
}


.box-modal-content
{
    background: #0d2835;
	padding: 30px 0px 0px;
}

.box-modal-content.video {
    background: #fff;
    padding: 15px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #000;
	box-sizing: border-box;
	color: #fff !important;
	font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 15px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 100%;
}

div.box-modal-content .input-medium {
    width: 100% !important;
	box-sizing: border-box;
	font-family: OpenSans-Regular, GothaProBol, Tahoma;
    font-size: 16px;
}

div.box-modal-content .btn-success {
    color: #fff !important;
    font-size: 20px !important;
    border: 3px solid #008ed6 !important;
    background: #ff0e00;
    border-radius: 3px !important;
    background-color: #008ed6 !important;
	width: 235px !important;
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}


div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: 2px solid #e2f44d;
}

div.box-modal-content a:active, div.box-modal-content a:focus { outline: none; }

div.box-modal-content input, div.box-modal-content textarea {outline:none;}
div.box-modal-content input:active, div.box-modal-content textarea:active {outline:none;}

div.box-modal-content textarea {resize:none;}
div.box-modal-content textarea {resize:vertical;}
div.box-modal-content textarea {resize:horizontal;}


div.box-modal-content input:-webkit-autofill, div.box-modal-content textarea:-webkit-autofill, div.box-modal-content select:-webkit-autofill {
    background-color: #19202c !important;
    background-image: none !important;
    color: #555 !important;
}


.formname input[type=checkbox] {
    display:none;
}
.formname input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 20px 0 25px 40px !important;
    cursor: pointer;
    line-height: 140%;
    color: #798f94;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
}
.formname input[type=checkbox] + label:hover {
    color:#337AB7;
}
.formname input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 7px;
    border: 1px solid #d4d4d4;
}
.formname input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #008ed6;
}
.formname input[type=submit] {
    display: block;
    cursor: pointer;
    font-size: 17px;
    font-family: OpenSans-Regular, Arial, Verdana;
    padding: 10px 30px;
    border: 1px solid #275F8B;
    background: #337AB7;
    color: #000;
    transition: .4s all;
    font-weight: 400;
    position: relative;
    top: auto;
    right: auto;
}
.formname input[type=submit]:hover {
    background: #275F8B;
}
.formname input[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
































/* ползунок */

.widget-small__button
{
    width: 220px;
}

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#fff; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#00a5f9; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}


/* Убираем обводку */


a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

