.works-latest .works-latest-item .works-latest-item-meta h5 a, .works-latest .works-latest-item .works-latest-item-meta h3 a, .works-latest .works-latest-item .works-latest-item-meta h5, .works-latest-item .works-latest-item-meta h3 {
    opacity: 1;
}

.tp-caption.small_text, .tracking-steps-section .heading-title-top {
    color: rgba(255, 255, 255, .85);
}

.tracking-section .heading-title-top {
    color: rgba(255, 255, 255, .85);
}

.tracking-section .help {
    color: rgba(255, 255, 255, .85);
}

.tracking-steps-section .steps .step-item .step-details p:not(.step-title) {
    color: rgba(255, 255, 255, .85);
}

.clients-section .heading-title.style-3 {
    color: rgba(255, 255, 255, .9);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a, body.footer-background.dark-color:not(.primary-color) .footer-bottom-content p {
    color: rgba(255, 255, 255, .85);
}

body .image-hover figure img {
    min-height: auto !important;
}


.site-header-top .nav-menu-dropdown.style-2 > li > a:after {
    display: none;
}

/*# sourceMappingURL=_maps/custom.css.map */
/*CUSTOM STYLE*/
#wpadminbar a.ab-item {
    color: #eee !important;
}

a:visited {
    color: #2b303b;
}

.button {
    font-family: 'Century Gothic';
}

.callback-btn {
    -webkit-animation: blink 3s linear infinite !important;
    animation: blink 3s linear infinite !important;
    font-family: 'Century Gothic Bold';
    height: 4.1em !important;
    padding-left: calc(3.6em - 1px) !important;
    padding-right: calc(3.6em - 1px) !important;
}

.tp-caption.large_text {
    font-family: 'Century Gothic Bold' !important;
}

.tp-tabs {
    display: none;
}

header .site-logo img {
    max-height: 125px;
}


.footer-copyright a {
    font-family: 'Century Gothic Bold';
}

.site-header.hide-on-scroll .site-logo img {
    /*max-height: 34px !important;*/
    max-height: 60px !important;
}

.flex-form input {
    border-radius: 0 !important;
    height: 58px;
}

.flex-form {
}

.subscribe-form .flex-form-col .control {
    margin-bottom: 20px;
    text-align: center;
}


.tracking-section .subscribe-form .wpcf7-submit {
    background-color: #009688;
    color: #fff;
    border-radius: 0 0 !important;
    font-size: 14px !important;
    font-family: 'Century Gothic Bold';
    width: 222px;
    min-width: 222px;
    text-align: center;
    height: 58px;
    border: none;
    transition: all .5s ease;
}

.tracking-section .subscribe-form .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #2b303b;
}

.flex-form .field.has-addons.has-addons-centered {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-form .field.has-addons.has-addons-centered .control {
    margin-bottom: 30px;
}

div.wpcf7-response-output {
    color: #009688;
    font-family: 'Century Gothic';
}

span.wpcf7-not-valid-tip {
    font-family: 'Century Gothic';
}

.heading-title {
    font-family: 'Century Gothic Bold';
}

.custom-header {

}

#header-custom {
    /*box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.5);*/
    border-bottom: 1px solid #2b303b;
    position: fixed;
    top: 0px;
    background-color: #fff;

}

#header-custom .main-navigation li a {
    color: #2b303b;
}

#header-custom .main-navigation li.active > a {
    color: #009688;
}

.single-content-wrap {
    padding-top: 6rem;
}

.article-heading-big {
    font-family: 'Century Gothic Bold';
    text-align: center;
}

.article-heading-small {
    font-family: 'Century Gothic' !important;
    text-align: center;
}

.single-content-wrap .article-content-row table tbody tr:not(.is-selected):nth-child(even) {
    /*background-color: #009688;*/
    /*background-color: #2b303b;*/
    /*background-color: rgba(0, 99, 221, 0.53);*/
    background-color: rgba(0, 150, 136, 0.52);
}

.single-content-wrap .article-content-row table tbody tr {
    font-size: 13px;
}


.single-content-wrap .article-content-row table tbody tr:not(.is-selected):nth-child(even) td {
    color: #fff;
}

.single-content-wrap .article-content-row table thead tr th {
    text-align: center;
}

.table.is-fullwidth.is-bordered {

}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa;
}

.single-content-wrap .sidebar {

}

.page-area {
    margin-top: 100px;
}

.page-area .columns.is-variable.is-4.is-multiline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-area .heading-title.style-2 {
    font-family: 'Century Gothic';
}

.page-area .image-hover figure {
    background: initial;
}

.page-area .image-hover figure img {
    margin: 0 auto;
}

#sidebar .widget-title {
    /*text-align: center;*/
    font-family: "Century Gothic Bold";
}

#sidebar .widget-title a {
    border-bottom: 2px solid #009688;

}

#sidebar .widget.e-mail .widget-title a {
    text-transform: lowercase;
}

.widget_phones {
    position: relative;
}

.widget_phones a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Century Gothic Bold';
    max-width: 185px;

}
.widget_phones.contact a{
    font-size: 15px;
}

.widget_phones a .icon {
    margin-right: 10px;
}

.widget_phones .widget-item {
    margin-bottom: 15px;
}

.google-reviews {
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #009688;
}

.google-reviews span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.google-reviews a {
    font-family: 'Century Gothic Bold';
    margin-right: 20px;
}

.widget-item-link {

}

widget-item-link__title {

}

#sidebar .box .image img {
    max-width: 100px;
}

#sidebar .box .image {
    margin-top: 0;
}


.callback-form {
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0;
    z-index: 100;
}

.callback__name {
    margin-bottom: 0px;
}

