@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,400i,900|Roboto:100,300,400,400i&display=swap');

body{
    font-family: 'Nunito', sans-serif;
    font-size: 16px; 
    color: #262726;
    letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

a {
	color: #e4b867;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	color: #c97436;
	outline: none;
}

a,button,input,textarea {
	outline: none;
}

img{
	max-width: 100%;
        height: auto;
}

.site-footer {
	font-size: 14px;
	color: #fff;
	background: #444;
	padding: 15px 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: 100%;
    max-width: 300px;
    height: 40px;
    box-shadow: 0 3px 5px rgba(38, 39, 38, 0.2);
    border-radius: 15px;
    background-color: #c99536;
    background-image: linear-gradient(to bottom, #c99536 0%, #c99536 20%, #835b12 99%, #835b12 100%);
    border: none;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    box-shadow: 0 3px 5px rgba(38, 39, 38, 0.2);
    background-color: #c99536;
    background-image: linear-gradient(to bottom, #e4b867 0%, #835b12 99%, #835b12 100%);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 3px 5px rgba(38, 39, 38, 0.2);
    background-color: #c99536;
    background-image: linear-gradient(to bottom, #e4b867 0%, #835b12 99%, #835b12 100%);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #818181;
    font-size: 16px;
    border: 1px solid #262726;
    padding: 14px 20px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.site-branding {
    text-align: center;
}

.site-branding {
	text-align: center;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -100px;
	color: #e4b867;
	font-size: 14px;
}

.btn-green {
    width: 100%;
    max-width: 370px;
    height: 40px;
    border-radius: 15px;
    background-color: #0b5248 !important;
    background-image: linear-gradient(to bottom, #227e71 0%, #227e71 20%, #0b5248 99%, #0b5248 100%) !important;
    margin-top: 40px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    box-shadow: 0 3px 5px rgba(38, 39, 38, 0.2) !important;
    background-color: #0b5248 !important;
    background-image: linear-gradient(to bottom, #56bfb0 0%, #0b5248 99%, #0b5248 100%) !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#sideMenu {
    display: block;
    width: 290px;
    text-align: center;
    padding: 50px 10px 0 10px;
    background: rgba(201,147,54,0.9);
}

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

.offcanvas__menu ul li {
    list-style: none;
    margin-top: 30px;
}

.offcanvas__menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: 'Roboto';
    font-weight: 300;
    transition: all 0.3s;
}

.offcanvas__menu ul li a:hover {
    text-decoration: underline;
}

.site-header {
    background: rgba(4,30,26,0.8);
    position: absolute;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; 
	min-height: 85px;
}

.site-header .container {
    border-left: 10px solid #e4b867;
	min-height: 85px;
}

.btn__menu {
	display: block;
	padding: 15px 8px;
        width: auto;
	height: auto;
	border: none;
	box-shadow: none;
	background: #e4b867;
        border-radius: 0;
        position: fixed;
        right: 45px;
        top: 85px;
        z-index: 100;
        transition: all 0.3s;
}
.btn__menu span {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 10px;
}
.btn__menu span:last-child {
    margin-bottom: 0;
}
.btn__menu:hover,
.btn__menu:focus {
    background: #c97436;
}

.btn-menu-close {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border: none;
    padding: 0;
}

.price {
    color: #e4b867;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 32px;
    margin: 12px 0 0 0;
    line-height: 1;
	display: block;
	width: auto;
	float: left;
}

.price span {
    padding-right: 0;
}

.new-price {
	display: block;
    line-height: 1.2;
    width: auto;
    float: left;
    font-size: 13px;
    margin: 15px 0 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.new-price a {
	text-decoration:underline;
}

.new-price a:hover {
	text-decoration:none
}

.btn-call {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #C99536;
    border-radius: 15px;
    color: #e4b867;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    box-shadow: none;
    transition: all 0.3s;
    margin: 8px 0 0 0;
}

.btn-call:hover,
.btn-call:focus {
    border-color: #d5854b;
    color: #d5854b;
    background: none;
    box-shadow: none;
}

.header-phone {
    background: url(../img/phone-img.png) center left no-repeat;
    padding: 0 30px 0 70px;
    float: right;
    color: #e4b867;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
	display: flex;
    align-items: center;
    margin-top: 7px;
	min-height: 40px;
}

/* ==== CAROUSEL ===*/
.text-slider,  .text-slider .slide{
  width: 100%;
  max-width: 550px;
  height: 100px;
}
.text-slider {
    overflow: hidden;
    margin: 165px 0 0 50px;
    font-size: 22px;
    font-weight: 100;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.text-slider .text-slider-container {
  position: relative;
  bottom: 0;
  right: 0;
  animation: slide-animation 20s infinite;
}

.text-slider .text-slider-container-3 {
    animation: slide-animation-sm 12s infinite;
}

.text-slider .slide {
  position: relative;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
  background: rgba(4,30,26,0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.changing-text {
    background: rgba(4,30,26,0.6);
    color: #fafafa;
    margin-left: 50px;
}

.sl-container {
    padding-top: 225px;
    height: 100%;
    position: relative;
}

.slider-main-text {
    font-size: 36px;
    font-family: 'Roboto';
    font-weight: 400;
    max-width: 656px;
    padding: 13px 30px;
    letter-spacing: 2px;
    line-height: 1.2;
}
/*
@keyframes slide-animation {
  0% { 
    opacity: 0;
    bottom: 0;
  }
  12% {
    opacity: 1;
    bottom: 0; 
  }
  24% { bottom: 100%; }
  36% { bottom: 100%; }
  48% { bottom: 200%; }
  61% { bottom: 200%; }
  73% { bottom: 300%; }
  85% { bottom: 300%; }
  97% {
    opacity: 1;
    bottom: 400%; 
  }
  100% {
    opacity: 0;
    bottom: 400%;
  }
}*/

@keyframes slide-animation-sm {
  0% { 
    opacity: 0;
    bottom: 0;
  }
  10% {
    opacity: 1;
    bottom: 0; 
  }
  30% { bottom: 100%; }
  50% { bottom: 100%; }
  70% { bottom: 200%; }
  90% { bottom: 200%; }

  95% {
    opacity: 1;
    bottom: 300%; 
  }
  100% {
    opacity: 0;
    bottom: 400%;
  }
}

/*
@keyframes slide-animation-sm {
  0% { 
    opacity: 0;
    bottom: 0;
  }
  10% {
    opacity: 1;
    bottom: 0; 
  }
  26% { bottom: 100%; }
  40% { bottom: 100%; }
  54% { bottom: 200%; }
  68% { bottom: 200%; }
  82% { bottom: 300%; }
  96% { opacity: 1;bottom: 300%; }
  97% {
    opacity: 1;
    bottom: 300%; 
  }
  100% {
    opacity: 0;
    bottom: 400%;
  }
}
*/

.sl-item {
    min-height: 800px;
    width: 100%;
}

.sl-item-1,
.sl-item-2,
.sl-item-3,
.sl-item-4,
.sl-item-5,
.sl-item-6 {
    background-position: 50% 100% !important;
}

.devider {
   
    background: #051e1a;
    
}

.devider .container {
    position: relative;
     height: 120px;
}

.devider .container:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.h_name {
    width: 100%;
    max-width: 346px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -173px;
    background: rgba(4,30,26,0.6);
    z-index: 2;
    text-align: center;
    padding: 20px 0;
}

.lines {
    margin: 6px auto 0 auto;
    width: 170px;
    height: 6px;
    border-top: 1px solid #c99536;
}

.lines span {
    display: block;
    margin-top: 5px;
    background: #c99536;
    width: 80px;
    height: 1px;
    margin-left: 44px;
}


.start {
    width: 100%;
    position: relative;
   
}

.small-slider-wrap {
    position: relative;
   /* background: linear-gradient(to bottom, #041e1a,#051e1a);*/
    background: linear-gradient(to bottom, #0b3a32, #051e1a);
}

.start-color {
    max-width: 1360px;
    margin: 0 auto;
}

.slider-small {
    
}


.line-container-left {
    
   /* max-width: 1170px;
    margin-left: -585px;*/
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.line-container-left:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
     position: absolute;
    left: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.line-container-left:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
     position: absolute;
    left: 0;
    bottom: 0;
    background: #c99536;
    z-index: 1;
}

.btn-slider {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -150px;
    z-index: 10; 
}

.heading {
    font-size: 36px;
    text-transform: uppercase;
    color: #262726;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}

.subheading {
    font-size: 18px;
    text-transform: uppercase;
    color: #262726;
    font-weight: 200;
}

.remodal .heading {
    margin-bottom: 25px;
}

.remodal .subheading {
    margin-bottom: 20px;
}

.section-about {
    background: url(../img/bg-about.jpg) top center no-repeat;
    background-size: cover;  
}

.section-overlay {
    background: rgba(4,30,26,0.6);
}

.section-about .container {
    padding-top: 60px;
    padding-bottom: 100px;
    border-top: 10px solid #c99536;
}

.section-about .heading {
    color: #fff;
}

.about-descr {
    text-align: center;
    color: #fff;
    max-width: 850px;
    padding: 20px 40px;
    background: rgba(4,30,26,0.8);
    margin: 40px auto 0 auto;
    letter-spacing: 2px;
}

.cont-line-right,
.cont-line-left,
.line-right {
    position: relative;
}

.cont-line-right:before,
.line-right:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
     position: absolute;
    right: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.cont-line-right:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
     position: absolute;
    left: 0;
    bottom: 0;
    background: #c99536;
    z-index: 1;
}

.cont-line-left:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.cont-line-left:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
     position: absolute;
    left: 0;
    bottom: 0;
    background: #c99536;
    z-index: 1;
}

.cont-line-small {
    position: relative;
}

.about-item {
    margin-top: 75px;
    text-transform: uppercase;
}

.about-item img {
   display: block;
   float: left;
}

.about-item p {
    margin-left: 100px;
    color: #fff;
} 

.about-item p span {
    font-size: 24px;
    font-weight: 900;
    color: #e4b867;
}

.container-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-constr .heading-wrap {
    max-width: 370px;
    text-align: center;
    margin-left: 100px;
}

.constr-info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.img-block-right {
    display: block;
    width: 100%;
    max-width: 555px;
    float: right;
    margin-right: 50px;
    position: relative;
}

.img-block-right img {
    display: block;
    float: right;
}

.img-block-right:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/line-img-top.png) 0 0 no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.img-block-right:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/line-img-side.png) 0 0 no-repeat;
}

.img-block-left {
    display: block;
    width: 100%;
    max-width: 555px;
    margin-left: 50px;
    position: relative;
}

.img-block-left img {
    display: block;
}

.img-block-left:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/line-img-top.png) 0 0 no-repeat;
}

.img-block-left:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/line-img-side.png) 0 0 no-repeat;
}

/*
.constr-img {
    display: block;
    width: 100%;
    max-width: 555px;
    float: right;
    margin-right: 50px;
    position: relative;
}

.constr-img img {
    display: block;
    float: right;
}
*/
.const-descr {
    max-width: 610px;
    padding: 20px 70px 20px 30px;
    background: rgba(228,184,103,0.8);
    margin-top: 95px;
    margin-left: 50px;
    position: relative;
    color: #262726;
}

.const-descr:before {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    position: absolute;
    left: -50px;
    bottom: -50px;
    border-left: 50px solid rgba(201,115,54,0.2);
    border-bottom: 50px solid rgba(201,115,54,0.2);
}

.const-descr p,
.text-descr p {
    margin-bottom: 20px;
}

.const-descr p:last-child,
.text-descr p:last-child {
    margin-bottom: 0;
}

.form-heading {
    margin-bottom: 20px;
}

.section-h_name {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
}

.form-section-desc {
    background: rgba(4,30,26,0.8);
    max-width: 580px;
    padding: 20px;
	overflow: hidden;
}

.form-section-desc p {
    font-size: 36px;
    color: #fafafa;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 100;
    line-height: 1.3;
}

.section-h_name {
    background: rgba(4,30,26,0.8);
    margin-bottom: 20px;
}

.form-section-desc .price {
    color: #e4b867;
    font-family: 'Roboto';
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 1;
    margin: 5px 0 0 0;
}

.form-section-desc .price span {
    padding-right: 0;
}

.form-wrap {
    max-width: 380px;
    margin-left: 30px;
}

.video-section {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 658px;
    position: relative;
}

.video-section:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.video-section .container {
    padding-top: 80px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 1;
}
 
/*
.video-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video-section .container-padding {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}*/
/*
.video-section .container{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}*/

#videoBG {
    position:absolute;
    left: 0;
    top:0;
    z-index: 0;
    width:100%;  
    max-width: 100%;
    height: auto;
}

#videoBG {
    width:100%;  
    max-width: 100%;
    height: auto;
}

.video-action-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 20px;
}

