@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

/*Таймер*/
#countbox, .timer-flipchart-back, .timer-flipchart-top, .timer-flipchart-bottom, .timer-element span {
	font-weight: 100;
}


/*BASIC: Основная группа стилей*/ 

.list, .list_sertificate {
    list-style-type: none;
}

.list{
        height: 260px;    
}

.wrap .list_sertificate {
    width: 595px;
    float: left;
}

.list  ul {
	margin-left: 25px;
}

.list  ul li {
    line-height: 1.5;
    font:20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #536c83;
    padding-bottom: 15px;
	padding: 0 0 15px 0px;
    background: initial;
    margin: 0;
}
.list_sertificate li, .list  li{
	font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #536c83;
    padding: 0 0 3px 28px;
    background: url(../images/marker1.png) 0 7px no-repeat;
    margin: 10px 0 15px 0;
}
.list_sertificate li {
    line-height: 1.5;
    font:20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #536c83;
    padding-bottom: 10px;
}

p {
    line-height: 1.5;
    font:20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #536c83;
    padding-bottom: 15px;
}


.clear {
clear: both;
}

 body{
font-family:'PT Sans Narrow', Trebuchet MS, sans-serif;
width:100%;
height:100%;
 }
 
 .wrap{
 outline: 0px solid #0000cc;
 width:1120px;
 margin: 0 auto;
 padding-left: 40px;
 }
 
 .wrapall{
 outline: 0px solid #0000cc;
 width:1120px;
 margin: 0 auto;
 }
 
h2 {
    text-align: center;
    font: 36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5970;
    margin: 40px auto;
    line-height: 1.2;   
}

h1 {
    text-align: center;
    font:bold 48px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #E95556;
    margin-top: 90px;
    margin-bottom: 50px;
    line-height: 1.2;    
}

h3 {
    text-align: left;
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5970;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.2;    
}

h4 {
    text-align: center;
    font:bold 42px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #536c83;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.2;    
}

.not_sound {
    text-align: center;
    font: 17px 'PT Sans', Trebuchet MS, sans-serif;
    color: #9C9C9C;
    line-height: 1.2;
    margin: -25px auto -20px auto;
    height: 20px;
    display: block;
}

/*ELEM: Кнопки*/
.button {
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    width: 704px;
    height: 84px;
    margin: 0 auto 100px auto;
    display: block;
    cursor: pointer;
}

/*ELEM: Видео*/
.video1 {
    width: 1120px;
    height: 622px;
    margin: 50px auto 80px auto;
}


/*HEAD: Шапка*/
.headertext {
    background-image: url(../images/headertext.png);
    height: 487px;
    width: 752px;
    background-repeat: no-repeat;
    border: none;
    margin: 35px auto 0 auto;  
    float:  left;
}

.headertext_subs {
    background-image: url(../images/headertext_subs.png);
    height: 487px;
    width: 752px;
    background-repeat: no-repeat;
    border: none;
    margin: 35px auto 0 auto;  
    float:  left;
}

.head, .cover {
    height: 550px;   
    width: 100%;
    outline: 0px solid #cc0000;
    min-width: 1300px;
    border: none;
    display: block;
    padding-top: 70px;
    background-color: #91ac41;
    margin-bottom: 130px;
    background-position: center bottom;
}

.cover_mesh {
    height: 550px;   
    width: 100%;
    outline: 0px solid #cc0000;
    min-width: 1300px;
    border: none;
    display: block;
    background-color: #91ac41;
    margin-bottom: 180px;
    background-position: center bottom;
    margin-top: 60px;
}

.header_center {
    width: 1225px;
    margin: 0 auto;  
    position: relative;
}

.raspberry {
    background-image: url(../images/raspberry.png);
    display: block;
    width: 512px;
    height: 636px;
    background-repeat: no-repeat;
    float: left; 
    z-index: 2;
    position: absolute;
    right: 0;
    top: 20px;
}

.menu {
    height: 70px;
    width: 100%;
    background-color: #4d6135;
    position: fixed;
    z-index: 100;
    min-width: 1300px;
}

