/*--- Buttons ---*/

/* btn-icon */

.dgt-btn-icon-small,
.dgt-btn-icon-big {
   text-align: center;
}

.dgt-btn-icon-small a {
   padding: 20px;
   display: block;
   border-bottom: 5px solid transparent;
}

.dgt-btn-icon-big a {
   padding: 65px 20px;
   display: block;
   border-bottom: 5px solid transparent;
}

.dgt-btn-icon-small a img,
.dgt-btn-icon-big a img {
   width: 40px;
   height: 40px;
}

.dgt-btn-icon-small a span,
.dgt-btn-icon-big a span {
   color: #58595b;
   display: block;
   padding-top: 20px;
}

.dgt-btn-icon-small a:hover,
.dgt-btn-icon-big a:hover {
   text-decoration: none;
   transition: border-bottom-color 0.5s;
   border-bottom-color: #89bf42;
}

.dgt-btn-icon-small a:focus,
.dgt-btn-icon-big a:focus{
   text-decoration: none;
   outline: none;
}

.dgt-grey-bg {
   background-color: #e2e2e2
}

.dgt-white-bg{
   background-color: white;
}
/* btn-green-border */

.dgt-btn-green-border {
   display: inline-block;
   padding: 5px 25px;
   border: 1px solid #41a743;
   color: #41a743;
   font-size: 14px;
   text-decoration: none;
   background-color: white;
   border-radius: 3px;
}

.dgt-btn-green-border:hover {
    border: 1px solid rgb(244, 121, 32);
    color: #41a743;
    color:black;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
           transition: 0.5s;
}

/* btn-green-bg */

.dgt-btn-green-bg,
.main-content a.dgt-btn-green-bg {
   display: inline-block;
   padding: 6px 25px;
   background-color: #4CB9B4;
   color: #fff;
   font-size: 18px;
   border: none;
   text-decoration: none;
}

.dgt-btn-green-bg:hover,
.main-content a.dgt-btn-green-bg:hover {
    text-decoration: none;
    background-color: #006C8D;
    color: white;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
            transition: 0.5s;
}

/*---- end Buttons -----*/

/* убираем хлебные крошки */
.breadcrumbs {
  display: none;
}

/* убираем лишние отступы для слайдера */
.slick-slider {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -30px;
    margin-top: -15px;
}

/* SITEVEGA-143 : begin */
#content-slider-1 .slick-dots,.slider-slick .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style-type: none;
    width: 300px;
    padding: 0px;
    left: calc(50% - 150px);
    text-align: center;
}

#content-slider-1 .slick-dots li,.slider-slick .slick-dots li {
    display: inline-block
}

#content-slider-1 .slick-dots li:first-of-type button,.slider-slick .slick-dots li:first-of-type button {
    border-radius: 11px;
}

#content-slider-1 .slick-dots li:last-of-type button,.slider-slick .slick-dots li:last-of-type button {
    border-radius: 11px;
    border: #fff 4px solid;
}

#content-slider-1 .slick-dots button,.slider-slick .slick-dots button {
    display: inline-block;
    cursor: pointer;
    height: auto;
    padding: 7.7px;
    min-width: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    background: #5a5a5a;
    border: #fff 4px solid;
    margin: 0 8px;
    border-radius: 11px;
}

#content-slider-1 .slick-dots .slick-active button,.slider-slick .slick-dots .slick-active button {
    background: #8ec346
}
/* SITEVEGA-143 : end */

/* for /tenders : begin */
iframe.tenders {
    border: none;
    display: block;
    width: 100%;
    height: 3300px;
}

.news .main-content .content-width .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .email {
    font-size: 14px;
}

.news .main-content .content-width .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .text-news table,
.news .main-content .content-width .tabs-news .tabs-services .tabs-content .text-news table {
    border: #89bf42 1px solid;
    border-radius: 3px;
    width: 90%;
}
.news .main-content .content-width .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .text-news table td,
.news .main-content .content-width .tabs-news .tabs-services .tabs-content .text-news table td {
    border: #89bf42 1px solid;
    padding: 4px;
    white-space: wrap;
    width: auto;
}

table {
    border: #89bf42 1px solid;
    border-radius: 3px;
    width: 90%;
}
.tender-date-created {
    display: block;
    padding: 10px 0px 4px 0px;
    font-size: 11px;
    color: #414141;
}
.tender-title {
    font-size: 20px;
    font-weight: 400;
    color: #91c749;
}
/* for /tenders : end */

/* SITEVEGA-183 : begin */

.map-responsive iframe { height:500px; width:100%; }

/* SITEVEGA-183 : end */

/* Countdown : begin */
.landing-countdown {
    margin: 0 auto;
    padding-left: 69px;
    width: 355px;
}

.landing-countdown {
    height: 65px;
}

.landing-countdown .time.pad {
    margin-left: 5px;
}

.landing-countdown .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 65px;
    width: 65px;

    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.landing-countdown .count {
    background: #78b800;
    color: #ffffff;
    display: block;
    font-size: 2em;
    line-height: 67px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.landing-countdown .count.top {
    border-radius: 5px 5px 0 0;
    height: 50%;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.landing-countdown .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.landing-countdown .count.next {
}

.landing-countdown .label {
    color: #555;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
}

.landing-countdown .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.landing-countdown .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}

.landing-countdown .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.landing-countdown .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

#landing-countdown {
    padding-left: 0px;
}
/* Countdown : end */
