
.wrapper{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 15px;
}

.wrapper-image{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper-image-row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-self: flex-start;
	overflow: hidden;
	margin-top: 62px;
}


.wrapper-image-row-container{
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	margin-right: 20px;
	width: 85px;
	height: 93px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.wrapper-image-row-container:last-child {
	margin-right: 0;
}

@media (max-width: 992px) {
	.wrapper-image-row-container{
		width: 60px;
		height: 90px;
	}
}

.active{
	border: 1px solid #3BA9E8;
}

.wrapper-content-heading{
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
}

.wrapper-content-heading-1{
	color: #929292;
}

.hr{
	background-color: #E3E3E3;
	height: 1px;
	width: 100%;
	margin-top: 21px;
}

.wrapper-content-desc{
	margin-top: 25px;
}

.w3-container-sizes{
	display: flex;
	flex-direction: column;
	margin-top: 46px;
}

@media (min-width: 768px) {
	.w3-container-sizes-wrapper-1{
		margin-left: 20px;
	}
}

.w3-container-sizes-wrapper,.w3-container-sizes-wrapper-1{
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.w3-container-sizes-wrapper,.w3-container-sizes-wrapper-1{
		width: 20%;
	}
}

.w3-container-sizes-row{
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.w3-container-sizes-row{
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.w3-container-sizes-wrapper-line:nth-child(odd){
		background-color: #F4F4F4;
	}
}

.w3-container-sizes-wrapper-line-bg {
	background-color: #F4F4F4;
}

@media (min-width: 768px) {
	.w3-container-sizes-wrapper-line-bg {
		background-color: transparent;
	}
}

.w3-container-sizes-wrapper-line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px 10px;
}

.w3-container-sizes-wrapper-line span:first-child{
	color: #37A7E8;
	font-weight: bold;
}

.w3-container-sizes-heading{
	font-size: 24px;
	color: black;
	font-weight: bold;
}

.w3-bar-item{
    text-align: center;
}

.w3-button{
	width: 100%;
}

.w3-button:hover {
    color: #37A7E8 !important;
}

.w3-bar {
	display: flex;
	align-items: baseline;
	flex-direction: column;
    overflow: hidden;
    color: black;
    border-bottom: 1px solid #C4C4C4;
    width: auto;
}

@media (min-width: 768px) {
	.w3-bar {
		display: inline-block;
	}
}

.w3-bar .w3-bar-item {
	padding: 25px 10px 25px 5%;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    margin-right: 20px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.w3-bar .w3-bar-item {
		padding: 8px 16px;
		margin-bottom: 0;
	}
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
	background-color: #3c3837;
	color: #fff;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

@media (min-width: 768px) {
	.w3-bar .w3-button {
		white-space: normal;
		font-weight: 900;
		background-color: transparent;
		color: #000000;
		width: initial;
		font-size: 14px;
	}
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    margin-left: 10px;
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

@media (min-width: 768px) {
	.w3-bar-active{
		color: #37A7E8;
		border-bottom: 3px solid #37A7E8 !important;
	}
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-bar{
	width: 100%;
	margin-top: 78px;
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.wrapper-img{
	display: flex;
	flex-direction: column;
}

.wrapper-img-container{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 30px;
}

@media (min-width: 576px) {
	.wrapper-img-container{
		flex-direction: row;
		margin: 34px -12px 0 -12px;
	}
}

.wrapper-img-container a {
	padding-top: 16px;
}

@media (min-width: 576px) {
	.wrapper-img-container a {
		width: calc(50% - 24px);
		max-height: calc(50% - 24px);
		padding: 12px;
	}
}

@media (min-width: 1200px) {
	.wrapper-img-container a{
		width: calc(33.3333% - 24px);
		max-height: calc(33.3333% - 24px);
		padding: 12px;
	}
}

.wrapper-img-container a img {
	width: 100%;
}

@media (min-width: 576px) {
	.wrapper-img-container a img {
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
}

@media (min-width: 768px) {
	.wrapper-img-container a img {
		height: 250px;
	}
}

.rating-wrapper{
	display: flex;
	flex-direction: column;
	font-size: 16px;
}

.rating-wrapper:first-child{
	margin-top: 35px;
}

.recomendation-wrapper,
.winter-snow-wrapper,
.treadwear-wrapper
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.recomendation-wrapper,
.wet,
.dry,
.winter-snow-wrapper,
.comfort,
.treadwear-wrapper
{
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding: 20px 25px;
	margin-top: 11px;
}

.wet-wrapper,
.dry-wrapper,
.comfort-wrapper,
.treadwear-wrapper
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.recomendation-wrapper-graduate-value,
.wet-wrapper-graduate-value,
.dry-wrapper-graduate-value,
.comfort-wrapper-graduate-value,
.treadwear-wrapper-graduate-value
{
	color: #37A7E8;
}

.recomendation-wrapper-graduate,
.wet-wrapper-graduate,
.dry-wrapper-graduate,
.winter-snow-wrapper-graduate,
.comfort-wrapper-graduate,
.treadwear-wrapper-desc-2 {
	text-align: right;
}

.reviews-wrapper-desc-heading-date {
	text-align: right;
}

.wet,
.dry,
.comfort
{
	display: flex;
	flex-direction: column;
}

.wet-wrapper-desc,
.dry-wrapper-desc,
.comfort-wrapper-desc
{
	margin-top: 27px;
}

.wet-wrapper-desc-1,
.dry-wrapper-desc-1,
.comfort-wrapper-desc-1,
.treadwear-wrapper-desc-1
{
	margin-top: 18px;
}

.winter-snow-wrapper-graduate-value,
.winter-snow-wrapper-text span
{
	color: #C4C4C4;
}

.bold{
	font-weight: bold;
}

.reviews-wrapper {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.reviews-wrapper {
		margin-top: 46px;
	}
}

.reviews-wrapper,
.reviews-wrapper-desc
{
	display: flex;
	flex-direction: column;
}

.reviews-wrapper{
	border: 1px solid #C4C4C4;
	border-radius: 6px;
}

.reviews-wrapper-desc,
.reviews-wrapper-name {
	padding: 16px 25px;
}

.reviews-wrapper-desc-info{
	margin-top: 16px;
	text-align: justify;
}

.reviews-wrapper-desc-info img{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 16px;
}

@media (min-width: 768px) {
	.reviews-wrapper-desc-info img{
		width: 120px;
		height: 120px;
		margin-right: 26px;
	}
}

.reviews-wrapper-name{
	background-color: #F4F4F4;
	border-radius: 6px 6px 0 0;
}

.reviews-wrapper-desc-heading{
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.specs-wrapper {
	margin-top: 46px;
}

.specs-wrapper,
.specs-wrapper-table-column-tires
{
	display: flex;
	flex-direction: column;
}

.specs-wrapper-table{
	display: flex;
	flex-direction: column;
}

.under-heading{
	font-size: 14px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.under-heading{
		font-size: 10px;
	}
}

.specs-wrapper-table-color{
	color: #37A7E8;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column:nth-child(even){
		background-color: #F4F4F4;
	}
}

.specs-wrapper-table-column-tires-heading{
	height: 38px;
	text-align: center;
	line-height: 10px;
	width: 100%;
	display: none;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column-tires-heading{
		padding: 0 5px;
		border-right: 1px solid #4D4D4D;
		display: block;
	}
}

.specs-wrapper-table-column-tires-heading:last-child {
	border-right: none;
}

.specs-wrapper-table-column-tires{
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column-tires{
		border-right: 1px solid #4D4D4D;
		height: 80px;
		flex-direction: column;
		justify-content: center;
	}
}

.specs-wrapper-table-column-tires:last-child {
	border-right: none;
}

.specs-wrapper-table-column-tires:nth-child(even){
	background-color: #F4F4F4;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column-tires:nth-child(even){
		background-color: transparent;
	}
}

.specs-wrapper-table-column{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column{
		flex-direction: row;
		margin-bottom: 0;
	}
}

.specs-wrapper-table-column:last-child {
	margin-bottom: 0;
}

.specs-wrapper-table-column-tires-left {
	display: flex;
	align-items: center;
	color: initial;
	padding-left: 16px;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column-tires-left {
		display: none;
	}
}

.specs-wrapper-table-column-tires-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 16px;
}

@media (min-width: 992px) {
	.specs-wrapper-table-column-tires-right {
		padding-right: 0;
	}
}

.specs-wrapper-table-head {
	display: none;
}

@media (min-width: 992px) {
	.specs-wrapper-table-head {
		display: flex;
	}
}

.specs-wrapper-table-column-tires span{
	text-align: center;
}

.specs-wrapper-heading{
	font-size: 24px;
	color: black;
}

.blue{
	color: #37A7E8;
}

.wrapper-img-mobile
{
	display: none;
}

@media(max-width: 920px){
	.wrapper{
		flex-direction: column;
		align-items: center;
	}

	.wrapper-image{
		width: 100%;
		justify-content: center;
		order: 1;
	}

	.wrapper-image-row{
		align-self: center;
	}
}

@media(max-width: 768px){

	.mobile-tabs{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.mobile-menu-wrapper i{
		color: black;
	}

	.mobile-menu-wrapper-show{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
		cursor: pointer;
    	border-bottom: 1px solid #eaeaea;
	}

	.wrapper-img-mobile{
		flex-direction: column;
		margin-top: 15px;
	}

	.rating-wrapper-mobile {
		padding-top: 14px;
	}

	.rating-wrapper-mobile,
	.reviews-mobile
	{
		flex-direction: column;
	}
}

.wrapper-img-container-mobile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}

.wrapper-img-mobile img {
	width: 100%;
	max-height: 50%;
	margin-bottom: 16px;
}

.wrapper-img-mobile img:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.wrapper-img-container-mobile {
		margin: 0 -8px;
	}

	.wrapper-img-mobile a {
		width: calc(50% - 16px);
		padding: 8px;
	}
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media
	  only screen
    and (max-width: 760px), (min-device-width: 768px)
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 25px 0;
    }

    tr:nth-child(odd) {
      background: #F4F4F4;
    }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 70%;
			height: 45px;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		.mobile-specs {
			margin-top: 25px;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		td:nth-of-type(1):before { content: "SIZE"; }
		td:nth-of-type(2):before { content: "NTQG"; }
		td:nth-of-type(3):before { content: "MAX. LOAD"; }
		td:nth-of-type(4):before { content: "MAX INFLATION PRESSURE"; }
		td:nth-of-type(5):before { content: "TREAD DEPTH"; }
		td:nth-of-type(6):before { content: "TIRE WEIGHT"; }
		td:nth-of-type(7):before { content: "RIM WIDTH RANGE"; }
		td:nth-of-type(8):before { content: "MEAS. RIM WIDTH"; }
		td:nth-of-type(9):before { content: "SECT. WIDTH"; }
		td:nth-of-type(10):before { content: "TREAD WIDTH"; }
		td:nth-of-type(11):before { content: "OVERALL DIAM."; }
		td:nth-of-type(12):before { content: "REVS. PER MILE"; }
		td:nth-of-type(13):before { content: "COUNTRY OF ORIGIN*"; }
	}


.wrapper-content{
	width: 100%;
	display: grid;
	grid-template-areas: "wrapper-content-top"
	                     "wrapper-content-center"
						 "wrapper-content-bottom";
}

@media (min-width: 768px) {
	.wrapper-content{
		display: grid;
		grid-template-areas: "wrapper-content-center wrapper-content-top"
	                     "wrapper-content-center wrapper-content-bottom";
		grid-template-rows: auto 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.wrapper-content-top {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	grid-area: wrapper-content-top;
}

.wrapper-content-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-area: wrapper-content-center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.wrapper-content-center {
		margin-bottom: 0;
	}
}

.wrapper-content-bottom {
	grid-area: wrapper-content-bottom;
}

.button-block {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.button-block {
		justify-content: flex-start;
	}
}

.button-blue {
	background: #37A7E8;
	border-radius: 6px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	border: none;
	outline: none;
	padding: 14px 60px;
	cursor: pointer;
}

.button-blue_margin-top {
	margin-top: 38px;
}

.modal-box {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100vh;
	width: calc(100vw + 10%);
	margin-left: -10%;
	position: fixed;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
}
.modal-box.opened {
	z-index: 100000000;
	opacity: 1;
}

.modal {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(71, 70, 85, 0.1);
	padding: 50px 16px;
	position: absolute;
	max-width: fit-content;
	width: 100%;
	max-height: 670px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	cursor: default;
	border-radius: 8px;
}

@media (min-width: 576px) {
	.modal {
		padding: 50px 24px;
	}
}

@media screen and (min-width: 768px) {
	.modal {
		height: initial;
		padding: 50px 70px;
		max-width: 600px;
	}
}

.modal__content {
	overflow: auto;
	flex-grow: 1;
}

.modal__content_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal__row {
	display: flex;
}

.modal__row_margin-bottom-md {
	margin-bottom: 14px;
}

.modal__row_margin-bottom-xl {
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.modal__row_margin-bottom-xl {
		margin-bottom: 70px;
	}
}

.close-button {
	position: absolute;
	height: 28px;
	width: 28px;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 576px) {
	.close-button {
		right: 20px;
		top: 16px;
		height: 34px;
		width: 34px;
	}
}

.close-button__span {
	position: absolute;
	background-color: #9F9F9F;
	height: 4px;
	border-radius: 50px;
	width: 34px;
	transform: rotate(45deg);
}

@media screen and (min-width: 576px) {
	.close-button__span {
		width: 40px;
	}
}

.close-button__span_rotate {
	transform: rotate(-45deg);
}

.links {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px) {
	.links {
		flex-direction: row;
		align-items: flex-start;
	}
}

.links__item {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.links__item {
		margin-right: 50px;
		margin-bottom: 0;
	}
}

.links__item:last-child {
	margin-right: 0;
}

.links__img {
	width: 100%;
	height: 100%;
	max-width: 200px;
}

@media (min-width: 576px) {
	.links__img {
		max-width: 300px;
	}
}

@media (min-width: 768px) {
	.links__img {
		max-width: 100%;
	}
}

.block-title {
	font-size: 14px;
	line-height: 20px;
	color: #0B0B0B;
	display: flex;
	align-items: center;
}

@media (min-width: 576px) {
	.block-title {
		font-size: 16px;
		line-height: 22px;
	}
}

.block-title_lg {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

@media (min-width: 576px) {
	.block-title_lg {
		font-size: 24px;
		line-height: 28px;
	}
}

.block-title_font-weight {
	font-weight: bold;
}

.block-title_info {
	background-color: #C4C4C4;
	border-radius: 50%;
	font-weight: bold;
	height: 12px;
	width: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 9px;
	line-height: 11px;
	margin-left: 5px;
}

.block-title_info:hover {
	color: #fff;
}

.custom-tabs {
	display: flex;
	border-bottom: 1px solid #C4C4C4;
}

.custom-tabs_margin-bottom-md {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.custom-tabs_margin-bottom-md {
		margin-bottom: 30px;
	}
}

.custom-tabs__item {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #353535;
	padding: 5px;
	margin-bottom: -2px;
}

.custom-tabs__item_active {
	border-bottom: 3px solid #353535;
	padding: 5px 5px 2px 5px;
}

.tire-model ul li::before {
	content: '';
	display: inline-flex;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #37a7e8;
}