.menu ul li{
    float: left;
    list-style-type: none;
    color: #d3ecf3;
    font: 18px 'PT Sans', Trebuchet MS, sans-serif;
    margin-top: 20px;
    padding-right: 43px;
}

.menu ul li a{
    color: #d8d9b2;
    text-decoration: none;
    transition: 0.7s;
}

.menu ul li a:hover{
    color: #adbd76;
}

.menu ul{
    width: 1180px;
    margin: 0 auto;
    padding-left: 60px;
    display: block;
}

.menu_link {
    display: block;
    padding-top: 10px;
}

#cost {
	padding-top: 20px;
	display: block;
}


/*CONT: Приветствие Бориса*/
.bob {
    background-image: url(../images/bob.jpg); 
    display: block;
    width: 280px;
    height: 282px;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 50px;
    margin-top: 80px;
}

.bob_text{ 
    width: 780px;
    float: left;  
    margin: 110px 0 80px 30px;
}

.text_stop{ 
    width: 800px;
    margin: 45px auto 0 auto;
}

.text_stop a{
		text-decoration: none;
}

.bob_text p, .text_stop p{
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5970;
    line-height: 1.2;
}

.bob_text a{
    cursor: pointer;
    text-decoration: none;
    color: #2b5970;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}  

.bob_text a:hover{
    color: #78999b;
}
/*CONT: Начальный блок контента (картинка сравнения программ)*/
.text_left {
    float: left;
    width: 725px;
}
.frog {
    background-image: url(../images/frog.jpg);
    display: block;
    width: 1150px;
    height: 417px;
    background-repeat: no-repeat;
    margin: 0px auto 40px auto;
}

.shrek {
    background-image: url(../images/shrek.jpg);
    display: block;
    width: 1160px;
    height: 863px;
    background-repeat: no-repeat;
    margin: 50px auto 50px auto;
}

.vector_auto {
    background-image: url(../images/vector_auto.jpg);
    display: block;
    width: 610px;
    height: 433px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

.mesh_auto {
    background-image: url(../images/mesh_auto.jpg);
    display: block;
    width: 610px;
    height: 433px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

.tomato {
    background-image: url(../images/tomato.jpg);
    display: block;
    width: 1128px;
    height: 350px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

.kettle {
    background-image: url(../images/kettle.jpg);
    display: block;
    width: 1143px;
    height: 502px;
    background-repeat: no-repeat;
    margin: 10px 0 50px -30px;
}

.mesh_raspberry {
    background-image: url(../images/mesh_raspberry.jpg);
    display: block;
    width: 1166px;
    height: 470px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

/*CONT: Примеры реалистичных иллюстраций*/
.dot {
    font-weight: bold;
    margin-left: -24px;
}

.grasshopper {
    background-image: url(../images/grasshopper.jpg);
    display: block;
    width: 1069px;
    height: 373px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

.lemon{
    background-image: url(../images/lemon.jpg);
    display: block;
    width: 1018px;
    height: 390px;
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
}

.canon{
    background-image: url(../images/canon.jpg);
    display: block;
    width: 1169px;
    height: 476px;
    background-repeat: no-repeat;
    margin: 20px auto 40px auto;
}

.examp_auto{
    background-image: url(../images/examp_auto.jpg);
    display: block;
    width: 1150px;
    height: 738px;
    background-repeat: no-repeat;
    margin: -10px auto 50px auto;
}

/*CONT: Блок Автора и описания*/
.girl {
    background-image: url(../images/girl.png);
    display: block;
    width: 505px;
    height: 485px;
    background-repeat: no-repeat;
    float: left; 
    margin-left: -230px;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-right: -180px;
}

.strawberry {
    background-image: url(../images/strawberry.jpg);
    display: block;
    width: 288px;
    height: 290px;
    background-repeat: no-repeat;
    float: left; 
    margin-right: 10px;
}

.work {
    background-image: url(../images/work.png);
    display: block;
    width: 1120px;
    height: 546px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 50px;
}

/*CONT: Блок - Различия*/
#diff {
    width: 1020px;
    border: 2px dashed #5d7086;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 50px 40px 35px 60px;  
    background-color: #edf8fa;
}

#diff ul {
    line-height: 1.5;
    font:22px 'PT Sans', Trebuchet MS, sans-serif;
    color: #536c83;    
}

#diff ul li{
    margin-bottom: 15px;
}

/*CONT: Обложка*/
.preview {
    background-image: url(../images/preview.jpg); 
    display: block;
    width: 1008px;
    height: 713px;
    background-repeat: no-repeat;
    margin: 35px auto 80px auto;
}

/*CONT: Автор*/
#autor {    
    width: 1020px;
    border: 2px dashed #5d7086;
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 45px 40px 20px 60px;
    /*background-color: #fff6e7;*/
}

#autor p{ 
    font:italic 30px 'PT Sans', Trebuchet MS, sans-serif;
    color: #3c5468;
    margin-bottom: 15px;
}

#autor .autor_port {
    font-style: normal;
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    margin-bottom: 55px;
}

