@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	color: #2e2d2c;
	background: url(../images/header-bg.jpg);
}
body.home {
	background: #fff;
}
a {
	color: #2e2d2c;
}
a:hover {
	color: inherit;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
#page {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* header */
#header-wrapper {
	width: 100%;
	background: url(../images/header-bg.jpg);
	border-bottom: 1px solid transparent;
}
body.home #header-wrapper {
	border-bottom: 1px solid #fff;
}
#header {
	width: 100%;
	padding: 10px 0px;
}
#header .row {
	align-items: center;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}
.branding {
	display: flex;
	align-items: flex-end;
}
.site-name {
	padding-left: 13px;
	margin-left: 13px;
	border-left: 1px solid #2e2d2c;
	font-size: 15px;
	color: #2e2d2c;
}
.site-name span {
	color: #d24242;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
}
.top-phone {
	text-align: right;
}
.top-phone a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #d24242;
	font-size: 25px;
}
.top-phone a span {
	color: #0b606c;
	display: inline-block;
	background: url(../images/top-phone-icon.png) left center no-repeat;
	padding-left: 30px;
}
.top-form {
	padding-top: 10px;
}
.top-form .form-flex {
    justify-content: flex-end;
    max-width: unset;
    margin: 0px;
}
.top-form .wpcf7 .form-flex input[type="tel"] {
	width: 167px;
	height: 25px;
	font-size: 14px;
	background: #fff;
	padding: 0px 10px;
	border-color: #848279;
	margin-right: 10px;
}
.top-form .wpcf7 .form-flex input[type="submit"] {
    font-size: 12px;
    height: 25px;
    padding: 0px 10px;
    margin: 0px;
}
.top-text {
	text-align: right;
	font-size: 14px;
	padding-top: 10px;
}
.navbar {
	padding: 0px;
}
#menu-wrapper {
	padding-bottom: 40px;
	background: transparent;
	transition: all 0.2s ease;
}
#menu-wrapper.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 101;
	background: #0b606c;
	padding-bottom: 0px;
}
.header-phone {
	display: none;
}
#menu-wrapper.fixed .header-phone {
	display: block;
}
#menu-wrapper.fixed .header-phone a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: url(../images/phone-icon.png) left center no-repeat;
    background-size: 25px;
    padding: 10px 0px 10px 30px;
}
#menu-wrapper.fixed a.be-link {
	display: none;
}
#navbarNavDropdown {
	padding-right: 8px;
}
#main-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #0b606c;
}
#main-menu > li {
	width: 20%;
	text-align: center;
}
.become-client {
	background: #d24242;
	padding: 0px 40px;
}
.become-client a.be-link,
.navbar-expand-md .navbar-nav .nav-link {
    display: block;
    text-align: center;
    padding: 15px 0px 9px 0px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 6px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}
.become-client a.be-link {
	color: #fff !important;
	cursor: pointer;
}
.become-client a.be-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .active .nav-link {
	border-color: #fff;
	background: url(../images/shadow.png) center bottom no-repeat;
	background-size: contain;
}
.become-client a.be-link:hover {
	background: url(../images/shadow-2.png) center bottom no-repeat;
	background-size: contain;
}

