a[slider] {
	text-decoration:none;
}

#slidermax {
    padding: 50px 0px;
/*    background: #f0f3f5;*/
    overflow: hidden;
    margin-bottom: 4em;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    overflow-x:hidden;
}

.slick-initialized .slick-slide {
    display: block;
}

.full-slider__item {
    width: 276px;
    margin-right: 8px;
    outline: none;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.slick-slide {
    outline: none!important;
}

.slick-slide {
/*    float: left;*/
    height: 100%;
    min-height: 1px;
    transition:left 150ms ease-out;
    position:absolute;
    top:0;
}

*, :after, :before {
    box-sizing: border-box;
}

.complex {
    display: block;
    color: #333;
    margin-bottom: 0px;
    position: relative;
    font-family: RobotoWeb,Helvetica,Arial,sans-serif;
    outline: none!important;
}

.complex__media {
    position: relative;
    overflow: hidden;
    display: block;
}

.complex-callback {
    position: absolute;
    bottom: 10px;
    bottom: 10px;
    right: 0;
    width: 110px;
    height: 55px;
    z-index: 1;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #333;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}

.complex-callback1 {
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 10%;
    left: 25px;
}

.complex-callback:hover {
/*    background-color: rgba(70,72,104,.4);*/
	width:100vw;
}

.button-callback__container, .complex-callback__container {
    background-color: #43a400;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
    white-space: nowrap;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
    overflow: hidden;
}

.complex-callback__container {
    width: 55px;
    margin-bottom: -24px;
}

.complex-callback:hover .complex-callback__container {
    width: 300px;
}

.button-callback__icon, .complex-callback__icon {
    margin-right: 14px;
}

.button-callback__icon .callback-icon, .complex-callback__icon .callback-icon {
    display: block;
}

.callback-icon {
/*	font-size:26px;
	line-height: 0.9;*/
	background: url(../img/iconset.png) no-repeat;
	background-position: -44px -196px;
	height: 40px;
    width: 40px;
    margin: 0 0 0 0px;
}

.complex__body {
    background-color: #fff;
    padding: 25px 25px 45px;
    height: 280px;
    display: block;
    position: relative;
}

.complex__header {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
    font-family: BebasWeb,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    max-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.complex__tgb__text {
	color:black;
	padding-bottom:15px;
    font-size: 15px;
    line-height: 22px;
    max-height: 116px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.complex__image img {
    width: 100vw;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.full-slider__item .complex__image {
    min-height: 200px;
}

.complex__image {
    position: relative;
    overflow: hidden;
}

.complex__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

img, input {
    max-width: 100vw;
}

img {
    vertical-align: middle;
    border: 0;
}

.slick-slide img {
    display: block;
}

.full-slider__arrow {
    position: relative;
    bottom: 297px;
    margin-bottom: -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    width: 50px;
    height: 50px;
    color: #b4b5b7;
    font-size: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .8;
    box-shadow: 0 0 9px rgba(0,0,0,.28);
    -webkit-transition: opacity .2s ease-out,color .2s ease-out;
    transition: opacity .2s ease-out,color .2s ease-out;
}

[role=button] {
    cursor: pointer;
}

.full-slider__arrow.slick-prev {
    left: 40px;
    float: left;
}

.full-slider__arrow.slick-next {
    right: 25px;
    float: left;
}

.full-slider__arrow:hover {
    opacity: 1;
    color: #ffcb00;
}

.complex-callback, .complex-callback__container, .complex-callback__icon, .complex-callback__text {
	cursor: pointer;
}
