#eteam-office-widget {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
#eteam-office-widget .slickslider-item .slickslider-box,
#eteam-office-widget .slick-arrow,
#eteam-office-widget .btn-offer:after {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

#eteam-office-widget .slick-list {
    margin-left: 3.4% !important;
    margin-right: 3.4% !important;
    padding-top: 25px;
}
#eteam-office-widget .slick-list .slick-track {
    display: flex;
    align-items: normal;
    gap: 11px;
}
#eteam-office-widget .slickslider-item {
    height: auto;
    padding-bottom: 10px;/*
    padding-left: 7px;
    padding-right: 7px;*/
}
#eteam-office-widget .slickslider-item .slickslider-box {
    background: #282828;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
/*    cursor: pointer;*/
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 55px 25px 50px;
    text-align: center;
    width: 100%;
    top: 0;
}
#eteam-office-widget .slickslider-item .slickslider-box:hover {
    box-shadow: 5px 12px 12px rgba(0, 0, 0, 0.4);
    top: -10px;
}

#eteam-office-widget .slick-arrow {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16);
    background-color: #A87B50;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 54px;
    width: 54px;
    z-index: 2;
}
#eteam-office-widget .slick-arrow:hover {
    background-color: #5A9E39;
}
#eteam-office-widget .slick-arrow.left-arrow {
    background-image: url(../images/left.png);
    left: 32px;
}
#eteam-office-widget .slick-arrow.right-arrow {
    background-image: url(../images/right.png);
    right: 32px;
}
#eteam-office-widget .title {
    background: url(../images/orna-green.png) no-repeat top center;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    letter-spacing: 0.84px;
    margin-bottom: 22px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    padding-top: 13px;
    position: relative;
}
#eteam-office-widget .title:hover,
#eteam-office-widget .btn-offer:hover,
#eteam-office-widget .content a:hover {
    color: #5A9E39;
}
#eteam-office-widget .btn-offer {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    position: relative;
    padding-right: 41px;
}
#eteam-office-widget .btn-offer:after {
  content: '';
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/btn-arrow.png) no-repeat;
  position: absolute;
}
#eteam-office-widget .btn-offer:hover:after {
    right: -10px;
}
#eteam-office-widget .content {
    margin-bottom: 30px;
}
#eteam-office-widget .content a {
    color: #5a9e39;
}
#eteam-office-widget .content a:hover {
    color: #fff;
}
#eteam-office-widget .content p {
    line-height: 155%;
}
#eteam-office-widget .content p + p {
    margin-top: 13px;
}
#eteam-office-widget .btn-holder {
    margin-top: auto;
}
#eteam-office-widget .none {
    display:  none;
}

@media only screen and (max-width: 1830px) {
    #eteam-office-widget .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1717px) {
	#eteam-office-widget .slick-arrow.left-arrow {
		left: 20px;
	}
	#eteam-office-widget .slick-arrow.right-arrow {
		right: 20px;
	}
	#eteam-office-widget .slickslider-item .slickslider-box {
		padding: 55px 40px 50px;
	}
}
@media only screen and (max-width: 1450px) {
    #eteam-office-widget .slick-list {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 1279px) {
    #eteam-office-widget .title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1199px) {
    #eteam-office-widget .slick-arrow.left-arrow {
        left: 10px;
    }
    #eteam-office-widget .slick-arrow.right-arrow {
        right: 10px;
    }
}
@media only screen and (max-width: 899px) {
	#eteam-office-widget .slickslider-item .slickslider-box {
    	padding: 55px 55px 50px;
	}
}
@media only screen and (max-width: 580px) {
    #eteam-office-widget .slickslider-item .slickslider-box {
        padding: 55px 60px 50px;
    }
}

@media only screen and (max-width: 450px) {
    #eteam-office-widget .slick-arrow {
        width: 40px;
        height: 40px;
    }
    #eteam-office-widget .slick-arrow.right-arrow,
    #eteam-office-widget .slick-arrow.left-arrow {
        background-size: 15px 15px;
    }
    #eteam-office-widget .slickslider-item .slickslider-box {
        padding: 55px 40px 50px;
    }
}
