#iphone_compare_main {
	background: #fff;
}
#inwb_iphone_15 {
	background: #f5f5f7;
	margin: 0;
	/*overflow-x: hidden;*/
	font-size:16px;
}
      @media (inverted-colors) {
        #inwb_iphone_15 .double-invert {
          filter: invert(1);
        }
      }
#inwb_iphone_15_pro {
	background: #000;
	margin: 0;
}
#inwb_iphone_15 div#iphonems,
#inwb_iphone_15_pro div#iphonems {
	max-width: 100%;
}
	#inwb_iphone_15 div#iphonems ul.newNav,
	#inwb_iphone_15_pro div#iphonems ul.newNav {
	    max-width: 1140px;
	    margin: -15px auto 25px;
	}
	
	

/* ARAK --> */
#iphonems-2018-nyito #iphone_arak_main_cont {
	max-width: 1152px;
	margin: auto;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container {
	
	list-style-type: none;
    width: 100%;
    max-width: 1152px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card {
	background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 4px #18214d1a;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
    width: calc(25% - 24px);
    margin: 80px 12px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card:hover {
    box-shadow: 0 12px 20px #5d64825c;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_header {
	padding: 0 24px;
	margin-bottom: 21px;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_header .card_img {
    width: 160px;
    height: 160px;
    margin: -80px auto 12px;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_header img {
    display: block;
    width: 100%;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_header .title {
    height: 40px;
    width: 100%;
    text-align: center;
    font-family: TeleNeoWeb;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #18214d;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_header .title:after {
    position: absolute;
    width: 100%;
    height: calc(100% + 80px);
    top: 0;
    left: 0;
    content: "";
    margin-top: -80px;
    z-index: 1;
}

#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_body {
    padding: 0 24px 20px;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_body .price {
    margin-bottom: 16px;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_body .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5d6482;
    margin-bottom: 21px;
    font-family: TeleNeoWeb;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_body .price .primary_price {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-family: TeleNeoWeb;
    margin-bottom: 3px;
    color: #18214d;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_body .price .secondary_price{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: TeleNeoWeb;
    color: #5d6482;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_footer {
    border-top: 1px solid #d2d6dd;
    padding: 16px 24px;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_footer a {
    color: #e20074;
    font-family: TeleNeoWeb;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    border: 2px solid #e20074;
    padding: 10px 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card .card_footer a:hover {
    background: #e20074;
    color: #fff;
}


@media only screen and (max-width: 960px) {
	#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container {
		justify-content: center;	
	}
	#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card {
		width: 45%;
	}
}
@media only screen and (max-width: 480px) {
	#iphonems-2018-nyito #iphone_arak_main_cont .iphone_arak_container .iphone_card {
		width: 100%;
	}
}

/* <-- ARAK */


div#iphonems div#iphonems-2018-nyito {
	padding-top: 62px;
}
div#iphonems div#iphonems-2018-nyito div.device-block {
	display: flex;
	flex-direction: row;
}
	#iphonems-2018-nyito .device-block .mt-gblock-inner:nth-of-type(1) {
		position: absolute;
		top: 0;
		padding-top: 30px;
		margin-bottom: 44px;
	}
	#iphonems-2018-nyito .device-block .mt-gblock-inner:nth-of-type(2) {
		position: absolute;
		bottom: 0;
		padding-bottom: 30px;
	}
	#iphonems-2018-nyito .device-block .mt-gblock-inner p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	div#iphonems .slick-slider {
    	position: unset;
    }
    div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon.uTabConActive {
	    display: block;
	    width: 100%;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors {
	    width: 25%;
	    display: inline-block;
	    vertical-align: top;
	}
		div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector .slick-slide .prod-img {
		    max-width: 235px;
		}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector ul.slick-dots {
	    margin-top: 20px;
	    width: 100%;
	    text-align: left;
	    position: absolute;
	    max-width: 215px;
	    left: 37%;
	    margin-left: -100px;
	    top: 85px;
	    z-index: 10;
		
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info {
	    display: inline-block;
	    width: 75%;
	    margin-left: 20px;
	    vertical-align: top;
	    position: relative;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs {
	    padding: 0;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon strong {
	    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	    font-weight: 900;
	    font-size: 30px;
	    line-height: 36px;
	    color: #18214D;
	    display: block;
	    margin-bottom: 4px;
	}
	div#iphonems div#iphonems-2018-nyito .mt-button {
	    display: block;
	    text-align: center;
	    max-width: 120px;
	    margin-top: 15px;
	}
	div#iphonems div#iphonems-2018-nyito .mt-button.mt-filled:hover,
	div#iphonems .mt-button-in-select:hover,
	div#iphonems .mt-button-in-select span:hover {
	    background: #E62689;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs {
	    background: none;
	    box-shadow: none;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block h2 {
	    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	    font-weight: 900;
	    font-size: 32px;
	    line-height: 36px;
	    color: #18214D;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab.uTabActive .mt-button span {
	    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	    font-weight: 900;
	    font-size: 15px;
	    color: #fff;
		background: #e20074;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab .mt-button {
	    margin: 0;
	    border-color: #5D6482;
	}
		div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab .mt-button:hover {
		    border-color: #18214D;
		    transition: 0.5s ease in-out;
		}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab .mt-button span {
	    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	    font-weight: 900;
	    font-size: 15px;
	    color: #5D6482;
	    letter-spacing: 0;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	    transition: 0.5s ease in-out;
	}
		div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab .mt-button span:hover {
			color: #18214D;
			transition: 0.5s ease in-out;
		}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon b, div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon p {
	    color: #5D6482;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon b, div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon b {
	    color: #18214D;
	}
		div#iphonems #inwb_nav_desktop.is-pinned {
			position: sticky;
			top: -1px;
			z-index: 15;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
		}
	#inwb_iphone_se_5g div#iphonems #inwb_nav_desktop {
		/*margin: -15px 6px 86px 6px;*/
		margin: -15px 6px 0px 6px;
	}






div#inwb_iphonems_white_bg{
	width:100%;
	background:#fff;
}
div#iphonems div#iphone-compare .i-compare-table .fix-col-table {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

