@font-face {
	font-display: swap;
	font-family: 'Futura';
	src: url("/fonts/Futura.woff");
}
@font-face {
	font-display: swap;
	font-family: qanelas;
	src: url("/fonts/qanelas.otf") format("opentype");
}
@font-face {
	font-display: swap;
	font-family: 'RussoOne';
	src: url("/fonts/RussoOne.ttf");
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	src: url("/fonts/Roboto.ttf");
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	src: url("/fonts/Montserrat-VariableFont_wght.ttf");
}
html,
body {
	height: 100%;
	font-family: "Futura", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
	font-family: "Futura", sans-serif;
}
h1 {
	font-size: 70px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 15.7px;
	color: #353638;
	line-height: 1.6;
	font-family: Montserrat;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
iframe {
	width:100%;
}
/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 100px;
	padding-bottom: 90px;
}

.section-title {
	margin-bottom: 60px;
}

.section-title h2 {
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #828282;
}

.section-title p {
	margin-bottom: 0;
	font-family: Montserrat;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}
.section-title img {
	margin-top:25px;
}
/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	border-radius: 10px;
	font-family: "Futura", sans-serif;
	min-width: 170px;
	text-align: center;
	border: 2px solid #7ad4cc;
	cursor: pointer;
	color: white;
}

.site-btn:hover {
	color: whitesmoke;
}

.site-btn.no-radius {
	border-radius: 2px;
}

.site-btn.sb-full-- {
	display: block;
	width: 100%;
	border-radius: 0;
}

.site-btn.sb-gradients {
	padding: 17px 32px;
	border: none;
	color: #fc0;
	/*burner color: #fff; */
}

.site-btn.sb-gradients.sbg-line {
	color: #fff;
	/*burner z-index: 1; */
}

