body {
	font-family: 'Open Sans', sans-serif;
	min-width: 300px; }

*::after, *::before {
	content: '';
	position: absolute; }
 
.t {
	height: 100%;
	width: 100%;
	display: table; }
.v { 
	vertical-align: middle;
	height: 100%;
	display: table-cell; }

.container {
	margin:0 auto;
	position: relative; 
    width: 1500px; }

.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding:20px 38px 20px 38px;
	background: #c72a00;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
    transition: 0.3s; }

.button:hover {
    opacity: 0.9; }

.button_center { 
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 100%;
	text-align: center; }

.block_title {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center; }
 
.header {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 74px; }

.header_logo {
	position: absolute; 
	left: 0; 
	top: 10px; }

.header_languages {
	position: absolute;
	left: 260px;
	top: 20px; }

.header_languages a {
	float: left;
	margin-left: 4px;
	padding-left: 14px;
	padding-right: 14px;
	height: 30px;
	border-radius: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #000; }

.header_languages a.selected {
	background: #c72a00;
	color: #fff; }

.header_menu {
	position: absolute;
	right: 0;
	top: 20px; }

.header_menu a {
	float: left;
	margin-left: 50px;
	font-size: 15px;
    line-height: 26px;
	font-weight: 600;
	color: #000;
    transition: 0.3s; }

.header_menu a:hover {
    opacity: 0.5; }

.header_menu a.selected {
    color: #c72a00; }

.mobile_menu_icon {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 100%;
    text-align: center; }

.m-menu {
    display: inline-block;
    position: relative;
    margin-top: 36px;
    width: 28px;
    height: 4px;
    background: #000;
    border-radius: 8px; }

.m-menu:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 8px; }

.m-menu:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 8px; }

.slider {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 500px; }

.slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	text-align: center;
    z-index: 1; }

.slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(232,232,232);
	background: linear-gradient(0deg, rgba(232,232,232,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.8; }

.slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; }

.slide_title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 25%;
	padding-right: 25%;
	margin-bottom: 40px;
	width: 50%;
	font-size: 38px;
	font-weight: 600;
	color: #fff; }

.slider .flickity-page-dots {
    bottom: 20px; }

.slider .flickity-page-dots li {
    margin: 0;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 31%;
    height: 5px;
    border-radius: 0; }

.slider .flickity-page-dots .dot {
    background: #fff;
    opacity: .50; }

.slider .flickity-page-dots .dot.is-selected {
    background: #c72a00;
    opacity: 1; }

.services_carousel {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 0; }

.services_carousel_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 33.3333%;
	height: 420px;
	background-size: cover !important;
	background-position: center center !important;
	text-align: center;  }

.services_carousel_item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
    z-index: 1; }

.services_carousel_item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(232,232,232);
	background: linear-gradient(0deg, rgba(232,232,232,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.8; }

.services_carousel_item_logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 30px;
	width: 180px;
	height: 150px;
	text-align: center;
	z-index: 1; }

.services_carousel_item_title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
	width: 70%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	z-index: 1; }

.services_carousel_item .button {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -90px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 104px;
	font-size: 14px; }

.services_carousel .flickity-page-dots {
    display: none; }

.flickity-prev-next-button {
    transition: 0.3s;
    opacity: 0; }

.slider:hover .flickity-prev-next-button {
    opacity: 0.5; }

.services_carousel:hover .flickity-prev-next-button {
    opacity: 0.5; }

.news_item { 
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 10px;
	width: 100%;
	min-height: 120px; }

.news_item_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important; }

