/*
Theme Name: bulldog
Theme URI:
Author:
Author URI:
Description:
Version: 1.0

*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body ::selection {color: #fff; background: #000;}
body ::-moz-selection {color: #fff; background: #000;}
.swiper-slide:not(:first-child){display: block;}
html.overflow-menu, html.overflow-menu body{overflow: hidden;}
.no-border{
    border-width: 0;
}
*{-webkit-locale: auto;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry,.swiper-control-wrapper{position: relative;}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper{cursor:pointer 16 9, ew-resize;}
.swiper-slide{background-size: cover; background-position: center center; position: relative;backface-visibility: hidden;}

.swiper-entry.hide-arrow .swiper-button-prev, .swiper-entry.hide-arrow .swiper-button-next{display:none;}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{opacity:0.65;}
/*swiper pagination*/
.swiper-pagination{line-height:0;z-index:2;text-align:right;}
.swiper-pagination-bullet{width:16px;height:16px;border-radius:0;background:#000;border:1px solid #000;opacity:1;margin: 0 5px!important;-webkit-transition:0.3s;transition:0.3s;outline:none;}
.swiper-pagination-bullet-active{background:#fff;border-color:#000;}
.swiper-pagination.swiper-pagination-relative{position:relative;margin-top:35px;bottom:auto;width: calc(100% + 23px);}
/*simple slider*/
.simple-slider .photo-block{position: relative;overflow:hidden;padding-bottom:56%;}
.simple-slider .photo-block .lightbox{display:block;position: initial;}
/*media*/
@media(min-width:1200px){
  .swiper-button-prev:hover i:before, .swiper-button-next:hover i:before{border-color:#000;}
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{background:#fff;}
}
@media(max-width:991px){
  .wrapp-arrow{right: 15px;bottom: 30px;width: 80px;}
}
@media(max-width:767px){
  .swiper-pagination-bullet{margin: 0 6px!important;}
  .swiper-button-prev i:before, .swiper-button-next i:before{border-color:#009fe3;}
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(33, 33, 33, 0.6);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    letter-spacing: 0;
    text-align: center;
}

.popup-content.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 22px;
    text-align: center;
}
.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0 4px 0 0;
}


.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    max-width: 430px;
    z-index: 1;
    padding: 80px 70px 65px;
}
.popup-container .popup-title {
    font-size: 15px;
    color: #212121;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.popup-container p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}
.popup-container p a {
    color: #f37046;
    border-bottom: 1px solid #f37046;
}
.popup-container .btn {
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
}

.wrapper-top .phone {
    font-size: 20px;
    color: #212121;
    letter-spacing: 3.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}
.flex_form_wr form p,
.form-order p,
.wrapper-top p {
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.popup-content  .form-order p{
    margin-bottom: 35px;
}
.flex_form_wr,
.form-order{
    padding-top: 20px;
}
.popup-content  .form-order .form-control{
    width: 100%;
    margin-bottom: 15px;
}
.popup-content  .form-order .btn{margin-top: 0;}

@media ( min-width:1200px ){
    .popup-container p a:hover {
        border-color: transparent;
    }
}
@media ( max-width:1200px ){
    .popup-container{padding: 60px 50px 45px;}
}
@media ( max-width:757px ){
    .popup-container{padding: 50px 30px 40px;}
    .btn-close{
        top: 10px;
        right: 15px;
    }
}


/*----------index ABOUT---------------*/

.index-about {
    background: #e8e8e8;
    padding: 110px 0 60px;
}

.index-about .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-about .text {
   padding-bottom: 70px;
}
.index-about p {
    font-size: 15px;
    color: #212121;
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.index-about form p{
    margin-bottom: 0;
}
.index-about .block-title {
    margin-bottom: 70px;
}
.index-about .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.index-about .list li{
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    margin-bottom: 16px;
    width: calc(50% - 20px);
    padding-left: 25px;
    position: relative;
}
.index-about .list li:after{
    content: "";
    position: absolute;
    background: url(/wp-content/themes/bulldog/icon/arrow-orange.svg) center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.index-about.black > *{color: #fff;}
.index-about.black{
    padding: 70px 0 100px;
    background: #212121;
}
.index-about.black li,
.index-about.black p{
    color: #fff;
}

.faq {
    background: #e8e8e8;
    padding: 60px 0;
}
.faq .block-title {
    margin-bottom: 80px;
}
.accordeon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accordeon .col-6 {
    width: calc(50% - 10px);
}
.accordeon-item {
    margin-bottom: 20px;
}
.accordeon .ai-header {
    padding: 15px 90px 15px 75px;
    font-size: 20px;
    color: #212121;
    line-height: 1.1;
    letter-spacing: 0.5px;
/*    text-transform: uppercase;*/
    border: 3px solid rgb(243, 112, 70);
    border-radius: 10px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.active .ai-header {
    border-color: #212121;
    background: #212121;
    color: #fff;
}
.accordeon .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 46px;
    height: 46px;
    transition: all 0.3s;
    fill:rgb(243, 112, 70);
}
.accordeon .active .icon{
    transform: translateY(-50%) rotate(90deg);
    fill:#fff;
}
.accordeon-inner {
    padding: 40px 10% 22px 75px;
    display: none;
}
.accordeon-inner p {
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/*GALLERY*/
.gallery {
    padding: 60px 0;
    background: #e8e8e8;
    overflow: hidden;
}
.gallery .container {
    max-width: 1265px;
    padding: 0 120px;
}
.insta_gallery_wr .container {
    max-width: 100%;
    padding: 0;
}
.gallery.type2 .container{
    max-width: 1200px;
    padding: 0 180px;
}
.gallery .block-title {
    margin-bottom: 75px;
}
.gallery .tag {
    font-size: 25px;
    color: #f37046;
    text-transform: initial;
}

.gallery-slider .clients-slider {
    overflow: visible;
}

.gallery-slider .photo {
    display: block;
    background-size: cover;
    background-position: center;
}
.gallery-slider .photo:before {
    content: "";
    padding-top: 100%;
    display: block;
}
.gallery-slider .button{
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    right: -120px;
}
.gallery-slider .swiper-button-prev {
    display: none;
}
.type2 .gallery-slider .button{
    right: -165px;
    background-color: transparent;
    width: 52px;
    height: 102px;
}
.type2 .gallery-slider .button img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 180%;
    max-height: 210%;
    width: 180%;
}

/*map*/
.map {
    background: #e8e8e8;
    padding: 60px 0 0;
}
.map .block-title {
    margin-bottom: 50px;
}
.map .list-route {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 35px;
}
.map a {
    position: relative;
    margin-bottom: 20px;
    font-size: 0;
    display: flex;
    align-items: center;
    min-height: 41px;
}
.map a:hover:after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: 2px;
    left: 0;
    width: 100%;
    background: #f37046;
}
.map a:not(:last-child) {
    margin-right: 35px;
}
.map img {
    width: auto;
    max-width: 100%;
}
.map .map-frame {
    height: 500px;
    width: 100%;
}


/*FOOTER*/
.footer{
    padding: 100px 0 80px;
    background: #212121;
}
.footer .menu{
display: none;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.footer-inner .col-3 {
    width: calc(25% - 10px);
}
.footer-inner .col-4 {
    width: calc(33.33% - 10px);
}
.footer-inner .col-5 {
    width: calc(41.66% - 10px);
}
.footer-inner .nav ul {
    max-width: 200px;
}
.footer-inner .nav li:not(:last-child) {
    margin-bottom: 12px;
}
.footer-inner .nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    display: block;
    letter-spacing: 2px;
}
.footer-inner .phone:hover,
.footer-inner .nav a:hover {
    color: #f37046
}
.footer-inner .phone ,
.footer-inner .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    display: table;
    letter-spacing: 2px;
}
.footer-inner .title{
    margin-bottom: 12px;
}
.footer-inner .location {
    margin-top: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.footer-inner .work-time {
    color: #7e7f80;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.3;
}
.footer-inner .social li {
    text-align: right;
    font-size: 0;
    margin-bottom: 5px;
}
.footer-inner .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}
.footer-inner img {
    position: absolute;
    max-width: inherit;
    width: 70px;
    height: 70px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.footer-inner .inst img{
    width: 48px;
    height: 48px;
}

.footer-info {
    display: flex;
    align-items: center;
}
.footer-info .item {
    display: flex;
    margin-right: 25px;
    align-items: center;
}
.footer-info .icon {
    width: 85px;
}
.footer-info .icon img{
    max-width: inherit;
    width: calc(100% + 24px);
    margin: 0 -12px;
}
.footer-info .text {
    width: calc(100% - 85px);
    padding-left: 15px;
    font-size: 0;
}
.footer-info  p {
    font-size: 8.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.footer-info  a {
    font-size: 8.5px;
    color: #f37046;
    text-transform: uppercase;
    border-bottom: 1px solid #f37046;
    display: table;
}


/*WORK STEPS*/
.work-step {
    background: #e8e8e8;
    padding: 60px 0 10px;
}
.work-step .block-title {
    margin-bottom: 60px;
}
.work-step .list {
    display: flex;
    flex-wrap: wrap;
}
.work-step .item {
    width:calc(33.33% - 13.33px);
    display: flex;
    margin-bottom: 35px;
}
.work-step .item:not(:nth-child(3n)) {
    margin-right: 20px;
}
.work-step .icon {
    font-size: 0;
    width: 100px;
    padding-top: 10px;
    max-height: 60px;
}
.work-step img {
    max-height: 100%;
    width: auto;
}
.work-step .text {
    width: calc(100% - 100px);
}
.work-step .text b {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
}
.work-step .text p {
    line-height: 22px;
    color: #212121;
    font-size: 15px;
    letter-spacing: 2px;
}

.type {
    padding: 140px 0 65px;
    background: #e8e8e8;
}
.type .block-title {
    margin-bottom: 100px;
}
.type-list {
    margin-bottom: 140px;
}
.type-list .item {
    display: flex;
    flex-wrap: wrap;
}
.type-list .item:not(:last-child) {
    margin-bottom: 150px;
}
.type-list .icon {
    width: 105px;
    padding-top: 10px;
    padding-right: 14px;
}
.type-list .icon img {
    max-height: 50px;
    width: auto;
}
.type-list .info {
    width: calc(45% - 105px);
}
.type-list .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.type-list li ,
.type-list p {
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 45px;
    max-width: 280px;
    letter-spacing: 0.5px;
}
.type-list .subtitle {
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}
.type-list ul {
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.type-list li {
    margin-bottom: 1px;
    position: relative;
    padding-left: 12px;
}
.type-list li:after {
    content: "–";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    font-weight: 300;
}
.type-list .price {
    border-width: 3px;
    border-color: rgb(243, 112, 70);
    border-style: solid;
    border-radius: 10px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    font-size: 15px;
    color: #f37046;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;

}
.type-list .image {
    width: 55%;
    padding: 0 4%;
    text-align: center;
}


@media (max-width:1480px){
    .index-about{padding: 80px 0 50px;}
    .index-about .block-title{margin-bottom: 55px;}
    .index-about p{font-size:14px; margin-bottom: 25px;}
    .index-about .list li{font-size:14px; margin-bottom: 12px}
    .index-about .list{
        padding-bottom: 20px;
    }
    .index-about .text{padding-bottom: 60px;}

    .gallery,
    .faq{
        padding: 50px 0;
    }
    .faq{
        padding-bottom: 35px;
    }
    .faq .block-title{margin-bottom: 60px}
    .accordeon .ai-header {
        padding: 20px 60px 20px 45px;
        font-size: 18px;
        border-width: 2px;
    }
    .accordeon-inner {
        padding: 24px 8% 10px 45px;
    }
    .accordeon .icon{
        width: 40px;
        height: 40px;
    }
    .gallery .block-title{
        margin-bottom: 55px;
    }
    .map .list-route{
        padding-bottom: 25px;
    }

    .map a:nth-child(1) img{max-height: 34px;}
    .map a:nth-child(2) img{max-height: 26px;}
    .map .map-frame{
        height: 420px;
    }
    .map{
        padding-top: 45px;
    }
    .footer{
        padding: 80px 0 40px;
    }
    .footer-inner{
        padding-bottom: 20px;
    }
    .footer-inner .work-time,
    .footer-inner .location,
    .footer-inner .phone, .footer-inner .title,
    .footer-inner .nav a{
        font-size: 12px;
    }
    .type2 .gallery-slider .photo:before{
        padding-top: 75%;
    }
    .index-about.black{
        padding: 50px 0 70px;
    }
    .type {
        padding: 100px 0 45px;
    }
    .type .block-title{
        margin-bottom: 80px;
    }
    .type-list .price{
        border-width: 2px;
        height: 58px;
        padding: 0 20px;
    }
    .type-list .icon{
        width: 90px;
    }
    .type-list .info {
        width: calc(45% - 90px);
    }
    .type-list .icon img{
        max-height: 40px;
    }
    .type-list .item:not(:last-child) {
        margin-bottom: 110px;
    }
    .type-list {
        margin-bottom: 80px;
    }
    .type-list .title{
        font-size: 20px;
    }
    .accordeon-inner p{font-size: 14px;}
}
@media (max-width:1200px){
    .type-list .title{
        font-size: 18px;
    }
    .type-list .subtitle,
    .type-list li, .type-list p{font-size: 14px;}
    .index-about {
        padding: 70px 0 40px;
    }
    .index-about .block-title{
        margin-bottom: 45px;
    }
    .index-about .list li,
    .index-about p{
        font-size: 14px;
    }
    .index-about p{
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .index-about .list{
        padding-bottom: 15px;
    }
    .index-about .text{
        padding-bottom: 50px;
    }
    .gallery,
    .faq{
        padding: 40px 0;
    }

    .faq{
        padding-bottom: 20px;
    }
    .faq .block-title{
        margin-bottom: 55px;
    }
    .accordeon .ai-header {
        padding: 15px 50px 15px 30px;
        font-size: 15px;
        border-width: 2px;
        text-transform: inherit;
    }
    .accordeon .icon{
        right: 6px;
        width: 30px;
        height: 30px;
    }
    .accordeon-inner {
        padding: 20px 5% 15px 30px;
    }
    .accordeon-inner p{
        text-transform: inherit;
    }
    .gallery .tag{
        font-size: 20px;
    }
    .map .map-frame{
        height: 400px;
    }
    .footer{
        padding: 70px 0 30px;
    }
    .gallery.type2 .container,
    .gallery .container {
        padding: 0 60px;
    }
    .type2 .gallery-slider .button {
        right: -60px;
        background-color: transparent;
        width: 47px;
        height: 80px;
    }
    .work-step .item {
        width: calc(50% - 10px);
        margin-bottom: 35px;
    }
    .work-step .item:not(:nth-child(3n)){margin-right: 0}
    .work-step .list{
        justify-content: space-between;
    }
    .type-list .item:not(:last-child) {
        margin-bottom: 90px;
    }
}

@media (max-width:767px){
    .type .block-title{
        margin-bottom: 55px;
    }
    .type{
        padding: 80px 0 40px;
    }
    .type-list .item:not(:last-child) {
        margin-bottom: 70px;
    }
    .gallery.type2 .container{
        padding: 0 30px;
    }
    .type2 .gallery-slider .button {
        right: -36px;
        background-color: transparent;
        width: 45px;
        height: 50px;
    }
    .footer-inner .col-3,
    .footer-inner .col-4{
        width: calc(50% - 10px)
    }
    .footer .social {
        width: 100%;
        padding-top: 40px;
    }
    .footer .social ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .social li{
        padding: 0 5px;
    }
    .footer-inner{
        padding-bottom: 20px;
    }
    .footer-info{
        justify-content: center;
    }
    .work-step .item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .work-step .text{
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }
    .work-step .icon{
        text-align: center;
        padding: 0;
    }
    .work-step .icon{
        max-height: 36px;
    }
    .type-list .icon{
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
    }
    .type-list .info{
        width: 50%;
        padding-right: 25px;
    }
    .type-list .image{
        width: 50%;
        padding: 0;
    }
    .type-list ul,
    .type-list p{
        margin-bottom: 30px;
    }
}
@media (max-width:680px){

    .work-step .text b,
    .work-step .text p{
        font-size: 13px;
    }
/*    .index-about p{display: none;}*/
    .index-about .list li{
        width: 100%;
    }
    .index-about .list{
        max-width: 95%;
        margin: auto;
    }
    .accordeon .col-6{
        width: 100%;
    }
    .gallery-slider .button {
        width: 46px;
        height: 46px;
        right: -56px;
    }
    .gallery .block-title{
        margin-bottom: 40px;
    }
    .map{
        padding-top: 30px;
    }
    .map .block-title{
        margin-bottom: 30px;
    }
    .map a{
        max-width: 40%;
    }
    .map a:nth-child(2) img{max-height: 22px;}

    .footer-info{
        display: table;
        margin: auto;
    }
    .footer-info .item{
        margin-right: 0;
        margin: 0 auto -15px;
    }
    .footer{
        padding: 60px 0 50px;
    }
    .map .list-route{
        justify-content: center;
    }
    .map a{
        margin: 0 10px 15px!important;
    }
    .footer-inner .phone, .footer-inner .title,
    .footer-inner .nav a{
        font-size: 12px;
    }
    .type-list .icon{
        margin-bottom: 250px;
    }
    .type-list .info{
        max-width: 300px;
        width: 100%;
        padding-right: 0;
        margin: auto;
    }
    .type-list .image{
        width: 100%;
        max-width: 260px;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 75px;
        text-align: center;
        margin: auto;
    }
    .type-list .item{
        position: relative;
    }
    .type-list .price{
        max-width: 300px;
        margin: auto;
        width: 100%;
        height: 50px;
        font-size: 14px;
        justify-content: center;
    }
    .type-list ul, .type-list p{margin-bottom: 24px;}
    .type-list .icon img{
        max-height: 34px;
    }
    .accordeon .ai-header {
        padding: 12px 45px 12px 20px;
        font-size: 14px;
    }
    .accordeon-inner{
        padding: 20px 20px 10px 20px;
    }
}
@media (max-width:360px){
    .wrapper-top .phone{
        letter-spacing: 2.5px;
    }
}

.flex_form_wr .wpcf7 form .wpcf7-response-output{
	color:#fff;
}
.popup-container .wpcf7 form.invalid .wpcf7-response-output,
.popup-container  .wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: #fff;
}





/*PRICES*/

.price{
    background: #e8e8e8;
    padding: 25px 0 15px;
}
.price .accordeon-item{
    width: 100%;
}
.price .block-title{
    margin-bottom: 65px;
}
.price .accordeon .ai-header{
    letter-spacing: 1.5px;
    text-transform: uppercase;
} 
.price .td-title{
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    text-align: center;
    color: #f37046;
    font-size: 15px;
    font-weight: 500;  
    text-transform: initial;
}
 
.price-table table {
    width: 100%;
    margin-top: 20px;
} 
.price-table thead td {
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}
.price-table span { 
    white-space: nowrap;
    display: inline-block; 
    border-bottom: 1px solid #212121;
    transition: all 0.3s;
} 
.price-table span:hover{
    border-color: rgb(243, 112, 70);
    cursor: pointer;
}
.price .active .ai-header{
    color: #212121;
    border-color: rgb(243, 112, 70);
    background-color: transparent;
}
.price .active .icon{
    fill:rgb(243, 112, 70);
}
.price-table tbody td {
    color: #212121;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 15px;
}
.price-table td:not(:first-child){
    text-align: center;
    padding: 0 5px 15px;
} 
.mob-not-full td:first-child {
    width: 40%;
}
.mob-not-full td {
    width: 15%;
}

.mob-not-full tbody td:not(:first-child){
    font-weight: 400;
}

.table-mob-full td:first-child {
    width: 50%;
}
.table-mob-full td {
    width: 25%;
}

.price-table-info {
    padding: 35px 0 30px;
}
.price-table-info p {
    color: #f37046;
    font-size: 15px;
    font-weight: 500;
} 
.price-table-info li {
    font-size: 15px;
    color: #212121;
    font-weight: 300;
}


.price-info {
    padding-top: 35px;
}
.price-info p {
    font-size: 15px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.price-info b {
    font-weight: 600;
}
.price-info span {
    font-weight: 500;
}




@media ( min-width:767px ){
    .only-mob{
        display: none;
    }
} 
@media ( max-width:767px ){
    .price-info p{
        font-size: 14px;
        line-height: 1.5;
    }
    .price .accordeon-inner{
        padding: 20px 0 15px;
    }
    .price-table {
        position: relative;
    }
    .price-table-nav {
        display: flex;
        align-items: center;
        position: absolute;
        right: -17px;
        top: -10px;
        width: 169px;
        justify-content: space-between;
        z-index: 25;
    }
    .mob-not-full{
        padding-top: 0px;
    } 
    .price-table-nav .arrow {
        width: 38px;
        height: 38px;
    } 
    .price-table-nav .arrow.left{
        transform: rotate(180deg);
    }
    
    .mob-not-full td:nth-child(3),
    .mob-not-full td:nth-child(4), 
    .mob-not-full td:last-child{
        display: none;
    }
    
    .price-table tbody td{
        font-size: 14px;
        vertical-align: middle;
    }
    .price-table thead td{
        font-size: 13px;
    }
    .price .block-title{
        margin-bottom: 40px;
    }
    .price-info p{
        font-size: 14px;
    }
    .price-table-info {
        padding: 20px 0 10px;
    }    
    .price-info{
        padding-top: 15px;
    }
    .mob-not-full td:first-child{
        width: calc(100% - 130px);
    }
    .mob-not-full td:not(:first-child){
        width: 130px;
    }
    .price-table.table-2 td:not(:first-child){
        width: 70px;
        padding: 0 3px;
    }
    .price-table.table-2 td:nth-child(3){
        display: table-cell;
    }
    .price-table.table-2 {
        padding-right: 5px;
    }
    .price-table-nav.nav-2 { 
        right: -25px;
        top: -10px;
        width: 229px;
    }    
}


.hidden{
    display: none!important;
}
.size-medium {max-width: 375px;}


.thank-you {
	text-align: center;
	color: #ffff;
	margin: auto;	
}

.thank-you h1 {
	margin: auto;	
}

.thank-you p {
	font-size: 14pt;
}

.thank-you p a:hover {
	color: #f37046;
}
.main .thank-you .title {
    margin-bottom: 20px;
}
.center-button-back a {
    margin: 0 auto;
}
.center-button-back {
    margin-top: 40px;
    text-align: center;
}