.site-btn.sb-gradients.sbg-line:after {
	position: absolute;
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line:hover {
	color: #fc0;
}

.gradient-bg,
.site-btn.sb-gradients,
.member-social a:hover,
.single-blog-page .social-share a:hover,
.comment .comment-content .c-btn:hover,
.comment-form label {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/*burner background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa)); */
	/*burner background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%); */
	/* background: linear-gradient(to right, #3e2bce 0%, #2d85d3 100%, #2d5ed3 100%, #4a2dd3 100%); */
	/* burner  background: linear-gradient(to left, #fc0 5%, #181a1c 30%, #181a1c 70%, #181a1c 100%);  */
	background: #353638; 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);
	/* IE6-9 */
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #1a1f23;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #fc0;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #1a1f23;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #1a1f23;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #fc0;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #1a1f23;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0px 50px 0;
	z-index: 99;
	background: #353638;
	box-shadow: 0 1px 5px 0 #fc0;
}

.header-section .site-btn {
	float: right;
	margin-left: 60px;
}

.header-section .responsive-bar,
.header-section .user,
.header-section .phone-head-mob {
	display: none;
}
.phone-head a {
	display: flex;
	color: white;
	align-items: center;
	font-size: 1.2rem;
	font-family: "Montserrat", sans-serif;
}
.phone-head a:hover {
	color: #fc0;
}
.phone-head .fas {
	color: white;
	font-size: 2rem;
	margin-right: 10px;
}
.phone-head .fas:hover {
	color: #fc0;
}
.phone-head svg:hover {
	color: #fc0;
}
.phone-head svg {
	color: white;
	font-size: 2rem;
	margin-right: 10px;
}
.phone-head svg:hover {
	color: #fc0;
}

.main-menu {
	float: right;
}

.menu-list {
	list-style: none;
}

.menu-list li {
	display: inline;
}

.menu-list li a {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	padding: 20px 5px;
	margin-right: 30px;
	color: #fff;
}

/*---------------------
	Hero Section
-----------------------*/

.hero-section {
	height: 900px;
	padding-top: 190px;
	display: block;
	/* background-image: url("../img/back3.webp"); */
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.hero-section .laptop-image {
	width: 685px;
	max-width: none;
	position: relative;
	left: 80px;
}

.hero-text {
	padding-top: 60px;
	max-width: 52%;
	z-index: 1;
}

.hero-text h1 {
	font-size: 52px;
	font-family: Montserrat;
	/* text-shadow: 4px 1px 2px black, 0 0 1em black; */
	color: #353638;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 100px;
}
.hero-text h2 {
	font-size: 70px;
	margin-bottom: 120px;
	font-family: qanelas;
	text-shadow: 4px 1px 2px black, 0 0 1em black;
	color: whitesmoke;
}

.hero-text h4 {
	color: #353638;
	font-size: 25px;
	font-family: Montserrat;
	margin-bottom: 100px;
	font-weight: 400;
	text-align: center;
}

.hero-subscribe-from {
	/* margin-top: 15px; */
	/* display: block; */
}

.hero-subscribe-from input {
	width: 315px;
	border: 1px solid #ebebeb;
	background: #fff;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	font-family: "Futura", sans-serif;
	font-size: 16px;
	margin-right: 8px;
	margin-bottom: 20px;
}

/*---------------------
  About Section
-----------------------*/
.about-text h3 {
	font-size: 28px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.about-text {
	flex: 0 0 70%;
	max-width: 70%;
}
.about-section .container {
	position: relative;
}

.about-text h2 {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-shadow: 1px 1px 2px #828282;
	font-weight: 700;
}

.about-text h5 {
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}
.about-text li {
	color:#181a1c;
}
.about-text span {
	color:black;
}

.about-text p {
	font-size: 16px;
	font-family: Montserrat;
}

.about-img {
	position: absolute;
	top: 15%;
	left: -200px;
	width: 662px;
}
.about-im {
	clip-path: circle(33.0% at 50% 50%);
}
.about-text svg {
	height: 4em;
	padding-right: 25px;
}

/*---------------------
  Feature Section
-----------------------*/

.features-section .container {
	margin-bottom: -45px;
}

.feature {
	margin-bottom: 45px;
}

.feature svg {
	font-size: 48px;
	float: left;
	padding-top: 10px;
	color: #fc0;
}

.feature .feature-content {
	padding-left: 70px;
}

.feature .feature-content h4 {
	margin-bottom: 15px;
}

.feature .readmore {
	text-decoration: underline;
	line-height: 1.2;
}

/*---------------------
	Process Section
-----------------------*/

.process:last-child .process-step:after {
	display: none;
}

.process-step {
	position: relative;
	text-align: center;
	padding: 35px;
	margin-top: 30px;
	-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
}

.process-step .process-icon {
	height: 55px;
	margin-bottom: 30px;
	padding-top: 5px;
}

.process-step h4 {
	margin-bottom: 15px;
}

.process-step p {
	margin-bottom: 0;
	font-family: Montserrat;
}

.process-step:after {
	position: absolute;
	content: '';
	width: 275px;
	height: 56px;
	top: -40px;
	right: -40%;
	background: url("../img/process-line-yellow.png") no-repeat scroll 0 0/cover;
}
.process-step:hover {
	box-shadow: 5px 5px 5px grey;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	padding: 100px 0;
}
.fact {
	display: inline-block;
	position: relative;
}

.fact h2 {
	float: left;
	color: #fc0;
	font-size: 60px;
	margin-right: 20px;
}

.fact p {
	float: left;
	padding-top: 14px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}

.fact svg {
	position: absolute;
	right: -20px;
	top: -10px;
	font-size: 90px;
	color: #fc0;
	z-index: 0;
	opacity: 0.1;
}
.process-section svg {
	height: 4em;
}

/*---------------------
	Team Section
-----------------------*/

.team-section {
	background: #f3f7f9;
	overflow: hidden;
}

.team-members {
	margin: 0 -10px;
}

.member {
	background: #fff;
	width: calc(20% - 25px);
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	padding: 50px 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
	        box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
	border-radius: 10px;
	position: relative;
}

.member h2 {
	font-size: 22px;
	margin-bottom: 5px;
}

.member span {
	font-size: 14px;
	color: #75849a;
	display: block;
}

.member .member-text {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}

.member:hover {
	-webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
	        box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
}

.member:hover .member-info {
	opacity: 1;
}

.member:hover .member-text {
	opacity: 0;
}

.member-img {
	width: 230px;
	height: 230px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}

.member-social {
	padding-top: 25px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.member-social a {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	background: #cbd3df;
	color: #fff;
	padding-top: 13px;
	margin: 0 8px;
}

.member-meta {
	padding-left: 85px;
}

.member-info {
	padding: 50px 60px 10px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	height: 380px;
	overflow-y: auto;
}

.member-info p {
	display: block;
	padding-top: 25px;
	margin-bottom: 0;
}

.member-img.mf {
	width: 60px;
	height: 60px;
	opacity: 1;
	float: left;
	margin-bottom: 0;
}

/*---------------------
  Review Section
-----------------------*/

.review-meta-slider {
	position: relative;
	width: 300px;
}

.author-meta {
	padding: 50px 0 70px;
	position: relative;
	text-align: center;
}

.author-meta:last-child {
	margin-right: 0;
}

.author-avatar {
	width: 80px;
	height: 80px;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 16px 21px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 16px 21px rgba(33, 54, 61, 0.15);
	display: inline-block;
}

.author-avatar h4 {
	font-size: 22px;
}

.author-avatar p {
	font-size: 14px;
}

.author-name {
	position: absolute;
	width: 280px;
	left: -50%;
	bottom: -10px;
	margin-left: -50px;
	text-align: center;
	visibility: hidden;
}

.center .author-meta {
	top: -6px;
}

.center .author-name {
	visibility: visible;
}

.center .author-avatar {
	width: 100px;
	height: 100px;
}

.review-text p {
	font-size: 22px;
}

.review-text-slider .owl-nav {
	padding-top: 15px;
}

.review-text-slider .owl-prev,
.review-text-slider .owl-next {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #181a1c;
	color: #fc0;
	font-size: 24px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	padding-top: 8px;
}

.pull-3 {
	right: 66.666667%;
}

.push-8 {
	left: 33.333333%;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	padding: 50px 0;
}

.newsletter-text h2 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 700;
	color:#fc0;
	font-family: "Montserrat", sans-serif;
}

.newsletter-text p {
	margin-bottom: 0;
}

.newsletter-form {
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
}

.newsletter-form input {
	width: 100%;
	font-size: 16px;
	padding: 12px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 160px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	border-radius: 0px 50px 50px 0px;
	min-width: 140px;
	background: #fff;
	color: #181a1c;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.newsletter-form button:hover {
	background: #181a1c;
	color: white;
	border: 1px solid #fc0;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form :-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::placeholder {
	color: #fff;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	/* background: #f3f7f9; */
}

.blog-thumb {
	margin-bottom: 0;
}

.blog-text {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
}

.blog-text .post-date {
	font-size: 14px;
	font-family: "Futura", sans-serif;
	color: #212529;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 2px;
}

.blog-text .blog-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #1a1f23;
	min-height: 80px;
}

.blog-text .blog-title a {
	color: #212529;
}

.blog-text .post-meta a {
	font-size: 13px;
	color: #75849a;
	margin-right: 25px;
}

.blog-text .post-meta a:last-child {
	margin-right: 0;
}

.blog-text .post-meta a span {
	color: #cbd3df;
}

.blog-text .post-meta a i {
	color: #a88600;
}
.blog-text .post-meta span {
	color: #cbd3df;
	font-size: 13px;
	margin-right: 5px;
}
.blog-text .post-meta p {
	font-size: 13px;
	margin-bottom: 0;
}
.post-loadmore {
	width: 100%;
	border-radius: 0px;
}

.post-loadmore.site-btn.sb-gradients.sbg-line:after {
	border-radius: 0px;
}

/*---------------------
	Footer Section
-----------------------*/
.footer-section {
	border-top: 1px solid #ebebeb;
}

.footer-widget span {
	color: #acb9cc;
}

.footer-widget p {
	margin-bottom: 20px;
}

.footer-widget .widget-title {
	margin-bottom: 30px;
	font-size: 20px;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul a {
	font-size: 16px;
	color: #75849a;
	display: block;
	margin-bottom: 12px;
}

.footer-widget ul li:last-child a {
	margin-bottom: 0;
}

.social {
	display: flex;
}
.social a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

.social a:last-child {
	margin-right: 0;
}

.social .facebook {
	background: #4b6cd0;
}

.social .google {
	background: #f03b3b;
}

.social .whatsapp {
	background: #82c91e;
	display: flex;
}

.social .telegram {
	background: #4b6cd0;
	display: flex;
}

.social .instagram {
	background: #c13584;
	display: flex;
}

.social .vk {
	background: #2787F5;
	display: flex;
}
.social svg {
	height: 1.5em;
}

.footer-bottom {
	border-top: 1px solid #ebebeb;
	padding: 30px 0;
	text-align: left !important;
}

.footer-nav {
	list-style: none;
	text-align: left;
}

.footer-nav li {
	display: inline-block;
}

.footer-nav li a {
	color: #75849a;
	font-size: 14px;
	margin-left: 20px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.page-info-section {
	height: 300px;
	background-image: url("../img/page-info-bg.png");
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 100px;
}

.page-info-section h2 {
	font-size: 48px;
}

.site-beradcamb {
	padding-top: 10px;
}

.site-beradcamb a {
	color: #20509e;
	font-size: 16px;
}

.site-beradcamb span {
	color: #acb9cc;
	font-size: 16px;
}

.site-beradcamb i {
	margin: 0 3px;
}

/*---------------------
  Blog page
-----------------------*/

.blog-page .blog-item {
	margin-bottom: 30px;
}

.blog-page .readmore {
	color: #20509e;
}

.blog-page .readmore i {
	color: #16d0c5;
}

.bi-feature .post-meta {
	margin-bottom: 30px;
}

.bi-feature .blog-text .blog-title {
	font-size: 36px;
}

.widget-area {
	padding: 30px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	margin-bottom: 32px;
}

.widget-area .widget-title {
	margin-bottom: 25px;
}

.widget-area .widget {
	margin-bottom: 20px;
}

.widget-area .widget .widget-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	line-height: 24px;
}

.widget-area .widget ul {
	list-style: none;
}

.widget-area .widget ul a {
	display: inline-block;
	font-size: 16px;
	color: #20509e;
	margin-bottom: 20px;
}

.widget-area .widget ul a:hover {
	color: #16d0c5;
}

.widget-area .widget .popular-posts span {
	color: #16d0c5;
	font-size: 12px;
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.widget-area .widget .popular-posts h5 a {
	font-size: 18px;
	color: #20509e;
}

.widget-area .widget .popular-posts h5 a:hover {
	color: #20509e;
}

.widget-area .widget .twitter-widget li {
	margin-bottom: 20px;
}

.widget-area .widget .twitter-widget span {
	color: #16d0c5;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}

.widget-area .widget .twitter-widget h5 {
	font-size: 18px;
	color: #20509e;
	margin-bottom: 5px;
}

.widget-area .widget .twitter-widget a {
	font-size: 18px;
	color: #1f6ae5;
	display: block;
	margin-bottom: 5px;
}

.widget-area .widget .twitter-widget a:hover {
	color: #1f6ae5;
}

.widget-area .widget-subscribe-from {
	padding-top: 10px;
	display: block;
}

.widget-area .widget-subscribe-from input {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
	background: #f3f7f9;
	border: 1px solid #ebebeb;
	padding: 15px 20px;
	font-size: 14px;
}

.single-blog-page blockquote {
	font-size: 24px;
	color: #20509e;
	padding-left: 25px;
	border-left: 2px solid #16d0c5;
	line-height: normal;
	margin: 40px 0;
	display: block;
}

.single-blog-page blockquote span {
	display: block;
	font-size: 16px;
	color: #16d0c5;
	padding-top: 10px;
}

.single-blog-page .post-tags a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 15px;
	margin-right: 2px;
	margin-top: 5px;
	color: #75849a;
	background: #f3f7f9;
	border: 1px solid #ebebeb;
	margin-right: 5px;
}

.single-blog-page .social-share {
	display: block;
	text-align: right;
}

.single-blog-page .social-share p {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #595959;
}

.single-blog-page .social-share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	text-align: center;
	border-radius: 40px;
	background: #f3f7f9;
	color: #75849a;
	padding-top: 9px;
	font-size: 14px;
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	        box-shadow: 0 0 0 1px #ebebeb;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.single-blog-page .social-share a:hover {
	color: #fff;
}

.releted-posts {
	padding-top: 50px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}

.releted-posts .blog-item {
	padding-top: 25px;
}

.releted-posts .blog-text {
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	        box-shadow: 0 0 0 1px #ebebeb;
	padding: 28px 28px 20px;
}

.releted-posts .blog-text .blog-title {
	font-size: 22px;
}

.releted-posts .post-meta {
	margin-bottom: 0;
}

.comment-area {
	padding-top: 50px;
}

.comment-list {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
	list-style: none;
}

.comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment {
	margin-bottom: 40px;
}

.comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment .comment-content {
	padding-left: 100px;
}

.comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment .comment-content h5 span {
	font-size: 12px;
	color: #acb9cc;
	font-family: "Lato", sans-serif;
}

.comment .comment-content p {
	margin-bottom: 0;
}

.comment .comment-content .c-btn {
	font-family: "Futura", sans-serif;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ebebeb;
	background: #f3f7f9;
	color: #20509e;
	padding: 4px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 20px;
}

.comment .comment-content .c-btn:hover {
	color: #fff;
}

.comment-form .form-group {
	position: relative;
	padding: 1px;
	margin-bottom: 20px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: transparent;
}

.comment-form input:focus+label,
.comment-form textarea:focus+label {
	opacity: 1;
}

.comment-form label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comment-form textarea {
	height: 115px;
	display: -ms-grid;
	display: grid;
}

/*---------------------
	Contact page
-----------------------*/

.contact-form {
	padding-right: 35px;
}

.contact-form h5 {
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.contact-form h5 span {
	color: #16d0c5;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group span {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	color: #7bc063;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .form-group span.active {
	opacity: 1;
}

.contact-form .check-form {
	padding-right: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	padding-bottom: 10px;
	color: #20509e;
	
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #20509e;
}

.contact-form textarea {
	padding-bottom: 10px;
	padding-top: 10px;
	height: 115px;
}

.contact-form .contact-type .ct-label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	margin-right: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #acb9cc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contact-form .contact-type .ct-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.contact-form .contact-type .ct-label input:checked~.checkmark:after {
	content: '\f111';
	color: #16d0c5;
}

.contact-form .contact-type .ct-label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
}

.contact-form .contact-type .ct-label .checkmark:after {
	position: absolute;
	content: "\f10c";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.contact-form .contact-type .ct-label:last-child {
	margin-right: 0;
}

.contact-form ::-webkit-input-placeholder {
	color: #acb9cc;
}

.contact-form :-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::placeholder {
	color: #acb9cc;
}

.map {
	height: 390px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
	.head-logo-mobile {
		display: none;
	}
	.main-privacy {
	margin-top: 75px;
	}
	.about-text {
	margin-left: 30%;
	}
	.reqs2 {
	max-width: 49%;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 60%;
	}
	.h1-2line {
	/* margin-left:40px; */
	}
	.clip {
	position: relative;
	left: 400px;
	top: 80px;
	}
	.result-desc {
	min-width:350px
	}
	.bread-del {
	padding-top: 75px !important;
	}
}

@media (max-width: 1585px) {
	.hero-section .laptop-image {
		left: 0;
	}
	.main-privacy {
	margin-top: 75px;
	}
	.about-text {
	margin-left: 25%;
	}
		.reqs2 {
	max-width: 49%;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 52%;
	}
	.h1-2line {
	/* margin-left:40px; */
	}
	.clip {
	position: relative;
	left: 400px;
	top: 80px;
	}
	.result-desc {
	min-width:350px
	}
	.bread-del {
	padding-top: 75px !important;
	}
}

@media (max-width: 1425px) {
	.header-section .site-btn {
		margin-left: 0;
	}
		.reqs2 {
	max-width: 49%;
	}
	
	.hero-section,
	.page-info-section {
		background-position: right 30% top;
	}
	.hero-section .laptop-image {
		width: auto;
		max-width: 100%;
		top: 70px;
	}
	.about-img {
		left: -150px;
		width: 600px;
	}
	.main-privacy {
	margin-top: 75px;
	}	
	.about-text {
	margin-left: 30%;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 52%;
	}
	.phone-head {
	display: none;
	}
	.h1-2line {
	margin-left:40px;
	}
	.clip {
	position: relative;
	left: 400px;
	top: 80px;
	}
	.result-desc {
	min-width:350px
	}
	.bread-del {
	padding-top: 75px !important;
	}
}

@media (min-width: 1199px) and (max-width: 1390px) {
	.member {
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.head-logo-mobile {
		display: none;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
	.main-privacy {
	margin-top: 75px;
	}
	.about-text {
	margin-left: 30%;
	}
		.reqs2 {
	max-width: 50%;
	}
	.hero-text {
	max-width: 100%;
	}
	.hero-section {
	padding-top: 100px;
	}
	.hero-text {
	max-width: 80%;
	margin: 100px auto;
	}
	.h1-2line {
	margin-left:30px;
	}
	.clip {
	position: relative;
	left: 275px;
	top: 80px;
	}
	.iphone {
		display: none;
	}
	.result-desc {
	min-width:350px
	}
	.bread-del {
	padding-top: 75px !important;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.topmenu:hover {
		text-shadow: none !important;
	}
	.menu-list li a {
		margin-right: 15px;
	}
	.head-logo-mobile {
		display: none;
	}
	.hero-section,
	.page-info-section {
		background-position: right 23% top;
	}
	.about-img {
		left: -120px;
		width: 480px;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
	}
	.team-members {
		text-align: center;
	}
	.fact h2 {
		font-size: 45px;
		margin-right: 10px;
	}
	.fact p {
		padding-top: 7px;
	}
	.fact i {
		font-size: 67px;
	}
	.main-privacy {
	margin-top: 130px;
	}
	.about-text {
	margin-left: 38%;
	}
	.reqs2 {
	max-width: 100%;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 70%;
	}
	.phone-head {
	display: none;
	}
	.h1-2line {
	margin-left:30px;
	}
	.clip {
	position: relative;
	left: 42px;
	top: 80px;
	}
	.iphone {
	display: none;
	}
	.result-desc {
	min-width:350px
	}
	.hero-text {
	max-width: 100%;
	margin: 0 auto;
	}
	.bread-del {
	padding-top: 75px !important;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 30px 15px 0;
	}
	.topmenu:hover {
		text-shadow: none !important;
	}
	.head-logo-mobile {
		display: none;
	}
	.menu-list li a {
		margin-right: 6px;
	}
	.header-section .site-btn {
		margin-left: 10px;
	}
	.hero-section {
		background-position: right 25% top;
		height: 730px;
		padding-top: 160px;
	}
	.hero-text h1 {
		margin-bottom: 150px;
	}
	.phone-head {
	display: none;
	}
	.page-info-section {
		background-position: right 33% top;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.hero-text h1 {
		font-size: 45px;
	}
	.process-step:after {
		width: 154px;
		height: 35px;
		top: -10px;
		right: -44%;
		background-size: contain;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
		margin: auto;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
	.team-members {
		text-align: center;
	}
	.fact {
		margin-bottom: 30px;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.newsletter-section {
		text-align: center;
	}
	.main-privacy {
	margin-top: 130px;
	}
	.about-text {
	margin-left: 15%;
	}
	.reqs2 {
	max-width: 100%;
	}
	.bread-contacts {
	padding: 50px 0 0 0 !important;
	}
	.bread-req {
	padding-top: 40px !important;
	}
	.bread-del {
	padding-top: 105px !important;
	}
	.bread-map {
	padding-top: 65px !important;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 70%;
	}
	.h1-2line {
	margin-left:30px;
	}
	.clip {
	display: none;
	}
	.iphone {
	display: none;
	}
	.result-desc {
	min-width:350px
	}
	.hero-text {
	padding-top: 10px;
	max-width: 100%;
	}
	.delivery-pay {
	margin: 10px 0;
	}
}

/* Large Mobile :480px. */
/* Iphone 11 */
@media only screen and (max-width: 767px) {
	.reqs2 {
	max-width: 100%;
	}
	.header-section {
		padding: 5px 0;
		background: #fff;
	}
	.topmenu:hover {
		text-shadow: none !important;
	}
	.head-logo {
		display: none;
	}
	.site-logo {
	flex: 5;
	}
	.header-section .responsive-bar {
		/* float: right; */
		font-size: 40px;
		display: flex;
		flex: 1;
		cursor: pointer;
	}
	.header-section .phone-head-mob {
		display: flex;
		flex: 1;
		margin-right: 20px;
	}
	.phone-head-mob svg {
	color:#212529;
	}
	.header-section .phone-head {
		display: none;
	}
	.header-section .user {
		float: right;
		font-size: 25px;
		color: #333;
		margin-right: 20px;
		display: block;
	}
	.main-menu {
		float: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #fff;
		padding: 0 15px;
		display: none;
		-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
		        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	}
	.menu-list {
		list-style: none;
	}
	.menu-list li {
		display: block;
		border-top: 1px solid #e1e1e1;
	}
	.menu-list li a {
		display: block;
		padding: 10px 5px;
		margin-right: 0;
		color: #181a1c;
	}
	.hero-text h1 {
		font-size: 30px;
	}
	h1 span {
		display: block;
	}
	.hero-section {
		height: auto;
		padding-bottom: 100px;
		padding-top: 160px;
		background-position: right 50% top;
	}
	.page-info-section {
		background-position: right 56% top;
		margin-top: 97px;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
	}
	.team-members {
		margin: 0;
		padding: 0 15px;
	}
	.member {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.fact {
		margin-bottom: 30px;
	}
	.process-step:after {
		display: none;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.header-section .site-btn {
		display: none;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-section {
		text-align: center;
	}
	.review-text p {
		font-size: 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.single-blog-page .social-share {
		text-align: left;
		margin-top: 20px;
	}
	.main-privacy {
	margin-top: 130px;
	}
	.about-text {
	margin-left: 0%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.bread-contacts {
	padding: 50px 0 0 0 !important;
	}
	.bread-req {
	padding-top: 40px !important;
	}
	.bread-map {
	padding-top: 65px !important;
	}
	.bread-del {
	padding-top: 75px !important;
	}
	.hero-text {
	padding-top: 60px;
	max-width: 100%;
	}
	.clip {
	display: none;
	}
	.h1-2line {
	margin-left:30px;
	}
	.iphone {
	display: none;
	}
	.result-desc {
	min-width:200px
	}
	.services-item i {
	display: none;
	}
	.delivery-pay {
	margin: 10px 0;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.review-text {
		padding: 0 45px;
	}
	.topmenu:hover {
		text-shadow: none !important;
	}
	.head-logo {
		display: none;
	}
	.review-text p {
		font-size: 18px;
	}
	.newsletter-form input {
		padding-right: 30px;
	}
	.newsletter-form button {
		position: relative;
		padding: 14px;
		border-radius: 50px;
		margin-top: 23px;
	}
	.review-text-slider .owl-prev,
	.review-text-slider .owl-next {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.review-meta-slider {
		width: auto;
	}
	.member-img {
		width: 180px;
		height: 180px;
	}
	.member-info {
		padding: 50px 20px 10px;
		height: 320px;
	}
	.blog-text {
		padding: 15px;
	}
	.comment .comment-avator {
		float: none;
		margin-bottom: 20px;
	}
	.comment .comment-content {
		padding-left: 0;
	}
	.main-privacy {
	margin-top: 130px;
	}
	.about-text {
	margin-left: 0%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.bread-contacts {
	padding: 50px 0 0 0 !important;
	}
	.bread-req {
	padding-top: 40px !important;
	}
	.bread-map {
	padding-top: 65px !important;
	}
	.bread-del {
	padding-top: 75px !important;
	}
	.hero-text {
	padding-top: 0;
	max-width: 100%;
	}
	.clip {
	display: none;
	}
	.h1-2line {
	margin-left: 0px;
	word-wrap: break-word;
	}
	.iphone {
	display: none;
	}
	.services-item i {
	display: none;
	}
	.delivery-pay {
	margin: 10px 0;
	}
}

.fas {
font-size: 3rem;
color: #181a1c;
}
.topmenu:hover {
color: #fc0;
text-shadow: 4px 1px 2px black, 0 0 1em black;
}
.contblock {
min-width: 280px;
margin: 25px;
width:20%;
padding-top: 5px;
}
.contblock:hover {
	background: #fc0;
}
.contblock:hover svg {
	color: #353638;
}
.contblock svg {
	margin-bottom: 10px;
	color: #fc0;
	font-size: 4rem;
}
.h5cont {
font-size:15px;
color: white;
}
.pcont {
color:#fc0;
}
.maincont {
display:flex;
text-align:center;
justify-content:space-around;
flex-wrap:wrap;
background: #353638;
margin-bottom: 30px;
padding: 25px 0;
}
.contblock a:hover > i {
	color:black; 
}
.contblock a:hover > h5 {
	color:black; 
}
.contblock a:hover > p {
	color:black; 
}
.contblock > a {
	display: block;
	height: 100%;
}
.head-cont {
background: #1a1f23;
padding: 30px 50px 15px;
}
.logo-foot {
	width:79px;
}
.h1-privacy {
	text-align: center;
	font-size: 42px;
	margin-bottom: 30px;
	font-family: qanelas;
	text-shadow: 2px 2px 1px grey;
	color: #1a1f23;
}
.h1-contacts {
	color: #0b1013;
	letter-spacing: 0.3pt;
	font-weight: bolder;
	/* text-shadow: 2px 2px 1px gray; */
	font-size: 2em;
	text-align: center;
	font-family: RussoOne;
	margin-top: 40px;
}
.main-privacy {
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.ol-privacy {
	list-style: none;
	counter-reset: li;
	font-family: Roboto;
	text-align: justify;
}
.li-privacy:before {
   counter-increment: li;
   content: counters(li, ".") ". ";
}
.li-main {
	margin-top: 20px;
	font-weight: bold;
}
.form-control {
	position: relative;
	top: 5%;
}
.field_submit {
	
}
.fiels_item {
	border-radius: 50px;
	margin-bottom: 5px !important;
}

.fiels_item > label {
    display: none !important;
}
.design__forms_0 input[type="submit"] {
    padding: 10px 25px !important;
    border: 1px solid #fc0 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border-radius: 50px !important;
    line-height: 2 !important;
    cursor: pointer !important;
	background: #1a1f23 !important;
	color: white !important;
	margin-left: 12px;
	margin-top: 0px !important;
}
.design__forms_0 input[type="submit"]:hover {
	color: #fc0 !important;
}
.design__forms_0 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
}
.design__forms_0 input[type="text"], .design__forms_0 input[type="phone"], .design__forms_0 input[type="date"], .design__forms_0 input[type="time"], .design__forms_0 input[type="email"] {
    border: none !important;
    padding: 15px 25px !important;
    border-radius: 50px !important;
}
.success {
	color: white;
	font-weight: 500;
	font-style: italic;
}
.success-send {
	color: whitesmoke;
}
.success-send p {
	color: #353638;
}
.works {
	font-size: 1rem;
	color: #1a1f23;
	margin-right: 20px;
}
.post-meta {
	display: flex;
}
.post-meta-div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.post-meta-div i {
	text-align: center;
}
.blog-item {
	margin-bottom: 20px;
	width: 360px;
}
.li-sitemap {
	list-style-type: square;
}
.sub {
	margin-left: 20px;
}
.reqs {
	margin: 3% 2%;
	display: flex;
	flex-wrap: wrap;
}
.reqs p {
	margin-bottom: 0;
}
.reqs2 {
	display: flex;
	flex-direction: column;
	margin: 15px 5px;
}
.reqs2 img {
	width: auto;
	height: 100px;
	margin-bottom: 10px;
}
.reqs2 div {
	align-self: center;
}
.reqs2 h4 {
	text-align: center;
	margin-bottom: 10px;
}
.map-html {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.map-html a {
	text-decoration: none;
	color: inherit;
	display: contents;
}
.map-block {
	min-width: 300px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.map-block h5 {
	font-size: inherit;
	text-align: center;
}
.map-item-main {
	display: flex;
	width: 100%;
	height: 50px;
	background: #181a1c;
	color: white;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.map-item-main:hover {
	box-shadow: 3px 3px 3px #2d2d2d;
	opacity: 0.9;
}
.map-item {
	display: flex;
	width: 90%;
	height: 50px;
	background: #fc0;
	color: #181a1c;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.map-item:hover {
	box-shadow: 3px 3px 3px #2d2d2d;
	opacity: 0.9;
}
.map-item-sub {
	display: flex;
	width: 75%;
	height: 50px;
	background: #646363;
	color: white;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.map-item-sub:hover {
	box-shadow: 3px 3px 3px #2d2d2d;
	opacity: 0.9;
}
.map-item-sub h5 {
font-weight: normal;
}
.triangle {
	width:300px;
	height: 400px;
	background: #a88600;
	position: absolute;
	z-index: 3;
	top:900px;
	clip-path: polygon(0 0, 0% 100%, 30% 50%);
}
.triangle2 {
	width:98%;
	height: 400px;
	background: #ececec;
	position: absolute;
	z-index: 3;
	top:900px;
	left: 25%;
	clip-path: polygon(69% 0%, 75% 50%, 69% 100%, 0% 100%, 6% 50%, 0% 0%);
}
.fin {
	height: 400px;
	width: 100%;
	background: #a88600;
	position: absolute;
	z-index: 1;
	top:900px;
	left: 50%;
}
.services-img {
	z-index: 2;
	height: 400px;
	width:100%;
	position: relative;
	background: url(/img/cam-byt.webp) no-repeat;
}
.obj-desc {
	margin-top: 10px;
}
.works-description h2 {
	font-size: 1.5em;
	color: #1a1f23;
	/* text-shadow: 1px 1px 2px black; */
	text-align: center;
	font-family: RussoOne;
	font-weight: normal;
}
.works-description h2:first-letter {
	/* color: #fc0; */
}
.works-description h3 {
	font-size: 1.3em;
	color: #1a1f23;
	font-weight: normal;
	font-family: RussoOne;
	margin-bottom: 10px;
}
.works-description p {
	font-size: 18px;
	/* text-align: justify; */
	font-family: Roboto;
	color: #535353;
}
.works-description li {
	font-size: 18px;
	/* text-align: justify; */
	font-family: Roboto;
	color: #535353;
}
.works-description ul {
	padding-bottom: 10px;
	padding-left: 5%;
}
.works-description ol {
	padding-bottom: 10px;
	padding-left: 5%;
}
.works-description img {
	padding: 15px 0 15px 15px;
}
.owl-item img{
   display: block !important;
   width: auto !important;
   margin: 0 auto !important;
}
hr {
	width: 50%;
	background-color: #fc0;
	color: #fc0;
}
.wide {
	width: 100%;
}
.grecaptcha-badge { 
	/* visibility: hidden; */
}
.captcha {
	font-family: Roboto;
	font-size: 10px;
	color: gray;
	text-align: center;
	position: relative;
	top: 30px;
	margin-bottom: 0px;
}
.captcha a {
	color: gray;
}
.works-link {
	text-align: right;
	padding-bottom: 10px;
}
.works-link > a {
	color: #212529;
	font-weight: bold;
}
.works-link > a:hover {
	color: #fc0;
}
.breadcrumbs {
	margin: 0;
	padding: 0;
}
.breadcrumbs a {
	color: #75849a;
	padding: 0px 10px;
}
.breadcrumbs a:hover {
	color: #fc0;
}
.bread-map {
	text-align: left;
}

/* Jquery processing form
	Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/img/spinner.webp') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.container-fluid {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.vk-link {
	color:#ae7f0e;
}
.vk-link:hover, .vk-link:visited {
	color:#ae7f0e;
}
/* Header animation */
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
	background: white;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
/* Pattern on photos */
/* @media (min-width: 1200px) { */
	/* .cb-slideshow:after {  */
    /* content: ''; */
    /* background: transparent url(../img/pattern.png) repeat top left; } */
/* } */
/* @media (max-width: 1585px) { */
	/* .cb-slideshow:after {  */
    /* content: ''; */
    /* background: transparent url(../img/pattern.png) repeat top left; } */
/* } */
/* @media (max-width: 1425px) { */
	/* .cb-slideshow:after {  */
    /* content: ''; */
    /* background: transparent url(../img/pattern.png) repeat top left; } */
/* } */
@media (min-width: 1199px) and (max-width: 1390px) {
	.cb-slideshow:after { 
    content: none;
    background: transparent url(../img/pattern.png) repeat top left; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cb-slideshow:after { 
    content: none;
    background: transparent url(../img/pattern.png) repeat top left; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cb-slideshow:after { 
    content: none;
    background: transparent url(../img/pattern.png) repeat top left; }
}
@media only screen and (max-width: 767px) {
.cb-slideshow:after { 
	content: none;
    background: transparent url(../img/pattern.png) repeat top left; }
}
@media only screen and (max-width: 479px) {
.cb-slideshow:after { 
	content: none;
    background: transparent url(../img/pattern.png) repeat top left; }
}
/* Pattern on photos end*/
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/1.webp) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/2.webp);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/3.webp);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    40% { opacity: 1 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 0.6;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 0.6 }
    40% { opacity: 0.6 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 0.6;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 0.6 }
    40% { opacity: 0.6 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 0.6;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 0.6 }
    40% { opacity: 0.6 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0.4;
    animation-timing-function: ease-in; }
    8% { opacity: 0.4;
         animation-timing-function: ease-out; }
    17% { opacity: 0.4 }
    40% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
/* New Head */
.iphone {
	position:relative;
	bottom:-75px;
	padding-right: 10em;
	left:-75px;
}
.submit-form {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.button-new {
	text-transform: uppercase;
	margin: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	min-width: 313px;
}
.button-new:hover {
	background: #fc0;
	color: #353638;
}
.calc-form {
	font-family: "Montserrat", sans-serif;
	color: #0b1013;
	margin-top: 20px;
}
.calc-form-desc {
	font-size: small;
	font-style: italic;
}
select {
	margin-right: 5px;
}
.tb {
	width: 95%;
	margin: 0 auto 20px auto;
}
.td1 {
	width: 30%;
	font-weight: bold;
}
.buttons-calc {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.calc-page {
	margin: 5px;
}
.td1-h {
	height: 60px;
}
/* Модальный (фон) */
.modal-window {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 1; /* Сидеть на вершине */
  padding: 20% 20% 0 15%; /* Расположение коробки */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0,0,0); /* Цвет запасной вариант  */
  background-color: rgba(0,0,0,0.4); /*Черный с непрозрачностью */
  font-family: "Montserrat", sans-serif;
}

/* Кнопка закрытия */
.modal-close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.h4-modal {
	text-align: center;
	margin-bottom: 0 !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	color: #353638;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}
.modal-data {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.modal-form-1 {
	color: #353638 !important;
	padding: 10px;
}
.modal-phone {
	height: 50px;
	border-radius: 10px;
	min-width: 250px;
}
.button-modal {
	min-width: 250px !important;
}
.content-modal {
	min-width: 275px;
}
input::placeholder {
  text-align: center;
}
.result-page {
	font-family: "Montserrat", sans-serif;
	margin: 20px 0 10px 0;
}
.result-page p {
	color: #353638;
	text-align:center;
}
.result-page h4 {
	color: #353638;
	font-family: "Montserrat", sans-serif;
	text-align:center;
	margin: 20px 0;
	font-size: 18px;
}
.result-block {
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 5px;
}
.endnote {
	color: #353638;
	padding: 0 10px;
	text-align: center;
}
.endnote-warranty {
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
}
.result-block-main {
	background: #fc0;
	padding: 0 25px 10px;
	line-height: 2;
	max-height: 200px;
	border-radius: 10px;
}
.result-block-main-green {
	background: #00FF7F;
	padding: 0 25px 10px;
	line-height: 2;
	max-height: 200px;
	border-radius: 10px;
}
.table-desc {
	margin-bottom:20px;
	min-width:350px;
}
.works-card {
	width: 360px;
}
.works-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.services-item {
	display: flex;
	align-items: center;
}
.services-item i {
	margin-right: 25px;
	font-size: xxx-large;
}
.head-stripe {
	position:absolute;
	width:19%;
	height:100%;
	left:0;
	background:#fc0;
	opacity:0.5;
	top:0;
}
.hidden {
    display: none;  
}
.service-item-svg-text {
	display: flex;
	align-items: center;
	margin: 10px 0 20px 0;
}
.delivery {
	font-family: "Montserrat", sans-serif;
}
.delivery p {
	color: #353638;
}
.delivery h2 {
	color: #353638;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.delivery-pay {
	display: flex;
	align-items: center;
}
.del-block {
	flex:1 50%;
	padding: 0 10px;
}
.del-block a {
	color:#ae7f0e;
}
.delivery-pay svg {
	height: 50px;
	flex: 1 20%;
}
.delivery-pay p {
	flex: 1 80%;
}
figure img {
	margin:15px 0;padding:0 10px;
}
.sbp-logo-style {
	display:flex;
	flex: 1 20%;
	justify-content:center;
}
.bitcoin {
	justify-content:center;
	margin-bottom:10px;
}
.reqs2 p,h4 {
	color: #353638;
	font-family: "Montserrat", sans-serif;
}
#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }

.snowflake {
    position: fixed;
    background-color: #F8F8FF;
    user-select: none;
    z-index: 1000;
    pointer-events: none;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.calc-form input,select {
	background-color: #353638;
	color: white;
	font-weight: bold;
}