html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* КОНЕЦ СБРОС СТИЛЕЙ */

@media only screen and (min-width: 1024px) {
    .mobile-bottom-phone {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .mobile-bottom-phone {
        display: relative;
        position: fixed;
        bottom: 0vh;
        z-index: 999;
        background: #000;
        width: 100%;
        box-shadow: 0 10px 25px rgba(0,0,0,0.29);
		padding-bottom: 6px;
    }
    .mobile-bottom-phone-column {
        width: calc(100% / 3);
        float: left;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
    }
    .mobile-bottom-phone-column-right {
        border-left: 1px solid #eee;

    }
    .mobile-bottom-phone-column img {
        width: 28px;
        padding: 0 10px 0 0;
    }
    .mobile-bottom-phone-column p {
        line-height: 1.2;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
    }
    .mobile-bottom-phone-column-block {
        display: inline-flex;
		align-items: center;
    }
    .mobile-bottom-phone-column-block-left {
        width: 129px;
        margin: 0 auto;
    }
    .mobile-bottom-phone-column-right p {
        max-width: 107px;
    }
    .mobile-bottom-phone-column-block-left img {
        width: 27px;
        padding: 2px 5px 0 0;
    }
}


.gopro-6-img,
.block-three{
    position: relative;
}

.button-polocy {
	width: 75%;
	margin: 50px auto;
	border-radius: 10px;
	background: #fff;
	padding: 50px;
}
.button-polocy h2{
	font-weight: 800;
	text-align: center;
	font-size: 35px;
}
.button-polocy h3{
	font-weight: 700;
	font-size: 20px;
	padding: 25px 0 10px 0;
}

.zayavka-background {
	background: url(../img/back2.jpg);
	background-size: cover;
	height: 100vh;
}
.zayavka-background-padding {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100vh;
}
.zayavka {
	width: 70%;
	padding: 35px 25px;
	margin: 0 auto 20px;
	border: 5px solid #fff;
}
.zayavka h1{
	text-align: center;
	color: #fff;
	padding: 35px 25px;
	font-size: 55px;
	font-weight: 800;
	font-family: Calibri-fonts; 
}
.zayavka a{
	border-radius: 100px;
	padding: 10px;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	border: 3px solid #f8ec25;
	background: #f8ec25;
	color: #000;
	font-family: Calibri-fonts; 
}
.zayavka a:hover {
	background: #f8e225;
}
@media only screen and (max-width: 1000px){
	.zayavka-background {
		background: url(../img/back2-mobile.jpg);
		background-size: cover;
	}
	.zayavka {
		width: 80%;
		padding: 10px;
		margin: 0 auto 30px;
		border: 2px solid #fff;
	}
	.zayavka h1{
		padding: 10px;
		font-size: 25px;
	}
}



body {
	font-family: Calibri-fonts; 
}

h2{
	font-size: 59px;
	font-weight: 400;
	text-align: center;
	color: #484848;
	padding: 20px 0 50px 0;
	text-transform: uppercase;
}
h1{
	font-size: 59px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	padding: 20px 0 50px 0;
	text-transform: uppercase;
}
a{
	text-decoration: none;
	outline: none;
}
.clear {
	clear:both;
}
.media {
	padding-top: 7%;
	padding-bottom: 7%;
}
.container {
	width: 77%;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px){
	.container {
		width: 90%;
	}
}
@media only screen and (max-width: 1000px){
	.media {
		padding-top: 15%;
		padding-bottom: 15%;
	}
	.container {
		width: 85%;
	}
}

.text-bold {
	font-weight: 700;
}


#prace .container, .block-oun .container  {
	width: 1024px;
}
.block-three {
	float: left;
	width: 330px;
	margin: 20px 0;
	color: #484848;
	text-align: center;
}
.block-three-2 {
	margin: 20px 17px;
}
.block-five {
	float: left;
	width: 19%;
	margin: 20px 0;
	color: #484848;
	text-align: center;
}
@media only screen and (max-width: 1000px){
	#prace .container {
		width: 90%;
	}
	.block-three, .block-five {
		width: 100%;
		margin: 20px 0;
	}
	.block-three {
		margin: 0;
		padding-bottom: 25px;
	}
	.block-three-2 {
		margin: 0 0 110px 0;
	}
	h2{
		font-size: 39px;
		padding: 50px 0 30px 0;
	}
	h1{
		font-size: 39px;
		padding: 50px 0 30px 0;
	}
	#prace .container, .block-oun .container {
		width: 100%;
	}
	.banner-top .banner-top-social {
		display: flex;
		margin-top: 10px;
		gap: 10px;
	}
	.banner-top-social  .whatsapp a {
		color: #50b154;
		min-width: 50px;
	}
	.banner-top-social  .telegram a {
		color: #249bd7;
		min-width: 50px;
	}
}

