@font-face {
	font-family: "GothaProBol", sans-serif;
	src: url('../fonts/GothaProBol');
}

@font-face {
	font-family: "GothaProBla", sans-serif;
	src: url('../fonts/GothaProBla');
}

@font-face {
	font-family: "Circe-Bold", sans-serif;
	src: url('../fonts/Circe/Circe-Bold');
}

@font-face {
	font-family: "Circe-Bold", sans-serif;
	src: url('../fonts/Circe/Circe-Bold');
}

@font-face {
	font-family: "Circe-Bold", sans-serif;
	src: url('../fonts/Circe/Circe-Bold');
}

@font-face {
	font-family: "Circe-Bold", sans-serif;
	src: url('../fonts/Circe/Circe-Bold');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Circe-Bold", sans-serif;
}

body {
	background: #F7F8F9;
}

img {
	max-width: 100%;
}

.zakaz_zv {
	font-family: "Circe-Bold", sans-serif;
}

.main-place {
	background: url('../img/4k.jpg') center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: relative;
}

.second-main-place {
	background: url('../img/second-bg-main.png') center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

.header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 81.25%;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

.header>div:first-child {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	flex: 1;
}

.header__nav {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}

.header__link {
	display: inline-block;
	padding: 6px 12px;
	color: #ffffff;
	font-size: 82%;
	font-family: "GothaProBol", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.15s ease-out;
}

.header__toogler {
	display: none;
	padding: 10px;
}

.header__link:hover {
	color: #fb1254;
	text-decoration: none;
}

.header>a {
	margin-top: 5px;
}

.tel {
	text-align: center;
}

.tel>span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #E2E2E2;
	font-family: "GothaProBol", sans-serif;
}

.tel>label {
	padding: 12px 30px;
	text-transform: uppercase;
	background: #FB1254;
	color: #EEEEEE;
	font-size: 15px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	position: relative;
}

@media screen and (max-width: 500px) {
	.header {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header>a {
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

.main-place>h1 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	width: 60%;
	margin: 0 auto;
	/*margin-top: 100px;*/
	margin-top: 70px;
	font-family: "GothaProBla", sans-serif;
}

.f-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 25px auto;
	max-width: 1175px;
}

.f-flex>div:first-child {
	margin-right: 50px;
	margin-left: 25px;
}

.q-w>div:first-child {
	/*transform: translateY(40px);*/
}

.f-flex>div:nth-child(2)>img.d-smart {
	/*width: 320px;*/
	max-width: 320px;
}

.s-child {
	/*transform: translateY(50px);*/
}

.f-flex>div:last-child {
	width: 25%;
}

.f-flex>div>img {
	display: block;
	margin: 0 auto;
}

.f-flex>div:first-child {
	margin-bottom: 55px;
}

.f-flex>div:nth-child(3)>img {
	width: 320px;
	transform: translateY(-50px) scale(1.2);
}

.f-flex>div:nth-child(3)>img.e-x-t {
	transform: translateY(0) scale(1);
	width: 240px;
	max-width: 260px;
}

.f-flex>div:nth-child(3)>.txt {
	/*transform: translateY(-100px);*/
}

.f-flex>div:nth-child(3)>.xtx {
	transform: translateY(30px);
}

.ex-flex>div:nth-child(3) {
	/*transform: translateY(35px);*/
}

.ex-flex {
	justify-content: space-between;
}

.ex-flex>div:first-child {
	transform: translateY(-60px);
}

.ex-flex>div:nth-child(2)>img {
	/*width: 120px;*/
}

.ex-flex>div:first-child>.txt {
	transform: translateY(-30px);
}

.f-flex.q-w div img {
	width: 320px;
	transform: translateY(-50px) scale(1.2);
}

.txt {
	width: 250px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	margin: 10px auto;
	transform: translateY(-70px);
}

.header img,
.modal-win img {
	width: initial !important;
}

.txt.double {
	transform: translateY(-30px);
}

.txt>p:first-child {
	font-size: 14px;
	margin-bottom: 15px;
}

.txt>p:last-child {
	font-weight: bold;
	font-size: 18px;
}

.my-form {
	padding: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	border-radius: 5px;
	width: 340px;
}

.my-form>h3 {
	font-size: 18px;
}

.my-form>span {
	font-size: 14.5px;
	margin: 5px 0;
	display: block;
}

.my-form>input,
.my-form>select {
	display: block;
	padding: 10px 15px;
	background: #EEEEEE;
	color: #B1B1B1;
	border-radius: 5px;
	border: none;
	outline: none;
	font-size: 14.5px;
	width: 100%;
}

.my-form>button {
	background: #FB1254;
	color: #DAC7CB;
	text-align: center;
	display: block;
	border: none;
	outline: none;
	border-radius: 50px;
	width: 160px;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
}

.cer-s {
	width: 80%;
	position: absolute;
	bottom: -65px;
	left: 10%;
	max-width: 1175px;
	margin: auto;
}

.cer-s img {
	width: 155px;
	/*height: 112px;*/
	cursor: pointer;
}

.cer-s>p {
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
}

.s-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.modal-win {
	position: fixed;
	top: 200px;
	left: calc(50% - 285px);
	width: 570px;
	padding: 25px 90px;
	background: #fff;
	transition: 0.4s all;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(-1000%) scale(0.01);
	z-index: 4999;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#for-check:checked~.modal-win {
	opacity: 1;
	transform: translateY(0) scale(1);
}

#for-check {
	display: none;
}

