@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700|Ubuntu:400,700&subset=cyrillic');

body {
color: #000;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 1;
}
.wrapper {
max-width: 1250px;
width: 100%;
padding: 0 40px;
margin: 0 auto;
}
h1 {
font-family: 'PT Sans Caption', sans-serif;
color: #ffffff;
font-size: 45px;
font-weight: 400;
line-height: 60px;
margin-bottom: 90px;
text-shadow: 0px 0px 5px #000000;
}
h1 .lg {
font-family: 'PT Sans Caption', sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 60px;
display: block;
}
h1 .sm {
font-family: 'Ubuntu', sans-serif;
font-size: 32px;
line-height: 45px;
color: #d5a353;
}
h2 {
font-family: 'PT Sans Caption', sans-serif;
font-size: 30px;
line-height: 35px;
}
h6 {
font-family: 'PT Sans Caption', sans-serif;
color: #0d0d0d;
font-size: 20px;
font-weight: 700;
line-height: 25px;
}
p {
line-height: 28px;
}
.hr {
    height: 2px;
    margin: 80px 50px;
    background-color: #e6e6e6;
}
.red {
color: #d5a353;
}
.gray {
color: #d5a353;
}
.black {
    color: #000;
}

/* buttons ====================*/
.btn {
display: inline-block;
vertical-align: middle;
height: 42px;
padding: 11px 35px 0;
border: 2px solid #d5a353;
border-radius: 15px;
background-color: transparent;
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
text-decoration: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn--warning {
color: #0d0d0d;
border-color: #e74c3c;
}
.btn:hover {
background-color: #d5a353;
color: #000;
text-decoration: none;
border-color: #d5a353;
}
.btn--sm {
height: 38px;
padding-top: 9px;
}
input.btn, button.btn {
padding-top: 0 !important;
}
.banner_big {
	font-family: 'PT Sans Caption', sans-serif;
    font-size: 22px;
    height: 48px;
    padding: 12px 32px 0;
    color: #d5a353;
    font-weight: bold;
}

header {
width: 100%;
    height: 95px;
	display: flex;
    position: fixed;
    top: 0px;
z-index: 33;
background: rgba(0, 0, 0, 0.75);
}
.header-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-top: 12px;
}

.logo{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
	position: relative;
	    width: 280px;
}
.logo a {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
    color: #ffffff;
    font-size: 34px;
    font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
}
.logo a img {
    width: 149px;
}
.logo span {
    font-size: 20px;
    position: relative;
    margin: 0 0 0 20px;
	text-transform: none;
}
.logo span:before{
    content: '';
    display: block;
    width: 4px;
    height: 45px;
    background-color: #d5a353;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
	margin-left: -12px;
}

.menu {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.menu__item {
    margin-left: 26px;
    position: relative;
}
.menu__item:after {
    content: '::';
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 11px;
}
.menu__item:last-child:after {display: none;}
.menu__link {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
}
.menu__link:hover {
color: #d5a353;
}
.navigation {
	
}
.phone {
    width: 200px;
    text-align: right;
    position: relative;
    margin-right: 40px;
}
.phone1 {
    font-size: 22px;
    color: #fff;
}

.callback {
    font-size: 16px;
    color: #fff;
    float: right;
    margin: 9px 0 0 5px;
}
.callback:hover{
color: #d5a353;
}
.callback span{
    font-size: 10px;
}
.social_top {
    position: absolute;
    top: -6px;
    right: -40px;
}
.social_top a {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
}
.social_top a:hover{
	color: #d5a353;
}
/* banner ====================*/
.banner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: calc(100vh + 100px);
overflow: hidden;
text-align: center;
background: url("../img/bg1.jpg") no-repeat center top;
background-size: cover;
text-align: left;
}

.banner-slider .slick-dots {
display: none;
}


/* Heading ====================*/
.heading {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0 auto 60px;
}
.heading h2 {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
-webkit-flex: none;
flex: none;
text-align: center;
position: relative;
}
.heading_portfol{
	margin: 100px auto 0;
	text-align: center;
}
.heading_portfol p{
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 22px;
}

.heading_portfol .social {
	padding: 20px 0 0;
}
.heading_portfol .social__link{
font-size: 38px;
    margin: 0 20px;
}
.heading_portfol .social__link:hover {
color: #d5a353;
}
/* section ====================*/
.section {
padding: 65px 0 60px;
}
.section-bg {
padding: 100px 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
background: url("../img/quote-bg.jpg") no-repeat center top;
background-size: cover;
position: relative;
}

/* About ====================*/
.about{
	
}
.about-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.about-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.about-wrap__item {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
width: 35%;
margin: 0 auto;
padding: 0 10px;
}
.about-wrap__item-text{
	width: 65%;
}
.about-wrap h6 {
margin-bottom: 28px;
}

.about-wrap__item img {
    width: 96%;
    margin: auto auto;
}
.about-wrap__item p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}
/* price ====================*/
.price {
    background: url(../img/bg_price2.jpg) no-repeat center top;
    min-height: 860px;
}
.price .heading h2 {
    color: #fff;
}
.container{
    margin-left: 50%;
}

