/* Open Sans
====================================================================== */
@font-face {
    font-family: "Open Sans";
    src: local("Open Sans"), local("OpenSans"),
    url("../fonts/opensans/opensans.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url("../fonts/opensans/opensanssemibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("../fonts/opensans/opensansbold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"),
    url("../fonts/opensans/opensansextrabold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}


/* reset + normalize (v8.0.0)
====================================================================== */
*,*::before,*::after{box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,dl,dt,dd,ol,ul,li,form,fieldset,legend,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font-size:100%;font:inherit}header,nav,menu,main,article,section,aside,details,figcaption,figure,summary footer{display:block}figure{margin:1rem 2.500rem}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}a:hover,a:active{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}abbr[title],abbr[data-original-title]{cursor:help}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1rem}dfn{font-style:italic}mark{background-color:rgba(255,255,0,1);color:rgba(51,51,51,1)}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25rem}sup{top:-.5rem}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:.063rem dotted ButtonText}legend{display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-.125rem}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}table{border-collapse:collapse;border-spacing:0;background-color:transparent}td,th{padding:0}


/* common styles
====================================================================== */
html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    color: rgba(86, 86, 86, 1);
    font: normal normal 400 1rem/1 "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {

    body {
        padding: 3.75rem 0 0;
    }

}

/* ================= layouts ================= */
.wrapper-page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container {
    width: 100%;
    height: auto;

    /* background: #ccc; */
}

.container-center {
    width: 100%;
    max-width: 76.250rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1rem;

    /* background: #9933FF; */
}

.container-center:after {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    content: "";
    font-size: 0;
    line-height: 0;
}

.container-inline {
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -.063rem;
}

.block-inline {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
}


.container-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	gap: normal;
}

.element-flex {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	width: auto;
	align-self: auto;
	order: 0;
}


/* @media desktop-first
==================================================================== */

.container-center {
	max-width: 1320px;
}


@media (max-width: 1399.98px) {

	.container-center {
		max-width: 1140px;
	}

}

@media (max-width: 1199.98px) {

	.container-center {
		max-width: 960px;
	}

}

@media (max-width: 991.98px) {

	.container-center {
		max-width: 720px;
	}

}

@media (max-width: 767.98px) {

	.container-center {
		max-width: 540px;
	}

}

@media (max-width: 575.98px) {



}

/* ================= img ================= */
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: .625rem !important;
	background: rgba(255, 255, 255, 1);
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: .938rem;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	position: absolute;
	top: -1.125rem;
	right: -1.125rem;
	width: 1.875rem;
	height: 1.875rem;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(185, 125, 45, 1)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") no-repeat center;
	background-size: auto 1.125rem;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 2.250rem;
	height: 2.125rem;
	margin-top: -1.125rem;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;

	/* background: greenyellow; */
}

.fancybox-nav span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
}

.fancybox-prev span {
	left: .625rem;
}