.news_item_container {
	margin-left: 180px;
    padding-bottom: 10px;
	min-height: 109px;
	border-top: 1px solid #dedede; }

.news_item_container_last {
	border-bottom: 1px solid #dedede; }

.news_item_title {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase; }

.news_item_date {
	font-size: 13px;
	color: #868686; }

.news_item_topic {
	margin-top: 10px;
	font-size: 14px;
	color: #000; }

.page {
	padding-bottom: 40px; }

.nav {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 100%; }

.nav a {
	float: left;
	position: relative;
	margin-right:30px;
	font-size: 13px;
	color: #000; }

.nav a:before {
	right: -20px;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #000;
	opacity: 0.4; }

.nav a.current {
	color: #c72a00; }
	
.nav a.current:before {
	display: none; }

.filter {
	margin-bottom: 30px;
	height: 100px; }

/*Page in*/

.page_in {
	display: inline-block;
	vertical-align: top;
	width: 100%; }

.page_in_left {
	float: left;
	width: 30%; }

.page_in_gallery_main {
	float: left;
	width: 100%; }

.page_in_gallery_main .img {
	float: left;
	position: relative;
	margin-top: 1px;
	width: 100%;
	height: 400px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	transition: 0.2s; }

.page_in_gallery_main .img:after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 30; }

.page_in_gallery_main .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: 0.3s; }

.page_in_gallery_main .img:hover .image {
	transform: scale(1.3); }

.page_in_gallery_main .img:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(199, 42, 0, 0.8);
	opacity: 0;
	transition: 0.3s;
	z-index: 2; }

.page_in_gallery_main .img i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -2px;
	width: 50px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	opacity: 0;
	transition: 0.6s;
	z-index: 2; }

.page_in_gallery_main .img i:before {
	left: 50%;
	margin-left: -2px;
	margin-top: -23px;
	width: 4px;
	height: 50px;
	background: #fff;
	border-radius: 10px; }

.page_in_gallery_main .img:hover:before {
	opacity: 1; }

.page_in_gallery_main .img:hover i {
	opacity: 1; }

.page_in_left_gallery {
	float: left; 
	width: 100%; }

.page_in_left_gallery .img {
	float: left;
	position: relative;
	margin-top: 1px;
	width: 25%;
	height: 100px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	transition: 0.2s; }

.page_in_left_gallery .img:after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 30; }

.page_in_left_gallery .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: 0.3s; }

.page_in_left_gallery .img:hover .image {
	transform: scale(1.3); }

.page_in_left_gallery .img:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(199, 42, 0, 0.8);
	opacity: 0;
	transition: 0.3s;
	z-index: 2; }

.page_in_left_gallery .img i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -2px;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	opacity: 0;
	transition: 0.6s;
	z-index: 2; }

.page_in_left_gallery .img i:before {
	left: 50%;
	margin-left: -2px;
	margin-top: -13px;
	width: 4px;
	height: 30px;
	background: #fff;
	border-radius: 10px; }

.page_in_left_gallery .img:hover:before {
	opacity: 1; }

.page_in_left_gallery .img:hover i {
	opacity: 1; }

.page_in_content {
	float: left;
	width: 70%; }

.page_in_container {
	margin-left: 50px; }

.page_in_title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase; }

.page_in_date {
	font-size: 13px;
	color: #868686; }

.page_in_topic {
	font-size: 14px;
	color: #000; }

.page_in_topic p {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	line-height: 22px; }

.page_in_share {
	margin-top: 25px; }

.page_in_share .addthis_toolbox {
	margin-left: -2px; }

.page_in_gallery {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	width: 100%; }

.page_in_gallery .img {
	float: left;
	position: relative;
	margin-top: 1px;
	width: 25%;
	height: 180px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	transition: 0.2s; }

.page_in_gallery .img:after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 30; }

.page_in_gallery .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: 0.3s; }

.page_in_gallery .img:hover .image {
	transform: scale(1.3); }

.page_in_gallery .img:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(199, 42, 0, 0.8);
	opacity: 0;
	transition: 0.3s;
	z-index: 2; }

.page_in_gallery .img i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -2px;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	opacity: 0;
	transition: 0.6s;
	z-index: 2; }

.page_in_gallery .img i:before {
	left: 50%;
	margin-left: -2px;
	margin-top: -13px;
	width: 4px;
	height: 30px;
	background: #fff;
	border-radius: 10px; }

.page_in_gallery .img:hover:before {
	opacity: 1; }

.page_in_gallery .img:hover i {
	opacity: 1; }

.page_in_gallery a:before {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff; }

.page_in_topic p a { color: #c72a00; }

/*Services*/

/*Services*/

.services {
	margin-right: -1px;
	font-size: 0; }

.services_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 1px;
	width: 50%;
	height: 500px;
	background-size: cover !important;
	background-position: center center !important; }

.services_item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(232,232,232);
    background: linear-gradient(0deg, rgba(232,232,232,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.8;
}
.services_item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 1; }

.services_item_container {
	height: 100%; }

.services_item_list {
	margin-left: 60px;
    margin-right: 60px;
	position: relative;
	z-index: 1; }

