
.widget {
    position: relative;
    display: block;
}
.widget__collapse {
    width: 60px;
    height: 58px;
    background: #CC3433;
    position: absolute;
    right: 0;
    bottom: -55px;
    cursor: pointer;
}
.widget__collapse .icon--hide-widget {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.widget__collapse--visible .icon--hide-widget {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.widget__collapse_arrow {
    position: relative;
    top: 14px;
    left: 14px;
    z-index: 1000;
}
@media only screen and (max-width: 767px) {
    .widget {
        display: block;
    }
}
.widget a {
    line-height: 58px;
    color: #fff;
}
.widget-wrapper {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -140px;
    z-index: 100;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .widget-wrapper {
        top: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .widget-wrapper {
        display: none;
    }
}

/* блоки, показывающиеся при наведении мышки */
.widget__item {
    line-height: 65px;
    color: #fff;
    width: 330px;
    height: 69px;
    position: relative;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    border-bottom: 1px solid #999;
}

.widget__item:after {
    display: table;
    clear: both;
    content: '';
}
@media only screen and (max-width: 767px) {
    .widget__item {
        width: 100%;
    }
}
.widget__item:last-child {
    border-bottom: none;
}
.widget__item--closed {
    width: 60px;
}
@media only screen and (max-width: 767px) {
    .widget__item--closed {
        width: 100%;
    }
}
.widget__item:hover .widget__item__title {
    background: #FC4A20;
}
.widget__item:hover .widget__item__icon {
    background: #FC4A20;
}
.widget__item__title {
    background: #7486A0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, background 0.1s ease-in-out;
    transition: transform 0.2s ease-in-out, background 0.1s ease-in-out;
    width: 240px;
	height: 34px;
    padding: 17px 15px;
    font-family: "RobotoCondensedRegular";
    position: absolute;
    top: 1px;
    left: 0;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
    .widget__item__title {
        width: 83%;
    }
}
.widget__item__icon {
    background: #b3cce6;/*#F9C20D;*/
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    width: 70px;
    height: 58px;
    text-align: center;
    padding-top: 10px;
    z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
	margin-bottom: 2px;
	border: 1px solid white;
}
	
@media only screen and (max-width: 767px) {
    .widget__item__icon {
        width: 17%;
    }
}
.widget__item__icon_img {
    display: inline-block;
}
.widget__item__icon_img-01 {
    background-image: url("/img/icon-article.png");
    background-repeat: no-repeat;
    width: 75px;
    height: 50px;
}
.widget__item__icon_img-02 {
    background-image: url("/img/icon-foto.png");
    width: 60px;
    height: 60px;
	background-repeat: no-repeat;
}
.widget__item__icon_img-04 {
    background-image: url("/img/icon-franshiza.png");
   /* background-position: 0px -176px;*/
    width: 60px;
    height: 54px;
	background-repeat: no-repeat;
}
.widget__item__icon_img-03 {
    background-image: url("/img/icon-otzyv.png");
   /* background-position: 0px -176px;*/
    width: 55px;
    height: 50px;
	background-repeat: no-repeat;
}
.widget__item__icon_img-05 {
    background-image: url("/img/sales.png");
   /* background-position: 0px -176px;*/
    width: 60px;
    height: 60px;
	background-repeat: no-repeat;
}
.widget__item__icon_img-06 {
    background-image: url("/img/kamera.png");
   /* background-position: 0px -176px;*/
    width: 50px;
    height: 50px;
	background-repeat: no-repeat;
}
.slider_section .fotogalery {
	background: #f9c20d none repeat scroll 0 0;
	margin-top: 20px;
}