/* services */
#services {
	padding-top: 0px;
	padding-bottom: 20px;
}
#services .row {
	justify-content: center;
}
.services-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.serv-item {
	width: 100%;
	padding: 35px;
	background: #e1d9c2;
	position: relative;
	top: 0px;
	transition: all 0.2s ease;
	margin-bottom: 30px;
}
.serv-item:hover {
	top: -10px;
}
.serv-icon {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 142px;
}
.serv-title {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
}
.serv-text {
	font-size: 18px;
	font-weight: 300;
	min-height: 80px;
	padding: 5px 0px;
}
.serv-text p {
	margin: 0px;
}
.serv-price {
	font-size: 18px;
	font-weight: bold;
	color: #d24242;
}
.serv-order {
	padding-top: 10px;
}
.serv-order a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 13px;
	background: rgb(231,100,100);
	background: -moz-linear-gradient(top,  rgba(231,100,100,1) 0%, rgba(210,66,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76464', endColorstr='#d24242',GradientType=0 );
	border-radius: 10px;
	border-bottom: 3px solid #a82323;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff !important;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	transition: all 0.2s ease;
}
.serv-order a:hover {
	background: rgb(210,66,66);
	background: -moz-linear-gradient(top,  rgba(210,66,66,1) 0%, rgba(231,100,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24242', endColorstr='#e76464',GradientType=0 );
}
/* main-questions */
#main-questions {
	width: 100%;
	background: url(../images/main-question-bg.jpg) center center;
	border-top: 1px solid #e9e3d3;
	border-bottom: 1px solid #fff;
}
.main-questions__item-img {
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.main-questions__item .button {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    transition: all 0.2s ease;
    text-decoration: none;
}
.main-questions__item .button {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #a82323;
    text-shadow: 1px 1px 1px #000;
    padding: 13px 30px;
    border-radius: 6px;
    background: #e66262;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e66262), to(#d24242));
    background: linear-gradient(to bottom, #e66262 0, #d24242 100%);
    transition: all 0.3s ease;
}
.main-questions__item .button:hover {
	background: #d24242;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d24242), to(#e66262));
    background: linear-gradient(to bottom, #d24242 0, #e66262 100%);
    border-color: #a82323;
}
.main-questions__item .button-blue {
    border-color: #043d45;
    background: #25919f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #25919f), to(#0b616c));
    background: linear-gradient(to bottom, #25919f 0, #0b616c 100%);
}
.main-questions__item .button-blue:hover {
	background: #0b616c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0b616c), to(#25919f));
    background: linear-gradient(to bottom, #0b616c 0, #25919f 100%);
    border-color: #043d45;
}
/* our-clients */
#our-clients {
	width: 100%;
	background: #f1f1f1;
	border-top: 1px solid #eaeaea;
	border-bottom: 3px solid #967a75;
	padding: 30px 0px;
}
/*#our-clients .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}*/
.our-clients__title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 29px;
	color: #2e2d2c;
	text-align: center;
	margin-bottom: 20px;
}
#our-clients img {
	max-width: 150px;
	height: auto;
}
.our-clients__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	height: 50px;
}
.slick-arrow {
	padding: 0px;
	border: 0px;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.slick-arrow svg {
	max-width: 32px;
	height: auto;
}
.slick-arrow svg path {
	fill: #0b606c;
}
.slick-arrow.slick-next {
	left: auto;
	right: -10px;
}
/* form-1 */
#form-1 {
	width: 100%;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: url(../images/quality-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 35px 0px;
}
#form-1 .row {
	align-items: center;
}
.form-1-left ul,
.form-1-left ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.form-1-left ul li {
	font-weight: bold;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: url(../images/dot-icon.png) left center no-repeat;
	background-size: 18px;
	padding-left: 35px;
}
.form-1-left a {
	display: inline-block;
	text-decoration: underline;
	background: #f4f1f0;
	padding: 0px 30px;
	border: 6px solid #0b606c;
	color: #0b606c;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	margin-top: 20px;
}
.form-1-left a em {
	display: block;
	font-style: normal;
	padding: 15px 55px 15px 0px;
	background: url(../images/pdf-icon.png) right center no-repeat;
}
.form-1-left a:hover {
	text-decoration: none;
}
.form-1-right {
	text-align: right;
}
.form-1-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 350px;
	text-align: center;
	background: #f4f1f0;
	border: 5px solid #0b606c;
}
.form-1-wrapper:before {
    position: absolute;
    content: '';
    top: -29px;
    left: -73px;
    width: 114px;
    height: 172px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/award-icon.png);
    z-index: 10;
}
.form-title {
	padding: 10px 0px;
	color: #fff;
	background: #d24242;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.form-subtitle {
	font-size: 17px;
	color: #2e2d2c;
	padding: 10px 0px;
}
.form-1-wrapper .form-item {
	padding: 0px 27px 20px 27px;
}
.form-1-wrapper .wpcf7 input[type="tel"],
.form-1-wrapper .wpcf7 input[type="email"],
.form-1-wrapper .wpcf7 input[type="text"] {
	height: 43px;
	padding: 0px 10px;
	border-radius: 0px;
	font-size: 17px;
	color: #a3a3a3;
	font-style: italic;
	border: 3px solid #a3a3a3;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}
.form-1-wrapper .wpcf7 input[type="tel"].wpcf7-not-valid,
.form-1-wrapper .wpcf7 input[type="email"].wpcf7-not-valid,
.form-1-wrapper .wpcf7 input[type="text"].wpcf7-not-valid {
	border-color: red;
}
.form-1-wrapper .wpcf7 input::placeholder {
	color: #a3a3a3;
	font-style: italic;
	opacity: 1;
}
.form-1-wrapper .wpcf7 input:focus {
	box-shadow: 0px 0px 5px #0b606c !important;
}
.form-1-wrapper .wpcf7 input:focus::placeholder {
	opacity: 0;
}
.form-1-wrapper .form-actions {
	margin: 0px 27px 10px 27px;
	border: 1px solid #d7d7d7;
}
.form-1-wrapper .form-actions > div {
	border: 1px solid #fff;
	background: #d7d7d7;
	padding: 10px;
}
.form-1-wrapper .wpcf7 input[type="submit"] {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 4px 13px 0px 13px;
	height: 57px;
	background: rgb(231,100,100);
	background: -moz-linear-gradient(top,  rgba(231,100,100,1) 0%, rgba(210,66,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76464', endColorstr='#d24242',GradientType=0 );
	border-radius: 10px;
	border: 0px;
	border-bottom: 4px solid #a82323;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	transition: all 0.2s ease;
}
.form-1-wrapper .wpcf7 input[type="submit"]:hover {
	background: rgb(210,66,66);
	background: -moz-linear-gradient(top,  rgba(210,66,66,1) 0%, rgba(231,100,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24242', endColorstr='#e76464',GradientType=0 );
}
.form-policy {
	margin: 0px 27px 20px 27px;
}
.form-policy span {
	display: block;
	font-size: 12px;
	color: #2e2d2c;
	padding-left: 27px;
	background: url(../images/lock-icon.png) left center no-repeat;
	text-align: left;
}
/* preim */
#preim {
	width: 100%;
	background: url(../images/preim-bg.jpg) center top no-repeat;
	background-size: cover;
	border-top: 3px solid #977a71;
	border-bottom: 3px solid #fff;
}
#preim .block-title {
	color: #0b606c;
	text-shadow: 0px 1px 1px #fff;
}
.preim-item {
	position: relative;
	top: 0px;
	transition: all 0.2s ease;
}
.preim-item:hover {
	top: -10px;
}
.preim-title {
	color: #0b606c;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}
.preim-text {
	font-size: 18px;
}
.preim-text p {
	margin: 0px;
}
.preim-text strong {
	display: block;
}
/* ph */
#ph {
	width: 100%;
	background: url(../images/section-us-bg-2.jpg) center top no-repeat;
	border-top: 3px solid #f5f6fa;
	padding: 0px;
}
.ph-1,
.ph-2 {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}
.ph-1:before,
.ph-2:before {
	display: block;
	content: '';
	position: absolute;
    top: -13px;
    right: 15px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/work-bg-1.png);
}
.ph-2:before {
    background-image: url(../images/work-bg-2.png);
}
.ph-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #d24242;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
	z-index: 10;
}
.ph-2 .ph-title {
	color: #0b606c;
}
.ph-item {
	display: flex;
	align-items: center;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
.ph-pic {
	min-width: 60px;
	max-width: 60px;
	margin-right: 20px;
}
.ph-text {
	font-size: 16px;
	color: #2e2d2c;
	line-height: 1.2;
}
.ph-text p {
	margin: 0px;
}
.ph-text em {
	font-style: normal;
	font-weight: bold;
	color: #d24242;
}
.ph-2 .ph-text em {
	color: #0b606c;
}
.ph-2 {
	padding-left: 30px;
}
/* portfolio */
#our-works {
	width: 100%;
	border-bottom: 3px solid #36666f;
}
.our-works-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -10px;
}
.work-item {
	width: 260px;
	margin: 10px;
	border: 4px solid #0b606c;
	text-align: center;
	text-decoration: none;
	background: #efefef;
	transition: all 0.2s ease;
}
.work-item:hover {
	text-decoration: none;
	border-color: #d24242;
}
.work-item:hover .work-item__content-img {
	-webkit-transform: translateX(-70%);
	transform: translateX(-70%);
	opacity: 0
}
.work-item:hover .work-item__content-text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.work-item__content {
	position: relative;
	height: 170px;
	overflow: hidden
}
.work-item__content > * {
	pointer-events: none
}
.work-item__content-text {
	position: absolute;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(-70%);
	transform: translateX(-70%);
	opacity: 0;
	padding: 10px 10px 0px 10px;
	line-height: 1.2;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.work-item__content-text p {
	margin: 0px 0px 5px 0px;
}
.work-item__content-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  text-align: center;
  background-color: #efefef
}
.work-item__title {
	padding: 14px;
	background-color: #0b606c;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.work-item:hover .work-item__title {
	background-color: #d24242;
}
/* form 2 */
#form-2 {
	background: url(../images/offer-section-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 35px 0px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#form-2 .row {
	align-items: center;
}
.form-2-text {
	line-height: 1.5;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	text-transform: uppercase;
}
.form-fill {
	display: block;
	position: relative;
	max-width: 596px;
	background: #fff;
	padding: 12px 25px 15px 25px;
	font-weight: bold;
	font-size: 24px;
	color: #0b606c;
	margin-top: 20px;
}
.form-fill:after {
	display: block;
	content: '';
	background: url(../images/arrow-right.png) right center no-repeat;
	width: 83px;
	height: 71px;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: -100px;
}
/* yes & no */
#site-no {
	border-top: 3px solid #3e6c73;
}
.block-ttile-2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 28px;
	color: #d24242;
	font-weight: bold;
	margin-top: -15px;
}
.case-list {
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
}
.case-item {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background: #ebebeb;
}
.case-pic {
	min-width: 95px;
	text-align: center;
}
.case-text {
	font-weight: bold;
	font-size: 19px;
	color: #2e2d2c;
}
.case-btn {
	text-align: center;
	padding-top: 10px;
}
.case-btn a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 13px 30px;
	background: rgb(231,100,100);
	background: -moz-linear-gradient(top,  rgba(231,100,100,1) 0%, rgba(210,66,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76464', endColorstr='#d24242',GradientType=0 );
	border-radius: 5px;
	border-bottom: 3px solid #a82323;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #fff !important;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	transition: all 0.2s ease;
}
.case-btn a:hover {
	background: rgb(210,66,66);
	background: -moz-linear-gradient(top,  rgba(210,66,66,1) 0%, rgba(231,100,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24242', endColorstr='#e76464',GradientType=0 );
}
#site-yes {
	width: 100%;
	border-top: 9px solid #0b606c;
	border-bottom: 9px solid #0b606c;
}
/* action & timer */
#timer {
	margin: 5px 0px;
	padding: 20px 0px;
	width: 100%;
	background: url(../images/stock-bg.jpg) center center no-repeat;
	background-size: cover;
}
#timer .row {
	align-items: center;
}
.timer-title {
	text-align: center;
	color: #d24242;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}
.action {
	font-weight: bold;
	font-size: 32px;
	color: #d24242;
	background: url(../images/gift.png) left center no-repeat;
	padding: 10px 0px 10px 110px;
	line-height: 1.1;
}
.action-link a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #d24242 !important;
	border: 4px solid #d24242;
	padding: 10px 15px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-left: -15px;
}
.action-link a:hover {
	background: #d24242;
	color: #fff !important;
}
.timer-wrapper {
	padding-left: 0px;
}
.stocks-timer {
	position: relative
}
.stocks-timer__title {
	font-weight: 900;
	font-size: 15px;
	color: #d24242;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4px
}
.flipper {
	color: #333;
	display: block;
	font-size: 30px;
	line-height: 100%;
	padding: 7px 8px 14px;
	margin: 0;
	height: 65px;
	font-size: 34px !important;
	font-weight: 900;
	background-color: #d24242;
	border-radius: 5px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.flipper.flipper-invisible {
	font-size: 0 !important
}
.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
  text-transform: uppercase
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden
}

