/* Base */
:root{
    --color-back: #0A0A0A;
    --color-a: #EE9A34;
    --color-a-hover: #b56c13;
}
 
html {
    /* overflow-x: hidden; */
}
body {
    background: var(--color-back);
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.75em;
    color: #fff;
    width: 100%;
}

body.main-page {
}

h1,h2,h3{
        line-height: 1.05em;
        color: var(--color-a);
        font-family: Prata;
        margin-bottom: 50px;
}

h4,h5,h6{
        line-height: 1.05em;
        color: #fff;
        font-family: Verdana;
        font-weight: 600;
        margin:30px 0
}

h1 {
    font-size: 3em;
}

h2 {
     font-size: 3em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
}

h1 span,h2 span {
    color: #fff; 
}
.main-page p span{
     color: var(--color-a); 
}

a {
    transition-duration: 0.2s;
    color:var(--color-a);
}
a:hover {
    transition-duration: 0.2s;
    color:var(--color-a-hover);
    text-decoration: none;
}

img {
    width: 100%;
}
ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}
ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    line-height: 1.5;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    margin-bottom: 10px;
}
ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -48px;
    width: 40px;
    height: 40px;
    background: var(--color-sec);
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
ul {
    margin:0;
    padding-left: 2em;
}
ul li{
    /* padding-left:5px; */
    /* margin:0; */
}

.rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
.col-md-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
}
}

blockquote {
    margin: 0 0 1rem;
    background: #fff;
    padding: 30px;
    font-style:italic;
    border-left:2px solid var(--color-sec);
    background: #fff url(/template/content/img/comment-icon.png) 2% 5% no-repeat;
}
button {
    border: none;
    padding: 0;
    background: transparent;
    margin: 0;
}

.hidden{
    display: none;
}
.container {
    max-width: 100%;

}
@media (min-width: 768px){
.container {
    padding: 0 60px;
}
}   
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fancybox img{
    width: 100%;
}

