@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;600;700&display=swap');
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/





body
{
	font-family: 'Montserrat', sans-serif;
}

.main-bg{
	background-image: url('background1.webp');
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-size: cover;
}
.main-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: -1;
}
.container{
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}
main{
	width: 100%;
	/* height: 200vh; */
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.box1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 70%; */
	/* height: 100vh; */
position: relative;
padding-top: 3em;
}
.box1 h1{
	font-size: 4em;
	margin-top: 3.5em;
	line-height: 1.2;
	font-weight: 600;
	color:#fff;
}
.box1-clock{
	margin-top: 1em;
	display: flex;
	font-size: 2em;
	color:#fff;
	/* justify-content: space-between; */
}

.gradient-text {
	background:  linear-gradient( to right, #f12711, #f5af19);;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
 }
 .box1-p p {
	color: #fff;
	font-size: 1.2em;
	text-decoration: underline;
	margin-top: 2em;
	margin-bottom:2em ;
 }
 .box1-vyezd{
	font-weight: 400 !important;
	padding-left: .5em;
	margin-bottom: 3em;
	margin-top: .5em;
	color:#fff;
	
 }
.box1-text{
	color: #fff;
	font-weight: 200;
	margin-top: 1.5em;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.4;
}
.box1-text span{
	font-weight: 600 !important;
}
.box1 h2{
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	margin-top: 1em;
}
.box1 p span{
	font-size: 1em;
}
.box1 .box1-h2{
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 1.5em;
}
.box1-2{
	position: absolute;
	bottom: 0em;
	top: 0;
	/* left: 0; */
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.box1-2 div{
	text-align: center;
}
.box1-2 div p{
	color: #fff;
}
.box1-2 img{
	width: 150px;
	height: 150px;
	border-radius: 10px;
	margin-bottom: .4em;
}
.content{
	color:#fff;
	margin-top: 6em;
}

/* .box-2{
	width: 30%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 2em;
} */
.tel{
	position: absolute;
	top: 15px;
	right: 0;
	display: flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content: space-between;
}
.tel a{
	color: #fff;
	font-size: 2.2em;
}
.tel-tel{
	margin-bottom: .5em;
}
.tel-name{
	font-size: .6em;
	font-weight: 200;
	color: #fff;
	font-size: 1.2em;
	margin-top: .3em;
}
.box-2 h2{
	color: #fff;
	font-size: 1.8em;
	margin-bottom: .5em;
	font-weight: 400;
}
.box-list {
	border-bottom: 1px solid #f12711;
	margin-top: 3em;
	color:#fff;
	font-size: 0.9em;
	padding-bottom: 2em;
}
.box-list div{
	display: flex;
	margin-bottom: .3em;
}
.box-list div div{
	margin-right: 1em;
}
/* .box1 span{
	background: linear-gradient( to right, #f12711, #f5af19);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
	margin-top: .5em;
} */
.box-list p{

	letter-spacing: 0.025em;
	color: #fff;
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: 400;
	list-style-type: disc;
}

.card-block{
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.card-box{
	margin-top: 3em;
	text-align: center;
}
.card-box h2{
	font-size: 2em;
}
.card{
	background: #fff;
	border-radius:10px;
	/* width: 30%; */

	width: 50%;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;

}
.card-img img{
	width: 100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.card-text{
	text-align:center;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;

}
.card-text h3{
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 600;
}
.mb-1{
	margin-bottom: 1em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-3{
	margin-bottom: 3em;
}
.mt-1{
	margin-top: 1em;
}
.mt-2{
	margin-top: 2em;
}
.mt-3{
	margin-top: 3em;
}
.font-weight{
	font-weight: 600;
}
.fz-1{
font-size:1em;
}
.fz-1-5{
font-size:1.5em;
}
.fz-2{
font-size:2em;
}
.fz-3{
font-size:3em;
}
.line-h{
	line-height: 1.2;
}


.card-text p:last-child{
	margin-top: 2em;
	color: #897f7f;
}
.card-text-p1{
text-transform: uppercase;
}

.contact-block{
	margin-top: 3em;
	color:#fff;
	text-align: center;
}
.contact-block h5{
	font-size: 2em;
	margin-bottom: .5em;
}
.contact-block p{
	font-size: .8em;
}
.contact-block-link{
	margin-bottom: 2em;
}
.contact-block-tel{
	font-size: 2.5em;
	color:#fff;
}
.contact-block-social{
	margin-top: 2em;
	padding-right: 1em;
}
.contact-block-social-a{
	margin-left: 10px;
	margin-right: 10px;
}
.rezhim{
	margin-top: 2em;
}
.rezhim p:nth-child(1){
	font-size: 1.6em;
	margin-bottom: .4em;
}
.rezhim .rezhim-p{
	font-size: 1.4em;
	margin-bottom: .2em;
}
.rezhim .rezhim-p{
	font-size: 1.2em;
	margin-bottom: .2em;
}


/* .btn-send{
	border: 1px solid #4facfe;
	padding: 10px 20px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.1);
	font-weight: 600;
	font-size: 18px;
	border-radius: 2px;
	margin-top: 2em;
	border-radius: 5px;
} */
/* .btn-send p{
	background: linear-gradient( to right, #4facfe 0%, #00f2fe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
}
.btn-send:hover{
border: 1px solid rgb(10, 221, 10);
background: rgba(14, 214, 14, 0.4);
} */

/* .modal{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.814);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 100000;
}
.modal.active{
	display: flex;
}
.modal-box{
	width: 50vw;
height: auto;
background: linear-gradient( to right, #4facfe 0%, #00f2fe 100%);
border-radius: 10px;
position: relative;
padding: 20px 20px 20px 20px;
}
.modal-exit{
	position: absolute;
	font-size: 2em;
	top: -35px;
	right: -35px;
	cursor: pointer;
}
.modal-btn{
	background: rgba(255, 255, 255, 0.429);
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 1em;
	border: 1px solid #000;
  color: #000;
  max-width: 180px;
}
.modal-btn:hover{
	background: rgb(8, 201, 8);
} */
.formBx
{
  min-width: 60%;
}
.formBx form
{
  display: flex;
  flex-direction: column;
}
.formBx form h3,
.contactInfo h3
{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.formBx form input,
.formBx form textarea
{
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #000;
  outline: none;
  resize: none;
  color: #000;
}
.formBx form input::placeholder,
.formBx form textarea::placeholder
{
  color: #000;
}
.formBx form textarea
{
  min-height: 200px;
}
.formBx form input[type="submit"]
{
  max-width: 180px;
  background: rgb(238, 255, 0);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 5px 5px 5px;
}

@media screen and (max-width: 975px){
	.box-2 a{
		font-size: 1.8em;
	}
}
@media screen and (max-width: 875px){
	.box1 h1{
		font-size: 3em;
	}
	.box-list div{
		flex-direction: column;
	}
	.box-list ul li {
		font-size: 1em;
  }
  .box1 span {
	font-size: 1em;
}
.btn-send{
	font-size: 14px;
}
}
@media screen and (max-width: 875px){
	.box1-2 img{
		width: 110px;
		height: 110px;
	}
	.box1 h1{
		font-size: 2.2em;
	}
	.box-list ul li {
		font-size: .8em;
  }
  .card-block{
	flex-direction: column;
  }
  .card{
	margin-bottom: 3em;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
  }
}
@media screen and (max-width: 767px){

	.main-bg{
		background-image: url('background2.webp');
	}
}
@media screen and (max-width: 575px){
	.modal-box{
		width: 80vw;
	}
	.box1{
		width: 100%;
	}
	.box-2{
		display: none;
	}
}
@media screen and (max-width: 476px){
	.box-list{
		margin-top: 0;
	}
	.box1 span{
		font-weight: 400;
		font-size: .8em;
	}
}

@media screen and (max-width: 428px){

	.tel a {
		font-size: 1.8em;
  }
  .box1-p p{
	font-size: 1em;
  }
  .box1 h1 {
	font-size: 2.3em;
}
.box1-span{
	font-weight: 300;
	line-height:1.3;
}
.btn-send {
	font-size: 11px;
}
.box-list ul li {
	font-size: .9em;
	font-weight: 400;
}
.box1 .box1-h2 {
	font-weight: 200;
	font-size: 1.1em;
	margin-bottom: .5em;
}
.box1-clock{
flex-direction: column;
/* margin-top: .2em; */
font-size: 1.5em;
}

.box1 span {
	font-size: .8em;
}
}
@media screen and (max-width: 414px){
	.box1 h1 {
		font-size: 2em;
  }
  .box1 h2{
	font-size: 1.1em;
  }
}
@media screen and (max-width: 375px){
	.box-list ul li {
		font-size: .8em;
		font-weight: 400;
	}
	.box1 span {
		font-size: .8em;
  }
  .box1 h1 {
	font-size: 1.8em;
}
}
@media screen and (max-width: 320px){
	.box1 h1 {
		font-size: 1.7em;
  }
  .tel a{
	color: #fff;
	font-size: 1.5em;
}
.box1 h2 {
	margin-top: 0.4em;
}
.box1-text {
	margin-top: 1.3em;
	font-size: 0.7em;
	line-height: 1.2;
}
.box1-clock {
	margin-top: 0em;
}
.btn-send{
	margin-top: 0.8em;
	padding: 7px 8px;
	font-size: 10px;
}
.box1-p .p-p{
margin-top: 1em ;
font-size: 0.9em;
margin-bottom: .7em;
}
.box1 .box1-h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
.box1 span {
	font-size: .9em;
}
.box-list ul li {
	font-size: 0.8em;
}
.box1 span{
	margin-top: 0.2em;
}
.modal-exit {
	position: absolute;
	font-size: 1.8em;
	top: -24px;
	right: -24px;
	cursor: pointer;
}
.formBx form h3, .contactInfo h3 {
	font-size: 16px;
}
.modal-box {
	width: 77vw;
}
}