.flipper-digit span {
  font-size: 25%
}

.flipper-delimiter {
  display: none;
  white-space: nowrap;
  float: left;
  padding: 0;
  margin: 0;
  color: transparent;
  min-width: .05em;
  white-space: nowrap;
  display: block;
  padding-top: .1em;
  padding-bottom: .1em;
  line-height: 1em
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: .1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.digit-next {
  display: block;
  position: relative;
  border-radius: .1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), to(#d9d9d9));
  background: linear-gradient(to bottom, #fdfdfd 0, #d9d9d9 100%);
  padding-top: .1em;
  padding-bottom: 0;
  padding-left: .1em;
  padding-right: .1em;
  border-top-left-radius: .1em;
  border-top-right-radius: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  -webkit-transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 .6em 0 !important;
  transform-origin: 0 .6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20
}

.digit-top.r {
  transition: background .2s linear, -webkit-transform .2s linear;
  -webkit-transition: background .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, background .2s linear;
  transition: transform .2s linear, background .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #ccc
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #ccc;
  transition: -webkit-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  line-height: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
  border-bottom-left-radius: .1em;
  border-bottom-right-radius: .1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  -webkit-transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20
}

.digit-top2.r {
  visibility: visible;
  transition: background .2s linear .2s, -webkit-transform .2s linear .2s;
  -webkit-transition: background .2s linear .2s, -webkit-transform .2s linear .2s;
  transition: transform .2s linear .2s, background .2s linear .2s;
  transition: transform .2s linear .2s, background .2s linear .2s, -webkit-transform .2s linear .2s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  background: #fff
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), to(#d9d9d9));
  background: linear-gradient(to bottom, #fdfdfd 0, #d9d9d9 100%);
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0;
  padding-top: 0;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
  border-bottom-left-radius: .1em;
  border-bottom-right-radius: .1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: none;
  transition: none
}

.digit-bottom.r {
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  background: #ccc
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, .5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0
}

#countdown {
  width: 360px;
  height: 90px;
  text-align: center;
  background: #d24242;
  border: 1px solid #111;
  border-radius: 5px;
  margin: auto;
  padding: 5px 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#countdown:before {
  display: none;
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 48px;
  left: -10px
}

#countdown:after {
  display: none;
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  top: 48px;
  right: -10px
}

#countdown #tiles {
  position: relative;
  z-index: 1
}

