.col_title {
    font-size: 30px;
    font-weight: 100;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    order: -3;
}
.col_desc.coll_desc_top {
    order: -2;
}
.col_desc {
    font-size: 14px;
    margin-bottom: 20px;
}
.col_desc p img {
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.col_prop_item {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    margin: 8px 4px;
    position: relative;
}
form.filter {
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
span.col_prop_title {
    display: flex;
    align-items: center;
    padding: 3px 15px;
    line-height: 20px;
    font-size: 14px;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
}
span.col_prop_title svg {
    margin-left: 10px;
}
.gender_filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.gender_filters a {
    display: flex;
    background: #ffcf00;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 15px;
    align-items: center;
    justify-content: start;
	color: inherit;
}
.gender_link.set_zhenskie svg {
    transform: rotate(225deg);
}
.gender_filters a span {
    display: block;
    margin-left: 10px;
    margin-top: 2px;
    font-family: 'Lato-Semibold';
    font-size: 16px;
}
.chars_list.activex {
    display: block;
}
.chars_list {
    display: none;
    position: absolute;
    width: 250px;
    padding: 10px;
    top: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
}
.chars_submit button {
    background: #008480;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 7px;
    text-transform: uppercase;
  	display:none;
}
.chars_items {
    overflow-y: auto;
    max-height: 190px;
}
span.char_check {
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 2px;
	margin: 2px 5px 2px 2px;
}
.char_item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    cursor: pointer;
}
.char_item.active .char_check {
    border: 1px solid #fff;
    outline: 2px solid #008480;
    background: #008480;
}
.col_prop_title.active {
    background: #008480;
    color: #fff;
    border-color: #008480;
}
.col_prop_title.active svg {
    display: none;
}
span.filter_delete {
    background: #008480;
    border-left: 1px solid #fff;
    line-height: 26px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}
.col_prop_item a {
    color: #008480;
    text-decoration: none;
}
.collection_filter {
    margin-bottom: 30px;
	order: -1;
}
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_sizes {
    margin-bottom: 50px;
}
ul.pagination li {
    margin: 4px;
    border: 1px solid #dddddd;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
ul.pagination li a {
    color: #000;
    text-decoration: none;
}
li.pagipagi {
    background: #dddddd;
    color: #000;
    font-weight: bold;
}
.top_subcol {
    margin-bottom: 25px;
}
.top_subcol ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.top_subcol ul li a {
    color: #fff;
    background: #008480;
    border: 1px solid #008480;
    text-decoration: none;
    padding: 3px 15px;
    display: block;
    line-height: 1.3;
}
.top_subcol ul .subcol_img_item a span {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
.top_subcol ul li a:hover {
    background: #fff;
    color: #008480;
}
.bottom_subcol ul li {
    display: inline-block;
    margin: 5px;
}
.bottom_subcol ul li a {
    color: #008480;
}
.bottom_subcol ul {
    text-align: center;
    margin: 20px 0;
}
.bottom_subcol ul li a:hover {
    text-decoration: none;
}
.colletion_wrapper {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: start;
}
.colletion_wrapper > * {
    width: 100%;
}
.bottom_subcol_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -10px;
}
.bottom_subcol ul li a {
    color: #fff;
    background: #008480;
    border: 1px solid #008480;
    text-decoration: none;
    padding: 3px 15px;
    display: block;
    line-height: 1.3;
}
.bottom_subcol ul li a:hover {
    color: #008480;
    background: #fff;
}
.paginate-links-a {
    text-align: center;
    margin-bottom: 10px;
}
.paginate-links-a a {
	display: inline-block;
    color: #000;
    background: #dddddd;
    text-decoration: none;
    padding: 9px 35px 7px;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 14px;
}
.paginate-links-a a:hover {
    color: #fff;
    background: #008480;
}
.page_sizes.top_sizes ul {
    text-align: left;
    margin-bottom: 15px;
}
a.button {
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    color: inherit;
}
.char_item.disable_char {
    opacity: .3;
    cursor: context-menu;
}
.seo_coll_wrapper {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.coll_seo_button {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    order: 2;
}
.seo_col_title {
    font-size: 30px;
    font-weight: 100;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.after_seo_wrapper .seo_col_title {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.seo_coll_item {
    width: 570px;
    height: 460px;
    padding: 40px;
    text-align: left;
    padding-right: 265px;
	font-size: 14px;
    line-height: 1.4;
}
.seo_coll_item_title {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.top_subcol ul .subcol_img_item {
    width: 140px;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 15px;
}
.top_subcol ul .subcol_img_item a {
    background: transparent;
    border: none;
    color: inherit;
    text-align: center;
    padding: 0;
}
ul.subcol_img_list {
    display: flex;
    flex-flow: wrap;
    align-items: start;
    justify-content: center;
}
.after_seo_wrapper .top_subcol {
    margin: 0;
}
.mobile_filter {
    display: none;
}
.gender_filters a:last-child {
    margin-right: 0;
}
.filter_indication {
	display: none;
}
.lambo_logo {
    text-align: center;
}
.coll_benefits .index_benefit .ben_title {
    font-size: 12px;
}
.coll_benefits .index_benefit {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    margin-bottom: 0;
    background-size: auto 23px;
    min-height: 32px;
	display:flex;
	align-items: center;
    justify-content: start;
}
.coll_benefits .index_benefit .ben_title {
    margin-bottom: 0;
    padding-right: 30px;
	font-family: 'Lato-Heavy';
    text-transform: uppercase;
    line-height: 1.4;
    padding-right: 40px;
}
.coll_benefits .index_benefits {
    padding: 20px 50px;
    padding-bottom: 20px;
}
.coll_benefits .index_benefits {
    background: transparent;
	padding: 0;
}
.coll_benefit_wrap .index_benefit {
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px !important;
    height: 100%;
}
.index_benefits .row {
    margin-left: -3px;
    margin-right: -3px;
    align-items: stretch;
}
.coll_benefits [class*=cell-] {
    padding-left: 3px;
    padding-right: 3px;
}
.coll_benefits {
    margin-top: 20px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: auto;
}
.review_link a {
    color: #2370c7;
    text-decoration: none;
    margin-left: 20px;
}
.review_link svg {
    margin-right: 6px;
    vertical-align: text-top;
}
.reviews_items_wrap {
    margin: 50px auto;
    width: 100%;
    max-width: 1300px;
}
.reviews_items_wrap.coll_reviews {
    display: none;
}
.reviews_item.hidden_rev {
    display: none;
}
.reviews_items_wrap .related_title {
    text-align: center;
    margin-bottom: 30px;
}
.coll_blog_item_wrap a {
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    color: #333;
}
.coll_blog_item_wrap a .coll_blog_item_img {
    width: 100px;
    height: 100px;
    min-width: 100px;;
    margin-right: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.coll_blog_item_wrap a .coll_blog_item_img img {
    width: auto;
    height: 100%;
    max-width: 500px;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    top: 0;
}
.coll_blog_item {
    margin: 10px 0;
}
.coll_blog_wrapper .link_all {
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    color: inherit;
}
.coll_blog_wrapper {
    text-align: center;
    margin-bottom: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	display:none;
}
.coll_blog_items {
    text-align: left;
}
.coll_blog_wrapper h2 {
    font-weight: normal;
}
.reviews_more_coll {
    text-align: center;
}
.reviews_more_coll a {
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    color: inherit;
}
.reviews_item.hidden_rev.activex {
    display: block;
}
.review_link {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}
.coll_blog_item_title {
    font-size: 16px;
}
.subcol_sales.desctop_sales .subcol_sales.d_sales_block {
    height: 100%;
}
.top_subcol {
    order: -2;
}
@media screen and (max-width:1160px){
.seo_coll_wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.seo_coll_item {
    width: 320px;
    height: 700px;
	padding-right: 20px;
    padding: 20px;
}
}
@media screen and (max-width:1024px){
.coll_benefit_wrap {
    margin-bottom: 6px;
}
.col_prop_item.hidden_prop {
    display: none;
}
form.filter {
	position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 99;
    text-align: left;
    padding: 0 15px;
    font-family: 'Lato-SemiBold';
    line-height: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    transition: all .5s;
}
form.filter.activex {
    left: 0;
    transition: all .5s;
}
.col_prop_item {
    display: block;
    align-items: center;
    justify-content: start;
    margin: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}
.chars_list {
    position: relative;
    width: 100%;
    padding: 25px 0 12px;
    top: 0;
    box-shadow: none;
}
.chars_items {
    max-height: 200px;
}
.chars_list {
    text-transform: initial;
}
span.col_prop_title {
    padding: 0;
}
.char_item.active .char_check {
    border: 1px solid #000;
    outline: none;
    background: #000;
}
span.char_check {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 12px;
}
.char_item {
    margin-bottom: 20px;
}
.chars_submit button {
    background: #dddddd;
    margin-top: 10px;
    padding: 9px;
    font-size: 16px;
    color: #000;
}
.col_prop_title.active {
    background: inherit;
    color: inherit;
    border-color: inherit;
}
span.filter_delete {
    display: none;
}
.col_prop_title.active svg {
    display: block;
}
.col_prop_item.remove_filter {
    order: -1;
    background: #efefef;
    margin-right: -15px;
    margin-left: -15px;
    padding: 18px 15px 17px;
}
.col_prop_item a {
    color: inherit;
    text-decoration: none;
    text-transform: initial;
    border-bottom: 1px solid #000;
}
span.col_prop_title span span {
    color: #cc4242;
    text-transform: initial;
}
.mobile_filter {
    display: block !important;
    margin-bottom: 20px;
    order: -1;
}
.mobile_filter_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Lato-SemiBold';
}
.filter_icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(filter.png);
    margin-left: 10px;
}
.mobile_filter_open {
    width: 50%;
    padding: 7px 10px;
    border: 1px solid #d1d1d1;
    border-right: none;
}
.mobile_sort {
    width: 50%;
    padding: 7px 10px;
    border: 1px solid #d1d1d1;
    border-left: none;
    margin-right: -1px;
    position: relative;
}
.mobile_overlay.close_filter {
    position: fixed;
    right: -100%;
    width: 20%;
    background: #000000b3;
    height: 100%;
    top: 0;
    background-image: url(close.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 20px 50%;
	transition: all .5s;
	z-index: 99;
}
.mobile_overlay.close_filter.activex {
    right: 0;
    transition: all .5s;
}
.filter_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.mobile_filter_open.acctivex, .mobile_sort.activex {
    background: #ffce00;
    border-color: #ffce00;
    width: 48%;
}
.gender_filters {
    margin-bottom: 0;
}
.collection_filter {
    margin-bottom: 10px;
}
.mobile_filter {
    display: block;
}
span.col_prop_title svg {
    min-width: 10px;
}
.active_char {
    display: inline-block;
    font-family: 'Lato-SemiBold';
    margin-right: 10px;
    border: 1px solid #cacaca;
    padding: 7px 10px;
    line-height: 1;
    padding-right: 34px;
    margin-bottom: 10px;
    position: relative;
}
.active_char_delete {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(delete_char.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px;
}
.filter_indication {
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
}
.sort_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sort_items_select {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 10px;
    box-shadow: 0px 2px 3px #ccc;
    min-width: 175px;
	display: none;
}
.sort_wrap svg {
    margin-left: 10px;
}
.sort_item {
    display: flex;
    align-items: center;
    justify-content: start;
}
.sort_item {
    margin-bottom: 15px;
}
.sort_item:last-child {
    margin-bottom: 0;
}
.sort_item.activex .char_check {
    background: #000;
}
}
@media screen and (max-width:768px){
.review_link {
    order: 3;
    min-width: 100%;
}
.top_subcol ul .subcol_img_item a span {
    margin-top: 0;
    text-align: left;
}
.top_subcol ul .subcol_img_item a img {
    width: 40px;
}
.top_subcol ul .subcol_img_item a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.reviews_items_wrap .review_header {
    flex-flow: wrap;
}
.review_link a {
    margin: 0;
    margin-top: 5px;
    display: inline-block;
}
.col_desc {
    order: 1;
	margin-bottom: 0;
    margin-top: 10px;
}
.bottom_subcol {
    order: 2;
}
.top_subcol ul .subcol_img_item {
    width: 33.3%;
    margin-bottom: 5px;
}
.col_title {
    margin-bottom: 30px;
}
ul.subcol_img_list {
    justify-content: start;
}
}
@media screen and (max-width:480px){
.top_subcol ul .subcol_img_item {
    width: 50%;
}
.gender_filters a {
    padding: 10px;
}
.gender_filters a span {
    font-size: 14px;
}
}
