@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@charset "utf-8";

@media (min-width: 1280px) {
    .container {
        width: 1270px;
    }
}

.logo__image {
/*	max-width: 200px;*/
}

/*ВРЕМЕННО*/

/*body > div.wrapper > div.header > div > div > div.header__column.header__column_links > div.user {
	display: none;
}*/

.device .add {
	display: none;
}

.device__name span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

/*КОНЕЦ ВРЕМЕННО*/
.header {
	padding: 5px 0 5px; 
}


body {
    overflow-y: scroll;
}

body {
/*	background-color: #F8F9FA;*/
}

.top-info {
    padding: 10px 0;
    background-color: transparent;
    font-size: 14px;
/*    font-weight: bold;*/
}

div.top-info__content {
	flex: 0 1 auto;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.top-info__location {
	display: none;
}

ul.topnav__menu {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.topnav__menu li {
	display: inline-flex;
	flex-flow: row nowrap;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul.topnav__menu li a {
	color: #011627;
}

ul.topnav__menu li a:hover {
	color: #E71D36;
}

.topnav__phones a {
	margin: 0 10px 0 0;
    font-size: 14px;
	color: #011627;
	font-weight: bold;
}

.topnav__phones a:hover {
	color: #E71D36;
}

/*ЛОГО  --  ПОИСК  --  */

.header .container .header__wrap  {
	box-sizing: border-box;
	margin: 0px 0 10px 0;
}

.header__column.logo {
	height: auto;
	padding: 5px 0 5px 0;
}

.header-search {
	align-self: center;
}

.header__column.header__search.header-search {
	background-color: #22313F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;
}

.header__column.header__search.header-search .input {
	border-radius: 10px;
	border-width: 2px;
	border-color: #22313F;
	background-color: #fff;
}

.button.header-search__button {
	background-color: #22313F;
	border-radius: 0 10px 10px 0;
}

.header__column {
	align-items: center;
}

/* --  КОРЗИНА  -- РЕГИСТРАЦИЯ  --  ИЗБРАННОЕ  -- СРАВНЕНИЕ  */
/*
.header__column.header__column_links a,
.header__column .cart .icon-link__item,
.header__column_links .icon-link__item {
	font-size: 13px;
	color: #011627;
	font-weight: 400;
}

.header__column.header__column_links {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: right;
}

.header__column.header__column_links .cart {
    margin: 0 0 0 0;
}

.header__column.header__column_links .user {
	display: flex;
    flex-flow: row nowrap;
}



.header__column.header__column_links .icon-link,
#personal_desktop .icon-link,
#compare_ajax .icon-link,
#personal_desktop a:first-child {
	display: flex;
	flex-flow: column nowrap;
	margin: 0 0 0 10px;
}

#personal_desktop {
	order: 2;
}

#fav_ajax {
	order: 1;
}

*/

.header__column.header__column_links .icon {
    display: flex;
    height: 30px;
    width: 30px;
}

.header__column.header__column_links a span,
.header__column.header__column_links a {
	font-size: 14px;
	font-weight: 400;
	color: #011627;
}

.header__column.header__column_links a:hover span {
/*	text-decoration: underline;*/
	color: #E71D36;
}

.cart {
	order: 2;
/*	background-color: #f4f5f6;*/
	border: solid 1px rgb(218, 220, 222, 1);
	border-radius: 10px;
    padding: 5px 10px;
    margin-right: 0px;
    margin-left: 20px;
}
.user {
	order: 1;
}

#personal_desktop {
	margin-bottom: 0;
}

#fav_ajax,
#compare_ajax {
	display: none;
}

/*MAIN MENU*/

.main-menu__wrap {
	display: flex;
	flex-flow: row nowrap;
    justify-content: flex-start; 
    align-items: center;
    background-color: #f4f5f6;
    border-radius: 10px;
}


.main-menu__item {
 	display: flex;
 	flex-flow: row nowrap;
    flex: 0 1 auto;
    justify-content: center; 
    align-items: center;
    height: 36px; 
    font-size: 14px;
    position: relative;
    background-color: transparent;
    padding: 0 10px 0 10px;
}

.main-menu__item:hover {
    background-color: transparent;
}

.main-menu__item > a {
	position: relative;
	color: #011627;
}

.main-menu__item:hover a {
	color: #E71D36;
}

.main-menu__item:first-child {
    background-color: #E71D36;
    border-radius: 10px;
    padding: 0 20px;
    margin: 0 10px 0 0;
}

.main-menu__item .icon-link .icon,
#catalog_main_menu > div{
	height: initial!important;
}

.main-menu__item .icon-link span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/*ВЫПАДАЮЩЕЕ МЕНЮ КАТАЛОГА*/
.popup-catalog-menu {
	background-color: #fff;
	border-radius: 10px;
}

.popup-catalog-menu:after {
	position: absolute;

}

