@font-face {
	font-family: Adventure;
	src: url('../fonts/Adventure.ttf');
}

body {
	margin: 0;
	position: relative;
}

.b24-widget-button-position-bottom-right {
    right: 50px;
    bottom: 100px;
}

*,
*: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 {
	height: 170px;
	top: 0;
	z-index: 999;
	background-color: #f7f7f7;
	width: 100%;
}

.header-center {
	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%;
}

.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-size: 20px;
	font-family: "BookosB";
	font-weight: bold;

}

.header-top {
	background-color: #f0efef;
	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 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;
	position: absolute;
	right: 31.4%;
}

.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 a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
}

.header-center a:hover {
    text-decoration: none;
    color: #d1ac4b;
}

.header-contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.header-contacts i {
	margin-top: 5px;
	margin-right: 10px;
	font-size: 25px;
}

.header-contacts__title p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.header-contacts__title a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s linear;
}

.header-contacts__title a:hover {
	color: #d1ac4b;
}

.header-bottom {
	width: 100%;
	position: relative;
}

.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;
}

.web-nextpage {
    position: relative;
}

.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 {
    position: absolute;
    padding: 8px 8px 8px 8px;
    text-align: center;
    right: -40px;
    top: -24px;
    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;}
}


/* Site Pages ***************/

.site-pages {
	margin-top: 20px;
}

.site-pages__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.site-pages__list a {
	margin-right: 10px;
	font-size: 18px;
	color: #000;
	transition: all 0.2s linear;
}

.site-pages__list a:hover {
	color: #d1ac4b;
}

.site-pages__list i {
	margin-top: 8px;
	margin-right: 10px;
}

.site-pages__list p {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 17px;
	color: #000;
}



/*  Services *********************/

.services {
	position: relative;
	margin-top: 40px;
}

.services.civil {
	margin-top: 0;
}

.services h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	font-family: "BookosB";
	text-align: center;
	font-size: 40px;
}

.services-item {
	text-align: center;
	background: url(../img/servise-bg-1.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 135px;
}

.services-item h4 {
	padding-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;
	margin-top: 65px;
	padding: 0 40px;

}

.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-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services-group 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-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;
}

.block-left__item__span {
    margin-bottom: 20px;
}

.block-left__item__span span {
    position: relative;
}

.block-left__item__span span:before {
    position: absolute;
    content: ".";
    font-size: 40px;
    left: -15px;
    right: 0;
    top: -30px;
}

.block-left__item span {
    font-size: 20px;
}

.block-left__item h4 {
    text-align: center;
}

.block-right_punkt li {
    position: relative;
    list-style: none;
}

.block-right_punkt li:before {
    position: absolute;
    content: ".";
    left: -15px;
    top: -35px;
    font-size: 50px;
}

.block-right_punkt li p {
    text-align: left;
}





/* Wrap *************************/

.wrap {

}

.block-left__item li {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
	list-style: none;
	margin-left: 20px;
	font-size: 20px;
	color: #694e15;
	font-weight: 600;
}

.block-left__item p {
    font-family: 'Ubuntu', sans-serif;
	margin-left: 20px;
	font-size: 20px;
	color: #694e15;
	font-weight: 600;
}

.block-left__item li:before {
    content: '✔';
    position: absolute; top: 0; left: -10px;
    color: #694e15;
}

.wrap-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.wrap-block__left p {
	margin-left: 20px;
}

.block-left__item {
    margin-bottom: 50px;
}

.block-left__item h3 {
	margin-top: 30px;
	text-align: center;
	font-family: "BookosB";
	font-weight: bold;
	line-height: 1.4;
	font-size: 24px;
	background: linear-gradient(45deg, #745f30 33%, #9a8238 66%, #b59950);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
}

.wrap-block__right {
	width: 100%;
	height: 100%;
	background: url(../img/wrap-right-bg.png) no-repeat center top;
	background-size: cover;
}

.block-right_item {
	padding: 30px 30px 20px;
}

.block-right_item h4 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.block-right_item p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	line-height: 38px;
}