.white{color:#fff}

.mt-30{margin-top:30px;}
.mb-30{margin-bottom:30px;}

a.pdf {background: url(img/pdf.png) no-repeat left center;padding: 0.5em 0 0.5em 2em;/* margin: 3em 0; */display: block;/* font-size: 22px; */ color: #047174; line-height: 1.2em;}
a.word {background: url(img/word.png) no-repeat left center;padding: 0.5em 0 0.5em 2em;/* margin: 3em 0; */display: block;/* font-size: 22px; */ color: #047174; line-height: 1.2em;}
a.link {background: url(img/link.png) no-repeat left center;padding: 0.5em 0 0.5em 2em;/* margin: 3em 0; */display: block;/* font-size: 22px; */color: #047174; line-height: 1.2em;}
a.link:hover,a.pdf:hover 
{text-decoration: underline;}

.cards-item {margin-bottom: 15px;border-bottom: 4px solid #fff;}
.cards-item h3{
    padding-top:0;
}
.cards-item >div:first-child{
    background:#fff;
    padding:15px;
    border-right:2px dotted #004c96;
    border-left:2px dotted #004c96;
    margin-bottom: 15px;
}

.w100 {
    width: 100%;
}

.img_cat_wrap {position:relative;margin-bottom: 15px;background: #fff;text-align: center;border: none;}
.img_cat {filter: grayscale(0.7);position:absolute;top:0;height:100%;width:100%;}
.img_cat_wrap img{}

.table-over-x {
    overflow-x: auto;
}
.tbl-price table {
    width: 100%;
}
.tbl-price table tr {
border-bottom: 1px solid #272727
}
.tbl-price table td {
    padding: 20px 0px;
    line-height: 1.7em;
    min-width: 8em;
}
.tbl-price table td:first-child  p:first-child {
    padding-bottom:10px;
    margin:0;
    font-weight:bold;
}
.tbl-price table td:first-child  p:last-child {
    padding:0px;
    margin:0;
    font-size:14px;

}
.tbl-price table td:not(:first-child)  p:first-child {
    padding-bottom:10px;
    margin:0;
    font-weight:bold;
    color:#a0a0a0;
    font-size:12px;
    text-align:center;
}
.tbl-price table td:not(:first-child)  p:last-child {
    padding:0px;
    margin:0;
    color:var(--color-a);
    text-align:center;
}

.page_parents {padding-bottom: 50px;/* list-style: none; *//* position: relative; */}
.page_parents ul {
    padding: 0;
}
.page_parents li {
    float: left;
    padding-left: 0px;
    color: #fff;
    padding-left: 4px;
    font-weight: 500;
    padding-right: 4px;
    font-size: 12px;
    list-style-type: none;
}
.page_parents li:last-child {
   color: var(--color-a);
}
.page_parents li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.page_parents li a:hover {
    text-decoration: none;
}
.page_parents li:first-child {
    padding-left: 0
}
.page_parents li:last-child a {
    margin-right: 0px;
}



header {
    height: 100px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--color-back);
}
.header-contact {
    white-space: nowrap;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height: 100%;
    width: 100%;
}

.header-contact a.big{
    /* font-size:1.5em; */
    font-weight:bold;
    /* color: #444; */
}
.about{
    margin-top:50px;
}
.about h1 {
    color: #fff;
    margin: 0;
}


.custom_btn {
    transition: all 0.3s;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    opacity: 0.99;
    line-height: 1.5;
    }
.custom_btn .btn_text{
    z-index: 2;
    text-align: center;
    line-height: 1.2;
}
.custom_btn:hover {cursor: pointer;color: #fff;opacity: 0.5;}

.btn-more {
           display: flex;
           gap: 20px;
           align-items: center;
           font-weight: bold;
           font-size: 0.75em;
           color: var(--color-a);
           background: url(/template/content/img/btn-more.svg) no-repeat left/contain;
           padding: 10px 10px 10px 70px;
          }
.btn-more:hover{
    opacity: 0.5;
}
.faq .custom_btn img,#callme .custom_btn img, #callme1 .custom_btn img{
    transform: rotate(45deg);
    width: 42px;
    transition: 0.3s;
}
.faq .custom_btn.collapsed img{
    transform:rotate(0);
    transition: 0.3s;
}

.button-ellipse:after{
    content:'';
    position:absolute;
    background:linear-gradient(143.51deg, #EE9A34 16.73%, #B56F1A 91.28%);
    border-radius:40px 40px 50px 50px;
    transform: rotate(40deg);
    box-shadow: 0px 15px 80px rgba(236, 152, 51, 0.4);
    width:100%;
    height: 105%;
    z-index: -1;
}
button.button-ellipse:after{
       z-index: -1;
}
.button-ellipse:hover:after{
    /* opacity:0.5; */
    transition:0.3s;
}
.header-ico {
    margin-right: 25px;
}

.small-btn:after{
    width: 30px;
    height: 30px;
}
.small-btn img{width: 15px;}

.medium-btn {
    width: 60px;
    height: 60px;
}
.medium-btn img{width: 20px;}

.big_btn{
    width: 112px;
    height: 120px;
}
.big_btn:after{
    z-index: 1;
}
.top_nav a.fancypopup, a.partner{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-a);
    display: block;
    }
.top_nav a:hover{
    color:var(--color-a-hover);
}
/* End Top Header */
header#header #search-form {
    float: right;
    margin: 0;
    margin-left: 15px;
}
header#header #search-form input {
    float: left;
    width: 0px;
    transition-duration: 0.4s;
    padding: 2px 13px !important;
    color: #fff;
    position: relative;
    top: 12px;
    cursor: pointer;
    background: url('img/icons/search_menu.png') no-repeat 6px center;
    border-radius: 3px;
    font-size: 12px;
    border: none;
}
header#header #search-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}
header#header #search-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
header#header #search-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
header#header #search-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
header#header #search-form input.opened {
    background-color: #f4f4f4;
    padding-left: 28px !important;
}
header#header #search-form button {
    float: left;
    width: 35px;
    display: none;
}
/* Header */

header .logo {
    width: 150px;
    position: absolute;
    left: calc( 50% - 40px);
    z-index: 1;
}
header .logo2{
    text-align:center;
}
header .logo2 img {
    height: 35px;
    width: auto;
    padding:2px 0;
}
.promo {
    height: 510px;
    margin: 20px 0;
}
.promo >div{
    max-width: 280px;
    position:relative;
    padding:40px;
}

.promo_btn{
    position: absolute;
    bottom: 40px;
    left: 60px;
}
.promo h3{
    color:#fff;
    font-size: 2.5em;
    padding-bottom: 30px;
    margin: 0;
}

.promo strong {
    font-family: prata;
    font-size: 5em;
    color: var(--color-a);
    padding: 20px 0;
}

.banner-podo {
    position: relative;
    padding: 0 60px 60px 0;
}

.banner-label {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-label-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.banner-label-img-2 {
    position: absolute;
    bottom: 130px;
    right: -20px;
}
.banner-label-img-3 {
    position: absolute;
    bottom: 0;
    right: 90px;
}

.banner-podo2{
    background: url(/img/Ellipse.svg) no-repeat 50% 0%;
    background-size: contain;
    text-align:right;
}
.banner-podo2 img{
    width: 330px;
    height: auto;
    border-radius: 50px 0px 50px 0;
    overflow: hidden;
}

.cat_info {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
}
.cat_pluses {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
}

/* End Menu */

.header_page {
    padding: 40px 0 70px 30px;
    position: relative;
}
.header_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.spec-img {
    height: 100%;
    max-height: 500px;
    width: auto;
}

.header_spec {
    position: relative;
    margin-top: 15px;
}

.spec-wrapper{
    margin-top:50px
}

.about-title {
    opacity: 0.5;
    font-size: 0.7em;
}

.about-spec {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.about-spec p{
    line-height:1.5em;
}
.about-spec>div:nth-child(3),.about-spec>div:nth-child(4){
    grid-column: auto / span 2;
}

.order {
    margin: 30px 0;
}

/* End Header */
.top_wrapper {
    position: relative;
    /* padding-top: 61px; */
}
/* Footer */
footer .widget_search input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

footer {
    width: 100%;
    /* background: #f4f4f4 url(img/fon-footer.jpg) center no-repeat; */
    /* background-size: cover; */
    padding: 60px 0 30px;
}


footer .footer-logo {
    max-width: 130px;
}
footer .footer-small-text {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2em;
    display: inline-block;
    padding: 25px 0;
    margin: 0;
}

/* Footer */
#callme_main {
    padding: 50px 0;
}

.review {
    background: #181818;
    padding: 50px;
    position: relative;
}
.review .rating{
    position:absolute;
    top:50px;
    right:50px;
}
.review .rating img{
    float:right;
    width:23px;
    margin-left:8px
}
.review h4{
    margin-top:0;
    margin-bottom:10px;    
}
.review .review_date{
    font-size:12px;
}
.review a{
    font-size:14px;
}

/* BLOGS */
/* ------------------------------------------------------------------------------------------ */

.content {
    padding: 60px 0;
}
.content h2{
    font-size: 2.2em;
    margin: 2em 0 1em;
}

.contact-map {
    position: relative;
    height: 600px;
}

.table-spec {
    overflow-x: auto;
}
.table-spec table{
    width: 100%;
}
.table-spec table tr td{
    padding:10px 5px;
    font-size:0.9em;
    border-bottom:1px solid #dadada;
    width: 50%;
}
.table-spec table tr th{
    padding:10px 5px;
    font-size:0.9em;
    border-bottom:1px solid #dadada;
    font-weight:bold;
}
.table-spec table tr:nth-child(odd) td{
    background:#fff;
}

.spec-item p {
    font-weight: bold;
    margin: 1em 0;
    font-size: 1.35em;
}
.spec-item span {
    margin: 1em 0;
    display:block;
}

.close_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    right: 70px;
    top: 100px;
}
.close_icon i {
    color: #fff;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 23px;
}
.jGrowl {
    font-size:14px!important;
}
/* Portfolio */
.portfolio-item {
}
.portfolio-item img {
    width: 100%
}
#portfolio-preview-items.three-cols .portfolio-item {
    position: relative;
    width: 351px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
#portfolio-preview-items.three-cols .portfolio-item.v2 {
    width: 353px;
}
#portfolio-preview-items.three-cols .portfolio-item img {
    width: 100%;
    float: left
}
#portfolio-preview-items.three-cols .portfolio-item .overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.portfolio-item .bar {
}
.portfolio-item:hover .bar {
}
.portfolio-item .bar .category {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px;
    padding-top: 5px;
    line-height: 18px !important;
    float: left;
}
.portfolio-item .bar a i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    float: right;
    margin-top: 7px;
    margin-right: 18px;
}
.portfolio-item .bar a.lightbox {
    margin-right: 24px;
}
.portfolio-item .bar a:hover i {
    color: #fff;
}
.portfolio-item .project {
    z-index: 500;
    height: 72px;
    position: relative;
}
#portfolio-preview-items.four-cols .portfolio-item {
    position: relative;
    width: 258px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