.close {
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}

.modal-win>h2 {
	margin: 15px 0 45px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
}

.modal-win>span {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.modal-win>span.nth2 {
	margin-top: 5px;
}

.modal-win>input {
	outline: none;
	padding: 10px;
	display: block;
	border: 1px solid #EDEDED;
	color: #8F8F8F;
	background: #F6F6F6;
	width: 100%;
	border-radius: 3px;
}

.modal-win>button {
	width: 150px;
	text-transform: uppercase;
	background: #FB1355;
	color: #fff;
	font-size: 13px;
	border-radius: 50px;
	display: block;
	outline: none;
	border: none;
	padding: 10px 0;
	text-align: center;
	margin: 25px auto;
	cursor: pointer;
}

.carousel {
	width: 650px;
	height: 400px;
	position: fixed;
	top: 125px;
	left: calc(50% - 325px);
	z-index: 999;
	opacity: 0;
	transform: translateY(-1000%);
	transition: 0.4s all;
}

.carousel img {
	width: 100%;
	height: 400px;
}

.bl-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 998;
	display: block;
}

#for-sl {
	display: none;
}

#for-sl:checked~.carousel {
	opacity: 1;
	transform: scale(1) translateY(0);
}

#for-sl:checked~.bl-cover {
	bottom: 0;
}

@media screen and (max-width: 1300px) {
	.f-flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-bottom: 70px;
	}
	.cen {
		margin: 0 auto;
		display: block;
		transform: translateY(-60px);
		min-width: 300px;
	}
	.cen>form {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.s-flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.cer-s {
		display: none;
	}
	.f-flex {
		padding-bottom: 10px;
	}
	.fx-uslugi {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		width: 95%;
	}
	.fx-uslugi>label {
		width: 80%;
		margin: 20px auto;
	}
}

@media screen and (max-width: 650px) {
	.main-place>h1 {
		font-size: 30px;
	}
	.fx-uslugi>label {
		width: 100%;
		margin: 20px auto;
	}
	.fx-uslugi>label>h4 {
		font-size: 14px;
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	.modal-win {
		width: 95%;
		left: 2.5%;
	}
}

@media screen and (max-width: 500px) {
	.main-place>h1 {
		font-size: 25px;
	}
}

@media screen and (max-width: 485px) {
	.f-flex>div:nth-child(2)>img.d-smart {
		width: 80%;
	}
	.f-flex>div {
		width: 95%;
		margin: 16% auto;
	}
	.f-flex>div>img {
		width: 90%;
	}
	.f-flex>div:nth-child(3)>img {
		width: 95%;
	}
}

@media screen and (max-width: 420px) {
	.modal-win {
		padding: 50px 30px;
		width: 95%;
		left: 2.5%;
	}
}


/*------------block-2---------------*/

.block-2 {
	background: #F7F8F9;
	padding: 100px 0 70px 0;
}

h2 {
	font-family: "GothaProBla", sans-serif;
}

.block-2>h2 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 40px;
	font-family: "GothaProBla", sans-serif;
}

.block-2>h2.my-h2 {
	margin-top: 120px;
	margin-bottom: 60px;
}

.fx-uslugi {
	width: 75%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
	max-width: 1175px;
}

@media screen and (max-width: 650px) {
	.fx-uslugi {
		width: 95%;
	}
}