.callback__name div:first-child {
    /*display: none;*/
    margin-bottom: 10px;
    font-family: 'Century Gothic';
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.callback__name input {
    max-width: 100%;
    border: none !important;
    border-bottom: 1px solid #009688 !important;
    text-transform: uppercase;
    outline: #009688;
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    border-radius: 0 !important;
}

.callback__name input::placeholder {
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 20px;
    color: #000 !important;
}

.callback__phonenumber {
    margin-bottom: 0;
}

.callback__phonenumber div:first-child {
    display: none;
    margin-bottom: 10px;
    font-family: 'Century Gothic';
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.callback__phonenumber input {
    max-width: 100%;
    border: none !important;
    border-bottom: 1px solid #009688 !important;
    text-transform: uppercase;
    outline: #009688;
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    border-radius: 0 !important;
}

.callback__phonenumber input::placeholder {
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 20px;
    color: #000 !important;
}

.callback__submit {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.callback__submit input {
    max-width: 100%;
    text-transform: capitalize;
    font-family: 'Century Gothic Bold';
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff !important;
    background-color: #009688 !important;
    outline: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: .875rem;
    height: 3.5em;
    padding-left: calc(2.8em - 1px) !important;
    padding-right: calc(2.8em - 1px) !important;
    /* display: flex; */
    width: 100%;
    text-align: center;
}

.callback-modal {
    max-width: 550px;
}


.contact-area .widget_phones a .icon {
    margin-top: 0;
}

.seo-text {
    margin-top: 70px;
    margin-bottom: 40px;
}

.seo-text .seo-readmore__hide {
    position: relative;
    transition: all .5s ease-in-out;
    max-width: 100%;
    margin: 0 auto 22px;
    color: #009688;
    font-size: 14px;
    max-height: 230px;
    overflow: hidden;
}

.seo-text .seo-readmore__hide.zero {
    position: relative;
    transition: all .5s ease-in-out;
    max-width: 100%;
    margin: 0 auto 22px;
    color: #009688;
    font-size: 14px;
    max-height: 0px;
    overflow: hidden;
}

.seo-text .seo-readmore__hide2:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, .798757) 0, rgba(255, 255, 255, .01) 100%);
}

.seo-text .seo-readmore__hide.active {
    max-height: initial;
    overflow: inherit;
}

.seo-text .seo-readmore__hide.active:before {
    display: none;
}

.seo-text .seo-readmore__link {
    display: block;
    margin: 0 auto;
    color: #009688;
    font-size: .875rem;
    border-bottom: 1px solid #009688;
    padding-bottom: 0;
    max-width: max-content;
    transition: .3s;
    text-align: center;
    width: 100%;
    font-family: 'Century Gothic Bold';
}

.seo-text .active + .seo-readmore__link span:first-of-type, .seo-text .seo-readmore__link span:last-of-type {
    display: none;
}

.seo-text .active + .seo-readmore__link span:last-of-type {
    display: inline;
}

.seo-readmore__link:hover {
    cursor: pointer;
}

.table-sub-heading {
    color: #009688;
    font-family: 'Century Gothic Bold';
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.steps .step-details p {
    line-height: 19px;
}

.price-form .field-body > .field:not(:last-child) {
    margin-right: 1.4rem;
}

.price-form .wpcf7-submit {
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: #009688;
    outline: 0;
    border-radius: 0;
    font-weight: 500;
    width: 192px !important;
}

.price-form .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #2b303b;
}

#quote div.wpcf7-response-outputP {
    color: #4b505d;
}

.service-link figure a img {
    margin: 0 auto;
}

.services-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.service-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    margin-bottom: 40px;
}

.service-links-item a {
    text-align: center;
}

.service-link .entry-title:hover a {
    color: #009688 !important;
}

.service-links-item img {
    max-width: 190px;
    margin-bottom: 15px;
}

.service-links-title {
    color: #009688;
    font-family: 'Century Gothic Bold';
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 200px;
    text-decoration: underline;

}

.new-service-links-title{
    border: 1px solid #DDDDDD;
    padding: 15px;
    max-width: 100%;
    text-decoration: unset;
    color: #2b303b!important;
}



.service-links-item a:hover .service-links-title {
    color: #000;
}

.main-navigation ul li.current-menu-item {
    position: relative;
}

.main-navigation ul li.current-menu-item:after {
    width: 70%;
    height: 4px;
    content: '';
    border-bottom: 3.5px solid #009688;
    bottom: 0;
    left: 0%;
    position: absolute;
}

.main-navigation ul li a {
    color: #fff;
    font-family: "Century Gothic Bold";
}


body.header-sticky.hide-on-scroll header.hide-on-scroll .main-navigation > ul > li > a {
    color: #2b303b;
}

.box-item h3 a {
    font-family: "Century Gothic Bold";
}

.fotografii figure:hover h3 {
    color: #fff;
    font-family: "Century Gothic Bold";
    font-size: 15px;
    font-style: initial;
}

.page-title.blog-single {
    background: #f8f8f8;
}

.blog-single .hero-body .heading-title {
    color: #2b303b;
}