#portfolio-preview-items.four-cols .portfolio-item.v2 {
    width: 260px;
}
#portfolio-preview-items.four-cols .portfolio-item .overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#portfolio-preview-items.four-cols .portfolio-item .overlay .btns {
    margin-top: 75px;
    margin-left: 74px;
    width: 84px;
    height: 40px;
    float: left;
}
#portfolio-preview-items.two-cols .portfolio-item {
    position: relative;
    width: 538px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
#portfolio-preview-items.two-cols .portfolio-item.v2 {
    width: 540px;
}
#portfolio-preview-items.two-cols .portfolio-item .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#portfolio-preview-items.two-cols .portfolio-item .overlay .btns {
    margin-top: 185px;
    margin-left: 194px;
    width: 84px;
    height: 40px;
    float: left;
}
#portfolio-preview-items.one-cols .portfolio-item {
    position: relative;
    width: 1098px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
#portfolio-preview-items.one-cols .portfolio-item.v2 {
    width: 1100px;
}
#portfolio-preview-items.one-cols .portfolio-item .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#portfolio-preview-items.one-cols .portfolio-item .overlay .btns {
    margin-top: 185px;
    margin-left: 434px;
    width: 84px;
    height: 40px;
    float: left;
}
.layout-sidebar_left .three-cols .portfolio-item {
    margin-left: 60px !important
}
#portfolio-preview-items .portfolio-item.v1 {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#portfolio-preview-items .portfolio-item.v1 .project {
    background: #fff;
    margin-top: 0px;
    height: 40px;
    width: 100%;
    float: left;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#portfolio-preview-items .portfolio-item.v1 img {
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.portfolio-item .overlay {
    background: rgba(0, 0, 0, 0.4);
}
#portfolio-preview-items .portfolio-item.v1 .project h6 {
    color: #555;
    float: left;
    margin-top: 9px;
    margin-left: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 13px;
}
#portfolio-preview-items .portfolio-item.v1 .project h6 a {
    color: #555;
    font-weight: bold
}
#portfolio-preview-items .portfolio-item.v1 .project h6 a:hover {
    text-decoration: none
}
#portfolio-preview-items .portfolio-item.v1 .project .desc {
    float: right;
    font-weight: 500;
    line-height: 15px;
    margin-right: 14px;
    margin-top: 11px;
    color: #999999;
}

