@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=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300,700&subset=latin,cyrillic);

/*TODO: Общий блок стилей*/

.uptolike-buttons {
    margin: 0 auto 120px auto;
    width: 270px;
}

body {
    background-image: url('../images/bg114.png');    
}

.clear {
    clear: both;
}

#faq ul li {
    padding: 10px 0 3px 35px;
    background: url(../images/marker.png) 0 11px no-repeat;
    list-style-type: none;
    font: 18px 'PT Sans', Trebuchet MS, sans-serif;
    color: #333e32;
    line-height: 1.5;
}

#faq .accordion ul li ul li {
    padding: 4px 0 3px 32px;
    background: url(../images/marker2.png) 10px 11px no-repeat;
    list-style-type: none;
    font: 16px 'PT Sans', Trebuchet MS, sans-serif;
    color: #333e32;
    line-height: 1.5;
}

.wrap {
    width: 1110px;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

body h1 {
    text-align: center;
    font: bold 52px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #cd472a;
    margin: 70px auto 50px auto;
    width: 1100px;
}

body h1 span{
    color: #E51C1C;
    font-size: 55px;
}

h2 {
    text-align: center;
    font: 34px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #0b4e08;
    margin: 35px auto 35px auto;
    width: 1100px;
}

body h3 {
    text-align: center;
    font: 45px 'PT Sans Narrow', Trebuchet MS, sans-serif;
	color: #137313;
	margin-bottom: 40px;
}


body h4 {
    text-align: center;
    font:bold 65px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #cd472a;
    margin: 35px 0 15px 0;
    padding: 0 20px;
}

body h5 {
    text-align: center;
    font:50px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #096824;
    margin: 10px 0 15px 0;
    padding: 0 20px; 
}

body h5 span{
	color: #cd472a;
	font-weight: bold;
}

body h6 {
    text-align: left;
    font: bold 30px "PT Sans Narrow",Trebuchet MS,sans-serif;
    color: #0b4e08;
    margin: 0px auto 20px;
    width: 1100px;
}

body h6 span{
	color: #cd472a;
}

p {
    text-align: center;
    font: 18px 'PT Sans', Trebuchet MS, sans-serif;
    color: #333e32;
    line-height: 1.5;
    margin: 0;
}

.video {
    text-align: center;
    margin: 100px 0 0px 0;
}

.text_block {
    width: 1100px;
    margin: 70px 0 60px 0;
    border-left: 5px #cd472a solid;
    padding-left: 20px;
}

.text_block2 {
	text-align: left;
    width: 1100px;
    margin: 70px auto 60px auto;
    border-left: 5px #0b4e08 solid;
    padding-left: 20px;
}

body .text_block2 p{
    text-align: left;
    color: #2f2e2e;
    font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    margin-bottom: 25px;
}

body .text_block_green {
    width: 1000px;
    margin: 70px 0px 60px 60px;
    border-left: 5px #078117 solid;
    padding-left: 20px;
	text-align: left;
}

.text_block_green p{
	text-align: left;
}

.desc {
    text-align: left;
    font: italic 18px 'PT Sans', Trebuchet MS, sans-serif;
    line-height: 1.8;
    margin: 0 auto 15px auto;
    color: #747979;
    width: 759px;
}

.desc_bg {
    padding: 5px 0 5px 0;
    background-color: rgba(227, 239, 228, 0.61);
    margin-bottom: 50px;
}

.desc_bg h1 {
    margin-bottom: 20px;
}

.desc_bg .content_block_2{
    width: 850px;
    margin: 40px auto 40px auto;
    border-left: 5px #EA6647 solid;
    padding-left: 20px;
}

.content_block_2 {
    width: 850px;
    margin: 50px auto 60px auto;
    border-left: 5px #EA6647 solid;
    padding-left: 20px;
}

.content_block_2 p {
    text-align: left;
    margin-bottom: 15px;
}

.content_block_1 p {
    text-align: left;
    margin-bottom: 15px;
}

.button {
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 80px;
    display: block;
    cursor: pointer;
    margin: 30px auto 70px auto;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.button:hover {
    background-image: url(../images/button_hover.png);
}


#kurs, #obrezka,body #privivka {	
    padding: 50px 0 50px 0;
    margin-top: 50px;  
}

 #privivka, #zamazka  {
	padding: 1px 0 50px 0;
	margin-top: 50px;  
}
/*HEAD: Шапка*/

