/*
Theme Name: Legenda-promo


*/

@font-face {
 font-family: 'Muller-Regular';
 src: url(fonts/Muller-Regular.otf);
 }
@font-face {
 font-family: 'Muller-Bold';
 src: url(fonts/Muller-Bold.otf);
 }
@font-face {
 font-family: 'Muller-ExtraBold';
 src: url(fonts/Muller-ExtraBold.otf);
 }
@font-face {
 font-family: 'Muller-Medium';
 src: url(fonts/Muller-Medium.otf);
 }
@font-face {
 font-family: 'Muller-ExtraBold-Italic';
 src: url(fonts/Muller-ExtraBold-Italic.otf);
 }
@font-face {
 font-family: 'Muller-Bold-Italic';
 src: url(fonts/Muller-Bold-Italic.otf);
 }
@font-face {
 font-family: 'Muller-Regular-Italic';
 src: url(fonts/Muller-Regular-Italic.otf);
 }
@font-face {
 font-family: 'Muller-Light';
 src: url(fonts/Muller-Light.otf);
 }
h1,
h2{font-family: 'Muller-Bold-Italic', Roboto,sans-serif;
	font-weight: 400;
	line-height:1.2!important;
}

h3
h4,
h5,
h6{font-family: 'Muller-Medium', Roboto,sans-serif;
	font-weight: 400;
	line-height:1.2!important;

}


html, body, div, span, applet, object, iframe,
 pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 ul { padding-inline-start: 0; }

body {
    margin: 0;
    font-family: 'Muller-Regular', sans-serif;
	font-weight:400;
}

