@charset "UTF-8";
i, li, p {
    font-weight: 200;
	font-size: 1.1em;
}
a {
    font-weight: 400;
}
.detailed-goods .detailed-goods-bottom ul li {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 100%;
    margin-bottom: 10px;
}
img.isp_element {
	background-color: #D9D9D9;
	padding: 10px;
	border-radius: 10px;
}
p.isp_element_title {
	font-weight: 600
}
.isp_block {
	display: flex;
	margin-top: 3em;
	width: 46%;
}
h2.title-big {
	display:none;
}
.title {
    display: none;
}
.isp_anons {
	display:none;
}
.isp_element_2 {
    margin-left: 2em;
}
p.isp_element_title {
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
}
p.isp_element_title {
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	width: 60%;
	text-align: left;
}
p.isp_element_description {
	font-weight: 300 !important;
	font-size: 17px !important;
	line-height: 24px !important;
}
.isp_description {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.isp_description_next {
	background: #F6F6F6;
	padding: 3em;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.isp_element_description {
	width: 100%;
}
.isp_element_description.next {
	margin: 1em;
}

div.isp_element_image {
	margin: 1em;
	background: #fff;
	padding: 1em;
	border-radius: 20px;
}
img.isp_element_image {
	border-radius: 20px;
	width: 100%;
}
.itcss {
	margin-top: 2em;
	margin-bottom: 2em;
}
.isp_block_backgtound {
	background: #F6F6F6;
	width: 100vw;
	margin-left: calc(50% - 50.4vw);
	padding: 2em 12%;
}
.isp_block.backgtound {
	padding: 2em;
	background: #fff;
	border-radius: 20px;
	transition: .5s;
}
.isp_block.backgtound:hover {
	transition: .5s;
	box-shadow: 0 24px 48px rgba(0,0,0,.4);
	transform: scale(1.04);
}
.isp_block.backgtound.first {
	width: 48%;
	align-items: center;
	justify-content: space-between;
}
.isp_block.backgtound.second {
	width: 48%;
	align-items: center;
	justify-content: space-between;
}
.isp_element_1.group {
	width: 50%;
}
.isp_element_2.image {
	width: 50%;
	display: flex;
	justify-content: center;
}
img.isp_blade {
	width: 50%;
}
img.isp_blade.group {
	width: 82%;
}
p.isp_element_description.next {
	text-align: left;
}
.isp_block_first {
	display: flex;
	justify-content: space-between;
}
.isp_block_second {
	display: flex;
	justify-content: space-between;
}
.isp_block_third {
	display: flex;
	justify-content: space-between;
}
.isp_block.backgtound.third.trinity {
	width: 31%;
	align-items: center;
	justify-content: space-between;
}
.isp_block.backgtound.first.trinity {
	width: 31%;
}
.isp_block.backgtound.second.trinity {
	width: 31%;
}
@media only screen and (max-width: 991px) {
.isp_description {
flex-direction: column;
}
.isp_block {
width: 100%;
}
.isp_description_next {
    flex-direction: column-reverse;
}
.isp_block_first {
    flex-direction: column;
}
.isp_block.backgtound.first {
    width: 100%;
}
.isp_block.backgtound.second {
    width: 100%;
}
.isp_element_description.next {
    margin: 0em;
}
.isp_block backgtound.second {
    width: 60%;
}
.isp_block_second {
    flex-direction: column;
}
.isp_block.backgtound.first.trinity {
    width: 100%;
}
.isp_block.backgtound.second.trinity {
    width: 100%;
}
.isp_block.backgtound.third.trinity {
    width: 100%;
}
.isp_block_third {
    flex-direction: column;
}
}
@media only screen and (max-width: 576px) {
.isp_block {
    flex-direction: column-reverse;
    align-items: center;
}
}