html,body {overflow-x:hidden}
html, body, div, span, object, iframe, p, blockquote, pre,abbr,address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;  
    vertical-align:baseline;
    background:transparent; 	
}  
*:focus{outline: none !important;} 
a,a:hover,a:focus{text-decoration: none;}
*{font-family: 'Open Sans', sans-serif;}
 
  

@font-face {
	font-family: 'Jaapokki';
	src: url('../fonts/jaapokki-regular.eot');
	src: url('../fonts/jaapokki-regular.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/jaapokki-regular.woff') format('woff'),
		 url('../fonts/jaapokki-regular.ttf') format('truetype'),
		 url('../fonts/jaapokki-regular.svg#Jaapokki-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Allegro';
	src:url('../fonts/Allegro.eot');
	src:url('../fonts/Allegro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Allegro.woff') format('woff'),
		url('../fonts/Allegro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

  
header {
    background-image: url("../images/header_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 140px;
	position:absolute;
	left:0;
	right:0;
	z-index:10
} 
header .lng {
    background-color: rgba(0, 0, 0, 0.1);
    display: table;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 260px;
}
header .lng a {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 10px; 
}
header .menu {
    display: block;
    margin-top: 23px;
}
header .menu li {
    float: left;
    list-style: outside none none;
    margin-right: 30px;
} 
header .menu .right { 
    float: right;
}
header .menu li.right {
    float: left;
    margin-left: 30px;
    margin-right: 0;
}

header .menu li a {
    color: #ffffff;
    font-size: 15px;
	font-family: 'Jaapokki';
	position:relative;
}
header .menu li a:hover::before,
header .menu li a.active::before { 
    top: 31px; 
	opacity:1;
}
header .menu li a::before{
    background-color: #FFC029;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 55px;
	opacity:0;
    width: 26px;
	transition:.5s;
	
}
header .logo {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 33px;
	width: 119px;
	height:89px;
	margin: 0 auto;
}
header .logo .peShiner{  
	width: 119px; 
	height:89px;
	display: block;
} 
header .logo img{
	max-width:119px;
} 
 
/****************/

.slider {
    margin-top: 100px;
    position: relative; 
}
.slider .item { 
    position: relative; 
}
.slider img {
    height: 600px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}
.slider .slick-dots li {
    height: 17px;
    margin: 0 15px;
    width: 17px;
}
.slider .slick-dots li button {
    background-color: #fff;  
    font-size: 0;
    height: 17px;  
    width: 17px;
}
.slider .slick-dots li.slick-active button {
    background-color: #FFC029; 
}
.slider .slick-prev, .slider .slick-next { 
    height: 61px;
    width: 40px;
    z-index: 9;
}
.slider .slick-prev {
    left: 50px;
	background-image:url("../images/s_left.png")
}
.slider .slick-next {
    right: 50px;
	background-image:url("../images/s_right.png")
}
.slider .slick-next::before,
.slider .slick-prev::before{
	display:none;
} 

.slider .text {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 85px;
}
.slider .text > span {
    color: #24436B;
    display: block;
    font-size: 100px;
	font-family: 'Jaapokki';
}
 
 
.clsma_list {
    margin-top: -80px;
	text-align:center;
} 
.clsma_list .item {
    background-color: #0B478A;
    display: inline-block;
    height: 380px;
    margin: 0 30px;
    position: relative;
    width: 345px;
	transition:.2s ease-in-out;
}
.clsma_list .item:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.clsma_list .slick-slide {
	margin: 0 25px;
} 
.clsma_list .slick-list {
	margin: 0 -25px; 
}
 
.clsma_list .item a .title {
    color: #ffffff;
    display: block;
    font-family: jaapokki;
    font-size: 30px;
    margin-bottom: 2px;
    margin-top: 45px;
    text-align: center; 
	-webkit-transition:.5s; 
	-o-transition:.5s; 
	transition:.5s;
}
.clsma_list .item a .desc {
    color: #ffffff;
    display: block;
    font-weight: 300;
    height: 50px;
    line-height: 15px;
    overflow: hidden;
    padding: 0 45px;
    text-align: center; 
	-webkit-transition:.5s; 
	-o-transition:.5s; 
	transition:.5s;
}
.clsma_list .item a img {
    bottom: 0;
max-width: 100%;
position: absolute;
left: 0;
right: 0;
}
 
 
.clsma_list .slick-prev, 
.clsma_list .slick-next { 
    height: 91px;
    width: 55px;
    z-index: 9;
}
.clsma_list .slick-prev {
    left: -70px;
	background-image:url("../images/cls_left.png")
}
.clsma_list .slick-next {
    right: -70px;
	background-image:url("../images/cls_right.png")
}
.clsma_list .slick-next::before,
.clsma_list .slick-prev::before{
	display:none;
} 
 
.article_about { 
	margin:30px 0;
}
  
.article_about .left .title {
    color: #24436B;
    font-family: jaapokki;
    font-size: 30px; 
    text-align: center;
}
.article_about .left .desc{}
.article_about .left .desc p {
    color: #24436B;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}
.article_about .right { 
    float: left;
    margin-left: 50px;
    width: 560px;
}
.article_about .right > .title {
    color: #24436B;
    font-family: jaapokki;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 28px;
    text-align: center;
}
.article_about .right .mkl_list {} 
.article_about .right .mkl_list article a .title {
    color: #24436B;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
	-webkit-transition:.5s;-o-transition:.5s;transition:.5s;
}
.article_about .right .mkl_list article:hover a .title {
    margin-bottom:5px;
	color:#0B478A;
}
.article_about .right .mkl_list article a .desc {
    color: #24436B;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    line-height: 19px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 96%;
}
.article_about .right .mkl_list article a .author {
    background-color: #0B478A;
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    width: 415px;
}
.article_about .right .mkl_list article a .date {
    color: #24436B;
    float: right;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-bottom: 70px;
    text-align: right;
}
 
.article .slick-prev, 
.article .slick-next { 
    height: 22px;
    width: 33px;
    z-index: 9;
}
.article .slick-prev {
    background-image: url("../images/up.jpg");
    left: auto;
    right: 52px;
    top: -52px;
}
.article .slick-next {
    background-image: url("../images/down.jpg");
    right: 0;
    top: -52px;
}
.article .slick-next::before,
.article .slick-prev::before{
	display:none;
} 
 
 
.team {}
.team .title {
    color: #24436B;
    font-family: jaapokki;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 45px;
    text-align: center;
}
.team .team_list{}
.team .team_list .item figure {
    height: 228px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 246px; 
}
.team .team_list .item figure::before {
    background-image: url("../images/ekip_mask.png");
    background-repeat: no-repeat;
    content: "";
    height: 228px;
    left: 0;
    position: absolute;
    top: 0;
    width: 246px;
}
.ref_pg .team .team_list .item figure::before {
    background-image: url("../images/list_mask.png"); 
}
.team .team_list .item figure img {
	max-width: 160px;
	max-height:160px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}
.team .team_list .item .name {
    color: #24436B;
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}
 
.team_list .slick-prev, 
.team_list .slick-next { 
    height: 91px;
    width: 55px;
    z-index: 9;
}
.team_list .slick-prev {
    left: -60px;
	background-image:url("../images/cls_left.png")
}
.team_list .slick-next {
    right: -60px;
	background-image:url("../images/cls_right.png")
}
.team_list .slick-next::before,
.team_list .slick-prev::before{
	display:none;
} 
 
 
 
footer {
    background-color: #24436B;
	margin-top:30px;
	padding-top:60px;
}
footer .title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
}
   
footer .f_menu li {
    list-style: outside none none;
}
footer .f_menu li a {
	position:relative;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
	-webkit-transition:.5s;-o-transition:.5s;transition:.5s; 
	padding-left:7px;
}
footer .f_menu li a:hover {
    padding-left:10px;
}
footer .f_menu li a::before {
    content:"\f105 ";
	font-family:fontawesome; 
	position:absolute;
	left:0;
	top:0;
}
 
footer .f_about{} 
footer .f_about .desc {
    color: #fff;
    font-size: 14px;
    font-weight: 300; 
} 
#map-canvas{
	margin-bottom:30px;
}
footer .contact address .u_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
footer .contact address .unvn {
    color: #fff;
    margin-bottom: 5px;
}
footer .contact address .item{}
footer .contact address .item span {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    width: 65px;
}
footer .contact address .item a {
    color: #fff; 
}
footer .contact address .item p {
    color: #fff;
    display: table-cell;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}

footer .f_logo{
	text-align:center;
}
footer .f_logo img{}
footer .f_social {
    margin-top: 30px;
    text-align: center;
}
footer .f_social a {
    margin-left: 13px;
	-webkit-transition:.5s;-o-transition:.5s;transition:.5s; 
}
footer .f_social img{ 
	-webkit-transition:.5s;-o-transition:.5s;transition:.5s; 
	max-width: 35px;
}
footer .f_social img:hover {
    -webkit-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1);
}
footer .copy {
    color: #fff;
	font-size: 17px;
	padding-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	font-weight: lighter;
}
 

header.header{
	position:static;
}  
.start .page_title {
    color: #24436B;
    font-family: jaapokki;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 45px;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}
.start .page_title::after,
.start .page_title::before {
    content:"";
	position:absolute;
	height:3px;
	margin:0 auto;
	left:0;
	right:0;
	background-color:#24436B;
}
.start .page_title::after{
	top: 45px;
width: 40px;
}
.start .page_title::before{
	top: 50px;
width: 30px;
} 

.referances {
    background-color:#FFC029;
}
.team_list .item {
    display: inline-block;
    margin: 0 20px 50px;
	-webkit-transition:.5s;-o-transition:.5s;transition:.5s;
}
.team_list .item:hover .name{
    color:#0B478A;
}

.team_dtl {} 
.team_dtl .mail{
	color: #0B478A;
    font-size: 20px;
    font-weight: 300;  
}
.team_dtl .desc{margin-top:30px;}
.team_dtl .desc p {
    color: #24436B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
} 

.clsma_list_2 {
    margin-top: 0;
}
.clsma_list_2 .item {
    float: left;
    height: 380px;
    margin: 0 17px 50px;
    width: 345px;
} 
.clsma_dtl  img{
	margin-bottom:50px;
}
.clsma_dtl  p {
    color: #24436B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

 
.article_about.mkl_list_2 {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    margin: 0;
    overflow: auto;
}
.article_about.mkl_list_2 .right {
    float: left;
    margin: 0;
    width: 100%;
} 
.article_about.mkl_list_2 .right .mkl_list article  { 
    margin-bottom: 50px; 
}
.article_about.mkl_list_2 .right .mkl_list article a .title {
    font-size: 24px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 20px;
	text-align:center;
}
.article_about.mkl_list_2 .right .mkl_list article a .desc {
    height: 200px;
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
}
.article_about.mkl_list_2 .right .mkl_list article a .author {
    padding-right: 20px;
    width: auto;
}
.article_about.mkl_list_2  .right .mkl_list article a .date { 
    margin: 0; 
}


.mkl_dtl .title {
    color: #24436B;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
} 
.mkl_dtl .author{ 
    color: #24436B;
    float: left;
    font-size: 20px;
    font-weight: 300;  
}
.mkl_dtl .date{
	color: #24436B;
    float: right;
    font-size: 20px;
    font-weight: 300;  
	margin-bottom:20px;
} 
.mkl_dtl  p{
	color: #24436B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.about  p{
	color: #24436B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
 

/*ik*/
.ik_text span {
    color: #24436B;
    display: block;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}
.ik_text p {
    color: #222;
    font-size: 18px; 
    margin-top: 15px;
    text-align: center;
}
.modern-container {
    border: 1px dashed #ddd;
    margin: 30px auto;
    padding: 40px;
}
/*ik-FNS*/


/*Ctnc*/


.contact_page_title {
    border-bottom: 1px dashed #ddd;
    color: #24436B;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 37px;
    padding-bottom: 11px;
    text-align: center;
}
.contact_info_item {
    margin-bottom: 30px;
    padding-left: 15px;
}  
.contact_info_item .c_item { 
    font-size: 16px;
    margin-bottom: 10px;
}
.contact_info_item .c_item span {
    border-bottom: 1px dashed #24436B;
    color: #24436B;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact_info_item .c_item strong {
    color: #24436B;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    width: 80px;
}
.ctnt_frm .modern-container {
    border: 0 none;
    margin: 0 auto 30px;
    padding: 13px 40px;
}



.irtbt_cntc address .u_title {
    color: #24436B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
.irtbt_cntc address .unvn {
    color: #24436B;
    margin-bottom: 5px;
}
.irtbt_cntct address .item{}
.irtbt_cntc address .item span {
    color: #24436B;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    width: 75px;
}
.irtbt_cntc address .item p {
    color: #24436B;
    display: table-cell;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}
/*Ctnc-Finish*/

 
.menu_ac {
	display: none;
}	
 


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*Responsive*/
@media (min-width: 1200px) and (max-width: 1279px){
 
} /*(min-width: 1200px) */
 
@media (min-width: 992px) and (max-width: 1199px) {
header { 
    background-size: auto 100px;
    height: 100px; 
}
header .menu {
    display: block;
    margin-top: 10px;
}
header .menu li { 
    margin-right: 10px;
}
header .menu li.right { 
    margin-left: 10px; 
}
header .logo { 
    top: 25px; 
}
header .logo img { 
    max-height: 70px;
}

.slider {
    margin-top: 65px; 
}
.clsma_list .slick-slide {
	margin: 0 10px;
} 
.clsma_list .slick-list {
	margin: 0 -10px; 
}
.clsma_list .item { 
    height: 350px; 
}
.clsma_list .item a .title { 
    font-size: 27px; 
}
.clsma_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    left: -35px;
}
.clsma_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    right: -35px;
}
.article_about .left { 
    padding: 0 25px;
    width: 100%;
}
.article_about .right {  
    width: 460px;
}
.article_about .right .mkl_list article a .author {
    width: 350px;
}
.team_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    left: -20px;
}
.team_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    right: -20px;
}
 
.clsma_list_2 .item { 
    width: 279px;
}
.team_list .item { 
    margin: 0 37px 50px; 
}
footer .f_social a {
    margin-left: 5px; 
}



} /*(min-width: 992px) and (max-width: 1199px)*/

@media (min-width: 768px) and (max-width: 991px) {
header { 
    background-size: auto 90px;
    height: 90px; 
}
header .menu {
    display: block;
    margin-top: 10px;
}
header .menu li { 
    margin-right: 3px;
}
header .menu li.right { 
    margin-left: 5px; 
}
header .menu li a { 
    font-size: 11px; 
}
header .menu li a:hover::before, 
header .menu li a.active::before {
    top: 22px; 
}
header .logo { 
    top: 25px; 
}
header .logo img { 
    max-height: 60px;
}
.slider {
    margin-top: 50px; 
}
.slider img {
    height: 400px; 
}
.clsma_list .slick-slide {
	margin: 0 7px;
} 
.clsma_list .slick-list {
	margin: 0 -7px; 
}
.clsma_list .item a .title { 
    line-height: 30px; 
	font-size: 22px;
}
.clsma_list .item a .desc {
    padding: 0 15px; 
}
.clsma_list .item { 
    height: 280px; 
}
.clsma_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    left: -35px;
}
.clsma_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    right: -35px;
}
.article_about .left {
    padding: 0 15px;
    width: 100%;
}
.article_about .right {
    margin-left: 40px;
    width: 355px;
}
.article_about .right .mkl_list article a .author {
    width: 250px;
}
.team_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    left: -20px;
}
.team_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    right: -20px;
}

