


/* @group Color Variables */
:root {
	/* Backgrounds */
	--bg-primary: #fff;
	--bg-secondary: #f3f7f9;
	--bg-tertiary: #e0e4e6;
	--bg-header: rgba(255, 255, 255, 0.95);
	--bg-info-wrap: rgba(255, 255, 255, 0.9);
	--bg-overlay-dark: rgba(0, 0, 0, 0.7);
	--bg-overlay-light: rgba(255, 255, 255, 0.9);

	/* Text */
	--text-primary: #000;
	--text-secondary: #363f48;
	--text-muted: #75767a;
	--text-subtle: #585a5a;
	--text-testimonial: #7A8882;
	--text-stats: #c2c4cb;
	--text-on-dark: #fff;
	--text-on-footer: #f3f7f9;

	/* Accent colors */
	--accent-primary: #64cae4;
	--accent-secondary: #41BF76;
	--accent-link: #297eb7;
	--accent-hover: #fbcb39;

	/* Borders */
	--border-input: #929292;
	--border-light: rgba(134, 138, 151, 0.2);
	--border-error: #dd0000;

	/* Footer */
	--bg-footer: #363f48;

	/* UI elements */
	--bg-select-dropdown: #8e8e8e;
	--bg-button-disabled: #e9e9ef;
}

@media (prefers-color-scheme: dark) {
	:root {
		/* Backgrounds - inverted */
		--bg-primary: #1a1a1a;
		--bg-secondary: #242424;
		--bg-tertiary: #2d2d2d;
		--bg-header: rgba(26, 26, 26, 0.95);
		--bg-info-wrap: rgba(30, 30, 30, 0.95);
		--bg-overlay-dark: rgba(0, 0, 0, 0.8);
		--bg-overlay-light: rgba(30, 30, 30, 0.95);

		/* Text - inverted */
		--text-primary: #f0f0f0;
		--text-secondary: #e0e0e0;
		--text-muted: #a0a0a0;
		--text-subtle: #b0b0b0;
		--text-testimonial: #9ab09a;
		--text-stats: #707580;
		--text-on-dark: #fff;
		--text-on-footer: #f3f7f9;

		/* Accent colors - slightly brighter for dark mode */
		--accent-primary: #7ad4ec;
		--accent-secondary: #4fcf86;
		--accent-link: #5a9fd4;
		--accent-hover: #ffd34d;

		/* Borders */
		--border-input: #555;
		--border-light: rgba(200, 200, 200, 0.15);
		--border-error: #ff4444;

		/* Footer */
		--bg-footer: #0f1215;

		/* UI elements */
		--bg-select-dropdown: #444;
		--bg-button-disabled: #333;
	}

	/* Invert dark logos for visibility in dark mode */
	header .logo img {
		filter: invert(1) brightness(2);
	}

	/* Swap testimonial images to transparent versions */
	.qot {
		content: url(img/q-dark.png);
	}

	.otz img[src*="row.png"] {
		content: url(img/row-dark.png);
	}

	/* Brighten email SVG for dark mode */
	img[src*="email.svg"] {
		filter: invert(1) brightness(2);
	}
}
/* @end */

/* @group Reset */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
/* reset */

/* Global overflow fix */
html, body {
	overflow-x: hidden;
	max-width: 100vw;
	width: 100%;
}

*, *::before, *::after {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

/* @end */



/* @group General */


body,
html{
	font: 14px Helvetica, Arial, Tahoma, "Times New Roman", sans-serif;
	line-height: 25px;
	-webkit-text-size-adjust: none;
	font-weight: 300;
	color: var(--text-primary);
	background-color: var(--bg-primary);
}

body{
	-webkit-font-smoothing: antialiased;
}

#sergey{
    background-color: transparent;
    border: 1px solid var(--border-input);
    border-radius: 7px;
    color: var(--text-subtle);
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 3;
	line-height: normal;
    padding: 15px 15px 14px;
	box-sizing: border-box;
	height:5em;
}
/*.row{
	background-color: #9d9d9d;
}*/

a{
	text-decoration: none;
}

input[type="text"]{
   border: none;
   color: var(--text-primary);
   border-radius: 0px;
   line-height: normal;
   padding: 15px 15px 14px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-appearance: none;
	background-color: var(--bg-primary);
	font-size: 20px;
}

input[type="text"]:hover{
	border-color: #a4acb1;
}