header {
    height: 90px;
	background-image: url(../images/header.jpg);
	height: 615px;
	background-position: center;
	background-repeat: no-repeat;
    min-width: 1280px;
	background-size: cover;
}

@media(min-width:970px) and (max-width:1200px) {
    body .logo {margin-right: 190px!important;}
}

@media(min-width:768px) and (max-width:970px) {
    body .logo {margin-right: 150px!important;}
}

.logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 44px;
    display: block;
    margin-right: 380px;
    margin-top: -1px;
}    

.head_title {
    border: 3px solid #fff;
	font: 50px 'Comfortaa', Trebuchet MS, sans-serif;
	color: #fff;
	font-weight: 100;
	width: 800px;
    margin: 50px auto 44px auto;
    padding-bottom: 8px;
}  

.head_title span{
    text-align: left;
    font: 44px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #fff;
    margin-top: 10px;
}  

.head_date {
    text-align: left;
    font: bold 60px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #b1d1fe;
    margin-top: 40px;
    line-height: 0.8;
} 

.cover {
    background-image: url(../images/cover.png);
    background-repeat: no-repeat;
    width: 321px;
    height: 437px;
    display: block;
    margin: 0 auto -15px auto;
	float: left;
}

.text_cover {
	float: left;
	color: #fff;
	font:60px 'PT Sans Narrow', Trebuchet MS, sans-serif;
	margin-top: 90px;
	text-shadow: #3c0303 1px 0px, #460000 1px 1px, #480000 0px 1px, red -1px 1px, #350000 -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px;
}

.cover_web {
    background-image: url(../images/cover_web.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 446px;
    display: block;
    float: left;
	margin: 50px 70px 50px -50px;
}

.test_cover_web {
	font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #333e32;
    line-height: 1.9;
	float: left;
	width: 480px;
    margin-top: 130px;
}

.test_cover_web span{
	font-weight: bold;
	color: #cd472a;
}

.button_cost{
width: 250px;
    height: 50px;
    border-radius: 7px;
    background-color: #ED1C24;
    display: block;
    cursor: pointer;
    margin-top: 25px;
	text-align: center;
    padding-top: 6px;
	font: 30px 'PT Sans', Trebuchet MS, sans-serif;
    color: #fff!important;
	-webkit-transition: 0.7s;
    transition: 0.7s;
	margin: 25px auto 0 auto;
	float: left;
	text-decoration: none!important;
}

.button_cost:hover{
	text-decoration: none;
	background-color: #D60810;
}

.button_cost:visited{
	text-decoration: none;
}

.cost_text {
	float: left;
	font:bold 60px 'PT Sans', Trebuchet MS, sans-serif;
	color: #50bb2d;
	padding-top: 7px;
	margin-right: 50px;
}

.cost_text span{
	color: #fff;
	font-weight: 100;
}

.cost_center {
	width: 680px;
	margin: 0 auto;
}

.skroll {
	background: rgba(19, 115, 19, 0) url(../images/fancy-arrow.png) center center no-repeat;
    background-size: 22px 13px;
    width: 38px;
    height: 38px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid rgba(19, 115, 19, 0.27);
    border-radius: 21px;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}

.skroll:hover {
	    border: 1px solid rgb(19, 115, 19);
}

/*TODO: Контент*/

.cont_center {
    width: 1100px;
    margin: 50px auto;
}

.cont_center1 {
    width: 1000px;
    margin: 20px auto;
}

/*Авторы*/
.autor{
    width: 373px;
    float:left;
}
.autor span{
    display: block;
    font: 27px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #005e20;
    text-align: center;
}
.autor p{
    font: 48px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #005e20;
    text-align: center;
}

.evgeniy {
    background-image: url(../images/evgeniy.png);
    background-repeat: no-repeat;
    width: 373px;
    height: 373px;
    display: block;
    margin-bottom: 30px;
}

.roman {
    background-image: url(../images/roman.png);
    background-repeat: no-repeat;
    width: 373px;
    height: 373px;
    display: block;
    margin-bottom: 30px;
}

.text_block {
    width: 750px;
    margin: 0px 0 60px 0;
    border-left: 5px #cd472a solid;
    padding-left: 20px;
}

.text_block p{
    text-align: left;
    color: #2f2e2e;
    font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    margin-bottom: 25px;
}

.text_block span{
    color: #db2c2c;
    font:bold 20px 'PT Sans', Trebuchet MS, sans-serif;
}

.yellow-block {
    background-color: rgba(190, 212, 121, 0.12);
    background-repeat: no-repeat;
    padding: 1px 0;
    margin-bottom: 50px;
    margin-top: 80px;
}

.green-block {
    background-color: rgba(62, 168, 62, 0.19);
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    padding-right: 60px;
    background-position: 90% 75%;
    padding: 40px 0;
	margin-bottom: 80px;
}

.green-block2 {
    background-color: rgba(62, 168, 62, 0.19);
    background-image: url(../images/img2.jpg);
    background-repeat: no-repeat;
    padding-right: 60px;
     background-position: 95% 64%;
    padding: 40px 0;
	margin-bottom: 80px;
	margin-top: 80px;
}

.green-block4 {
    background-color: rgba(62, 168, 62, 0.19);
    background-image: url(../images/img4.png);
    background-repeat: no-repeat;
    padding-right: 60px;
    background-position: 95% 65%;
    padding: 40px 0;
	margin-bottom: 80px;
	margin-top: 80px;
}

.green-block5 {
    background-color: rgba(62, 168, 62, 0.19);
    background-image: url(../images/img5.jpg);
    background-repeat: no-repeat;
    padding-right: 60px;
    background-position: 95% 65%;
    padding: 40px 0;
	margin-bottom: 80px;
	margin-top: 80px;
}


/*CONT: Отступы навигации*/

#cost, #trening, #lesson, #faq, #bonus {
    padding-top: 10px;
}

