

                      /*------------STYLES OF PRICES ----------- */
.prices_part {
	width: 100%;
	background-color: #CCC;
	margin:0 auto;
}
.prices_container {
	width: 100%;
	max-width: 1297px;
	background-image: url(../img/BG-black-marble.jpg);
	background-position: center;
	margin:0 auto;
}
.prices_content {
	width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}
.prices_table_big {
	margin-top: 25px;
	width: 1000px;
}
.pices_button_more {
	margin-top: 5px;
	border: 2px solid #FFF;
	height: 35px;
	width: 230px;
}
.death_button_more {
	margin-top: 5px;
	border: 2px solid #FFF;
	height: 50px;
	width: 300px;
}
.prices_table_small {
	margin-top: 25px;
	width: 470px;
	display: none;
	visibility: hidden;
}
.price_additional {
	width: 800px;
}

.contacts_table {
	width: 450px;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.project_details {
	display: table;
}
.project_details_mobile {
	display: none;
	
}
.price_line {
	width: 100%;
    margin-top: 10px;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #000;
}


                   /*------------STYLES OF CELLS ----------- */
.prices_cell_white {
	background: #FFF;
}
.prices_cell_opacity {
	background-image: url(../img/bg_prices_reflex.png);
	background-size: 100%;
}

                   /*------------STYLES OF MEETING ----------- */
.meeting_part {
	width: 100%;
	background-color: #CCC;
	margin:0 auto;
}
.meeting_container {
	width: 100%;
	max-width: 1297px;
	background-image: url(../img/bg_portfolio.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin:0 auto;
}
.meeting_content {
	width: 760px;
	display: flex;
	padding: 15px
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}
                   /*------------STYLES OF BOOKLET ----------- */
.booklet {
	background-image: url(../img/inorm_about_me.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
   }
.booklet:hover {
    background-image: url(../img/inorm_about_me_hover.jpg);
   }    

                   /*------------STYLES OF FOOTER ----------- */
.footer {
	width: 100%;
	background-color: #CCC;
	margin:0 auto;
}
.footer_container {
	width: 100%;
	max-width: 1297px;
	background-image: url(../img/bg_menu_black.png);
	background-position: center;
	margin:0 auto;
}
.footer_content {
	width: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}
.footer_table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer_text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.footer_text:hover, .footer_text:active {
	color: #F00;
}
.footer-logo4S {
	width: 80px;
	height: 80px;
}
.footer_copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 200;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

                   /*------------STYLES OF PRESENT  ----------- */
.present_hint {
    display: inline-block; 
    position: relative;
   }
.present_hint:hover::after {
    content: attr(data-title); 
    position: absolute;
    top: 50%;
	left: 10%;
    z-index: 1; 
    background: rgba(255,255,230,0.9); 
    font-family: Arial, sans-serif; 
    font-size: 14px; 
	color: #000;
    padding: 10px 10px; 
    border: 1px solid #333; 
   }				   


                   /*------------STYLES OF SOCIAL ICONS  ----------- */
.social_hint {
    display: inline-block; 
    position: relative;
   }
.social_hint:hover::after {
    content: attr(data-title); 
    position: absolute;
    top: 110%; 
    z-index: 1; 
    background: rgba(255,255,230,0.9); 
    font-family: Arial, sans-serif; 
    font-size: 14px; 
	color: #000;
    padding: 5px 10px; 
    border: 1px solid #333; 
   }				   
.social-whatsapp {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_whatsapp.png);
	background-size: 100%;
}
.social-whatsapp:hover, .social-inst:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_whatsapp_hover.png);
	background-size: 100%;
}
.social-whatsapp-green {
	margin-left: 57px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_whatsapp_green.png);
	background-size: 100%;
}
.social-whatsapp-green:hover, .social-inst:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_whatsapp_green_hover.png);
	background-size: 100%;
}
.social-inst {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_inst.png);
	background-size: 100%;
}
.social-inst:hover, .social-inst:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_inst_hover.png);
	background-size: 100%;
}
.social-face {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_face.png);
	background-size: 100%;
}
.social-face:hover, .social-face:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_face_hover.png);
	background-size: 100%;
}
.social-vk {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_vk.png);
	background-size: 100%;
}
.social-vk:hover, .social-vk:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_vk_hover.png);
	background-size: 100%;
}
.social-tg {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_tg.png);
	background-size: 100%;
}
.social-tg:hover, .social-tg:active {
	width: 50px;
	height: 50px;
	background-image: url(../img/social_sign_tg_hover.png);
	background-size: 100%;
}
.social-icon_small {
	display: none;
}
.social-icon_big {
	display: table;
}
.copy_right {
	width: 330px;
}

                   /*------------1240 ----------- */
@media (max-width: 1240px){
.prices_content, .footer_content {
	width: 900px;
}
.prices_table_big {
	width: 900px;
}

}
                   /*------------991 ----------- */
@media (max-width: 991px){
.prices_content, .price_additional, .footer_content {
	width: 760px;
}

.prices_table_big {
	width: 760px;
}
}
                   /*------------767 ----------- */
@media (max-width: 767px){
.prices_content, .price_additional, .footer_content {
	width: 470px;
}
.prices_table_big {
	display: none;
}
.prices_table_small {
	margin-top: 25px;
	width: 470px;
	display: table;
	visibility: visible;
}
.meeting_content {
	width: 470px;
}
.social-icon_small {
	display:  table;
}
.social-icon_big {
	display: none;
}
.footer-logo4S {
	display: none;
}
.project_details {
	display: none;
}
.project_details_mobile {
	display: block;
}
.social-whatsapp-green {
	margin-left: 22px;
}
}

                   /*------------479 ----------- */
@media (max-width: 479px){
.prices_content, .price_additional, .footer_content {
	width: 310px;
}
.prices_table_small {
	width: 310px;
}
.meeting_content {
	width: 310px;
}
.social-whatsapp-green {
	display: none;
}
.copy_right {
	width: 100%;
}
.contacts_table {
	width: 315px;
}
.contacts_table {
	padding-left: 5px;
	padding-right: 5px;
}
}
