@font-face {
	font-family: Adventure;
	src: url('../fonts/Adventure.ttf');
}

body {
	margin: 0;
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header-Top **************************/

.header {
	height: 166px;
/*	position: fixed; */
/*	top: 0; */
/*	z-index: 999; */
	background-color: #fff;
	width: 100%;
}

.header-top {
	background-color: #f7f7f7;
	height: 50px;
}

.header-top__item {
	position: relative;
}

.header-top__block {
	position: relative;
	height: 50px;
	right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header-top__block p {
	font-weight: bold;
}

.header-top__operating {
	position: absolute;
	right: 31%;
}

.header-top__operating i {
	font-size: 21px;
	margin-top: 4px;
	margin-right: 15px;
	color: #9c9e9d;
}

.header-top__phone i {
	font-size: 12px;
	color: #9c9e9d;
	border: 2px solid #9c9e9d;
	border-radius: 50px;
	padding: 2px 4px;
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 15px;
}

.header-top__operating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.header-top__operating p {
	margin: 0;
	margin-right: 5px;
}

.header-top__phone {
    position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	right: 0;
}


/* Header-Center *****************/
.header-menu-fixed {
	display: none;
	width: 100%;
}

.header_fixed{
    position: fixed;
    display: inline-block;
    left: 0;
    top: 0;
    padding: 10px 16.5%;
    background: #fff;
    animation: showElement;
    animation-duration: 1s;
    z-index: 100;
}

.menu-fixed-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.menu-fixed-block nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}

.menu-fixed-block nav ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}

.menu-fixed-block a {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #000;
	transition: all 0.2s linear;
}

.menu-fixed-block a:hover {
	color: #c09a54;
	text-decoration: none;
}