.block-right_text-left p {
    padding: 0 20px;
    text-align: left;
    font-size: 18px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	line-height: 38px;
}

.block-right_item p span {
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
}

.wrap-block__top-center {
    margin-top: 30px;
}

.wrap-block__top-center h4 {
    text-align: center;
}

.wrap-block__top-center span {
    margin: 0;
}

.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 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
	margin-top: 30px;
}

.wrap-block__center__item p span {
    margin-left: 0;
}

.wrap-block__center__item ul li {
    text-align: left;
}


/* Contacts **********************/

.contacts {
	margin-top: 45px;
}

.contacts-form {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	background: url(../img/formborder.png) no-repeat center top;
	background-size: cover;
}

.contacts-form__title {
	margin-top: 30px;
}

.request-form__item {
    margin-bottom: 5px;
}

.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;
}

.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 10px;
    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;
}




/* 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 i {
	color: #fff;
	font-size: 35px;
	width: 70px;
	height: 60px;
	text-align: center;
}

.footer-social a.vk:hover,
.footer-social a.fb:hover,
.footer-social a.tw:hover {
    transform: scale(1.1);
}

.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;
}









/** @MEDIA **********************/
@media screen and (max-width: 1500px) {
    .header-logo__ttile span {
        font-size: 20px;
    }
    .header-logo__ttile h1 {
        font-size: 18px;
    }
    .header-menu a {
        font-size: 14px;
    }
    .header-menu {
        left: 31%;
    }



}
@media screen and (max-width: 1200px) {

    a.btn {
        margin-top: -50px;
	    font-size: 10px;

	}

	.web-nextpage a {
        position: absolute;
        padding: 8px 8px 8px 8px;
        text-align: center;
        right: 30px;
        top: 5px;
        border: 3px solid #fec808;
        border-radius: 20%;
        transition: all 0.2s linear;
    }

    .header-contacts i {
        margin-top: 5px;
        margin-right: 10px;
        font-size: 20px;
    }

    .header-contacts__title p {
        margin: 0;
        font-size: 12px;
        font-weight: 600;
    }

    .header-top__operating p {
        font-size: 14px;
    }

}

@media screen and (max-width: 1100px) {
    .header-logo__ttile h1 {
        font-size: 14px;
    }
    .header-logo__ttile span {
        font-size: 14px;
    }
    .header-logo img {
        width: 110px;
        height: 70px;
    }

    .header-bottom__item h2 {
		font-size: 30px;
	}

	a.btn {
	    font-size: 10px;
	}

	.header-top__phone a {
	    font-size: 14px;
	}
}

@media screen and (max-width: 940px) {

    .header-bottom:before {
		height: 80px;
	}

	.header-contacts__title p {
	    font-size: 10px;
	}
}

@media screen and (max-width: 900px) {
    .header-logo img {
		width: 100px;
		height: auto;
	}

	.header-logo__ttile h1 {
	    font-size: 18px;
	}

	.header-contacts__title p,
	.header-contacts__title a {
	    font-size: 14px;
	}

	.header-bottom__item h2 {
		font-size: 30px;
		bottom: 6px;
	}

	.header-bottom:before {
		height: 60px;
	}

    .header-contacts {
        display: none;
    }

    .header-top__operating {
        left: 20px;
        right: 0;
    }
}

@media screen and (max-width: 836px) {

    .header-bottom:before {
		height: 60px;
	}

	.header-bottom__item h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 730px) {
	.header-contacts.adress{
		display: none;
	}
}

@media screen and (max-width: 690px) {
    .header-top__operating {
        display: none;
    }

    .header-top__phone {
        right: 24%;
    }

    .header-bottom {
		height: 350px;
		background: url(../img/bg-phone.png) no-repeat center top;
		background-size: cover;
	}

	.header-bottom__item h2 {
		bottom: 8px;
	}

	.carousel-inner {
        display: none;
    }

    .footer-social__title p {
        position: absolute;
        right: 13.5%;
        margin-top: 40px;
        font-family: "Adventure", sans-serif;
        font-size: 20px;
        color: #4a6e9e;
    }
}



