* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    position: relative;
    font: 14px/1.4 'r', Arial, sans-serif;
    z-index: 0;
    overflow-x: hidden;
    background: #0b5d74;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

a {
    color: #00aeef;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

input[type="text"], select, button {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'r';
}

input:focus {
    outline: none;
}

b {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clear {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
    zoom: 1;
}

/* IE7 */

@font-face {
    font-family: 'r';
    src: url('font/semi.eot');
    src: url('font/semi.eot?#iefix') format('embedded-opentype'),
    url('font/semi.woff2') format('woff2'),
    url('font/semi.woff') format('woff'),
    url('font/semi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2;
}

.white_head header {
    background: #186377;
    height: 80px;
}

.head {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    height: 120px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.white_head .head {
    height: 80px;
}

.sh_tabs li {
    display: inline-block;
    vertical-align: middle;
}

.sh_tabs a {
    height: 120px;
    display: block;
    color: white;
    font-size: 20px;
    box-sizing: border-box;
    padding: 52px 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.white_head .sh_tabs a {
    height: 81px;
    padding: 28px 20px;

    font-size: 18px;
}

.sh_tabs a:after {
    width: 100%;
    height: 3px;
    background: white;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

/*
.white_head .sh_tabs a:after{
	background: #175564;
}
*/
.sh_tabs a.active:after, .sh_tabs a:hover:after {
    opacity: 1;
}

.logo_side {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
}

.logo_side ul {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 28px;
    box-sizing: border-box;
}

.logo_side li {
    float: left;
}

.logo_side li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.logo_side li a {
    color: white;
    height: 26px;
    padding: 5px 8px;
    display: block;
    box-sizing: border-box;
    font-size: 0.9em;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo_side li a.active, .logo_side li a:hover {
    background: rgba(255, 255, 255, 0.1);
}


.logo {
    width: 200px;
    height: 100%;
    background: url(img/logo_w.png) no-repeat center center;
    background-size: auto 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
}


/*
.white_head .logo{
	background: url(img/logo_d.png) no-repeat center center;
	background-size: auto 55px;
}
*/
.open_search {
    float: right;
    width: 60px;
    height: 120px;
    background: url(img/search.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 50%;
    z-index: 4;
    position: relative;
}

.open_cart {
    float: right;
    width: 60px;
    height: 120px;
    background: url(img/cart.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 60%;
    z-index: 4;
    position: relative;
}

.badge {
    opacity: 0.85;
    color: red;
    font-weight: bold;
    text-align: center;
    height: 20px;
    display: block;
    background-color: #FFFFFF;
    border-radius: 18px;
    z-index: 5;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.badge {
    right: 70px;
    top: 32px;
    height: 22px;
    width: 22px;
    font-size: 1em;
}

.white_head .open_search {
    width: 40px;
    height: 80px;
    background-size: 50%;
}

.white_head .open_cart {
    width: 40px;
    height: 80px;
    right: 40px;
    background-size: 60%;
}

.white_head .badge {
    right: 44px;
    top: 16px;
    height: 20px;
    width: 20px;
    font-size: 0.9em;
}
.sh_tabs {
    position: relative;
    z-index: 2;
    text-align: center;
}

.open_search {
    position: absolute;
    right: 0;
    top: 0;
}

.open_cart {
    position: absolute;
    right: 60px;
    top: 0;
}
.shop_wrapper {
    padding: 180px 20px 0 20px;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
    min-height: 100vh;
}

.sh_tab h3 {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 60px;
    margin: 0 0 40px 0;
}

.shop_self {
    position: relative;
}

.mid_loading h3, .mid_loading .filter_simcards, .mid_loading .sim_table, .mid_loading #loadMoreSimTMPLTб, .mid_loading .sh_right, .mid_loading .sh_left, .mid_loading .load_more {
    display: none;
}

.mid_loading {
    min-height: calc(100vh - 300px);
    position: relative;
}

.mid_loading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(img/spin.svg) no-repeat center;
    background-size: auto 50px;
    position: absolute;
    right: 0;
    top: 0;
}

/*
.shop_self.preload, .sim_table.preload {
	min-height: calc(100vh - 120px);
    background: none;
}
.shop_self.preload .sh_left, .s_list.preload *, .sim_table.preload *{
	visibility: hidden;
	opacity: 0;
}
.shop_self.preload::after, .s_list.preload::after, .sim_table.preload::after{
	display: block;
}

.shop_self::after, .s_list::after, .sim_table::after{
	content: "";
	display: none;
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 4px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	position: fixed;
	top: calc(50% - 28px);
	left: calc(50% - 28px);
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
*/

.load_more, .order_bttn {
    position: relative;
}

.load_more span, .order_bttn span {
    opacity: 1;
}

.preload .load_more span, .order_bttn.preload span {
    opacity: 0;
}

.load_more:after, .order_bttn:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(img/spin.svg) no-repeat center;
    background-size: auto 60%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.preload .load_more:after, .order_bttn.preload:after {
    opacity: 1;
}

.sh_tab.sim-cards #loadMoreSimTMPLT {
    max-width: 820px;
    margin: 0 auto;
}

.sim_table::after {
    top: calc(50% + 100px);
}

.sh_left {
    margin: 0 280px 0 0;
}

.sh_col {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px 30px;
    position: relative;
}

.sh_col.large {
    width: 66.6666%;
}

.sh_row {
    margin: 0 -15px;
}

.color_sel {
    position: absolute;
    bottom: 60px;
    right: 35px;
}

.color_sel li {
    float: left;
    margin: 0 0 0 5px;
}

.color_sel li a, .color_sel div {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}

.product_item {
    background-color: white;
    border-radius: 10px;
}

.large .product_item {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pi_link {
    position: relative;
    display: block;
}

.promo_image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.promo_image img {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 105%;
}

a[data-color*="gray"]:not(.add_to_cart), div[data-color*="gray"], a[data-color*="grey"]:not(.add_to_cart), div[data-color*="grey"] {
    background: #c8cfd2;
}

a[data-color*="black"]:not(.add_to_cart), div[data-color*="black"] {
    background: #242222;
}

a[data-color*="gold"]:not(.add_to_cart), div[data-color*="gold"] {
    background: #c2a611;
}

a[data-color="rose gold"]:not(.add_to_cart), div[data-color*="rose gold"] {
    background: #b76e79;
}

a[data-color*="silver"]:not(.add_to_cart), div[data-color*="silver"] {
    background: #c0c0c0;
}

a[data-color*="red"]:not(.add_to_cart), div[data-color*="red"] {
    background: #ff4848;
}

a[data-color*="white"]:not(.add_to_cart), div[data-color*="white"] {
    background: #f3f3f3;
}

a[data-color*="yellow"]:not(.add_to_cart), div[data-color*="yellow"] {
    background: #ffff00;
}

a[data-color*="green"]:not(.add_to_cart), div[data-color*="green"] {
    background: #008000;
}

a[data-color*="blue"]:not(.add_to_cart), div[data-color*="blue"] {
    background: #0000ff;
}

a[data-color*="purple"]:not(.add_to_cart), div[data-color*="purple"] {
    background: #800080;
}

a[data-color*="brown"]:not(.add_to_cart), div[data-color*="brown"] {
    background: #a52a2a;
}

a[data-color*="dark gray"]:not(.add_to_cart), div[data-color*="dark gray"], a[data-color*="dark grey"]:not(.add_to_cart), div[data-color*="dark grey"] {
    background: #a9a9a9;
}

a[data-color*="light gray"]:not(.add_to_cart), div[data-color*="light gray"], a[data-color*="light grey"]:not(.add_to_cart), div[data-color*="light grey"] {
    background: #d3d3d3;
}

a[data-color*="space gray"]:not(.add_to_cart), div[data-color*="space gray"], a[data-color*="space grey"]:not(.add_to_cart), div[data-color*="space grey"] {
    background: #a5adb0;
}

a[data-color*="deep blue"]:not(.add_to_cart), div[data-color*="deep blue"] {
    background: #00bfff;
}

a[data-color*="gunmetal"]:not(.add_to_cart), div[data-color*="gunmetal"] {
    background: #2c3539;
}

a[data-color*="jet black"]:not(.add_to_cart), div[data-color*="jet black"] {
    background: #444548;
}

a[data-color*="navy"]:not(.add_to_cart), div[data-color*="navy"] {
    background: #000080;
}

a[data-color*="pink"]:not(.add_to_cart), div[data-color*="pink"] {
    background: #ffc0cb;
}

a[data-color*="violet"]:not(.add_to_cart), div[data-color*="violet"] {
    background: #ee82ee;
}

.pi_desc b {
    font-size: 18px;
    color: #175564;
    display: -webkit-box;
    height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pi_desc_p {
    color: #175564;
    opacity: 0.5;
    margin: 0 0 15px 0;
    display: -webkit-box;
    height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.large .pi_desc_p {
    height: 188px;
    -webkit-line-clamp: 10;
    margin: 5px 0 30px 0;
}

.pi_desc p:empty {
    display: none;
}


.large .pi_desc {
    width: 50%;
}

.large .color_sel {
    right: auto;
    left: 140px;
}

.y_price {
    background: #c4d33a;
    border-radius: 5px;
    color: #175564;
    display: inline-block;
    height: 30px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 5px;
}

.y_price i {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 0 3px;
}

.ps_weel {
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    left: 0;
    position: relative;
}

.pi_slider {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

.pi_images {
    height: 190px;
    width: 100%;
    overflow: hidden;
    /*background: url(img/pr.png) no-repeat bottom left;*/
    background-size: cover;
}

.pi_slide {
    height: 190px;
    width: 100%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    white-space: nowrap;
    margin-right: -4px;
}

.pi_desc {
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.09);
}

.sh_right {
    width: 230px;
    position: absolute;
    right: 20px;
    top: 0;
}

.sh_right b {
    color: white;
    font-size: 20px;
    display: block;
    margin: 0 0 15px 0;
}

.category_filter li {
    display: none;
    margin: 0 4px 8px 0;
}

.category_filter.show_all li {
    display: inline-block;
}

.category_filter li a {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    box-sizing: border-box;
    padding: 8px 18px;
    border-radius: 20px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.category_filter li a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.category_filter li a.active {
    background: white;
    color: #175564;
}

.category_filter ul {
    display: inline;
}

.om_af, .open_more.active .om_bef {
    display: none;
}

.open_more.active .om_af {
    display: inline;
}

.open_more {
    box-sizing: border-box;
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
    display: inline-block;
}

.open_more:hover {
    background: rgba(255, 255, 255, 0.1);
}

.category_filter li:nth-child(-n+6) {
    display: inline-block;
}

.price_range {
    margin: 35px 0 0 0;
}

.price_range p {
    margin: 0 0 5px 0;
    font-size: 16px;
    opacity: 0.5;
    color: white;
}

.p_range {
    color: white;
    font-size: 18px;
}

.p_range i {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 0 3px;
}

.p_b, .p_a {
    display: inline;
}

/* ------- product pop up ------- */

.product_self {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: none;
}

.shopping_cart {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: none;
}

.pr_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.p_desc {
    padding: 75px 0;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
    z-index: 2;
}

.ppd_self {
    background: white;
    border-radius: 10px;
}

.ppd_title {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
}

.back_to {
    float: left;
    height: 65px;
    padding: 25px 25px 25px 50px;
    color: #175564;
    background: url(img/back.svg) no-repeat 25px;
    box-sizing: border-box;
}

.ppd_title ul {
    float: right;
}

.ppd_title li {
    border-left: 1px solid #e5e5e5;
    float: left;
}

.ppd_title li a {
    width: 65px;
    display: block;
    height: 65px;
}

.like {
    background: url(img/love.png) no-repeat center center;
    background-size: 20px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.like.active {
    background: url(img/love_red.png) no-repeat center center;
    background-size: 20px;
}

.close_ppd {
    background: url(img/close_dark.svg) no-repeat center center;
}

.ppd_desc_self {
    padding: 35px;
    box-sizing: border-box;
}

.fotorama__thumb {
    background-color: white !important;
}

.fotorama__thumb-border {
    border-color: #c4d33a !important;
}

.fotorama__html div {
    width: 100%;
    height: 100%;
}

.image_fself {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: zoom-in;
}

.ppd_gallery {
    width: 45%;
    float: left;
}

.ppd_desc {
    width: 50%;
    float: right;
    box-sizing: border-box;
}

.ppd_desc h3 {
    font-size: 30px;
    color: #175564;
    padding: 0 0 15px 0;
}

.ppd_text {
    color: rgba(23, 85, 100, 0.7);
    font-size: 15px;
}

.ppd_text p {
    margin: 0 0 15px 0;
}

.ppd_text li, .sr_desc li {
    position: relative;
    padding: 0 0 0 25px;
}

.ppd_text li:after, .sr_desc li:after {
    position: absolute;
    left: 0;
    height: 1px;
    width: 14px;
    top: 50%;
    content: '';
    display: block;
    background: rgba(23, 85, 100, 0.7);
    margin: 0 0 15px 0;
}

.ppd_text {
    padding: 0 0 20px 0;
}

.select_color {
    padding: 0 0 10px;
    color: rgba(23, 85, 100, 0.7);
    font-size: 15px;
}

.select_color p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.select_color ul {
    display: inline-block;
    vertical-align: middle;
}

.select_color a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid white;
    position: relative;
}

.select_color a.active:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    display: block;
    background: url(img/ch.svg) no-repeat center center;
    margin: 0 0 15px 0;
}

.select_color li {
    display: inline-block;
    vertical-align: middle;
}

.price_line {
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #ccc;
}

.invoice_line {
    margin: 10px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #ccc;
}

.open_order {
    display: inline-block;
    vertical-align: middle;
}

.price_line p {
    display: inline-block;
    vertical-align: middle;
    color: rgba(23, 85, 100, 0.7);
    width: 38%;
    margin: 0 0 0 20px;
}

.ppd_price {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #135565;
    padding: 14px 20px;
}

.ppd_price i {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 0 3px;
}

.fake_yellow {
    height: 50px;
    background: #c4d33a;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    border-radius: 0 5px 5px 0;
    padding: 14px 20px;
    color: #135565;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.fake_yellow:hover {
    background: #dae948;
}

.add_to_cart {
    background-image: url('img/add-to-cart.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #c4d33a;
    width: 50px;
    height: 49px;
    margin-right: -20px;
    margin-top: -14px;
    margin-left: 5px;
    float: right;
    transition: all 0.3s ease-out;
    border-right: 1px solid #eff5f8;
    cursor: pointer;
}

.delete_cart_item {
    background-image: url('img/delete-cart-item.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #c4d33a;
    width: 50px;
    height: 49px;
    margin-right: -20px;
    margin-top: -14px;
    margin-left: 5px;
    float: right;
    transition: all 0.3s ease-out;
    border-right: 1px solid #eff5f8;
    cursor: pointer;

}

.add_to_cart:hover, .delete_cart_item:hover {
    background-color: #dae948;
}

.ppd_similar {
    margin: 45px 0 0 0;
}

.ppd_t {
    color: white;
    font-size: 30px;
    margin: 0 0 20px 0;
}

/*noinspection CssInvalidFunction*/
.slides_animate_wrap {
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    left: 0;
    background: #2c89a2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #2c89a2 0%, #175464 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #2c89a2 0%, #175464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.scrl_wrap {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.open_page .slides_animate_wrap {
    left: -10vw !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.open_page .pages {
    right: 0;
}

.pages {
    position: absolute;
    top: 0;
    width: 30vw;
    height: 100vh;
    left: auto;
    right: -30vw;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    display: none;
    z-index: 999999999;
}

.page {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: url(img/m_bg_f.png) no-repeat right bottom #057b9d;
    background-size: cover;
    overflow: hidden;
}

.fader {
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    z-index: 92;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer;
}

.total_wrapper_here {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.open_page .close_pages {
    top: 10px;
}

.close_pages {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    background: url(img/close_pages.png) no-repeat center center;
    background-size: auto 40%;
    z-index: 9;
    top: -60px;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.form_scroll {
    overflow-x: visible;
    height: 100vh;
}

.form_all_staf {
    height: 100vh;
    position: relative;
    min-height: 500px;
}

.form_self {
    width: 100%;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
}

.form_wp {
    width: 100%;
    padding: 30px;
}

.foot_form {
    position: relative;
    bottom: -15px;
    width: auto;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

.foot_form {
    position: absolute;
    padding: 30px;
    width: 100%;
    float: none;
}

.foot_form button {
    width: 100%;
}

.order_bttn {
    background: #c4d33a;
    color: #135565;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.5em;
    padding: 12px 0;
    border-radius: 10px;
    float: left;
    cursor: pointer;
    width: 100%;
}

.form_line {
    width: 100%;
    margin: 0 0 20px 0;
}

.form_line label {
    font-size: 1.0em;
    color: white;
    opacity: 0.8;
}

.input {
    position: relative;
}

.input input {
    width: 100%;
    font-size: 1.0em;
    color: white;
    border-bottom: 3px solid white;
    padding: 8px 0;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.input input.error {
    border-color: red;
}

.input input.me-error {
    border-color: orange;
}

label.me-error {
    border: 1pt solid orange;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

.ordered_product {
    text-align: center;
    margin: 0 0 50px 0;
}

.op_image {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 10px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.ordered_product b {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 18px;
    color: white;
}

.o_color {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}

footer {
    padding: 40px 20px;
    text-align: center;
    color: white;
    font-size: 1.1em;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
}

.con_sp p {
    display: inline-block;
}

.con_sp a {
    display: inline-block;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 4px 10px;
}

.ss_wrp {
    margin: 65px 0 0 0;
    position: relative;
}

.slider_wrap {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.slider_self {
    height: 4px;
    position: relative;
    margin: 0 12.5px;
}

.ui-slider-range {
    height: 4px;
    background: white;
    position: absolute;
    left: 0;
    margin: 0 -12.5px;
}

.ui-slider-handle {
    width: 26px;
    height: 26px;
    background: url(img/h.svg) no-repeat center center white;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: -12px;
    margin: 0 0 0 -13px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.36);
}

.chart_wrap {
    height: 60px;
    position: absolute;
    bottom: 5px;
}

.ct-perfect-fourth {
    left: -40px !important;
}

.sh_tab {
    display: none;
}

.sh_tab.active {
    display: block;
}

.sim_table {
    background: white;
    border-radius: 10px;
    max-width: 820px;
    margin: 0 auto 20px;
}

.st_title {
    width: 100%;
    padding: 25px 45px;
    box-sizing: border-box;
}

.st_row {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 25px 45px;
    box-sizing: border-box;
}

.st_left {
    width: 60%;
    float: left;
}

.st_right {
    width: 40%;
    float: right;
}

.st_title span {
    color: #175564;
    font-size: 16px;
}

.st_left b {
    color: #175564;
    font-size: 22px;
}

.st_left p {
    color: #175564;
    font-size: 16px;
    opacity: 0.5;
}

.order_phone_op span {
    opacity: 0.5;
    color: white;
}

.order_phone_op b {
    font-size: 30px;
    margin: 0;
}

/* ------- search pop up ------- */

.search_pp {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: none;
}

.search_pp header {
    border-bottom: none;
}

.white_head .search_pp header {
    background: rgba(255, 255, 255, 0)
}

.close_search {
    float: right;
    width: 120px;
    height: 120px;
    background: url(img/close.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 20%;
    position: relative;
    z-index: 5;
}

.white_head .close_search {
    width: 80px;
    height: 80px;
    background: url(img/close.svg) no-repeat center;
    background-size: 30%;
}

.white_head .search_pp .logo {
    background: url(img/logo_w.png) no-repeat center center !important;
    background-size: auto 35px !important;
}

.search_wrapper {
    padding: 180px 20px 0 20px;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
}

.sl_item .pi_link {
    display: block;
    position: relative;
    min-height: 155px;
}

.sl_item .pi_link .pi_images {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    width: 155px;
    height: 155px;
    border-radius: 10px;
}

.sl_item .pi_slide {
    width: 155px;
    height: 155px;
}

.sl_item .pi_desc {
    margin: 0 300px 0 180px;
    padding: 5px 0;
}

.sl_item .pi_desc b {
    color: white;
}

.sr_desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.sr_desc p {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.sr_desc li:after {
    background: rgba(255, 255, 255, 0.5);
    top: 44%;
}

.search_r_title .color_sel {
    position: relative;
    top: -3px;
    right: auto;
    display: inline-block;
    vertical-align: middle;
}

.search_r_title b {
    display: inline-block;
    vertical-align: middle;
}

.sl_item .price_line {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    border-top: none;
}

.sl_item .ppd_price {
    background: white;
    border: 1px solid white;
}

.sl_item .price_line p {
    color: white;
    width: 100%;
    margin: 15px 0;
    opacity: 0.5;
}

.sl_item {
    margin: 0 0 35px 0;
    position: relative;
}

.s_list {
    margin: 50px 0 0 0;
}

.si_ex {
    font-size: 15px;
    margin: 20px 0 0 0;
}

.si_ex p {
    display: inline-block;
    vertical-align: middle;
    color: white;
    opacity: 0.5;
    margin: 0 5px 0 0;
}

.si_ex ul {
    display: inline-block;
    vertical-align: middle;
}

.si_ex li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.si_ex a {
    color: white;
    display: block;
    height: 34px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 6px 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
}

.si_ex a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.si_self input {
    font-size: 58px;
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px 0 0;
}

.si_self {
    border-bottom: 5px solid white;
    padding: 0 0 10px 0;
    position: relative;
}

.sbttn {
    width: 85px;
    height: 70px;
    background: url(img/search.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 40%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.open_filters, .open_menu {
    display: none;
}

.close_filters {
    display: none;
    top: 0;
}

.load_more {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
    width: 100%;
    text-align: center;
}

.load_more:hover {
    background: rgba(255, 255, 255, 0.1);
}

.fotorama__nav-wrap {
    margin: 40px 0 0 0;
}

.filter_simcards .show_t {
    display: none;

}

.filter_simcards, .tariffs_tabs {
    text-align: center;
    margin: -35px auto 40px;
    max-width: 820px;
    position: relative;
}

.filter_simcards ul, .tariffs_tabs ul {
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;

}

.filter_simcards li, .tariffs_tabs li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.filter_simcards li:last-child, .tariffs_tabs li:last-child {
    border-right: none;
}

.filter_simcards li a, .tariffs_tabs li a {
    color: white;
    display: block;
    padding: 16px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
}

.filter_simcards li a:hover, .filter_simcards li a.active, .tariffs_tabs li a:hover, .tariffs_tabs li a.active {
    background: rgba(255, 255, 255, 0.1);
}

.filter_simcards p {
    color: rgba(255, 255, 255, 0.5);
    display: none;
    padding: 16px;
}

.filter_bttn {
    background: #c4d33a;
    color: #135565;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    font-size: 16px;
    margin: 40px 20px 0;
    display: none;
}

.filter_bttn:hover {
    background: #dae948;
}

.s_loader_so {
    width: 85px;
    height: 70px;
    background: url(img/spin.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 60%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.ordered_product .ppd_price {
    height: auto;
    border: none;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.2);
    margin: 5px 0 0 0;
}

.form_success {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: white;
}

.fs_wrap {
    text-align: center;
}

.close_fs {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -75px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 15px 0;
    font-size: 1.1em;
    border-radius: 40px;
    text-align: center;
    width: 150px;
}


.gs_w {
    width: 110px;
    height: 110px;
    position: relative;
    background: url(img/gs_w.png) no-repeat center center;
    margin: 0 auto;
    background-size: 100%;
    top: -5px;
    opacity: 1;
}

.fs_wrap h4 {
    font-size: 3em;
}

.fs_wrap p {
    font-size: 1.1em;
}

.shipping {
    width: 20px;
    height: 20px;
    background: url(img/shipping.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.price_line p {
    position: relative;
}

.price_line u {
    margin: 0 0 0 29px;
    text-decoration: none;
    display: block;
    padding: 2px;
}

.image_zoom {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: none;
}

.zoomer_self {
    width: 60vw;
    height: 80vh;
    top: 10vh;
    left: 20vw;
    background-color: white;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    position: absolute;
    z-index: 2;
}

.iz_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close_iz {
    width: 120px;
    height: 120px;
    background: url(img/close.svg) no-repeat center;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: 20%;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
}

.ppd_price span {
    opacity: 1;
}


.ppd_title li:first-child {
    display: none;
}


.st_tab {
    display: none;
}

.st_tab.active {
    display: block;
}

.st_tabl {
    background: white;
    border-radius: 10px;
    max-width: 820px;
    margin: 0 auto 20px;
    overflow: hidden;
}


.st_tabl table {
    width: 100%;
}

.st_tabl th {
    background: #F9F9F9;
    color: #175564;
    text-align: left;
    padding: 25px 25px;
    width: 25%;
}

.st_tabl td {
    padding: 15px 25px;
    color: #175564;
    border-left: 1px solid #e6e6e6;
    width: 25%;
}

.st_tabl th .st_price {
    height: 26px;
    border-radius: 30px;
    background: #C4D33A;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 0 10px;
}

.st_price i {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 0 3px;
}


.st_logo {
    width: 80%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 25px;
}

.bakcell {
    background: url(img/bakcell.png) no-repeat left;
    background-size: 120px;
}


.azercell {
    background: url(img/azercell.png) no-repeat left;
    background-size: 120px;

}

.nar {
    background: url(img/nar.png) no-repeat left;
    background-size: 40px;
}

.logo_th {
    position: relative;
}

.show_t {
    height: 50px;
    background: #c4d33a;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    border-radius: 5px;
    padding: 14px 25px;
    color: #135565;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
}

.show_t:hover {
    background: #dae948;
}

.fr {
    border-top: 10px solid white;
}

.lr {
    border-bottom: 10px solid white;
}

.std_item {
    width: 33.333%;
    float: left;
}

.std_item {
    padding: 0 10px;
    box-sizing: border-box;
}

.std_wrap {
    background: white;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.std_total_s {
    margin: 0 -10px;
}

.std_wrap .st_logo {
    position: relative;
    width: 100%;
    left: 0;
    background-color: #F9F9F9;
    background-position: center;
}


.st_d_list {
    max-width: 820px;
    margin: 0 auto 20px;
}

.std_wrap td {
    padding: 15px 25px;
    color: #175564;
    border-left: 1px solid #e6e6e6;
    width: 50%;
}

.std_wrap table {
    width: 100%;
}

.sim_tariffs {
    display: none;
}

.cart_img_col {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.cart_name_col {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.cart_name_col b {
    color: #175564;
    font-size: 22px;
}

.cart_name_col p {
    color: #175564;
    font-size: 16px;
    opacity: 0.5;
}

.cart_item_color {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 20px;
    display: inline-block;
}

.cart_price_col {
    color: #175564;
    font-size: 18px;
    text-align: right;
    padding: 0 10px;
    float: left;
}

.cart_price_col i {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 0 3px;
}

.plus_minus {
    text-align: center;
    cursor: pointer;
    background: #c4d33a;
    border: 1px solid #c4d33a;
    width: 16px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
.plus_minus:hover {
    background-color: #dae948;

}

.cart_action_col {
    float: right;
    text-align: center;
    vertical-align: middle;
}

.quantity {
    border: 1px solid #c4d33a;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.delete_item {
    width: 30px;
    height: 30px;
    background-image: url("img/delete-button.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c4d33a;
    float: right;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.delete_item:hover {
    background-color: #dae948;
}

.shopping_cart .sim_table {
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    height: stretch;
}


.shopping_cart .st_row:hover {
    background-color: #f9feff;
}

.shopping_cart .st_row.error {
    border-bottom: 1px solid red;
    background-color: #f44f4f47;
}

.shopping_cart .st_row.error > * {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ff0000;
}

.shopping_cart .st_row div.error {
    display: none;
    position: relative;
    top: 80px;
    left: 0;
    border: 1px solid red;
    padding: 0 60px;
    text-align: center;
    background-color: yellow;
    color: blue;
    text-decoration: none;
}

.shopping_cart .st_row.error div.error {
    display: block;
    display: none;
}

@media screen and (max-width: 1000px) {


    .show_t {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        margin: 5px 0 0 0;
    }

    .st_tabl table {
        width: 100%;
    }

    .st_tabl td:empty, .st_tabl th:empty {
        /*display: none;*/
    }

    .st_scroller {
        overflow-y: hidden;
    }

    .std_item {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .st_tabl table {
        width: 700px;
    }

    .st_tabl th {
        white-space: nowrap;
    }

    .s_loader_so {
        width: 45px;
        height: 30px;
    }

    .filter_bttn {
        display: block;
    }

    header, .head {
        height: 107px;
    }

    .open_search {
        width: 32px;
        height: 65px;
    }

    .open_cart {
        width: 32px;
        height: 65px;
        right: 32px;
    }

    .badge {
        right: 35px;
        top: 13px;
        height: 16px;
        width: 16px;
        font-size: 0.8em;
    }
    .logo_side {
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        height: 65px;
    }

    .logo_side ul {
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -14px 0 0 0;
    }


    .logo {
        width: 150px;
        height: 65px;
        background-size: auto 35px;
    }

    .white_head header, .white_head .head {
        height: 107px;
    }

    .white_head .logo {
        background-size: auto 35px;
    }

    .white_head .open_search {
        width: 32px;
        height: 65px;
        background-size: 50%;
    }

    .white_head .open_cart {
        width: 32px;
        height: 65px;
        right: 32px;
        background-size: 60%;
    }

    .white_head .badge {
        right: 35px;
        top: 13px;
        height: 16px;
        width: 16px;
        font-size: 0.8em;
    }

    .shop_wrapper, .search_wrapper {
        padding: 130px 20px 80px 20px;
    }


    .search_pp .logo {
        width: 100%;
        height: 65px;
        background-size: auto 35px;
    }

    .search_pp .open_menu {
        width: 65px;
        height: 65px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(img/menu.svg) no-repeat center;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-size: 30%;
        z-index: 2;
    }

    .sh_right {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999999;
        background: radial-gradient(ellipse at center, #2c89a2 0%, #175464 100%);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        visibility: hidden;
        box-shadow: 0 -20px 170px rgba(0, 0, 0, 0);
        overflow-x: hidden;
    }

    .open_filters_trigger .sh_right {
        left: 0;
        visibility: visible;
        box-shadow: 0 -20px 170px rgba(0, 0, 0, 0.5);
    }

    .sh_right b {
        color: white;
        font-size: 1.2em;
        display: block;
        margin: 0 0 0 0;
        height: 65px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        text-align: center;
        box-sizing: border-box;
        padding: 22px;
        position: relative;
    }

    .category_filter {
        padding: 20px;
    }

    .price_range {
        margin: 0;
        padding: 20px;
    }

    .close_filters {
        position: absolute;
        right: 0;
        width: 65px;
        height: 65px;
        background: url(img/close.svg) no-repeat center;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-size: 20%;
        z-index: 2;
    }

    .sh_left {
        margin: 0;
    }

    .sh_tab h3 {
        width: 100%;
        text-align: left;
        font-size: 2em;
        margin: 10px 0 20px;
    }

    .sh_col {
        width: 50%;
        padding: 0 15px 20px;
    }

    .close_search {
        position: absolute;
        right: 0;
        width: 65px;
        height: 65px;
        top: 0;
    }

    .p_desc {
        padding: 0;
    }

    .ppd_self {
        border-radius: 0;
        min-height: 100vh;
    }

    .ppd_desc {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .ppd_gallery {
        width: 100%;
    }

    .ppd_desc_self {
        padding: 20px;
    }

    .price_line {
        margin: 0;
    }

    .fake_yellow, .ppd_price {
        width: 50%;
        text-align: center;
    }

    .price_line p {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .open_order {
        display: block;
    }

    .ppd_similar {
        margin: 40px 20px;
        padding: 0 0 80px;
    }

    .ppd_t {
        font-size: 2em;
    }

    .sbttn {
        width: 45px;
        height: 30px;
    }

    .si_self input {
        font-size: 2em;
        padding: 0 45px 0 0;
    }

    .si_self {
        border-bottom: 2px solid white;
    }

    .si_ex {
        font-size: 15px;
        margin: 20px -20px 0 -20px;
        white-space: nowrap;
        padding: 0 0 17px 20px;
        overflow-y: hidden;
    }

    .st_title {
        display: none;
    }

    .st_row {
        padding: 20px;
    }

    .st_left {
        width: 100%;
    }

    .st_right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .sl_item .pi_desc {
        margin: 0 0 0 100px;
        padding: 0;
    }

    .sl_item .pi_link .pi_images {
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

    .sl_item .pi_slide {
        width: 80px;
        height: 80px;
    }

    .sl_item .price_line {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin: 0;
        border-top: none;
        padding: 0 0 0 100px;
        box-sizing: border-box;
    }

    .s_list .fake_yellow {
        padding: 15px 0;
    }

    .sl_item .pi_link {
        min-height: auto;
        margin: 0 0 20px 0;
    }

    .s_list {
        margin: 30px 0 0 0;
    }

    .open_filters {
        display: block;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        box-sizing: border-box;
        padding: 8px 18px;
        border-radius: 20px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: absolute;
        top: 0;
        right: 0;
        height: 33px;
    }

    .md_title {
        position: relative;
    }

    .sh_tabs a {
        height: auto;
        display: block;
        color: white;
        font-size: 1.2em;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .sh_tabs {
        position: absolute;
        top: 65px;
        width: 100%;
        left: 0;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .sh_tabs::-webkit-scrollbar, .si_ex::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .sh_tabs::-webkit-scrollbar-thumb, .si_ex::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .white_head .sh_tabs a {
        height: auto;
        padding: 10px;
        font-size: 1.2em;
    }

    .filter_simcards ul > li:first-child {
        display: none;
    }

    .filter_simcards, .tariffs_tabs {
        margin: -15px 0 20px;
        width: 100%;
    }

    .filter_simcards ul, .tariffs_tabs ul {
        width: 100%;
    }

    .tariffs_tabs li {
        width: 50%;
    }


    .filter_simcards li {
        width: 25%;
    }

    .sh_col.large {
        width: 100%;
    }

    .promo_image {
        width: 100%;
        height: 190px;
        position: relative;
        right: 0;
        top: 0;
        /*background: url(img/pr.png) no-repeat bottom left;*/
        background-size: cover;
        text-align: center;
    }

    .promo_image img {
        position: relative;
        bottom: 0;
        right: 0;
        height: 100%;
    }

    .large .pi_desc {
        width: 100%;
    }

    .large .pi_desc_p {
        height: 18px;
        -webkit-line-clamp: 1;
        margin: 0 0 15px 0;
    }

    .color_sel {
        bottom: 45px;
    }

    .large .color_sel {
        left: auto;
        right: 35px;
    }

    .st_row:first-child {
        border-top: none;
    }

    .pages {
        width: 100vw;
        right: -100vw;
    }

}

@media screen and (max-width: 768px) {
    .st_tabl th:first-child {
        width: 25%
    }

    .st_tabl td:first-child {
        width: 25%
    }

    .st_tabl td {
        width: auto;
    }

    .st_tabl th {
        width: auto;
    }
}

@media screen and (max-width: 500px) {
    .sh_col {
        width: 100%;
    }
    .cart_name_col {
        width: 40%;
        padding-left: 5px;
    }

    .cart_name_col b {
        font-size: 18px;
    }

    .cart_name_col p {
        font-size: 14px;
    }

    .cart_price_col {
        padding-left: 20px;
    }
    .delete_item {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 335px) {
    .ppd_price {
        padding: 14px 12px;
    }
    .add_to_cart {
        width: 41px;
        margin-right: -12px;
    }
    .fake_yellow {
        padding: 14px 10px;
    }
}

@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form_line {
    display: none;
}

.wapp_link {
    height: 24px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    background: url("https://teleport.az/site/templates//img/wapp_icon.svg") 0px 0px no-repeat !important;
    position: relative;
    width: 24px;
    vertical-align: top;
    margin: 0 0 0 4px;
    display: inline-block;
    font-size: 24px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}