#content.catalog_page {
    min-height: calc(100vh - 2.5rem);
    background-color: #D4D0C5;
}

.catalog_page #catalog {
    padding-top: 0;
    min-height: calc(100vh - 2.5rem);
    min-width: 800px;
}

.catalog_page .section_header {
    background-image: url(/images/fotoalbum.jpg);
    padding-top: 9.625rem;
    max-width: 100vw;
    display: flex;
    justify-content: space-evenly;
}

.catalog_header {
    width: 100%;
    color: #282826;
    background-color: #BAB3A0;
    font-size: 24px;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}

.catalog_header .catalog_menu{

}

.catalog_header a {
    padding-left: 15px;
    padding-right: 25px;
    border-right: 1px solid #525252;
}

.catalog_header a.active {
    font-weight: bold;
}

.catalog_header .catalog_menu.lvl2 {
    font-size: 17px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
}

.catalog_header .catalog_menu.lvl2 a {
    color: #766258;
    font-size: 17px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}

.catalog_header .catalog_menu.lvl3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: center;
}

.catalog_header .catalog_menu.lvl3 a {
    color: #282826;
    font-size: 15px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
    text-transform: capitalize;
}

.catalog_header a:hover, .catalog_header .catalog_menu.lvl2 a:hover, .catalog_header .catalog_menu.lvl3 a:hover {
    color: #E25D34;
    text-decoration: none;
    transition: all 150ms ease 0s;
}

.catalog_header a:last-child {
    padding-right: 0;
    border-right: 0;
}

.catalog_page .catalog_content {
    width: 100%;
    height: 100%;
    color: #383429;
    background-color: #D4D0C5;
    padding: 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}

.catalog_page .catalog_content {
    padding-top: 20px;
}

.catalog_content .catalog_item {
    max-width: 600px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 35px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.catalog_content .catalog_item:hover > a {
    opacity: 0.6;
    transition: all 550ms ease 0s;
    -webkit-transform: all 550ms ease 0s;
}

.catalog_content .catalog_item:hover p a {
    color: #E25D34;
    background-position-x: 100%;
    transition: all 550ms ease 0s;
    -webkit-transform: all 550ms ease 0s;
}

.catalog_content .catalog_item > a {
    width: 600px;
    height: 346px;
}

.catalog_content .catalog_item a img {
    vertical-align: middle;
    width: 600px;
    height: 346px;
}

.catalog_content .catalog_item p a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 21px;
    padding: 15px;
    background-color: #282826;
    background-image: url("/images/arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
    height: 50px;
}

.catalog_content .catalog_product {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.catalog_content .catalog_product_content {
    display: flex;
}

.catalog_content .catalog_product h3 {
    text-align: left;
    padding: 10px;
    border-bottom: 3px solid #E25D34;
    margin-bottom: 20px;
}

.catalog_content .catalog_product_photo {
    width: 65%;
    height: 350px;
    padding-right: 10px;
}

.catalog_content .catalog_product_photo img {
    width: 80%;
    height: 350px;
}

.catalog_content .catalog_product_text {
    width: 35%;
    height: 350px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;

}

.catalog_content .catalog_product_desc {
    font-style: italic;
    font-size: 18px;
    flex-grow: 1;
    padding-bottom: 10px;
    text-align: left;
}

.catalog_content .catalog_product_code, .catalog_content .catalog_product_price {
    display: flex;
    padding-bottom: 5px;
}

.catalog_content .catalog_product_code span:first-child, .catalog_content .catalog_product_price span:first-child {
    width: 30%;
    text-align: left;
}

.catalog_content .catalog_product_code span:last-child, .catalog_content .catalog_product_price span:last-child {
    width: 70%;
    text-align: left;
}

.catalog_content .catalog_product_code {
    font-weight: bold;
    font-size: 16px;
}

.catalog_content .catalog_product_price {
    font-weight: bold;
    font-size: 20px;
}

.catalog_content .catalog_product_button {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

.catalog_content .catalog_content_view_switcher {
    width: 100%;
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px;
}

.catalog_content .catalog_content_view_switcher_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border: 2px solid #E25D34;
    border-radius: 5px;
    color: #6b6b6b;
}

.catalog_content .catalog_content_view_switcher_item.active {
    background-color: #E25D34;
    color: #fff;
}

.catalog_content .catalog_content_view_switcher_item:not(:last-child) {
    margin-right: 20px;
}

.catalog_content.small_view {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.catalog_content.small_view .catalog_product, .catalog_content .catalog_product.small_view {
    display: none;
}

.catalog_content.small_view .catalog_product.small_view {
    display: flex;
    flex-direction: column;
    width: calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 5px;
    border: 1px solid red;
}

.catalog_content.small_view .catalog_product.small_view .catalog_product_top, .catalog_content.small_view .catalog_product.small_view .catalog_product_desc {
    width: 100%;
}

.catalog_content .catalog_product.small_view h5 {
    margin-bottom: 10px;
}

.catalog_content .catalog_product.small_view .catalog_product_content {
    width: 100%;
    flex-direction: column;
}

.catalog_content .catalog_product.small_view .catalog_product_top {
    display: flex;
}

.catalog_content .catalog_product.small_view .catalog_product_photo {
   height: 125px;
    width: 60%;
}

.catalog_content .catalog_product.small_view .catalog_product_photo  img{
   height: 125px;
}

.catalog_content .catalog_product.small_view .catalog_product_text{
   height: 125px;
    width: 40%;
}

.catalog_content .catalog_product.small_view .catalog_product_code{
  font-size: 14px;
}

.catalog_content .catalog_product.small_view .catalog_product_button{
  font-size: 14px;
    text-align: start;
}

.catalog_content .catalog_product.small_view .catalog_product_price{
  font-size: 16px;
}

.catalog_content .catalog_product.small_view .catalog_product_desc{
  font-size: 16px;
    padding: 10px;
}

.service_header_button .button_secondary {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background-color: rgba(0,0,0,.2);
}

.service_header_button .button_secondary:hover {
    color: rgba(0,0,0,.8);
    background-color: #fff;
}

.service_block {
    width: 100%;
    padding: 1rem 2rem;
    box-shadow: 0 12px 16px -12px #030353;
    text-align: center;
    margin-bottom: 1.5rem;
}

.service_block.contacts_block span {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.service_block.article_block {
    text-align: start;
}

.service_block.article_block ul {
    margin: 10px 0 10px 30px;
    list-style: disc;
}

.service_block.article_block:after {
    clear: both;
}

.service_footer_block {
    width: 100%;
}

.service_footer_link {
    text-align: center;
    color: rgba(0,0,0,.8);
    font-weight: bold;
    padding-bottom: 1rem;
}

.service_footer_link a {
    text-decoration: underline;
    cursor: pointer;
     color: #3066be;
}

.service_footer_images {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 100vw;
    overflow: auto;
}