.video-info {
    margin-top: 240px;
    float: right;
    margin-right: 15px;
    text-align: center;
}

.video-info h3 {
    background: rgba(228,184,103,0.8);
    text-transform: uppercase;
    font-size: 36px;
    padding: 5px 10px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 100;
    letter-spacing: 2px
}

.video-info-bottom {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
}

.video-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.section-call {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.section-call:before {
    content: "";
    display: block;
    width: 50%;
    height: 10px;
    background-color: #c99536;
    background-image: linear-gradient(to right, #c99536 0%, #c99536 60%, #e4b867 94%, #fff 100%);
    position: absolute;
    left: 15px;
    top: 0;
}

.call-img {
    display: block;
    margin-left: 40px;
}

.text-info {
    position: absolute;
    top: 0;
    right: 70px;
    max-width: 620px;
}

.text-descr {
    max-width: 620px;
    margin-top: 175px;
    background: rgba(228,184,103,0.8);
    padding: 20px 20px 20px 130px;
    position: relative;
    color: #262726;
}

.text-descr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -65px;
    bottom: -35px;
    border-bottom: 35px solid rgba(201,115,54,0.2);
    border-right: 65px solid rgba(201,115,54,0.2);
}

.btn-call-content {
    display: block;
    margin: 80px auto 0 auto;
    max-width: 300px;
}

.section-area {
    background: linear-gradient(to bottom, #041e1a,#051e1a);
}

.section-area .container {
	border-bottom: 10px solid #c99536;
}

.super-h {
    width: 100%;
    max-width: 270px;
}

.super-h .lines {
    margin-top: 10px;
}

.h_name-right {
    /*margin-left: 0;
    position: relative;
    top: 0;
    right: 0;*/
    position: relative;
    top: 0;
    left: 0;
    margin: 25px auto 0 auto;
}

.area-block {

}
.area-text-a {
}

.area-block .super-h {
    margin-bottom: 50px;
}

.area-block .area-text {
    background: rgba(228,184,103,0.8);
    padding: 15px 15px 15px 40px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.area-text-a:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: transparent;
    position: absolute;
    left: -70px;
    bottom: -35px;
    border-left: 70px solid rgba(11,82,72,0.2);
    border-bottom: 35px solid rgba(11,82,72,0.2);
}

.area-text-c:before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: transparent;
    position: absolute;
    left: -70px;
    bottom: -35px;
    border-left: 70px solid rgba(11,82,72,0.2);
    border-bottom: 35px solid rgba(11,82,72,0.2);
    border-top: 35px solid rgba(11,82,72,0.2);
}

.area-block  .area-text-c {
    background: rgba(11,82,72,0.8);
}

.area-block .area-text p {
    margin-bottom: 15px;
}

.area-block .area-text p:last-child {
    margin-bottom: 0;
}

.area-img {
    margin-right: 70px;
}

.img-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 490px;
    padding: 20px;
}