.container div{
}
.price-list_div1 {display: block;}

.price-list {
    list-style: none;
    color: #fff;
}
.price-list__item {
    padding: 0 0 2px;
    margin-bottom: 6px;
    position: relative;
}
.price-list__item p {
    line-height: 10px;
    padding-right: 80px;
}
.container h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    margin: 10px 0;
}
.container h4 i {
    float: right;
    margin: 10px 25px 0 0;
}
.price-list_name {
    line-height: 25px;
    font-size: 18px;
}
.price-list_name span {
    font-weight: bold;
}
.price-list_name2 {
    font-size: 12px;
    line-height: 14px;
}
.price-list_price {
    letter-spacing: -0.32px;
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: 0;
}
.price-list__item_line {
    border-bottom: 2px solid #fff;
    margin: 15px 10px;
}



/* Facts ====================*/
.why {
background: url("../img/bg_why.jpg") no-repeat center top;
}
.why_bg {
    background: rgba(134, 106, 89, 0.52);
    width: 100%;
    height: 100%;
    padding: 40px 0 0;
    color: #fff;
}
.facts-list {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding-bottom: 50px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.facts-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.facts-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
width: 24%;
margin: 0 auto;
padding: 0 10px;
}

.facts-list__item:hover img {
border-color: #d5a353;
}
.facts-list img {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 150px;
    height: 150px;
    padding: 27px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    border-radius: 50%;
color: #000;
font-size: 52px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.facts-list img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.facts-list h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
	text-shadow:0px 0px 5px #000000;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
}
.facts-list h5 span {
font-size: 24px;
line-height: 35px;
display: block;
}
.facts-list h5 span:after {
content: '';
display: block;
width: 50px;
height: 2px;
background-color: #d5a353;
margin: 5px auto;
}
/* gallery ====================*/
.gallery{
	
}
.gallery-list {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-bottom: 50px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.gallery-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gallery-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
width: 49%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-list__item img {
width: 100%;
}
/* partners ====================*/
.partners {
    padding: 0;
    margin: -50px 0;
}
.partners .container {
    margin: 0;
}
.partners .container h4 {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    color: #000;
    background: none;
}
.partners .container h4 i {
    float: none;
    margin: 40px 0 0;
    font-size: 50px;
    line-height: 80px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.partners-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 260px;
    margin: 15px auto;
	position: relative;
}
.partners-list__item img {
    width: 128px;
    height: 128px;
    /* margin: 0 auto; */
    /* float: left; */
}
.partners-list__item p {
    font-size: 12px;
    position: absolute;
    top: 40%;
    right: 0;
	text-align: right;
    line-height: 18px;
}
.partners-list__item p span{
    font-size: 18px;
    font-weight: 700;
}
.partners-list__item p:before {
    content: '';
    display: block;
    width: 4px;
    height: 45px;
    background-color: #d5a353;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    margin-left: -14px;
}
/* Contact ====================*/
.contact {
    
}
.contact-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.contact-wrap .contact-form {
padding-top: 8px;
}
.contact-wrap__left {
    width: 40%;
	    padding: 40px 0 0;
}
.contact-wrap__right {
width: 59%;
-ms-flex-negative: 59%;
-webkit-flex-shrink: 59%;
flex-shrink: 59%;
padding: 0 20px;
}
.contact-wrap h6 {
margin-bottom: 28px;
}
.contact-wrap p {
margin-bottom: 35px;
}
.contact-list {
list-style: none;
}
.contact-list__item {
position: relative;
margin-bottom: 24px;
padding-left: 50px;
line-height: 25px;
letter-spacing: -0.32px;
font-size: 20px;
}
.contact-list__item a:hover {
text-decoration: none;
color: #d5a353;
}
.contact-list__icon {
position: absolute;
left: 0;
    top: -7px;
    width: 40px;
    height: 40px;
border: 2px solid #d5a353;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.contact-wrap__left .social {

}
.contact-wrap__left .social__link{
font-size: 38px;
    margin-left: 45px;
}
.contact-wrap__left .social__link:hover {
color: #d5a353;
}

.contact-wrap__right iframe {
    width: 100%;
    height: 250px;
}

.footer{
	background-color: #000;
}
.footer-flex {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 25px 20px;
}

.copyright {
color: #fff;
font-size: 14px;
line-height: 18px;
}
.menu-toggle {
display: none;
}

.but_top {
    display: block;
    font-size: 72px;
    color: rgba(213, 163, 83, 0.85);
    position: fixed;
    bottom: 25px;
    left: 25px;
    border-radius: 100%;
    border: 4px solid rgba(213, 163, 83, 0.85);
    z-index: 5;
}
.but_top i{}

/* media ====================*/
@media (max-height: 860px) {
.banner {
min-height: 850px;
}
}
@media (min-width: 1200px) {
.menu {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (max-width: 1199px) {
.header {
    width: 100%;
height: 90px;
}
.logo span {
    font-size: 18px;
}	
.logo a img {
    width: 128px;
}	
.logo {
width: 250px;
}
.phone {
width: 245px;
}
.phone1 {
    font-size: 28px;
}
.callback {
    font-size: 14px;
}
.social_top a {
    font-size: 26px;
    line-height: 34px;
}
.social_top {
    top: -2px;
}
.menu-toggle {
display: inline-block;
border: none;
background-color: transparent;
padding: 0;
width: 37px;
}
.navigation {
position: relative;
}
.menu {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    right: 0;
    min-width: 200px;
    padding: 10px 0;
    background: rgba(0,0,0,0.85);
    left: -81px;
}
.menu__item {
margin-left: 0;
position: static;
}
.menu__item:after {display: none;}
.menu__link {
display: block;
padding: 10px 20px;
}
.menu__link:hover {
}
.menu-toggle span {
display: block;
height: 3px;
background: #fff;
}
.menu-toggle span + span {
margin-top: 8px;
}
.price {
    background-position-x: 60%;
}
.container {
    margin-left: 35%;
}
.facts-list img {
    width: 125px;
    height: 125px;	
}
.facts-list h5 {
    font-size: 18px;
    line-height: 22px;
}
.contact-list__item {
    font-size: 18px;
}
.contact-wrap__right {
    padding: 0 0 0 20px;
}
}
@media (max-width: 991px) {
.banner {
height: auto;
min-height: 768px;
background-position-x: 35%;
}
h1 .lg {
    font-size: 48px;
    line-height: 54px;
}
h1 .sm {
    font-size: 30px;
    line-height: 40px;
}
.about-wrap {
display: block;
}
.about-wrap__item {
width: 80%;
}
.about-wrap__item-text {
    width: 90%;
    margin-top: 30px;
}
.container {
    margin-left: 20%;
}
.price-list_name {
    line-height: 24px;
    font-size: 16px;
}
.footer-flex {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.footer-flex .social {
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
}
.copyright {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
text-align: center;
}
}
@media (max-width: 860px) {
.why {
    background: url(../img/fon.jpg) repeat;
}
.facts-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.facts-list__item {
width: 50%;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.wrapper {
padding-left: 20px;
padding-right: 20px;
}
h1, h1 .sm {
    font-size: 24px;
    line-height: 44px;
}
h1 .lg {
    font-size: 42px;
    line-height: 50px;
}
.logo {
    width: 110px;
}
.logo a img {
    width: 100%;
}
.logo span {
    display: none;
}
.phone {
width: 205px;
}
.phone1 {
    font-size: 24px;
}
.callback {
    font-size: 12px;
}
.social_top {
    top: -5px;
}
header {
    height: 80px;
}
.banner {
padding: 120px 0 100px;
background-position-x: 38%;
}
.container {
    margin-left: 0;
}
.gallery-list__item {
    width: 95%;
    margin: 10px auto;
}
.contact-wrap {
display: block;
}
.contact-wrap__left {
width: auto;
margin-bottom: 40px;
}
.contact-wrap__right {
padding-left: 0;
width: auto;
}

.nav-tab-list__link {
display: inline-block;
padding: 10px 30px;
max-width: 250px;
min-width: 180px;
text-align: center;
border: 2px solid;
border-radius: 6px;
}
.nav-tab-list .slick-arrow {
position: absolute;
top: 50%;
z-index: 10;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 38px;
height: 38px;
border: 2px solid #e6e6e6;
background-color: #ffffff;
margin: 0 4px;
}
.nav-tab-list .slick-next {
right: 0;
}

}
@media (max-width: 590px) { 
.price {
    background-position-x: 52%;
}

}
@media (max-width: 520px) {
.phone {
    width: 165px;
}
.phone1 {
    font-size: 19px;
}
.callback {
    font-size: 11px;
}
.header-wrap {
    padding-top: 13px;
}
h1 .lg {
    font-size: 32px;
    line-height: 40px;
}
h1, h1 .sm {
    font-size: 20px;
    line-height: 34px;
}
.banner_big {
    font-size: 20px;
    height: 46px;
    background: rgba(0, 0, 0, 0.3);
}
.about-wrap__item {
    width: 100%;
}
.about-wrap__item-text {
    width: 100%;
}
.price-list_name {
    line-height: 20px;
    font-size: 15px;
}
.container h4 {
    font-size: 20px;
    margin: 5px 0;
	line-height: 32px;
}
.price-list_name2 {
    font-size: 11px;
    line-height: 13px;
}
.heading_portfol p {
    font-size: 20px;
}

.facts-list {
display: block;
}
.facts-list__item {
width: auto;
padding: 0 20px;
margin: 50px 0;
}
.facts-list__icon {
margin-bottom: 5px;
}
}
@media (max-width: 455px) { 
.logo {
    display: none;
}
h1 .lg {
    font-size: 26px;
    line-height: 35px;
}
h1, h1 .sm {
    font-size: 17px;
    line-height: 30px;
}
.banner {
    background-position-x: 55%;
}
.banner_big {
    font-size: 18px;
    height: 44px;
}
.price-list_name {
    line-height: 20px;
    font-size: 16px;
}
.price-list_name2 {
    display: none;
}
.gallery-list__item {
    padding: 0;
}
.menu {
    left: 0;
}
}