.popup-catalog-menu .sections {
    width: 300px;
    padding: 5px 5px 20px 5px;
}

.popup-catalog-menu .subsections {
	width: 350px;
	padding: 5px 5px 5px 10px;
    border-left: solid 1px #f4f5f6;
    border-radius: 0 10px 10px 0;
}

.main-menu__item .popup-catalog-menu .sections a,
.main-menu__item .popup-catalog-menu .subsections a {
	position: relative;
	display: inline-flex;
	background-repeat: no-repeat;
	background-position: center center;
	color: #011627;
	border-radius: 10px;
	font-size: 14px;
    justify-content: flex-start;
    line-height: 20px;
    padding: 8px 12px 8px 40px;
    font-weight: bold;
}

.main-menu__item .popup-catalog-menu .sections a:hover {
	background-color: #f4f5f6;
}

.main-menu__item .popup-catalog-menu .subsections a {
    padding: 8px 12px 8px 12px;
    font-weight: normal;
}

.main-menu__item .popup-catalog-menu .subsections a:hover {
	background-color: #f4f5f6;
}

.main-menu__item .popup-catalog-menu .sections a::after {
	position: absolute;
	top: 0;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	
}

.main-menu__item .popup-catalog-menu .sections a:hover::before {
	position: absolute;
	content: url('../img/catalog/arrow.png');
	top: 0;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
}