/*Программа курса*/
.programm {
	width: 1110px;
	margin: 0 auto;
}

.prog1 {
	background-image: url(../images/prog1.png);    
}

.prog2 {
	background-image: url(../images/prog2.png);    
}

.prog3 {
	background-image: url(../images/prog3.png);    
}

.prog4 {
	background-image: url(../images/prog4.png);    
}

.prog5 {
	background-image: url(../images/prog5.png);    
}

.prog6 {
	background-image: url(../images/prog6.png);    
}

.prog7 {
	background-image: url(../images/prog7.png);    
}

.prog8 {
	background-image: url(../images/prog8.png);    
}

.prog9 {
	background-image: url(../images/prog9.png);    
}

.prog10 {
	background-image: url(../images/prog10.png); 
	margin-bottom: 10px;
}

.prog1, .prog2, .prog3, .prog4, .prog5, .prog6, .prog7, .prog8, .prog9, .prog10 {
background-repeat: no-repeat;
    width: 250px;
    height: 286px;
    display: block;
    float: left;
	margin-right: 60px;
	margin-top: 5px;
}

body .programm p{
	width: 1110px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
    margin-bottom: 10px;
}

.programm hr{
	margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 3px dashed #0b4e08;
}


/*CONT: Ответы на вопросы*/
.faq {
    background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    height: 100px;
    display: block;
    text-align: left;
    padding-left: 120px;
    margin-bottom: 40px;
    font:bold 32px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #008000;
    line-height: 1;
}

.faq span {
    font: 19px 'PT Sans', Trebuchet MS, sans-serif;
    color: #0D6CA3;
    margin-top: 20px;
    display: block;
}


/*Гарантии*/
body #menu-holder .garant {
  border: 3px dashed #CB303B;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding:0 50px 50px 50px;
  font: 28px 'PT Sans Narrow', Trebuchet MS, sans-serif;
  width: 800px;
  margin: 50px auto 0px auto;
}

.garant p{
	font: 28px 'PT Sans Narrow', Trebuchet MS, sans-serif;
	text-align: left;
	margin: 25px 0;
}

body #menu-holder .garant_img {
	margin: 0 auto 50px auto;
	background-image: url(../images/garantija.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
}

body #menu-holder .garant_title {
    text-align: center;
    font: bold 48px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #EA6647;
    margin: 50px auto 35px auto;
    padding: 0 20px;
}


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

/*COST: Таблица с ценами*/

.table1 {
    border: 2px solid #84BD99;
    width: 800px;
    margin: 0px auto 0px auto;
	vertical-align: middle;
}

