

body {
	overflow-x: hidden;
	margin: 0;
	color: #333;
	background: #f2f2f2
}

:root {
	--blue: #1e1e36
}

.no-scroll {
	overflow: hidden
}

img {
	max-width: 100%
}

#loading {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	background: #fff
}

#loading img {
	margin: auto
}

@font-face {
	font-family: "Light";
	src: url("/site/fonts/GothamPro-Light.woff2");
	src: url("/site/fonts/GothamPro-Light.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
	font-weight: normal
}

@font-face {
	font-family: "Regular";
	src: url("/site/fonts/GothamPro.woff2");
	src: url("/site/fonts/GothamPro.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
	font-weight: normal
}

@font-face {
	font-family: "Medium";
	src: url("/site/fonts/GothamPro-Medium.woff2");
	src: url("/site/fonts/GothamPro-Medium.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
	font-weight: normal
}

@font-face {
	font-family: "Bold";
	src: url("/site/fonts/GothamPro-Bold.woff2");
	src: url("/site/fonts/GothamPro-Bold.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
	font-weight: normal
}

@font-face {
	font-family: "Black";
	src: url("/site/fonts/GothamPro-Black.woff2");
	src: url("/site/fonts/GothamPro-Black.woff2") format("woff2");
	font-style: normal;
	font-display: swap;
	font-weight: normal
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Regular";
	outline: none;
	font-size: 17px
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s
}

p {
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 0
}

p ul {
	padding: 0;
	margin: 0
}

p ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px
}

p ul li:before {
	content: "—";
	top: 0;
	position: absolute;
	left: 0;
	color: red
}

p ul li a {
	color: red;
	text-decoration: none;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

p ul li a:after {
	width: 100%;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 1px;
	left: 0;
	background: red
}

p ul li a:hover {
	color: red
}

h1 {
	font-family: "Bold";
	font-size: 35px;
	margin: 0;
	font-weight: normal
}

@media (max-width: 500px) {
	h1 {
		font-size: 27px
	}
}

h2 {
	font-family: "Bold";
	font-size: 35px;
	margin: 0;
	font-weight: normal
}

@media (max-width: 500px) {
	h2 {
		font-size: 23px
	}
}

h3 {
	font-family: "Bold";
	font-size: 25px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal
}

.table-window {
	width: 100%;
	overflow-x: auto
}

.table-window::-webkit-scrollbar {
	width: 3px
}

.table-window::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.table-window::-webkit-scrollbar-thumb {
	background-color: #c3c3c3;
	outline: 1px solid #c3c3c3
}

table {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	border-collapse: collapse
}

table tr {
	height: 60px;
	border-bottom: 1px solid #ddd
}

table tr:hover {
	background: #eee;
	cursor: default
}

table tr:first-child:hover {
	background: transparent;
	cursor: default
}

table td {
	padding-left: 35px
}

table td a {
	border: none
}

table th {
	color: red;
	border-bottom: 1px solid #ddd;
	cursor: default;
	padding-left: 35px;
	text-align: left
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	top: 5px;
	height: 13px;
	width: 13px;
	left: 3px;
	border-radius: 3px;
	font-size: 14px;
	background: #333;
	-webkit-transition: all .2s;
	transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	top: 5px;
	height: 13px;
	width: 13px;
	left: 3px;
	border-radius: 3px;
	font-size: 14px;
	background: #1e1e36;
	-webkit-transition: all .2s;
	transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
	content: '';
	position: absolute;
	top: 5px;
	height: 13px;
	width: 13px;
	left: 3px;
	border-radius: 3px;
	font-size: 14px;
	background: var(--blue);
	-webkit-transition: all .2s;
	transition: all .2s
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.files-save {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	padding-left: 60px;
	border: 2px solid red;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.files-save:hover {
	border: 2px solid red
}

.files-save span {
	display: block;
	text-align: left
}

.files-save:after {
	display: none
}

.files-save img {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 15px;
	left: 15px
}

.shadow-sec {
	position: fixed;
	z-index: 100;
	top: 0;
	display: none;
	overflow: auto;
	left: 0;
	width: 100%;
	height: 100%
}

.shadow-close {
	position: absolute;
	z-index: 1;
	top: 0;
	background: #fff;
	opacity: 0.6;
	left: 0;
	width: 100%;
	display:flex;
	cursor: url(/site/img/close.png) 20 20, not-allowed;
	height: 100%
}

.window {
	position: relative;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	max-width: 450px;
	min-height: 300px;
	display: inline-table;
	padding: 40px 20px
}

.window .submit:disabled {
	cursor: url(/site/img/close.png) 20 20, not-allowed;
	opacity: 0.6
}

@media (max-width: 450px) {
	.window {
		width: 100%;
		margin: auto;
		height: 100%;
		border-radius: 0;
		position: relative
	}
}

.window .close {
	position: absolute;
	top: 10px;
	height: 25px;
	width: 25px;
	right: 10px
}

.window .close:after {
	width: 30px;
	height: 1px;
	top: 11px;
	left: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e21d25;
	content: "";
	position: absolute
}

.window .close:before {
	width: 30px;
	height: 1px;
	top: 11px;
	left: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #e21d25;
	content: "";
	position: absolute
}

.window .close:hover {
	cursor: pointer
}

.window .close:hover:before {
	background: #333
}

.window .close:hover:after {
	background: #333
}

.window .title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-bottom: 5px;
	font-family: "Bold"
}

.window .caption {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px
}

.window span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "Bold";
	font-size: 14px
}

.window input {
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #f1f1f1;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px
}

.window #phone-mask {
	letter-spacing: 1px
}

.window .politic {
	width: 100%;
	float: left;
	margin-bottom: 20px
}

.window .politic span {
	float: right;
	font-size: 16px;
	width: calc(100% - 25px)
}

@media (max-width: 400px) {
	.window .politic span {
		font-size: 12px
	}
}

.window .politic a {
	text-decoration: none;
	color: #333;
	position: relative;
	display: inline-block;
	font-size: inherit;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.window .politic a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 0%;
	height: 1px;
	background: var(--blue)
}

.window .politic a:hover:after {
	width: 100%
}

.window .error-window {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 5px
}

.window .submit {
	padding: 15px 25px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	background: #1e1e36;
	border-radius: 2px;
	font-family: "Medium";
	text-transform: uppercase;
	border: 1px solid #1e1e36;
	display: inline-block
}

@media (max-width: 400px) {
	.window .submit {
		padding: 13px 20px
	}
}

.window .submit:hover {
	background: #19192b;
	-webkit-box-shadow: 0 0 10px rgba(1, 36, 69, 0.5);
	box-shadow: 0 0 10px rgba(1, 36, 69, 0.5)
}

.btn-call {
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.wrapper {
	max-width: 1300px;
	margin: 0 auto;
	height: inherit;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.justify-content {
	text-align: justify;
	font-size: 0
}

.justify-content:after {
	display: inline-block;
	width: 100%;
	content: ""
}

.pages {
	cursor: default;
	margin-top: 20px
}

.pages ul {
	margin: 0;
	padding: 0
}

.pages li {
	display: inline-block;
	vertical-align: top;
	padding: 5px
}

.pages .pages_list_hover {
	color: var(--blue);
	font-family: "Bold"
}

.pages a {
	color: inherit;
	text-decoration: none
}

.pages a:hover {
	color: var(--blue)
}

.pages .left {
	margin-bottom: 10px
}

.pages .all-page {
	outline: none;
	border: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 7px 15px;
	background: var(--blue);
	margin: auto;
	cursor: pointer;
	font-family: "Regular";
	font-size: 17px;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	border-radius: 5px
}

.pages .all-page:hover {
	background: var(--grey);
	color: var(--blue);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

body::-webkit-scrollbar {
	width: 5px;
	background: #dedede
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

body::-webkit-scrollbar-thumb {
	background: #888;
	outline: 3px solid #000
}

.pre-head {
	height: 160px
}

@media (max-width: 950px) {
.pre-head {
	height: 90px
}    
}

.menu-btn {
	display: none;
	position: absolute;
	right: 15px;
	height: 50px;
	width: 50px;
	background: #fff;
	top: 15px;
	border-radius: 2px
}

@media (max-width: 950px) {
	.menu-btn {
		display: block
	}
}

.menu-btn:before {
	content: "";
	height: 2px;
	background: #1e1e36;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 30px
}

.menu-btn:after {
	content: "";
	height: 2px;
	background: #1e1e36;
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 30px;
	transition: 0.4s
}

.menu-btn span {
	height: 2px;
	background: #1e1e36;
	position: absolute;
	top: calc(50% - 1px);
	right: 10px;
	transition: 0.3s;
	width: 30px
}

.menu-btn-active span {
	width: 20px
}

.menu-btn-active:after {
	width: 10px
}

header {
	height: 95px;
	background: #fff;
	z-index: 7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (max-width: 950px) {
	header {
		padding-right: 100px
	}
}

header .logo {
	height: inherit;
	width: 200px;
	display: inline-flex;
	vertical-align: top
}

header .logo img {
	margin: auto
}

header .address {
	height: inherit;
	vertical-align: top;
	max-width:370px;
	text-align:left;
	padding-left:50px;
	display: inline-flex;
	position:relative;
}

@media (max-width: 950px) {
    .address.desctop{
        display:none;
    }
}

@media (max-width: 550px) {
header .address {
    display:none;
}    
}

header .address .ico{
    height:40px;
    width:40px;
    border-radius:50%;
    background:url("/site/img/po.png") no-repeat center;
    background-color:#fbf9f4;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-20px;
}
header .address .ico2{
    height:40px;
    width:40px;
    border-radius:50%;
    background:url("/site/img/add.png") no-repeat center;
    background-color:#fbf9f4;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-20px;
}

header .address span {
	margin: auto;
	font-size: 14px
}

header .address a {
	color: inherit;
	text-decoration: none;
	font-size: 18px;
	line-height:25px;
	margin: auto;
}

header .call-sec {
	display: inline-flex;
	vertical-align: top;
	height: inherit;
	color: #fff
}

@media (max-width: 550px) {
	header .call-sec {
		display: none
	}
}

header .call-sec .middle {
	margin: auto;
	font-size: 14px;
	line-height: 20px
}

header .call-sec a {
	color: inherit;
	font-size: inherit;
	text-decoration: none
}

header .call-sec a:hover {
	color: #ccc
}

header .call-btn-call {
	display: inline-flex;
	vertical-align: top;
	height: inherit
}

@media (max-width: 750px) {
	header .call-btn-call {
		display: none
	}
}

header .call-btn-call a {
	margin: auto;
	font-size: 14px;
	text-transform: uppercase;
	color: #1e1e36;
	background: #c8a35e;
	cursor: pointer;
	border-radius: 2px;
	padding: 12px 25px
}

header .call-btn-call a:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.menu {
	position: absolute;
	top: 95px;
	width: 100%;
	height:66px;
	background:#c8a35e;
	left: 0;
	z-index: 4;
	text-align: justify;
}

@media (max-width: 950px) {
	.menu {
		background: #c8a35e;
		position: fixed;
		left: -100%;
		padding-top: 15px;
		padding-bottom: 15px;
		transition: 0.3s;
		top: 80px;
		display: flow-root;
		overflow: auto;
		z-index: 6;
		text-align: left;
		width: 100%;
		height: calc(100vh - 80px)
	}
	.menu:before {
		content: "";
		background: #ccc;
		left: 50%;
		top: 15px;
		width: 1px;
		height: calc(100% - 30px);
		position: absolute
	}
}

@media (max-width: 950px) and (max-width: 520px) {
	.menu:before {
		display: none
	}
}

.menu ul {
	width:100%;
	margin:0;
	padding:0;
	display: flex;
}

@media (max-width: 950px){
.menu ul {
    display:block;
}    
}

.menu li {
	margin:auto;
	display:flex;
	height:66px;
	width: 100%;
}



@media (max-width: 950px){
.menu ul {
    display: block;
    width: 50%;
    padding-right: 15px;
}
}

@media (max-width: 520px){
.menu ul {
    display: block;
    width: 100%;
    padding-right: 0;
}
}

.menu li a {
	padding: 7px 10px;
	height:66px;
	width:100%;
	display: inline-flex;
	margin:auto;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	font-family: "Medium";
}

.menu li a span{
    margin:auto;
    text-align:center;
}

@media (max-width: 950px) {
	.menu li a {
		border: none;
		height:auto;
	}
}

.menu li a:hover {
    color:#222;
}

@media (max-width: 950px) {
	.menu li a:hover {
		color:#222;
	}
}

.menu li .active {
	color:#1e1e36;
}

@media (max-width: 950px) {
	.menu li {
		display: block;
		width: 100%;
		padding-right: 15px;
		height:auto;
	}
}

@media (max-width: 950px) and (max-width: 520px) {
	.menu li {
		width: 100%;
		padding-right: 0
	}
}

@media (max-width: 950px) {
	.menu li a {
		display: block;
		background: transparent;
		border-radius: 0;
		padding: 15px 0px;
		border-bottom: 1px solid #aaa;
		position: relative
	}
	.menu li a:after {
		content: "";
		top: calc(50% - 9px);
		background-image: url("/site/img/ico/arrow.svg");
		transform: rotate(180deg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 18px;
		width: 18px;
		position: absolute;
		right: 0px
	}
	.menu li .active {
		border: none;
		border-bottom: 1px solid #fff
	}
}

.active-menu-sec {
	left: 0
}

.address-mobile {
	display: none;
	margin-bottom: 20px
}

@media (max-width: 950px) {
	.address-mobile {
		display: block;
		margin-top:20px;
	}
}

.address-mobile span {
	color: #fff;
	font-size: 16px
}

@media (max-width: 550px) {
	.address-mobile span {
		font-size: 14px
	}
}

.address-mobile a {
	text-decoration: none;
	color: inherit;
	font-size: inherit
}

.call-btn-call-mobile {
	display: none
}

@media (max-width: 750px) {
	.call-btn-call-mobile {
		display: block
	}
}

.call-btn-call-mobile a {
	margin: auto;
	font-size: 16px;
	text-transform: uppercase;
	color: #1e1e36;
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 25px
}

.call-btn-call-mobile a:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.call-sec-mobile {
	display: none;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px
}

@media (max-width: 550px) {
	.call-sec-mobile {
		display: block
	}
}

.call-sec-mobile a {
	color: inherit;
	font-size: inherit;
	text-decoration: none
}

.call-sec-mobile a:hover {
	color: #ccc
}

.mobile-section-contact {
	display: none;
	position: absolute;
	top: -15px;
	right: 0px;
	padding: 15px;
	width: 50%;
	height: 100%
}

@media (max-width: 950px) {
	.mobile-section-contact {
		display: block
	}
}

@media (max-width: 520px) {
	.mobile-section-contact {
		width: 100%;
		position: relative;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
		top: 0
	}
}

.slider-sec {
	position: relative
}

.form{
    position:absolute;
    width:100%;
    bottom:50px;
    color:#fff;
}

@media (max-width: 470px) {
    .form{
        bottom:10px;
        padding-right: 50px;
    }
    
   .form h3{
       font-size: 20px;
   } 
}

.submite{
    margin-top:20px;
}

.submite input{
    height:40px;
    border-radius:3px;
    padding-left:10px;
    margin-right:10px;
    border:1px solid #ccc;
    display:inline-block;
    vertical-align:top;
}

.csas{
    font-size:12px;
    height:15px;
    margin-top:5px;
}

.submite span{
    height:40px;
    padding-left:20px;
    border-radius:3px;
    padding-top:10px;
    padding-right:20px;
    background:#c8a35e;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}

@media (max-width: 470px) {
    .submite input{
        font-size: 14px;
    }  
    .submite span{
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .submite input{
        font-size: 14px;
        width:100%;
    }  
    .submite span{
        font-size: 14px;
        width:90%;
        margin-top:10px;
        text-align:center;
        height:auto;
        padding: 10px 20px;
    }
}

.slider-sec .left-arrow {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 15px;
	top: calc(50% - 25px);
	cursor: pointer;
	border: 1px solid #fff;
	display: flex;
	border-radius: 2px;
	z-index: 4
}

.slider-sec .left-arrow img {
	height: 25px;
	margin: auto
}

@media (max-width: 1200px) {
	.slider-sec .left-arrow {
		left: auto;
		right: 15px;
		top: calc(50% - 55px)
	}
}

.slider-sec .right-arrow {
	height: 50px;
	width: 50px;
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: calc(50% - 25px);
	border: 1px solid #fff;
	display: flex;
	border-radius: 2px;
	transform: rotate(180deg);
	z-index: 4
}

.slider-sec .right-arrow img {
	height: 25px;
	margin: auto
}

@media (max-width: 1200px) {
	.slider-sec .right-arrow {
		top: calc(50% + 5px)
	}
}

.slider-sec .down-arrow {
	position: absolute;
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	transition: 0.3s;
	bottom: -30px;
	z-index: 4;
	left: calc(50% - 30px)
}

.slider-sec .down-arrow:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.slider-sec .down-arrow:before {
	position: absolute;
	left: -10px;
	top: -10px;
	background: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	opacity: 0.3;
	content: "";
	z-index: -1
}

.slider-sec .down-arrow img {
	margin: auto;
	height: 30px
}

@media (max-width: 400px) {
	.slider-sec .down-arrow {
		display: none
	}
}

.slider-sec .slide {
	height: 600px;
	background-size: cover;
	background-position: center top
}

@media (max-width: 400px) {
	.slider-sec .slide {
		height: auto;
		padding-bottom:250px;
		padding-top:50px;
	}
	.slider-sec .slide:before {
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		opacity: 0.2
	}
}

.slider-sec .slide .wrapper {
	display: flex
}

.slider-sec .middle {
	margin: auto;
	margin-left: 0
}

@media (max-width: 1200px) {
	.slider-sec .middle {
		padding-right: 75px
	}
}

.slider-sec .name {
	font-family: "Bold";
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff
}

@media (max-width: 750px) {
	.slider-sec .name {
		font-size: 35px
	}
}

@media (max-width: 400px) {
	.slider-sec .name {
		font-size: 27px
	}
}

.slider-sec .sub-name {
	color: #fff;
	font-family: "Light";
	font-size: 20px;
	margin-bottom: 50px
}

@media (max-width: 750px) {
	.slider-sec .sub-name {
		font-size: 18px
	}
}

.slider-sec .ref-slide {
	padding: 15px 25px;
	text-decoration: none;
	font-size: 15px;
	color: #1e1e36;
	background: #fff;
	border-radius: 2px;
	font-family: "Medium";
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block
}

@media (max-width: 400px) {
	.slider-sec .ref-slide {
		padding: 13px 20px
	}
}

.slider-sec .ref-slide:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.first-sec {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

.first-sec #about {
	position: absolute;
	top: -20px
}

.first-sec h1 {
	text-align: center;
	margin-bottom: 50px
}

.first-sec .mobile-device {
	display: none;
	font-size: 25px
}

@media (max-width: 650px) {
	.first-sec .mobile-device {
		display: block
	}
}

@media (max-width: 450px) {
	.first-sec .mobile-device {
		font-size: 18px
	}
}

.first-sec .pc-device {
	display: block
}

@media (max-width: 650px) {
	.first-sec .pc-device {
		display: none
	}
}

.first-sec .left-sec {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	height: 500px;
	box-shadow: 0 0 10px rgba(1, 36, 69, 0.8);
	border-radius: 2px;
	background-size: cover;
	background-position: center
}

@media (max-width: 650px) {
	.first-sec .left-sec {
		width: 100%;
		height: 300px;
		background-position: top 10% center;
		margin-bottom: 30px
	}
}

.first-sec .right-sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	text-align: left
}

.first-sec .right-sec p {
	font-size: 20px
}

@media (max-width: 650px) {
	.first-sec .right-sec {
		width: 100%;
		line-height: 18px
	}
	.first-sec .right-sec p {
		font-size: 14px
	}
}

.warning-sec-sec {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background: #c8a35e;
	box-shadow: 0 0 10px rgba(1, 36, 69, 0.8);
	text-align: center
}

.warning-sec-sec span {
	font-size: 20px;
	font-family: "Bold"
}

@media (max-width: 600px) {
	.warning-sec-sec span {
		font-size: 18px
	}
}

@media (max-width: 400px) {
	.warning-sec-sec span {
		font-size: 16px
	}
}

.service-sec {
	padding-top: 70px;
	padding-bottom: 70px
}

.service-sec h2 {
	text-align: center;
	margin-bottom: 50px
}

.service-sec .service-list {
	display: flow-root
}

.service-sec .service-card {
	float: left;
	width: 25%;
	position: relative;
	padding-top: 25%;
	text-align: center;
	color: inherit;
	height: 0;
	background-size: cover;
	background-position: center
}

@media (max-width: 900px) {
	.service-sec .service-card {
		width: 33.3%;
		padding-top: 33.3%
	}
}

@media (max-width: 680px) {
	.service-sec .service-card {
		width: 50%;
		padding-top: 50%
	}
}

.service-sec .service-card:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	background: #c8a35e;
	position: absolute;
	opacity: 0;
	z-index: 3
}

.service-sec .service-card:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0.6;
	z-index: 2
}

.service-sec .service-card .content {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 20px
}

.service-sec .service-card .content .middle {
	margin: auto
}

.service-sec .service-card .name {
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}

.service-sec .service-card .name:after {
	height: 2px;
	width: 100px;
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px)
}

@media (max-width: 830px) {
	.service-sec .service-card .name {
		font-size: 18px
	}
}

.service-sec .service-card .sub-name {
	font-size: 16px
}

@media (max-width: 830px) {
	.service-sec .service-card .sub-name {
		font-size: 14px
	}
}

.service-sec .service-card:nth-child(1):before, .service-sec .service-card:nth-child(3):before, .service-sec .service-card:nth-child(6):before, .service-sec .service-card:nth-child(8):before, .service-sec .service-card:nth-child(9):before, .service-sec .service-card:nth-child(11):before, .service-sec .service-card:nth-child(14):before, .service-sec .service-card:nth-child(16):before, .service-sec .service-card:nth-child(17):before, .service-sec .service-card:nth-child(19):before {
  background: #fff;
}
.service-sec .service-card:nth-child(1) .name, .service-sec .service-card:nth-child(3) .name, .service-sec .service-card:nth-child(6) .name, .service-sec .service-card:nth-child(8) .name, .service-sec .service-card:nth-child(9) .name, .service-sec .service-card:nth-child(11) .name, .service-sec .service-card:nth-child(14) .name, .service-sec .service-card:nth-child(15) .name {
  color: #1e1e36;
}
.service-sec .service-card:nth-child(1) .name:after, .service-sec .service-card:nth-child(3) .name:after, .service-sec .service-card:nth-child(6) .name:after, .service-sec .service-card:nth-child(8) .name:after, .service-sec .service-card:nth-child(9) .name:after, .service-sec .service-card:nth-child(11) .name:after, .service-sec .service-card:nth-child(14) .name:after, .service-sec .service-card:nth-child(16) .name:after {
  background: #1e1e36;
}
.service-sec .service-card:nth-child(2):before, .service-sec .service-card:nth-child(4):before, .service-sec .service-card:nth-child(5):before, .service-sec .service-card:nth-child(7):before, .service-sec .service-card:nth-child(10):before, .service-sec .service-card:nth-child(12):before, .service-sec .service-card:nth-child(13):before, .service-sec .service-card:nth-child(15):before, .service-sec .service-card:nth-child(18):before, .service-sec .service-card:nth-child(20):before {
  background: #c8a35e;
}
.service-sec .service-card:nth-child(2) .name, .service-sec .service-card:nth-child(4) .name, .service-sec .service-card:nth-child(5) .name, .service-sec .service-card:nth-child(7) .name, .service-sec .service-card:nth-child(10) .name, .service-sec .service-card:nth-child(12) .name, .service-sec .service-card:nth-child(13) .name, .service-sec .service-card:nth-child(15) .name {
  color: #fff;
}
.service-sec .service-card:nth-child(2) .name:after, .service-sec .service-card:nth-child(4) .name:after, .service-sec .service-card:nth-child(5) .name:after, .service-sec .service-card:nth-child(7) .name:after, .service-sec .service-card:nth-child(10) .name:after, .service-sec .service-card:nth-child(12) .name:after, .service-sec .service-card:nth-child(13) .name:after, .service-sec .service-card:nth-child(15) .name:after {
  background: #fff;
}
.service-sec .service-card:nth-child(2) .sub-name, .service-sec .service-card:nth-child(4) .sub-name, .service-sec .service-card:nth-child(5) .sub-name, .service-sec .service-card:nth-child(7) .sub-name, .service-sec .service-card:nth-child(10) .sub-name, .service-sec .service-card:nth-child(12) .sub-name, .service-sec .service-card:nth-child(13) .sub-name {
  color: #fff;
}

@media (max-width: 900px) {
	.service-sec .service-card:nth-child(odd):before {
		background: #fff
	}
	.service-sec .service-card:nth-child(odd) .name {
		color: #1e1e36
	}
	.service-sec .service-card:nth-child(odd) .name:after {
		background: #1e1e36
	}
	.service-sec .service-card:nth-child(odd) .sub-name {
		color: inherit
	}
	.service-sec .service-card:nth-child(even):before {
		background: #1e1e36
	}
	.service-sec .service-card:nth-child(even) .sub-name {
		color: #fff
	}
	.service-sec .service-card:nth-child(even) .name {
		color: #fff
	}
	.service-sec .service-card:nth-child(even) .name:after {
		background: #1e1e36
	}
}

@media (max-width: 500px) {
	.service-sec .service-card {
		width: 100%;
		padding-top: 100%
	}
}

.service-sec .service-card .button-false {
	margin: auto;
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transition: 0.3s;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 4;
	border: 2px solid #fff;
	padding: 10px 20px
}

.service-sec .service-card:hover .content {
	opacity: 0;
	transition: 0.3s
}

.service-sec .service-card:hover:after {
	opacity: 0.9
}

.service-sec .service-card:hover .button-false {
	opacity: 1
}

.steps-sec {
	padding-bottom: 70px;
	background: #fff;
	padding-top: 70px
}

.steps-sec .wrapper {
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat
}

@media (max-width: 770px) {
	.steps-sec .wrapper {
		background-position: center;
		background-size: 80%
	}
}

.steps-sec h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #c8a35e;
}

.steps-sec .step-clear {
	width: 18%;
	display: inline-block
}

@media (max-width: 770px) {
	.steps-sec .step-clear {
		width: 30%
	}
}

.steps-sec .step {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative
}

@media (max-width: 770px) {
	.steps-sec .step {
		width: 30%;
		margin-bottom: 25px
	}
	.steps-sec .step:nth-last-child(2) {
		margin-bottom: 0
	}
	.steps-sec .step:nth-last-child(3) {
		margin-bottom: 0
	}
}

@media (max-width: 650px) {
	.steps-sec .step {
		width: 48%
	}
}

@media (max-width: 480px) {
	.steps-sec .step {
		width: 100%
	}
	.steps-sec .step:nth-last-child(3) {
		margin-bottom: 25px
	}
}

.steps-sec .step .number {
	position: absolute;
	left: 0;
	opacity: 0.3;
	top: -5px;
	font-family: "Black";
	font-size: 30px
}

.steps-sec .step img {
	width: 60px;
	margin-bottom: 15px
}

.steps-sec .step span {
	font-family: "Bold";
	font-size: 14px;
	display: block
}

.review-sec {
	padding-bottom: 70px;
	padding-top: 70px
}

.review-sec h2 {
	text-align: center;
	margin-bottom: 50px
}

.review-sec .owl-dots {
	text-align: center
}

.review-sec .owl-dots .owl-dot {
	height: 7px;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50%;
	width: 7px;
	background: #ccc
}

.review-sec .owl-dots .active {
	background: #c8a35e
}

.review-sec .review {
	padding: 10px;
	text-align: center
}

.review-sec .photo {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 2px solid #c8a35e;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 10px rgba(1, 36, 69, 0.5);
	z-index: 4;
	background-position: center;
	background-size: cover
}

.review-sec .content {
	box-shadow: 0 0 10px rgba(1, 36, 69, 0.5);
	border-radius: 10px;
	padding: 20px;
	padding-top: 70px;
	margin-bottom: -40px;
	position: relative;
	font-size: 16px;
	top: -50px
}

.review-sec .dynamic {
	margin: auto;
	font-size: 13px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #c8a35e;
	cursor: pointer;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 25px
}

.review-sec .spoiler {
	font-size: 16px;
	display: none
}

.review-sec .spoiler * {
	font-size: inherit
}

.review-sec .autor-review {
	font-family: "Bold";
	margin-bottom: 20px
}

.developed {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background: #94753b;
}

.developed .colum {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 13px
}

@media (max-width: 500px) {
	.developed .colum {
		margin-bottom: 5px;
		display: block
	}
	.developed .colum:last-child {
		margin-bottom: 0
	}
}

.developed .colum a {
	font-size: inherit;
	color: inherit;
	text-decoration: none
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #c8a35e;
	color: #fff
}

footer .colum {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: left
}

@media (max-width: 700px) {
	footer .colum {
		width: 100%;
		margin-bottom: 30px
	}
	footer .colum:last-child {
		margin-bottom: 0
	}
}

footer .title {
	font-family: "Black";
	font-size: 20px;
	margin-bottom: 20px
}

footer .line {
	margin-bottom: 10px;
	font-size: 14px
}

@media (max-width: 700px) {
	footer .line {
		display: inline-block;
		vertical-align: top;
		width: 30%
	}
}

@media (max-width: 600px) {
	footer .line {
		width: 48%
	}
}

@media (max-width: 500px) {
	footer .line {
		width: 100%
	}
}

footer .line a {
	color: #fff;
	font-size: inherit;
	text-decoration: none
}

footer .line a:hover {
	color: #ccc
}

footer .line:last-child {
	margin-bottom: 0
}

.pre-product {
	padding-top: 60px;
	display: block;
	margin-bottom: 50px;
	padding-bottom: 30px;
	background: #dcc18e;
	color: #fff
}

@media (max-width: 950px) {
	.pre-product {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.pre-product .breadcrums {
	font-size: 14px;
	margin-bottom: 30px
}

.pre-product .breadcrums a {
	color: #1e1e36;
	font-size: inherit;
	text-decoration: none
}

.sud-card {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	height: 250px;
	border-radius: 2px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	position: relative
}

@media (max-width: 950px) {
	.sud-card {
		width: 24%
	}
}

@media (max-width: 770px) {
	.sud-card {
		width: 32%
	}
}

@media (max-width: 550px) {
	.sud-card {
		width: 48%;
		height: 200px
	}
}

.sud-card .name {
	position: absolute;
	bottom: 15px;
	border-radius: 2px;
	background: #fff;
	text-align: center;
	left: 15px;
	width: calc(100% - 30px);
	padding: 15px;
	font-size: 13px;
	font-family: "Bold"
}

.sud-card-clear {
	display: inline-block;
	vertical-align: top;
	width: 19%
}

@media (max-width: 950px) {
	.sud-card-clear {
		width: 24%
	}
}

@media (max-width: 770px) {
	.sud-card-clear {
		width: 32%
	}
}

@media (max-width: 550px) {
	.sud-card-clear {
		width: 48%
	}
}

.articles-section {
	padding-bottom: 70px;
	display: flow-root
}

.articles-section h2,
.articles-section h3,
.articles-section h4 {
	margin-bottom: 20px
}

.articles-section a {
	text-decoration: none;
	color: #1e1e36
}

.articles-section a span {
	font-family: "Bold"
}

.articles-section a span:hover {
	color: #19192b
}

.articles-section ul {
	padding: 0;
	margin: 0
}

.articles-section ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px
}

.articles-section ul li:before {
	content: "—";
	top: 0;
	position: absolute;
	left: 0;
	color: #1e1e36
}

.articles-section ul a {
	text-decoration: none;
	color: #1e1e36
}

.articles-section ul a span {
	font-family: "Bold"
}

.articles-section ul a span:hover {
	color: #19192b
}

.articles-news {
	max-width: 850px
}

.news-cards {
	display: block;
	margin-bottom: 50px;
	position: relative;
	padding-left: 220px;
	min-height: 200px;
	text-align: left
}

@media (max-width: 700px) {
	.news-cards {
		padding-left: 0;
		min-height: auto
	}
}

.news-cards:last-child {
	margin-bottom: 0
}

.news-cards .name {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "Bold"
}

@media (max-width: 700px) {
	.news-cards .name {
		margin-bottom: 15px
	}
}

.news-cards .data {
	font-size: 16px;
	margin-bottom: 20px
}

@media (max-width: 700px) {
	.news-cards .data {
		margin-bottom: 15px
	}
}

.news-cards .pic {
	height: 200px;
	position: absolute;
	border-radius: 2px;
	left: 0;
	top: 0;
	width: 200px;
	background-size: cover;
	background-position: center
}

@media (max-width: 700px) {
	.news-cards .pic {
		display: none
	}
}

.error-page {
	height: calc(100vh - 25px)
}

@media (max-width: 500px) {
	.error-page {
		height: calc(100vh - 45px)
	}
}

.error-page .wrapper {
	display: flex;
	padding-top: 80px
}

.error-page .wrapper .middle {
	margin: auto;
	margin-left: 0
}

.error-page .code {
	font-size: 100px;
	font-family: "Black";
	margin-bottom: 30px
}

@media (max-width: 400px) {
	.error-page .code {
		font-size: 70px;
		margin-bottom: 20px
	}
}

.error-page .desc {
	margin-bottom: 50px;
	max-width: 850px
}

@media (max-width: 400px) {
	.error-page .desc {
		margin-bottom: 30px
	}
}

.error-page .link-main {
	padding: 15px 25px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #1e1e36;
	border-radius: 2px;
	font-family: "Medium";
	text-transform: uppercase;
	border: 1px solid #1e1e36;
	display: inline-block
}

@media (max-width: 400px) {
	.error-page .link-main {
		padding: 13px 20px
	}
}

.error-page .link-main:hover {
	color: #1e1e36;
	background: #fff
}