.main-menu__item .popup-catalog-menu .sections a::before img {
/*	width: 8px;*/
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(1)::after {
	content: url('../img/catalog/01.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(2)::after {
	content: url('../img/catalog/02.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(3)::after {
	content: url('../img/catalog/03.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(4)::after {
	content: url('../img/catalog/04.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(5)::after {
	content: url('../img/catalog/05.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(6)::after {
	content: url('../img/catalog/06.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(7)::after {
	content: url('../img/catalog/07.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(8)::after {
	content: url('../img/catalog/08.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(9)::after {
	content: url('../img/catalog/09.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(10)::after {
	content: url('../img/catalog/10.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(11)::after {
	content: url('../img/catalog/11.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(12)::after {
	content: url('../img/catalog/12.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(13)::after {
	content: url('../img/catalog/13.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(14)::after {
	content: url('../img/catalog/14.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(15)::after {
	content: url('../img/catalog/15.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(16)::after {
	content: url('../img/catalog/16.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(17)::after {
	content: url('../img/catalog/17.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(18)::after {
	content: url('../img/catalog/18.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(19)::after {
	content: url('../img/catalog/19.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(20)::after {
	content: url('../img/catalog/20.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(21)::after {
	content: url('../img/catalog/21.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(22)::after {
	content: url('../img/catalog/22.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(23)::after {
	content: url('../img/catalog/23.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(24)::after {
	content: url('../img/catalog/24.png');
}

.main-menu__item .popup-catalog-menu .sections a:nth-child(25)::after {
	content: url('../img/catalog/25.png');
}


/**/

/*БАННЕР НА ГЛАВНОЙ*/

.container.index-slider {
	margin-bottom: 5px;
}

.container.index-slider .slider {
	border-radius: 10px;
}


/*  ЗАГАЛОВКИ НА ГЛАВНОЙ  */

.title.title_block,
.title_1 {
	font-family: 'Roboto', Arial;
	font-weight: 900;
	font-size: 2em;
	color: #011627;
	margin: 0 0 20px 0;
}

/*  КАРТОЧКИ НА ГЛАВНОЙ И КАТАЛОГЕ  */


@media (min-width: 1280px) {
	.devices-block__wrap {
		grid-template-columns: repeat(5, 1fr);
	}
}

.devices-block__wrap {
   	grid-gap: 15px 15px;
}

@media (min-width: 1280px) {
	.devices__wrap {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
   		grid-gap: 15px 15px;
	}
}

.devices-block {
	margin-bottom: 30px;
}

.device {
	box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: solid 1px rgb(218, 220, 222, .6);
    border-radius: 10px;
    padding: 10px;
}

.device:hover {
    border: solid 1px rgb(218, 220, 222, 1);
}

.device a {
	font-size: 14px;
	color: #011627;
}

.device a:hover {
	color: #E71D36;
}

/*  КНОПКМ ЗАКАЗАТЬ  */

.device-order {
    margin-top: auto;
    justify-content: flex-end;
}

.button_device {
    background-color: #E71D36;
    color: #fff;
    border-radius: 5px;
}

.button_device:hover {
    background-color: #ad0719;
}

.button_checkout {
    color: #fff;
    background-color: #011627;
    border-color: #011627;
    border-radius: 5px;
}

input[type=number] {
    border-radius: 5px;
}

/*  ЯРЛЫКИ  */

.device__tags {
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
    flex-direction: column;
    padding-right: 24px;
    align-items: flex-start;
    max-width: 100%;
}

.tag {
	border-radius: 10px;
}

.tag.device__tag.novinka {
	background-color: #86B030;
}

.tag.device__tag.lucśaǎ_xena {
	background-color: #0DA3AA;
	color: #fff;
}

.tag.device__tag.hit_prodağ {
	background-color: #388e3c;
	color: #fff;
}

/*  МЕНЮ НА МОБИЛЬНОМ  */

.menu-content.phones-mobile .header {
	display: none;
}

.menu-content.phones-mobile .city {
	display: flex;
	flex-flow: column nowrap;
}

.menu-content.phones-mobile .city div {
	display: flex;
	flex-flow: column nowrap;
}

.menu-content.phones-mobile .city div ul {
	display: flex;
	flex-flow: column nowrap;
}

.menu-content.phones-mobile .city div .topnav__menu {
	order: 2;
}

.menu-content.phones-mobile .city div .topnav__phones {
	order: 1;
}

.menu-content.phones-mobile .city div .topnav__phones a {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}

.menu-content.phones-mobile .city div .topnav__phones a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url('../img/icon-phone.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 14px;
	margin-bottom: 20px;
}

/******   BODY LEFT SIDEBAR   ******/

.content {
	padding: 0 0 0 0;
}

.content__side {
    display: none;
}

.devices__wrap {
	grid-gap: 10px 10px;
}

@media (min-width: 1280px) {
	.catalog-items__wrap {
    	display: grid;
    	grid-template-columns: repeat(6, 1fr);
    	grid-gap: 10px;
	}
}

.pagination {
	margin: 30px 0;
}

/******   КАРТОЧКА ТОВАРА   ******/

.device-basic__column:first-child {
    flex: 0 0 50%;
    margin-right: 24px;
    position: relative;
}

/******   FOOTER   ******/

.footer {
	box-sizing: border-box;
	background-color: transparent;
	margin-bottom: 20px;
	color: #011627;
}

.footer .container {
	box-sizing: border-box;
	background-color: #f4f5f6;
	border-radius: 10px;
	padding: 20px;
	color: #011627;
}

.footer a,
.footer .container a {
	color: #011627;
}



/******   КОНТЕНТ   ******/
.device-full,
.device-full table,
.product-common {
	font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
   	color: #011627;

}

.tab-container table tr td {
	width: 50%;
}

.tab-container  table tr td, h4{
   color: #011627;
}

.tab-container table tr td:nth-child(2)  {
   text-align: left;
}

.tab-container  table tr {
	border-bottom: 0px;	
}


.tab-container  table tr:nth-child(even) {
	background-color: rgba(236, 241, 247, .5);
}


/*КАТАЛОГ ПРОДУКЦИИ НА ГЛАВНОЙ СТРАНИЦЕ*/

.int-index .catalog-item {
    border: 0px solid #e0e0e0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f4f5f7f0;
}

.int-index .catalog-item .catalog-item__title {
    text-align: center;
}


/*ДЛЯ МАГАЗИНА ТОТАЛ ЛИДА*/

.int_two_columns {
	display: flex;
	flex-flow: row nowrap;
}

.int_two_columns p {
	width: 50%;
	font-family: 'Open Sans', 'Roboto', Arial;
	line-height: 1.5em;
/*	padding: 10px;*/
}

.int_two_columns p {
	display: flex;
	flex-flow: row wrap;
}

.int_two_columns p img {
	width: 145px;
	height: 145px;
	border-radius: 5px;
	margin: 5px;
}

.lida-small-gallery img {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	margin: 5px 5px 0 0;
}

/*  ГАРАНТИЙНЫЕ СРОКИ И СЕРВИСНЫЕ ЦЕНТРЫ  */

.warrantyBrandWrapper {
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0 0 30px -8px;
    color: #011627;
}

.warrantyBrandWrapper h2 {
    font-family: 'Open Sans', sans-serif;
    color: #011627;
}

.warrantyBrandWrapper .warrantyBrand {
    display: flex;
    flex-flow: column nowrap;
    align-items: center	;
    justify-content: flex-start;
    width: 250px;
    text-align: left;
}

.warrantyCard {
    display: flex;
    flex-flow: column nowrap;
    width: 80%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px rgba(144, 164, 174, .3);
}

.warrantyBrandWrapper .warrantyCard table {
	width: 90%;
    box-sizing: border-box;
    margin: 10px;
    border-collapse: collapse;
    border-spacing: 5px;
}

.warrantyBrandWrapper .warrantyCard table tr td:first-child {
    box-sizing: border-box;
    width: 230px;
    border-right: 1px solid #f2f2f2;
}

.warrantyBrandWrapper .warrantyCard table tr td {
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #011627;
}


/*ВРЕМЕННО ТЕСТ*/

.main-menu {
	width: 100%;
    background: #fff;
/*    box-shadow: 0 4px 8px 0 rgb(35 31 32 / .1);*/
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .06);
}

.main-menu .container .main-menu__wrap {
	background: #fff;
	padding-bottom: 10px;
}