.bl-3 {
	width: 85%;
	margin-bottom: 80px;
}

.bl-3>div {
	width: 48%;
}

.bl-3>div:first-child {
	margin-right: 100px;
}

.ff-fx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.ff-fx>div {
	margin: auto;
	padding-left: 25px;
	width: 80%;
	max-width: 1175px;
}

.ff-fx>div>h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.ff-fx>div>h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: #FB1254;
}

@media screen and (max-width: 960px) {
	.block-2 {
		padding: 50px 0 20px 0;
	}
	.block-2>h2.my-h2 {
		margin: 60px 0 30px 0;
	}
	.bl-3>div {
		margin: 0 auto;
	}
	.bl-3 {
		margin-bottom: 0;
	}
	.bl-3>div:first-child {
		margin: 25px auto;
	}
	.bl-3>div {
		width: 100%;
	}
	.fx-uslugi {
		margin-bottom: 0;
	}
}


/*------------block-2---------------*/


/*------------------------------------*/

.work {
	background: url('../img/bg-sec.png') center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 90px 0;
}

.work>h2 {
	text-align: center;
	color: #fff;
	font-size: 1.3em;
}

.fx-w1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 70px auto;
	max-width: 1175px;
}

.fx-w2 {
	justify-content: space-around;
	width: 40%;
	margin-bottom: 0;
}

.fx-w1>div {
	text-align: center;
	color: #fff;
	width: 33%;
}

.fx-w1>div>img {
	margin-bottom: 10px;
}

.fx-w1>div>p {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}

@media screen and (max-width: 1000px) {
	.fx-w1,
	.fx-w2 {
		width: 95%;
	}
}

@media screen and (max-width: 550px) {
	.work {
		padding-bottom: 30px;
	}
	.fx-w1 {
		margin: 25px auto;
		margin-bottom: 0;
	}
	.fx-w2 {
		margin-top: 5px;
	}
	.fx-w1,
	.fx-w2 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fx-w1>div,
	.fx-w2>div {
		margin: 15px auto;
	}
	.fx-w1>div {
		width: 95%;
	}
}


/*------------------------------------*/


/*--------------block-4---------------*/

.block-4 {
	padding: 90px 0;
}

.block-4>h2 {
	text-align: center;
}

.page-cl {
	display: block;
	margin: 40px auto;
	transform: translateX(-15px);
}

.center {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	outline: none;
}

.center img {
	margin: auto;
	display: block;
}

.center .slick-prev {
	left: -35px;
}

.my-next-slider .slick-prev {
	left: -45px;
}

.block-4>h2.par {
	margin: 70px 0 50px 0;
}

.my-next-slider {
	width: 45%;
	margin: 0 auto;
}

.my-next-slider img {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 995px) {
	.center {
		width: 75%;
	}
}

@media screen and (max-width: 625px) {
	.page-cl {
		width: 80%;
	}
}

@media screen and (max-width: 530px) {
	.center {
		width: 95%;
	}
}


/*--------------block-4 end---------------*/


/*-------------block-form-----------*/

.block-form {
	padding: 50px 0 230px 0;
	background: url('../img/new-bg-form.png');
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.block-form>h2 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 70px;
}

.scheme>h2 {
	margin-top: 230px;
	text-align: center;
	font-size: 1.5em;
	color: #083C5D;
}

.fx-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 1175px;
}

.fx-form>iframe {
	width: 500px;
	height: 340px;
	border-radius: 5px;
}

.fx-form>form {
	width: 340px;
	background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1180px) {
	.fx-form {
		width: 95%;
	}
}