#countdown #tiles > span {
  width: 65px;
  max-width: 65px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .7);
  box-shadow: 0 0 12px rgba(0, 0, 0, .7);
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  position: relative
}

#countdown #tiles > span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: none;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1
}

#countdown #tiles > span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 0
}

#countdown .labels li {
  width: 65px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block
}

/* steps */
#scheme {
	width: 100%;
	background: url(../images/steps-bg.jpg) center center no-repeat;
	background-size: cover;
}
.steps-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 1200px;
}
.steps-item {
  position: relative;
  max-width: 350px;
  margin-right: 100px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #2e2d2c;
  line-height: 1.2;
  margin-top: 0px !important;
}
.steps-item:after {
  position: absolute;
  content: '';
  width: 126px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/step-arrow.png)
}
.steps-item__content span {
  color: #0b606c
}
.steps-item__icon {
  margin: auto;
  position: relative;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  margin-bottom: 10px;
  z-index: 4
}

.steps-item__icon-wrap {
  margin: auto;
  margin-bottom: 12px;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/step-icon-bg.png);
  z-index: 20
}

.steps-item__1:after {
  left: 77%;
  top: 43%
}

.steps-item__2 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: auto;
  margin-left: 60px
}

.steps-item__2:after {
  background-image: url(../images/step-arrow-2.png);
  left: 55%;
  bottom: 114%
}