input[type="text"]:focus {
  border-color: #F0C;
  outline: 0;
}

.button{
	font-size: 24px !important;
	padding: 15px 0 !important;
	background-color: var(--accent-primary) !important;
	color: var(--text-on-dark) !important;
	cursor: pointer;
	border: none !important;
	width: 281px !important;
	outline: none !important;
	 -webkit-appearance: none !important;
	 border-radius: 7px !important;
}

/* @end */


/* @group Header */

header{
	background-color: var(--bg-header);
	padding-top: calc(20px + env(safe-area-inset-top, 0px));
	padding-bottom: 20px;
	padding-left: env(safe-area-inset-left, 0px);
	padding-right: env(safe-area-inset-right, 0px);
	position: relative;
	width: 100%;
	top: 0;
	z-index: 10;
}

/* @group Phone */

header .phone{
	float: right;
	font-size: 26px;
	color: var(--text-secondary);
	line-height: 26px;
	padding-top: 6px;
	text-align: right;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}

header .phone a{
	color: var(--text-secondary);
}

header .phone img{
    left: -31px;
    position: absolute;
    top: 8px;
}

header small{
	font-size: 14px;
	color: var(--text-secondary);
}


/* @end */

/* @group Logo */

header .logo{
	color: var(--text-secondary);
	font-size: 18px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
header .flags{
	color: var(--text-secondary);
	font-size: 18px;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
 	margin-right: 10px;
	margin-top: 10px;
}

header .logo img{
	float: left;
}
.aps img {
    margin-top: 25px;
}

/* @end */



/* @end */

/* @group Row 1 */

.fb_iframe_widget {
    float: left;
    margin-right: 26px;
    margin-top: 0;
}

.row1 h2{
	color: var(--text-on-dark) !important;
	background-color: var(--bg-overlay-dark);
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font: 52px/normal 'Open Sans Condensed', sans-serif;
	text-align: right;
	float: right;
	border-radius: 7px;
	padding: 11px 35px;
	max-width: 90%;
	width: auto;
	box-sizing: border-box;
}

.row1 .button{
	float: right;
	clear: both;
	margin-top: 30px;
	text-align: center;
}

.row1 img{
	display: block;
	width: 100%;
}



.row1{
	height: 510px;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.row1.bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/* @end */


/* @group Row 2 */

.row2{
	padding-top: 45px;
	padding-bottom: 78px;
	text-align: center;
}

.row2 .number{
	font-size: 64px;
	font-weight: 400;
	line-height: 110px;
	color: var(--text-stats);
}

.row2 p{
	font-size: 50px;
	/* margin-bottom: 15px; */
	color: var(--text-stats);
	font-family: 'Open Sans Condensed', sans-serif;
}

.row2 span{
	font-size: 28px;
	color: var(--text-muted);
	font-weight: 200;
	font-family: 'Open Sans Condensed', sans-serif;
}

.row2 .center{
	display: inline-block;
}

/* Fix desktop grid layout for statistics */
@media screen and (min-width: 769px) {
    .row2 .grid_max:not(:has(.otz)) {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
    }

    .row2 .grid_4 {
        flex: 1 1 0;
        max-width: 320px;
        width: auto !important;
        float: none;
        margin: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row2 .grid_4 > span {
        margin-top: auto;
    }

    .row2 #g4 {
        width: auto !important;
        max-width: 360px;
    }
}

/* Mobile layout for statistics */
@media screen and (max-width: 768px) {
    .row2:has(.grid_4) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .row2 .grid_max:not(:has(.otz)) {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .row2 .grid_4 {
        display: block;
        width: 100% !important;
        text-align: center;
        margin: 0;
    }

    .row2 .grid_4:last-child {
        display: none;
    }

    .row2 .grid_4 > span {
        margin-top: 5px;
        display: block;
    }
}

/* @end */

/* @group Row 3 */


.row3{
	background: url(img/bg_livelonger.jpg) center no-repeat var(--bg-primary);
	height: 600px;
	position: relative;
	width: 100%;
	margin-top: -34px; /*возможно влияние на полосы */
}

.row1 .vertical{
	height: 430px !important;
	padding-top: 80px;
}

.row .vertical{
	height: 600px;
	display: table-cell;
	vertical-align: middle;
	width: 960px;
	max-width: 100%;
	box-sizing: border-box;
}

/* @end */


/* @group Row 4 */

.row4{
	padding-bottom: 70px;
	padding-top: 50px;
}

.row4 img{
	
}

.row4 h2{
	font-size: 36px;
	font-weight: 200;
	border-bottom: 1px solid var(--border-light);
	line-height: 36px;
	padding-bottom: 15px;
	color: var(--text-muted);
	margin-bottom: 50px;
}
/* @end */

/* @group Row 5 */

.row5{
	background: url(img/bg_prayerbook.jpg) center top no-repeat var(--bg-tertiary);
	height: 600px;
	position: relative;
	width: 100%;
}
.row121{
	background: url(img/bg_words.jpg) center top no-repeat var(--bg-tertiary);
	height: 600px;
	position: relative;
	width: 100%;
}


.info .app-link strong{
	font-size: 28px;
}





.row5 .grid_9.info{
	float: left;
}

/* @end */


/* @group Row 6 */

.row6{
	padding-top: 60px;
	padding-bottom: 100px;
}

.row6 h2{
	font-size: 36px;
	font-weight: 200;
	border-bottom: 1px solid var(--border-light);
	line-height: 36px;
	padding-bottom: 15px;
	color: var(--text-muted);
	margin-bottom: 50px;
}

.row6 h3{
	font-size: 24px;
	padding-bottom: 10px;
	margin-left: 108px;
	font-weight: 300;
	padding-right: 40px;
}

.row6 p{
	margin-left: 108px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 15px;
	line-height: 20px;
	padding-right: 40px;
}

.row6 section{
	clear: both;
}

.row6 article{
	padding-bottom: 50px;
	color: var(--text-muted);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.row6 .img-mini{
	width: 72px;
	height: 81px;
	position: absolute;
	top: 0;
}

.row6 .img-mini img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.row6 #get-price2{
	text-align: center;
	margin-top: 20px;
	width: 940px !important;
}

/* @end */

/* @group Row 9 */

.row10{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--bg-secondary);
}

.row10 h2{
	font-size: 36px;
	font-weight: 200;
	border-bottom: 1px solid var(--border-light);
	line-height: 36px;
	padding-bottom: 15px;
	color: var(--text-muted);
	margin-bottom: 30px;
}

.row10 p{
	font-size: 23px;
	color: var(--text-muted);
	padding-bottom: 30px;
	font-weight: 200;
	line-height: normal;
}

.row10 .notification{
	width: 100% !important;
	display: none;
	clear: both;
	font-size: 22px;
	line-height: normal;
	color: var(--text-muted);
	padding-top: 40px;
	text-align: center;
}

.row10 .notification.active{
	display: block !important;
}

.row10 p a{
	color: var(--accent-link);
	border-bottom: 1px solid var(--accent-link);
}

.row10 .grid_6{
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	clear: both;
}

.row10 .grid_6 input.error{
	border-color: var(--border-error);
}

.row10 .grid_6 input{
	margin-bottom: 10px;
	border: 1px solid var(--border-input);
	width: 100%;
	font-weight: 200;
	color: var(--text-subtle);
	font-size: 20px;
	background-color: transparent;
	border-radius: 7px;
	position: relative;
	z-index: 3;
}

.row10 .grid_6 #select .arrow{
	width: 17px;
	height: 10px;
	background: url(img/arrow.png);
	content: "";
	float: right;
	position: absolute;
	right: 15px;
	top: 24px;
	z-index: 0;
}

.row10 .grid_6 #select input{
	cursor: pointer;
}


