.fotogallery_block_img{
    display: block;
}
a{
	text-decoration: underline;
}
a:hover{
	color: #e73b1e;
}
body{
font-family: 'PT Sans', sans-serif;
font-size: 16px;
line-height: 20px;
margin: 0;
}
table.szagolovkom {
color: #333333;
font-size: 13px;
border-spacing: 0px;
}
table.svertikalnimzagolovkom {
color: #333333;
font-size: 13px;
border-spacing: 0px;
border-top: 1px solid #F1F1F1;
}
table.svertikalnimzagolovkom td {
padding: 10px 17px 8px 17px;
border-top:0px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom: 1px solid #F1F1F1;
}
.svertikalnimzagolovkomtd {
font-weight: bold;
padding: 10px 17px 8px 17px;
background: #F1F1F1;
color: #333333;
border-top:0px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom: 1px solid #D6D5D4!important;
}
table.bezzagolovka {
color: #333333;
font-size: 13px;
border-spacing: 0px;
}
table.szagolovkom td {
padding: 7px 17px 6px 17px;
border-top:0px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom: 1px solid #F1F1F1!important;
}
table.szagolovkom tr:first-child td {
padding: 10px 17px 8px 17px;
background: #F1F1F1;
font-weight: bold;
}
table.bezzagolovka td {
padding: 7px 17px 6px 17px;
border-top:0px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom: 1px solid #F1F1F1!important;
}
table.bezzagolovka2 {
color: #333333;
font-size: 13px;
border-spacing: 0px;
}
table.bezzagolovka2 td {
padding: 7px 4px 6px 3px;
border-top:0px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom: 1px solid #F1F1F1!important;
}

li{
margin: 5px 0;
}

ul{
display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
margin: 0px 0px 10px 0;
font-weight: bold;
text-rendering: optimizelegibility;
}
h1 {
    font-size: 24px;
    line-height: 30px;
    -webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
h2{
color: #000;
font-size: 18px;
line-height: 30px;
}
h3{
color: #000;
font-size: 18px;
line-height: 20px;
margin: 0px 0px 7px 0;
}
p {
margin: 0 0 5px;
}
ul, ol {
padding: 0;
margin: 0 0 10px 25px;
}
h5 {
    color: #009c44;
    font-size: 18px;
    font-weight: bold;
	margin: 0px;
}
h4 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
	margin: 0px;
}
h4 a{
/*color: #000000;*/
}
h4 a:hover {
    color: #e73b1e;
    text-decoration: underline;
}
.spoiler_title{
	background-color:  #ebebeb;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	border: 2px solid #009c44;
}
.spoiler_content{
	color:  #000000;
	font-size: 16px;
	border: 2px solid #f9c007;
}
.spoiler_block{
	border: 2px solid #000000;
	margin-bottom: 2px;
}
.content .spoiler_block{
	border: 0px;
}
.content .spoiler_title{
    padding-left: 30px;
	border: 0px;
	cursor: pointer;
	background-image: url('images/spoiler_arr_down.png');
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 45px;
    box-sizing: border-box;
}
.content .spoiler_content{
    padding-left: 30px;
	border: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: none;
}
.content .open_spoiler .spoiler_title{
	background-image: url('images/spoiler_arr_up.png');
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.33);
    background-color: #1468b3;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.33);
    color: #FFFFFF;
}
.content .open_spoiler .spoiler_content{
	display: block;
}
.download_file_block{
	display: inline-block;
    width: 100%;
    padding: 25px 0 20px 0;
	border: 2px solid;
}
.content .download_file_block{
	border: 0px;
}
.download_file_icon{
    float: left;
    width: 40px;
}
.download_file_info{
	margin-left: 60px;
}
.download_file_info_link{

}
.download_file_info_link a{
	color:  #222222;
	font-size: 14px;
	text-decoration: underline;
}
.download_file_info_link a:hover{
	text-decoration: none;
}
.download_file_info_size{
	color:  #222222;
	font-size: 14px;
}
.arrow_button_right{
    background-color: #009c44;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.33);
    display: inline-table;
    text-decoration: none !important;
    margin: 20px 0;
}
.arrow_button_right:after{
    content: "";
    background-color: #009c44;
    width: 33px;
    height: 33px;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -16px;
    margin-top: 7px;
}
.arrow_button_right_icon{
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px;
}
.arrow_button_right_text{
    display: table-cell;
    vertical-align: middle;
	color:  #ffffff;
	font-size: 20px;
    padding-right: 40px;
}
.arrow_button_left{
    background-color: #009c44;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.33);
    display: inline-table;
    text-decoration: none !important;
    margin: 20px 0;
    margin-left: 24px;
}
.arrow_button_left:before{
    content: "";
    background-color: #009c44;
    width: 33px;
    height: 33px;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -16px;
    margin-top: 7px;
}
.arrow_button_left_icon{
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px;
}
.arrow_button_left_text{
    display: table-cell;
    vertical-align: middle;
	color:  #ffffff;
	font-size: 20px;
    padding-left: 40px;
}
.button-amocrm-center, .place-rental {
    text-align: center;
}

.place-rental > div {
    display: inline-block;
}

.resume-button {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
    display: inline-block;
    padding: 0px 33px;
    border-radius: 3px;
    height: 52px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: none;
    font-weight: 400;
    margin: 0px 0px 15px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(217, 35, 26);
}