#portfolio-preview-items .portfolio-item.v1 .project:hover .category {
    color: #fff
}
#portfolio-preview-items .portfolio-item.v2 h6 a {
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-weight: 600;
}
#portfolio-preview-items .portfolio-item.v2 h6 {
    margin-top: 4px;
}

/* End Portfolio */
#portfolio-preview-items .portfolio-item.circle {
    border: none;
}
#portfolio-preview-items .portfolio-item.triangle {
    border: none;
}
#portfolio-preview-items .portfolio-item.hexagonal {
    border: none;
}
#portfolio-preview-items.two-cols .portfolio-item.circle {
    width: 456px !important;
}
#portfolio-preview-items.three-cols .portfolio-item.circle {
    width: 296px;
!important;
}
#portfolio-preview-items.three-cols .portfolio-item.hexagonal {
    width: 296px !important;
}
#portfolio-preview-items.four-cols .portfolio-item.hexagonal {
    width: 216px !important;
}
#portfolio-preview-items.four-cols .portfolio-item.triangle {
    width: 216px !important;
}

/* End Portfolio */

.accordion {
    float: left;
    width: 100%;
}
.faq {
    border-top:1px solid #E6E6E6;
}
.faq:last-child {
    border-bottom:1px solid #E6E6E6;
}
.faq-header {
    width: 100%;
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    padding:30px 0;
    align-items: center;
}
.faq_num {
    padding-right: 30px;
    font-size: 1.75em;
    font-family: Proto;
}
.faq-header .faq_text {
    width: 100%;
    font-size: 1.4em;
    text-align: left;
}
.faq-body {
    padding-bottom: 30px;
}
/* Side Nav */
.side-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
    border-bottom: none;
    width: 100%;
}
.side-nav li {
    color: #777777;
    padding-top: 13px;
    font-weight: 500;
    padding-bottom: 13px;
    font-size: 14px;
}
.side-nav i {
    line-height: 20px;
    color: #313131;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 32px;
    height: 32px;
    border: 1px solid #d6d6d6;
    border-radius: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f3f3f3;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 8px;
}
.side-nav i:hover {
    color: #fff;
}
.current_page_item .nav_arrow i {
    color: #fff;
}
.nav_arrow {
    position: relative;
    margin-left: 197px;
    margin-top: -22px;
}
.side-nav li a {
    color: #777777;
    font-weight: 500;
}
.side-nav li a:hover {
    text-decoration: none;
}
.side-nav li:last-child {
}
.side-nav li:first-child {
}
.side-nav li {
    padding-right: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 20px;
}
.side-nav li.current_page_item {
    border-right: 1px solid #fff;
    font-weight: 500;
    background-color: #f7f7f7;
    background-position: 195px center;
    background-repeat: no-repeat;
}
.side-nav .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 7px;
    margin-top: -7px;
}
.side-nav .page_item {
    position: relative;
}
.side-nav li:hover {
    background-color: #fafafa;
}
.side-nav .icon span {
    width: 100%;
    height: 100%;
    float: left
}
/* End Nav */
h6.desc_title {
    color: #424243
}