.steps-item__3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 30px
}

.steps-item__3:after {
  top: 42%;
  left: 80%
}

.steps-item__4 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.steps-item__4:after {
  background-image: url(../images/step-arrow-2.png);
  left: 57%;
  bottom: 114%
}

.steps-item__5 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.steps-item__5:after {
  top: 40%;
  left: 70%
}

.steps-item__6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-right: 10px
}

.steps-item__6:after {
  display: none
}

/* reviews */
#reviews {
	width: 100%;
	border-bottom: 1px solid #ac1717;
}
.review-item {
	margin-bottom: 30px;
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.block-title {
	text-align: center;
	padding-bottom: 30px;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.video-caption {
	margin-top: 15px;
	font-size: 22px;
	color: #0b606c;
	font-weight: 700;
	text-align: center;
	background: #f8f8f8;
	padding: 10px;
}
.video-caption span {
	font-size: 18px;
	color: #2e2d2c;
	font-weight: normal;
}
.image-reviews {
	background: url(../images/reviews-bg.png) center center;
	border: 1px solid #fafafa;
	padding: 0px;
	text-align: center;
	margin: 15px 0px;
}
.image-reviews-inner {
	border: 1px solid #fff;
	padding: 20px 0px;
}
.reviews-more {
	text-align: center;
}
.reviews-more-2 {
	padding-top: 10px;
}
.reviews-more a {
	display: inline-block;
	text-decoration: underline;
	font-weight: bold;
	color: #0b606c;
	font-size: 18px;
}
.reviews-more a:hover {
	text-decoration: none;
}

/* red form */
#red-form {
	width: 100%;
	background: url(../images/red-bg.png) center center no-repeat;
	background-size: cover;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
}
#red-form .container {
	background: url(../images/dot-ru.png) 45px center no-repeat;
}
.red-title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.red-subtitle {
	font-size: 20px;
	text-align: center;
	padding: 5px 0px 15px 0px;
}
#red-form .wpcf7 {
    max-width: unset;
}
.red-wrapper {
	padding-left: 190px;
}
.red-wrapper .row {
	margin: 0px -7px;
}
.red-wrapper .col-md-3 {
	padding: 0px 7px;
}
.wpcf7 .red-wrapper input[type="tel"],
.wpcf7 .red-wrapper input[type="email"],
.wpcf7 .red-wrapper input[type="text"] {
	height: 43px;
	padding: 0px 10px;
	border-radius: 0px;
	font-size: 15px;
	color: #cd1333;
	font-style: italic;
	border: 3px solid #f46086;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}
.wpcf7 .red-wrapper input::placeholder {
	color: #cd1333;
	font-style: italic;
	opacity: 1;
}
.wpcf7 .red-wrapper input:focus {
	box-shadow: 0px 0px 5px red !important;
}
.wpcf7 .red-wrapper input:focus::placeholder {
	opacity: 0;
}
.wpcf7 .red-wrapper .form-actions {
	padding-top: 17px;
	text-align: right;
}
.wpcf7 .red-wrapper input[type="submit"] {
	width: 210px;
	height: 50px;
	text-decoration: none;
	background: transparent;
	padding: 0px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.wpcf7 .red-wrapper input[type="submit"]:hover {
	background: #5f0606;
}

/* about block */
#about {
	width: 100%;
	border-top: 1px solid #ac1717;
	font-size: 14px;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 30px 0px 15px;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
}
.entry-content h1,
.wp-block-media-text__content h1 {
	font-weight: bold;
	font-size: 22px;
	color: #d24242;
	margin: 0px;
	padding-bottom: 5px;
}
.entry-content h2,
.entry-content h3,
.wp-block-media-text__content h2 {
	font-weight: bold;
	color: #0b606c;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 5px;
}

/* footer forms */
.form-left .wpcf7 {
    max-width: unset;
    background: rgba(11, 96, 108, 0.5);
    padding: 25px;
}
.form-left .form-item {
	padding-bottom: 15px;
}
.form-left .wpcf7 input[type="tel"] {
	border-radius: 0px;
	height: 38px;
	padding: 0px 15px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 17px;
	color: #a3a3a3;
}
.form-left .wpcf7 textarea {
	resize: none;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 17px;
	color: #a3a3a3;
	border-radius: 0px;
	height: 128px;
}
.form-left .form-actions {
	text-align: right;
	position: relative;
}
.form-left .wpcf7 input[type="submit"] {
	width: 310px;
	height: 54px;
	text-decoration: underline;
	background: #073e46;
	padding: 0px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.form-left .wpcf7 input[type="submit"]:hover {
	background: rgba(0,0,0,0.35);
}
#header .form-policy,
.callback-form .form-policy {
	margin: 0px;
	font-size: 12px;
	text-align: center;
}
.form-policy_2,
.form-left .form-policy {
	font-size: 12px;
	margin: 0px;
}
.callback-form .form-policy a,
.form-left .form-policy a {
	color: #fff;
	text-decoration: underline;
}
#header .form-policy a,
.form-policy_2 a {
	text-decoration: underline;
}
#header .form-policy a:hover,
.form-policy_2 a:hover,
.callback-form .form-policy a:hover,
.form-left .form-policy a:hover {
	text-decoration: none;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0px;
	right: 0px;
}
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
	box-shadow: 0px 0px 4px #0b606c;
}
.wpcf7 input[type="tel"]:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
	color: #fff;
}
.footer-phone {
	padding-top: 10px;
	text-align: center;
}
.footer-phone a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	background: url(../images/phone-icon.png) left center no-repeat;
	background-size: 43px;
	padding-left: 60px;
}
.callback-text {
	text-align: center;
	padding: 30px 0px 10px 0px;
	text-transform: uppercase;
}
.form-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 375px;
	margin: 0 auto;
}
.wpcf7 .form-flex input[type="submit"] {
	border: 0px;
	background: #d24242;
	color: #fff;
	border-radius: 0px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 35px;
}
.wpcf7 .form-flex input[type="submit"]:hover {
	opacity: 0.9;
}
.wpcf7 .form-flex input[type="tel"] {
	height: 35px;
	border-radius: 0px;
	background: #eaeaea;
	border-radius: 0px;
	border: 1px solid #3b3b3b;
	padding: 0px 15px;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 .form-flex input[type="tel"].wpcf7-not-valid {
	border-color: red;
}
.logo-white {
	display: flex;
	align-items: flex-end;
	padding-top: 50px;
}
.footer-slogan {
	font-size: 15px;
	color: #fff;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #fff;
}
.footer-slogan span {
	font-weight: 900;
	text-transform: uppercase;
}
.logo-white img {
	max-width: 165px;
}
/* footer */
#footer-wrapper {
	width: 100%;
	background: url(../images/footer-bg.jpg) center bottom no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 4px;
}
#footer-blocks {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 3px solid #fff;
}
.fb-title {
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	font-size: 44px;
	font-weight: bold;
	padding-bottom: 40px;
}
#footer {
	width: 100%;
	padding: 20px 0px;
	border-top: 3px solid #fff;
}
#footer .row {
	align-items: center;
}
.counters {
	text-align: right;
}
.copy {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.copy span {
	text-transform: lowercase;
}
.top-button {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #0b606c;
    border: 1px solid #35b1c2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-image: url(../images/top-btn.png);
    cursor: pointer;
}
#error-404-wrapper,
#portfolio-wrapper,
#page-wrapper,
#single-wrapper {
	padding-top: 0px;
}
h1.page-header {
	text-transform: uppercase;
	font-weight: bold;
	color: #d24242;
	font-size: 34px;
	margin: 0px;
	padding-bottom: 20px;
}
.category-wrapper {
	background: #4a4a4a;
	padding: 0px 4px 12px 4px;
}
.category-title {
	line-height: 1;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
.category-list ul,
.category-list ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.category-list ul li a {
	display: block;
	background: #fff;
	text-decoration: underline;
	text-decoration-style: dotted;
	font-size: 19px;
	color: #2e2d2c;
	line-height: 1;
	padding: 13px 10px;
	transition: all 0.2s ease;
}
.category-list ul li:nth-child(2n) a {
	background: #efefef;
}
.category-list ul li a:hover,
.category-list ul li a.active {
	text-decoration: none;
	font-weight: bold;
	color: #0b606c;
}
.ajax-load-more-wrap.green .alm-load-more-btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #a82323;
    text-shadow: 1px 1px 1px #000;
    padding: 13px 30px;
    border-radius: 6px;
    background: #e66262;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e66262), to(#d24242));
    background: linear-gradient(to bottom, #e66262 0, #d24242 100%);
    transition: all 0.3s ease;
}
.ajax-load-more-wrap.green .alm-load-more-btn:hover {
	background: #d24242;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d24242), to(#e66262));
    background: linear-gradient(to bottom, #d24242 0, #e66262 100%);
    border-color: #a82323;
}
.ajax-load-more-wrap.green .alm-load-more-btn.done {
	display: none;
}
.portfolio-bn {
	padding-bottom: 30px;
}
#fp-form {
	width: 100%;
	background: rgb(28,1,1);
	background: -moz-linear-gradient(left,  rgba(28,1,1,1) 0%, rgba(160,1,1,1) 50%, rgba(28,1,1,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(28,1,1,1) 0%,rgba(160,1,1,1) 50%,rgba(28,1,1,1) 100%);
	background: linear-gradient(to right,  rgba(28,1,1,1) 0%,rgba(160,1,1,1) 50%,rgba(28,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0101', endColorstr='#1c0101',GradientType=1 );
}
#fp-form .wpcf7 {
    max-width: unset;
    margin: 0 auto !important;
}
.fp-title {
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
}
.fp-subtitle {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 5px 0px 20px 0px;
}
#fp-form .row {
	margin: 0px -7px;
}
#fp-form .fp-item,
#fp-form .fp-action {
	padding: 0px 7px;
}
#fp-form .wpcf7  input[type="tel"],
#fp-form .wpcf7  input[type="email"],
#fp-form .wpcf7  input[type="text"] {
	height: 54px;
	padding: 0px 10px;
	border-radius: 0px;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	background: none;
	transition: all 0.2s ease;
}
#fp-form .wpcf7  input[type="tel"].wpcf7-not-valid,
#fp-form .wpcf7  input[type="text"].wpcf7-not-valid {
	border-color: red;
}
#fp-form .wpcf7 input::placeholder {
	color: #fff;
	font-style: italic;
	opacity: 1;
}
#fp-form .wpcf7 input:focus {
	box-shadow: 0px 0px 5px red !important;
}
#fp-form .wpcf7 input:focus::placeholder {
	opacity: 0;
}
#fp-form .wpcf7 .form-actions {
	padding-top: 17px;
	text-align: right;
}
#fp-form .wpcf7 input[type="submit"] {
	width: 100%;
	height: 54px;
	text-decoration: none;
	background: transparent;
	padding: 0px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	border: 5px solid #e5d201;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	font-size: 19px;
	color: #e5d201;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