footer  .contact address .item span { 
    width: 65px;
}

footer  .contact address .item span,
footer  .contact address .item p {
    line-height: 22px;
}
.clsma_list_2 .item {
    margin: 0 5px 30px;
    width: 230px;
}
.team_list .item { 
    margin: 0 0 50px; 
}








} /*(min-width: 768px) and (max-width: 991px)*/

@media(min-width: 768px) {
 
}/*max-width: 767px*/

@media(max-width: 767px) {  
.menu_ac {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #1E3C61;
    z-index: 9;
    position: absolute;
    line-height: 40px;
    padding: 0;
    margin: 0;
    top: 144px;
}
header .menu {
    background-color: #2b3445;
    display: none;
    height: auto;
    padding: 20px 0;
    width: 100%;
    position: absolute;
    top: 160px;
}
header .menu li {
    display: block;
    float: none;
    list-style: outside none none;
    margin: 10px 0;
    text-align: center;
}
header .menu .right {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
header .menu li.right {
    float: none;
	margin: 5px 0;
} 
header .menu li a:hover::before, 
header .menu li a.active::before {
    top: 20px; 
	height:3px;
}


.slider {
    margin-top: 100px; 
}
.slider .slick-next,
.slider .slick-prev{
	display:none!important;
}
.slider .text > span { 
    font-size: 60px; 
}
.slider .text { 
    top: 50%;
    transform: translate(0px, -50%);
}
.slider img {
    height: 400px; 
}
.clsma_list .item a .title {
    line-height: 30px;
    margin-top: 20px;
}
.clsma_list .item:hover .title,
.clsma_list .item:hover .desc {
    margin-top: 15px;
} 
.clsma_list .item a .desc {
    padding: 0 25px; 
}
.clsma_list .item { 
    height: 300px; 
}
.clsma_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    left: -35px;
}
.clsma_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    right: -35px;
}
.article_about { 
    height: auto; 
}
.article_about .left {
    height: auto;
    padding: 0 15px;
    width: 100%;
}
.article_about .right {
    margin:0 auto;
    width: 100%;
}
.article .slick-next {  
    top: -20px;
}
.article .slick-prev { 
    right: 0; 
}
.article_about .right .mkl_list article a .author {
    width: 70%;
}
.article_about .right .mkl_list article a .date { 
    width: 30%;
}
.team_list .slick-prev { 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    left: -20px;
}
.team_list .slick-next { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    right: -20px;
}
footer { 
    text-align: center;
    padding-top: 30px;
} 
 
footer .title { 
    margin-top: 30px;
}
footer  .contact address .item span { 
    display: block; 
    width: 100%;
}
footer  .contact address .item p { 
    display: block; 
    line-height: 22px;
}
footer  .f_logo {
    margin-top: 30px;
}
footer  .f_social { 
    text-align: center;
	margin-top:30px;
}
footer  .f_social a {
    margin: 0 10px;
}
footer .copy { 
    padding-bottom: 30px;
    padding-top: 75px; ;
}
footer .f_menu li a::before {
    display:none;
}
.clsma_list_2 .item {
    float: none;
    margin: 0 auto 30px;
    width: 280px;
}
.team_list .item {
    display: block;
    margin: 0 auto 30px; 
}
.start .page_title {
    margin-top: 60px;
}
}/*max-width: 767px*/