.blog-single .post-image img {
    max-width: 352px;
    margin: 0 auto;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li a {
    color: #fff !important;
}


.langs {
    display: flex;
    flex-direction: column !important;
    margin: 0;
    padding: 0;
    padding-top: 0;
    padding-left: 17px;
    padding-bottom: 7px;
}

.langs li {
    list-style-type: none;
    margin-bottom: 3px;
}
.current-lang a{
    color: #2b303b !important;
    border-bottom: 2px solid #2b303b !important;
    font-family: "Century Gothic Bold";
}

.langs li a {
    color: #009688;
    font-family: "Century Gothic Bold";
    padding-bottom: 3px;
    border-bottom: 2px solid #009688;
    transition: .2s;
}
.langs li a:hover{
    color: #2b303b !important;
    border-bottom: 2px solid #2b303b !important;
}

.nav-menu-dropdown.langs li a{
    color: #fff;
    font-family: "Century Gothic Bold";
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
    text-align: center;
}
.all-photo .service-link .post-image img {
    max-width: 200px;
    margin: 0 auto;
}

.single-content-wrap {
    padding-top: 0;
}

.single-content-wrap .content ul li {
    color: #2b303b;
    font-size: 0.9375rem;
}

.single-content-wrap .content figure {
    text-align: center;
}

.single-content-wrap .content figure img {
    max-width: 637px;
    margin: 0 auto;

}

.page-title.is-medium h1, .page-title.is-large h1, .page-title.is-fullheight h1 {
    font-size: 2.75rem;
}

.single-content-wrap p {
    font-size: 16px;
}

.fun-facts {
    /*background: linear-gradient(to bottom, white 50%, white 50%);*/
    /*padding-bottom: 0;*/
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-title {
    background-color: #fff !important;
    padding-top: 5em;
}

.contact-timetable {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
}


.image-hover.effect-1 figure figcaption > div {
    top: 0;
    bottom: initial;
}

.works.image-hover .work-item {
    max-height: 250px;
    overflow: hidden;
}

.blog-list.default-style-1 .blog-post {
    width: 100%;
}
.blog-post  .main__row-title{
    margin-top: 50px;
}

.works.isotope.hash-filter .column {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.services-section .boxes-style-2 .box-item img {
    max-height: 50px;
}

.site-logo-inner {
    /*padding-top: 30px;*/
}

.services-section {
    padding-top: 40px;
}

.rev_slider_wrapper {
    max-height: 950px !important;
}

.fun-facts .hero-body .counterup .level-item > div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}


.media-content {
    font-family: "Century Gothic";
}

.box-item h3 {
    font-family: "Century Gothic Bold";
}

table thead tr th {
    background-color: #009688;
    color: #fff !important;
}

.content table td, .content table th {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Century Gothic Bold";
        text-align: center;
}
.content table td:nth-of-type(1){
    text-align: left;
}
.content table thead th:nth-of-type(1){
    text-align: left !important;
}

.content table th{
      font-size: 16px;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li a {
    padding-left: 0;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li {
    margin-left: 20px;
}

.custom-header.site-header.hide-on-scroll .site-logo-inner {
    padding-top: 0;
}

.custom-header.site-header.hide-on-scroll .site-logo .site-logo-inner img {
    max-height: 64px !important;
}

.box-item .button {
    padding-right: 41px;
    background: initial;
}

.services-section .boxes-style-2 .box-item .button {
    /*border: 1px solid #F0F0F0;*/
    border: 1px solid #009688;
}

.services-section .boxes-style-2 .box-item .button:after {
    border-radius: initial;
    border: none;
}

.services-section .boxes-style-2 .box-item:hover .button {
    transition: all 0.4s ease;
    color: #fff;
}

.services-section .boxes-style-2 .box-item:hover .button:after {
    background-color: inherit;
    border: none;
    color: #fff;
}

.services-section .boxes-style-2 .box-item:hover h3 {
    color: #fff;
}

.heading-title {
    font-size: 28px;
}

.service-link-akciya {
    display: flex;

}

.service-link-preview {
    /*margin: 0 auto;*/
    margin-left: 10px;
    max-width: 300px;
    width: 100%;
}

.service-link-preview img {
    margin: 0 !important;
}

.service-link-detail {
    margin: 1em 0;
}

.service-image {
    float: left;
    max-width: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 50px !important;
    margin-bottom: 20px !important;
    padding-top: 25px;
}

.service-image img {
    width: 100%
}

.blog-list.default-style-1 .blog-post {
    padding: 15px 5px 0 5px;
}


.widget-akcii a {
    color: #009688 !important;
}

.blog-single .hero-body {
    padding-bottom: 0 !important;
}

.blog-single .hero-body .heading-title {
    margin-bottom: 0 !important;
}

.hero.slider {
    position: relative;
    /*max-height: 580px;*/
}

.hero.slider .hero-inner {
    position: absolute;
    top: 223px;
    right:10%;
}

.hero.slider .tp-caption.tp-resizeme.large_text {
    text-align: left;
    margin-bottom: 50px;
    position: initial;
    margin-left: 0 !important;
    line-height: 46px !important;
    font-size: 40px !important;
}

.hero.slider .tp-caption.button {
    margin-left: 0 !important;
}

.topbar-info {
    margin-bottom: 0;
}

.site-header-top .nav-menu-dropdown.style-2 {
    margin-bottom: 0;
}

.mob-lang {
    display: none;
}

.mob-lang li{
    font-family: "Century Gothic Bold";
}

.site-header-top {
    padding: 0px 0 0px;
}

.services-section .boxes-style-2 .box-item {
    height: 438px;
}

.btn-linked {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    animation: glowing 1500ms infinite;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 70px;
}

.btn-linked a {
    color: #fff;
    font-size: 17px !important;
    width: 100%;
}

.btn-linked:hover a {
    color: #fff;
}

.btn-linked a:visited {
    color: #fff;
}

@keyframes glowing {
    0% {
        background-color: #009688;
        box-shadow: 0 0 2px #009688;
    }
    50% {
        background-color: #207367;
        box-shadow: 0 0 9px #207367;
    }
    100% {
        background-color: #4bab97;
        box-shadow: 0 0 2px #4bab97;
    }
}

@keyframes glowingred {
    0% {
        background-color: #A21F24;
        box-shadow: 0 0 2px #A21F24;
    }
    50% {
        background-color: #C31F26;
        box-shadow: 0 0 9px #C31F26;
    }
    100% {
        background-color: #ED1E26;
        box-shadow: 0 0 2px #ED1E26;
    }
}

.red-btn{
        color: #fff;
    font-weight: bold;
    /*text-decoration: underline;*/
    border: 1px solid #f00;
    padding: 5px 10px;
        animation: glowingred 1500ms infinite;
}
.red-btn:hover{
    color: #fff;
}
.content-toggle-wrapper {
    margin-bottom: 60px;
}


.content-toggle-heading {
    border-bottom: 4px solid #009688;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-align: center;
        color: #009688;
    font-size: .875rem;
    transition: .3s;
    text-align: center;
    width: 100%;
    font-family: 'Century Gothic Bold';
}

.content-toggle-heading span {
    font-size: 15px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 4px;
}
.content-toggle-heading span:nth-of-type(2){
    display: none;
}
.content-toggle-heading.active span:nth-of-type(2){
    display: block;
}
.content-toggle-heading.active span:nth-of-type(1){
    display: none;
}

.content-toggle-heading span:after {
    content: "\e606";
    top: 4px;
    right: 265px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'simple-line-icons';
    font-size: 12px;
    transform: rotate(90deg);
    /*font-size: 0.5625rem;*/
}
.content-toggle-heading.active span:after{
transform: rotate(-90deg);
}

/*.content-toggle-heading span.d-n {
    display: none;
}*/

.content-toggle-heading:hover {
    cursor: pointer;
}

.content-toggle {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.content-toggle:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: #fff;
    background: linear-gradient(0deg, #fff 0, #ffffff03 100%);
}

.content-toggle.active {
    max-height: initial;
    overflow: inherit;
}

.content-toggle.active:before {
    display: none;
}


.single-content-wrap .article-content-row table tbody tr:not(.is-selected):nth-child(even) td {

}

.service-content .article-heading-small {
    text-align: center;
}

.more-phones {
    overflow: hidden;
    height: 0px;
}

.more-phones.active {
    height: auto;
    overflow: initial;
}

.more-phones-btn {
    font-family: "Century Gothic Bold";
    color: #009688;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 54px;
    right: 113px;
    transition: .3s;
    height: 16px;
}
.more-phones-btn.contact-btn{
        top: 0;
}
.more-phones-btn:hover {
    cursor: pointer;
}

.more-phones-btn.active {
    transform: rotate(180deg);
}

.button-inherit {
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: inherit !important;
}

.button-inherit2 {
    border: 2px solid #009688 !important;
    color: #009688 !important;
    background-color: inherit !important;
}


body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li{
    border-right: none;
}

.topbar-info li {
    /*display: flex;*/
    /*align-items: center;*/
}

.header-phones-relative {
    position: relative;
    width: 130px;
}


.header-phones {
    position: absolute;
    top: -14px;
    background-color: #0D5C62;
    padding: 0px 11px 5px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 169px;
}

.header-phones-item{
    margin-left: 20px;
}
.more-header-phones {
    height: 0;
    overflow: hidden;
}

.more-header-phones.active {
    height: auto;
    overflow: initial;
}

.more-header-phones-btn {
    transition: .3s;
    position: absolute;
    right: 1px;
    top: 4px;
    height: 13px;
}
.more-header-phones-btn:hover{
    cursor: pointer;
}
.more-header-phones-btn img {
    max-width: 13px;
}

.more-header-phones-btn.active {
    transform: rotate(180deg);
}


.sidebar-messenger{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  /*   max-width: 200px; */
    
}
.sidebar-messenger a{
    margin-right: 25px;
}

.sidebar-messenger img{
    width: 24px;
}
/* .box-item{
    display: flex;
    flex-direction: column;
}

.box-item p{
    flex-grow: 1;
} */


#header-inner.home{
    margin-top: 30px;
}
.home-header.site-header.hide-on-scroll #header-inner.home{
    margin-top: 0;
}

.home-header.site-header.hide-on-scroll .button-inherit{
    border: 2px solid #009688 !important;
    color: #009688 !important;
    background-color: inherit !important;
}

#header-inner .sub{
    margin-top: 0;
}


.custom-header.site-header.hide-on-scroll .button-inherit2{
    margin-bottom: 4px;
}

.home-header.site-header.responsive-on-scroll.hide-on-scroll{
    max-height: 65px;
}

.content-with-sidebar{
    padding: 3rem 1.5rem;
}

.bussines-location{
    margin-right: 0 !important;
    padding-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bussines-location .icon{

}
.bussines-location .icon svg{
    fill: #fff;
    width: 15px;
    height: 15px;
}

.adress-icon-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.adress-icon{
    margin-right: 10px;
}
.adress-icon svg{
    fill: #009688;
    width: 30px;
    height: 30px;
}

.blog-single .entry-header .entry-title{
        font-size: 21px;
}
.imgtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.imgtext img{
    max-width: 295px;
}
.imgtext-head{

}
/*.homeslider{
    position: relative;
}
.homeslider .rev-slidebg{
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}*/



.owl-dots{
    display: none;
margin: 0 auto;
    max-width: fit-content;
    text-align: center;
}
.owl-dots .owl-dot{
    background-color: #0D5C62 !important;
    width: 14px;
    height: 4px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;

}
.owl-dots .owl-dot.active{
    background-color: #009688 !important;
        width: 20px;
}

.header-phones-relative.steps{

}

.header-phones-relative.steps .header-phones{
    background-color: inherit;
}
.header-phones-relative.steps{
width: auto;
}
.header-phones-relative.steps .more-header-phones-btn{
right: 0;
    top: 0px;
}
.header-phones-relative.steps .header-phones-item{
    margin-left: 24px;
}
.header-phones-relative.steps .header-phones-item a{
    font-size: 13px;
        color: #fff;
}
.header-phones-relative.steps .header-phones{
width: auto;
    padding: 0;
}
.header-phones-relative.steps .more-header-phones a{
    font-size: 13px;
}
.header-phones-relative.steps .icon-phone:before{
color: #fff;
}
.header-phones-relative.steps .icon-phone{
margin-right: 7px;
}
.header-phones-relative.steps .more-header-phones-btn.active{
    top: 9px;
}

.steps .step-item .step-details .step-title{
    font-size: 16px;
}

.steps-adress .bussines-location{
flex-direction: column;
}
.steps-adress .bussines-location .icon{
    margin-bottom: 13px;
}
.steps-adress-link:hover a p{
    color: #009688 !important;
}
.steps-adress .bussines-location .icon svg{
    width: 50px;
    height: 28px;
}
.steps-adress a{
color: #fff;
}
.steps-adress .steps-adress-link{
text-decoration: underline;
}

#advanced-custom-fields-pro-update .plugin-update{
    display: none;
}
.main-letter{
    color: #009688;
    font-family: 'Century Gothic Bold';
    font-size: 25px;
    margin-bottom: 20px;
}
.float-content{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.galler-content{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.galler-content .service-link{
    width: 50%;
    margin-bottom: 0;
}
.blog-post .entry-header .entry-title a{
        font-size: 19px;
}
.footer-dev{
display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dev-link a{
        font-size: 0.84375rem;
        font-family: 'Century Gothic Bold';
    color: #fff;
}

.blog-post.service-link-v .post-image{
        margin: 0 auto;
    max-width: 245px;
}
.second-logo{
    display: none !important;
}
.home-header.site-header.hide-on-scroll .first-logo{
    display: none;
}
.home-header.site-header.hide-on-scroll .second-logo{
display: block !important;
}
.launch-modal-service:hover{
cursor: pointer;
color: #2b303b;
}

#quote{
    display: none;
}
.sub-menu.active{
    display: block !important;
}
body.responsive-layout header .main-navigation li.menu-down-icon>span:before{
font-size: 10px;
 font-weight: 700;
 color: #000 !important;
}
body.responsive-layout header .main-navigation li.menu-down-icon > span.opened:before{
   font-size: 10px;
font-weight: 700; 
}
#reviews{
    /*display: none;*/
        margin-top: 100px;
}
#reviews .comment.even.thread-even::marker{
    display: none !important;
}
.comment-form-url{
    display: none;
}
.comment-form-comment, .comment-form-author, .comment-form-email{
    display: flex;
    flex-direction: column;
        max-width: 600px;
}
.comment-form-comment #comment{
    min-height: 155px;
    max-width: 600px;
}
#submit{
        background-color: #009688;
    border-color: transparent;
    border: 1px solid transparent;
        display: inline-flex;
    height: 3.6em;
    padding-left: calc(2.9em - 1px) !important;
    padding-right: calc(2.9em - 1px) !important;
    text-transform: capitalize !important;
    color: white !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
        border-radius: 0;
        transition: all 0.5s ease;
        text-align: center;
    white-space: nowrap;
    font-family: 'Century Gothic';
}
#submit:hover{
    background-color: white;
    color: #009688 !important;
        border: 1px solid #009688;
    border-color: #009688;
    cursor: pointer;
}
.comment-list footer.comment-meta{
    background-color: initial !important;
    padding: 0 !important;
}
.comment-list .comment-metadata time{
    color: #009688;
}
.comments-title{
    display: none;
}
#reviews textarea, input:focus{
     color: #009688 !important;
}
.comment-list{
    list-style: none !important;
}
.comment-form-cookies-consent{
    display: none;
}
.review-toggle.seo-text{
    margin-top: 10px;
}
.review-toggle.text.seo-text .seo-readmore__hide{
    max-height: initial !important;
}
.review-toggle.seo-text .seo-readmore__link{
        text-align: left;
    width: auto;
        margin: initial;
}

