@charset "UTF-8";
/*
* Модальное окно исключительно средствами CSS;
* без javascript и дополительных изображений;
* работает на скрытых чекбоксах;
* @dobrovoi dbmast.ru
*/
body{
    
    
}
.demo {
    
    border-radius: 4px;
    text-align: center;
}
/* Стили модального окна */
.modal-header h2 {
    color: #27a9fd;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* элементы модального окна */
.modal-dialog {
    background:#e7e7e7;
    border: #555555 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: -100%;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    width: 80%;
    max-width: 500px;
    z-index: 103;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
    margin: 0;
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
}
.modal-header h2 {
    font-size: 20px;
    margin: 0;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}
/* кнопки */
.btn {
 
    border: #27a9fd solid 2px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
	height:25px;
	width:180px;
	padding-top:5px;
    text-decoration: none;
    text-align: center;
    min-width: 100px;
	color:#27a9fd;
	
   
	
}
.more {
	margin-top:5px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
	height:25px;
	width:180px;
	padding-top:3px;
    text-decoration: none;
    text-align: center;
    min-width: 100px;
	color:#27a9fd;
	letter-spacing:2px;
	
   
	
}
.more:hover, .more:focus {
	text-decoration:underline;
}

#dogma
{
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 line-height:22px;
	 letter-spacing:1px;
	
}


#popup
{
 
    border:1px solid #232323;border-radius:7px;
	background-color:#ffba04;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
	font-family:Verdana, Geneva, sans-serif;
    font-size: 16px;
	width:190px;
	height:28px;
	padding-top:8px;
    text-decoration: none;
    text-align: center;
    min-width: 100px;
	color:#000;
	
	
	
   
	
}
#popup:hover, #popup:focus {
    background: #27a9fd;
	color: rgba(255,255,255,1.00);
	 border: #232323 solid 1px;
}
#brend-type
{
	margin:10px 0;
	 min-height:100px;
	 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	 line-height:22px;
	font-size: 18px;
}


.btn1 {
 
    border: #ccc solid 1px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
	height:26px;
	
	padding-top:5px;
	padding-left: 3px;
	padding-right: 3px;
    text-decoration: none;
    text-align: center;
    min-width: 100px;
	color:#1C73F9;
	
	
   
	
}

.btn:hover, .btn:focus {
    background: #27a9fd;
	color: rgba(255,255,255,1.00);
	 border: #232323 solid 1px;
}
.btn-primary {
    background: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover{
    background: #66A1D3;
}

/* Элементы формы контактов */
.textbox{
    height:45px;
    width:100%;
    border-radius:9px;
    border:#4f5c91 1px solid;
    box-sizing:border-box;
    font-size:14px; 
    padding:8px;
    margin-bottom:20px;  
}
.msg:focus,
.textbox:focus{
    outline:none;
    border:rgba(24,149,215,1) 1px solid;
    color:rgba(24,149,215,1);
}
.msg{
	background:#FFF; 
    width:100%;
    height: 120px;
    border:#4f5c91 1px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:14px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    padding:10px;
    margin-bottom:20px;
    overflow:hidden;
}
/* кнопка "отправить" формы */
.btn-form{
    width:100%;
    height:45px;  
    border:#000 1px solid;
    box-sizing:border-box;
    color:white;
	background-color:#4f5c91;
	font-size:18px;
	
}
/* Изменение фона кнопки при наведении */
.btn-form:hover{
    background:#27a9fd;
}
form p
{
	color:#000;
	font-size:28px;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 line-height:22px;
}
.demo a
{color:#27a9fd;

	}