﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.card__item,
.mfo_info_card{
    width: auto;
    border: 1px solid #cccccc5c;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.76);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.76);
	-moz-box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.76);
}
.card__item__head{
	border-bottom: 1px solid #cccccc5c;
}
.card__item__container{
    margin: 10px;
}
.card__item__logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card__item__logo img{
    height: 80px;
    width: auto;
}
.card__wrapper{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
	margin: 15px 0;
}
.card__item__title{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #00000091;
    margin: 5px 0;
	text-decoration: none;
}
.card__item__title:hover{
	color: #00000091;
	text-decoration: underline;
}
.short.card__item_wrap{
    display: flex;
    justify-content: space-between;
}
.card__item__info_name,
.info__list{
    font-weight: 600;
    color: #bbb;
}
.card__item__link{
    background-color: #95ce5a;
    color: #fff!important;
    padding: 10px 30px;
    display: block;
    font-weight: 600;
    width: fit-content;
    margin: 20px auto;
    border-radius: 7px;
    -webkit-box-shadow: 0 7px 10px rgba(149, 206, 90, .4);
    -moz-box-shadow: 0 7px 10px rgba(149,206,90,.4);
    box-shadow: 0 7px 10px rgba(149, 206, 90, .4);
    text-decoration: none;
	transition: all .3s ease;
}
.card__item__link:hover{
	color: #fff;
	background-color: #8abd55;
	-webkit-box-shadow: 0 7px 10px rgba(149, 206, 90, .64);
    -moz-box-shadow: 0 7px 10px rgba(149,206,90,.64);
    box-shadow: 0 7px 10px rgba(149, 206, 90, .64);
}
.long .card__item__info_group{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.mfo_info_card{
	padding: 10px;
}
.info__list{
	list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.info__list li{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #ccc;
	width: 47%;
    margin: 0 10px;
}
.info__list li span{
	text-align: center;
	color: #000;
    font-weight: 100;
}
.mfo_info_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #9d9d9d;
}
.pll-parent-menu-item .sub-menu img{
	margin: 0 auto;
	display: block;
}
.footer-navigation ul li.pll-parent-menu-item .sub-menu li>a{
	padding: 15px 0;
}
.footer-navigation{
	display: block;
}
.row_card__wrapper{    
	grid-template-columns: 1fr;
}
.row_card__item {
    display: flex;
    align-items: center;
}
.row_card__item .card__item__head{
    border: none;
}
.row_card__item .card__item__container,
.row_card__item .card__item__info_value{
	text-align: center;
}
.row_card__item .card__item__logo img{
   	height: auto;
    max-width: 167px;
}
aside .card__item__container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
aside .card__item__logo img{
	height: auto;
    max-width: auto;
}
.row_card__item .card__item__info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	flex-wrap: wrap;
}
.row_card__item .card__item__info_group{
    margin: 0 8px;
}
.row_card__item .card__item__info_value{
	
}
@media(min-width: 992px){
	ul li.pll-parent-menu-item:hover ul.sub-menu{
    display: block;
    height: fit-content;
    width: 100%;
}
}
@media(max-width: 1199px){
	.info__list li{
		width: 100%;
		margin: 0;
	}
	.row_card__item .card__item__info{
		justify-content: center;
	}
}
@media(max-width: 755px){
	.row_card__item .card__item__info{
		 flex-wrap: wrap;
	}
}
@media(max-width: 576px){
	.card__wrapper{
		grid-template-columns: 1fr;
	}
	.row_card__item.card__item{
		flex-direction: column;
	}
}
@media(max-width: 350px){
	.row_card__item .card__item__info{
		flex-direction: column;
	}
}