#autor .autor_port span{
    display: block;
    float:  left;
}

.autor_foto {
    background-image: url(../images/autor_foto.png); 
    display: block;
    width: 383px;
    height: 378px;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 55px;
}

.autor_title {
    font:45px 'PT Sans Narrow', Trebuchet MS, sans-serif!important;
    color: #3c5468;
    text-align: left;
    width: 420px;
    float: left; 
    display: block;
    margin: 90px 90px 0 50px;
    line-height: 1.2;     
}

#autor p a{
	text-decoration: none;
	color: #4B8BC1;
}

#autor p a:hover{
	text-decoration: none;
	color: #A5AEB7;
}

.shutterstock {
    background-image: url(../images/shutterstock.png);
    background-repeat: no-repeat;
    width: 236px;
    height: 47px;
    display: block;  
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}

.dreamstime {
    background-image: url(../images/dreamstime.png);
    background-repeat: no-repeat;
    width: 245px;
    height: 59px;
    display: block;  
    float: left;
    margin-top: -15px;
    margin-right: 34px;
}

.fotolia {
    background-image: url(../images/fotolia.png);
    background-repeat: no-repeat;
    width: 178px;
    height: 36px;
    display: block;  
    float: left;
    margin-top: 6px;
}

/*CONT: Блок контнета (кот в сапогах)*/
.puss_in_boots{
    background-image: url(../images/puss_in_boots.jpg);
    background-repeat: no-repeat;
    width: 1118px;
    height: 779px;
    display: block;
}    

/*CONT: Обложка*/

.cover{
    background-color: #e79a24;
    min-width: 1300px;
    margin-bottom: 130px;
}

.cover_logo {
    background-image: url(../images/cover_logo.png);
    background-repeat: no-repeat;
    width: 224px;
    height: 49px;
    display: block;
    margin: 0 auto;
}

.cover_cat {
    background-image: url(../images/cover_cat.png);
    background-repeat: no-repeat;
    width: 533px;
    height: 556px;
    display: block;  
    float: left;
    margin-top: 60px;
    margin-bottom: -70px;
    margin-left: -10px;
    margin-right: -30px;
}

.cover_text{
    background-image: url(../images/cover_text.png);
    background-repeat: no-repeat;
    width: 613px;
    height: 473px;
    display: block;
    float: left;
    margin-top: 30px;
}

.content_center{
    width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
}

/*CONT: Особенности системы (текст + картинки)*/
.cat2 {
    background-image: url(../images/cat2.jpg);
    background-repeat: no-repeat;
    width: 390px;
    height: 416px;
    display: block;
    float: left;
    margin-left: 5px;
}

.standart_trening {
    background-image: url(../images/standart_tr.png); 
    display: block;
    width: 974px;
    height: 247px;
    background-repeat: no-repeat;
    margin: 90px auto;
}