#reviews #comments{
    margin-left: 0;
    margin-top: 0;
}

#reviews #wpdcom{
    margin-left: 0;
}
#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a{
     color: #009688 !important;
}
#wpdcom .wpd-prim-button{
        background-color: #009688 !important;
            font-family: 'Century Gothic' !important;
}
.wpd-thread-info, .wpd-thread-head, .wpd-form-head {
    display: none  !important;
}
.wpd-rating-value .wpdrt{
       display: none  !important;
}
.wpd-reply-button{
       display: none  !important;
}

.flexible-table.article-content-row.non-scroll > .article-heading-big{
    color: red;
}
.m-tb-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wpd-comment-author {
        color: #009688 !important;
}
#reviews > .container{
    max-width: 100%;
}
#wpdiscuz-comment-message{
    display: none !important;
}
#wpdiscuz-loading-bar{
    display: none !important;
}
.comment ul li{
    list-style-type: none;
}
/*.pageloader{
    display: none !important;
}*/
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value i{
        color: #ffc600;
}
.wpd-custom-field.wpd-cf-rating{
    display: flex;
    justify-content: flex-start;

}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{
        max-width: 85px;
}
.big-letter{
        font-size: 16px;
    line-height: 21px;
}
#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{
    min-height: 54px;
}


.wpd-thread-wrapper.show{
    max-height: 310px;
    overflow: hidden;
}
.wpd-thread-wrapper.show{
    position: relative;
        margin-top: 20px;
    padding-bottom: 50px;

}
.wpd-thread-wrapper.full{
    max-height: initial;
    overflow: inherit;
}