#header {
	height: 50px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 55555;
}
.social-block {
	display: flex;
	gap: 10px;
	align-items: end;
}
.menu {
	text-align: center;
	padding: 15px 0 0 0;
	display: flex;
	justify-content: space-around;
}
.menu-a {
	float: left;
	width: 14%;
	color: #000;
    font-size: 18px;
	font-weight: 400;
}
@media only screen and (max-width: 1000px){
	#header {
		display: none;
	}
	
}

/*BANNER*/
.banner {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1000;
}
.fullscreen-bg {
    /*overflow: hidden;
    z-index: -100;
    position: relative;
    width: 100%;*/
	background: url(../img/Banner.jpg) center center / cover no-repeat;
	height: 700px;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
	-webkit-transform: scaleX(1.5); 
    -moz-transform: scaleX(1.72);
}
.overlay-2 {
    background: rgba(0,0,0,0.1);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 700px;
}
@media (max-width: 767px) {
	.fullscreen-bg {
		background: url(../img/Banner.jpg) center center / cover no-repeat;
	}
	.fullscreen-bg__video {
		display: none;
	}
}
.banner-top {
	margin-top: 50px;
}
.banner-top-logo {
	float: left;
	padding: 35px 0 20px 0;
}
.banner-top-discription {
	text-align: left;
	padding: 35px 0 0 35px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	float: left;
	width: 255px;
}
.banner-top-phone {
	float: right;
	text-align: right;
	padding: 35px 0 20px 0;
}
.banner-center {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.banner-center h2 {
	color: #fff;
	font-size: 59px;
	line-height: 1.2;
	padding-top: 100px;
}
.banner-center h1 {
	color: #fff;
	font-size: 59px;
	line-height: 1.2;
	padding-top: 100px;
	padding-bottom: 0;
}
.banner-top-phone-a {
	font-size: 32px;
	color: #fff;
	font-weight: 800;
}
.banner-top-phone-z-z {
	font-size: 22px;
	color: #fff;
}

.banner-button {
	padding-top: 50px;
}
.banner-button-left {
	float: left;
	width: 20%;
}
.banner-button-right {
	float: right;
	width: 80%;
	text-align: right;
	position: relative;
	z-index: 111;
}
.banner-button-left-p {
	background-color: #00A5DC;
    opacity: 0.9;
	border-radius: 100%;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	width: 150px;
	height: 150px;
	font-weight: 800;
	text-align: center;
	margin: 0 0 0 -20px;
	position: relative;
	z-index: 111;
}
.banner-button-left-p p {
	padding-top: 52px;
}
.banner-button-left-more-link {
	color: #000;
	background-color: #F1E623;
	padding: 35px 50px;
	font-size: 39px;
	font-weight: 800;
	border-radius: 100px;
}
.banner-button-bottom {
	margin: 0px 0 0 20px;
	position: absolute;
	z-index: 11;
}
.banner-top-social {
	display: none;
}
@media only screen and (max-width: 1200px){
	.banner-center h2 {
		font-size: 59px;
	}
	.banner-button-bottom {
		margin: 0px 0 0 20px;
	}
}
@media only screen and (max-width: 1000px){
	.banner {
		position: relative;
		z-index: 111;
	}
	.banner-center h1 {
        font-size: 39px;
        line-height: 1;
        padding-top: 50px;
        font-weight: 700;
    }
	.banner-top {
		margin-top: 0;
		display: flex;
    	flex-direction: column;
	}
	.banner-top-logo {
		padding: 35px 0 20px 0;
	}
	.banner-top-logo img{
		width: 90%;
	}
	.banner-top-discription {
		width: 80%;
		padding: 22px 0 0 0;
	}
	.banner-top-phone {
		float: left;
		text-align: left;
		width: auto;
		padding: 10px 0 0 0;
		display: inline-block;
	}
	.banner-center {
		width: 100%;
		margin: 0 auto;
	}
	.banner-center h2 {
		font-size: 39px;
		line-height: 1;
		padding-top: 50px;
		font-weight: 700;
	}
	.banner-top-phone-a {
		font-size: 32px;
		color: #fff;
		font-weight: 800;
	}
	.banner-top-phone-z-z {
		font-size: 22px;
		color: #fff;
	}
	.banner-button {
		padding-top: 50px;
	}
	.banner-button-left {
		float: left;
		width: 20%;
		position: absolute;
		margin: 55px 0 0 0;
	}
	.banner-button-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.banner-button-left-more-link {
		padding: 25px 20px;
		font-size: 18px;
	}
	.banner-button-bottom {
		margin: 70px 0 0 20px;
	}
	.banner-button-bottom img{
		width: 75%;
	}
}
@media (max-width:480px){
	.banner-top-phone-a {
		font-size: 22px;
	}
	  .banner-top-social {
		margin-top: 0;
		flex-direction: column;
	}
}

/*____block-oun
_________________________________*/
.block-oun {
	background: #F7F7F7;
}
.block-oun-img {
	width: 90px;
}
.block-oun-img-2 {
	font-size: 90px;
	color: #0787D6;
	font-weight: 800;
}
.block-oun-p {
	font-size: 25px;
	padding-top: 20px;
	color: #000;
}
@media only screen and (max-width: 1200px){
	.block-oun-p {
		font-size: 20px;
	}
}

/*SERVICES*/
.block-services-h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
}
.block-services p{
    font-size: 17px;
	padding: 5px 0;
	line-height: 22px;
}
.block-services a{
	font-weight: 700;
	font-size: 25px;
	background: #fc2f58;
	padding: 15px 39px;
	color: #fff;
	border-radius: 25px;
}
.block-services-h3-bottom {
	font-size: 30px;
	text-align: center;
	padding: 45px 0 0 0;
	color: #484848;
}


