/*form*/



.request-service {
	max-width: 360px;
	padding: 0;
}
.request-service .request-service-form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	padding: 1rem;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.request-service .request-service-form input, .request-service .request-service-form textarea {
	font-family: "intCyrLig";
	outline: 0;
	background-color: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	max-width: 100%;
	min-width: 100%;
}
.request-service .request-service-form button {
	font-family: "intCyrLig";
	text-transform: uppercase;
	outline: 0;
	background: #00BDFD;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #0B1E43;
	font-size: 14px;
	transition: all 0.3 ease;
	cursor: pointer;
}
.request-service .request-service-form button:hover, .request-service .request-service-form button:active, .request-service .request-service-form button:focus {
  background: #00BDFD;
}
.request-service .request-service-form .message {
	margin: 1rem 0 0px;
	color: #b3b3b3;
	font-size: 12px;
	/* font-family: "nextart"; */
}
.message span {
	color: #0B1E43;
	margin-left: 1rem;
}
.request-service .request-service-form .message a {
  color: #0B1E43;
  text-decoration: none;
}
.request-service .request-service-form .register-form {
  display: none;
}
.request-service .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.request-service .container:before, .request-service .container:after {
  content: "";
  display: block;
  clear: both;
}
.request-service .container .info {
  margin: 50px auto;
  text-align: center;
}
.request-service .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.request-service .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.request-service .container .info span a {
  color: #000000;
  text-decoration: none;
}
.request-service .container .info span .fa {
  color: #EF3B3A;
}
/*form*/

/* animation modal window*/
@-webkit-keyframes shadow {
	from {opacity: 0;}
	to {opacity: .5;}
}
@keyframes shadow {
	from {opacity: 0;}
	to {opacity: .5;}
}
.page-service-block {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	animation: shadow  1s 1 ease-in-out;
	animation-fill-mode: forwards;
	z-index: 1;
}

@-webkit-keyframes shadow1 {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes shadow1 {
	from {opacity: 0;}
	to {opacity: 1;}
}
.page-service-block-2 {
	position: fixed;
	width: 100%;
	animation: shadow1 500ms 1 ease-in-out;
	animation-fill-mode: forwards;
	display: flex;
	justify-content: center;
	z-index: 2;
	align-items: center;
	height: 100%;
}

@-webkit-keyframes shadow3 {
	from {opacity: .5;}
	to {opacity: 0;}
}

@keyframes shadow3 {
	from {opacity: .5;}
	to {opacity: 0;}
}
.desctop-close-menu{
	-webkit-animation: shadow3  500ms 1 ease-in-out;
	        animation: shadow3  500ms 1 ease-in-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.page-service-desctop-view {
	min-width: 320px;
	background-color: #0B1E43;
	color: white;
	padding: 1.5rem;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}
.window-desctop-view-blocks {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}
.window-desctop-view-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 9999;
    opacity: 0.8;
	overflow: hidden;
}

.window-desctop-view-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1rem;
}
.wait_response {
    text-align: center;
	color: white;
}
.check_true_icon {
    color: green;
    font-size: 2rem;
}
.block-form-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
#load_service_icon {
    width: 150px;
    height: 100px;
}
.error_true_icon {
    color: red;
    font-size: 1.5rem;
}
.form-text-info {
    color: black;
    opacity: .8;
    font-family: "nextart";
    font-size: 1.5rem;
    margin-left: .5rem;
}

.form_ok, .registration_form_ok {
    color: black;
    padding: .5rem 1rem;
    border-radius: 5px;
    background: #00BDFD;
    font-family: "nextart";
    color: white;
    cursor: pointer;
}
.form_error{
    color: black;
    padding: .5rem 1rem;
    border-radius: 5px;
    background: #00BDFD;
    font-family: "nextart";
    color: white;
    cursor: pointer;	
}

.response-true {
    margin: 1rem;
}
.page-service-desctop-view .block-menu-link {
    margin: 1.5rem 0 0 0;
	height: 25px;
	width: 100%;
}
.page-service-desctop-view .last-menu {
    margin-bottom: 1rem;
}

.modal_block {
    margin: 0 1rem;
}

.modal_head_name {
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 1rem;
}
.modal_head_name h2 {
    max-width: 350px;
	margin: 0;
}

.page-service-desctop-view h2 {
	text-align: center;
}
.page-service-desctop-view p {
    text-align: center;
    font-size: .9rem;
}
.close-desctop-view {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0rem 0 0 1rem;
}

.close-desctop-view .fa-times{
	cursor: pointer;
}
.get-price {
    margin-left: .5rem;
}
.pages-action-2 .price_from {
    margin: 0;
}
.message {
    font-family: "intCyrLig";
}
.registration_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
	color: #0B1E43;
	flex-direction: column;
	margin: 0 0 1rem 0;
}
.registration_status p {
    margin: 0 .5rem .5rem;
}

.check_true_message {
    text-align: center;
	color: black;
	font-size: .8rem;
	font-family: "intCyrLig";
	line-height: 1.2rem;
	text-align: justify;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

@media(min-width: 500px){
	.page-service-desctop-view {
		min-width: 320px;
		background-color: #0B1E43;
		color: white;
		margin-top: 0;
	}
}

@media (max-height: 500px){
	
	.modal_block {
		margin: 0 .5rem;
	}
	.registration_user, .registration_master{
		font-size: .6rem;
	}
	.this-service-form .hgb-checkbox-block .hgb-checkbox-name{
		font-size: 10px;
	}
	.page-service-desctop-view {
		min-width: 250px;
		background-color: #0B1E43;
		color: white;
		padding: 1rem;
	}
	.modal_head_name {
		max-width: 250px;
	}
	.close-desctop-view .svg-inline--fa.fa-times.fa-w-12 {
		font-size: .6rem;
	}
	.request-service {
		margin: 0 .5rem;
	}
	.page-service-desctop-view h2 {
		font-size: .7rem;
	}
	.request-service {
		max-width: 250px;
		padding: 0;
		margin: auto;
	}
	.request-service .request-service-form input, .request-service .request-service-form textarea {
		font-family: "intCyrLig";
		outline: 0;
		background: #f2f2f2;
		width: 100%;
		border: 0;
		margin: 0px 0 10px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 10px;
	}
	.request-service .request-service-form button {
		font-family: "intCyrLig";
		text-transform: uppercase;
		outline: 0;
		background: #00BDFD;
		width: 100%;
		border: 0;
		padding: 5px;
		color: #0B1E43;
		font-size: .6rem;
		-webkit-transition: all 0.3 ease;
		-o-transition: all 0.3 ease;
		transition: all 0.3 ease;
		cursor: pointer;
	}
	.request-service .request-service-form .message {
		margin: 1rem 0 0px;
		color: #b3b3b3;
		font-size: .6rem;
		font-family: "nextart";
	}
	.request-service .request-service-form {
		position: relative;
		z-index: 1;
		background: #FFFFFF;
		padding: 1rem;
		text-align: center;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	}
	.page-service-desctop-view h2 {
		text-align: center;
		margin: 0;
	}
	.page-service-desctop-view p {
		font-size: .6rem;
	}
}