div#iphonems div#iphone-compare .i-compare-table table .bordered td, div#iphonems div#iphone-compare .i-compare-table table .bordered th {
    padding-bottom: 80px !important;
}

div#iphonems div#iphone-compare .i-compare-table table th h3 {
	font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	padding: 0;
	margin-top: -30px;
	white-space: nowrap;
	text-align: left;
}

div#iphonems div#iphone-compare .i-compare-table table .device-row td h2 {
    font-size: 26px;
    line-height: 32px;
    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
    display: block;
}

div#iphonems div#iphone-compare .i-compare-footnote {
    margin: 50px auto 36px;
    padding: 1% 15%;
}



div#iphonems div#iphone-compare .i-compare-table table > th {
	position: relative;
	width: 0;
	margin: 0px 0px 25px 0px;
}

div#iphonems div#iphone-compare h1 {
	display: none;
}

div#iphonems div#iphone-compare table td {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.savszelesseg td span.icon {
	background-position: -156px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.lidar td span.icon {
    background-position: -156px 0;
}
div#iphonems div#iphone-compare .i-compare-table table .icon-row.savszelesseg td span.icon {
    background-position: -478px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.kamera td:nth-child(5) span.icon {
    background-position: -78px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.kamera td:nth-child(4) span.icon {
    background-position: -78px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.lidar td span.icon {
    background-position: -670px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.lidar td:nth-child(4) span.icon {
    background-position: -903px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.lidar td:nth-child(5) span.icon {
    background-position: -903px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.elolap td span.icon {
   background-position: -573px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.magsafe td span.icon {
    background-position: -750px 0;
}
div#iphonems div#iphone-compare .i-compare-table table .icon-row.magsafe td:nth-child(4) span.icon {
    background-position: -825px 0;
}
div#iphonems div#iphone-compare .i-compare-table table .icon-row.magsafe td:nth-child(5) span.icon {
    background-position: -825px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.water td:last-child span.icon {
    background-position: -392px 0;
}

div#iphonems div#iphone-compare .i-compare-table table .icon-row.water td span.icon {
    background-position: -392px 0;
}


div#iphonems div#iphone-compare .mt-button.btn_magenta span {
	background: none;
	color: #fff;
}
div#iphonems div#iphone-compare .mt-button.btn_magenta{
	background: #e20074;
}
div#iphonems div#iphone-compare .mt-button.btn_magenta:hover span {
	background: none;
}
div#iphonems div#iphone-compare .mt-button.btn_magenta:hover{
	background: #E62689;
}

div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab.uTabActive .mt-button span {
	background: none;
}
div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs ul.uTabList li.uTab.uTabActive .mt-button {
	background: #e20074;
}


@media only screen and (max-width: 1068px) {
	div#iphonems div#iphone-compare .i-compare-table table .device-row td h2 {
		font-size: 24px;
		line-height: 30px;
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
		display: block;
	}
	
}