/*COMPLEKT*/
.block-complekt {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.block-complekt img {
	height: auto;
}
.block-complekt p {
	padding-top: 20px;
	font-size: 25px;
}
.block-complekt h3 {
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 25px;
}
.block-complekt-plus {
	float: left;
	width: 1%;
}
.block-five-plus p {
	font-size: 80px;
	font-weight: 700;
	color: #484848;
	margin-top: 50px;
}
.accessuars h2 {
	margin: 4% 0 -120px 0;
	position: relative;
	z-index: 5555;
}

.accessuars-tu .container {
	width: 90%;
}
.accessuars-tu h2{
    padding: 20px 0 0 0;
}
.title-h5-accessuars-tu {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #484848;
	padding-bottom: 50px;
}
.accessuars-tu-block {
	text-align: center;
}
.accessuars-tu h4 {
	font-size: 19px;
	color: #484848;
	font-weight: 700;
}
.accessuars-tu p {
	color: #484848;
	font-size: 17px;
}
.block-tu-img {
	margin-bottom: 10px;
}
.ps-vr .media {
	padding-top: 0;
}
@media only screen and (min-width: 1024px){
	.accessuars-tu-block-none {
		display: none;
	}
}
@media only screen and (max-width: 1200px){
	.title-h5-accessuars-tu {
		font-size: 17px;
		font-weight: 400;
		padding-bottom: 20px;
	}
	.accessuars-tu p {
		text-align: justify;
		font-size: 13px;
		padding-top: 5px;
	}
}

/*block-how-we-working*/
.block-how-we-working {
	background-color: #F1F7F7;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
}
.block-how-we-working p {
	padding-top: 10px;
	font-size: 20px;
}
.block-complekt-plus {
	float: left;
	width: 1%;
}
.block-five-plus p {
	font-size: 50px;
	font-weight: 400;
	color: #278FB0;
	margin-top: 59px;
}
@media only screen and (max-width: 1200px){
	.block-how-we-working {
    	padding-top: 0;
    }
}
@media only screen and (max-width: 1000px){
	.block-complekt-plus {
		display: none;
	}	
}

/*OTZIVI*/
.otzivi {
	background-color: #F1F7F7;
	text-align: center;
}
.otzivi-more-link {
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 21px;
    border-color: #b90025;
    border-style: solid;
    background-color: #fc2f58;
    border-width: 0px 0px 3px;
	display: inline-block;
	margin-top: 20px;
}
.vk-vidget {
	width: 665px;
	margin: 0 auto;
}
.vk-vidget-form-top {
    background: #4a76a8;
	border: 1px solid #4a76a8;
    height: 40px;
	border-radius: 3px 3px 0 0;
	width: 665px;
}
.vk-vidget-form-top p {
	color: #fff;
	font-size: 15px;
	text-align: left;
	font-weight: 700;
	padding: 12px 0 0 20px;
}
.vk-vidget-form {
	background: #fafbfc;
    border: 1px solid #e1e4eb;
    border-top: 0;
    border-radius: 0 0 3px 3px;
	width: 665px;
}
.vk-vidget-form textarea {
	min-height: 81px;
    height: auto;
	border-radius: 2px;
	border: 1px solid #d3d9de;
	width: 625px;
	margin: 15px auto 10px;
}
.vk-vidget-form button {
	outline: none;
	border: none;
	border-radius: 2px;
	font-size: 15px;
	background-color: #4a76a8;
    color: #FFFFFF;
	font-weight: 700;
	padding: 7px 0 9px 0;
	width: 125px;
	margin-bottom: 15px;
}
.vk-vidget-center-block {
	margin: 41px 0 0 0;
}
.vk-vidget-center-block-p {
	text-align: left;
	padding-bottom: 10px;
}
.vk-vidget-center-block-a {
    color: #2a5885;
}
.vk-vidget-center-block img {
	width: 100%;
}

.clients {
	background-color: #F1F7F7;
	text-align: center;
	box-shadow: 0px 8px 14px rgba(0,0,0,0.2);
	position: relative;
	z-index: 555;
}
.clients-block {
	float: left;
	width: 23%;
	margin: 20px 1%;
	color: #484848;
	text-align: center;
	border-radius: 20px;
    box-shadow: 4px 4px 17px rgba(0,0,0,0.15);
    background-color: #FFFFFF;
    overflow: hidden;
	padding: 12px 0;
}
.clients-block h3 {
	padding: 22px 0;
	font-size: 45px;
	font-weight: 700;
}
.clients-block h4 {
	padding: 27px 0;
	font-size: 37px;
}

@media only screen and (max-width: 1000px){
	.clients .container {
		width: 95%;
	}

	.clients-block-center {
		width: 100%;
		margin: 0 auto;
	}
	.clients-block {
		width: 45%;
		margin: 20px 2.5%;
	}
	.clients-block img{
		width: 80%;
	}
	.vk-vidget {
		width: 95%;
	}
	.vk-vidget-form-top {
		width: 100%;
	}
	.vk-vidget-form {
		width: 100%;
	}
	.vk-vidget-form textarea {
		width: 90%;
	}
}

.footer_top {
	text-align: center;
}
.tel{
	font-size: 39px;
	color: #484848;
	font-weight: 700;
}
.tel:hover {
	color: #13baf7; 
}
.z_z {
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 29px;
    border-color: #b90025;
    border-style: solid;
    background-color: #fc2f58;
    border-width: 0px 0px 3px;
	display: inline-block;
	margin-top: 20px;
}

.block-services-h3-bottom-contacts {
	font-size: 30px;
	text-align: center;
	color: #484848;
	padding: 0 15px 35px 15px;
}
@media only screen and (max-width: 1000px){
	.block-services-h3-bottom-contacts {
		display: block;
		padding: 10px 0;
	}
}

.footer {
	background-color: #F1F7F7;
	box-shadow: 0px -8px 14px rgba(0,0,0,0.2);
	position: relative;
	z-index: 555;
}
.footer-center {
	padding: 25px 0;
	font-size: 20px;
	color: #484848;
}
.footer-center-left {
	float: left;
	width: 40%;
	text-align: left;
	padding-top: 25px;
}
.footer-center-left-p {
	width: 330px;
}
.footer-center-top {
	float: left;
	width: 20%;
	text-align: center;
}
.footer-center-top-block {
	overflow: hidden;
    border-radius: 100px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    width: 78px;
    height: 79px;
}
.footer-center-top-block img{
	width: 55%;
	padding-top: 15px;
}
.footer-center-right {
	float: right;
	width: 40%;
	text-align: right;
	padding-top: 25px;
}

@media only screen and (max-width: 1000px){
	.footer-center-left {
		width: 80%;
		padding-top: 10px;
	}
	.footer-center-left-p {
		width: 100%;
	}
	.footer-center-right {
		display: none;
	}
}



.gopro-6 {
	text-align: center;
}
.gopro-6-banner {
	background: url(../img/Banner-gopro-6.jpg) center center / cover no-repeat;
	height: 300px;
	padding-top: 10px;
	margin-bottom: -120px;
}
.gopro-6-banner h2{	
	text-transform: none;
	color: #000;
	font-weight: 800;
}
.gopro-6-h3 {
    font-size: 30px;
	font-weight: 800;
	padding: 10px 0 30px 0;
}
.gopro-6-block {
	float: left;
	width: 30%;
	color: #484848;
    font-size: 17px;
	margin: 0 1.6% 0 1.7%;
}
.gopro-6-block-left {
	text-align: justify;
}
.gopro-6-block-bold p {
	padding: 0 0 10px 0;
}
.gopro-6-block-left-ty {
	text-align: left;
}
.more-link-gopro-6 {
    font-size: 25px;
    background: #fc2f58;
    padding: 15px 39px;
    color: #fff;
    border-radius: 25px;
}

@media only screen and (max-width: 1000px){
	.gopro-6-banner {
		height: 250px;
		padding-top: 0px;
		margin-bottom: -75px;
	}
	.gopro-6-banner h2{	
		font-size: 35px;
	}
	.gopro-6-img img {
		width: 70%;
	}
	.gopro-6-block {
		width: 100%;
		margin: 0 0 5% 0;
	}
	.gopro-6-block-left-ty {
		width: 285px;
		margin: 0 auto;
		float: none;
	}
	.gopro-6-block-left {
		display: none;
	}
	.span-tel-none {
		display: none;
	}
	.gopro-6 .container {
		width: 100%;
	}
}
/*pledge*/
.product-pledge {
	background: #009FDF;
	color: #fff;
	text-align: center;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.product-pledge p {
    font-size: 15px;
    padding: 0;
    line-height: 1.2;
    font-family: Calibri-fonts;
}
.product-pledge span {
    display: block;
    font-size: 39px;
    line-height: 0.8;
    padding-top: 2px;
}
@media only screen and (max-width: 1024px){
/*pledge*/
	.product-pledge {
		width: 55px;
		height: 55px;
		line-height: 1;
		font-size: 12px
	}
	.product-pledge span {
		font-size: 30px;
		line-height: 0.5;
		padding-top: 5.5px;
	}
	
	.block-services-h3-bottom {
        margin: 0 auto;
        width: 80%;
	}
}