.wpd-thread-wrapper.show::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: #fff;
    /*background: linear-gradient(0deg, #fff 0, #ffffff03 100%);*/
    background: linear-gradient(0deg, #fff 0, #ffffff85 100%);
}
.wpd-thread-wrapper .wpd-thread-more{
    display: none;
}
.wpd-thread-wrapper.show .wpd-thread-more{
    display: block;
}

.wpd-thread-more{
    position: relative;
    text-align: center;
    color: #009688;
    font-size: .875rem;
    transition: .3s;
    text-align: right;
    width: 100%;
    height: 20px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
}
.wpd-thread-more:hover{
    cursor: pointer;
}
.wpd-thread-more.d-n{
    display: none !important;
}
.wpd-thread-wrapper.show.full{
    
}

.wpd-thread-less{
    display: none;
}
.wpd-thread-less{
    position: relative;
    text-align: center;
    color: #009688;
    font-size: .875rem;
    transition: .3s;
    text-align: right;
    width: 100%;
    height: 20px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
}
.wpd-thread-less:hover{
    cursor: pointer;
}
.wpd-thread-less.d-s{
    display: block;
}
/*FAQ*/
.faq {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 25px 0;
}
.faq h3 {
    display: inline-block;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2b303b;
    text-align: center;
    border-bottom: 1px solid #0D5C62;
    padding: 0 0 10px;
    margin: 0 0 10px;
        font-family: 'Century Gothic Bold';
}
.faq-item {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.faq-item .faq-item-title {
    display: inline-block;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2b303b;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAAP1BMVEUAAABdj/hbkPddj/dckPdakPdbkPhbkPdYj/dbkPdbkPdaj/Zaj/Vcj/daj/hbkPhcj/dgj/9ckPdZj/lbkPfOdp0OAAAAFHRSTlMAYN8g73/PjxC/n3BQQDCvgBC/UHy9bdwAAACeSURBVEjH5dRLDgIhFETRooGm/x9l/2vVGLWml4GJSd/xGVQIebpqsYzTSvE91WeZ4aGrr/pI9FLfdYSH+m0m2hWmvYZo841ol4l25UTa44k2X4h2mWi3n1B7PNc1LUS7rUlPTXr8oQ4tOqtBzwLa/5zrWxTXRcI6BXHdRXG9D+I6S1inVVz3UVxPg7ieyf3+PNwq0uHJpNDXdOjPewAaFy5N7wEE7wAAAABJRU5ErkJggg==) no-repeat left center;*/
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwRDVDNjI7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTEsMjU2YzAsNTcuOSw0Ny4xLDEwNSwxMDUsMTA1czEwNS00Ny4xLDEwNS0xMDVjMC0zNS0xNy4xLTY2LjgtNDUtODYuMlYyNTZjMCw1LTIuNSw5LjctNi43LDEyLjVsLTQ1LDMwDQoJCWMtNSwzLjQtMTEuNiwzLjQtMTYuNiwwbC00NS0zMGMtNC4yLTIuOC02LjctNy41LTYuNy0xMi41di04Ni4yQzE2OC4xLDE4OS4yLDE1MSwyMjEsMTUxLDI1NkwxNTEsMjU2eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODYsNTEyVjM4Ny42Yy05LjcsMi4yLTE5LjcsMy40LTMwLDMuNHMtMjAuMy0xLjItMzAtMy40VjUxMkgyODZ6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwMC42LDE5Ni40bC00Ny0xMS41Yy0yLjItNi4xLTQuOC0xMi4yLTcuNy0xOC4ybDI0LjUtNDAuOGMzLjUtNS45LDIuNi0xMy41LTIuMy0xOC4zbC02My42LTYzLjYNCgkJYy00LjktNC45LTEyLjQtNS44LTE4LjMtMi4zbC00MC44LDI0LjVjLTYuMS0yLjktMTIuMi01LjQtMTguMi03LjdsLTExLjUtNDdDMzEzLjksNC43LDMwNy45LDAsMzAxLDBoLTkwDQoJCWMtNi45LDAtMTIuOSw0LjctMTQuNiwxMS40bC0xMS41LDQ3Yy02LjEsMi4yLTEyLjIsNC44LTE4LjIsNy43bC00MC44LTI0LjVjLTUuOS0zLjUtMTMuNS0yLjYtMTguMywyLjNsLTYzLjYsNjMuNg0KCQljLTQuOSw0LjktNS44LDEyLjQtMi4zLDE4LjNsMjQuNSw0MC44Yy0yLjksNi4xLTUuNCwxMi4yLTcuNywxOC4ybC00NywxMS41QzQuNywxOTguMSwwLDIwNC4xLDAsMjExdjkwYzAsNi45LDQuNywxMi45LDExLjQsMTQuNg0KCQlsNDcsMTEuNWMyLjIsNi4xLDQuOCwxMi4yLDcuNywxOC4ybC0yNC41LDQwLjhjLTMuNSw1LjktMi42LDEzLjUsMi4zLDE4LjNsNjMuNiw2My42YzQuOSw0LjksMTIuNCw1LjgsMTguMywyLjNsNDAuOC0yNC41DQoJCWM2LjEsMi45LDEyLjIsNS40LDE4LjIsNy43bDExLjEsNDUuM1YzNzYuOWMtNDQuNC0yMi4xLTc1LTY4LTc1LTEyMC45YzAtMjcuNCw4LjItNTMuNywyMy43LTc2LjNjMTUuMS0yMiwzNi4xLTM4LjksNjAuNy00OC45DQoJCWM0LjYtMS45LDkuOS0xLjMsMTQsMS41YzQuMSwyLjgsNi42LDcuNSw2LjYsMTIuNFYyNDhsMzAsMjBsMzAtMjBWMTQ0LjhjMC01LDIuNS05LjcsNi42LTEyLjRjNC4xLTIuOCw5LjQtMy4zLDE0LTEuNQ0KCQljMjQuNiwxMCw0NS42LDI2LjksNjAuNyw0OC45YzE1LjUsMjIuNSwyMy43LDQ4LjksMjMuNyw3Ni4zYzAsNTIuOS0zMC42LDk4LjgtNzUsMTIwLjl2MTIxLjlsMTEuMS00NS4zYzYuMS0yLjIsMTIuMi00LjgsMTguMi03LjcNCgkJbDQwLjgsMjQuNWM1LjksMy41LDEzLjUsMi42LDE4LjMtMi4zbDYzLjYtNjMuNmM0LjktNC45LDUuOC0xMi40LDIuMy0xOC4zbC0yNC41LTQwLjhjMi45LTYuMSw1LjQtMTIuMiw3LjctMTguMmw0Ny0xMS41DQoJCWM2LjctMS42LDExLjQtNy43LDExLjQtMTQuNnYtOTBDNTEyLDIwNC4xLDUwNy4zLDE5OC4xLDUwMC42LDE5Ni40TDUwMC42LDE5Ni40eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
background-position: left;
    background-repeat: no-repeat;
background-size: 24px 24px;
    border-radius: 4px;
    padding: 5px 5px 5px 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Century Gothic Bold';
}
.faq-item .faq-item-text {
    display: none;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2b303b;
    padding: 0 0 0 55px;
    box-sizing: border-box;
    margin: 20px 0;
    font-family: 'Century Gothic';
}
.faq-item .faq-item-title.active {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwRDVDNjI7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTYsMTUxYy01Ny45LDAtMTA1LDQ3LjEtMTA1LDEwNXM0Ny4xLDEwNSwxMDUsMTA1YzM1LDAsNjYuOC0xNy4xLDg2LjItNDVIMjU2Yy01LDAtOS43LTIuNS0xMi41LTYuN2wtMzAtNDUNCgkJYy0zLjQtNS0zLjQtMTEuNiwwLTE2LjZsMzAtNDVjMi44LTQuMiw3LjUtNi43LDEyLjUtNi43aDg2LjJDMzIyLjgsMTY4LjEsMjkxLDE1MSwyNTYsMTUxTDI1NiwxNTF6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMjg2aDEyNC40Yy0yLjItOS43LTMuNC0xOS43LTMuNC0zMGMwLTEwLjMsMS4yLTIwLjMsMy40LTMwSDBWMjg2eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMTUuNiw1MDAuNmwxMS41LTQ3YzYuMS0yLjIsMTIuMi00LjgsMTguMi03LjdsNDAuOCwyNC41YzUuOSwzLjUsMTMuNSwyLjYsMTguMy0yLjNsNjMuNi02My42DQoJCWM0LjktNC45LDUuOC0xMi40LDIuMy0xOC4zbC0yNC41LTQwLjhjMi45LTYuMSw1LjQtMTIuMiw3LjctMTguMmw0Ny0xMS41YzYuNy0xLjYsMTEuNC03LjcsMTEuNC0xNC42di05MA0KCQljMC02LjktNC43LTEyLjktMTEuNC0xNC42bC00Ny0xMS41Yy0yLjItNi4xLTQuOC0xMi4yLTcuNy0xOC4ybDI0LjUtNDAuOGMzLjUtNS45LDIuNi0xMy41LTIuMy0xOC4zbC02My42LTYzLjYNCgkJYy00LjktNC45LTEyLjQtNS44LTE4LjMtMi4zbC00MC44LDI0LjVjLTYuMS0yLjktMTIuMi01LjQtMTguMi03LjdsLTExLjUtNDdDMzEzLjksNC43LDMwNy45LDAsMzAxLDBoLTkwDQoJCWMtNi45LDAtMTIuOSw0LjctMTQuNiwxMS40bC0xMS41LDQ3Yy02LjEsMi4yLTEyLjIsNC44LTE4LjIsNy43bC00MC44LTI0LjVjLTUuOS0zLjUtMTMuNS0yLjYtMTguMywyLjNsLTYzLjYsNjMuNg0KCQljLTQuOSw0LjktNS44LDEyLjQtMi4zLDE4LjNsMjQuNSw0MC44Yy0yLjksNi4xLTUuNCwxMi4yLTcuNywxOC4yTDEzLjIsMTk2aDEyMS45YzIyLjEtNDQuNCw2OC03NSwxMjAuOS03NQ0KCQljMjcuNCwwLDUzLjcsOC4yLDc2LjMsMjMuN2MyMiwxNS4xLDM4LjksMzYuMSw0OC45LDYwLjdjMS45LDQuNiwxLjMsOS45LTEuNSwxNGMtMi44LDQuMS03LjUsNi42LTEyLjQsNi42SDI2NGwtMjAsMzBsMjAsMzBoMTAzLjINCgkJYzUsMCw5LjcsMi41LDEyLjQsNi42YzIuOCw0LjEsMy4zLDkuNCwxLjUsMTRjLTEwLDI0LjYtMjYuOSw0NS42LTQ4LjksNjAuN0MzMDkuNywzODIuOCwyODMuNCwzOTEsMjU2LDM5MQ0KCQljLTUyLjksMC05OC44LTMwLjYtMTIwLjktNzVIMTMuMmw0NS4zLDExLjFjMi4yLDYuMSw0LjgsMTIuMiw3LjcsMTguMmwtMjQuNSw0MC44Yy0zLjUsNS45LTIuNiwxMy41LDIuMywxOC4zbDYzLjYsNjMuNg0KCQljNC45LDQuOSwxMi40LDUuOCwxOC4zLDIuM2w0MC44LTI0LjVjNi4xLDIuOSwxMi4yLDUuNCwxOC4yLDcuN2wxMS41LDQ3YzEuNiw2LjcsNy43LDExLjQsMTQuNiwxMS40aDkwDQoJCUMzMDcuOSw1MTIsMzEzLjksNTA3LjMsMzE1LjYsNTAwLjZMMzE1LjYsNTAwLjZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==');
background-position: left;
    background-repeat: no-repeat;
background-size: 24px 24px;
}
.faq-item .faq-item-text.active{
    display: block;
}
.wpd-rating-stars{
    display: none !important;
}
.tec-wpd-rating-stars{
        /*display: none !important;*/
            display: flex !important;
    justify-content: center !important;
}
.tec-wpd-rating-stars{
    margin-top: 7px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: center !important;
}
.tec-wpd-rating-stars svg {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    margin-right: -3px !important;
}
.tec-wpd-rating-stars svg .wpd-active {
    fill: #ffc600 !important;
}
.tracking-steps-section {
    background-image: url(../images/background/back-2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 6rem 1.5rem 10rem;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.swiper-wrapper-gal{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
 
  }
  .swiper-wrapper-gal .swiper-button-prev {
      /* top: 280px; */
/*       background-color: var(--main-color);
      color: #fff;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      color: #009688;
      position: absolute; */


      background-color: #fff;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      color: #009688;
      position: absolute;
  }

  .swiper-wrapper-gal .swiper-button-next {
   /*  top: 280px; */
/*     background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #009688;
    position: absolute; */

    background-color: #fff;;
    color: #fff;
    border-radius: 50%;
    width: 45px;
      height: 45px;
    color: #009688;
    position: absolute;
}

.boiler-slide-img img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    width: 100%;
}

.boiler-slide-img {
   margin-bottom: 30px;
  /*  padding-left: 1px;
   padding-right: 1px; */
}

.post_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.post_flex .service-image{
-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.article-content-row-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.heading-flex{
    width: 100%;
}

.main__row-spec{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 15px;
    margin-bottom: 50px;
}

.main__row-spec > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.main__row-spec > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.main__row-spec > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.article-content-main{
    position: relative;
    width: 40%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.article-content-main::before{
    position: absolute;
    left: 0;
    bottom: 4px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}
.article-content-main span{
    position: relative;
    display: inline-block;
    padding-right: 5px;
    background-color: #fff;
}
.article-content-main-descr p{
    margin-bottom: 0px!important;
}

.article-content-main-descr{
    width: auto;
}
.main__row-spec img{
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.heading-flex .heading-title{
    margin-bottom: 40px!important;
}
.main__row-spec .box-img{
    width: 100%;
    height: 300px;
}

.m--b{
    margin-bottom: 30px;
}

.swiper-wrapper-work{
    overflow: hidden;
    position: relative;
  }

  .swiper-wrapper-work .swiper-button-prev {
      /* top: 280px; */
      background-color: #fff;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      color: #009688;
      position: absolute;
  }

  .swiper-wrapper-work .swiper-button-next {
   /*  top: 280px; */
    background-color: #fff;;
    color: #fff;
    border-radius: 50%;
    width: 45px;
      height: 45px;
    color: #009688;
    position: absolute;
}
.swiper-pagination {
   /*  background-color: red;
    width: 25px!important;
    height: 25px!important;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 20px; */
    position: unset!important;
    top: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
.dots{
    background-color: red;
    width: 12px;
    height: 12px;
}

 .swiper-pagination-bullet-active{
    background-color: #009688!important;
    width: 12px!important;
    height: 12px!important;
}

 .swiper-pagination-bullet{
    background-color: #009688!important;
    width: 12px!important;
    height: 12px!important;
}

.boiler-row{
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.service-boyler-title {
    /* color: #009688; */
    font-family: 'Century Gothic Bold';
    font-size: 19px;
    line-height: 22px;
    
    text-align: center;
    max-width: 200px;
    /* text-decoration: underline; */
}
.swiper-slide.boiler-row{
    margin-top: 30px;
}

/* .swiper-button-prev {
    left: auto!important;
    right: auto!important;
}
.swiper-button-next {
    left: auto!important;
    right: auto!important;
} */
.service-num{
    text-align: center;
    margin-bottom: 30px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto!important;
    right: auto!important;
}

.main__row-title{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Century Gothic';
    line-height: 1.45;
    font-weight: 500;
    font-size: 1.5em;
}
.title-single{
    font-weight: 700!important;
}
.spec__content{
    border: 1px solid #DDDDDD;
    padding: 15px;
    min-height: 270px;
}
.spec__content h3{
    font-weight: 700;
  
}
.post_flex .heading-title::after{
    display: none;
}

.post_flex .service-image{
     margin: 0px !important; 
     padding-top: 0px !important;
}

.article-content-row{
    width: 100%;
}

.article-content-row iframe{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}


.launch-modal-item{
    margin-bottom: 40px;
}
.new--single .button{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
}

.swiper-wrapper-work .swiper-button-prev:after{
    font-size: 14px!important;
}

.swiper-wrapper-work .swiper-button-next:after{
    font-size: 14px!important;
}

.swiper-wrapper-gal .swiper-button-prev:after{
    font-size: 14px!important;
}

.swiper-wrapper-gal .swiper-button-next:after{
    font-size: 14px!important;
}

.inner__serwices-row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 15px;
    
}

.inner__serwices-row > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    
}

.inner__serwices-row > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    
}

.inner__serwices-row > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    
}

.inner__serwices-item {
    min-height: 270px;
    background-color: #fafafa;
    padding: 15px;
}
.serwices-item-rows{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    height: 80px;
}
.serwices-item-rows .serwices-item-top p{
    margin-bottom: 0px;
}
.serwices-item-top{
    /* text-align: center; */
    color: #000;
    font-size: 22px;
    font-weight: 600;
   
}
.serwices-item-icons img{
    max-width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
}
.serwices-item-icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
}


.boiler-slide-img span{
    border: 1px solid #009688;
    background-color: #fff;
    color: #363636;
}

.boiler-slide-img span:hover{
    text-transform: capitalize;
    font-family: 'Century Gothic';
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;
    background-color: #009688;
    outline: none;
    border-radius: 0;
    font-weight: 500;
}


.owl-item{
    border-right: 1px solid red;
  }
  .owl-carousel .owl-wrapper-outer{
    width: 90% !important;
  }

/*   .swiper-slide{
    border-right: 1px solid rgb(175, 165, 165);
    height: 50%!important;
    
  } */


/*   .swiper-wrapper-gal .swiper-slide::after{
position: relative;
} */

/* .swiper-wrapper-gal .swiper-slide::after{
    content: '';
    height: 50%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 22%; 
    background-color:#eae4e4
}
 */

/* .swiper-wrapper-gal .swiper-slide-active::after{
    content: '';
    height: 50%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 22%; 
    background-color:#eae4e4
} */

.swiper-wrapper-gal .swiper-slide{
    position: relative;
}
.swiper-wrapper-gal .swiper-slide-active::after {
  /*   border-right: 2px solid #b0a6a6; */

    content: '';
    height: 50%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 22%; 
    background-color:#eae4e4
}

.swiper-wrapper-gal .swiper-slide-next::after {
   /*  border-right: 2px solid #b0a6a6; */

    content: '';
    height: 50%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 22%; 
    background-color:#eae4e4
}

/* .swiper-wrapper-gal .swiper-slide-next{
    position: relative;
} */



.post_flex_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
}
.btn-boyler-ac span{
    font-size: 30px;
    margin-right: 10px;
  }