@media only screen and (max-width: 980px) {
	div#inwb_iphone_header{
		padding-top: 80px;
		margin-bottom: 50px;
		text-align:center;
		/*background: #ebebeb;*/
	}
	div#iphonems #inwb_nav_outer {
	    padding: 0 6px;
	    transition: all 0.2s ease-out;
	}
	div#iphonems #inwb_nav_outer.is-pinned {
	    position: sticky;
	    top: -1px;
	    z-index: 11;
	}
		div#iphonems #inwb_nav_outer.is-pinned {
			padding: 0;
			transition: all 0.2s ease-out;
		}
		div#iphonems #inwb_nav_outer.is-pinned span.newNavMobile {
		    border-top-left-radius: 0px;
		    border-top-right-radius: 0px;
		}
	div#iphonems div#iphonems-2018-nyito div.device-block h2 {
	    padding-left: 0;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon strong {
	    font-size: 26px;
	    line-height: 30px;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector ul.slick-dots {
	    left: 45%;
	    top: 85px;
	}

	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors {
	    width: 30%;
	    display: block;
	    margin: 0 auto 25px auto;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector .slick-slide .prod-img {
	   max-width: 210px;
	}


	
	div#iphonems .mobileCompNav .cell .newNavMobile .customSelectInner {
	    font-size: 16px;
	    line-height: 24px;
	    font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif';
	    font-weight: 400;
	    padding-left: 26px;
	    background-image: url(/static-la/alkalmazasok/lp/iphone-lp-la-OOS-5487-240627-inwb-a/static/img/2021/smartphone.svg);
	    background-position: left center;
	    background-repeat: no-repeat;
		background-size: 12px auto;
	   
	}
	div#iphonems div#iphone-compare h1 {
		display: block;
		color: #18214D;
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 900;
		font-size: 24px;
		line-height: 28px;
		padding: 0 12px 48px;
		text-transform: none;
	}
	div#iphonems ul.newNav li a {
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 900;
		font-size: 18px;
		line-height: 24px;
		color: #333;
		display: block;
		border-bottom: 1px solid #cdccc8;
		padding: 10px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td img {
		max-height: 320px;
		margin: 0 auto 24px;
	}
	/* Oszlop selector - Iphone Pro Max */
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first .fix-col-table table tbody tr td:nth-child(2) {
		display: table-cell;
	}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first .fix-col-table table tbody tr td:nth-child(3) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first.hide-13-pro .fix-col-table table tbody tr td:nth-child(3) {
			display: table-cell;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first .fix-col-table table tbody tr td:nth-child(4) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first.hide-13 .fix-col-table table tbody tr td:nth-child(4) {
			display: table-cell;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first .fix-col-table table tbody tr td:nth-child(5) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-max-first.hide-13-mini .fix-col-table table tbody tr td:nth-child(5) {
			display: table-cell;
		}
	/* Oszlop selector - Iphone Pro */
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first .fix-col-table table tbody tr td:nth-child(2) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(2) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(3) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first .fix-col-table table tbody tr td:nth-child(3) {
		display: table-cell;
	}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first .fix-col-table table tbody tr td:nth-child(4) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first.hide-13 .fix-col-table table tbody tr td:nth-child(4) {
			display: table-cell;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first .fix-col-table table tbody tr td:nth-child(5) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-pro-first.hide-13-mini .fix-col-table table tbody tr td:nth-child(5) {
			display: table-cell;
		}
	/* Oszlop selector - Iphone */
	div#iphonems div#iphone-compare .i-compare-table.hide-13-first .fix-col-table table tbody tr td:nth-child(2) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(2) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(4) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-first .fix-col-table table tbody tr td:nth-child(3) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-first.hide-13-pro .fix-col-table table tbody tr td:nth-child(3) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-first.hide-13-pro .fix-col-table table tbody tr td:nth-child(4) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-first .fix-col-table table tbody tr td:nth-child(4) {
		display: table-cell;
	}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-first .fix-col-table table tbody tr td:nth-child(5) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-first.hide-13-mini .fix-col-table table tbody tr td:nth-child(5) {
			display: table-cell;
		}
	/* Oszlop selector - Iphone Mini */
	div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first .fix-col-table table tbody tr td:nth-child(2) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(2) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13-pro-max .fix-col-table table tbody tr td:nth-child(5) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first .fix-col-table table tbody tr td:nth-child(3) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13-pro .fix-col-table table tbody tr td:nth-child(3) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13-pro .fix-col-table table tbody tr td:nth-child(5) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first .fix-col-table table tbody tr td:nth-child(4) {
		display: none;
	}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13 .fix-col-table table tbody tr td:nth-child(4) {
			display: table-cell;
			float:right;
			padding-left: 0!important;
			padding-right: 0!important;
		}
		div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first.hide-13 .fix-col-table table tbody tr td:nth-child(5) {
			float:left;
			padding-left: 0!important;
			padding-right: 0!important;
		}
	div#iphonems div#iphone-compare .i-compare-table.hide-13-mini-first .fix-col-table table tbody tr td:nth-child(5) {
		display: table-cell;
	}
	/*Oszlop selector end*/
}