a{
	color: #cf202e;
    text-decoration: none;
}
a:hover {
    opacity:0.8;
	text-decoration: none;
	color: #cf202e;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

.bg-dark {
    background-color: #464547!important;
}
.nav-wrapper{
	background:#0f2d69;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-dark .navbar-nav .nav-link {
    	font-size:13px;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:0; 
    padding-left:0; 
}
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
	opacity:1;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.page-content ol,.post-content ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.page-content ol li,.post-content ol li  {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
.page-content ol li:before,.post-content ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid #cf202e;
}
.page-content ul li,.post-content ul li{
	padding: 10px 0 10px 0;
    margin-left: 30px;
}
.page-content ul li:before,.post-content ul li:before{
    content: " ";
    background-color: #0f2d69;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 -25px;
    overflow: hidden;
}
li.elementor-icon-list-item:before{
	content:none;
}
.elementor * ol li:before,.elementor * ul li:before{content:none;}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.content-fixwidth{
	padding:50px 15px 100px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.post img, .page img {
    max-width: 100%;
    height: auto;
}
h1.page-title{
	font-size:45px;
	font-weight:700;
/*	color:#fff;*/
	text-transform:uppercase;
	line-height: 1.5;
}
        @media (max-width:576px ) {
h1.page-title{
	font-size:30px;
}
}
.post-content, .page-content{
line-height: 1.3;
}
/********************Навигация**************************/
.header-nav{width:100%;}
.header-nav li{
	padding: 0;
    margin-left: 0;
}


.dropdown-menu {
  margin: 0px !important;
}

.header-nav-mobile-toggle, .footer-nav-mobile-toggle {
  display: none;
}
.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler{
border:none;
padding:5px 0;
}


@media (max-width: 992px) {

  .header-nav-mobile-toggle, .footer-nav-mobile-toggle {
    display: block;
  }

  .dropdown-menu {
    display: block !important;
    position: relative !important;
    padding: 0px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .nav-item {
    width: 100%;
    margin-left: 0px !important;
  }

  .nav-link {
    width: 100%;
  }

  .navbar {
    border-right: 0px;
  }
.navbar-collapse {
	padding:40px 0;
	
}
.navbar-collapse .navbar-nav ..nav-item{
	padding:5px 0;
}
}


/***********************Шапка******************************/
.header {
	padding-top: 20px;
	padding-bottom: 20px; 
}
.header{
	background-color: transparent;
    background-image: linear-gradient(90deg
, #cf202e 40%, #f6921d 100%);
}
.header-left {
    text-align: left!important;
}
.logo-image {
    max-width: 232px!important;
    max-height: 100%!important;

    }

.header-right h1.header-title, .header-right h2.header-title{
          padding-top: 0;
      font-size: 2.5em;
 }
.phone-button{
	display:inline-block;
	font-size:16px;
	padding:15px 45px 15px;
	background-color:#ffffff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.3);
			}
        @media (max-width: 1199.98px) {
.header-right h1.header-title, .header-right h2.header-title{			
          padding-top: 8px;
}
.header-description{
	font-size: 16px;
}
        }

.hero-button{
	display:inline-block;
	font-size:16px;
	padding:15px 45px 15px;
	background-color:#cf202e;
	color:#ffffff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.3);
	margin-top:40px;
			}
.hero-button:hover{
	color:#fff;}
   


        @media (max-width: 991.98px) {
.header-right h1.header-title, .header-right h2.header-title{			
          font-size: 30px;
        }
		}

        @media (max-width:767.98px ) {
.header {
	padding-top: 15px;
	padding-bottom: 15px; 
}		
			
.header-right h1.header-title, .header-right h2.header-title{			
          font-size: 20px;
          text-align: center;
        }
	
		
.header-description{
	font-size: 12px;
    text-align: center;
}
.logo-image {
    max-width: 147px!important;
      }
.phone-button{
	font-size:11px;
	padding:10px 20px 10px;
			}
}
.header-email-section,.header-phone-section{
	font-size:24px;
	font-weight:500;
}
.phone-mobile a{
	color:#ffffff;
	opacity:0.8;
	font-size:20px;
}
.phone-mobile a:hover{
	opacity:1;
}
.page-sub-header {
    position: relative;
    padding-bottom: 0;
    text-align: center;
    background-size: cover !important;
    background-position: center bottom;
}
.page-sub-header{
	min-height:350px;
	width:100%;
	padding:15px;
	background-repeat: no-repeat;
    background-position: center, center;
	 background-attachment: fixed, fixed;
	 background-size:cover;
}

.gradient-overlay{
	background-color: rgba(15,45,105,0.6);
background: -moz-linear-gradient(-45deg, rgba(15,45,105,0.84) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(15,45,105,0.84) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(15,45,105,0.84) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60f2d69', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
box-sizing: content-box;
    
    width: 100%;
    min-height: 450px;
    margin: -15px;
    padding: inherit;
}
@media (max-width:575.98px ) {
	.header-left {
    text-align: center!important;
}
.page-sub-header{
	min-height:250px;
}
.gradient-overlay{
	min-height:250px;
}
}

/***********************************************/
.content-wrapper {
  margin-top: 0px;
 } 
 .category-archive-title, .category-archive-tag, .category-archive-date {
      margin-bottom: 2rem;
    }

    .author-page-header {
      margin-bottom: 2.5vw;
    }

    .post.card {

        margin-bottom: 2.5vw;
      }
	  .post-title {

        overflow-wrap: break-word;
        word-wrap: break-word;

      }
      .post-meta-header {
        margin-top: 1vw;
      }
      .post-date {
		  
	color: #fff;
    font-weight: 500; 
	}
      .post-author { }
      .post-comment-counter {

        text-align: right;

      }
	  .post-featured-image img {
          border-radius: 0;
        }
		.post-content,.page {

        overflow-wrap: break-word;
        word-wrap: break-word;
		}
		.post-content{
		
		padding: 40px 15px 100px;
		}
.widget {
  list-style: none;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-header{
margin:auto;
}

/***************************Footer*********************************/
.footer-wrapper p{
margin-bottom: 12px;
}
.footer-wrapper h3{
	font-size:25px;
	padding-bottom: 18px;
	opacity:0.7;
	font-family: 'Muller-Bold';
}
.footer-wrapper a {
	display: block;
    padding-top: 26px;
    opacity: 0.7;
    font-family: 'Muller-Regular';
}
.footer-wrapper a.logo-link{ padding-top: 0px;opacity: 1;}
.footer-nav-container {
  margin-top: 0px;
  padding:50px 0 85px;
}
  .footer-navbar {
    overflow: hidden;
  }
  .footer-wrapper{width:100%;}

.author-credits {
  margin-top: 0px;
  padding:20px;
}
.author-credits .nav-link{padding:0;}


.footer-wrapper li{
	list-style:none;
	padding:10px 5px;
}

.author-credits li {
   padding: 10px 0px;
}
.footer-wrapper, .footer-wrapper a {
    color: rgba(255,255,255,0.8);
	text-transform:none;
	font-weight:300;
	
}
.footer-wrapper a:hover {
    color: #fff;
}
.footer-logo-image{
	width:250px;
}
.site-info{margin:auto 0;}
.center-col{
	border-left:1px solid #cf202e;
	border-right:1px solid #cf202e;
}
.footer-wrapper .item {
  display: flex;
 align-items: flex-start;
 justify-content: center;
}
.footer-wrapper .txt {
    text-align: left;
}
.privacy-policy-mobile{display:none;}
@media (max-width: 767px) {
	.footer-nav-container {
    padding: 30px 35px 15px;
}
	.footer-wrapper .item {
		display:block;
	}
	.center-col{
	border-left:none;
	border-right:none;
}
	.container {
    max-width: 100%;
}
	.footer-nav-container .col-12{margin-bottom:35px;}
	.footer-wrapper a {
    padding-top: 10px;
	}
	.privacy-policy-mobile{
		margin-top:35px;
		border-top:2px solid #cf202e;
	}

	.privacy-policy-mobile{display:block;}
}
@media (max-width: 992px) {
		.site-info{
			margin-bottom:10px;
		}
	}
	
	/**************************************************/
body input::-webkit-input-placeholder{color:#464547; opacity:1;}
body input::-moz-placeholder{color:#464547; opacity:1;}
body textarea::-webkit-input-placeholder{color:#464547; opacity:1;}
body textarea::-moz-placeholder{color:#464547; opacity:1;}
body textarea, body input{color:#464547; opacity:1;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea:focus, input:focus,select:focus,button:focus{
outline: none;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea, .wpcf7-form select{
   color: #464547;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0px;
    border: 0;
    background-color: #ffffff;
	font-size: 16px;
	font-family: 'Muller-Regular';
	
}
.wpcf7 .ajax-loader{display:none;}
.wpcf7-form p {
    margin: 0 0 28px;
}
/*.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}
/* Change input field styles when click into (on focus) */

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus {
   border:none!important;
border-radius:0px!important;
}
.wpcf7 input[type=text]:active, .wpcf7 input[type=email]:active, .wpcf7 input[type=tel]:active {
      border:none!important;
border-radius:0px!important;
}

.wpcf7-form .button {
    background-color: #14e2ae;
    color: #fff;
    border-radius: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 16px;
	font-family: 'Muller-Regular';
}
.wpcf7-form .button:hover {
    cursor: pointer;
    border: 0;
}
input[type="submit"], button{
	border:2px solid #0f2d69;
	color:#ffffff;
	border-radius:none;
	background-color:#0f2d69;
	padding:12px 50px;
	font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
	    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
	
}
.wpcf7-form input[type="submit"]:hover,.post-content button:hover,.page-content button:hover{
	color:#0f2d69;
	background-color:#ffffff;
}

div.wpcf7 p{
	margin-bottom: 24px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
	border-width: 1px;
}
 div.wpcf7 label{
	font-size: 16px;
}
label {
    display: block;
    margin: 0 0 10px;
	font-size:16px;
}
input, textarea, select, .qty {
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0px;
}
input:not([type="submit"]), textarea, select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    color: inherit;
    font-size: 1em;
    border-radius: 0px;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #ffffff;
	font-size: 16px;
	font-family: 'Muller-Regular';
}
	.wpcf7-form p {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;}
 .wpcf7-form input not([type="submit"]), .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
    font-size: 14px;
    color: rgba(29,29,29,0.7);
    margin: 10px 0;
    border-style: solid;
    border-color: rgba(29,29,29,0.2);
}
input[type="submit"], button{
	border:2px solid #ffffff;
	 margin: 9px 0;
	color:#ffffff;
	border-radius:0;
	background-color:transparent;
	padding:11px;
	font-family:'Muller-Bold', Roboto;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
    box-sizing: border-box;
    -webkit-appearance: none;
	    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
	
}
.wpcf7-form input[type="submit"]:hover,.post-content button:hover,.page-content button:hover{
	color:#0f2d69;
	background-color:#ffffff;
}


.clearfix-cf7 {
    display:block;
}
.col1-cf7{
	width: 33%;
    float: left;
	padding:0 10px;
}
.col2-cf7{
	width: 33%;
    float: left;
	padding:0 10px;
}
.col3-cf7{
	width: 33%;
    float: left;
	padding:0 10px;
}

@media(max-width: 920px){
.col1-cf7,.col2-cf7,.col3-cf7{
	width: 33%;
    float: left;
	padding:0 10px;
}
}
@media(max-width: 767.98px){

	.col1-cf7,.col2-cf7,.col3-cf7{
		 width: 100%;
    float: left;
	}
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output:before,.wpcf7 form.invalid .wpcf7-response-output:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    content: "\f147";
}
.wpcf7 form.invalid .wpcf7-response-output:before {
    content: "\f158";
}
.cool-select {
    display: block;
    width: 100%;
    position: relative;
	margin: 10px 0;
	
}

.new-select {
    position: relative;
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0px;
    border: 0;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
	text-align: left;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
	text-align:left;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #cf202e;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('images/down-arrow.svg') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wpcf7-not-valid-tip{color:#ffffff;}

/**********Custom Elementor CSS***************/
.promo-title h2{font-size:48px!important;}
.services h3{
	font-size:25px!important;
	text-transform:uppercase;
	font-family: 'Muller-Bold';
	color:#fff;
}
.services div{
	font-size:16px!important;
	color:#fff;
}
.snoska,.snoska a{ 
	font-size:12px!important;
	color:#fff!important;
}
.foto-slider ul li{margin:0 5px;}

.slick-dots li button:before{opacity: 0.40!important;}
.tm-slider .slick-dots li.slick-active button:before {color:#464547!important;opacity: 1!important;}

.foto-slider.tm-slider.slider .slick-next:before{
	content:''!important;
	background: url('images/arrow-next.svg') no-repeat right center / cover;
	display:block;
	height:70px;
	width:50px;
	padding:0;
}
.foto-slider.tm-slider .slick-dots li button:before {font-size:50px!important;}
.foto-slider.tm-slider.slider .slick-prev:before{
	content:''!important;
	background: url('images/arrow-before.svg') no-repeat right center / cover;
	display:block;
	height:70px;
	width:50px;
	padding:0;
}
.slick-prev,.slick-next {
	top:42%!important;
}
@media(max-width: 767px){
	.promo-title h2{font-size:20px!important;}
.services h3{
	font-size:16px!important;	
}
.services div{
	font-size:14px!important;
	
}
	.foto-slider.tm-slider.slider .slick-next:before{
	height:42px;
	width:30px;
	padding:0;
}
.foto-slider.tm-slider.slider .slick-prev:before{
	height:42px;
	width:30px;
}
.slick-prev,.slick-next {
	top:30%!important;
}
	.foto-slider .slick-dots li{
		width: 18px;
    height: 18px;
	}
.foto-slider.tm-slider .slick-dots li button:before {font-size:30px!important;}
	.foto-slider ul li{margin:0;}
}
