/* ---------mobile ---------- */

#mobile {
	display:none;
}
@media screen and (max-width:1024px) {
	#mobile {display:block;}
}

/* ---------header ---------- */
header {
	padding:0;
}
#head {
	margin:0 auto 20px;
}
.headermodule {
	justify-content:space-between;
	flex-wrap:wrap;
	background:url('/images/simfonia-fon.jpg') 50% 50% no-repeat;
	background-size:cover;
}
.header-top-inner {
	align-items:center;
	padding:10px 0;
	font-size:28px;
	font-family: "AlumniSans-Regular";
	color:#313131;
	width:100%;
}
.header-top-inner a:hover {
	color:#313131;
	text-decoration:underline;
}
.header-top {
	background:#fff;
	width:100%;
}
.header-top-left {
	width:calc(100% / 3 - 20px);
}
.header-top-center {
	width:calc(100% / 3 - 20px);
}
.header-top-right {
	width:calc(100% / 3 - 20px);
	text-align:right;
}
.header-left {
	width:100%;
}
.header-bottom {
	width:100%;
	padding:400px 0 80px;
	color:#fff;
}
.header-bottom h1 {
	font-size:60px;
	line-height:120%;
}
.header-bottom a {
	color:#fff;
	background:#989a56;
	padding:10px 30px 13px 30px;
	border-radius:6px;
	display:inline-block;
	margin:40px 0 0 0;
}
.header-bottom a:last-child {
	margin-left:20px;
}
.header-bottom a:hover {
	background:#fff;
	color:#313131;
}
.header-center {
	margin:0 auto;
	padding:75px 0;
}
.header-right {
	width:100%;
}
.header-right a {
	color:#fff;
	font-family: "AlumniSans-Regular", sans-serif;
	font-size:20px;
	position:relative;
	padding-left:75px;
}
.header-right a:hover {
	color:#ee8730;
}
.header-right a:before {
	content:'';
	position:absolute;
	top:-25px;left:0;
	width:50px;height:70px;
	background:url('/images/mobilephone.png') no-repeat 0 0;
}
.headermodule ul {
	margin:0;padding:0;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.headermodule li {
	margin:0;padding:0;
}
.headermodule ul > li > a, span.separator {
	display:block;
	cursor:pointer;
	color:#f6f6f6;
	text-transform:uppercase;
	font-size:20px;
	margin:0 20px;
	font-family: "AlumniSans-Regular", sans-serif;
}
.headermodule ul > li:hover > a,
.headermodule ul > li:focus > a, span.separator:hover {
	color: #5b7d5a;
}
.headermodule ul.menu > li.active > a {
	color: #ee8730;
}
.preview-mobile {
	display:none;
}
@media screen and (max-width:1420px) {
	.header-top-inner {padding:10px 20px;}
	.header-bottom {padding:400px 20px 80px;}
}
@media screen and (max-width:1180px) {
	.header-top-inner {font-size:20px;}
}
@media screen and (max-width:900px) {
	.header-top-inner {flex-direction:column-reverse;}
	.header-top-right {display:none;}
	.header-top-left {width:100%;text-align:center;font-size:22px;margin-bottom:20px;}
	.header-top-center {width:100%;text-align:center;}
	.header-top-center img {width:300px;}
	.header-bottom h1 {font-size:45px;}
}
@media screen and (max-width:524px) {
	.header-center img {padding:0px;}
	.headermodule {background:url('/images/simfonia-fon.jpg') 30% 50% no-repeat;background-size:cover;}
	.header-bottom a:last-child {margin-left:0;}
	.header-bottom h1 {margin-bottom:30px;}
	.header-bottom a {margin:20px 20% 0 0;}
	.header-bottom {padding:200px 20px 40px;}
	.header-bottom h1 {font-size:38px;}
}

/* ---------landing ---------- */

#landing {
	padding:20px;
	margin:75px 0 0;
}
.preview, .preview3s {
	flex-wrap:wrap;
	justify-content:space-between;
}
.preview-left {
	width:calc(100%/10*5 - 20px);
}
.preview .head-ord-link {
	display:block;
	margin-top:50px;
}
.preview .head-ord-link a {
	background:#7f8000;
	padding:15px 40px;
	border-radius:6px;
	color:#fff;
}
.preview-left strong {
	display:block;
}
.preview-left strong img {
	width:48px;
	vertical-align:middle;
	margin-right:10px;
}
.preview-left strong a {
	color:#535300;
	border-bottom:1px dashed #535300;
}
.preview-left strong a span {
	display:block;margin-left:59px;
	margin-top:-20px;
}
.preview-left strong a:hover {
	color:#313131;
	text-decoration:underline;
}
.preview-right {
	width:calc(100%/100*50 - 20px);
	text-align:right;
}
.preview-right img {
	border-radius:6px;
}
.preview-right a {
	display:inline-block;
	background:#7f8000;
	color:#fff;
	border-radius:6px;
	padding:15px 80px;
	margin:20px 0;
}
.preview h1 {
	color:#535300;
	font-size:45px;
	font-family: "AlumniSans-Regular";
	padding:0 0 20px;
}
.preview h2 {
	color:#535300;
	font-size:38px;
	font-family: "AlumniSans-Regular";
	padding:20px 0 0;
	margin-top:40px;
	display:block;
	border-top:1px solid #ccc;
}
.preview ul {
	display:flex;
	justify-content:space-between;
	gap:10px;
	margin:30px 0;padding:0;
	flex-wrap:wrap;
}
.preview li {
	position:relative;
	list-style:none;
	font-family: "AlumniSans-Regular";
	width:calc(100% / 2 - 10px);
	padding:20px;
	margin:0;
	background:#989a56;
	border-radius:6px;
	color:#fff;
}
.preview p {
	margin-bottom:20px;
}
.preview3s {
	margin:60px 0 135px;
}
.preview3s-left {
	width:calc(100%/100*33 - 6px);
	padding-bottom:50px;
	position:relative;
}
.preview3s-center {
	width:calc(100%/100*33 - 6px);
	padding-bottom:50px;
	position:relative;
}
.preview3s-left img, .preview3s-center img {
	border-radius:6px;
}
.preview3s-left b {
	position:absolute;
	bottom:20%;right:0;
	font-size:45px;
	background:#ae8b52;
	padding:20px 40px;
	border-radius:6px 0 0 6px;
	color:#fff;
}
.preview3s-right {
	width:calc(100%/100*33 - 6px);
	background:#535300;
	color:#fff;
	text-align:right;
	padding:40px;
	border-radius:6px;
}
.preview3s-center b {
	position:absolute;
	top:20%;left:0;
	font-size:45px;
	background:#7f8000;
	padding:20px 40px;
	border-radius:0 6px 6px 0;
	color:#fff;
}
.preview3s-right h3 {
	font-size:45px;
	line-height:120%;
	padding-bottom:50px;
}
.preview3s-right a {
	color:#fff;
	display:inline-block;
	margin-top:50px;
	border-bottom:1px solid #fff;
}

