<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<title>Portada</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="/css/slick.css">
<link rel="stylesheet" href="/css/slick-theme.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/master.css">
<link rel="stylesheet" href="/css/responsive.css">
<script type="text/javascript" src="/js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/slick.min.js"></script>
</head>
<body>
<!-- BEGIN HEADER -->
<div class="header">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="img/logo-lanceros.png" alt="#" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Inicio</a></li>
<li><a href="#">Nosotros</a></li>
<li><a href="#">Servicios</a></li>
<li><a href="#">Noticias</a></li>
<li><a href="#">Contacto</a></li>
<li class="search-opt"><a href="#"><img src="/img/icon-search.svg" alt="#" /></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- BEGIN SEARCH INPUT -->
<div class="modal-wrapper search-input">
<div class="modal-block">
<input type="text" placeholder="Buscar..." />
</div>
<span class="btn-close"></span>
</div>
</div>
<!-- BEGIN FEATURED -->
<div class="featured-slide-wrapper">
<div class="featured-slide-block">
<div class="featured-block">
<i class="featured-overlay"></i>
<img src="img/img-featured-1.jpg" alt="#" />
<div class="featured-content vessel">
<div class="featured-block">
<h3>Lorem ipsum dolor sit amet</h3>
<h1>Guardias de seguridad</h1>
<h2>
Quisque volutpat mattis eros. Nullam malesuada erat.
Suspendisse urna nibh, viverra non.
</h2>
<div class="featured-btn">
<a class="btn-fill" href="#">Contáctanos</a>
<a class="btn-outline" href="#">Ver más</a>
</div>
</div>
</div>
</div>
<div class="featured-block">
<i class="featured-overlay"></i>
<img src="img/img-featured-1.jpg" alt="#" />
<div class="featured-content vessel">
<div class="featured-block">
<h3>Lorem ipsum dolor sit amet</h3>
<h1>Guardias de seguridad</h1>
<h2>
Quisque volutpat mattis eros. Nullam malesuada erat.
Suspendisse urna nibh, viverra non.
</h2>
<div class="featured-btn">
<a class="btn-fill" href="#">Contáctanos</a>
<a class="btn-outline" href="#">Ver más</a>
</div>
</div>
</div>
</div>
<div class="featured-block">
<i class="featured-overlay"></i>
<img src="img/img-featured-1.jpg" alt="#" />
<div class="featured-content vessel">
<div class="featured-block">
<h3>Lorem ipsum dolor sit amet</h3>
<h1>Guardias de seguridad</h1>
<h2>
Quisque volutpat mattis eros. Nullam malesuada erat.
Suspendisse urna nibh, viverra non.
</h2>
<div class="featured-btn">
<a class="btn-fill" href="#">Contáctanos</a>
<a class="btn-outline" href="#">Ver más</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BEGIN SERVICES -->
<div class="services-wrapper">
<div class="container">
<div class="title-block">
<h2 class="title-default-lg">Servicios</h2>
<h3 class="subtitle-default-lg">Empresa de seguridad</h2>
</div>
<div class="services-block flex-block">
<div class="flex-row">
<div class="services-box flex-box">
<img src="img/icon-security.svg" alt="#" />
<h4><b>Guardias de Seguridad</b></h4>
<p>
Disponemos de personal altamente
cualificado y preparado para
satisfacer sus demandas. Nuestro
protocolo de calidad se lo garantiza
</p>
<a class="btn-action-outline" href="#">Ver más</a>
</div>
<div class="services-box flex-box">
<img src="img/icon-bodyguard.svg" alt="#" />
<h4><b>Guardaespaldas</b></h4>
<p>
Servicio especial para personas
VIP ofrecido por profesionales
entrenados y con experiencia en
la protección de personalidades.
</p>
<a class="btn-action-outline" href="#">Ver más</a>
</div>
<div class="services-box flex-box">
<img src="img/icon-camera.svg" alt="#" />
<h4><b>Seguridad Empresarial</b></h4>
<p>
Ponemos a su alcance todos los
sistemas para garantizar la
seguridad de su empresa, desde
la instalación de sistemas de
videovigilancia hasta el control
electrónico de localización de
vehículos.
</p>
<a class="btn-action-outline" href="#">Ver más</a>
</div>
<div class="services-box flex-box">
<img src="img/icon-padlock.svg" alt="#" />
<h4><b>Asesoría Empresarial</b></h4>
<p>
Lanceros Seguridad, además de
ofrecer sus servicios, ponemos a
su disposición todos nuestros
conocimientos en seguridad tanto
activa como pasiva, para que
usted o su empresa no corra
ningún riesgo.
</p>
<a class="btn-action-outline" href="#">Ver más</a>
</div>
</div>
</div>
</div>
</div>
<!-- BEGIN QUERY -->
<div class="query-wrapper">
<div class="query-block">
<div class="container">
<h2 class="title-default">
Consulte nuestras <a href="#">ventajas</a>
</h2>
<h3>Morbi in sem quis dui placerat ornare. </h3>
<a class="query-btn" href="#">Consultar</a>
</div>
</div>
</div>
<!-- BEGIN FOOTER LOCATION -->
<div class="footer-location-wrapper">
<div class="container">
<div class="footer-location-row flex-lg">
<div class="footer-location-box flex-fluid">
<div class="footer-block flex">
<div class="footer-icon">
<span>
<img src="img/icon-location.svg" alt="#" />
</span>
</div>
<div class="footer-info">
Av. 27 de Febrero No. 583<br>
Local 307, Sto. Dgo, D. N.
</div>
</div>
</div>
<div class="footer-location-box flex-fluid active">
<div class="footer-block flex">
<div class="footer-icon">
<span>
<img src="img/icon-phone.svg" alt="#" />
</span>
</div>
<div class="footer-info">
(809) 540-3661<br>
info@lancerosseguridad.com
</div>
</div>
</div>
<div class="footer-location-box flex-fluid">
<div class="footer-block flex">
<div class="footer-icon">
<span>
<img src="img/icon-clock.svg" alt="#" />
</span>
</div>
<div class="footer-info">
8:00am a 5:00pm<br>
Lunes a Viernes
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BEGIN FOOTER CONTACT -->
<div class="footer-contact-wrapper">
<div class="container">
<div class="footer-contact-box">
<h2 class="title-default">Contacto</h2>
<div class="footer-input-block" id="icon-user">
<input class="input" type="text" placeholder="Nombre Completo" />
</div>
<div class="footer-input-block" id="icon-email">
<input class="input" type="email" placeholder="Correo electrónico" />
</div>
<div class="footer-input-block" id="icon-cellphone">
<input class="input" type="tel" placeholder="Teléfono" />
</div>
<div class="footer-input-block" id="icon-msg">
<textarea class="input" placeholder="Teléfono"></textarea>
<input class="btn-send" type="submit" name="" value="Enviar">
</div>
</div>
</div>
</div>
<!-- BEGIN FOOTER COPYRIGHT -->
<div class="footer-copyright-wrapper">
<div class="container">
<div class="footer-copyright-block flex-sm">
<div class="footer-copyright-box footer-signature flex-fluid">
<span>Todos los derechos reservados 2018 <b>Lanceros</b></span>
<span>Desarrollado por <a href="#">MESPLIT SRL</a></span>
</div>
<div class="footer-copyright-box footer-social flex-fluid">
<a href="#" target="_blank"><img src="img/icon-fb.svg" alt="#" /></a>
<a href="#" target="_blank"><img src="img/icon-tw.svg" alt="#" /></a>
<a href="#" target="_blank"><img src="img/icon-in.svg" alt="#" /></a>
<a href="#" target="_blank"><img src="img/icon-gplus.svg" alt="#" /></a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
$('.featured-slide-block').slick({
dots: false,
infinite: false,
slidesToShow: 1,
slidesToScroll: 1,
focusOnSelect: false
});
$(".btn-modal").click(function(){
$(".modal-wrapper").addClass("show-modal");
});
$(".btn-close").click(function(){
$(".modal-wrapper").removeClass("show-modal");
});
$(".search-opt").click(function(){
$(".search-input").addClass("show-modal");
});
});
</script>
</body>
</html>
body {
font-family: 'Roboto', sans-serif;
}
.flex {
display: flex;
align-items: center;
}
.flex-fluid {
width: 100%;
}
.container,
.map-wrapper {
position: relative;
}
.header {
z-index: 2;
position: relative;
background-color: #403F3F;
}
.header::before {
bottom: 0;
content: "";
width: 100%;
height: 13px;
bottom: -13px;
position: absolute;
background-color: rgba(62,60,60,.50);
}
.header .navbar-nav>li>a {
color: #fff;
font-weight: 700;
position: relative;
text-transform: uppercase;
}
.search-opt a,
.search-opt a:hover {
text-indent: -9999em;
background: url('../img/icon-search.svg') center no-repeat !important;
}
.search-input {
width: 100%;
border: none;
font-size: 20px;
font-weight: 300;
padding: 15px 20px;
}
.search-input input {
width: 100%;
color: #fff;
border: none;
outline: none;
border-radius: 4px;
padding: 15px 25px 15px 60px;
background: url(../img/icon-search-header.svg) 25px center #212021 no-repeat;
}
.search-input .btn-close {
top: 20px;
right: 20px;
background-size: 20px;
background-color: transparent;
}
.search-input .modal-block {
padding: 0;
}
.navbar-brand {
position: relative;
}
.nav>li>a:focus,
.nav>li>a:hover {
background: none;
}
.navbar-toggle {
margin-right: 0;
padding-right: 0;
}
.navbar-toggle .icon-bar {
background-color: #fff;
}
.search-opt>a:hover::before {
display: none !important;
}
.footer-location-row {
padding: 25px 0;
}
.footer-location-wrapper {
background-color: #F04848;
}
.footer-location-box {
color: #fff;
padding: 25px 0;
font-size: 16px;
line-height: 27px;
}
.footer-icon span {
width: 92px;
height: 92px;
display: flex;
border-radius: 4px;
text-align: center;
margin-right: 20px;
align-items: center;
border: 1px solid #fff;
}
.footer-icon img {
margin: 0 auto;
max-height: 33px;
}
.footer-location-box.active span {
border-color: #403F3F;
background-color: #403F3F;
}
.footer-contact-wrapper img {
width: 100%;
display: block;
}
.footer-contact-block,
.footer-contact-wrapper {
position: relative;
}
.footer-contact-wrapper {
background: url('../img/bg-contact.jpg') center no-repeat;
background-size: cover;
}
.footer-contact-wrapper::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
position: absolute;
background-color: rgba(63,63,63,.85);
}
.footer-contact-box{
width: 100%;
float: right;
margin: 60px 0;
max-width: 440px;
position: relative;
}
.title-default {
margin: 0;
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
padding-top: 25px;
position: relative;
margin-bottom: 20px;
text-transform: uppercase;
}
.title-default::before {
top: 0;
content: "";
width: 70px;
height: 10px;
display: block;
position: absolute;
background: url('../img/dotted-title.svg') center no-repeat;
}
.footer-input-block {
margin-top: 15px;
position: relative;
padding-left: 60px;
border-radius: 4px;
background-color: #6C6969;
}
.input {
color: #fff;
width: 100%;
border: none;
outline: none;
font-size: 14px;
font-weight: 700;
padding: 22px 30px;
border-radius: 4px;
background: transparent;
}
textarea.input {
min-height: 150px;
max-height: 150px;
}
.input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #B9B5B5;
text-transform: uppercase;
}
.input::-moz-placeholder { /* Firefox 19+ */
color: #B9B5B5;
text-transform: uppercase;
}
.input:-ms-input-placeholder { /* IE 10+ */
color: #B9B5B5;
text-transform: uppercase;
}
.input:-moz-placeholder { /* Firefox 18- */
color: #B9B5B5;
text-transform: uppercase;
}
#icon-user::before {
background-image: url('../img/icon-user.svg');
}
#icon-email::before {
background-image: url('../img/icon-email.svg');
}
#icon-cellphone::before {
background-image: url('../img/icon-cellphone.svg');
}
#icon-msg::before {
background-image: url('../img/icon-msg.svg');
background-position: center 20px;
}
.footer-input-block::before {
top: 0;
left: 0;
bottom: 0;
width: 65px;
content: "";
display: block;
position: absolute;
background-color: #403F3F;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
background-repeat: no-repeat;
background-color: #403F3F;
background-position: center;
}
.footer-copyright-wrapper {
padding: 27px 0;
background-color: #403F3F;
}
.btn-send {
right: 0;
bottom: 0;
color: #fff;
border: none;
font-weight: 700;
position: absolute;
text-transform: uppercase;
border-top-left-radius: 4px;
padding: 17px 30px 17px 55px;
border-bottom-right-radius: 4px;
background: url(../img/icon-send.svg) 20px center #F04848 no-repeat;
}
.btn-send:hover {
background-color: #ec4343;
}
.footer-copyright-block {
color: #fff;
font-size: 13px;
font-weight: 100;
}
.footer-copyright-box a {
color: #fff;
font-weight: 700;
text-decoration: none;
}
.footer-copyright-block span {
display: block;
line-height: 22px;
}
.footer-copyright-box img {
margin: 0 5px;
display: inline-block;
}
.featured-slide-wrapper {
background-color: #000;
}
.featured-slide-block {
overflow: hidden;
max-height: 680px;
}
.featured-block {
color: #fff;
overflow: hidden;
max-height: 680px;
position: relative;
}
.featured-block img {
display: block;
max-width: 100%;
max-height: 100%;
width: 100%;
height: auto;
}
.slick-prev,
.slick-next {
z-index: 1;
}
.slick-prev {
background: url('../img/arrow-prev.svg') center no-repeat;
}
.slick-next {
background: url('../img/arrow-next.svg') center no-repeat;
}
.slick-prev:before,
.slick-next:before {
color: transparent;
}
.vessel {
padding: 60px 0 0;
padding-left: 15px;
padding-right: 15px;
}
.featured-block h1 {
margin: 0;
font-size: 5vw;
font-weight: 900;
}
.featured-block h2 {
margin: 0;
font-size: 24px;
font-weight: 100;
max-width: 560px;
line-height: 30px;
}
.featured-block h3 {
margin: 0;
font-size: 24px;
font-weight: 900;
}
.featured-btn {
margin-top: 30px;
}
.featured-block a {
color: #fff;
font-weight: 100;
padding: 15px 20px;
border-radius: 4px;
margin-right: 10px;
text-decoration: none;
display: inline-block;
background-image: none;
text-transform: uppercase;
}
.btn-fill {
background-color: #F04848;
box-shadow: 0 0 0 3px #BC3636 inset;
}
.btn-outline {
box-shadow: 0 0 0 1px #fff inset;
}
.slick-slider {
outline: none;
}
.title-block {
margin: 60px 0;
}
.title-default-lg {
margin: 0;
color: #000;
font-size: 48px;
font-weight: 900;
padding-top: 30px;
position: relative;
text-transform: uppercase;
}
.title-default-lg::before {
top: 0;
left: 0;
content: "";
width: 70px;
height: 10px;
display: block;
position: absolute;
background: url('../img/dotted-color.svg') center no-repeat;
}
.subtitle-default-lg {
margin: 0;
color: #F04848;
font-size: 33px;
text-transform: uppercase;
}
div.services-block {
margin-bottom: 70px;
align-items: baseline;
}
.services-box > img {
display: block;
max-height: 41px;
}
.services-box {
position: relative;
}
.services-box h4 {
font-size: 22px;
font-weight: 700;
margin: 20px 0 5px;
}
.services-box p {
margin: 0;
color: #949292;
font-size: 16px;
line-height: 27px;
}
.btn-action-outline {
bottom: 0;
right: 20px;
color: #E2DDDD;
padding: 7px 14px;
border-radius: 4px;
position: absolute;
padding-right: 40px;
display: inline-block;
border: 1px solid #E2DDDD;
text-transform: uppercase;
background: url('../img/arrow-right-gray.svg') 84% center no-repeat;
}
.btn-action-outline:hover {
color: #F04848;
text-decoration: none;
border-color: #F04848;
background-image: url('../img/arrow-right-red.svg');
}
.query-wrapper {
/* min-height: 200px; */
position: relative;
background: url('../img/bg-query.jpg') center no-repeat;
background-size: cover;
}
.query-wrapper::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
position: absolute;
background-color: rgba(100,99,99,.75);
}
.query-block {
padding: 55px 0;
position: relative;
}
.query-block .title-default {
font-size: 36px;
font-weight: 900;
margin-bottom: 5px;
text-transform: none;
}
.query-block .title-default a {
color: #EDE8E8;
text-decoration: underline;
}
.query-block h3 {
margin: 0;
color: #fff;
font-size: 20px;
}
.query-btn {
color: #fff;
font-size: 20px;
border-radius: 4px;
display: inline-block;
border: 1px solid #fff;
text-transform: uppercase;
padding: 10px 15px 10px 45px;
background: url('../img/icon-query.svg') 15px 12px no-repeat;
}
.query-btn:hover {
color: #fff;
text-decoration: none;
}
.featured-title-wrapper {
position: relative;
padding: 70px 0 50px;
background: url('../img/bg-title.jpg') center no-repeat;
background-size: cover;
}
.title-large h2 {
margin: 0;
font-size: 48px;
font-weight: 900;
text-transform: uppercase;
}
.title-large h3 {
color: #fff;
margin: 5px 0 0;
font-size: 33px;
text-transform: uppercase;
}
.featured-title-wrapper::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
position: absolute;
background-color: rgba(100,99,99,.75);
}
.page-title {
position: relative;
}
.row-wrapper {
padding: 40px 0 10px;
}
.title-small,
.title-medium {
color: #4A4A4A;
max-width: 400px;
padding-top: 30px;
position: relative;
}
.title-small::before,
.title-medium::before {
top: 0;
left: 0;
width: 70px;
content: "";
height: 10px;
display: block;
position: absolute;
background: url('../img/dotted-color.svg') center no-repeat;
}
.title-small h2,
.title-medium h2 {
margin: 0;
font-size: 32px;
font-weight: 900;
text-transform: uppercase;
}
.title-small h3,
.title-medium h3 {
margin: 2px 0 0;
font-size: 18px;
line-height: 24px;
}
.title-small {
padding-top: 20px;
}
.title-small h2 {
font-size: 24px;
}
.check-list ul {
padding: 0;
clear: both;
width: 100%;
margin: 20px 0 0;
display: inline-block;
}
.check-list ul li {
display: block;
color: #868282;
font-size: 14px;
margin-top: 15px;
font-weight: 300;
padding-left: 30px;
background: url('../img/icon-check-square.svg') no-repeat;
background-position: left center;
}
.block-content p {
color: #4A4A4A;
font-size: 16px;
line-height: 32px;
margin: -10px 0 25px;
}
.block-content img {
width: 100%;
display: block;
border-radius: 4px;
border-bottom: 20px solid transparent;
}
.btn-outline {
color: #F04848;
font-size: 16px;
font-weight: 300;
background: none;
margin-top: 20px;
margin-bottom: 30px;
border-radius: 4px;
text-transform: uppercase;
padding: 8px 40px 8px 20px;
background: url('../img/arrow-right.svg') 87% center no-repeat;
}
.block-title-list .btn-outline {
box-shadow: none;
display: inline-block;
border: 1px solid #F04848;
padding: 12px 40px 12px 20px;
}
.block-title-list .btn-outline:hover {
color: #F04848;
text-decoration: none;
}
.row-wrapper:nth-child(odd) {
background-color: #F8F7F7;
}
.box-row {
padding-top: 15px;
}
.box-content {
width: 100%;
}
.box-content a {
text-decoration: none;
}
.box-content img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}
.box-content h2 {
margin: 20px 0;
color: #4A4A4A;
font-size: 20px;
font-weight: 700;
line-height: 29px;
}
.box-content p {
color: #A79F9F;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}
.box-content .btn-outline {
margin: 5px 0 0;
}
.block-input {
margin: 20px 0;
}
.block-input input {
width: 100%;
outline: none;
border-radius: 4px;
padding: 20px 50px 20px 20px;
border: 1px solid #CFCDCD;
background: url(../img/icon-search-input.svg) 90% center no-repeat;
}
.block-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #B9B5B5;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
}
.block-input input::-moz-placeholder { /* Firefox 19+ */
color: #B9B5B5;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
}
.block-input input:-ms-input-placeholder { /* IE 10+ */
color: #B9B5B5;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
}
.block-input input:-moz-placeholder { /* Firefox 18- */
color: #B9B5B5;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
}
.box-img-single {
position: relative;
}
.box-img-single img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}
.box-avatar img {
/* display: block; */
max-width: 85px;
max-height: 85px;
border-radius: 5px;
}
.box-avatar small {
clear: both;
color: #4A4A4A;
display: block;
font-size: 16px;
font-weight: 300;
/* max-width: 100px; */
margin-top: 10px;
}
.box-content-single {
margin-top: 40px;
align-items: flex-start !important;
}
.box-content-info p {
color: #959292;
font-size: 16px;
line-height: 30px;
}
.box-content-info img {
height: auto;
display: block;
max-width: 100%;
}
.box-avatar span {
color: #959292;
font-size: 16px;
margin-top: 10px;
font-weight: 300;
padding-top: 10px;
display: inline-block;
border-top: 1px solid #ECE9E9;
}
.great-wrapper {
position: relative;
background: url('../img/bg-aboutus.jpg') center no-repeat;
background-size: cover;
}
.great-wrapper::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
position: absolute;
background-color: rgba(149,45,45,.73);
}
.great-block {
padding: 80px 15px;
position: relative;
}
.great-block h2 {
margin: 0;
color: #fff;
font-size: 24px;
font-weight: 900;
}
.great-block h1 {
color: #fff;
margin: 10px 0;
font-size: 8vw;
font-weight: 900;
}
.great-block h3 {
margin: 0;
color: #fff;
font-size: 14px;
}
.great-block .btn-outline {
color: #fff;
background: none;
margin-top: 35px;
padding: 13px 30px;
display: inline-block;
}
.content-row {
padding: 55px 0;
align-items: flex-start !important;
}
.essence-text,
.content-text {
text-align: justify;
}
.essence-text p,
.content-text p {
color: #959292;
font-size: 16px;
line-height: 29px;
}
.content-list .title-small {
margin-top: 10px;
}
.content-list ul,
.content-check ul {
padding: 0;
margin-top: 30px;
}
.content-list ul li {
display: block;
font-size: 16px;
margin-top: 20px;
padding-left: 30px;
background: url(../img/icon-security.svg) left 0 no-repeat;
background-size: 20px;
}
.content-list ul li:first-child {
margin-top: 0;
}
.content-check {
padding-top: 60px;
margin-bottom: 80px;
border-top: 1px solid #ddd;
}
.essence-check li,
.content-check li {
display: block;
margin-top: 15px;
padding-left: 30px;
background: url('../img/icon-check-square.svg') left 0 no-repeat;
background-size: 20px;
}
.map-wrapper iframe {
width: 100%;
height: 100%;
position: absolute;
}
.map-block {
color: #fff;
padding: 40px;
margin: 70px 0;
font-size: 16px;
min-height: 450px;
position: relative;
border-radius: 4px;
display: inline-block;
background-color: rgba(240,72,72,.85);
}
.map-block table {
width: 100%;
border: none;
}
.map-block table td {
font-weight: 300;
padding-top: 15px;
line-height: 27px;
vertical-align: top;
}
.map-block table tr {
margin-top: 30px;
}
.map-block table tr:first-child td {
padding-top: 0;
}
.map-block table td:first-child {
text-align: right;
padding-right: 30px;
}
.table-social {
margin-top: 20px;
}
.table-social a {
margin-right: 10px;
}
.map-block > small {
right: 40px;
bottom: 40px;
position: absolute;
}
.essence-check {
padding-right: 30px;
}
.essence-text {
padding-left: 30px;
}
.essence-check ul {
margin: 0;
padding: 0;
}
.essence-check .title-small,
.essence-text .title-small {
margin-bottom: 30px;
}
.essence-check,
.essence-text {
padding-top: 80px;
padding-bottom: 80px;
}
.modal-wrapper,
.modal-search-wrapper {
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
display: none;
position: fixed;
padding: 0 15px;
background-color: rgba(67,66,66,.97);
}
.show-modal {
display: block;
}
.modal-block {
width: 100%;
padding: 30px;
max-width: 520px;
border-radius: 4px;
position: relative;
margin: 40px auto 0;
background-color: #dadada;
}
.modal-block .footer-contact-box {
float: none;
max-width: none;
margin-top: 20px;
margin-bottom: 0;
}
.btn-close {
top: 0;
right: 0;
width: 45px;
height: 45px;
display: block;
cursor: pointer;
position: absolute;
border-radius: 0 4px 0 4px;
background: url(../img/icon-close.svg) center #6C6969 no-repeat;
background-size: 13px;
}
.wpcf7-not-valid-tip,
.screen-reader-response {
display: none;
}
.wpcf7-response-output {
display: block;
color: #ef4848;
font-size: 16px;
margin-top: 15px;
font-weight: 700;
}
.wrapper-pagination {
clear: both;
}
.pagination-wrapper .page-numbers {
color: #D2CFCF;
font-weight: 700;
padding: 5px 10px;
margin-right: 3px;
border-radius: 5px;
border: 1px solid #D2CFCF;
}
.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .current {
color: #fff;
border-color: #CF6161;
text-decoration: none;
background-color: #CF6161;
}
.address-block {
max-width: 210px;
}
.label-not-result {
margin: 0;
color: #ccc;
font-size: 24px;
padding: 0 15px;
}