
.icon,
.imenu {
	display: inline-block;
	margin-top: 13px
}


@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}

.icongrats h4 {
   
  background-color:#666666;

    -webkit-background-clip: text;

    -moz-background-clip: text;

    background-clip: text;

    color: transparent;

    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;


}
table {
	border-collapse: collapse
}
#icomments_list tr {
	box-shadow: 0px 1px 0px #dfe3e8;
	visibility: hidden;
	opacity: 0;
	transition: all .35s ease;
}
#icomments_list tr.visible {
	visibility: visible;
	opacity: 1;
}
#comments_list td {
	padding: 10px;
}

#iwheelCon,
.icon,
.imenu {
    background-repeat: no-repeat;
    background-size: contain
}

#firstpage,
#iwheelCon {
    background-color: #fff;
    border-radius: 3px
}

#ipressButton,
#iwheelCon,
.icon,
.imenu {
    background-size: contain
}

.ispinAround,
.ispinAround2 {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal
}

#iheader,
#isubheadline,
#itopDate,
.icongrats {
    text-align: center
}

#isecondpage a,
.ibutton,
a.button-disabled,
.fm_item,
.ipi_links a,
a.ibutton {
    text-decoration: none
}

.ibutton,
:focus {
    outline: 0
}

ol,
ul {
    list-style: decimal inside
}

#iheader {
    background-color: #24A1DE;
    color: #fff;
    height: 43px;
    max-height: 43px;
    width: 100%;
    overflow: hidden
}

#iheader h3 {
    display: inline-block;
    font-size: 1.1em;
    line-height: 40px;
    padding-left: 0
}

.icon {
    background-image: url(615ef34722c2d.png);
    width: 20px;
    height: 18px;
    float: right;
    margin-right: 10px
}

.imenu {
    background-image: url(615ef34722c41.png);
    width: 18px;
    height: 16px;
    float: left;
    margin-left: 10px
}

#idevMockup,
#isecondpage {
    display: none
}

#icontainer {
    padding: 6px
}

#ifirstpage {
    margin-bottom: 5px;
    padding: 5px 10px
}

#isubheadline {
    font-weight: 400;
    line-height: 15px
}

.iname,
.regular_price,
.your_price {
    font-weight: 700
}

.idate {
    font-size: .85em;
    color: #9c9c9c;
    margin: 2px 0
}

#itopDate {
    width: 100%
}

.iintro {
    margin-bottom: 10px
}

#iwheelCon {
    position: relative;
    background-position: center;
    overflow: hidden
}

#iwheel {
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 5px
}

#ipressButton {
    position: absolute;
    background-image: url(gift.svg);
    cursor: pointer;
    width: 25%;
    height: 0;
    padding-top: 30.5%;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 110px;
    border: none;
    background-color: transparent
}

.icongrats,
.itimer {
    line-height: 1.5;
    padding: 8px
}

#ipressButton:disabled {
    opacity: 1
}

#idevMockup {
    position: absolute;
    max-width: 200px;
    max-height: 270px;
    height: auto;
    z-index: 3
}

@media(min-width:614px) {
    #iwheel {
        width: 32vw;
        left: 47vw;
        top: 27vw
    }

    #ipressButton {
        width: 6%;
        top: 38% !important;
        background-repeat: no-repeat
    }
}