td {
	vertical-align: middle;
}


.table1 th {
    background: #139813;
    font: 30px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #fff;
    padding: 15px 0 20px 0px;
    text-align: center;
    vertical-align: middle;
	border: 2px solid #84BD99;
}


.table1 td {
    font: 20px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #427707;
    padding: 10px 0 10px 20px;
	border: 2px solid #84BD99;
}

.table1 .tr2  td {
	font: 20px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #A3BD86;
    padding: 10px 0 10px 20px;
	border: 2px solid #84BD99;
}

.table1 .td3 {
	text-align: center;
}

.td1_reg {
	background: #F1F9FF;
    font:18px 'PT Sans', Trebuchet MS, sans-serif;
    color: #008000;
    padding: 10px 0 10px 20px;
	border-right: 2px solid #84BD99;
}

.td2 {
	background: #fff;
    font:18px 'PT Sans', Trebuchet MS, sans-serif;
    color: #A50909;
    padding: 10px 0 10px 20px;
	border-right: 2px solid #84BD99;
	vertical-align: middle;
}

.td2_2 {
	background: #fff;
    font:26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2c5770;
	border-right: 2px solid #84BD99;
    text-align: center;
    vertical-align: middle;
}

.td1_reg_2 {
	background: #F1F9FF;
    font:26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #2c5770;
	border-right: 2px solid #84BD99;	
    text-align: center;
    vertical-align: middle;
}


.td2 a{
    width: 155px;
    height: 42px;
    cursor: pointer;
    text-decoration: none;
}

body .table1 .td_red {
	color: #9D2828;
}



tr span {
    font-size: 18px;
}




/*TODO: Футер*/
footer{
    min-width: 1280px;
}