.fancybox-prev span::before {
	background: rgba(255, 255, 255, 1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(185, 125, 45, 1)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E") no-repeat center;
	background-size: auto 1.250rem;
}

.fancybox-next span {
	right: .625rem;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-next span::before {
	background: rgba(255, 255, 255, 1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(185, 125, 45, 1)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") no-repeat center;
	background-size: auto 1.250rem;
}

.fancybox-tmp {
	position: absolute;
	top: -99999rem;
	left: -99999rem;
	max-width: 99999rem;
	max-height: 99999rem;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	position: relative;
	z-index: 8050;
	visibility: hidden;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8050;
	width: 100%;
	/* min-width: 18.125rem; */
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	padding: .313rem 1.250rem;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.3;
	white-space: wrap;

	/* background: papayawhip; */
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: .625rem;
	color: rgba(255, 255, 255, 1);
}

.fancybox-title-inside-wrap {
	padding-top: .625rem;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 1);
}

/* ================= up down ================= */
.up {
    display: none;
    position: fixed;
    bottom: .625rem;
    right: 1.875rem;
    width: 1.250rem;
    height: 1.250rem;
    padding: 1rem;
    border: .063rem solid rgba(183,183,183,1);
    border-radius: .188rem;
    background: rgba(255,255,255,1) url(../images/arrow-up.png) no-repeat 50% 50%;
    cursor: pointer;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    white-space: nowrap;
}

.down {
    display: none;
    position: fixed;
    bottom: .625rem;
    right: 4.375rem;
    width: 1.250rem;
    height: 1.250rem;
    padding: 1rem;
    border: .063rem solid rgba(183,183,183,1);
    border-radius: .188rem;
    background: rgba(255,255,255,1) url(../images/arrow-down.png) no-repeat 50% 50%;
    cursor: pointer;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    white-space: nowrap;
}



/* ========================================================================================
	pushy menu (for mobile)
======================================================================================== */
.pushy {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5rem 2.5rem 2.5rem;
	overflow: auto;
	z-index: 6;
		-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 1);
}

.pushy-left {
	transform: translate3d(-100%, 0, 0);
}

.pushy-open-left {
	height: 100vh;
	overflow: hidden;
}

.pushy-open-left .push {
	transform: translate3d(80%, 0, 0);
}

.pushy-open-left .pushy {
	transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content {
	visibility: visible;
}

.pushy,
.push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
	transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.overlay-pushy {
	display: none;
}

.pushy-open-left .overlay-pushy,
.pushy-open-right .overlay-pushy {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, .4);
	animation: fade 500ms;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pushy.pushy-left {
	left: 0;
}

/* pushy-content
============================================ */
.pushy-content {
	padding: .938rem 0 0;
	visibility: hidden;

	/* background: palegoldenrod; */
}

.pushy-link a {
	display: block;
	position: relative;
	z-index: 1;
	padding: .938rem;
	color: var(--black);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3;
	text-decoration: none;
	transition: color .3s .02s ease;
}

.pushy-link:last-child a {
	color: rgba(185, 125, 45, 1);
}

.pushy-link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: .25rem 0 0 .25rem;
	background: transparent;
	transition: all .3s .02s linear;
}

.pushy-link a:hover,
.pushy-link a:active,
.pushy-link a:focus {
	color: rgba(185, 125, 45, 1);
}

.pushy-link a:hover::before,
.pushy-link a:active::before,
.pushy-link a:focus::before {
	background: rgba(249, 249, 249, 1);
}




/* panel-top
====================================================================== */
.panel-top {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 991.98px) {

    .panel-top {
        display: none;
    }

}

.panel-top .container-center {
    padding: .500rem 1rem .750rem;
}

/* ================= slogan-top ================= */
.slogan-top {
    margin: .375rem 0 0;

    /* background: palegreen; */
}

/* ================= contacts-top ================= */
.contacts-top {
    margin: 0 0 0 auto;

    /* background: #FF9900; */
}

.contacts-top .fa {
    margin: 0 .313rem 0 0;
    color: rgba(185, 125, 45, 1);
}

.phone {
    display: inline-block;
    margin: 0 .625rem 0 0;
}

.phone .fa {
    position: relative;
    top: .125rem;
    font-size: 1.500rem;
}

.mail {
    display: inline-block;
}

.mail a {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: color 0.2s 0.02s ease;
    transition: color 0.2s 0.02s ease;
    text-decoration: none;
}

.mail a + a {
    margin: 0 0 0 .625rem;
}

.mail a:hover,
.mail a:active {
    color: rgba(185, 125, 45, 1);
}


/* header
====================================================================== */
@media (max-width: 991.98px) {

	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 7;
		box-shadow: 0 .063rem .188rem rgba(51, 51, 51, .3);
		background: rgba(255, 255, 255, 1);
	}

}

.header .container-center {
    position: relative;
    padding: 1.875rem 1rem;

    /* background: #CC9999; */
}

@media (max-width: 991.98px) {

    .header .container-center {
        padding: .625rem 1rem;
    }

}

/* ================= logo ================= */
.logo {
    width: 30%;

    /* background: #99FFCC; */
}

@media (max-width: 991.98px) {

    .logo {
        flex-basis: auto;
        width: auto;
    }

}

.logo a {
    display: inline-block;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: clamp(2.5rem, 2.3rem + 1vw, 3.125rem);
    text-transform: uppercase;
    text-decoration: none;

    /* background: #ccc; */
}

.logo a span {
    color: rgba(185, 125, 45, 1);
}

/* ================= nav-top ================= */
.nav-top {
    width: 70%;
    text-align: right;

    /* background: #777; */
}

@media (max-width: 991.98px) {

    .nav-top {
        display: none;
    }

}

.nav-top ul {
    display: inline-block;
    margin: .438rem 0 0;

    /* background: greenyellow; */
}

.nav-top ul li {
    display: inline-block;
}

.nav-top ul li a {
    display: block;
    padding: .750rem .625rem;
    background: transparent;
    -webkit-transition: all 0.2s 0.02s ease;
    transition: all 0.2s 0.02s ease;
    color: rgba(86, 86, 86, 1);
    text-decoration: none;
}

.nav-top ul li a:hover,
.nav-top ul li a:active {
    background: rgba(185, 125, 45, 1);
    color: rgba(255, 255, 255, 1);
}

/* ======= pushy-button ======= */
.pushy-button {
    display: none;

	/* background: red; */
}