@media only screen and (max-width: 768px) {
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs .uTabCon strong {
	    font-size: 22px;
	    line-height: 26px;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector .slick-slide .prod-img {
	   max-width: 175px;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector ul.slick-dots {
	    left: 48%;
	    top: 85px;
	}
	div#iphonems ul.newNav li a {
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 900;
		font-size: 15px;
		line-height: 21px;
		color: #333;
		display: block;
		border-bottom: 1px solid #cdccc8;
		padding: 10px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td h2 {
		font-size: 21px;
		line-height: 30px;
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
		display: block;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td img {
		max-height: 280px;
	}
	div#iphonems div#iphone-compare .i-compare-table table * td {
	    width: 48%;
	    padding-left: 8px;
	    padding-right: 8px;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td h2 {
		font-size: 18px;
		line-height: 24px;
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
		display: block;
	}
}

@media (max-width: 640px) {
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors .phone-selector ul.slick-dots {
	    left: 35px;
	    top: 345px;
	    margin-left: 0;
		text-align: left;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors {
	    width: 175px;
		height: 240px;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block {
		flex-wrap: wrap;
	}
		div#iphonems div#iphonems-2018-nyito div.device-block .device-info {
		    width: 100%;
		    margin-left: 0;
		}
	div#iphonems div#iphonems-2018-nyito div.device-block .device-info .uTabs {
	   flex-wrap: wrap;
	}
	#iphonems-2018-nyito .device-block .mt-gblock-inner:nth-of-type(1) {
		position: relative;
		top: 0;
		padding-top: 30px;
		margin-bottom: 65px;
	}
	#iphonems-2018-nyito .device-block .mt-gblock-inner:nth-of-type(2) {
		position: relative;
		bottom: 0;
		padding-bottom: 10px;
	}
	div#iphonems div#iphonems-2018-nyito .mt-button {
	    display: block;
	    text-align: center;
	    max-width: 120px;
	}
	div#iphonems div#iphonems-2018-nyito div.device-block div.device-colors #inwb_iphone_pro_max_phone_selector .prod-img {
		max-width: 160px;margin: 0px auto;
	}


	div#iphonems caption, div#iphonems td, div#iphonems th {
		text-align: center;
		vertical-align: top;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row td span.icon {
		display: inline-block;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td img {
		width: auto;
		height: 100%;
		max-height: 200px;
		margin-bottom: 0;
		display: inline-block;
	}
	div#iphonems div#iphone-compare .i-compare-table table th h3 {
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0;
		margin-top: -30px;
		white-space: nowrap;
	}
	div#iphonems .newNavMobile, div#iphonems select[name=mobileNav] {
		display: block!important;
		width: auto;
	}
	div#iphonems div#iphone-compare .i-compare-table table .device-row td h2 {
		font-size: 1.3rem;
		line-height: 24px;
		font-family: TeleNeoWeb, Helvetica, Arial, 'sans-sherif'; font-weight: 600;
		display: block;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row td b {
		font-size: 52px;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row.magsafe td span.icon {
		background-position: -752px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row.water td:last-child span.icon {
		background-position: -405px 0;
	}

	div#iphonems div#iphone-compare .i-compare-table table .icon-row.water td span.icon {
		background-position: -395px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row.elolap td span.icon {
		background-position: -575px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row.faceID td span.icon {
		background-position: -152px 0;
	}
	div#iphonems div#iphone-compare .i-compare-table table .icon-row.lidar td span.icon {
		background-position: -672px 0;
	}
}
@media (max-width: 420px) {
	div#iphonems div#iphonems-2018-nyito .mt-button {
	    display: block;
	    text-align: center;
	    max-width: 312px;
	    margin: 10px auto 0;
	}
}