.srvs {
	margin:0;
}
.srvs-inner {
	margin:0;
}
.srv {
	margin:25px 0;
	position:relative;
	width:calc(100% / 2 - 20px);
	padding-left:75px;
	text-align:left;
}
.srv:before {
	position:absolute;
	content:'';
	top:0;left:0;
	width:64px;height:64px;
	background:url('/images/done.png') 0 0 no-repeat;
}
.srv-special {
	text-align:right;
	display:block;
	width:100%;
}
.srv-special p {
	margin:50px 0 0 30%;
	padding-top:20px;
	border-top:1px solid #ccc;
}
.srv-special b {
	color:#fa0fff;
}
.srv-more {
	margin:75px 0;
}
.srv-more img {
	border-radius:15px;
}
.srv-more h3 {
	color:#fa0fff;
	margin-bottom:20px;
}
.srv-more h4 {
	color:#ee8730;
	margin:25px 0 10px;
}
.srv-more p {
	font-size:16px;
	position:relative;
}
.srv-more p:before {
	position:relative;
	content:'';
	top:0;left:-10px;
	display:inline-block;
	border-radius:50%;
	width:12px;height:12px;
	background:#000;
	border:2px solid #ee8730;
}
.srv-more-left {
	width:calc(100% / 2 - 20px);
	padding:25px 0 0 0;
	text-align:right;
}
.srv-more-left strong {
	margin-bottom:25px;
	display:block;
}
.srv-more-right {
	width:calc(100% / 2 - 20px);
}