.row-google-map {
    position: absolute;
    height: 100%;
    width: 100%;
}
.row-google-map .desc {
    line-height: 23px;
}
.row-google-map .desc strong {
    color: #555;
}
.row-google-map .desc a {
    text-decoration: underline;
}
.row-google-map iframe {
    /* width: 100%; */
    /* height: 400px; */
}
.row-google-map .big_shadow {
    position: absolute;
    background: url('img/big_shadow.html') center bottom no-repeat;
    width: 1080px;
    height: 260px;
    left: -70px;
    top: 216px;
}

.contact_form p.desc {
    margin-top: 0;
    margin-bottom: 20px;
}
.contact_form span.label {
    text-transform: uppercase;
    padding: 0;
    text-shadow: none;
    font-weight: normal;
    color: #999999;
    background: none;
    font-size: 10px;
    width: 100%;
}
.contact_info p:first-child {
    margin-top: 0;
}
.contact_info p {
    margin-bottom: 0px;
    margin-top: 5px;
}
.contact_info p.address {
    margin-bottom: 30px;
}
.contact_info .social_icons {
    padding-left: 0;
    margin-top: 30px;
}
.contact_form {
    max-width: 500px;
    padding-left: 50px;
}
.contact_form .header {
    font-size: 3em;
}
.contact_form input, .contact_form select {
    width: 100%;
    background: transparent;
    border: none;
}

.contact_form .button-warp {
    /* margin-top: 10px; */
}
.contact_form .button-warp p{
    font-size: 0.7em;
    line-height:1.8em;
}
.contact_form .button-warp > div:last-child{
    padding-left: 50px;
}

.btn-center  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-center > * {
margin:15px;
}

#callme, #callme1 {
    width: 100%;
    max-width: 1440px;
    background: var(--color-back);
    padding: 40px 100px 0px;
    height: 720px;
}

.contact {
    margin: 60px 0;
}
.contact-box {
    background: var(--color-back);
    padding: 50px;
    max-width: 400px;
    margin-top: 60px;
    position: absolute;
    left: 20px;
    z-index: 1;
}
.contact-box h2{
    font-size:2em;
}
ul.footer_ul_contact {
    list-style: none;
    padding: 0;
}
ul.footer_ul_contact li{
    padding-bottom:30px;
    font-size:0.75em;
}
ul.footer_ul_contact li>*{
    display:block;
    font-size:1.25em;
}

p em{
    color:var(--color-a);
}


.contact-item {
background: linear-gradient(155.24deg, #FFBF71 12.44%, #8F4F00 95.73%);
border-radius: 50px 0px;
padding:40px;  
}
.contact-item p:first-child{
    margin: 0 0 15px 0;
    font-size: 0.7em;
    line-height: 1em;
}
.contact-item p:last-child{
    margin: 0 ;
}
.contact-item a{
    color:#fff;
}
a.underline{
    text-decoration:underline;
}


.customSelect {
    display: none !important
}
.image-desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.boxed_layout {
    width: 1200px;
    -webkit-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto
}
.boxed_layout header#header {
    margin-top: 0px
}
.boxed_layout {
    margin-bottom: 0px;
    background: #fff;
    position: relative;
}
.boxed_layout .header_content .fullshadow {
    background: url('img/header_shadow.png') center no-repeat
}

