/* стили главная*/
.tizerbox {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 140px;
    /* box-shadow: #f1f1f1 1px 1px 2px 2px; */
    /* background: #eaeaea; */
    /* border-radius: 15px; */
    /* border: #008fe6 1px solid; */
    text-align: left;
    margin: 0;
    padding: 0;
    transition: .8s;
    vertical-align: top;
}

.tizerbox svg {
    width: 30px;
    height: 30px;
    fill: #000;
    position: relative;
    top: 15px;
    left: 15px;
    margin-bottom: 15px;
}

.tizerbox:hover {
    background: none;
}


.tizerbox-title {
    background: rgba(1, 159, 253, .8);
    height: 70px;
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0;
    padding: 0;
}


.tizerbox-title div {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    display: table-row;
    vertical-align: middle;
}

.tizerbox-title .h5 {
    font-size: 1.2rem;
}

.tizerbox-title .h6 {
    font-size: 0.8rem;
    color: #ddd;
}

.tizerbox a {
    color: #000;
    font-weight: 100;
    font-size: 1.2em;
    /* font-family: 'druk cyr', Arial, sans-serif; */
    text-decoration: none;
}

.tizerbox img {
    width: 100%;
    /* height: 300px; */
    margin: 0;
    position: relative;
    display: flex;
    /* height: auto; */
    vertical-align: middle;
    top: 0;
    /* left: 17px; */
    border-radius: 0px !important;
    /* transition: .8s; */
}

.tizer-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.tizerbox-desc h3 {
    margin: 5% 0 0 0;
    font-size: 1em;
    letter-spacing: 3px;
}

.tizerbox-desc p {
    font-size: 0.8em;
}

.tizerbox p {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    font-size: .8rem;
}

.tizerbox:hover svg {
    fill: #fff;
}

.tizerbox:hover p {
    /* color:#fff; */
}

.tizerbox .tizerbox-title-flex {
    display: flex;
    align-items: center;
}

.tizerbox .svg-flex {
    width: 25%;
}

.tizerbox .hr-flex {
    visibility: hidden;
}

.tizerbox:hover .hr-flex {
    visibility: visible;
}

.tizerbox .hr-flex hr {
    border-top: 2px solid #fff !important;
}

.tizerbox .hr-flex hr:after {
    background-color: #fff;
}
.tizerbox-img {
    width: 100%;
    height: 100%;
    display: flex;
    opacity: .5;
    transition: .5s;
    margin: 0;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    text-align: center;
    position: relative;
    background: none;
    /* border-radius: 50%;*/
}

.tizerbox-img:hover {
    opacity: 1;
    transition: .5s;
}

.tizerbox-text {
    position: absolute;
    bottom: 40px;
    right: 2px;
    height: 60px;
    padding: 0 10px;
    width: 75%;
    background: rgb(255 255 255 / 80%);
    box-shadow: #bbb 1px 1px 3px;
    text-align: left;
    font-size: .9rem;
}

.tizerbox-text p {
    margin: 1% 0;
}

.tizerbox .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox .button-zakaz:hover {
    background: #ff6b00;
}

.bottom-t {
    border: 1px #000000 solid;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 20px;
    font-size: 0.8em !important;
    /* border-radius: 100px; */
    float: right;
    position: relative;
    
}

.bottom-t:hover {
    color: #fff;
    text-decoration: none;
    background: #0dc334 !important;
    border: 1px solid #0dc334;
}

p.kw {
    color: #000;
    font-size: 0.8rem;
    border-top: 1px #b63122 dotted;
}

p.ds {
    font-size: 1.1rem;
    font-weight: 600;
}

.ds-kw {
    position: absolute;
    bottom: 0;
}

/* стили специалисты*/
.tizerbox-sp {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 280px;
/*     box-shadow: #f1f1f1 1px 1px 2px 2px;
background: rgba(255, 255, 255, 0.8); */
    border-radius:3px;
    text-align: center;
    margin: 10px 10px 30px;
    padding: 0;
    border-bottom: #f6ce45 2px solid;
}

.tizerbox-sp-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 280px;
/*     box-shadow: #f1f1f1 1px 1px 2px 2px;
background: rgba(255, 255, 255, 0.8); */
    border-radius:3px;
    text-align: center;
    margin: 10px 10px 30px;
    padding: 0;
/*     border-bottom: #f6ce45 2px solid; */
}

.tizerbox-sp-2 img {
    height: auto;
    width: 100%;
    margin: auto;
    border-radius: 0px !important;
    transition: .8s;
}

.tizerbox-sp-title {
    /* background: rgba(1, 159, 253, .8); */
    height: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5% 25% 0;
}

.tizerbox-sp-title div {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    display: table-row;
    vertical-align: middle;
}

.tizerbox-sp-title .h5 {
    font-size: 1.2rem;
}

.tizerbox-sp-title .h6 {
    font-size: 0.8rem;
    color: #ddd;
}