@media screen and (max-width:1180px) {
	.preview-left {width:calc(100%/100*50 - 20px);
	padding-top:20px;}
	.preview-right {width:calc(100%/100*50 - 20px);}
	.preview3s-left b {
	position:absolute;
	bottom:auto;top:40px;right:0;
	border-radius:6px 0 0 6px;
}
	.preview3s-center b {
	position:absolute;
	top:40px;
	border-radius:0 6px 6px 0;
}
.preview3s-right {
	width:calc(100%/100*33 - 6px);
	background:#535300;
	color:#fff;
	text-align:right;
	padding:40px;
	border-radius:6px;
}
}
@media screen and (max-width:968px) {
	#landing {margin:-20px 0 40px;}
	.preview-left {width:100%;padding:40px 0 120px;}
	.preview-right {width:100%;text-align:center;margin-top:-40px;}
	.quote-right {width:100%;padding:0 0 20px 0;}
	.bullets {margin:50px 0;}
	.bullet {width:100%;padding-bottom:50px;}
	.bullet b {margin-bottom:5px;}
	.srv-more {margin:50px 0;}
	.srv-more-left {padding:0;width:100%;text-align:left;}
	.srv-more-left img {max-width:600px;}
	.srv-more-right {padding:50px 0 0;width:100%;}
	.srv-more-right img {width:100%;max-width:524px;}
	.links-reviews img {width:100px;}
	.srv-more p {margin-left:12px;}
	.preview3s-left {width:calc(100%/100*50 - 6px);}
	.preview3s-center {width:calc(100%/100*50 - 6px);}
	.preview3s-right {width:100%;}
}
@media screen and (max-width:680px) {
	.preview3s-left {width:100%;}
	.preview3s-left img {width:100%;object-fit:cover;height:480px;}
	.preview3s-center {width:100%;}
	.preview3s-center img {width:100%;object-fit:cover;height:480px;}
}
@media screen and (max-width:600px) {
	.preview h1 {font-size:20px;}
	.preview h1 span {font-size:30px;}
	.preview-left strong {padding:0;padding-bottom:0px;}
	.preview .head-ord-link {margin-top:30px;}
	#landing {margin:-20px 0 0px;}
}
@media screen and (max-width:524px) {
	.preview h1 {display:none;}
	.preview h1 span {font-size:30px;}
	.preview-mobile {display:block; margin:-25px 0 -25px;}
	.preview-mobile h1 {display:block;}
	.preview-mobile strong {display:block;}
	.preview-left strong img {display:none;}
	.preview-left strong a span {display:block;margin-left:auto;margin-top:auto;}
	.preview li {width:100%;}
	.preview {flex-direction:column-reverse;}
	.preview-right {width:100%;text-align:center;margin-top:40px;}
	.preview h2 {padding:20px 0 0;}
	.preview-left {width:100%;padding:40px 0 0px;}
}

/* ---------main ---------- */

#wrapper {
	padding:0 20px;
	position:relative;
}
.wrapper-inner {
	max-width:1366px;
	margin:0 auto;
}

#breadcrumbs {
	max-width:1366px;
	margin:0 auto 50px;
}
.breadcrumbs {
	display:block;
	padding:20px 0;
	color:#333;
	font-weight:normal;
	line-height:18px;
	font-size:13px;
}
.breadcrumbs a {
	color:#666;
	font-weight:normal;
	display:inline-block;
}
.breadcrumbs a:hover {
	color:#e7760b;
	text-decoration:underline;
}
.breadcrumbs ul {
	margin:0;
}
.breadcrumbs li {
	display:inline-block;
}

