body
{
	margin:0px;
	font-family: "Montserrat Regular";
	min-width: 1140px;
	line-height: 1.43;
}

a
{
	text-decoration:none;
}

.bg-blue-arrow
{
	background: url("/images/back_blue.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:70px;
}

.content-wraper
{
	min-width:1080px;
	max-width:1300px;
	margin:0 auto;
}

header
{ position: sticky;
	top: 0px;
	background:white;
	z-index:800;
}

.head-content
{

	padding: 15px 15px 5px 15px;
	font-family: "Montserrat Medium";
	display:flex;
	justify-content: space-between;
	align-items: center;
	background: white;

}

.head-content .head-center
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:10px;

}

.head-center-text
{
	text-align: center;

	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0em;
	color: rgb(28, 47, 117);
	font-weight: 700;

}

.head-center nav{

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width:805px;

}


.btn
{
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.43;


	background-color: rgb(227, 5, 18);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid 1px rgb(227, 5, 18);
	padding:12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: rgb(255, 255, 255);

	margin:5px;
	transition-property: box-shadow,transform,color,background-color,border-color !important;
	transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-duration: .3s;
}


.btn:hover
{
	background-color: rgb(28, 45, 117);
	border-color: rgb(28, 45, 117);
	color: rgb(255, 255, 255) 
}

nav .btn.grow:hover
{
	transform:scale(1.05);
	transition-property: box-shadow,transform,color,background-color,border-color !important;
	transition-timing-function: cubic-bezier(.2,1,.3,1);
	transition-duration: .3s;
}



.btn span.fas::before 
{
	//content: "\f558";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:5px;
}

.head-contacts
{
	display:flex;
	flex-direction:column;
	max-width:200px;
	min-width:160px;
	text-align:center;


}

.head-contacts a
{
	font-family: "Montserrat Medium";
	color: rgb(28, 45, 117) !important;
	font-family: "Montserrat Medium";
	line-height: 1.43;
	display:block;
}

.h-phone
{
	font-size: 16px;
	font-weight: bold;
}

.h-mail
{
	font-size: 15px;
	border-bottom: solid 2px rgb(22, 36, 94);
} 


/**/

.bg-blue-arrow H1
{
	text-align: center;
	font-family: "Montserrat Black";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0em;
	color:white;
	margin:0px;
	padding-top:60px;
	padding-bottom:45px;
}

.content-wraper.banner-slider
{
	padding-bottom:80px;
}

.banner-slider-wrapper
{
	background:white;
	margin:0 auto;
	max-width:1140px;
	padding:0px 30px;
	text-align:center;
}

.banner-slider-wrapper H2
{
	margin:0px;
	padding:16px;
	text-align: center;
	font-family: "Montserrat Medium";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0em;
	color: rgb(28, 47, 117);
	opacity: 1;
}

.banner-slider-dots
{
	height:25px;
}

.banner-slider-content .banner-slide 
{
	//display:none;

}
.banner-slider-content .banner-slide.active
{
	//display:block;
}

.banner-slider-content .banner-slide img
{
	width:100%;
}


/**/

.content-wraper.price
{
	display:flex;

	max-width: 1170px;
	padding-bottom:60px;
}