@media screen and (max-width: 870px) {
	.fx-form {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fx-form>iframe {
		margin: 15px auto;
		width: 95%;
	}
	.fx-form>form {
		margin: 15px auto;
		width: 300px;
	}
}


/*-------------block-form end-----------*/

.footer {
	background: #2C2C2C;
	padding: 35px 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 2088px;
	margin: auto;
}

.footer>a {
	margin-top: 13px;
	display: block;
}

.footer>ul>li {
	color: #FBFBFB;
	list-style-type: none;
	font-size: 15px;
	padding: 3px 0;
}

@media screen and (max-width: 500px) {
	.footer {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 20px;
	}
	.footer>ul {
		margin: 15px 0;
	}
}

@media screen and (max-width: 1290px) {
	.second-wrapper .my-form {
		margin-top: 140px;
	}
}

@media screen and (max-width: 460px) {
	.ex-flex>div:first-child {
		transform: translateY(0);
	}
}

.my-label {
	margin: 35px auto;
	position: relative;
	display: block;
	height: 500px;
	margin-bottom: 0;
}

.my-next-img {
	position: absolute;
	top: 20px;
	left: calc(50% - 267px);
}

.my-next-img:last-child {
	top: 0;
	left: calc(50% - 155px);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: 0.3s;
}

.my-next-img:last-child:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

.label-certificate {
	position: fixed;
	top: 5vh;
	left: 30%;
	width: 40%;
	height: 90vh;
	display: block;
	z-index: 30000;
	transform: scale(0.01) translateY(-1000%);
	opacity: 0;
	transition: 0.4s;
}

.label-certificate>img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#for-certificate {
	display: none;
}

#for-certificate:checked~.label-certificate {
	transform: scale(1) translateY(0);
	opacity: 1;
}

.bl-cr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2999;
}

#for-certificate:checked~.bl-cr {
	bottom: 0;
}

@media screen and (max-width: 910px) {
	.label-certificate {
		width: 60%;
		left: 20%;
	}
	.main-place>h1 {
		width: 94%;
		margin-top: 130px;
	}
}

@media screen and (max-width: 580px) {
	.my-next-img:first-child {
		width: 90%;
		left: 5%;
	}
	.label-certificate {
		width: 90%;
		left: 5%;
		height: 70vh;
		top: 15vh;
	}
	.my-next-slider {
		width: 70%;
	}
}

@media screen and (max-width: 350px) {
	.my-next-img:last-child {
		width: 90%;
		left: 5%;
	}
}

.fx-mini {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	background: #fff;
	padding: 30px 20px;
	width: 46%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: 0.4s all;
	cursor: pointer;
}

.fx-mini:hover {
	transform: scale(1.1);
}

.fx-mini>img {
	margin: auto;
}

.fx-mini>h4 {
	margin: auto;
	width: 70%;
}

#feedback {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.4s all;
	z-index: 5000;
}

#feedback::before {
	content: '';
	position: absolute;
	top: 0;
	left: -25%;
	width: 150%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.main-place {
	padding-top: 80px;
}

.map-h2 {
	text-align: center;
	padding: 50px 0 30px 0;
	font-size: 1.3em;
}

.my-map {
	width: 100%;
}

.portfolio-slides a {
	display: block;
	max-height: 110px;
	overflow: hidden;
}

#services .serv-title {
	font-size: 21px;
	color: #fb1254;
}

@media screen and (min-width: 1475px) {
	.cer-s {
		left: 22%;
		max-width: 1175px;
		margin: auto;
	}
}

@media screen and (min-width: 1024px) {
	.s-child {
		transform: translateX(-24px);
	}
}

@media (max-width: 1400px) {
	.header__nav {
		margin-left: 20px;
	}
	.header__link {
		padding: 6px;
	}
}

@media (max-width: 1280px) {
	.header__toogler {
		display: inline-block;
	}
	.header__toogle {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 200px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.95);
		z-index: 6000;
	}
	.header__toogle>.header__link {
		display: block;
	}
}

@media (max-width: 768px) {
	.my-next-img:first-child {
		display: none;
	}
	.my-next-img {
		position: relative !important;
		width: 80% !important;
	}
	.block-form {
		padding: 40px 0;
	}
	.block-form>h2 {
		margin-bottom: 20px;
	}
	.block-4 {
		padding: 40px 0;
	}
	.work {
		padding: 40px 0;
	}
	.block-2>h2.my-h2 {
		margin: 30px 0;
	}
	.block-2 {
		padding-top: 20px;
	}
	.f-flex>div {
		margin: 0 auto;
	}
	.f-flex.q-w div img {
		width: 200px !important;
		transform: translateY(-45px) scale(1.2);
	}
	.my-next-slider .slick-next {
		right: 0 !important;
	}
	.my-next-slider .slick-prev {
		left: -25px !important;
	}
	.center .slick-next {
		right: 25px !important;
	}
	.center .slick-prev {
		left: 20px !important;
	}
	.header>a {
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.header__nav {
		margin-left: 10px;
	}
}

.form_popup {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    background: #000;
    padding: 50px;
    border-radius: 10px;
    z-index: 999999;
}