.row10 .grid_6 input:focus{
/* 	border-color: #fbcb37; */
}

.row10 .button{
	float: right;
	margin-top: 20px;
	color: #fff !important;
}

.row10 .button.hide{
	background-color: var(--bg-button-disabled) !important;
	cursor: default !important;
}

/* @end */


/* @group Row 7 */

.row7{
	background: url(img/bg_roadsigns.jpg) center top no-repeat;
	height: 600px;
	position: relative;
	width: 100%;
}

/* @end */

/* @group Row8 */


.row8{
	padding-top: 60px;
	padding-bottom: 20px;
}

.row8 h2{
	font-size: 36px;
	font-weight: 200;
	border-bottom: 1px solid var(--border-light);
	line-height: 36px;
	padding-bottom: 15px;
	color: var(--text-muted);
	margin-bottom: 50px;
}

.row8 article{
	/*width: 172px;*/
	width: 218px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 210px;
}

.row8 article img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 25px;
}

.row8 p{
	color: var(--text-muted);
	font-size: 18px;
	text-align: center;
}


/* @end */

/* @group Row 9 */

.row9{
	background: url(img/bg_dealin.jpg) center top no-repeat var(--bg-tertiary);
	height: 600px;
	position: relative;
}

.row.white .info h2,
.row.white .info li{
	color: var(--text-primary) !important;
}