.ispinAround {
    -webkit-animation: spin 35.6s;
    animation: spin 35.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    90% {
        transform: rotate(3110deg)
    }

    95% {
        transform: rotate(3108deg)
    }

    100% {
        transform: rotate(3109deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    90% {
        transform: rotate(3110deg)
    }

    95% {
        transform: rotate(3108deg)
    }

    100% {
        transform: rotate(3109deg)
    }
}

.ispinAround2 {
    -webkit-animation: spin2 5.6s;
    animation: spin2 5.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes spin2 {
    0% {
        transform: rotate(3109deg)
    }

    90% {
        transform: rotate(6314deg)
    }

    95% {
        transform: rotate(6312deg)
    }

    100% {
        transform: rotate(6313deg)
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(3109deg)
    }

    90% {
        transform: rotate(6314deg)
    }

    95% {
        transform: rotate(6312deg)
    }

    100% {
        transform: rotate(6313deg)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

* {
    margin: 0
}

.ibutton {
    box-shadow: inset 0 1px 0 0 #7a8eb9;
    background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7', GradientType=0)
}


.icongrats,
.iprize,
.itimer {
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 3px
}

.smallfont {
    font-size: 12px
}

.iname {
    color: #3c5a96;
    font-size: 100%
}

.icongrats h4 {
    font-size: 20px
}

.itimer {
    font-size: 12px
}

ol {
    padding-left: 0;
    overflow-x: visible
}

ol li {
    list-style-type: decimal
}

@media screen and (max-width:359px) {
    .ibutton {
        width: 150px !important
    }
a.button-disabled {
        width: 150px !important
    }
    .like-line-menu__item {
        float: left
    }

    .send-comments--submit {
        width: 65px !important
    }
}

.red_text {
    color: red
}

.your_price span {
    color: green
}

body {
    background: #fff !important;
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, sans-serif;
    font-size: small;
		overflow-x: hidden;
}

.border_bottom {
    border-bottom: 1px solid #dfe3e8
}

.like_people {
    height: 38px;
    display: table;
    padding: 0 0 1px;
    margin: 0 -2px 5px
}

.like_people_images {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

.like_people_image_wrap:first-child {
    z-index: 1;
    margin: 0
}

.like_people_image_wrap {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -10px;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden
}

.like_people_image {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden
}

.like_people_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 14px;
    color: #909499;
    letter-spacing: -.08px;
    padding: 0 0 0 6px
}

.wi_buttons {
    padding: 0;
    position: relative;
    overflow: visible;
    height: 46px
}

.item_like,
.item_share,
.item_views {
    color: #999;
    padding: 4px;
    margin-left: 1px;
    font-weight: 700
}

.wi_buttons_wrap {
    display: table;
    min-width: 100%;
    padding: 2px 0 0 2px;
    box-sizing: border-box;
    margin: 0 0 0 -14px
}

.wi_buttons .ilike_wrap {
    display: table
}

.wi_buttons .item_like,
.wi_buttons .item_share {
    float: none;
    margin: 0;
    background: 0 0
}

.wi_buttons .item_like,
.wi_buttons .item_share,
.wi_buttons .item_views {
    display: table-cell;
    vertical-align: top;
    line-height: 20px;
    padding: 10px 12px 11px;
    text-align: left;
    min-width: 60px
}

.item_date,
.ipi_acts_link .i_icon,
.wi_buttons b {
    display: inline-block;
    vertical-align: top
}

.wi_buttons i.i_like {
    background-position: 0 -60px !important
}

.wi_buttons i.i_share {
    background-position: 0 -100px !important
}

.wi_buttons i.i_views {
    background-position: 0 -160px !important
}

.wi_buttons .item_views {
    width: 100%;
    text-align: right;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wi_buttons i.i_like,
.wi_buttons i.i_share,
.wi_buttons i.i_views {
    background-image: url(615ef34722c5a.png);
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-size: 100% !important;
    background-repeat: no-repeat
}

.wi_buttons i.i_like,
.wi_buttons i.i_share {
    float: left
}

.wi_buttons b {
    color: #909499;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.2px;
    margin: 0 0 0 6px !important
}

.iphoto_avatar img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.icomment_name {
    font-size: 14px;
    color: #426997;
    font-weight: 600
}

.icomment_text {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    margin-top: 2px;
    letter-spacing: -.22px
}

.ipi_links,
.ipi_links a,
.show_next {
    line-height: 16px
}

.item_date,
.ipi_links a {
    font-size: 13px;
    letter-spacing: -.08px
}

.item_date {
    color: #909499
}

.ipi_links {
    font-size: 13px;
    color: #909499;
    padding: 0;
    margin: 5px 0 0;
    overflow: hidden
}

.ipi_links a {
    padding: 0;
    margin: 0 3px;
    color: #4c6b8f;
    cursor: pointer
}

.ipi_acts_link {
    margin: 0 !important;
    float: right;
    -webkit-tap-highlight-color: transparent
}

.ipi_acts_link .i_icon {
    /* background-image: url(landers/iphone2615ef3470e7ce/615ef3470e7d4/615ef34722c67.png); */
    background-position: 0 0;
    margin: 2px 0 0;
    background-repeat: no-repeat;
    background-size: 100% !important;
    width: 12px;
    height: 12px;
    padding: 0
}

.icomments hr {
    margin: 0 !important
}

.ishow_next_wrap {
    padding: 0 0 1px;
    border: 0;
    text-align: center
}

.ishow_next {
    font-size: 14px !important;
    color: #426997;
    padding: 15px 0;
    font-weight: 400;
    border-radius: 0;
    border: 0;
    background: 0 0;
    display: block
}

.create_post {
    background-color: #f1f1f1;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-top: -1px;
    padding: 7px
}

.icomment_item .ipi_cont {
    margin-left: 0;
    min-height: 34px
}

.iwrap {
    margin: 0 6px 0 0
}

.ipi_cont .textfield {
    height: 3.6em
}

.create_post .textfield {
    padding-top: 3px;
    padding-bottom: 3px;
    resize: vertical
}

.textfield {
    vertical-align: top;
    width: 100%;
    min-width: 30px;
    border: 1px solid #b9c4d1;
    padding: 2px;
    margin: 0;
    -webkit-appearance: none;
    background: #fff;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    box-sizing: content-box;
    border-radius: 4px
}

.mfoot {
    background-color: #f5f5f5
}

.pfoot {
    padding: 10px 0
}

.footer_menu {
    text-align: center;
    margin: 5px 0;
    line-height: 1.6em
}

.fm_row {
    display: inline;
    white-space: nowrap
}

.ibutton,
a.button-disabled,
.clearfix {
    display: block
}

.fm_item {
    padding: 4px 6px;
    font-size: .93em;
    color: #8a8a8a
}

.icontainer {
    padding: 0 12px 8px
}

.ibutton {
    width: 100%;
    padding: 0 8px;
    margin-top: 8px;
    text-align: center;
    background-color: #3b5998;
    background-image: -moz-linear-gradient(center top, #0c98c5, #0c98c5);
    border: 0 solid #4ec8ef;
    text-shadow: 0 0 rgba(0, 0, 0, .1);
    border-radius: 1px;
    cursor: default;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    line-height: 33px
}
a.button-disabled{
    width: 170px;
    padding: 0 8px;
    margin-top: 8px;
    text-align: center;
    background-color: #828181;
    background-image: -moz-linear-gradient(center top, #0c98c5, #0c98c5);
    border: 0 solid #4ec8ef;
    text-shadow: 0 0 rgba(0, 0, 0, .1);
    border-radius: 1px;
    cursor: default;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    line-height: 33px
}
.icomments {

    border-radius: 3px;
    margin: 0;
    padding: 0 0 30px
}

.icomments__item__meta {
    font-size: 9px;
    line-height: 14px;
    margin-top: 6px
}

td {
    background-color: transparent;
    transition: all .3s ease-in
}

hr {
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background: 0 0;
    border-bottom: 1px #dadde1 solid;
    margin: 0 5px
}

ul {
    padding-left: 0;
    overflow-x: visible
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

@media screen and (min-width:460px) {
    .icomments__item__meta {
        font-size: 8px
    }
}

.fbimg {
    margin-top: 10px
}

.ifixed_footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    border-top: 1px solid #e4e4e4;
     border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.ifixed_footer.active::after{
	display: flex;
	top: 0;
}
.ifixed_footer::after {
	position: absolute;
	content: 'Сообщение отправляется...';
	display: none;
	align-items: center;
	padding-left: 50px;
	white-space: nowrap;
	height: 100%;
	width: 100%;
	font-size: 16px;
	background-color: rgba(0,0,0, .5);
	color: #fff;
	-webkit-animation: dots 1s linear infinite;
	        animation: dots 1s linear infinite;
}
@-webkit-keyframes dots {
	0% {
		content: 'Сообщение отправляется';
	}
	33% {
		content: 'Сообщение отправляется.';
	}
	66% {
		content: 'Сообщение отправляется..';
	}
	100% {
		content: 'Сообщение отправляется...';
	}
}
@keyframes dots {
	0% {
		content: 'Сообщение отправляется';
	}
	33% {
		content: 'Сообщение отправляется.';
	}
	66% {
		content: 'Сообщение отправляется..';
	}
	100% {
		content: 'Сообщение отправляется...';
	}
}
.ifixed_footer2 {
  position:absolute;
   
    height: 15px;
    background-color: white;
    left: 30%;
    right: 0;
    z-index: 11;
    
}

.ifooter_input {
    color: #a0a4a3;
    border: none;
    margin-right: 0;
    font-size: 18px;
    position: absolute;
    left: 45px;
    top: 13px;
		width: calc(100% - 140px);
}

.ibtn_send,
.iclip {
max-height: 23px;
    position: absolute;
    top: 14px;
}

.iclip {
    left: 10px
}

.ibtn_send {
    right: 10px
}

@media screen and (max-device-width:480px) {
    body {
        -webkit-text-size-adjust: none
    }
}
 