.left-col
{
	width:39%;
	min-height:360px;
	margin:0 10px;
	background:white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content-wraper.price svg path {
	fill: rgb(28, 46, 117)
}

.content-wraper.price H2
{

	font-family: "Montserrat Medium";
	color: rgb(54, 68, 117);
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0em;

	padding:25px 5px;
}

.list-el
{
	display: flex;
	align-items: center;
	padding:5px;
	padding-left:60px;
	text-align: left;
	font-family: "Montserrat Regular";
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0em;
	color: rgb(0, 0, 0);
}

.list-el svg
{
	border-radius: 50%;
	width: 58px;
}

.list-el svg+span
{
	margin-left:20px;
	margin-right:15px;
}

.button-line
{
	padding:25px 5px 20px 5px;
	display: flex;
	justify-content: space-around;
}

.btn.bprice
{
	border-radius:0px;
	font-weight: bold;
	padding:8px;
	font-family: "Montserrat Medium";
	display: inline-flex;
	min-width: 159px;
	align-items: center;
	justify-content: center;
	cursor:pointer
}

.btn.bprice .fas::before   
{
	font-size: 18px;
}

.right-col
{
	width:60%;
	position:relative;
	margin:10px;
}

.right-col .vk_banner
{
	width:100%;
	position:relative;

}

.item-16by9
{
	padding-top: 56.25%;
}

/**/

.promo H2
{
	text-align: center;
	font-family: "Montserrat Medium";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0em;
	color: rgb(28, 47, 117);
}

.promo .banners
{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.promo .banners a
{
	width: calc(33% - 18px);
	margin: 10px;
}

.promo .banners a img
{
	width:100%;
}

.content-wraper.promo
{
	padding:60px 0px;
}

/*vk baners*/

.content-wraper.vk_banners
{
	display: flex;
	justify-content: space-around;
	padding: 50px 0px;
}

.vk_banners .vk_banner
{
	width:30%;
	position:relative;

}


/**/
.content-wraper.catalog H2
{
	text-align: center;
	font-family: "Montserrat Medium";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0em;
	color: rgb(28, 47, 117);
}



.catalog-items
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.catalog-item
{

	display: flex;
	flex-direction: column;
	margin: 10px;
	margin-bottom: 50px;
	width: calc(33% - 50px);
	min-width:340px;
	max-width:380px;
	padding-bottom: 10px;
	/*border: solid 1px rgba(28, 46, 117, 0.05);*/
}

.item-head
{
	display:flex;
	min-height:74px;
	align-items: center;
	padding:0px 10px;
}



.item-num{
	text-align: right;
	font-family: "Intro";
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0em;
	color: rgb(28, 47, 117);
	opacity: 0.5;
	padding:0 10px;
	width:60px;
}
.item-name
{
	text-align: left;
	font-family: "Montserrat Medium";
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0em;
	font-weight: 700;
	padding:5px 15px;
	flex-grow:1'
}


.item-img
{
	display: flex;
	justify-content: center;
	height: 215px;
	align-items: end;
}

.catalog-item>div
{
	margin:0px;
	
}


.catalog-item ul
{
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: rgb(28, 46, 117);
	cursor: pointer;
	list-style-type: none;
	margin-top:30px;
	padding-left: 20px;
}

.catalog-item ul li
{
	padding:5px;
}


.catalog-item ul li:before
{
	
	content: "\f0da";
	font-size: 17px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px; 
	color: rgb(28, 46, 117);
	
}

.catalog-item .item-buttons
{
	display: flex;
	padding: 0px 20px;
	margin-top: auto;
}

.catalog-item .item-btn
{
	background-color: rgb(28, 46, 117);
	border: solid 0px rgb(22, 37, 94);
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 255, 255) !important;
	text-align:center;
	width:100%;
	position: relative;
	cursor: pointer;
}

.catalog-item .item-btn:hover
{
background-color: rgb(227, 5, 18);	
}


.catalog-item .item-btn span
{
	line-height: 1.43;
	font-weight: 700;
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif
}



.item-btn span.fas.dwnl::before 
{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:5px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.step-card-inplace {
	display: flex;
	justify-content: center;
}

.step-card-inplace .step-card
{
	margin:50px;
}

/*****/

section.form 
{
	padding:50px 0px;
	border-top: solid 3px rgb(187, 165, 159);
	border-bottom: solid 3px rgb(187, 165, 159);
}

.content-wraper.consult H2
{
	color: rgb(255, 255, 255);
	font-family: "Montserrat Medium";
	font-size: 36px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 39.6px;
	margin:0px;
	text-align:center;
	padding-bottom:20px;
}

.formline
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.formline div.input
{
	margin:0px 10px;
}

.formline input
{
	min-width:240px;
	height: 42px;
	border-width: 2px;
	padding: 0px 10px;
	color: grey;
	overflow: hidden;
	white-space: nowrap;
	
	outline: 0 !important;
	border: 2px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	
	
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
}

.formline input:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.formline .btn
{
	background:rgb(227, 5, 19);
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28.6px;
	border:solid 0px rgb(227, 5, 19);
	border-radius:0px;
	padding:10px 16px;
	margin:10px;
}

.formline .btn:hover
{
	background-color: rgb(204, 5, 17);
}

.formline .input.error input, label.error
{
	color:rgb(205,40,40);
	background: rgb(255,220,220);
}

.formline + .error
{
	color:rgb(205,40,40);
}

.formline .cbx, .formline .cbx a
{
	
	color:white;	
}

.formline .cbx
{
	padding:10px 0px;
	display:flex;
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	align-items: center;
}

.formline .cbx input
{
	height:15px !important;
	width:15px !important;
	min-width: revert;
	margin-right:15px;
}

.formline .cbx a
{
	border-bottom: dashed 1px white; 
}

a.btn-privacy
{
	padding:5px 50px;
	color: rgb(255, 255, 255);
	font-size: 12.8px;
	line-height: 18.2833px;
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: .5;
}

a.btn-privacy:hover
{
	opacity: 1;
}



.error.show_message
{
	background: rgb(255,210,210);
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
width: 700px;
}
/****/

.order-steps h2
{
text-align: center;
  font-family: "Montserrat Medium";
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(0, 50, 112);
  padding: 40px 0px 10px 0px;
}

.order-steps .step
{
display: flex;
  align-items: center;
  text-align: left;
  font-family: "Montserrat Medium";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0em;
  padding:5px 5px 5px 60px;
}

.order-steps .step svg
{
	height:60px;
}

.order-steps .step svg path, .step-cards svg path
{
	fill: rgb(28, 46, 117);
}

.step-cards
{
display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 20px auto;

}

.step-card
{
display: flex;
  flex-direction: column;
  width: 195px;
  text-align: center;
  align-items: center;
  margin: 20px;
}
.step-card img
{
	width: 150px;
border-radius: 75px;

}

.step-card span
{
text-align: center;
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 1.5999999999999999;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top:10px;
}

/***/
section.map
{
	position:relative;
	min-width:1140px;
}

.ya-map
{
	background:rgb(230, 195, 92);
	height:400px;
	
}

.ya-map-ad-overlay
{
	
	position: absolute;
	width: 560px;
	left: calc(50% - 280px);
	top: 10px;
	padding: 10px;
	margin: 0 auto 10px;
	background-color: hsla(0, 100%, 100%, 0.75);
	text-align: center;
}

.ya-map-ad-overlay H2
{
	
	color: rgb(28, 47, 117);
	font-family: "Montserrat Bold";
	font-size: 48px;
	
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px
}

.ya-map-ad-overlay H2 + div
{
	color: rgb(51, 51, 51);
	font-family: "Montserrat Medium";
	font-size: 22px;
	font-weight: 700;
	margin-bottom:10px;
}

.ya-map-ad-overlay H2 + div + div
{
	color: rgb(51, 51, 51);
	font-family: "Montserrat Medium";
	font-size: 16px;
	letter-spacing: normal;
	margin-bottom:10px;
}
/***/
footer
{
	color:white;
	padding-top:20px;
	padding-bottom:11px;
	background:#1C2E75;
}

.footer-logo-info, .footer-cp-cnf {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.footer-logo-info .info
{
	font-family: "Montserrat Regular";
	font-size: 14px;
	font-weight: 700
}

.footer-logo-info .info>div
{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
}

.footer-logo-info .info svg
{
	width:40px;
	margin-right:20px;
}

.footer-logo-info .info svg path {
	fill: rgb(255, 255, 255)
}

.footer-cp-cnf
{
	padding: 10px;
}

.footer-cp-cnf span{
	text-align: left;
	font-family: "Open Sans Light";
	font-size: 11px;
	line-height: 2.036363636363636;
	letter-spacing: 0em;
	opacity: 0.5;
}

.footer-cp-cnf a{
	font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:underline;
	font-size: 12px;
	color: rgb(156, 156, 156) ;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: 1.43;
	
}

.footer-cp-cnf a:hover
{
	color:white;
}


/*** moda-block ***/

.modal-block-wrapper
{
 background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
  z-index: 810;
  overflow: auto;
}

.modal-block
{

	width: 410px;
	border-radius: 15px;
	margin:calc(50vh - 70px) auto;

}

.modal-block-wrapper.MBsuccess .modal-block
{
	background: rgb(200,255,200);
	color: rgb(20, 105,20);
}

.modal-block-wrapper.MBError .modal-block
{
	background: rgb(255,210,210);
	color: rgb(105,20,20);
}

.modal-message
{
   padding: 25px;
  display: flex;
  text-align:center;
}

.ShowBlocks
{
	display:block;

}

/*** modal price ***/



.modal-price-block
{
background-color: rgba(0, 0, 0, 0.5);
 /* display: none;*/
 display:block;
 pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
  z-index: 810;
  overflow: auto;
  opacity: 0;
transition: opacity 0.5s ease;
  }
  
.modal-price-block.ShowBlocks
{
opacity: 1;
pointer-events:auto;
}

.modal-price
{
	display:block;
transform: scale(1.1);
	background:white;
	margin: 50px auto;
	width: 410px;
	border-radius:15px;
	opacity:0;
	transition: opacity  0.3s ease,  transform 0.6s ease;

}

.modal-price-block.ShowBlocks .modal-price
{
	opacity:1;
	transform: scale(1);
}

.modal-header
{
padding: 15px;
  color: rgb(25, 25, 25);
  border-bottom: 1px solid rgb(230, 230, 230);
  display: flex;
  text-align:center;
}

.modal-header div
{
font-family: "Open Sans Light";
font-size: 18px;
letter-spacing: normal;
line-height: 25.2px;
font-weight: 700;
}

.modal-body
{
	padding: 20px;
}

.formline.modal
{
	flex-direction: column;
  align-items: stretch;
}

.formline.modal input
{
width: 320px;
  margin: 5px auto;
  border-radius: 5px;
  height: 34px;
  font-size:16px;
}

.form-cbxs
{
padding:5px;
}

.modal-close
{
	display:block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.4;
  margin-top: -4px;
}

.modal-close:hover;
{
  opacity: 0.5;
  cursor: pointer;
}

.round_cbx
{
display: block;
font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 22.85px;
margin-top:10px;
}

.round_cbx input
{
	width:16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid black;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.round_cbx input:checked {
  appearance: auto;
  clip-path: circle(50% at 50% 50%);
  background-color: blue;
}

.formline.agr.modal 
{
	flex-direction:row;
}

.formline.agr.modal input
{
	width:16px !important;
	height:16px !important;
	margin:10px 10px 10px 5px;
}


.error.mdl.show_message
{
	width:auto;
	margin:5px;
}


.formline.agr.modal span, .formline.agr.modal a
{
color: #333 !important;
}

.formline.agr.modal a
{
border-bottom: dashed 1px #333 ;
}

.btn-get-price
{
font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
background-color: rgb(139, 107, 98);
border: solid 0px  rgb(255, 255, 255); 
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  display:block;
  width: 100%;
  cursor:pointer;
}

.btn-get-price:hover
{
background-color: rgb(227, 5, 18);
}


/****************************/

.content-wraper.service H1
{
text-align: center;
  font-family: "Montserrat Medium";
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0em;
  opacity: 1;	
}

.content-wraper.service .HS
{
	

text-align: center;
  font-family: "Montserrat Bold";
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(100, 100, 100);
  margin:30px auto 15px auto;
}

.content-wraper.service.base
{
	padding:30px 0px;
}


.service-info, .service-duration
{
	display:flex;
	justify-content: space-around;
}

.info-card, .duration-card
{
	display:flex;
	flex-direction:column;
	width:28%;
	margin:15px auto;
	
  font-family: "Montserrat Medium";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: rgb(70, 70, 70);
}

.info-card .head-img, .duration-card .head-img
{
	padding:20px 0px;
	text-align:center;
}

.info-card .head-img
{
min-height: 100px;	
}


.info-card .head-text, .duration-card .head-text
{
	text-align:center;
	font-size: 18px;
}

.info-card .base-text, .duration-card .base-text
{
text-align: justify;
padding:20px 0px;
}

.service-imgs
{
	display: flex;
  justify-content: space-around;
  align-items:center;
  margin: 40px auto 60px auto;
}

.service-imgs img
{
	width:243px;
}

.service .btn.bprice
{
	padding: 8px 35px;
}

.content-wraper.service .HS.blue
{
	color:rgb(28, 46, 117);
	margin-top:0px;
}


.Blue-contacts
{
	display:flex;
	justify-content: space-between;
	align-items: center;
	background:rgb(28, 46, 117);
	border-radius:15px;
	padding:20px;
	color:white;
	font-size:26px;
	font-family: "Montserrat Bold";
	line-height: 1.6;
	margin: 10px 30px;
}

.a-base
{
	font-size:28px;
}

.a-add
{
font-family: "Montserrat Regular";
}

.work-time
{
display: flex;	
text-align:center;
padding:10px 5px;
}

.work-time-days
{
width:170px;	
}

.work-time-time
{
	width:220px;
}

.work-time-time.regu 
{
	font-family: "Montserrat Medium"
}

.Blue-contacts .phone
{
	font-size: 32px;
	text-align: right;
	padding:13px;
}


/*******************/

.contacts H1
{
	font-family: "Montserrat Medium";
font-size: 48px;
font-weight: 700;
line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}

.contacts-block
{
display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.contacts-block>div
{
	background:white;
	margin:10px;
	
}

.contacts-ad
{
display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.contacts-base
{
	max-width:350px;
	padding-bottom:10px;
}

.contacts-head{
	background-color: rgb(240, 240, 240);
	padding:10px 5px;
	margin:5px;
text-align: left;
  font-family: "Montserrat Medium";
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgb(54, 67, 117);
  font-weight: 700;
  }
  
  
  .contacts-phone, .contacts-mail
  {
  display: flex;
  align-items: center;
  margin-left: 64px;
  padding: 2px;
  }
  
  .contacts-phone::before {
  content: "";
  display: block;
background:white;
background-size: 50px 50px;
  width: 44px;
  height: 44px;
  background-position: center;

	background-image: url('data:image/svg+xml,<svg preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><rect x="0" y="0" width="128" height="128" style="fill: none" rx="64" ry="64"></rect><g transform="scale(0.6) translate(42.66666666666667, 42.66666666666667)"><path style="fill: rgb(28, 47, 117);" d="M48.097,15.739c0.042-0.004,0.079-0.006,0.112-0.008c0.031,0.075,0.068,0.179,0.109,0.313 c0.017,0.057,0.036,0.112,0.057,0.168l8.195,22.154c0.035,0.092,0.058,0.192,0.069,0.281c-1.168,0.762-1.632,2.285-1.027,3.587 c0.482,1.04,1.513,1.651,2.587,1.651c0.402,0,0.81-0.085,1.198-0.266c2.961-1.374,3.493-4.719,2.503-7.272l-8.152-22.037 c-0.935-3-3.111-4.505-6.136-4.252c-1.568,0.134-2.731,1.515-2.598,3.082C45.149,14.709,46.518,15.865,48.097,15.739z"></path><path style="fill: rgb(28, 47, 117);" d="M79.297,82.402c-0.534-0.539-1.26-0.843-2.019-0.845c-0.003,0-0.005,0-0.007,0 c-0.756,0-1.48,0.301-2.016,0.835c-0.507,0.506-0.895,0.949-1.257,1.363c-0.622,0.712-0.996,1.142-1.903,1.748 c-0.697,0.463-1.681,0.13-2.222-0.68l-22.249-33.52c-0.615-0.921-0.49-2.266,0.25-2.762c0.883-0.587,1.017-0.636,1.66-0.863 c0.447-0.159,1.057-0.375,2.029-0.788c1.419-0.602,2.103-2.221,1.544-3.657L41.862,14.338c-0.285-0.731-0.858-1.313-1.585-1.608 c-0.729-0.294-1.544-0.276-2.257,0.05c-3.831,1.753-7.168,4.017-10.226,6.945c-3.212,3.148-6.564,7.769-7.799,10.745 c-0.172,0.412-0.243,0.859-0.21,1.304c0.908,12.188,9.079,31.691,20.329,48.529c11.075,16.58,26.313,31.943,37.057,37.36 c0.398,0.2,0.838,0.305,1.283,0.305h0.003c4.213-0.004,9.75-2.174,11.962-3.118c4.092-1.797,8.318-4.367,10.518-6.397 c0.568-0.524,0.899-1.257,0.917-2.03s-0.28-1.52-0.824-2.069L79.297,82.402z"></path><path style="fill: rgb(28, 47, 117);" d="M106.854,94.795c-0.063-0.078-0.132-0.152-0.204-0.223L89.336,77.573c-1.947-1.847-5.317-2.623-7.724-0.427 c-1.163,1.061-1.245,2.864-0.184,4.025c0.987,1.081,2.615,1.229,3.772,0.391c0.067,0.033,0.136,0.074,0.177,0.112l17.089,16.778 c0.078,0.19,0.109,0.616-0.062,0.926c-0.76,1.379-0.259,3.112,1.119,3.873c0.437,0.24,0.908,0.354,1.374,0.354 c1.005,0,1.979-0.532,2.498-1.474C108.674,99.816,108.447,96.73,106.854,94.795z"></path></g></svg>');
}



  .contacts-mail::before {
	  content: "";
  display: block;
background:white;
background-size: 50px 50px;
  width: 44px;
  height: 44px;
  background-position: center;
	background-image: url('data:image/svg+xml,<svg preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" style="border-radius: 50%;"><rect x="0" y="0" width="128" height="128" style="fill: none" rx="64" ry="64"></rect><g transform="scale(0.6) translate(42.66666666666667, 42.66666666666667)"><path style="fill: rgb(28, 47, 117);" d="M83.08,55.408c-5.939,3.866-11.879,7.733-17.818,11.6c-0.023,0.015-0.045,0.021-0.068,0.035 c-0.133,0.088-0.273,0.161-0.422,0.219c-0.008,0.003-0.014,0.007-0.021,0.01c-0.113,0.043-0.23,0.071-0.352,0.094 c-0.061,0.013-0.119,0.03-0.178,0.037c-0.008,0.001-0.014,0-0.02,0.001c-0.535,0.062-1.029-0.096-1.443-0.386 c-0.008-0.004-0.014-0.006-0.02-0.01c-5.875-3.745-11.752-7.49-17.627-11.234c-9.143,14.371-18.285,28.743-27.428,43.115 c0.23,0.018,0.461,0.035,0.695,0.035h91.24c0.416,0,0.824-0.038,1.225-0.093C101.59,84.356,92.334,69.883,83.08,55.408z"></path><path style="fill: rgb(28, 47, 117);" d="M87.268,52.683c9.398,14.696,18.793,29.392,28.191,44.088c1.951-1.658,3.195-4.125,3.195-6.88V38.11 c0-1.81-0.541-3.494-1.461-4.909C107.219,39.695,97.242,46.188,87.268,52.683z"></path><path style="fill: rgb(28, 47, 117);" d="M40.898,53.088C30.764,46.629,20.631,40.17,10.496,33.71c-0.73,1.304-1.15,2.803-1.15,4.4v51.78 c0,2.928,1.406,5.527,3.572,7.179C22.244,82.409,31.57,67.748,40.898,53.088z"></path><path style="fill: rgb(28, 47, 117);" d="M63.986,61.879c16.41-10.684,32.822-21.367,49.232-32.05c-1.104-0.481-2.32-0.753-3.6-0.753h-91.24 c-1.521,0-2.953,0.382-4.213,1.049C30.773,40.709,47.379,51.294,63.986,61.879z"></path></g></svg>');
}



.contacts-table
{

padding: 5px 5px 5px 10px;
  
  width: 100%;

}

.contacts-table td
{
	text-align:left;
	padding:10px;
}

.contacts-table tr > td +td+td
{
	
	text-align:center;
}

.contacts-table tr > td +td+td + td
{
	
	text-align:left;
}

.br-line
{
	border-bottom:solid  1px rgb(200, 200, 200);
	height: 40px;
}

.contacts-text
{
	padding:0px 5px 5px 20px;
font-family: "Open Sans Light";
  color: rgb(7, 5, 5);
  font-size: 110%;
}

.contacts-text p
{
	margin:5px auto;
}

.cont-map
{
	padding:50px 0px;
}

.cont-map H2
{
	text-align: center;
  font-family: "Montserrat Medium";
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(0, 50, 112);
  font-weight: 700;
}

.cont-details
{
	padding:60px 0px;
	color:white;
	
  text-align: left;
  font-family: "Open Sans Light";
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}


.cont-details H2
{
	text-align: center;
  font-family: "Montserrat Medium";
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0em;
  opacity: 1;
  margin-bottom:60px;
}

.detail
{
	display:flex;
	align-items:center;
	padding:10px 0px;
	
}
.detail  div 
{
	width:29.6%;
}

.detail  div + div
{
	flex-grow:1;
	line-height: 1.7;
	padding-left:30px;
}


/***************/

.content-wraper.jobs
{
padding:35px 0px;	
}


.jobs-title H1
{
text-align: center;
  font-family: "Montserrat Medium";
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0em;
  opacity: 1;
  font-weight: 700;
  padding:35px 0px;
}

.job-card
{
padding:20px 0px;	
text-align: left;
  font-family: "Open Sans Light";
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
}

.job-title
{
text-align: left;
  font-family: "Intro";
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0em;
  opacity: 1;	
  padding:10px 0px;
}

.job-salary
{
text-align: left;
  font-family: "Intro";
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgb(7, 5, 5);
  padding:10px 0px;
}

.job-req
{
border-left: 3px solid rgb(28, 43, 117);
padding: 3px 10px;
}

.job-det-head
{
	padding: 25px 0px;
	font-weight: 700;
}

.job-det ul
{
	padding: 0px 15px;
	margin: 0px;
}

.job-det ul li
{
	padding: 6px;
}

/***********/


.categories H1
{
text-align: center;
  font-family: "Montserrat Bold";
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}

.categories-block
{
	display: flex;
  justify-content: space-around;
  background-color: rgb(255, 247, 245);
  flex-wrap: wrap;
}

.spacer
{
	height:50px;
}

.cat-head, .cat-links
{
	padding: 15px 5px;
	width:356px;
}

.cat-head div
{
	color: #333;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px  solid rgb(217, 217, 217);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom:15px;
  color: rgb(29, 19, 99);
text-align: center;
  font-family: "Montserrat Bold";
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0em;
}

.cat-link-head
{
	width:100%;
	text-align: center;
  font-family: "Montserrat Bold";
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgb(0, 51, 112);
  font-weight: 700;
}


.cat-link
{
	background-color: rgba(28, 46, 117, 0);
  font-size: 13px;
  font-weight: bold;
  color: rgb(28, 46, 117) !important;
  
  
  width: 100%;
  display: flex;
  box-shadow: none;
  position: relative;
  border-width: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: normal;
  
  
  background: rgba(122, 158, 184, 0.25);
  border-radius: 5px;
  border: 2px solid rgb(122, 158, 184);
  
  
  padding-left: 5px;
  transition-timing-function: cubic-bezier(.2,1,.3,1);
  transition-duration: .2s;
  position:relative;
  
  padding: 2px 0px 2px 5px;
  min-height: 25px;
}

.cat-link a
{

font-size: 13px;
  font-weight: bold;
  color: rgb(28, 46, 117) !important;
  font-family: Intro, Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  display:flex;
  align-items:center;
  position:relative;
  left:5px;
  transform-origin: left;
  padding-left: 12px;
}

.cat-link a span
{
	text-indent: -12px;
}

.cat-link a span:before
{content: "\f0da";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 17px;
  padding:0px 5px 0px 0px;
  

  position: relative;
  top: 2px;
  

}

.cat-link a:hover
{
	transform:scale(1.1);
	  transition-duration: .2s;
	  margin-top:-1.5px;
	  margin-bottom:1.5px;
	  left:5px;
	  margin-left:-5px;
}