.img-text p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: 2px;
}

.img-text p:last-child {
    margin-bottom: 0;
}

.img-text p span {
    display: inline-block;
    vertical-align: middle;
}

.s-blue,
.s-green {
    display: block;
    width: 30px;
    height: 30px;
    background: #38bce2;
}

.s-green {
    background: #5de238;
}

.action-3 {
    background-color: #c99536;
    background-image: linear-gradient(to right, #e4b867 0%, #e4b867 1%, #c99536 80%, #c99536 100%);
    padding: 40px 0;
    color: #fff;
    letter-spacing: 2px;
}

.action-3 p {
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.action-3 p:last-child {
    margin-bottom: 0;
}

.btn-call3 {
    max-width: 300px;
    margin: 25px auto 0 auto;
}

.btn-call4 {
    max-width: 300px;
    float: right;
}

.action-logo {
    display: block;
    margin-top: 15px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    padding: 0 35px;
    height: 48px;
    background: url(../img/tab-bg.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 18px;
    color: #c99536;
    margin-right: 30px;
    border: none;
    color: #c99536;
    font-family: 'Roboto';
    line-height: 44px;
    
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: #c99536;
    cursor: default;
    background: url(../img/tab-bg-active.png) center center no-repeat;
    background-size: contain;
    color: #0b5248;
}

.nav-tabs>li>a:hover {
    background: url(../img/tab-bg-active.png) center center no-repeat;
    background-size: contain;
}

.tabs-heading {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
}

.plan-img {
    margin-top: 150px;
}

.tab-content {
    padding-top: 50px;
    margin-left: 60px;
}

.plan-text-top {
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.plan-text-bottom p {
    margin-bottom: 20px;
}

.plan-text-bottom p span {
    font-size: 24px;
    color: #cc993b;
    font-weight: 900;
    padding-right: 10px;
}

.plan-img {
    position: relative;
}
/*
.plan-img:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background: url(../img/plus.svg) 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}*/

.viwe-3d {
    height: 100vh;
    overflow-y: scroll;
}

.section-tour {
    padding: 80px 0;
    position: relative;
}

.tour-container {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -585px;
}

.tour-container:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.section-tour .heading-wrap {
    margin-bottom: 35px;
}

.tour-wrap {
    position: relative;
    z-index: 2;
    /*max-width: 1170px;*/
   /* max-width: 1360px;*/
   width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tour-line {
    max-width: 1170px;
    margin: 0 auto;
    height: 10px;
    background: #c99536;
}

.tour-wrap:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-left: -585px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    background-color: #c99536;
}
/*
.tour-wrap:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -585px;
    z-index: 0;
    border-right: 10px solid #c99536;
}*/

.action-4 {
    background-color: #c99536;
    background-image: linear-gradient(to right, #0b5248 0%, #0b5248 20%, #227e71 99%, #227e71 100%);
    letter-spacing: 2px;
}

.action-4 .container-action {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 10px solid #c99536;
}

.action-4 .container-action:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c99536;
    background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
    z-index: 1;
}

.action4-text {
    color: #fff;
}



.action4-text p {
    margin-bottom: 20px;
}

.action4-text p:last-child {
    margin-bottom: 0;
}

.question-info {
    width: 100%;
    max-width: 610px;
    position: absolute;
    top: 0;
    right: 60px;
}

.question-descr {
    width: 100%;
    padding: 20px 70px 20px 70px;
    background: rgba(228,184,103,0.8);
    margin-top: 60px;
    position: relative;
    color: #262726;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.question-descr:before {
    content: "";
    display: block;
    width: 100%;
    height: 160px;
    background: transparent;
    position: absolute;
    left: -25px;
    bottom: -35px;
    border-left: 25px solid rgba(201,115,54,0.2);
    border-bottom: 35px solid rgba(201,115,54,0.2);
}

.question-descr p {
    margin-bottom: 20px;
    position: relative;
}

.question-descr p:last-child {
    margin-bottom: 0;
}

.question-descr a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #0b5248;
}

.contact-block {
    max-width: 486px;
    float: right;
}

.question-heading {
    color: #262726;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    background-color: #e4b867;
    padding: 5px 10px;
    margin: 70px 0 0 0;
}

.question-subheading {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 30px 0 40px 0;
}

.contact-block-info {
    float: right;
    margin-bottom: 35px;
    width: 100%;
    max-width: 380px;
    padding-left: 100px;
}

.contact-block-info a {
    color: #222;
}

.contact-block-mail {
    background: url(../img/ico-email.png) 0 0 no-repeat;
}

.contact-block-tels {
    background: url(../img/phone-img.png) 0 0 no-repeat;
}

.contact-block-info h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.question-black .container-padding {
    padding-bottom: 120px;
}

.question-info .btn-call-content {
    float: right;
    margin: 15px 15% 0 0;
}

.container-padding-big {
    padding-bottom: 140px;
}

.section-gallery {
    background: #041e1a;
}

.section-gallery .heading {
    color: #fff;
}

.vp-pagination__load-more-no-more {
    display: none !important;
}

.gallery-tabs {
    margin-top: 50px;
}

.gallery-nav {
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
}

.gallery-nav li {
    float: left;
    width: 20%;
}

.gallery-nav li a {
    display: block;
    margin: 0 auto;
}


.vp-pagination__style-default .vp-pagination__item a {
    width: 300px;
    border: none;
    background: transparent;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #C99536;
    border-radius: 15px;
    color: #e4b867;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    box-shadow: none;
    transition: all 0.3s;
    display: block;
    margin: 35px auto 0 auto;
}

.vp-pagination__style-default .vp-pagination__item a:hover,
.vp-pagination__style-default .vp-pagination__item a:focus {
    border: 2px solid #C99536 !important; 
    background: #C99536;
    color: #fafafa;
}

.vp-pagination__style-default .vp-pagination__item:not(.vp-pagination__item-active)>a:hover {
    border: 2px solid #C99536
}

.section-object {
    background: url(../img/bg-objects.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.section-object:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(14,33,30,0.8);
}

.section-object .heading-wrap {
    margin-bottom: 50px;
}
/*
.section-object .container {
    border-top: 10px solid #c99536;
}*/

.section-object .heading {
    color: #fff;
}

.objects-text {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.objects-text p {
    margin-bottom: 20px;
}

.objects-text img {
    display: block;
    width: 60px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.objects-text p:last-child {
    margin-bottom: 0;
}

.cont-line-bottom:after {
    content: "";
    display: block;
    width: 50%;
    height: 10px;
    background: url(../img/line-objects.png) 0 0 no-repeat;
    bacckground-size: 100%;
   /* background-image: linear-gradient(to right, #c99536 0%, #c99536 60%, #e4b867 90%, #fff 100%);*/
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-contacts {
    background: #041e1a;
    color: #fff;
    border-bottom: 10px solid #c99536;
}

.contact-form {
    max-width: 370px;
    margin-left: 70px;
}

.contact-form .subheading {
    color: #fff;
}

.contact-mail {
    padding-left: 70px;
    background: url(../img/ico-mail-white.png) 0 0 no-repeat;
    margin-bottom: 35px;
}

.contact-tel {
    padding-left: 70px;
    background: url(../img/ico-phone-white.png) 0 0 no-repeat;
    margin-bottom: 35px;
}

.contact-tel a {
	color: #fff;
}

.contact-tel a:hover,
.contact-tel a:focus {
	color: #e4b867
}

.contact-doc {
    padding: 0 0 10px 70px;
    background: url(../img/ico-doc-white.png) 0 0 no-repeat;
}

.contact-info {
    max-width: 350px;
    float: right;
    margin-right: 70px;
}

.section-contacts .container {
    position: relative;
}

.section-contacts .section-h_name {
    margin: 0 auto 20px auto;   
}

.h_name-center {
    margin: 0 auto 20px auto;
    position: relative;
    left: 0;
    top: 0;
}

.to-top {
    display: block;
    width: 40px;
    height: 60px;
    background: url(../img/to-top.jpg) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-phones {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: rgba(4,30,26,0.8);
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 3;
    transition: all 0.3s;
}

.btn-phones:hover,
.btn-phones:focus,
.btn-phones:active {
     background: rgba(4,30,26,0.9);
}

.slider-btn-wrap {
    padding: 30px 0;
    background: #041e1a;
    text-align: center;
    border-left: 10px solid #c99536;
}


.btn-slider-mobile {
    position: relative;
    margin: 0 auto;
    left: 0;
    bottom: 0;
}

.thanks-page {
    background: url(../img/bg-thanks.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.thanks-page:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(4,30,26,0.7);
    position: absolute;
    left: 0;
    top: 0;
}

.thanks-page .container {
    height: 100vh;
    min-height: 567px;
    padding-top: 200px;
    border-top: 10px solid #c99536;
}

.thanks-page .site-header,
.thanks-page .btn__menu {
    display: none;
}

.thanks-page h1 {
    margin-bottom: 30px;
        font-family: 'Roboto';
    font-weight: 100;
    text-transform: uppercase;
    font-size: 36px;
}

.bnt-home {
    margin-top: 30px;
    color: #fff;
}

.bnt-home a {
    color: #fff;
}

@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        max-width: 100%;
       /* height: 100%;*/
       height: auto;
       min-height: 100%;
    }
}

@media(max-width:1440px) {
    /*.text-slider {
        margin: 100px 0 0 30px;
    }*/
    
}

@media(max-width: 1199px) {
    .header-phone {
        padding: 0 0px 0 50px;
    }
    .btn-call {
        font-size: 15px;
    }
    .btn-call-content {
        font-size: 19px;
    }
    .slider-main-text {
        font-size: 28px;
    }
    .text-slider {
        font-size: 18px;
    }
    .text-slider, .text-slider .slide {
       /* height: 80px;*/
    }
    .section-constr .heading-wrap {
        margin-left: 0;
    }
    .constr-img,
    .area-img {
        margin-right: 20px;
    }
    .text-info {
        right: 20px;
        max-width: 440px;
    }
    .h_name-right {
        left: 25%;
    }
    .area-block .super-h {
        margin-bottom: 50px;
    }
    .contact-block-info {
        max-width: 310px;
        padding-left: 60px;
    }
    .question-info {
        max-width: 540px;
    }
    .question-descr {
        padding: 20px 30px 20px 30px;
        margin-top: 40px;
    }
    .section-call {
        max-width: 970px;
    }
    .section-call:before {
        left: 0;
    }
    .tour-container {
        max-width: 970px;
        margin-left: -485px;
    }
    .section-call {
        max-width: 970px;
    }
    .video-section {
        max-width: 970px;
    }
    .tour-wrap,
    .tour-line {
        max-width: 970px;
    }
    .tour-wrap:before {
        margin-left: -485px;
    }
    .viwe-3d {
        height: 520px;
    }
    .video-section {
        height: 545px;
    }
    .video-info {
        margin-top: 140px;
    }
}


@media(max-width:1100px) {
    .text-descr:before {
        right: -15px;
        border-right: 15px solid rgba(201,115,54,0.2);
    }

}

@media(max-width:1024px) {
    .video-section {
        height: 545px;
    }
    .video-info {
        margin-top:160px;
    }
}

@media(max-width: 991px) {
    .sl-item {
        min-height: 640px;
    }
    .slider-main-text {
        font-size: 24px;
        margin: 0 auto;
        text-align: center;
    }
    .text-slider {
        margin: 80px auto 0 auto;
    }
    .text-slider .slide {
        justify-content: center;
        text-align: center;
        font-size: 16px;
        padding: 15px;
    }
    .constr-img {
        float: none;
        margin: 50px auto 0 auto;
    }
    .section-constr .heading-wrap {
        margin: -130px auto 0 auto;
    }
    .constr-info {
        width: 100%;
    }
    .const-descr {
        margin: 95px auto 0 auto;
    }
    .section-constr .container-padding {
        padding-top: 180px;
    }
    .form-section .section-h_name {
        margin: 0 auto 20px auto;
    }
    .form-section-desc {
        max-width: 460px;
        margin: 0 auto;
    }
    .form-wrap {
        margin: 40px auto 0 auto;
    }
    .video-section .container {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        border-bottom: 10px solid #c99536;
        background: linear-gradient(to bottom, #041e1a,#051e1a);
    }
    .video-section .container:before {
        content: "";
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #c99536;
        background-image: linear-gradient(to top, #c99536 0%, #c99536 60%, #e4b867 90%, #c99536 100%);
        z-index: 1;
    }
    .video-info {
        margin-top: 100px;
    }
    .call-img {
        margin: 0 auto;
    }
    .text-info {
        right: 0;
        left: 0;
        max-width: 100%;
    }
    .btn-call-content {
        background-color: #0b5248;
        background-image: linear-gradient(to bottom, #56bfb0,  #0b5248 60%, #0b5248 100%);
        border: none;
        color: #fff;
    }
    .btn-call-content:hover,
    .btn-call-content:focus {
        background-image: linear-gradient(to bottom, #0b5248, #0b5248 60%, #56bfb0 100%);
    }
    .video-section {
        height: auto;
        max-width: 750px;
    }
    .video-section:before {
        display: none;
    }
    #videoBG {
        position: relative;
        border-right: 10px solid #c99536;
    }
    .img-block-right:before,
    .img-block-left:before,
    .img-block-left:after,
    .img-block-right:after {
        display: none;
    }
    .img-block-right,
    .img-block-left {
        float: none;
        margin: 0 auto;
    }
    .img-block-right img,
    .img-block-left img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .text-descr {
        margin: 200px auto 0 auto;
    }
    .section-call .container {
        padding-top: 160px;
    }
    
    
    .section-call .h_name-right,
    .section-area .h_name-right {
        margin-top: -90px;
        background: none;
        padding: 0;
        
    }
    .h_name-right {
        left: 50%;
        position: absolute;
        right: auto;
        top: 0;
        margin-left: -173px;
    }
    
    .section-call {
        max-width: 750px;
        margin-top: -6px;
    }
    .area-block .super-h {
        display: none;
    }
    .section-area-heading {
        margin: 0 auto 50px auto; 
    }
    .tour-container {
        max-width: 750px;
        margin-left: -485px;
    }
    .plan-content {
        padding-top: 110px;
        margin-left: 30px;
    }
    .tabs-heading {
        max-width: 540px;
        top: 35px;
        right: 10%;
    }
    .tour-container {
        max-width: 750px;
        margin-left: -375px;
    }
    .tour-wrap, .tour-line {
        max-width: 750px;
    }
    .tour-wrap:before {
        margin-left: -375px;
    }
    .gallery-nav {
        max-width: 600px;
    }
    .gallery-nav li {
        width: 33.333%;
        margin-top: 10px;
    }
    .contact-block-desktop {
        display: none;
    }
    .contact-block-mobile {
        float: none;
        margin: 0 auto;
    }
    .question-info {
        right: 0;
        left: 50%;
        margin-left: -270px;
    }
    .question-heading {
        margin: 0;
    }
    .question-black .container-padding {
        padding-bottom: 80px;
    }
    .video-info {
        float: none;
        text-align: center;
        margin: 30px auto 0 auto;
    }
    .video-info-bottom {
        margin-top: 15px;
        text-align: center;
    }
    .contact-form {
        margin-left: 0;
    }
    .contact-info {
        margin-right: 0;
    }
    .tab-content {
       margin-left: 0;
    }
    .thanks-page .container {
        padding-top: 100px;
    }
    .thanks-page h1,
    .thanks-page h2 {
        font-size: 24px;
    }
    .tab-content {
        margin-left: 15px;
    }
    .plan-img {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .devider {
        display: none;
    }
    .action-3,
    .action-4{
        text-align: center;
    }
    .line-container-left {
        left: 0;
    }
    .section-call {
        max-width: 100%;
    }
    .action-logo {
        margin: 0 auto 25px auto;
    }
    .plan-text-bottom p {
        margin-bottom: 10px;
    }
    .plan-text-bottom p span {
        font-size: 18px;
    }
    .const-descr,
    .text-descr,
    .question-info {
        max-width: 490px;
        padding: 20px;
    }
    .question-info {
        padding: 0;
        margin-left: -245px;
    }
    .question-descr {
        margin-top: 90px;
    }
    .const-descr:before,
    .text-descr:before,
    .question-descr:before {
        display: none;
    }
    .tour-container {
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }
    .objects-text {
        padding: 0 30px;
    }
    .contact-info {
        max-width: 350px;
        float: none;
        margin: 30px auto 0 auto;
    }
    .contact-form {
        margin: 0 auto;
    }
    .sl-item {
        min-height: 567px;
    }
    .sl-item-2 {
        background-position: 30% 100% !important;
    }
    .sl-item-5 {
        background-position: 75% 100% !important;
    }
    .sl-item-6 {
        background-position: 70% 100% !important;
    }
    .text-slider, .text-slider .slide {
        height: 80px;
    }
    .btn-slider-desktop {
        display: none;
    }
    .bx-prev,
    .bx-next {
        display: none;
    }
    .objects-text {
        font-size: 14px;
    }
    .viwe-3d {
        height: 480px;
    }
    .tour-wrap:before {
        left: 0;
        margin-left: 0;
    }
    .tour-wrap:before {
        bottom: -2px;
    }
	.header-phone {
		padding: 0 0px 0 35px;
		background-size: 30px;
		font-size: 15px;
	}
	.h-right {
      
    }
	.h-left {
	
	}
    .h-center {
      
    }
    .site-branding {
     	 position: relative;
		left: 0;
		margin-left: 0;
    }
	.price {
		margin: 10px 0 0 0;
		font-size: 28px;
	}
	.new-price {
		margin: 13px 0 0 15px;
	}
}

@media(min-width:768px) {
    .btn-phones {
        display: none;
    }
}

@media(max-width:639px) {
    .offcanvas__menu ul li {
        margin-top: 20px;
    }
    .plan-col {
        width: 50%;
    }
    .plan-img {
        margin-top: 10px;
    }
    .tabs-heading {
        max-width: 100%;
        right: 0;
    }
    .tabs-heading ul li a {
        padding-left: 25px;
        padding-right: 25px;
    }
    .about-item p {
        margin-left: 80px;
    }
    .about-item {
        margin-top: 15px;
    }
    .top-bage {
        display: none;
    }
    .price span {
        padding-right: 0;
    }
    .remodal .heading {
        font-size: 24px;
    }
    .remodal {
        max-width:460px; 
    }
    .sl-container {
        padding-top: 150px;
    }
    .btn__menu {
        right: 25px;
    }
    .tabs-heading {
        max-width: 540px;
        right: 5%;
    }
    .about-item {
        font-size: 14px;
		min-height: 140px;
    }
	.about-item p span {
    	font-size: 18px; 
	}
    .viwe-3d {
        height: 400px;
    }
}

@media(min-width:568px) {
    .header-phone-mobile {
        display: none;
    }
}

@media(max-width:567px) {
	.h-left {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.h-center {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}
	.h-right {
		display: none;
	}
	.header-phone-mobile {
		float:left;
		margin-top: 5px;
	}
    .sl-item {
        min-height: 520px
    }
    .gallery-nav li {
        width: 50%;
    }
    .tabs-heading {
        max-width: 100%;
        width: 100%;
        right: 0;
        left: 0;
        padding: 0 15px;
    }
    /*.tabs-heading ul li {
        float: none;
        margin-bottom: 10px;
    }*/
    .tabs-heading ul li {
        width: 33.333%;
    }
    .tabs-heading ul li a {
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .plan-content {
        padding-top: 110px;
    }
 
    .heading,
    .form-section-desc p,
    .video-info h3,
    .question-heading {
        font-size: 30px;
    }
    .const-descr,
    .question-descr,
    .question-subheading {
        font-size: 14px;
    }
    .question-subheading {
        text-align: center;
    }
    .question-descr {
        padding: 20px;
    }
    .video-action-text,
    .video-info-bottom,
    .gallery-nav li a {
        font-size: 16px;
    }
    .area-block .area-text {
        padding: 15px;
        font-size: 14px;
    }
    .contact-block-info {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .about-descr {
        padding: 20px;
    }
    .viwe-3d {
        height: 420px;
    }
    .question-info {
        right: 0;
        left: 0;
        margin: 0 auto !important;
    }
    .btn-call-content {
        max-width: 280px;
    }
}

@media(max-width:479px) {
	.site-branding {
		width: 100%;
	}
    .about-item img {
        float: none;
        margin: 0 auto 5px auto;
    }
    .about-item p {
        margin-left: 0;
        text-align: center;
    }
    .heading,
    .form-section-desc p,
    .video-info h3,
    .question-heading {
        font-size: 28px;
    }
    .video-action-text,
    .video-info-bottom {
        font-size: 14px;
    }
    .text-slider .slide {
        font-size: 14px;
    }
    .slider-main-text {
        font-size: 21px;
    }
    .viwe-3d {
        height: 360px;
    }
    .tabs-heading ul li a {
        font-size: 14px;
    }
    .plan-text-top {
        font-size: 14px;
    }
    .plan-text-bottom p span {
        font-size: 16px;
    }
    .plan-text-bottom p span {
        padding-right: 2px;
    }
}

@media(max-width:420px) {
    .heading, .form-section-desc p, .video-info h3, .question-heading {
        font-size: 25px;
    }
    .gallery-nav li a {
        font-size: 14px;
    }
}

@media(max-width:400px) {
	.site-branding {
		font-size:12px;
	}
}

@media(max-width:357px) {
	.header-phone {
		padding: 0 0px 0 24px;
		background-size: 20px;
		font-size: 15px;
	}
	.price {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
    .line-container-left {
        max-width: 750px;
        margin-left: -375px;
    }
    .slider-btn-wrap {
        display: none;
    }
    
}

@media (min-width: 992px) {
    .line-container-left {
        max-width: 970px;
        margin-left: -485px;
    }
    .section-area-heading {
        display: none;
    }
    .contact-block-mobile {
        display: none;
    }
   /* .cont-line-left {
        max-width: 970px;
    }*/
   /* .section-call {
         max-width: 970px;
    }
    .section-call:before {
        left: 0;
    }*/
}

@media (min-width: 1200px) {
    /*.cont-line-left,
    .line-container-left,
    .cont-line-right,
    .section-call {
        max-width: 1170px;
    }*/
    .line-container-left {
        max-width: 1170px;
        margin-left: -585px;
    }
} 