.row.white .info ul {
	background-color: var(--bg-overlay-light);
	color: var(--text-primary);
}

.row9 .grid_8.info{
	float: left;
}


/* @end */


/* @group Info */

.info h2{
	margin: 0;
	font: 55px/55px 'Open Sans Condensed', sans-serif;
	/*background-color: rgba(255, 255, 255, 0.9);*/
    color: var(--text-primary) !important;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*border-radius: 7px 7px 0px 0px;*/
}

.info .wrap{
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	background-color: var(--bg-info-wrap);
}

.info .link-store{
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.info .link-store img{
	float: right;
}

div.info{
	float: right;
	width: 560px;
	max-width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	div.info {
		width: 100% !important;
		float: none;
		padding: 0 15px;
	}
}

.info p{
	padding: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 20px;
	/*border-radius: 0 0 7px 7px;*/
	font-family: 'Fira Sans', sans-serif;
	/*background-color: rgba(255, 255, 255, 0.9);*/
    color: var(--text-primary);
}

.info ul{
	background-color: var(--bg-overlay-dark);
	padding: 10px 40px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0px 0px 7px 7px;
}

.info ul li{
	color: var(--text-on-dark);
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.info ul li img{
	padding-right: 10px;
}

.info .app-link{
	background-color: var(--accent-secondary);
	opacity: 0.95;
	font-size: 28px;
	color: var(--text-on-dark);
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 78px;
	cursor: default;
}

.info a.app-link{
	cursor: pointer;
}

.info .app-link:after{
	content: "";
	background: url(img/icns_arrow.svg) no-repeat;
	width: 17px;
	height: 32px;
	position: absolute;
	right: 25px;
}

.info .app-link strong{
	font-weight: 400;
}

.info .app-link span{
	display: inline-block;
	text-align: left;
}

/* @end */


/* @group Footer */

footer{
	background-color: var(--bg-footer);
	padding-top: 20px;
	padding-left: env(safe-area-inset-left, 0px);
	padding-right: env(safe-area-inset-right, 0px);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

footer p{
	color: var(--text-on-footer);
	padding-bottom: 20px;
}

footer .grid_6{
	float: left;
}

footer .soc{
	float: right;
}

footer .soc div{
	float: right;
	padding-left: 30px;
}

footer .soc div img{
	position: relative;
	top: 5px;
	display: inline-block;
}

footer .soc div a{
	color: var(--text-on-footer);
}

/* @end */

/* @group Select */




#list.active{
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 40;
}

#select #list{
	position: absolute;
	left: 0;
	background-color: var(--bg-select-dropdown);
	width: 100%;
	top: 55px;
	visibility: hidden;
	opacity: 0;
}

#select #list span{
	background-color: var(--bg-tertiary);
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 148px;
	padding-bottom: 8px;
	padding-top: 8px;
	cursor: pointer;
	font-size: 20px;
	color: var(--text-subtle);
}

#select #list span.active{
	display: none;
}

#select #list span:hover{
	background-color: var(--accent-hover);
}

.ui-widget .ui-button{
	position: absolute;
	right: 0;
	top: 1px;
	width: 50px;
	height: 44px;
	background: rgba(0, 0, 0, 0.07);
	background-repeat: no-repeat;
	border-radius: 0px;
	border: none;
	outline: none;
}

/*.ui-menu{
	display: block !important;
}*/

.ui-menu,
.ui-menu li{
	background: none !important;
	border-radius: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.ui-menu a{
	background-color: var(--bg-tertiary);
	padding: 5px 0 5px 15px !important;
	border-radius: 0px !important;
	font-size: 20px;
	color: var(--text-subtle) !important;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none !important;
	font-weight: 200 !important;
}

.ui-menu a:hover{
	background-color: var(--accent-hover) !important;
	border: none !important;
}



.ui-widget input{
	border: none;
	color: var(--text-primary);
	border-radius: 2px;
	line-height: normal;
	padding: 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
		background-color: var(--bg-primary);
		font-size: 20px;
		background: none;
		border-radius: 0px;
		outline: none;
		font-weight: 200 !important;
}

#g6{
	width: 325px;
}

