@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.navigation {
	display: block;
}
#gtBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 36px;
	border: solid 2px #04319B;
	outline: none;
	background-color: white;
	color: #04319B;
	cursor: pointer;
	border-radius: 50%;
	height: 45px;
	width: 45px;
  }
  

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
a:focus, a:active {
	outline: none !important;
}

header, footer, section {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.page-header {
	width: fit-content;
	margin: 0 auto;
	background-image: url('/images/page-header-bg.png'), url('/images/page-header-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding: 0 60px;
}
.page-header h2 {
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	}
.block-name{
	width: fit-content;
	margin: 0 auto;
	background-image: url('/images/page-header-bg.png'), url('/images/page-header-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding: 0 60px;
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	margin: 30px auto;
}

.page-header h1 {
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	
}
.section-line {
	width: 100%;
	height: 6px;
	background-color: #04319B;;
}

.header-in, .footer-in {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.content-item {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto;
}
.com-content-article__body {
	font-size: 16px;
	line-height: 20px;
}
.section-in {
	width: 100%;
	max-width: 1280px;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px auto;
	overflow: hidden;
}
.section-in-bread {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 15px;
}
.slider-sec {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.bl-in {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	height: 35px;
	box-sizing: border-box;
	display: flex;
    justify-content:space-between;
	overflow: hidden;
	align-items: center;
}

.top-bl {
	background-color: #EDEDED;
	width: 100%;
	
}
.link-block a {
	color: rgb(75, 74, 74);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
}
.link-block a:first-child {
	margin: 0 20px 0 0;
}
.link-block a:not(:first-child) {
	margin: 0 20px;
}

.time {
	color: rgb(35, 35, 35);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding-left: 25px;
	background: url('/images/time-ico.png') center left no-repeat;
}

.map {
	color: rgb(0, 0, 0);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	padding-left: 25px;
	background: url('/images/map-ico.png') center left no-repeat;
}
header {
	background-color: #FFF;
	text-align: justify;
	
	min-height: 90px;
}

.header-in {
	position: relative;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
    justify-content:space-between;
	align-items: center;
}


.logo, .cont, .topbl, .rcont {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
.rcont {
	margin: 30px 10px;
}

.cont a, .cont a:hover, .cont-page-bl-half a, .cont-page-bl-half a:hover, .rcont a, .rcont a:hover, .menu-wrap .teb a, .menu-wrap .teb a:hover {
	color: #000000;
	text-decoration: none;
}
.cont-page-bl-half .cont-ph, .cont-page-bl-half .cont-em, .cont-page-bl-half .map {
	margin-bottom: 25px;
}

.cont-page-bl-half .map {
	font-size: 16px;
	padding-left: 35px;
	width: 100%;
}

.cont-ph {
	background: url('/images/phone-ico.png') center left no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

a.cont-ph {
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.cont-ph-f {
	background: url('/images/phone-ico-f.png') center left no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

a.cont-ph-f {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.cont-em {
	background: url('/images/email-ico.png') center left no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 300;
	line-height: 19px;
	text-align: left;
}

a.cont-em {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.cont-em-f {
	background: url('/images/email-ico-f.png') center left no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 300;
	line-height: 19px;
	text-align: left;
}

a.cont-em-f {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.cont-btn {
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

.cont-sb a {
	margin-right: 10px;
}


div.nav ul, div.resnav ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	width: fit-content;
	margin: 0 auto;
}

div.nav ul > li > ul, div.resnav ul > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: fit-content;
  	margin: 0 auto;
}

.topmenu:after {
 	content: "";
 	display: table;
 	clear: both;
}

.topmenu li {
 	float: left;
 	position: relative;
}

.resnav ul > li {
 	height: 50px;
	line-height: 50px;
	float:none;
	position: relative;
	font-weight: 700 !important;
}


.topmenu li > a {
 	font-size: 14px;
 	font-weight: 500;
	text-transform: uppercase;
 	color: #323232;
 	padding: 5px 15px;
 	text-decoration: none;
	cursor: pointer;
}

.resnav ul > li > a {
	font-size: 16px;
	font-weight: 500;
   text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 15px;
	margin: 20px auto;
	text-decoration: none;
   cursor: pointer;
}


 .owl-carousel .owl-dots {
	text-align: center;
	margin: 20px auto;
}

.owl-carousel button.owl-dot {
	background-color: #FFFFFF !important;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	margin: 0 5px;
	border: 1px solid rgba(4, 49, 155, 0.3) !important;
}
.owl-carousel button.active {
    background-color: #04319B !important;
	border: #04319B solid 1px !important;
}
 .ot-car-it-text {
	max-width: 630px;
	min-width: 300px;
	width: 100%;

	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #000000;
	padding: 5% 9%;
	box-sizing: border-box;
	margin: 0 auto;
}
.ot-car-it {
	background: rgba(4, 49, 155, 0.3);
	overflow: hidden;
}
.ot-car-it-name {
	min-width: 150px;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: left;
}
.ot-car-it-date {
	min-width: 150px;
	width: fit-content;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: right;
}

footer {
	display: block;
	background: #04319B;
	padding: 25px 10px;
	color: #FFFFFF;
	box-sizing: border-box;
	min-height: 135px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-in-top {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
    justify-content:space-between;
	overflow: hidden;
	align-items: center;
}

.foot-logo, .foot-cop, .foot-link {
  	display: inline-block;
  	vertical-align: middle;
  	box-sizing: border-box;
  	text-align: left;
  	position: relative;
}

.footer-top-bl ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-top-bl ul > li {
	padding: 5px 0;
}

.footer-top-bl ul > li > a {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
}

.fb0 {
	min-width: 200px;
	max-width: 300px;
	width: 100%;
}


.fcont-ph {
	background: url('/images/phone-ico-f.png') center left no-repeat;
	padding-left: 35px;
	margin-bottom: 30px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

a.fcont-ph {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.fcont-em {
	background: url('/images/email-ico-f.png') center left no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	text-align: left;
	margin-bottom: 30px;
}

a.fcont-em {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.fcont-map {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 35px;
	background: url('/images/map-ico-f.png') center left no-repeat;
}
#pgCategoryModal {
	display: none !important;
}
.pg-category-items-box {
	margin-bottom: 100px;
}
.full-works {
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
}
.full-works a {
	color: #007DF8;
}
.wk-car-it {
	position: relative;
}
.wk-car-it-name {
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: white;
	opacity: 0.8;
	width: 100%;

}
.wk-car-it-name a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	
}
.pg-item-box-title, .pg-category-box-title {
	box-sizing: border-box;
}
.pg-categories-items-box {
	margin-bottom: 100px;
}
.fcont-sb a {
	margin-right: 15px;
}
.mod-hww {
	text-align: justify;
}
.mod-hww-item {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
	max-width: 385px;
	width: 31%;
	min-width: 280px;
	margin: 0 1%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 20px;
}
.mod-hww-item.hww1 {
	background: url('/images/hww1.jpg') top center no-repeat;
}
.mod-hww-item.hww2 {
	background: url('/images/hww2.jpg') top center no-repeat;
}
.mod-hww-item.hww3 {
	background: url('/images/hww3.jpg') top center no-repeat;
}
.mod-hww-item-name {
	background: rgba(233, 71, 0, 0.64);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	width: 280px;
	box-sizing: border-box;
	padding: 15px 0;
	margin-top: 172px;
}
.mod-hww-item-text {
	box-sizing: border-box;
	padding: 15px;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	min-height: 160px;
}
.beforecontentbg {
	background: rgba(233, 71, 0, 0.15);
}
.aftercontentbg {
	background: url('/images/form-bg.jpg') top center no-repeat;
	box-sizing: border-box;
	padding: 20px 0;
}
.aftercontentbg .section-in {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.aftercontentbg .section-in .sf2-header {
	color: #FFF;
	text-align: center;
}
.aftercontentbg .section-in .sf2-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.aftercontentbg .section-in .sf2-description {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
}
.aftercontentbg .section-in label {
	color: #FFF !important;
}
.mod-npr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mod-npr-item {
	max-width: 600px;
	min-width: 300px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px;
	padding-left: 150px;
	margin: 30px auto;
}
.mod-npr-item.npr1 {
	background: url('/images/npr1.png') center left no-repeat;
}
.mod-npr-item.npr2 {
	background: url('/images/npr2.png') center left no-repeat;
}
.mod-npr-item.npr3 {
	background: url('/images/npr3.png') center left no-repeat;
}
.mod-npr-item.npr4 {
	background: url('/images/npr4.png') center left no-repeat;
}
.mod-npr-item-name {
	color: rgb(139, 39, 4);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 40px;
}
.mod-npr-item-text {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.service-items {
	display: inline-block;
	text-align: center;
	margin: 50px auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.service-item {
	min-width: 280px;
	max-width: 400px;
	width: 30%;
	margin: 0 10px;
	display: inline-block;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px rgba(131, 131, 131, 0.4);
	background: rgba(181, 0, 134, 0.06);
	border-radius: 15px;
	margin-bottom: 35px;
	vertical-align: top;
	min-height: 140px;
}

.service-item-name {
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #04319B;
}
.service-item-info {
	padding: 10px 15px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	
}
.service-item-link {
	text-align: right;
	padding: 25px;
	box-sizing: border-box;
}
.service-item-link a {
	background: rgb(255, 0, 0);
	border-radius: 50px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 7px 34px;
	text-decoration: none;
}
.schemework-items {
	max-width: 900px;
	width: 100%;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
}
.schemework-item {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.s-i-bg {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: url('/images/dot-s.png') 50px top repeat-y;
}
.schemework-item-l {
	display: inline-block;
	min-width: 100px;
	max-width: 100px;
	width: 10%;
	border-radius: 50px;
	background-color: #04319B;
	color: #FFFFFF;
	font-size: 72px;
	line-height: 100px;
	text-align: center;
	box-sizing: border-box;
}
.schemework-item-r {
	min-width: 150px;
	max-width: 750px;
	width: 90%;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	vertical-align: top;
}
.schemework-item-name {
	font-size: 24px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 20px;
}
.schemework-item-img {
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.schemework-item-desc {
	font-size: 18px;
	font-weight: 300;
	color: #323232;
}
.tabs {
	min-width: 320px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border-top: 1px solid #CDCDCD;
	box-sizing: border-box;
}
.tabs>section>div {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 5px;
	margin: 15px 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #7C7C7C;
	
}
.tabs>label:hover {
	color: #7C7C7C;
	cursor: pointer;
	border-bottom: solid 2px #0C0C0C;
}

.tabs>input:checked+label {
	color: #7C7C7C;
	border-bottom: solid 2px #0C0C0C;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
 
@media screen and (max-width: 680px) {
	.tabs>label:before {margin: 0;font-size: 18px;}
}
@media screen and (max-width: 400px) {
	.tabs>label {padding: 15px;}
}


ul.mod-breadcrumbs {
	list-style: none;
	padding-left: 0;
}

ul.mod-breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	color: #3E3E3E;
}

ul.mod-breadcrumbs a {
	text-decoration: underline;
	font-size: 14px;
	color: #3E3E3E;
}
.section-br-in {
	width: 100%;
	max-width: 1280px;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
.section-cons {
	background: url('/images/consult-bg.jpg') center center no-repeat;
	min-height: 420px;
}
.section-cons-in {
	max-width: 1280px;
	margin: 0 auto;
}
.consult {
	width: 100%;
	min-height: 420px;
	display: block;
	float: right;
	text-align: center;
}
.consult-text  {
	color: rgb(255, 255, 255);
	font-size: 48px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin: 120px auto;
}
.consult-hr {
	width: 70%;
	color: #FFFFFF;
	border: solid 3px #FFFFFF;
}
.ind-bl-name-otziv {
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 28px;
	font-weight: 900;
	line-height: 33px;
	padding: 15px 0;
	text-transform: uppercase;
}
.otz-ind {
	margin-bottom: 80px;
}
.map-sec {
	position: relative;
}
.contact-block {
	position: absolute;
	width: 280px;
	padding: 30px 40px;
	box-sizing: border-box;
	left: 13%;
	top: 12%;
	background: #FFFFFF;
	box-shadow: 20px 10px 25px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.contact-val {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #000000;
	padding-left: 30px;
  	margin: 15px 0;
}
.contact-val a {
	color: #000000;
	text-decoration: none;
}
.cv-p {
	background-image: url('/images/phone-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.cv-m {
	background-image: url('/images/map-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.cv-e {
	background-image: url('/images/email-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.navigation-container {
	top: 45% !important;
}
.cont-page-bl-half {
	width: 49%;
	min-width: 300px;
	display: block;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.cart a.prodname, .btn-danger, .not_active_step a {
	color: rgb(227, 30, 36);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}
.pull-left a {
	cursor: pointer;
	border: solid 1px #E31E24 !important;
	color: rgb(227, 30, 36);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
}
.pull-left {
	display: block;
	float: left;
	height: 50px;
}
.pull-right a, .text_pay_without_reg a {
	background-color: rgb(227, 30, 36);
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
}
.pull-right {
	display: block;
	float: right;
	height: 50px;
}
.jshop .cart_buttons {
	height: 50px;
	margin: 50px 0;
}
.cart .price{
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.jshop_subtotal .price{
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: right;
}


.btn-success, .com-users-registration__register, .com-users-login__submit button {
	background-color:  #E31E24;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: fit-content;
	border-radius: 10px;
	padding: 10px 15px;
	padding-left: 15px;
	box-sizing: border-box;
	border: none;
}
.jshop_register, .other_delivery_adress, .box_button {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
.address_block, .checkout_payment_block, .checkout_shipping_block, .checkout_pfinish_block {
	margin-bottom: 80px;
}
.checkout-step-info {
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
	padding: 15px 0;

}
.com-users-login, .com-users-registration {
	margin-bottom: 80px;
}
.form-control{
    max-width: 100%;
    background-color: #fefefe;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}
.com-users-registration__submit {
	margin-top: 30px;
	text-align: center;
}
.form-control-feedback {
	width: 100%;
	color: red;
	font-size: 12px;
	
}
.com-users-registration-complete {
	margin: 30px 0 120px 0;
}

.com-users-login__options a, .myorders_block_info a {
	color: #A8090E;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	margin: 5px 0;
}
.myorders_list {
	margin-bottom: 120px;
}

.sf2-submit-container {
	text-align: center;
margin: 0 auto;
width: 100%;
position: relative;
display: inherit;
}
.page-subheader {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #FFFFFF;
	background: linear-gradient(135deg, #04319B, #04319B 250px, #4E6EB8, #4E6EB8 20px);
	padding: 10px 40px;
	box-sizing: border-box;
}
.page-subheader-pr {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #FFFFFF;
	background: linear-gradient(135deg, #04319B, #04319B 450px, #4E6EB8, #4E6EB8 20px);
	padding: 10px 40px;
	box-sizing: border-box;
	margin: 20px 5px;
}
.cont-data {
	width: 100%;
	overflow: hidden;
}
.cont-data h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #535353;
	margin-bottom: 30px;
}
.cont-data-left {
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 3%;
	display: block;
	float: left;
}
.cont-data-right {
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 3%;
	display: block;
	float: left;
}
.cont-data-left a {
	color: #535353;
	text-decoration: none;
}
.cont-data-left-tel {
	background: url('/images/cont-p-ico.png') #FFFFFF left center no-repeat;
	padding-left: 40px;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
	color: #535353;
	margin-bottom: 25px;
}
.cont-data-left-email {
	background: url('/images/cont-e-ico.png') #FFFFFF left center no-repeat;
	padding-left: 40px;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
	color: #535353;
	margin-bottom: 25px;
}
.cont-data-left-address {
	background: url('/images/cont-m-ico.png') #FFFFFF left top no-repeat;
	padding-left: 40px;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
	color: #535353;
	margin-bottom: 25px;
}
.cont-data-left-time {
	background: url('/images/cont-t-ico.png') #FFFFFF left top no-repeat;
	padding-left: 40px;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
	color: #535353;
	margin-bottom: 25px;
}

.pt-1 {
	background-color: #04319b;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.pt-2 {
	background: rgba(4, 49, 155, 0.71);
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.pt-3 {
	background: rgba(177, 181, 0, 0.25);
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #323232;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.pt-4 {
	background: rgba(78, 110, 184, 0.41);
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	color: #323232;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.pt-pr {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.pr-tab-sc {
	min-width: 100%;
	overflow-x: auto;
	margin-bottom: 30px;
}
.pt-21 {
	background: rgba(78, 110, 184, 0.41);
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.pt-31 {
	background: rgba(177, 181, 0, 0.25);
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #323232;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
