@charset "UTF-8";.title{margin-bottom:30px}.blog_catalog .wrapper{display:flex;flex-wrap:wrap;column-gap:120px}@media screen and (max-width: 1366px){.blog_catalog .wrapper{column-gap:20px}}.blog_catalog .wrapper .category_wrapper{display:flex;flex-direction:column;order:2}@media screen and (max-width: 991px){.blog_catalog .wrapper .category_wrapper{order:1;width:100%}}.blog_catalog .wrapper .category_wrapper .category{background:var(--WH);padding:28px;border:1px solid #795a4c}@media screen and (max-width: 991px){.blog_catalog .wrapper .category_wrapper .category{width:100%}}.blog_catalog .wrapper .category_wrapper .category .title{margin-bottom:15px}.blog_catalog .wrapper .category_wrapper .category .catalog_element{display:flex;flex-direction:column}.blog_catalog .wrapper .category_wrapper .category .catalog_element a{margin-bottom:15px;transition:letter-spacing .3s ease}.blog_catalog .wrapper .category_wrapper .category .catalog_element a:hover,.blog_catalog .wrapper .category_wrapper .category .catalog_element a.active{font-weight:700;color:var(--Green-Accent);transition:letter-spacing .5s ease;letter-spacing:.5px}.blog_catalog .wrapper .category_wrapper .category .catalog_element a:last-child{margin-bottom:0}.blog_catalog .wrapper .elements_wrapper{display:flex;flex-direction:column;order:1}@media screen and (max-width: 991px){.blog_catalog .wrapper .elements_wrapper{order:2}}.blog_catalog .wrapper .elements_wrapper .elements{display:flex;flex-wrap:wrap;column-gap:15px;row-gap:34px;width:890px}@media screen and (max-width: 1200px){.blog_catalog .wrapper .elements_wrapper .elements{width:700px}}@media screen and (max-width: 991px){.blog_catalog .wrapper .elements_wrapper .elements{width:100%;margin-bottom:34px;row-gap:16px;order:2}}.blog_catalog .wrapper .elements_wrapper .elements .element{width:calc(50% - 7.5px)}@media screen and (max-width: 500px){.blog_catalog .wrapper .elements_wrapper .elements .element{width:100%}}.blog_catalog .wrapper .elements_wrapper .elements .element .image{width:100%;position:relative;display:flex;overflow:hidden;height:196px}.blog_catalog .wrapper .elements_wrapper .elements .element .image .date{background:var(--brown-100);position:absolute;top:20px;right:28px;color:var(--WH);padding:2px 8px}@media screen and (max-width: 991px){.blog_catalog .wrapper .elements_wrapper .elements .element .image .date{top:10px;right:10px}}.blog_catalog .wrapper .elements_wrapper .elements .element .image picture{width:100%}.blog_catalog .wrapper .elements_wrapper .elements .element .image picture img{height:100%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);object-fit:cover}.blog_catalog .wrapper .elements_wrapper .elements .element .info{width:100%;padding:28px 28px 32px;display:flex;flex-direction:column;background:var(--WH);border:1px solid #795a4c}.blog_catalog .wrapper .elements_wrapper .elements .element .info .name{font-weight:700;margin-bottom:10px}.blog_catalog .wrapper .elements_wrapper .elements .element .info .desc{margin-bottom:26px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.blog_catalog .wrapper .elements_wrapper .elements .element .info>a{display:flex;justify-content:space-between;align-items:center}.blog_catalog .wrapper .elements_wrapper .elements .element .info>a span{font-weight:700;color:var(--Green-Accent)}.blog_catalog .wrapper .elements_wrapper .elements .element .info>a img{transition:.5s ease}.blog_catalog .wrapper .elements_wrapper .elements .element .info>a:hover img{transition:.5s ease;transform:rotate(90deg)}