@media (max-width: 991.98px) {

	.pushy-button {
        display: block;
        position: absolute;
        top: .75rem;
        right: 1rem;
        width: 38px;
		margin: 0 0 0 auto;
	}

}

.pushy-btn {
	display: flex;
	align-items: center;
	position: relative;
	width: 2.5rem;
	height: 2.375rem;
	padding: 0 .375rem;
	border: none;
	background: transparent;
	transition: background-color .3s .02s linear;
	cursor: pointer;

	/* background: greenyellow; */
}

.pushy-btn > span,
.pushy-btn > span::before,
.pushy-btn > span::after {
	display: block;
	position: absolute;
	width: calc(100% - .875rem);
	height: .188rem;
	background: rgba(185, 125, 45, 1);
	transition: all .2s .02s linear;
}

.pushy-btn > span::before,
.pushy-btn > span::after {
	width: 100%;
}

.pushy-btn > span::before {
	content: "";
	top: -.5rem;

	/* background: red; */
}

.pushy-btn > span::after {
	content: "";
	top: .5rem;
	width: 80%;
	background: rgba(185, 125, 45, 1);

	/* background: greenyellow; */
}

/* .pushy-btn:hover,
.pushy-btn:active,
.pushy-btn:focus {
	background: rgba(185, 125, 45, 1);
} */


.pushy-btn-close > span {
	transform: rotate(45deg);
	background: rgba(185, 125, 45, 1);
}

.pushy-btn-close > span::before {
	top: 0;
	transform: rotate(0);
	background: rgba(185, 125, 45, 1);
}

.pushy-btn-close > span::after {
	top: 0;
	transform: rotate(90deg);
	width: 100%;
	background: rgba(185, 125, 45, 1);
}