#page-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}
#page-bg img {
    position: absolute;
    height: 100%;
    width: 100%
}

.pagination ul {
    padding: 0
}
.pagination ul li {
    margin-right: 5px
}
.pagination ul li:last-child {
    margin-right: 0
}
.pagination ul li a {
    color: #444;
}
.pagination ul li a:hover {
    text-decoration: none;
}
.pagination ul li.active a, .pagination ul li a:hover {
    color: #444
}

.standard-form input, .standard-form textarea {
    box-shadow: none !important;
}
.standard-form input[placeholder], .standard-form input {
    color: #ffffff;
    padding: 10px 0px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    width: 100%;
    cursor: pointer;
    margin-bottom: 50px;
    outline: none;
}
.contact_form h2 {
    font-size: 2em;
    /* padding-bottom: 0.5em; */
}
.post_page_cont iframe {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px;
}

.owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width:60px;
    height:60px;
    margin-left:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
}
.owl-carousel .owl-nav img{
    width: 20px;
}
.owl-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
    content:'';
    position:absolute;
    background:linear-gradient(143.51deg, #EE9A34 16.73%, #B56F1A 91.28%);
    border-radius:40px 40px 50px 50px;
    transform: rotate(67deg);
    box-shadow: 0px 15px 80px rgba(236, 152, 51, 0.4);
    width:100%;
    height:100%;  
    z-index:-1;
}

.owl-carousel .owl-nav button.owl-prev:after{
    transform: rotate(-67deg);
}
.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover{
    background:transparent;
    opacity: 0.5;
}

.home-carousel .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: 300px;
    width: auto;
    margin: 0 auto;
    /* clip-path: polygon(50% 15%,100.00% 50.00%,50% 85%,0.00% 50.00%); */
    /* -webkit-clip-path: polygon(86% 14%, 96% 38%, 89% 66%, 85% 95%, 50% 100%, 22% 97%, 2% 75%, 24% 55%, 6% 3%); */
    /* clip-path: polygon(86% 14%, 96% 38%, 89% 66%, 85% 95%, 50% 100%, 22% 97%, 2% 75%, 24% 55%, 6% 3%); */
}


/* Sections */
section {
    position:relative;
    padding: 50px 0;
}
section#main-1 {
    position: relative;
    background: var(--color-back);
    padding-left: 30px;
}
section#main-1 .container .row{
     position: relative; 
}
.header_img_main{
    background: #131313 url(/img/main-first-fon.jpg) right top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.hands {
    position: absolute;
    width: 580px;
    right: 0;
    bottom: -50px;
}

#contact ul{
    padding: 5px 20px;
}
#contact ul li{
    padding: 2px 0;
}

#contact ul li::marker{
    color: #50a2d2;
}

#gallery-case {
    /* background: #950000; */
    padding: 30px 0;
}
#gallery-case h3{
    color: #fc3524;
    padding: 30px 0;
    text-transform:
    uppercase;
}
#gallery-case .custom_btn{
    margin: 15px 0;
    display: inline-block;
}
/* End Sections */

/* Boxed Content */
.boxed_content {
    padding: 15px;
    border: 1px solid #ebebeb;
    float: left;
}
/* End Boxed Content */

/* Testimonials */
.testimonials_block dl {
    width: 1100px;
    margin-left: 20px;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
}
.testimonials_block dl dt {
    width: 175px;
    height: 142px;
    position: relative;
}
.testimonials_block dl dt .first_circle {
    width: 140px;
    height: 140px;
    float: left;
    background: #f7f7f7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #ededed;
}
.testimonials_block dl dt .second_circle {
    width: 110px;
    height: 108px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 15px;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    -moz-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    position: relative;
}
.testimonials_block dl dt .second_circle img {
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    -moz-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
}
.testimonials_block dd {
    margin-left: 190px;
    margin-top: 25px;
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-style: italic;
}
.testimonials_block h6 {
    color: #555;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-weight: 300;
}
.testimonials_block .arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -15.5px;
    height: 31px;
    width: 25px;
    background: url('img/test-arrow.png') no-repeat;
}
.testimonials_block .position {
    font-size: 15px;
}