.main {
	margin:0;
	padding:0;
	text-align:justify;
}
.main h1 {
	font-size:30px;
	margin-bottom:30px;
	text-align:left;
}
.home-ul {
	display:flex;
	margin:0 0 100px;padding:0;
	list-style:none;
	flex-wrap:wrap;
}
.home-ul li {
	border:2px solid #4C85D3;
	border-radius:30px;
	margin:10px 10px 10px 0;
	padding:10px 20px;
	background:#f6f6f6;
	text-align:left;
}
.two {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.two-item:first-child {
	width:55%;
	margin:0 50px 0 0;
}

@media screen and (max-width:900px) {
	.two {flex-wrap:wrap;margin:0 0 50px;}
	.two-item:first-child {width:100%;}
	.home-ul {margin:0 0 50px;}
}

/* ---------------------------------
          Bottom
---------------------------------- */

#wrapper-bottom {
	position:relative;
}
.wrapper-bottom-inner {
	margin:-5px auto 0 auto;
}
#bottom {
	margin:0;
	padding:0;
}

/* ---------------------------------
          Footer
---------------------------------- */

footer {
	padding:20px;
	position:relative;
	color:#fff;
	background:#474736;
}
.footer-inner {
	max-width:1366px;
	margin:0 auto;
	border-radius:15px;
	padding:20px 40px;
}
#foot {
	margin:0;
	padding:20px 0 0;
}
#foot .footers a {
	color:#fff;
}
#foot .footers a:hover {
	text-decoration:underline;
}
.footers {
	padding-bottom:10px;
}
.footers-left {
	width:calc(100% / 2 - 20px);
	justify-content:flex-start;
	flex-wrap:wrap;
	line-height:120%;
}
.footers-left p {
	width:100%;
}
.footers-left img {
	width:90px;
	min-width:90px;
}
.footers-left div:nth-child(2) {
	padding-left:30px;
}
.footers-right {
	width:calc(100% / 2 - 20px);
	text-align:right;
	color: #fff;
	text-align:right;
	display:block;
	padding-left:20px;
	padding-bottom:20px;
	line-height:150%;
}
.footers-right span {
	display:inline-block;
}
.footers-right img {
	vertical-align:middle;
	max-width:32px;
	margin:0 10px 0 0;
}

@media screen and (max-width:968px) {
	.footer-inner {padding:20px;}
	.footers {flex-direction:column-reverse;}
	.footers-left {width:100%;}
	.footers-right {width:100%;text-align:left;}
	.footers-right {padding:0 0 50px;}
}

@media screen and (max-width:768px) {
	.footers {flex-direction:column;}
	.footers-left, .footers-right {width:100%;}
	.footers-left {justify-content: flex-start;margin-bottom:40px;}
	.footers-right {text-align:left;display:block;}
}
@media screen and (max-width:524px) {
	.footers-left img {position:absolute;z-index:100;top:-40px;left:calc(100% / 2 - 45px);}
	.footers-right {text-align:left;}
	.footers-left {line-height:150%;}
	.footers-left div:nth-child(2) {width:100%;margin-left:-45px;margin-top:20px;}
	.footers-left a {display:block;}
}
.srvss {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:30px 0 30px 0;
	padding:70px 0;
	position:relative;
}
.srvss h2 {
	position:absolute;
	top:0;left:0;
	color:#535300;
	font-size:34px;
}
.srvv {
	width:calc(100% / 100 * 33 - 6px);
	background:#535300;
	border-radius:6px;
	height:200px;
	color:#fff;
	font-size:28px;
	position:relative;
}
.srvv:nth-child(2) {
	background:#3E3E10;
}
.srvv:nth-child(3) {
	background:#363600;
}
.srvv-spec {
	position:absolute;
	bottom:0px;right:20px;
	font-size:30px;
}
.srvv:nth-child(2) p {
	position:absolute;
	top:20px;right:0;
	padding:0 20px;
	text-align:right;
}
.srvv:nth-child(3) p {
	position:absolute;
	bottom:20px;right:0;
	padding:0 20px;
	text-align:right;
}
.srvv:nth-child(4) p {
	position:absolute;
	bottom:20px;left:0;
	padding:0 20px;
}
.maps {
	padding:20px;
	margin:60px auto 0;
	max-width:1366px;
}
@media screen and (max-width:524px) {
	.srvv {width:100%;margin-bottom:20px;height:125px;}
	.srvv p {position:relative;top:20px;left:0;right:auto;bottom:auto;text-align:left !important;}
	.maps {padding:20px 0;margin:30px auto 0;}
}