@media screen and (max-width: 600px) {

	.header-contacts {
		display: none;
	}

	.header-bottom__item h2 {
		font-size: 25px;
		bottom: 6px;
	}

	.header-bottom:before {
		height: 60px;
	}

	.request-form__item input,
	.request-button input {
		width: 100%;
		height: 38px;
	}

	.contacts-form__title label span {
		font-size: 14px;
	}
}

@media screen and (max-width: 580px) {
    .web-nextpage a {
        position: absolute;
        padding: 4px 4px 4px 4px;
        text-align: center;
        right: 0px;
        top: 26px;
        border: 3px solid #fec808;
        border-radius: 20%;
        transition: all 0.2s linear;
    }

    a.btn {
        font-size: 10px;
        margin-right: 0;
        padding: 8px 10px 8px 10px;
        margin: 50px;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 187px;
        z-index: 9999;
        color: #fff;
    }
    .header-logo__ttile h1 {
        font-size: 12px;
    }

    .header-logo__ttile span {
        font-size: 18px;
        font-family: "BookosB";
    }

    .header-bottom:before {
		height: 70px;
	}

	.header-bottom__item h2 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 470px) {
    .header-logo__ttile {
        text-align: center;
        display: flex;
		flex-direction: column;
    }

	.header-logo__ttile span {
		font-size: 18px;
	}

	.header-bottom {
    	height: 250px;
	}
}


@media screen and (max-width: 430px) {

	.header-logo img {
		width: 76px;
		height: 46px;
	}

	.header-logo__ttile {
	    display: block;
	    margin-left: 20px;
	}

	.header-logo__ttile h1 {
	    font-size: 12px;
		margin: 0;
	}

	.header-bottom__item h2 {
		font-size: 16px;
		bottom: 2px;
	}

	.header-bottom:before {
		height: 40px;
	}

	.site-pages__list a {
	    font-size: 14px;
	}

	.site-pages__list p {
	    font-size: 13px;
	}

	.site-pages__list i {
	    margin-top: 4px;
	}

	.contacts-form {
		padding: 0 10px;
	}

	.footer-center {
		display: none;
	}
}

@media screen and (max-width: 410px) {
    .header-top__phone {
        right: 5%;
    }

    .header-top__phone i {
        display: none;
    }

    .header-top__phone a {
        font-size: 12px;
        right: 0;
        left: 20px;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 601px) {
	.web-nextpage {
		position: relative;
		top: -58px;
	}
}


@media screen and (max-width: 380px) {
	.header-logo__ttile {
		text-align: left;
	}

	.header-logo__ttile h1 {
	    font-size: 12px;
	}

	.header-contacts__title p,
	.header-contacts__title a {
	    font-size: 14px;
	}

	.header-bottom {
		height: 170px;
	}

	.header-bottom:before {
		height: 60px;
	}

	.header-bottom__item h2 {
    	font-size: 14px;
	}

	.site-pages__list a {
	    font-size: 10px;
	}

	.site-pages__list p {
	    font-size: 9px;
	}

	.site-pages__list i {
	    margin-top: 1px;
	}

	.block-right_item {
	    padding: 30px 20px 20px;
	}

	.block-right_item p {
    	font-size: 14px;
	}

	.footer-left,
	.footer-right {
	    width: 100%;
	}

	.footer-right__content {
        position: relative;
        right: 0;
    }

	.footer-center img {
		width: 250px;
	}

    .services h3 {
        top: 0;
        font-size: 30px;
    }
    .services-title h5 {
        font-size: 13px;
    }
    .services-item h4 {
        padding-top: 100px;
        font-size: 20px;
    }
}

@media screen and (max-width: 280px) {
    .header-top__phone a {
        font-size: 10px;
    }
	.request-form__item input, .request-button input {
		font-size: 10px;
	    width: 180px;
	    height: 38px;
	}

	.footer-center img {
		width: 180px;
	}

	.footer-social__title p {
		font-size: 20px;
	}
}