/* End Dynamic Slideshow */
/** Shortcode Testimonials */
#testimonials {
    float: left;
}
#testimonials .content {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
}
#testimonials .ic {
    background: url('img/testi_arrow.png') no-repeat;
    position: relative;
    background-position: 140px 0;
    width: 100%;
    height: 21px;
    float: left;
    top: -1px;
}
#testimonials span.title {
    color: #222;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 7px;
}
/** End Shortcode Testimonials */

.gallery_nav {
    position: relative;
    border-top: none;
    float: left;
    width: 100%;
}
.gallery_nav .item {
    display: block;
    padding-top: 15px;
    float: left;
    opacity: 0.7
}
.gallery_nav .item:first-child {
    margin-left: 0;
}
.gallery_nav .pagination a {
    z-index: 5000;
}

.gallery_podo {
    margin-bottom: 15px;
}
.gallery_podo p{
    margin: 30px 0;
    font-weight: bold;
}
.gallery-carousel {
    margin-top: 50px;
}



.top-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top-menu-wrapper nav {
    width:100%;
}
.top-menu-wrapper nav ul {
    list-style:none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.top-menu-wrapper nav ul li{
    /* flex:1; */
}
 .top-menu-wrapper a.nav-link {
    color: #fff;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.5em;
    white-space: nowrap;
    position: relative;
}
.top-menu-wrapper a.nav-link:hover:after,.top-menu-wrapper a.nav-link.active:after {
 content:'';
 position:absolute;
 top: 100%;
 left: 50%;
 width:5px;
 height:5px;
 background:var(--color-a);
 border-radius:50%;
}
 .top-menu-wrapper a.nav-link:hover,.top-menu-wrapper a.nav-link.active {
    color: var(--color-a);
}


.top-menu-wrapper .nav-item:nth-child(3){
    margin-right:100px;
}
.top-menu-wrapper .nav-item:nth-child(4){
    margin-left:100px;
}
footer .top-menu-wrapper nav ul{
    justify-content: space-evenly;
}
footer .top-menu-wrapper .nav-item{
        margin:0!important;
}

.online-yc {
    position: fixed;
    bottom: 170px;
    right: 60px;
    z-index: 10;
}
@media (max-width: 992px){
.top-menu-wrapper {
    display:none;
}
header .logo{
    display:none;
}
.header-contact a.big{
    font-size:0;
}
    
} 

@media (max-width: 1199px){
header .logo{
    display:none;
}
 .top-menu-wrapper .nav-item:nth-child(3),.top-menu-wrapper .nav-item:nth-child(4){
    margin:5px;
}    
}

.table-text-center td,
.table-text-center th{
    text-align: center !important;
}
.offer-wrapper {
	position: fixed;
	bottom: 0;
	left: 50%;
	/* background-color: #009dcd; */
	/* padding: 10px 50px; */
	transform: translateX(-50%);
	z-index: 100;
	text-align: center;
}

.offer-wrapper a {
	color: white;
    font-size: 22px;
}

.offer-wrapper p {
	display: none;
    color: white;
    font-size: 16px;
}

.menu_btn{
    display:none;
}

.form_main {
    padding: 50px 0;
    background-color: #f3f3f3;
    background: url(/template/content/img/mail.svg) no-repeat #f1f1f1;
}
.standard-form_main .span6 {
    width: 45%!important;
    /* display: inline-block; */
}
.form_main_index {
    margin-bottom: 25px;
}
.jGrowl{
    font-size: 14px;
}
.form.fancybox-content {
}
.price_cart {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    color: #000;
}

.contact-page .contact-box {
    display:none;
}
#success-response {
    background: transparent;
    color: #fff;
    border: none;
    padding: 15px 0;
}

@media only screen and (max-width:480px) {
body {
    font-size:14px;
}    
h1, h2, h3{
    margin-bottom:20px;
}
 #logo img{
    position: relative;
    max-width: 100px;
 }
footer #logo img{
    position: relative;
    max-width: 100px;
    margin:20px;
 }    