#fp-form .wpcf7 input[type="submit"]:hover {
	background: #e5d201;
	color: #fff;
}
.entry-content .attachment-large {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #0b606c;
}
.blog-item {
	margin-bottom: 30px;
	border: 5px solid #fff;
	padding: 15px 25px;
	transition: all 0.2s ease;
}
.blog-item .row {
	align-items: center;
}
.blog-item:hover {
	border-color: #a09b8a;
}
.blog-date {
	font-size: 14px;
	color: #d24242;
	padding-bottom: 5px;
}
.blog-title {
	padding-bottom: 5px;
}
.blog-title a {
	font-weight: bold;
	font-size: 20px;
	color: #0b606c;
	text-decoration: underline;
}
.blog-title a:hover {
	text-decoration: none;
}
.blog-more a {
	font-weight: bold;
	color: #d24242;
	font-size: 15px;
	text-decoration: underline;
}
.blog-more a:hover {
	text-decoration: none;
}
.blog-text {
	padding-bottom: 5px;
	font-size: 15px;
}
.blog-text p {
	margin: 0px;
}
.blog-pic img {
	border:2px solid #fff;
	box-shadow: 0px 0px 2px #0b606c;
}
.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 32px;
  text-align: center;
}
.pages {
	display: none;
}
span.current,
a.page {
  background-color: #fff;
  padding: 0px 12px;
  font-weight: 700;
  font-size: 32px;
  color: #2e2d2c; 
  margin: 4px;
  transition: all .4s ease;
  text-decoration: none;
}
a.page:hover {
  color: #d24242;
}
span.current,
a.page.current {
  color: #d24242;
}
a.previouspostslink,
a.nextpostslink {
  background-color: transparent;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(../images/arrow-pag.png);
  overflow: hidden;
  text-indent: -1000px;
}
a.previouspostslink {
  transform: rotate(180deg);
}
.modal-dialog {
	margin-top: 30px;
}
.modal-header .close {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-header {
	padding: 0px;
	border: 0px;
}
.modal-content {
	border-radius: 5px;
	border: 2px solid #fff;
}
.modal-body {
	border-radius: 5px;
	border: 2px solid #0b606c;
	border-top: 9px solid #0b606c;
	padding: 20px 30px;
}
.modal-title {
	text-align: center;
	font-size: 26px;
	color: #2e2d2c;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1.2;
}
.modal-actions,
.modal-item {
	padding-bottom: 15px;
}
.modal-actions {
	text-align: center;
}
.modal .form-policy {
	text-align: center;
	margin: 0px;
}
.modal .form-policy span {
	display: inline-block;
}
.modal .wpcf7 select,
.modal .wpcf7 input[type="tel"],
.modal .wpcf7 input[type="email"],
.modal .wpcf7 input[type="text"],
.modal .wpcf7 textarea {
	height: 43px;
	padding: 0px 10px;
	border-radius: 0px;
	font-size: 17px;
	color: #a3a3a3;
	font-style: italic;
	border: 3px solid #a3a3a3;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}
.modal .wpcf7 select.wpcf7-not-valid,
.modal .wpcf7 input[type="tel"].wpcf7-not-valid,
.modal .wpcf7 input[type="email"].wpcf7-not-valid,
.modal .wpcf7 input[type="text"].wpcf7-not-valid,
.modal .wpcf7 textarea.wpcf7-not-valid {
	border-color: red;
}
.modal .wpcf7 textarea::placeholder,
.modal .wpcf7 input::placeholder {
	color: #a3a3a3;
	font-style: italic;
	opacity: 1;
}
.modal .wpcf7 textarea {
	resize: none;
	height: 135px;
	padding: 10px;
}
.modal .wpcf7 select:focus,
.modal .wpcf7 textarea:focus,
.modal .wpcf7 input:focus {
	box-shadow: 0px 0px 5px #0b606c !important;
}
.modal .wpcf7 textarea:focus::placeholder {
	opacity: 0;
	color: #fff;
}
.modal .wpcf7 input:focus::placeholder {
	opacity: 0;
}
.modal .wpcf7 input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 4px 13px 0px 13px;
	height: 57px;
	background: rgb(231,100,100);
	background: -moz-linear-gradient(top,  rgba(231,100,100,1) 0%, rgba(210,66,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,100,100,1) 0%,rgba(210,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76464', endColorstr='#d24242',GradientType=0 );
	border-radius: 10px;
	border: 0px;
	border-bottom: 4px solid #a82323;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
	transition: all 0.2s ease;
}
.modal .wpcf7 input[type="submit"]:hover {
	background: rgb(210,66,66);
	background: -moz-linear-gradient(top,  rgba(210,66,66,1) 0%, rgba(231,100,100,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,66,66,1) 0%,rgba(231,100,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24242', endColorstr='#e76464',GradientType=0 );
}
.mes1 {
	text-align: center;
	font-weight: bold;
	color: #0b606c;
	font-size: 27px;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 60px;
}
.mes2 {
	text-align: center;
	font-weight: bold;
	color: #2e2d2c;
	font-size: 18px;
	padding-bottom: 60px;
}
.wpcf7-spinner,
.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}
.alm-listing {
	padding-bottom: 15px;
}
#post-691 h3,
.order_review_heading,
.woocommerce-checkout-review-order-table,
.grecaptcha-badge {
	display: none !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}
.btn-primary,
.btn-outline-primary {
	background: #d24242;
	font-weight: bold;
	text-transform: uppercase;
	border-color: #d24242;
	color: #fff;
}
.btn-primary:hover,
.btn-outline-primary:hover {
	background: #fff;
	color: #d24242;
	border-color: #d24242;
}
.wc-donation-amount input {
	max-width: 120px;
	height: 35px;
	padding: 0px 10px;
	text-align: center;
}
#payment {
	padding-top: 20px;
}