.btn-boyler {
    margin: 0 0 30px!important;
    width: 70%;

}

.btn-boyler-ac {
    margin: 0 0 30px 30px!important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* animation: blink 3s linear infinite !important; */
    font-family: 'Century Gothic Bold';
    height: 4.1em !important;
    padding: 15px!important;

}

.heading-flex-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.btn-boyler-list{
    border: 1px solid #009688;
    padding: 10px 20px;
}

.btn-boyler-ac:hover{
    background-color: #009688;
}

 .new-work-item img{
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
 }

 .works.image-hover .new-work-item {
    height: 380px!important;
    -o-object-fit: cover!important;
       object-fit: cover!important;

    max-height: 100%!important;
 }

 .swiper-wrapper-gal-new{
    overflow: hidden;
    background-color: rgb(0, 150, 136, 0.2);
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;

 }

 .swiper-wrapper-gal-new .swiper-button-prev {

    background-color: #009688;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    display: flex!important;
    align-items: center;
    justify-content: center;
    left: 10px!important;
}
.swiper-wrapper-gal-new .swiper-button-prev:after {
    font-size: 14px!important;
}
.swiper-wrapper-gal-new .swiper-button-next {
 
    background-color: #009688;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.swiper-wrapper-gal-new .swiper-button-next:after {
    font-size: 14px!important;
}
/*  .new-swiper{
    width: 200px;
 } */

 .boiler-row-new{
 /*    width: calc(100% - 10px);
    flex: 0 0 30.8%; */
    /* background-color: #4b505d; */

 }

 .boiler-row-new .boiler-slide-img-new-a{
 
     -webkit-box-flex: 1;
 
         -ms-flex-positive: 1;
 
             flex-grow: 1;
     text-align: center;
     
 }

 .class-ul-new-mt{
margin-top: 20px;
 }