footer p {
    font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

footer p a {
    text-decoration: none;
    color: #064d0b;
}

footer p a:hover {
    text-decoration: none;
    color: #416744;
}

footer {
    margin-bottom: 50px;
    margin-top: 50px;
}

.social_group {
    display: block;
    cursor: pointer;
    margin: 0 auto 70px auto;
    width: 100px;
}

.social_group a {
    margin-left: 7px;
}

.vk {
    background-image: url(../images/vk.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.face {
    background-image: url(../images/face.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.you {
    background-image: url(../images/you.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}

.protect {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.desc_footer {
    margin-top: 70px;
    padding: 5px 0 5px 0;
    background-color: rgba(227, 239, 228, 0.61);
}

.scrin_closed {
    background-image: url(../images/scrin_closed.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 563px;
    display: block;
    margin: 0 auto 0px auto;
    border: 3px dashed rgba(11, 78, 8, 0.32);
    border-radius: 15px;
}

.marg60 {
    margin-top: 60px;
}

/*TODO: Форма*/
.sr-box {
	background-image: url(bg.png);
	width: 400px!important;
	height: 517px;
	background-repeat: no-repeat;
    margin: 70px auto 0 auto;
}

.sr-name {
    display: none!important;
}

.sr-box-list table {
    border: 0 !important
}

.sr-box-list td {
    padding: 0px !important;
    border: 0 !important
}

.sr-box-list {
    clear: both;
    display: inline;
    list-style: none outside none !important;
    position: relative;
    margin: 0!important;
    padding: 0!important;
}

.sr-box-list li {
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
	display: inline;
}

.sr-element {
    height: 63px !important;
    line-height: 63px !important;
}

.sr-box-list li label {
    height: 15px;
    line-height: 15px;
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}

.sr-box-list select {
    width: 100%
}

.email_check_grid::-webkit-input-placeholder { 
    color: #a1a1a1;
    font:  20px 'PT Sans', Trebuchet MS, sans-serif;

}

.email_check_grid::-moz-placeholder { 
    color: #a1a1a1;
    opacity: 1;
}

.name_check_grid::-webkit-input-placeholder {
    color: #a1a1a1;
    font:  20px 'PT Sans', Trebuchet MS, sans-serif; 
}

.name_check_grid::-moz-placeholder { 
    color: #a1a1a1;
    opacity: 1;
}

#outer_alignment .sr-box .name_check_grid {
    width: 384px!important;
    height: 56px!important;
    border: 2px solid #419C1D;
    border-radius: 5px!important;
    padding: 0 0 0 12px!important;
    font: 31px 'PT Sans Narrow', Trebuchet MS, sans-serif!important;
    color: #89CA2F!important;
    margin-right: 40px!important;
    margin-bottom: 20px!important;
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 95% 45%;
}

#outer_alignment .sr-box .email_check_grid {
    width: 384px!important;
    height: 56px!important;
    border: 2px solid #419C1D;
    border-radius: 5px!important;
    padding: 0 0 0 12px!important;
    font: 31px 'PT Sans Narrow', Trebuchet MS, sans-serif!important;
    color: #89CA2F!important;
    margin-bottom: 20px!important;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 95% 46%;
    
}

.button_subs {
    border: none!important;
	background-image: url(../images/button_subs.png)!important;
	background-repeat: no-repeat!important;
	width: 400px!important;
    height: 56px!important;
	background-position:0 -56px!important;
	cursor: pointer!important;
    background-color: rgba(255, 255, 255, 0);    
    -webkit-animation:rotate 6s linear infinite;
    animation:rotate 6s linear infinite;
}

.button_subs:hover {
    border: none!important;
	background-image: url(../images/button_subs.png)!important;
	background-repeat: no-repeat!important;
	width: 400px!important;
    height: 56px!important;
	background-position:0 0px!important;
    background-color: rgba(255, 255, 255, 0);
}

.button_subs:active {
	border: none!important;
	background-image: url(../images/button_subs.png)!important;
	background-repeat: no-repeat!important;
	width: 400px!important;
    height: 56px!important;
	background-position:0 0px!important;
    background-color: rgba(255, 255, 255, 0);
}

@-webkit-keyframes rotate {
    0%, 30% { 
        -webkit-transform:scale(1); 
        transform:scale(1); 
    }
    10% { 
        -webkit-transform:scale(1.05); 
        transform:scale(1.05); 
    }
    
}
@keyframes rotate { 
    0%, 30% { 
        -webkit-transform:scale(1); 
        transform:scale(1); 
    }
    10% { 
        -webkit-transform:scale(1.05); 
        transform:scale(1.05); 
    }
}

.arrow {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    display: block;
    margin: 80px auto 80px auto;
    -webkit-animation: upper 6s linear infinite;
    animation: upper 6s linear infinite;
}

@-webkit-keyframes upper {
  0%, 20%  {
    color: #419C1D; 
    background-image: url(../images/arrow2.png);
  }
  30%, 10% {
    color: #419C1D;
    background-image: url(../images/arrow.png);
  }
}

@keyframes upper {
  0%, 20%  {
    color: #419C1D; 
    background-image: url(../images/arrow2.png);
  }
  30%, 10% {
    color: #419C1D;
    background-image: url(../images/arrow.png);
  }
}

.shield {
    background-image: url(../images/shield-road.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width: 360px;
    height: 60px;
    font: 26px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    color: #419C1D;
    margin: 0px auto 0 0px;
    padding: 25px 0 0 18px;
	text-align: right;
}

.cost {
    text-align: center;
    font:bold 120px 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    color: #cd472a;
    margin: 20px 0 60px 0;
    line-height: 1;
	float: left;
}

.button {
    display: block;
    width: 500px;
    height: 90px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #ed1c24;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 60px 'PT Sans', Trebuchet MS, sans-serif;
    cursor: pointer;
    padding-top: 10px;
    -webkit-transition: 5s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.button:hover{
    background-color: #ff5258;
}

.cost-text{
    font: italic 22px 'PT Sans', Trebuchet MS, sans-serif;
    color: #848484;
    margin: 25px 0 100px 0;
}

/*Цены*/

.pricenew {
text-align:center;
float: left;
margin-left: 210px;
    margin-top: 55px;
}
.pricenew span{
text-align: center;
    font-weight: bold;
    font: 60px 'PT Sans', Trebuchet MS, sans-serif;
    color: #ed1c24!important;
}
.pricenew  .line-t2 {
text-align: center;
    position: relative;
    font: 50px 'PT Sans', Trebuchet MS, sans-serif;
    color: #676767!important;
    font-weight: 100;
    display: block;
    margin-bottom: -30px;
}
.line-t2 span{
    position: absolute;
    left: 20px;
    top: 35px;
    width: 85%;
    height: 2px;
    background: #c0000f;
}

.line-t2 div{
position:absolute;
left:0;
top: 10px;
width:100%;
height:3px;
background: #c0000f;
}

.cost_button{
width: 300px;
    height: 70px;
    border-radius: 7px;
    background-color: #ED1C24;
    display: block;
    cursor: pointer;
    float: left;
    margin-left: 170px;
    margin-top: 25px;
	text-align: center;
    padding-top: 9px;
	font: 40px 'PT Sans', Trebuchet MS, sans-serif;
    color: #fff!important;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}

.cost_button:hover{
	text-decoration: none;
	background-color: #D60810;
}

body .link_more {
	text-align: center;
    font: 20px 'PT Sans', Trebuchet MS, sans-serif;
    color: #ADADAD;
	text-decoration: none;
	float: left;
	margin-left: 205px;
    margin-top: 7px;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}

body .link_more:hover {
	text-decoration: none;
	color: #565656;
}

/*TODO: Аккордеон*/

.video_close {
    background-image: url(../images/video_close.jpg);
    background-repeat: no-repeat;
    width: 600px;
    height: 380px;
    display: block;
    margin: 10px 0 10px 0;
}
.red {
    color: #EA6647;
    font-weight: bold;
}

.accordion {
    border: 2px dashed rgba(11, 78, 8, 0.34);
	width: 870px;
	padding: 10px;
	margin: 50px auto;
	border-radius: 10px;
	}
.accordion section {
 	border-bottom: 1px solid #ccc;
	margin: 5px;
	background-color: rgba(179, 234, 176, 0.44);
	border-radius: 5px;
	}
.accordion h2, .accordion p {
	margin: 0;
    width: 100%;
	}

.accordion ul {
    margin-top: 0;
    width: 820px;
	padding-left: 0;
}

.accordion ul li ul {
    margin-top: 10px;
	margin-bottom: 10px;
    width: 820px;
}

.accordion div h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
	}

.accordion p a, .accordion ul li a{
    text-decoration: none;
    color: #D22800;
	}

.accordion p a:hover, .accordion ul li a:hover{
    text-decoration: none;
    color: #ff8c74;
	}

.accordion h2 a {
	display: block;
	position: relative;
	font: 23px/1 'PT Sans Narrow', Trebuchet MS, sans-serif;
	padding: 15px 0 15px 15px;
	color: rgb(11, 78, 8);
	text-decoration: none;
	border-radius: 5px;
    text-align: left;
	}
.accordion h2 a:hover {
	background-color: rgba(35, 119, 32, 0.28);
	}
.accordion h2 + div {
	height: 0;
	overflow: hidden;
    background: #fff;
	-webkit-transition: height 0.8s ease-in-out;
	transition: height 0.8s ease-in-out;
	}
.accordion :target h2 a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	}


.accordion :target h2 + div {
	    padding: 20px;
	}
#one:target h2 + div {
	    height: 530px;
	}

#two:target h2 + div {
	    height: 80px;
	}

#three:target h2 + div {
	    height: 570px;
	}

#four:target h2 + div {
	    height: 200px;
	}

#five:target h2 + div {
	    height: 100px;
	}

#six:target h2 + div {
	    height: 440px;
	}

#seven:target h2 + div {
	    height: 350px;
	}

#eight:target h2 + div {
	    height: 580px;
	}

#nine:target h2 + div {
	    height: 670px;
	}

.print {
    background-image: url(../images/print.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    margin: 40px auto;    
}

/*TODO: Подпись*/

#signature {
    background-image: url(../images/Jadliaprofaila.jpg);
    background-repeat: no-repeat;
    width: 830px;
    height: 212px;
    display: block;
    margin: 120px auto 150px auto;
    background-color: #fff;
    border: 3px dashed #417706;
}

#signature p {
    padding-top: 20px;
    padding-left: 350px;
    font: 28px 'PT Sans Narrow', Trebuchet MS, sans-serif;
    margin: 28px 0;
    text-align: left;
}

.sign {
    background-image: url(../images/parasas.jpg);
    background-repeat: no-repeat;
    width: 780px;
    height: 80px;
    display: block;
    padding-right: 200px!important;
    background-position: right;
    font-size: 20px!important;
    padding-top: 20px!important;
}
