@import "main.css";

.content_objecty {overflow-y: scroll; height: 92vh;}
.content_objecty .object_name {
    background-color: #669A9A;
    /*background-image: url("../images/fabric_plaid.png");*/
    height: auto;
    padding: 20px 50px;
    position: fixed;
    right: 70px;
    text-align: center;
    top: 100px;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    width: auto;
    z-index: 4;
}
.content_objecty .object_name h1 {
    color: #f5f5f5;
    font-family: 'TeXGyreAdventor',sans-serif;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    margin: 0;
    /*text-transform: uppercase;*/
}
.object_name span.clos {
    background-color: #ea8022;
    color: #f5f5f5;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    width: 35px;
}
.item_object {
    background-color: #fff;
    border-left: 1px solid rgba(102, 154, 154, 0.3);
    height: 270px;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
}
.item_object a {
    display: block;
    overflow: hidden;
}
.item_object a img {
    height: 270px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
.item_object:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.item_object a h3 {
    background-color: #eee;
    background-image: url(../images/fabric_plaid.png);
    bottom: 0;
    color: #262624;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 10px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
.item_object:hover a h3,
.item_object a h3:hover {
    background-color: #669A9A;
    background-image: none;
    color: #f5f5f5;
    text-decoration: none;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
.item_object a p,
.item_object a span {display: none;}
.item_object a p {
    -webkit-animation: slide-down-in 600ms linear 0ms 1 normal;
    -moz-animation: slide-down-in 600ms linear 0ms 1 normal;
    -ms-animation: slide-down-in 600ms linear 0ms 1 normal;
    animation: slide-down-in 600ms linear 0ms 1 normal;
    color: #262624;
    line-height: 1.2;
    padding: 0 10px;
    position: absolute;
    top: 26%;
    width: 100%;
}
.item_object a span {
    -webkit-animation: swash-in 600ms linear 0ms 1 normal;
    -moz-animation: swash-in 600ms linear 0ms 1 normal;
    -ms-animation: swash-in 600ms linear 0ms 1 normal;
    animation: swash-in 600ms linear 0ms 1 normal;
    border: 2px solid #669A9A;
    border-radius: 50%;
    color: #669A9A;
    font-size: 28px;
    height: 50px;
    margin-left: -25px;
    padding: 5px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.item_object a span i {}

.item_object:hover a p,
.item_object a h3:hover a p {display: block;}

.item_object:hover a span,
.item_object a h3:hover a span {display: inline-block;}


@media only screen and (max-width: 767px) {
    .content_objecty {padding-left: 50px;}
}
@media only screen and (max-width: 640px) {
    .item_object a h3 {font-size: 12px;}
    .item_object a p {font-size: 14px;}
}
@media only screen and (max-width: 480px) {
    .content_objecty .oh {width: 100%;}
}