.boiler-slide-img-new{
    padding-bottom: 20px;
}
 .boiler-slide-img-new img{
    height: 260px;
    margin-bottom: 20px;
    -o-object-fit: contain;
       object-fit: contain;
 }

 .boiler-row-new .service-boyler-title{
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
 }

 .boiler-row-new .service-boyler-title::after{
    content: " ";
    display: block;
    width: 50px;
    background: #009688 ;
    height: 2px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 auto;
    text-align: center;
    right: 34%;
    margin-top: 10px;
 }


 .boiler-row-new .button{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #009688 ;;
 }

 .swiper-slide-border{
    background: #fff;
/*     padding: 30px; */
padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    height: 100%;
 }

 .boyler__info::before {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: 7px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #009688 ;
    }
    .boyler__price::before {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: 11px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #009688 ;
    }
    .boyler__price{
        position: relative;
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 900;
        width: 120%;
    }
    .boyler__info{
        position: relative;
        list-style-type: none;
        line-height: 20px;
        font-size: 14px!important;
        margin-top: 0px!important;
        padding-bottom: 5px!important;
        padding-top: 0px!important;
    }

    .flex-cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        
    /* margin-bottom: -100px; */

    }

    .class-ul-new{
        margin-left: 20px!important;
        margin-top: 0px!important;
        width: 100%;
}
    