/* title-page
====================================================================== */
.title-page {
    background: url(../images/slider.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.title-page .container-center {
    padding: 3.125rem 1rem;

    /* background: #99FFCC; */
}

.title-page h1 {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 2.500rem;
    text-shadow: 0 0 .063rem rgba(0, 0, 0, 1);
    text-align: center;
}


/* content
====================================================================== */
.middle {
    padding: 0 0 10.125rem;

    /* background: #FFCCFF; */
}

/* ================= content-center + content-sidebar ================= */
.middle .container-center {
    padding: 2.500rem 1rem;

    /* background: #CCCCFF; */
}

/* ================= typography ================= */
/*.middle h1 {
    margin: 0 0 1.875rem;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
}*/

.middle h2 {
    margin: 1.875rem 0 1.250rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 1.500rem;
    line-height: 1.2;
}

.middle h3 {
    margin: 0 0 1.250rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 1.250rem;
    line-height: 1.1;
}

.middle h4 {
    margin: 0 0 1.250rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1;
}

.middle p {
    margin: 0 0 .938rem;
    line-height: 1.5;
}

.middle p a {
    color: rgba(185, 125, 45, 1);
    text-decoration: underline;
}

.middle p a:hover {
    text-decoration: none;
}

strong,
.bold {
    font-weight: 600;
}

/* ================= ul-content ================= */
.ul-content {
    margin: 0 0 1.250rem;
    list-style: none;
}

.ul-content li {
    margin: 0 0 .313rem;
    padding: 0 0 0 .938rem;
    background: url(../images/ul-content-li.png) no-repeat 0 .375rem;
    line-height: 1.2;
}

.ul-content li a {
    color: rgba(0,0,255,1);
    text-decoration: underline;
}

.ul-content li a:hover,
.ul-content li a:active {
    text-decoration: none;
}

/* ================= table-content ================= */
/* .table-content {
    width: 100%;
    margin: 0 0 1.875rem;
    background: rgba(255, 255, 255, 1);
}

.table-content thead {
    border-bottom: .063rem solid rgba(180, 180, 180, .7);
    background: rgba(242, 242, 245, 1);
}

.table-content tfoot {
    border-top: .063rem solid rgba(221, 221, 221, 1);
    background: rgba(242, 242, 245, 1);
}

.table-content thead tr,
.table-content tfoot tr {
    background: transparent;
}

.table-content th,
.table-content tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    font-size: .875rem;
    text-align: left;
}

.table-content tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: .875rem;
}

.table-content tbody tr:nth-child(even) {
    background-color: rgba(242, 242, 245, 1);
} */

/* ================= tabs-content ================= */
/* .tabs-content {
    float: left;
    width: 100%;
    margin: .625rem 0 -.063rem 0;
    padding: 0;
    border-bottom: .063rem solid #e5e5e5;
    font-size: 0;
}

.tabs-content li {
    display: inline-block;
    *display: inline;
    position: relative;
    top: 0;
    left: 0;
    *top: .063rem;
    zoom: 1;
    margin: 0 -.125rem 0 0;
    padding: 0;
    list-style-type: none;
    font-size: .875rem;
}

.tabs-content li a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    padding: .563rem .938rem;
    border: .063rem solid #e5e5e5;
    border-bottom: 0;
    box-shadow: inset 0 -.188rem .188rem rgba(0,0,0,0.03);
    background: #f5f5f5;
    color: #666;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
}

.tabs-content li a:hover{
    background: #fff;
}

.tabs-content li.current a {
    position: relative;
    top: .063rem;
    left: 0;
    box-shadow: none;
    background: #fff;
    color: #222;
}

.content-tabs {
    clear: both;
    margin: 0 0 2.500rem 0;
    padding: 1.250rem;
    border: .063rem solid #e5e5e5;
    background: #fff;
} */


.double-fixture {
    margin-block: 2.5rem;
}

.double-fixture div {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 2.5rem 0 0;
}

@media (max-width: 767.98px) {

    .double-fixture div {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .double-fixture div:first-child {
        margin-bottom: 2.5rem;
    }

}


.imgs-fixture {
    display: flex;
    flex-wrap: wrap;
    max-width: 60rem;
    margin: 0 auto;
}

.imgs-fixture div {
    flex-basis: calc(33.3333% - 1.875rem);
    max-width: calc(33.3333% - 1.875rem);
    margin: 0 .938rem 1.875rem;

    border: 1px solid #ccc;
}

.imgs-fixture div:first-child {
    flex-basis: 100%;
    max-width: 100%;
}





/* footer
====================================================================== */
.footer {
    position: relative;
	height: 10.125rem;
    margin: -10.125rem auto 0;
    background: rgba(0, 0, 0, 1);
}

.footer .container-center {
    padding: 2.500rem 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;

    /* background: #ccc; */
}

/* ================= logo-f ================= */
.logo-f {
    display: block;
    margin: 0 0 .938rem;
    font-weight: 700;
    font-size: 3.125rem;
    text-transform: uppercase;
    text-decoration: none;

    /* background: #ccc; */
}

.logo-f span {
    color: rgba(185, 125, 45, 1);
}

/* ================= copyright ================= */
.copyright {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
    line-height: 1.2;

    /*background: #FF99CC;*/
}


/* index
====================================================================== */
/* ================= slider-index ================= */
.slider-index {
    background: url(../images/slider.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.slider-index .container-center {
    padding: 7.500rem 1rem;

    /* background: #FF9999; */
}

.content-slider-index {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 2.875rem;
    text-shadow: 0 0 .063rem rgba(0, 0, 0, 1);
    text-align: center;
    }

/* ================= block-index-1 ================= */
.block-index-1 h2 {
    margin: 0 0 2.500rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 2.250rem;
    line-height: 1.2;
    text-align: center;
}


.left-block-index-1 {
    flex-basis: 60%;
    width: 60%;
    padding: 0 2.5rem 0 0;
}

@media (max-width: 991.98px) {

    .left-block-index-1 {
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 2.5rem;
        padding: 0;
    }

}

.right-block-index-1 {
    flex-basis: 40%;
    width: 40%;
    padding: 0 0 0 2.5rem;
}

@media (max-width: 991.98px) {

    .right-block-index-1 {
        flex-basis: 100%;
        width: 100%;
        padding: 0;
    }

}

/* .sert-index {
} */

@media (max-width: 991.98px) {

	.sert-index {
		max-width: 31.25rem;
	}

}

.sert-index span {
    display: block;
    margin: 1.25rem 0 0;
}

.sert-index span a {
    color: rgba(185, 125, 45, 1);
    text-decoration: underline;
}

.sert-index span a:hover {
    text-decoration: none;
}

/* ================= block-index-2 ================= */
.block-index-2 {
    background: rgba(249, 249, 249, 1);
}

.block-index-2 .container-center {
    padding: 2.500rem 1rem;

    /* background: #CCFFFF; */
}

.block-index-2 h2 {
    margin: 0 0 3.125rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 2.250rem;
    line-height: 1.2;
    text-align: center;
}

.block-index-2 .slick-slide a {
    text-decoration: none; 
}

.block-index-2 .slick-slide a span {
    display: block;
    margin: 0 0 .938rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 1.250rem;
    text-align: center;
}

.block-index-2 .slick-slide img {
    max-height: 8rem;
}

/* ================= block-index-3 ================= */
.block-index-3 h2 {
    margin: 0 0 2.500rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 2.250rem;
    line-height: 1.2;
    text-align: center;
}