.bord {
    background-color: #f1f9fb;
    border: 2px dashed #65798e;
    width: 980px;
    padding: 10px 50px 20px 70px;
    margin-bottom: 70px;
}

.our_trening {
    background-image: url(../images/our_tr.png); 
    display: block;
    width: 942px;
    height: 502px;
    background-repeat: no-repeat;
    margin: 90px auto;
}

.sertificate{
    background-image: url(../images/sertificate.jpg); 
    display: block;
    width: 406px;
    height: 542px;
    background-repeat: no-repeat;
    margin-left: 30px;
    float: left;
}

/*CONT: Программа тренинга*/
.bg_orange {
    background-color: #ffedd0;
    padding: 1px 0;
    margin-top: 40px;
	min-width: 1300px;
}

.rasp_programm{
    background-image: url(../images/rasp_programm.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 290px;
    display: block;
    float: left;
    margin-top: -90px;
    margin-left: -30px;
    margin-bottom: 30px;        
}

.rasp_kettle{
    background-image: url(../images/rasp_kettle.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 276px;
    display: block;
    float: left;
    margin-top: -90px;
    margin-left: -30px;
    margin-bottom: 30px;        
}

.rasp_girl{
    background-image: url(../images/rasp_girl.png);
    background-repeat: no-repeat;
    width: 289px;
    height: 288px;
    display: block;
    float: left;
    margin-top: -50px;
    margin-left: 10px;
    margin-bottom: 30px;        
}

.chapter{
    border-top: 2px dashed #da847d;
    border-bottom: 2px dashed #da847d;
    padding: 10px 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.chapter_title{
    text-align: center;
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5770;
    line-height: 1.0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

.with_img {
    float: left;
    margin-left: 70px
}

.chapter_title span{
    color: #E95556;
}


.chapter_subtitle{
    text-align: center;
    font:26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #e26d26;
}

.chapter_description{
    text-align: center;
    font:26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5770;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lesson {
    float: left;
    margin-bottom: 45px;
    width: 538px;
}

.lesson_title {
    text-align: left;
    font:bold 26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2b5770;
    padding-bottom: 10px;
}

.lesson_title span{
    color: #E95556;
}

.programm {
}

.programm .lesson_list li{
    font:20px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    padding: 0 0 3px 30px;
    background: url(../images/marker.png) 0 4px no-repeat;
    list-style-type: none;
    color: #536c83;
}
.lesson_img {
    display: block;
    width: 538px;
    height: 330px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.mr23{
    margin-right: 23px;
}

.lesson1 {
    background-image: url(../images/lesson1.jpg);
    margin-top: 18px;
}

.lesson2 {
    background-image: url(../images/lesson2.jpg); 
}

.lesson3 {
    background-image: url(../images/lesson3.jpg); 
}

.lesson4{
    background-image: url(../images/lesson4.jpg); 
}

.lesson5 {
    background-image: url(../images/lesson5.jpg); 
}

.lesson6 {
    background-image: url(../images/lesson6.jpg); 
    margin-bottom: 100px;
}

.lesson7 {
    background-image: url(../images/lesson7.jpg); 
}

.lesson8 {
    background-image: url(../images/lesson8.jpg); 
    margin-top: 13px;
}

.lesson9 {
    background-image: url(../images/lesson9.jpg); 
    margin-top: 35px;
}

.lesson10 {
    background-image: url(../images/lesson10.jpg); 
    margin-top: 10px;
}

.lesson11 {
    background-image: url(../images/lesson11.jpg); 
    margin-top: 10px;
}

.lesson12 {
    background-image: url(../images/lesson12.jpg); 
    margin-top: 43px;
}

.lesson13 {
    background-image: url(../images/lesson13.jpg); 
}

.lesson14 {
    background-image: url(../images/lesson14.jpg); 
    margin-bottom: 100px;
}

.lesson15 {
    background-image: url(../images/lesson15.jpg); 
}

.lesson16 {
    background-image: url(../images/lesson16.jpg); 
}

.lesson17 {
    background-image: url(../images/lesson17.jpg); 
    margin-top: 35px;
}

.lesson18 {
    background-image: url(../images/lesson18.jpg); 
    margin-top: 10px;
}

.lesson19 {
    background-image: url(../images/lesson19.jpg); 
    margin-top: 10px;
}

.lesson20 {
    background-image: url(../images/lesson20.jpg); 
    margin-top: 43px;
}

.lesson21 {
    background-image: url(../images/lesson21.jpg); 
}

.lesson22 {
    background-image: url(../images/lesson22.jpg); 
    margin-bottom: 60px;
}

.lesson23 {
    background-image: url(../images/lesson23.jpg); 
}

.lesson24 {
    background-image: url(../images/lesson24.jpg); 
}

.lesson25 {
    background-image: url(../images/lesson25.jpg); 
    margin-top: 35px;
}

.lesson26 {
    background-image: url(../images/lesson26.jpg); 
    margin-top: 10px;
}

.lesson27 {
    background-image: url(../images/lesson27.jpg); 
}

.lesson28 {
    background-image: url(../images/lesson28.jpg); 
}

.lesson29 {
    background-image: url(../images/lesson29.jpg); 
}

.lesson30 {
    background-image: url(../images/lesson30.jpg); 
}

/*CONT: Оплата*/
.crown{
    background-image: url(../images/crown.png);
    background-repeat: no-repeat;
    width: 416px;
    height: 308px;
    display: block;
    float: left;
    margin-left: -60px;
    margin-right: -100px;
    margin-top: -30px;
        margin-bottom: 80px;
}

.cart {
    background-image: url(../images/cart.png); 
    display: block;
    width: 213px;
    height: 198px;
    background-repeat: no-repeat;
    float: left;
    margin: 40px 40px 55px 30px;
}

.gift {
    background-image: url(../images/gift.png); 
    display: block;
    width: 185px;
    height: 200px;
    background-repeat: no-repeat;
    float: left;
    margin: -80px 70px 55px 30px;
}

/*Галерея*/

.gallery{
width: 1120px;
margin: 40px auto 40px auto;
}
.g-line{
float:left;
width:1100px;
margin: 0 0 25px 0;
}
.gallery a{
float:left;
margin: 0 10px 0 0;
}
.g-line.four a{margin-right:15px;}
.g-line.four{margin-bottom: 15px;}

.demo img{
	width: 173px!important;
	height: 173px!important;
}

.link_port{
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
    color: #536c83;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.link_port:hover{
    color: #9aa4ad;
}

/*Отзывы*/

.review_title {
    background-image: url(../images/review_title.png);
    background-repeat: no-repeat;
    width: 1041px;
    height: 68px;
    display: block;
    margin: 100px auto 80px auto;
}

.rew_yel {
	width: 1120px;
    border: 2px dashed #65798e;
    background-color: #fbf4e9;
    margin-top: 50px;
    margin-bottom: 70px;
}

.rew_bl {
	width: 1120px;
    border: 2px dashed #65798e;
    background-color: #f0f6fa;
    margin-top: 50px;
    margin-bottom: 70px;
}

.rew_text {    
    margin: 60px 50px 50px 50px;
}

.rew_text p{
    font-style: italic;
    color: #536c83;
    font-size: 23px;
}

.rew_title {
	font:bold 36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
	color: #2b5770;
	width: 500px; 
	text-align: left; 
	margin: 80px 0 0 40px;
	float: left;
}

.rew_quote {
	font:italic 32px 'PT Sans Narrow', Trebuchet MS, sans-serif;
	color: #2b5770;
	width: 550px; 
	text-align: left; 
	margin: 10px 0 0 40px;
	float: left;
}

.rew_link {
    font:italic 23px 'PT Sans', Trebuchet MS, sans-serif;
	color: #536c83;
	text-align: left; 
	float: left;
    margin: 20px 0 0 40px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
} 

.rew_link:hover {
    color: #246c95;
}

.stars5 {
    background-image: url(../images/5stars.png); 
    display: block;
    background-repeat: no-repeat;
    width: 280px;
    height: 48px;
    text-align: left; 
	float: left;
    margin: 0px 0 0 40px;
}

.katerina_foto {
    background-image: url(../images/katerina.png); 
    display: block;
    width: 404px;
    height: 399px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;   
}

.olga_foto {
    background-image: url(../images/olga.png); 
    display: block;
    width: 404px;
    height: 399px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;   
}

.g_yuliya_foto {
    background-image: url(../images/g_yuliya.png); 
    display: block;
    width: 404px;
    height: 399px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;   
}

.yuliya_foto {
    background-image: url(../images/yuliya.png); 
    display: block;
    width: 404px;
    height: 399px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;   
}

.sergey_foto {
    background-image: url(../images/sergey.png); 
    display: block;
    width: 404px;
    height: 399px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;  
}

.anna_foto {
    background-image: url(../images/anna.png); 
    display: block;
    width: 406px;
    height: 400px;
    background-repeat: no-repeat;
    float: left;  
    margin: 50px 0px 0px 60px;  
}

.button_rew {
    background-image: url(../images/button_rew.png);
    background-repeat: no-repeat;
    width: 704px;
    height: 84px;
    margin: 0 auto 20px auto;
    display: block;
    cursor: pointer;
}

.button_port {
    background-image: url(../images/button_port.png);
    background-repeat: no-repeat;
    width: 776px;
    height: 84px;
    margin: 0 auto 100px auto;
    display: block;
    cursor: pointer;
}
/*CONT: Форма*/

.form_check {
	margin-top: 60px;
	margin-bottom: 50px;
	margin-left: 60px;
}

.name_check_grid{
	border: 1px solid #91abc0;
	font:29px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #758599;
	width: 300px;
	margin-right: 35px;
	background-color: #cbd5df;
	text-align: center;
	height: 45px;
}

.email_check_grid{
	border: 1px solid #91abc0;
	font:29px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #758599;
	width: 300px;
	background-color: #cbd5df;
	text-align: center;
	height: 45px;
	margin-right: 30px;
}

.submit_check_grid {
	background-color: #e26d26;
    border: none;
    width: 300px;
    height: 49px;
    font:bold 32px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #fff;
	cursor: pointer;
	transition: 0.7s;
}

.submit_check_grid:hover {
	background-color: #f08442;	
}

/*COST: Блок с ценой*/

.cost_yel {
    width: 1000px;
    border: 2px dashed #E95556;
    background-color: #fbf4e9;
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 50px 60px 30px;
}

body .cost_yel p{
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #E95556;
    text-align: center;
}

.cover_cards{
    background-repeat: no-repeat;
    background-image: url(../images/cover_cards.jpg);
    width: 700px;
    height: 656px;
    margin: 50px auto 0px auto;  
}


.timer_text {
    text-align: center;
    font:bold 40px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2a5770;
    margin-top: 40px;
    margin-bottom: 15px;  
}

.cost td{
    /*width: 560px;*/
    padding: 30px 30px 0;
}

.cost th{
    font:40px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px 0;
    
}

.cost_block p{
    text-align: center;
    font:36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #e46e26;
    line-height: 0.8;
}

.cost .note {
    text-align: center;
    font:italic 14px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #00909c;
    margin-top: -40px;
    margin-bottom: 10px;
}

.payment {
    background-repeat: no-repeat;
    background-image: url(../images/payment.png);
    width: 1120px;
    height: 72px;
    margin-bottom: 100px;
}

.button2 {
    background-image: url(../images/button2.png);
    background-repeat: no-repeat;
    /*width: 472px;*/
    height: 55px;
    margin: 10px auto 60px auto;
    display: block;
    cursor: pointer;
}

.pricenew {
    text-align: center;
    font: 36px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #809ba9;
    margin-bottom: 10px;
}

.line-t2 span {
        position: absolute;
    left: -4px;
    top: 20px;
    width: 105%;
    height: 3px;
    background: #2B5771;
}

.pricenew span {
    font-weight: bold;
    color: #E95556;
}

.pricenew .line-t2 {
    position: relative;
    color: #2B5771;
}

.img_kurs {
    width: 815px;
    margin: 55px auto 0 auto;
    display: block;
}

.dig {
    background-image: url(../images/dig.png);
    background-repeat: no-repeat;
    width: 283px;
    height: 283px;
    float: left;
    display: block;
    margin-left: 227px;
    margin-bottom: 2px;
	margin-bottom: -150px;
}

.dvd {    
    background-image: url(../images/dvd.png);
    background-repeat: no-repeat;
    width: 283px;
    height: 283px;
    float: left;
    display: block;
	margin-bottom: -150px;
}

.cost_all {
    width: 1120px;
    height: 620px;
    margin: 0px auto 0 auto;
    background-color: #dbecef;
}

.button_cost {
    background-image: url(../images/button_cost.png);
    background-repeat: no-repeat;
    width: 475px;
    height: 102px;
    padding-bottom: 40px;
    margin-left: -5px;
    display: block;
    cursor: default;
}

.button_cost_dig {
    background-image: url(../images/button_cost_dig.png);
    background-repeat: no-repeat;
    width: 462px;
    height: 99px;
    padding-bottom: 40px;
    margin-left: -5px;
    display: block;
    cursor: pointer;
}

.button_cost_dvd {
    background-image: url(../images/button_cost_dvd.png);
    background-repeat: no-repeat;
    width: 463px;
    height: 99px;
    padding-bottom: 40px;
    margin-left: -5px;
    display: block;
    cursor: pointer;
}


.cost_dig {
    width: 475px;
    margin-left: 50px;
    margin-top: 35px;
    float: left;
    display: block;
	margin-top: 185px;
}
.cost_dig p, .cost_dvd p{
    margin-bottom: 7px;
    width: 470px;
    font-size: 16px;
    color: #536c83;
    padding-bottom: 0;
}


.cost_dig_img {
    background-image: url(../images/cost_dig.jpg);
    background-repeat: no-repeat;
    width: 354px;
    height: 57px;
    margin: 0 auto 10px auto;
}

.cost_dvd {
    width: 475px;
    margin-left: 55px;
    float: left;
    display: block;
	margin-top: 185px;
}

/*CONT: Ответы на вопросы*/
.faq_ch1 {
    width: 545px;
    float: left;
    margin-top: 30px;
}

.faq_ch1 p{
    font:29px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2a5770;
    margin-top: 5px;
}

.faq_icon {
    background-repeat: no-repeat;
    background-image: url(../images/faq_icon.png);
    width: 51px;
    height: 68px;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 7px
}

.faq_text {
    width: 522px;
    height: 145px;
    color: #536c83;
    font:20px 'PT Sans', Trebuchet MS, sans-serif;
    margin-bottom: 0px;
}

.faq_text p{
    width: 450px;
    color: #536c83 !important;
    font:20px 'PT Sans', Trebuchet MS, sans-serif !important;
    padding: 5px 0px 0 10px;
}

.faq_ch2 {
    width: 540px;
    float: left;
    margin: 30px 0 0px 35px; 
}

.faq_ch2 p{
    font:29px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2a5770;
    margin-top: 5px;
}

/*FOOTER: Футер*/
.footer {
    height: 200px;   
    width: auto;
    outline: 0px solid #cc0000;
    min-width: 1300px;
    background-color: #4d6135;
    padding-top: 80px;
}
/*FOOTER: Копирайт*/
.copy{
    font: 21px 'PT Sans', Trebuchet MS, sans-serif;
    text-align: center;
    color: #fff;
}
.copyright {
    outline: 0px solid #00cc00;
    height: 35px;
    width: 670px;
    margin: 30px auto 40px auto;
}

.copyright ol{
    font: 21px 'PT Sans', Trebuchet MS, sans-serif;
    text-align: center;
    color: #fff;
}

.copyright ol li{
    float: left;
    text-align: center;
}

.copyright ol li a{
    text-decoration: none;
    color: #fff;
}