.header-contact *{
    /* margin-bottom:5px; */
}
.header-contact a.big{
    font-size:1em;
}

.header-contact{
    padding: 10px 0 10px;
    justify-content: center;
}    
.header_page{
    padding:0;
}    
.header_img {
    position:relative;
    height: 200px;
    background-size: cover!important;
}
.header_img_main {
    position:relative;
    height:300px;
    background-size:cover;
    margin-bottom: 30px;
}   
    .navbar-toggler{
    /* padding: 0px; */
    margin-top: 5px;
    outline: none;
    background: url(/template/content/img/menu-close.svg) no-repeat center;
    background-size: contain;
    height: 40px;
    width: 30px;
 }
.navbar-toggler.collapsed{
    outline:none;
    background: url(/template/content/img/menu.svg) no-repeat center;
    background-size: contain;
}    
.navbar-toggler:focus{
    outline:none;
}
 .dropdown-menu{
    /* background: #045052; */
 }
header {
    height: auto;
    display: flex;
    align-items: center;
}    
header .logo {
    width: 150px;
    position: relative;
    left: 200px;
}
.mobile-menu {
    background: var(--color-back);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 0;
}
    
.navbar{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
}   
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1.7em;
}
    .mobile-soc {
    padding: 90px;
}
    .mobile-hide {
    display: none;
}

img.hands,.banner-podo2 img{
    display:none;
}

.spec-img {
    height: auto;
    max-height: unset;
    width: 100%;
    margin-bottom:30px
}
    
section{
    text-align:center;
    padding-top: 0;
}  
.tbl-price table tr{
    /* margin-bottom: 25px; */
}    
.tbl-price table td{
    display: inline-block;
    padding: 5px 0;
}    
.tbl-price table td:first-child{
    width:100%;
    padding-top: 20px;
}   
.tbl-price table td:not(:first-child){
    width:50%;   

}     
.tbl-price table td:not(:first-child) p{
     text-align:left!important;
     padding-bottom: 10px!important;
}    
#main-4{
    text-align:left;
}
    .faq {
        font-size:1em;
    }
 .faq-header .faq_text {
     padding-right:20px;
     font-size:1em;
    }
.promo{
    text-align:left;
    height: 330px;
    font-size: 14px;
    line-height: 1.8em;
}
.promo >div{
    max-width: 280px;
    position:relative;
    padding: 30px;
}

.promo_btn{
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 100px;
    height: 100px;
    font-size: 12px;
}
.promo h3{
    color:#fff;
    font-size: 2em;
    padding-bottom: 10px;
    margin: 0;
}

.promo strong {
    font-family: prata;
    font-size: 4em;
    color: var(--color-a);
    padding: 0px 0;
}    
.review{
    padding:90px 30px 30px 30px;
    text-align: left;
}    
.review .rating {
    position: absolute;
    top: 37px;
    left: 20px;
}    
.review .rating img{
    float: left;
}
.content{
    padding: 20px 0;
}
.gallery_podo p{
    margin:5px 0;
}   
.owl-nav{
    position:relative;
    top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}    
.row-google-map{
    position:relative;
    height: 600px;
}
.contact-map{
    height:auto;
}
.contact-box {
    padding: 20px 50px;
    max-width: 100%;
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
} 
.contact-item {
    margin-bottom:40px
}    
 .contact_form{
     padding:20px 0;
 }   
.contact-item.contact-map{
    height:auto;
}    
footer{
    text-align:center;
    padding: 0;
} 
#callme, #callme1 {
    padding: 40px 10px;
    text-align:center;
    height: auto;
}  
.banner-podo {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 40px;
}

.banner-label {
    /* position: absolute; */
    bottom: -60px;
    /* right: 0; */
    width: 150px;
}

.banner-label-img {
    /* position: absolute; */
    bottom: -100px;
    right: 0;
    width: 180px;
}
.banner-label-img-2 {
    /* position: absolute; */
    bottom: 30px;
    right: 0px;
    width: 100px;
}
.banner-label-img-3 {
    /* position: absolute; */
    bottom: -60px;
    right: 40px;
    width: 100px;
}
.contact_form .button-warp > div:last-child{
    padding: 15px 30px;
}    
.mobile-center{display: flex;justify-content: center;} 
.online-yc {
    position: fixed;
    bottom: 63px;
    right: 16px;
}    
}    