

/* Start:/bitrix/templates/.default/components/bitrix/news.list/blog/style.css?17633757184138*/

	.bx-content{
	width:100%;
}
.sidebar{
	display:none;
}
.states {
    padding: 40px 0
}

.states__galery,
.states__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.states__button {
    opacity: 0;
    height: 37px;
    width: 100px;
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
    border: 1px solid green;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0;
}

.states__button:hover{
    color: #fff;
    text-decoration: none;
}

.states__galery {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.states__item {
    background-color: #7fffd4;
    padding: 20px 20px;
    margin: 1px;
    height: 325px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 1000px #00000069;
    box-shadow: inset 0 1000px #00000069;
    text-decoration: none;
    transition: all 500ms ease;
    width: 24%;
        margin-bottom: 17px;
}
.states__item:hover {
    -webkit-box-shadow: inset 0 1000px #000000c4;
    box-shadow: inset 0 1000px #000000c4;
    text-decoration:none;
}

.states__item:hover .states__title {
    color: #fc0a0a
}

.states__title {
	font-size: 20px;
	line-height: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
   
}

.states__item:hover .states__button,
.states__item:hover .states__description {
    opacity: 1
}

.states__description,
.states__title {
    text-align: center;
		color: #fff;
        background-color: transparent;
}

.states__description {
    opacity: 1;
    width: 95%;
    margin: 10px auto;
    line-height: 19px;
    font-size: 14px;
}

.states__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    height: 37px;
    width: 100px;
    text-decoration: none;
    cursor: pointer;
    background-color: #fc0a0a;
    color: #fff;
    border: 1px solid #333;
    -webkit-border-radius: 16px;
    border-radius: 2px;
    margin: 25px auto 0
}
@media (max-width: 991px) {
	.states__galery {
		flex-direction: column;
	}
	.states__item {
		padding: 10px;
		height: auto;
		width: 80%!important;
	}
}
@media (max-width:768px) {
    .states__item {
        padding: 50px 10px
		}
		.states__item {
    padding: 10px;
		}
		.states__title{
			font-size:24px;
		}
		.states-description{
			font-size: 18px;
		}
		.states__title {
			color: #fff;
			line-height: 28px;
		}
		.states__item {
			-webkit-box-shadow: inset 0 1000px #000000c4;
    	box-shadow: inset 0 1000px #000000c4;
		}
		.states__button{
			opacity:1;
		}
}

@media (max-width:550px) {
    .states__item {
        width: 100%;
		}
		.states__item {
			width: 100%;
		}
		.states__title{
			font-size: 20px;
			line-height: 24px;
		}
		.states__description{
			font-size: 14px;
			line-height: 18px;
		}
    .states__galery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
		}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/blog/style.css?17633757184138 */