.flex-cont .swiper-button-next {
    display: none;
}
.flex-cont .swiper-button-prev {
    display: none;
}
/* .new--single  */


.breadcrumb_last{
    color: #009688;
    margin-left: 10px;
}

.breadcrumb li + li::before {
   display: none;
}

.breadcrumbs{
    list-style-type: none;
    display: flex;
    margin: 0 0 0 0;
}

.pathway span{
    margin-right: 5px;
    color: #2b303b;
}

.pathway{
    font-weight: 600;
    color: #2b303b;
    position: relative;
}

.breadcrumbs .divider{
    position: absolute;
}
#messengers{
	padding-bottom:20px;
}
.viber{
	background-color: #7360F2;	
}
.telega{
	background-color: #229ED9;	
}
.whatsapp{
	background-color: #25D366;	
}
.viber, .telega, .whatsapp{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}
#messengers a{
	display: inline-block;
	width:100%;
	color:#fff;	
	text-align: center;
	font-size:1rem;
	font-weight:700;
}
.viber a:hover, .telega a:hover, .whatsapp a:hover{
	color:#fff;	
}
@media only screen and (min-width: 1023px) {
	header .main-navigation li.two-cols ul li {width: calc(50% - 20px); float: left; min-width: 1px;}
	header .main-navigation li.two-cols ul {min-width: 520px;}
}