/* Testimonials/Quotes section */
.otz span {
display: block;
color: var(--text-testimonial);
font-style: italic;
overflow: hidden;
font-family: "Ubuntu";
line-height: 1.5em;
font-size: 17px;
min-height: 240px;
padding: 30px 0;
letter-spacing: 1px;
}
.otz b {
	font-weight: bold;
}
.otz {
width: 30%;
text-align: center;
margin: 0 15px;
color: var(--text-testimonial);
line-height: 17px;
overflow: hidden;
font-family: "Ubuntu";
font-size: 17px;
display: flex;
flex-direction: column;
align-items: center;
}

/* Flex container for testimonials */
.row2 .grid_max:has(.otz) {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

/* Make quote text grow to push decorative line to same position */
.otz span {
	flex: 1;
	display: flex;
	align-items: flex-start;
}

/* Center the avatar images */
img.persona {
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.otz {
		width: 100%;
		margin: 20px auto;
	}

	.otz span {
		min-height: auto;
		flex: none;
	}

	.row2 .grid_max:has(.otz) {
		flex-direction: column;
	}
}

.qot {
	height: 30px;
	width: 275px;
}
/* @end */

/* @group Responsive */

@media screen and (max-width: 768px) {
	.row1 {
		height: auto;
		min-height: 300px;
	}

	.row1 .vertical {
		height: auto !important;
		min-height: 200px;
		padding: 120px 15px 30px 15px !important;
	}

	.row1 h2 {
		font-size: 24px !important;
		padding: 8px 15px;
		float: none !important;
		text-align: center;
		width: auto !important;
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.row1 h2 {
		font-size: 28px !important;
		padding: 6px 15px;
	}
}

/* Enhanced Mobile Typography */
@media screen and (max-width: 768px) {
	body, html {
		font-size: 14px;
		line-height: 1.6;
	}

	.row1 h2 {
		font-size: 32px !important;
		line-height: 1.3;
		padding: 10px 20px;
	}

	.row2 .number {
		font-size: 48px;
		line-height: 1.2;
	}

	.row2 p {
		font-size: 36px;
	}

	.row2 span {
		font-size: 20px;
	}

	.info h2 {
		font-size: 36px;
		line-height: 1.2;
		padding: 20px;
	}

	.info p {
		font-size: 16px;
		line-height: 1.6;
		padding: 20px;
	}

	.row6 h2,
	.row10 h2 {
		font-size: 28px;
		line-height: 1.3;
	}

	.row6 h3 {
		font-size: 18px;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.row6 p {
		font-size: 14px;
		line-height: 1.6;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.row6 .img-mini {
		position: static;
		width: auto;
		height: auto;
		text-align: center;
		margin-bottom: 15px;
	}

	.row6 .img-mini img {
		width: 50px;
	}

	.row6 article {
		text-align: center;
		padding-bottom: 0;
	}

	.row6 section {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	header .phone {
		font-size: 18px;
	}

	footer {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	body, html {
		font-size: 13px;
	}

	.row1 h2 {
		font-size: 24px !important;
		padding: 8px 15px;
	}

	.row2 .number {
		font-size: 36px;
	}

	.row2 p {
		font-size: 28px;
	}

	.row2 span {
		font-size: 16px;
	}

	.info h2 {
		font-size: 28px;
		padding: 15px;
	}

	.info p {
		font-size: 14px;
		padding: 15px;
	}

	.row6 h2,
	.row10 h2 {
		font-size: 24px;
	}

	.row6 h3 {
		font-size: 16px;
	}

	.row6 p {
		font-size: 13px;
	}

	header .phone {
		font-size: 16px;
	}
}

/* Mobile Row Backgrounds */
@media screen and (max-width: 768px) {
	.row3, .row5, .row7, .row121 {
		height: auto;
		min-height: 400px;
		background-size: cover;
		background-position: center;
	}

	.row .vertical {
		height: auto;
		min-height: auto;
		display: block;
		padding: 40px 15px;
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	.row1 .vertical {
		height: auto !important;
		padding: 40px 15px;
	}

	.info .wrap {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	.info h2,
	.info p {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	.row1 h2 {
		width: auto !important;
		max-width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.aps img {
		max-width: 100%;
		height: auto;
	}
}

/* @end */