.header-button-fixed {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 20px;
	padding: 8px 25px 8px 25px;
	color: #000;
	border: 2px solid transparent;
	border-radius: 5px;
	border-image: linear-gradient(to right, #af8d46 , #f2ca4f, #af8d46);
-moz-border-image: -moz-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
-webkit-border-image: -webkit-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
border-image-slice: 1;
transition: all 0.1s linear;
}

.header-button-fixed:hover {
	color: #c09a54;
	border-image: linear-gradient(to right, #f2ca4f , #af8d46, #f2ca4f);
-moz-border-image: -moz-linear-gradient(left, #f2ca4f , #af8d46, #f2ca4f);
-webkit-border-image: -webkit-linear-gradient(left, #f2ca4f , #af8d46, #f2ca4f);
border-image-slice: 1;
}

@keyframes showElement{
    0% {
        opacity: 0;
        top: -70px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}

.header-center {
	position: relative;
	padding-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	z-index: 4;
}

.header-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #000;
	transition: all 0.2s linear;
}

.header-logo:hover {
	text-decoration: none;
	color: #c09a54;
}

.header-logo__ttile {
	text-align: center;
}

.header-logo__ttile h1 {
	margin-left: 20px;
	font-weight: bold;
}

.header-logo__ttile h1 {
	margin-top: 10px;
	font-family: "BookosB";
	text-transform: uppercase;
	font-size: 20px;
}

.header-logo__ttile span {
    font-weight: bold;
	font-size: 20px;
	font-family: "BookosB";

}

.header-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	right: 24%;
}

.header-menu nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.header-menu nav ul {
	list-style: none;
	padding-left: 15px;
}

.header-menu a {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #000;
	transition: all 0.2s linear;
}

.header-menu a:hover {
	color: #c09a54;
	text-decoration: none;
}

.header-button {
	margin-top: -16px;
	margin-left: 20px;
	padding: 8px 25px 8px 25px;
	color: #000;
	border: 2px solid transparent;
	border-radius: 5px;
	border-image: linear-gradient(to right, #af8d46 , #f2ca4f, #af8d46);
-moz-border-image: -moz-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
-webkit-border-image: -webkit-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
border-image-slice: 1;
transition: all 0.1s linear;
}

.header-button:hover {
	color: #c09a54;
	border-image: linear-gradient(to right, #f2ca4f , #af8d46, #f2ca4f);
-moz-border-image: -moz-linear-gradient(left, #f2ca4f , #af8d46, #f2ca4f);
-webkit-border-image: -webkit-linear-gradient(left, #f2ca4f , #af8d46, #f2ca4f);
border-image-slice: 1;
}

.header-button {
    position: absolute;
    right: 1.7%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-button:hover {
	text-decoration: none;
	text-transform: uppercase;
}

.web-nextpage {
    
}

.web-nextpage span {
    position: relative;
}

.web-nextpage span:before {
    content: ".";
    position: absolute;
    color: #fec808;
    font-size: 60px;
    right: -25px;
    bottom: -20px;
}

.web-nextpage span:after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: -12px;
    top: 85%;
    border: 3px solid #000;
    border-radius: 50%;
    z-index: 1;
}

.web-nextpage a p:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    left: 0;
    right: 0;
    top: 8px;
    background: #fff;
    z-index: -1;
}

.web-nextpage a {
    position: absolute;
    padding: 8px 8px 8px 8px;
    text-align: center;
    right: -50px;
    top: 29%;
    border: 3px solid #fec808;
	border-radius: 20%;
    transition: all 0.2s linear;
}

.web-nextpage a:hover {
    text-decoration: none;
}

.web-nextpage a p {
    position: relative;
    margin: 0;
    color: #009afb;
    font-size: 16px;
    font-weight: 600;
    z-index: 2;
    text-shadow: 
		-0   -2px 0   #FFFFFF,
		 0   -2px 0   #FFFFFF,
		-0    2px 0   #FFFFFF,
		 0    2px 0   #FFFFFF,
		-2px -0   0   #FFFFFF,
		 2px -0   0   #FFFFFF,
		-2px  0   0   #FFFFFF,
		 2px  0   0   #FFFFFF,
		-1px -2px 0   #FFFFFF,
		 1px -2px 0   #FFFFFF,
		-1px  2px 0   #FFFFFF,
		 1px  2px 0   #FFFFFF,
		-2px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF;
    animation-name: example;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes example {
    0%   {color: #fff;}
    100% {color: #009afb;}
}



/* Header-Bottom **********************/

.header-bottom {
	width: 100%;
	position: relative;
/*	margin-top: 165px; */
}

.header-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	background: linear-gradient(to left, #d8d8d8, #000000 50%, #d8d8d8);
	z-index: 1;
	opacity: 0.5;
}

.header-bottom__item h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-family: 'Ubuntu', sans-serif;
}


/* About **********************/
.about {
    position: relative;
}

.about a#aboutp {
    position: absolute;
    top: -40px;
}
.about a#about {
    position: absolute;
    top: 20px;
}
.about-bottom {
    position: relative;
}

.about-bottom a#about-bottomp {
    position: absolute;
    top: -80px;
}
.text-bottom{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Adventure", sans-serif;
    background: linear-gradient(45deg, #745f30 33%, #9a8238 66%, #b59950);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #0B2349;
}

.about-item {
	margin-top: 40px;
	padding: 0 30px;
}

.about-item h3 {
	text-align: center;
	font-family: "BookosB";
	font-weight: bold;
	line-height: 1.4;
	font-size: 26px;
  	background: linear-gradient(45deg, #745f30 33%, #9a8238 66%, #b59950);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	color: #0B2349;
}

.about-item p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 2.0;
}

.about-item p span {
	text-transform: uppercase;
	font-weight: 700;	
}

.about-punkt {
	background: url(../img/about-bg.png) no-repeat top;
	background-size: cover;
	padding: 40px 50px;
}

.about-punkt li {
	padding: 0;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}

.about-punkt p {
    padding: 0;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	text-indent: 22px; 
}

li.about-punkt__text {
    padding: 0;
    margin: 0;
}

.about h3 {
    font-family: "BookosB";
	text-align: center;
	font-size: 40px;
}


/* Services *****************************/
#servicesp {
    position: absolute;
    top: -70px;
}

.services {
	position: relative;
}

.services-item {
	text-align: center;
	background: url(../img/services-bg.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 135px;
}

.services-item h4 {
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #a30c1f;
	font-weight: bold;
}

.services-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 180px 0px 0 0;

}

.services-title h5 {
	white-space: pre;
	margin-bottom: 0;
	padding: 0 40px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "BookosB";
	font-weight: bold;
}

.services-title__left img,
.services-title__right img {
	max-width: 100%;
	height: 2px;
	float: left;
}

.services-title.bottom .services-title__left img {
    max-width: 100%;
    float: left;
}

.services-title.bottom .services-title__right img {
    max-width: 100%;
    float: right;
}


.services-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services-block-bottom {
    position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 50%;
}

.services-block-bottom h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "BookosB";
    font-weight: bold;
}

.services-block-bottom a {
    position: relative;
	color: #000;
	margin: 40px 15px 0px;
	padding: 17px 10px 0;
	width: 280px;
	height: 160px;
	background-color: #fff;
	border: 1px solid #d3be72;
	text-align: center;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	transition: all 0.2s linear;
}

.services-block-bottom a:hover {
    -webkit-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	text-decoration: none;
  	color: #c09a54;
}

.services-group a {
	position: relative;
	color: #000;
	margin: 40px 18px 0px;
	padding: 17px 10px 0;
	width: 280px;
	height: 160px;
	background-color: #fff;
	border: 1px solid #d3be72;
	text-align: center;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	transition: all 0.2s linear;
}

.services-group a:hover {
	-webkit-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	text-decoration: none;
  	color: #c09a54;
}

.services-group__block {
	position: relative;
}

.services-group__block p {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
}



.services-group__block p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.services-group__block.min_text p {
	font-size: 16px;
}

.services-title.bottom {
    
}

.services-title.bottom h5 {
    width: 500px;
    text-align: center;
    justify-content: center;
}

.services-block-bottom {
    
}

.services-block-border {
    position: relative;
    width: 90%;
}

.services-block-border:before {
    position: absolute;
    content: "";
    left: 40%;
    right: 40%;
    top: 15px;
    width: 20%;
    height: 2px;
    background: #000;
}



/* About-Bottom *************************/

.about-bottom {
	margin-top: 40px;
}

.about-bottom__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.about-bottom__block {
	width: 400px;
	height: auto;
	background-image: linear-gradient(to bottom right, #fff, #fef0cb 60%);
	padding: 30px 30px;
	margin: 10px 10px;
	border-radius: 10px 10px 3px 3px;
	border-bottom: 4px solid #6b401e;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: all 0.2s linear;
}

.about-bottom__block:hover {
	text-decoration: none;
	-webkit-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
}

.about-bottom__block h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #000;
}

.about-bottom__block p {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}

.wrap-block__center {
	text-align: center;
	margin-top: 35px;
	padding: 20px 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #000;
	border: 2px solid transparent;
	border-image: linear-gradient(to right, #af8d46 , #f2ca4f, #af8d46);
-moz-border-image: -moz-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
-webkit-border-image: -webkit-linear-gradient(left, #af8d46 , #f2ca4f, #af8d46);
border-image-slice: 1;
transition: all 0.4s linear;
}

.wrap-block__center:hover {
	border: 2px solid #fce297;
}

.wrap-block__center__title {
	margin-top: 30px;
	font-style: italic;
	font-weight: 300;
}

.wrap-block__center__item p span {
    margin-left: 0;
}


/* Contacts ********************/

.contacts {
    position: relative;
	margin-top: 45px;
}

.contpage-contactsp {
    position: relative;
}

.contactsp {
    position: absolute;
    height: 1000px;
}

#contpage {
    /*margin-top: 0px;
    -webkit-top: 50px;*/
    -moz-bottom: 0px;
    height: 1000px;
    position: absolute;
}

.contacts-form {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 200px;
	background: url(../img/formborder.png) no-repeat center top;
	background-size: cover;
}

.contacts-form__title {
	margin-top: 30px;
}

.request-form__item input {
	border: 2px solid #ae605c;
	border-radius: 20px;
	width: 450px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	color: #ae605c;
	font-weight: 600;
}

.request-form__item input:focus {
  outline: none;
}

.request-button input:focus {
  outline: none;
}

.mycheckbox input:focus {
    outline: none;
}

.request-button input {
	margin-top: 15px;
	border: none;
	width: 450px;
	height: 45px;
	border-radius: 20px;
	background-image: linear-gradient(to bottom, #e04300, #8e0e0d 80%);
	box-shadow: 0px 2px 2px #a7a7a7;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.1s linear;
}

.request-button input:hover {
	box-shadow: 0px 3px 6px #a7a7a7;
}

.request-button input:active {
	margin-top: 18px;
	background-image: linear-gradient(to bottom, #e04300, #8e0e0d 50%);
	box-shadow: 1px 1px 1px #6a6a6a;
}

.contacts-form__title label.mycheckbox {
	margin-top: 16px;
}

.contacts-form__title label a {
    margin: 0 0 0 6px;
    padding: 0 0 2px 0;
    color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s linear;
}

.contacts-form__title label a:hover {
    color: #b84300;
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0 -1px 0;
    border-radius: 2px;
    border: 1px solid #7f3001;
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.checkbox::before {
    content: "🗸";
    color: #7f3001;
    font-size: 20px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    opacity: 0;
    transition: .1s ease-in;
}
.checkbox:checked::before {
    opacity: 1;
}


/* Сontacts map ***********************/

.contacts-map {
    position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.contacts-map__item {
	width: 100%;
	padding: 20px;
	border-top: 2px solid #573421;
	border-bottom: 2px solid #573421;
}

.contacts-map__item p {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding-bottom: 10px;
	color: #573421;
	font-size: 20px;
	font-weight: 600;
}

.contacts-map__item a {
	font-family: 'Ubuntu', sans-serif;
	color: #573421;
	font-size: 20px;
	font-weight: 700;
	transition: all 0.2s linear;
}

.contacts-map__item a:hover {
	text-decoration: none;
	color: #c09a54;
}

/* Footer **********************/

.footer {
	margin-top: 80px;
}


.footer-left,
.footer-center,
.footer-right {
    width: 33%;
}

.footer-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-left p,
.footer-right p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	margin: 0;
}

.footer-right p span {
	font-weight: 400;
	margin-left: 0;
}

.footer-left li,
.footer-right li {
	list-style: none;
}

.footer-left li a,
.footer-right li a {
	font-family: 'Ubuntu', sans-serif;
	color: #5e5e5e;
}

.footer-center {
    text-align: center;
}

.footer-center img {
    width: 100%;
}

.footer-right {
    position: relative;
}

.footer-right__content {
    position: absolute;
    right: 0;
}

.footer-social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.footer-social a {
	margin: 0 15px;
	border-radius: 50px;
	padding-top: 17px;
	width: 70px;
	height: 70px;
}

.footer-social a:hover i {
	color: #c09a54;
}

.footer-social a.vk {
	background-color: #45668f;
	transition: all 0.2s linear;
}

.footer-social a.fb {
	background-color: #3b5a9a;
	transition: all 0.2s linear;
}

.footer-social a.tw {
	background-color: #00a8e7;
	transition: all 0.2s linear;
}

.footer-social a.vk:hover,
.footer-social a.fb:hover,
.footer-social a.tw:hover {
    transform: scale(1.1);
}

.footer-social i {
	color: #fff;
	font-size: 35px;
	width: 70px;
	height: 60px;
	text-align: center;
}

.footer-social__title {
    position: relative;
    width: 100%;
}

.footer-social__title p {
	position: absolute;
	right: 13.5%;
	margin-top: 40px;
	font-family: "Adventure", sans-serif;
	font-size: 40px;
	color: #4a6e9e;
}