.tizerbox-sp a {
     color: #5c5c5c;
     font-weight: 400;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
     text-decoration: none;
}

.tizerbox-sp a:hover {
    color: #5c5c5c;
}

.tizerbox-sp h4 {
    margin:0;
}

.tizerbox-sp img {
    height: auto;
    width: 100%;
    margin: auto;
    border-radius: 0px !important;
    transition: .8s;
}

.tizerbox-sp a:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.tizerbox-sp .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox-sp .button-zakaz:hover {
    background: #ff6b00;
}


.service-title {
    font-size: .9em !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: url(/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, rgb(216 218 232);
    height: 100px;
    padding: 10px 0 0;
}

/* стили направлений*/
.tizerbox-cv {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 310px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
    text-align: center;
    margin: 10px 10px 30px;
    padding: 0;
}

.tizerbox-cv-title {
    background: rgba(1, 159, 253, .8);
    height: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.tizerbox-cv-title div {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    display: table-row;
    vertical-align: middle;
}

.tizerbox-cv-title .h5 {
    font-size: 1.2rem;
}

.tizerbox-cv-title .h6 {
    font-size: 0.8rem;
    color: #ddd;
}

.tizerbox-cv a {
     color: #5c5c5c;
     font-weight: 400;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
     text-decoration: none;
}

.tizerbox-cv a:hover {
    color: #5c5c5c;
}

.tizerbox-cv h4 {
    margin:0;
}

.tizerbox-cv img {
     height:97%;
     margin:auto;
     border-radius: 0px !important;
     transition: .8s;
}

.tizerbox-cv a:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.tizerbox-cv .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox-cv .button-zakaz:hover {
    background: #ff6b00;
}


.service-title-cv {
    font-size: .9em !important;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    bottom: 0;
    /*background: url(/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, rgb(216 218 232);*/
    height: 130px;
    padding: 10px 0 0;
}
.service-title-cv h5 {
    color: #fff;
}
.service-title-cv h3 {
    color: #fff;
	font-weight: 600;
}
.service-title-cv .btn-zakaz {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff0000;
    padding: 10px 36px 12px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.service-title-cv .btn-zakaz:hover {
    background: #333;
}

/* стили главная*/
.tizerbox-ts {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 300px !important;
    background: rgba(255, 255, 255, 0.8);
    /* border: #008fe6 1px solid; */
    text-align: center;
    margin: 10px 10px 30px;
    padding: 0;
    transition: 1s;
    vertical-align: top;
}

.tizerbox-ts:hover {
    cursor:pointer;
    background: none;
}

.tizerbox-ts:hover img {
    transform: scale(1.02);
    box-shadow: #019ffd 0px 0px 5px;
}


.tizerbox-ts a {
     color: #5c5c5c;
     font-weight: 400;
    font-size: 1.4em;
    font-family: 'Roboto', Arial, sans-serif;
     text-decoration: none;
}

.tizerbox-ts img {
     height:100%;
     margin:auto;
     transition: .3s;
     border-radius: 0px !important;
}

.tizerbox-ts .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox-ts .button-zakaz:hover {
    background: #ff6b00;
}


/* стили дополнительно*/
.tizerbox-tsd {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    /* border: #008fe6 1px solid; */
    text-align: center;
    margin: 10px 10px 30px;
    padding: 10px 0 0;
    transition: 1s;
    vertical-align: top;
}

.tizerbox-tsd:hover {
    cursor:pointer;
    background: none;
}

.tizerbox-tsd:hover img {
    transform: scale(1.02);
}


.tizerbox-tsd a {
     color: #5c5c5c;
     font-weight: 400;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
     text-decoration: none;
}

.tizerbox-tsd img {
     height:100%;
     margin:auto;
     transition: .3s;
     border-radius: 0px !important;
}

.tizerbox-tsd .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox-tsd .button-zakaz:hover {
    background: #ff6b00;
}



/* стили галерея*/
.tizerbox-g {
    display: inline-block;
    position: relative;
    width: 20%;
    max-width: 300px;
    height: 200px;
    /* background: rgba(255, 255, 255, 0.7); */
    /* border: #008fe6 1px solid; */
    text-align: center;
    margin: 30px;
    padding: 2px 0 2px 4px;
    transition: 2s;
    vertical-align: top;
}

.tizerbox-g:hover {
    cursor:pointer;
    background: rgba(169, 222, 255, 0.8);
    /*transform: scale(1.02);*/
}

.tizerbox-g a {
     color: #242424;
     font-weight: 100;
     font-size: 0.8em;
     text-decoration: none;
}

.tizerbox-g img {
     width:100%;
     border-radius: 0px !important;
}

.tizerbox-g .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 10px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox-g .button-zakaz:hover {
    background: #ff6b00;
}

/* стили тизеров услуг главная*/
.tizerbox-s {
     display:inline-block;
     width:250px;
     height:220px;     
     background: rgba(0, 143, 230,0.8);
     text-align:center;
     margin:3px;
     padding:1px;
     vertical-align:top;
}

.tizerbox-s a {
     color: #fff;
     font-weight: 100;
     text-decoration: none;
}
.tizerbox-s a:hover {
     color: #ffe900;
     text-decoration: none;
}
.t-a {
    margin: 10px 0 0 0;
}

.tizerbox-s:hover {
     transform: scale(1.02);
}

.tizerbox-s img {
     width:100%;
     border-radius: 0px !important;
}

@media(max-width:1367px) {
     .tizerbox-s{
          width:200px;
          height:200px;
     }
     .tizerbox-s a {
          font-size: 0.8em;
     }
}

@media(max-width:1024px) {
     .tizerbox-s{
          width:160px;
          height:160px;
     }
     .tizerbox-s a {
          font-size: 0.7em;
     }
}

/* стили тизеров услуг дочерние*/
.tizerbox-t {
    display: inline-flex;
    /* width: 280px; */
    height: auto;
    background: none;
    color: #000;
    border: 1px solid #007125;
    text-align: center;
    font-size: .8rem;
    margin: 3px;
    padding: 10px 20px !important;
    vertical-align: top;
    /* border-radius: 8px; */
    transition: 0.2s;
    align-content: center;
    flex-wrap: wrap;
}

.flex-block {
    display: flex;
    justify-content: flex-start;
    margin-left: 100px;
}

.gotopage .flex-block {
    display: flex;
    justify-content: flex-start;
    margin-left: 0px;
}

.tizerbox-t:hover {
    cursor:pointer;
    background: #007125;
    color:#fff;
    border: 1px solid #007125;
    transform: scale(0.99);
}

.tizerbox-t a {
     color: #000;
     font-weight: 400;
     font-size: 1em;
     text-decoration: none;
}

.tizerbox-t:hover a {
     color: #fff;
}

.tizerbox-t img {
     height:70px;
     border-radius: 0px !important;
}

.red {
    /* background: rgba(255, 69, 101, .8); */
    color: #ff0014;
}

.red:hover {
    /* background: rgba(255, 120, 143, .8); */
}
/* стили тизеров услуг новости*/
.tizerbox-tn {
    display: inline-block;
    width: 280px;
    height: auto;
    /* background: #888c8d; */
    background: linear-gradient(45deg, #b2b0b0, #6d7074);
    /* border: #1e5d2c 1px solid; */
    text-align: right;
    margin: 3px;
    padding: 8px 30px 10px 20px;
    vertical-align: top;
    border-radius: 4px;
    transition: 0.3s;
    color: #fff;
}

.tizerbox-tn span {
    vertical-align: middle;
}
.tizerbox-tn:hover {
    cursor:pointer;
    /* background: #c9c9c9; */
    background: linear-gradient(45deg, #b2b0b0 40%, #6d7074);
}

.tizerbox-tn a {
     color: #fff;
     font-weight: 100;
     font-size: 1rem;
     text-decoration: none;
     vertical-align: text-bottom;
}

.tizerbox-tn:hover a {
     color: #fff;
}

.tizerbox-tn img {
     height:20px;
     vertical-align: middle;
     border-radius: 0px !important;
}

.tizerbox-tn .tn {
    padding: unset;
}

.tizerbox-tn .tn-left {
    text-align: left;
}

.tizerbox-tn .tn-right {
    text-align: right;
}

.serv-title {
    font-size: 1.4em !important;
}

.serv-price {
    font-size: 1.8em !important;
    font-weight: 400 !important;
}

.a-underline:hover {
    text-decoration: none;
}

.t-vert {
    padding-left: 40px;
    min-height: 330px;
    border-left: 1px solid #007125;
    position: relative;
    
}

.t-vert:before {
    background-color: #aa0606;
    border-radius: 50%;
    top: 0;
    content: "";
    height: 6px;
    left: -4px;
    position: absolute;
    width: 6px;
}

.tizervert {
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.tizervert.active:after {
    background-color: #aa0606;
    border-radius: 50%;
    bottom: -35px;
    content: "";
    height: 6px;
    right: 0px;
    position: relative;
    width: 6px;
}

.tizervert .proj-1, .tizervert .proj-2 {
    position: relative;
}

.tizervert .proj-3 {
    position: unset;
}

.tizervert .img-proj {
    position: absolute;
    width: 45%;
    max-width: 500px;
    top: 0;
}

.tizervert .img-proj img {
    width: 100%;
    border-radius: 20px;
}

.tizervert .btn-proj svg {
    width: 24px;
}

.tizervert .btn-proj {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tizervert .btn-proj:hover {
    background:#007125;
}

.tizervert .btn-proj:hover svg {
    fill: #fff;
}

.tizervert .img-proj {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.tizervert.active .img-proj {
    visibility: visible;
    opacity: 1;
}