.services_item_list p {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase; }

.services_item_list svg {
	position: absolute;
	top: 4px;
	left: 0; }



/*Partners*/
.partners {
	display: inline-block;
	vertical-align: top;
	width: 100%; }

.partners a {
    float: left;
    position: relative;
    width: 20%;
    height: 150px;
    text-align: center; }

/*Contacts*/

#map {
	width: 100%;
	height: 400px; }

.contacts {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 50px;
	width: 100%; }

.c_block {
	float: left;
	margin-top: 30px;
	width: 50%; }

.c_b_item  {
	display: block;
	position: relative;
	margin-top: 20px;
	font-size: 14px; }

.c_b_i_left {
	position: absolute;
	left: 0;
	width:110px;
	opacity:0.5; }

.c_b_i_right {
	margin-left: 110px;
	color: #000;
	font-weight: 600; }

.c_b_i_right a {
	color: #c72a00;
	text-decoration: underline; }

.work_time {
	margin-top: 30px; }

.work_time div.c-b_i_right {
	margin-left: 0px; }

.work_time_table {
	float: left;
	width: 100%; }

.work_time_table i {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	font-style: normal;
	color: #000; }

.w_t_block {
	float: left;
	margin-right: 10px; 
	width: 66px; }

.w_t_block p  {
	float: left;
	width: 66px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px; }

.w_t_head {
	background: #000;
	height: 20px;
	line-height: 20px;
	font-size: 11px !important;
	color: #fff !important;
	border-radius: 20px; }

.free_day {
	background: #c72a00 !important; }
 
/*Footer*/
 
.footer {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	background: #000; }

.footer_logo {
	position: absolute;
	left: 40px;
	top: 30px; }

.footer_legal_info {
	position: absolute;
	left: 40px;
	top: 90px; }

.footer_legal_info p {
	display: block;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 14px;
	color: #868686; }

.footer_legal_info {}

.footer_container {
	margin-left: 370px; }

.footer_block {
	float: left;
	width: 33.333%; }

.footer_block_title {
	display: block;
	margin-top: 46px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase; }

.footer_block_menu {
	margin-top: 30px; }

.footer_block_menu a {
	display: block;
	margin-top: 10px;
    margin-right: 60px;
	font-size: 14px;
	color: #fff;}

.footer_block_menu a.selected {
	color: #c72a00; }

.footer_contacts {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	width: 100%;
	min-height:104px; }

.footer_contacts_container {
	margin-left:40px;
	margin-right:40px;
	padding-top:30px;
	border-top:1px solid #262626; }
 
.footer_contacts_phone_and_mail {
	display: inline-block;
	vertical-align: top; }

.footer_contacts_phone_and_mail a {
    display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 60px;
	margin-right: 40px;
	line-height: 44px; }

.footer_contacts_phone_and_mail_icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	background: #c72a00;
	border-radius: 50%;
	text-align: center; }

.footer_contacts_phone_and_mail_icon svg {
	margin-top: 10px; }

.footer_contacts_phone_and_mail a.phone {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase; }

.footer_contacts_phone_and_mail a.mail {
	font-size: 18px;
	font-weight: 400;
	color: #c72a00;
	text-decoration: underline; }

.footer_contacts_social {
	display: inline-block;
	vertical-align: top; }

.footer_contacts_social a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 30px;
	padding-left: 50px;
	padding-right: 25px;
	border-radius: 30px;
	font-size: 15px;
	color: #fff;
	line-height: 44px; }

.footer_contacts_social a.whatsapp {
	background: #57bb63; }

.footer_contacts_social a.messenger {
	background: #007fff; }

.footer_contacts_social a svg {
	position: absolute;
	left: 14px;
	top: 10px; }

.under_footer {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 100px; }

.under_footer_rights {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 14px;
	line-height: 20px;
	color :#868686; }

.gbpagency {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px; }
 
@media screen and (max-width: 1600px) {
 .container {
    margin-left: 60px;
    margin-right: 60px;
    width: auto; }
 
.slider {
	height: 440px; }

.services_carousel_item {
    height: 380px; }

.services_carousel_item_logo {
    margin-top: 10px; }

.services_carousel_item_title {
    margin-top: 10px; }


}

@media screen and (max-width: 1200px) {
 .container {
    margin-left: 40px;
    margin-right: 40px; }

.header_languages a {
    margin-left: 0px; }

.header_menu a {
	margin-left: 30px; }

.slider {
	height: 400px; }

.slide_title {
    padding-left: 15%;
    padding-right: 15%;
    width: 70%; }

.services_carousel_item {
    width: 50%;
    height: 350px; }

.services_carousel_item_title {
    margin-top: 5px; }

.services_carousel_item .button {
	bottom: 30px; }

.services_item {
	width: 100%; }

.footer_container {
	margin-left: 350px; }

.footer_contacts_container {
    margin-left: 30px;
    margin-right: 30px; }

.footer_contacts_phone_and_mail a {
    margin-right: 30px; }

.footer_contacts_social a {
    margin-right: 20px; }

.partners a {
    width: 33.33%; }
}

@media screen and (max-width: 1000px) {
 .container {
    margin-left: 30px;
    margin-right: 30px; }

.header_languages {
    left: 0; 
    top: 0;
    width: 34px; }

.header_languages a {
    padding: 0px;
    margin-top: 3px;
    width: 34px;
    height: 20px;
    line-height: 20px;
    text-align: center; }

.header_logo {
    left: 50%;
    margin-left: -124px; }

.header_menu {
    display: none; }

.mobile_menu_icon {
    display: inline; }

.slide_title {
    font-size: 30px; }

.block_title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 24px; }

.button_center {
    margin-top: 25px;
    margin-bottom: 25px; }

.nav {
	margin-bottom: 20px; }

.page_in_left {
	margin-bottom: 20px;
	width: 100%; }

.page_in_gallery_main .img {
	height: 150px;  }

.page_in_left_gallery {
	display: none; }

.page_in_content {
	width: 100%; }

.page_in_container {
	margin-left:0px; }

.page_in_gallery .img {
	width: 50%; }

.c_block {
	width: 100%; }

.footer { 
    text-align: center; }

.footer_logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    left: auto;
    top: auto; }

.footer_legal_info {
    position: relative;
    left: auto;
    top: auto; }

.footer_container { 
    margin-left: 0px; }

.footer_block_menu a {
    margin-left: 60px; }

.footer_contacts_phone_and_mail a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    font-size: 0px !important;
    width: 44px;
    height: 44px;  }

.footer_contacts_social a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    font-size: 0px !important;
    width: 44px;
    height: 44px; }

.footer_contacts_social a svg {
    left: 10px; }

}

/*Navigation*/
.navigation                     { position:fixed; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0, 0.95); z-index:999; text-align:center; }
.navigation .close              { position:absolute; top:54px; right:198px; width:30px; height:30px; z-index:1; }
.navigation .close i            { display:inline-block; position:relative; top:15px; width:30px; height:2px; background:#fff; 
								  -webkit-transform:rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); }
.navigation .close i:before     { position:absolute; left:50%; top:50%; margin-top:-15px; margin-left:-1px; width:2px; height:30px; background:#fff; }
.navigation .nav-menu a         { display:inline-block; vertical-align:top; margin-left:50px; margin-right:50px; margin-top:10px; margin-bottom:10px; font-size:30px; color:#fff;
								  text-decoration:none; text-transform:uppercase; transition:0.3s; }
.navigation .nav-menu a:hover   { opacity:0.5; }
.navigation .nav-menu a.current { color:#c80c2a; opacity:1; }

@media screen and (max-width: 900px) { 
.services_carousel_item {
    width: 100%; }  
}

@media screen and (max-width: 800px) {
 .container {
    margin-left: 20px;
    margin-right: 20px; }

.block_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px; }

.services_item {
	height: 400px; }

.services_item_title {
	font-size: 24px; }

.services_item_list {
	margin-left: 40px;
    margin-right: 40px; }
 
.news { 
    margin-bottom: -20px; }

.news_item {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede; }

.news_item_image {
    display: inline-block;
    vertical-align: top;
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: 140px; }

.news_item_container {
	margin-left: 0px;
    padding-bottom: 20px;
    min-height: 50px;
    border-top: 0px }

.news_item_container_last {
    border: none; }

.footer_block {
    width: 100%; }

.partners a {
    width: 50%; }

.services_carousel_item_title {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}

@media screen and (max-width: 500px) {
.partners a {
    width: 100%; }

.services_carousel_item_title {
    font-size: 18px; }

.slide_title {
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
    font-size: 24px; }
}