/**/
@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');




html {
	--color00: #f9f4ef;
	--color0: #efeae4;
	--color1: #172f3d;
	--color2: #cf9754;
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font-family: "Markazi Text", serif;	
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color:#6d6d6d;
	position:relative;
	min-width:960px;
	background: var(--color0);

}

.ic {
	border:0;
	float:right;
	background:var(--color1);
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Markazi Text", serif;;
	font-weight: 700;
	font-style: normal;
	color: var(--color1);
	
}

h2 {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: -2px;
	margin-bottom: 30px;
}

h3 {
	font-size: 32px;
	line-height: 28px;
/*	padding-top: 30px;*/
	margin-bottom: 36px;
	color: var(--color1);
	text-transform: uppercase;
}

h3.head1 {
	padding-top: 60px;
}

h3.head2{
	padding-top: 34px;
}

h5 {
	
	font-size: 24px;
	padding-top: 35px;
	line-height: 28px;
	margin-bottom: 24px;
	text-transform: uppercase;
}


h4 {
	
	font-size: 30px;
	padding-top: 35px;
	line-height: 28px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

p {
	margin-bottom: 19px;
}

header a>b{
    font-weight: 900;
    line-height: 38px;
    font-size: 57px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list1  {
	margin-top: -9px;
}

ul.list1 li {
	text-decoration: underline;
	color: #6d6d6d;
	margin-bottom: 12.5px;
}
/*links*/

a {
	text-decoration: none;
	color: var(--color1);
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #a92c11;
}

a.btn {
	margin-top: 35px;
	font-size: 22px;
	font-family: "Markazi Text", serif;;
	font-weight: 700;
	font-style: normal;
	position: relative;
	text-transform: uppercase;
	line-height: 24px;
	z-index: 999;
	position: relative;
	display: inline-block;
	padding: 11px 30px 13px;	
	color: var(--color1);
	background: var(--color0);
	border: 0 solid transparent;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 var(--color1);
}

.top_block a.btn {
	margin-top: 33px;
}

.content.page1 a.btn {
	margin-top: 39px;
}

a.btn:hover {
	color: var(--color2);
	box-shadow: 0 0 10px 0 var(--color2);
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pad2 {
	padding-right: 65px;
}

.pt0 {
	padding-top: 0;
}

.mat_img{
	max-width: 90%;
}

.img_inner {
	max-width: 100%;

 margin-bottom: 30px;
 margin-top: 30px;
	border: 0 solid transparent;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 var(--color1);
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/

header {
	display: block;
	padding-top: 22px;
	position: relative;
	z-index: 999;
	padding-bottom: 28px;
	
}


header h1 {
	margin: 5px;
	float: none;
	position: relative;
	z-index: 999;

}
header h1 a:hover {
	color: var(--color1);
}
	
header h1 a {	
	display: flex;
    overflow: hidden;
    margin: 0 auto;
    width: 428px;
    float: left;
    height: 116px;
    /* text-indent: -999px; */
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

header h1 a img {
	max-height: 100%;
	display: block;	
}

.top_block {
	padding-top: 33px;
	border-top: 1px solid var(--color1);
	background-color: var(--color00);
	color: var(--color1);
}

.top_block.tb1 {
	padding-bottom: 38px;
}

.top_block .text1 {
	text-transform: none;
	color: var(--color1);
	margin-bottom: 22px;
}

.box {
	border: 1px solid #c02b0d;
	background: #c02b0d;
	margin-bottom: 38px;
}

.box>img {
	border-left: 1px solid #d08e80;
	border-right: 1px solid #d08e80;
	border-top: 1px solid #d08e80;
	margin-bottom: 1px;
}

.box a {
	border: 1px solid #dd9081;
	display: block;
	background: #a92c11;
	font-size: 18px/20px;
	color: var(--color1);	
	text-transform: uppercase;
	padding: 27px 13px 23px;
}

.box a:hover {
	color: #a92c11;
	background-color: var(--color1);
}

.box a img {
	margin-left: 22px;
	margin-top: -3px;
}

.col1  {
	color: var(--color1);
}

.text1 {
	
	text-transform: uppercase;
	color: #a92c11;
	margin-bottom: 26px;
}

.text1 a:hover  {
	color: var(--color1);
}

.content.page1 .text1 {
	color: var(--color1);
	margin-bottom: 27px;
	text-align: center;

}



.bdt0 {
	border-top: 0 !important;
}

.clear.off1 {
	height: 34px;
}

/*Content*/

.content {
	background: var(--color0);
	padding-bottom: 68px;
	border-top: 1px solid var(--color1);
}


.content:nth-child(even) {
	background: var(--color00);
}

.content.page1 {
	padding: 70px 0 69px;
}

.content.page1 img {
	
	margin-bottom: 18px;
	border: 0 solid;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 var(--color1);
}

.content.page1 .col1 {
	line-height: 18px;
	padding-top: 1px;
	margin-bottom: 21px;
}

.content.page1 .col1 a {
	color: #a92c11;
}

.content.page1 .col1 a:hover {
	color: var(--color1);
}

.bottom_block  {
	padding-top: 70px;
	background: var(--color00);
	color: #cacaca;
	padding-bottom: 26px;
	border-top: 1px solid var(--color1);
}

.bottom_block a {
	text-decoration: underline;
}

.bottom_block ul li {
	margin-bottom: 12.5px;
}

.bottom_block  span {
	font-size: 18px;
	line-height: 20px;
	color: var(--color1);
	display: block;
	padding-top: 2px;
}

.bottom_block  span+span {
	padding-top: 12px;
}

.icon {
	float: left;
	margin-right: 26px;
	margin-top: -3px;
}

.mat_p{
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.mat_p>b{
	font-weight: 700;
}

.ab_p{
	font-weight: 500;
	padding-left: 20px;
	font-size: 22px;
	
}

.b0x.f_p_m {
	background: var(--color00);
}

.b0x {
	margin-top: -1px;
	background: var(--color0);
	color: var(--color1);
	position: relative;
	margin-right: 2px;
	font-size: 14px;
/*	line-height: 33.5px;*/	
	padding: 34px 0; 
	text-align: center;
	border: 0 solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 2px 0 var(--color2);
/*	text-transform: uppercase;*/
}

.b0x a.btn {
	margin-top: 23px;
	bottom: 35px;
	position: absolute;
	left: 50%;
	margin-left: -53px;
}

.b0x img {
	margin-bottom: 31px;
}

.b0x .text1 {
	color: var(--color1);
	font-size: 28px;
	line-height: 24px;
	margin-bottom: 18px;
}

.boxes .clear {
	height: 40px;
}

.logos .text1 {
	text-transform: none;
	margin-bottom: 21px;
}

.logos {
	margin-top: -4px;
	color: var(--color1);
}

.logos>div {
	position: relative;
}


.logos img {
margin-bottom: 31px;
}

.logos img.offset {
	margin-top: -8px;
}

.logos .clear {
	height: 30px;
}
/****Map***/

.map {
	padding-top: 0px;
/*	padding-right: 23px;*/
	margin-top: -3px;
	color: #848383;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;

 
 margin: 0;
}
.map figure iframe {
	width: 100%;
	height: 330px;
	max-width: 100%;
	border: 0 solid transparent;
	border-radius: 10px;	
	box-shadow: 0 0 5px 0 var(--color1);
	
}

.map address {
	float: left;	
}

.map p {
	margin-bottom: 18px;
}

.map {
	font-size: 24px;
	line-height: 22px;
}

.map .text1 {
	line-height: 20px;
	margin-bottom: 2px;
}

address dd span {
	min-width: 100px;
	display: inline-block;
	text-align: left;
}


footer address {
	text-align: right;
}



/************Footer***********/

footer {
	border-top: 1px solid var(--color1);
	display: block;
	padding: 23px 0;
	font-size: 12px;
	color: #c7c8cb;
}

footer a:hover {
	color: var(--color1);
	text-decoration: underline;
}

footer address {
	font-size: 20px;
	color: var(--color2);
	line-height: 24px;
	margin-top: -1px;
}


.f_p_m{
	border: 0 solid transparent;
	padding: 10px 0px;
/*	margin-bottom: 70px;*/
	box-shadow: 0 0 5px 0 var(--color1);
	border-radius: 10px;
	transition: box-shadow 0.5s;
}

.f_p_m:hover {
	box-shadow: 0 0 5px 0 var(--color2);
	}
	
.b0x img {
    margin-bottom: 0px;
	border: 0 solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 var(--color1);
}

.map2 figure iframe {
    width: 100%;
    height: 460px;
    max-width: 100%;
}

dt, dd  {
	margin: 5px;
	float: left;
}

.bottom_block p {
	margin-top: 30px;
	font-size: 24px;
	line-height: 30px;
	color: var(--color1);
	text-align: center;	
}

.map2 figure{
	margin: 0;
}

.map2 iframe{
	border: 0 solid transparent;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 var(--color1);
}
