File "main.css"

Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/wildberries/css/main.css
File size: 23.87 KiB (24440 bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Back


.icon,
.smenu {
	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; }
}

.s-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
}
#s-comments_list tr {
	box-shadow: 0px 1px 0px #dfe3e8;
	visibility: hidden;
	opacity: 0;
	transition: all .35s ease;
}
#s-comments_list tr.visible {
	visibility: visible;
	opacity: 1;
}
#comments_list td {
	padding: 10px;
}

#swheelCon,
.icon,
.smenu {
    background-repeat: no-repeat;
    background-size: contain
}

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

#s-pressButton,
#swheelCon,
.icon,
.smenu {
    background-size: contain
}

.s-spinAround,
.s-spinAround2 {
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal
}

#sheader,
#ssubheadline,
#itopDate,
.s-icongrats {
    text-align: center
}

#s-secondpage a,
.ibutton,
a.button-disabled,
.fm_item,
.s-pi_links a,
a.ibutton {
    text-decoration: none
}

.ibutton,
:focus {
    outline: 0
}

ol,
ul {
    list-style: decimal inside
}

#sheader {
    background-color: #BC3D96;
    color: #fff;
    height: 43px;
    max-height: 43px;
    width: 100%;
    overflow: hidden
}

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

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

.smenu {
    background-image: url(../img/icon-menu.png);
    width: 18px;
    height: 16px;
    float: left;
    margin-left: 10px
}

#idevMockup,
#s-secondpage {
    display: none
}

#s-container {
    padding: 6px
}

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

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

.s-name,
.s-regular_price,
.s-your_price {
    font-weight: 700
}

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

#itopDate {
    width: 100%
}

.sintro {
    margin-bottom: 10px
}

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

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

#s-pressButton {
    position: absolute;
    background-image: url(../img/spin-btn.png);
    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
}

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

#s-pressButton: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
    }

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

.s-spinAround {
    -webkit-animation: spin 6.6s;
    animation: spin 6.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

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

    90% {
        -webkit-transform: rotate(3130deg);
        -ms-transform: rotate(3130deg);
        transform: rotate(3130deg)
    }

    95% {
        -webkit-transform: rotate(3125deg);
        -ms-transform: rotate(3125deg);
        transform: rotate(3125deg)
    }

    100% {
        -webkit-transform: rotate(3128deg);
        -ms-transform: rotate(3128deg);
        transform: rotate(3128deg)
    }
}

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

    90% {
        -webkit-transform: rotate(3130deg);
        -ms-transform: rotate(3130deg);
        transform: rotate(3130deg)
    }

    95% {
        -webkit-transform: rotate(3125deg);
        -ms-transform: rotate(3125deg);
        transform: rotate(3125deg)
    }

    100% {
        -webkit-transform: rotate(3128deg);
        -ms-transform: rotate(3128deg);
        transform: rotate(3128deg)
    }
}

.s-spinAround2 {
    -webkit-animation: spin2 6.6s;
    animation: spin2 6.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(3128deg);
        -ms-transform: rotate(3128deg);
        transform: rotate(3128deg)
    }

    90% {
        -webkit-transform: rotate(6415deg);
        -ms-transform: rotate(6415deg);
        transform: rotate(6415deg)
    }

    95% {
        -webkit-transform: rotate(6412deg);
        -ms-transform: rotate(6412deg);
        transform: rotate(6412deg)
    }

    100% {
        -webkit-transform: rotate(6410deg);
        -ms-transform: rotate(6410deg);
        transform: rotate(6410deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(3128deg);
        -ms-transform: rotate(3128deg);
        transform: rotate(3128deg)
    }

    90% {
        -webkit-transform: rotate(6415deg);
        -ms-transform: rotate(6415deg);
        transform: rotate(6415deg)
    }

    95% {
        -webkit-transform: rotate(6412deg);
        -ms-transform: rotate(6412deg);
        transform: rotate(6412deg)
    }

    100% {
        -webkit-transform: rotate(6410deg);
        -ms-transform: rotate(6410deg);
        transform: rotate(6410deg)
    }
}

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

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

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

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

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

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

* {
    margin: 0
}

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


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

.smallfont {
    font-size: 12px
}

.s-name {
    color: #7D256F;
    font-size: 100%
}

.s-icongrats h4 {
    font-size: 20px
}

.stimer {
    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
}

.s-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
}

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

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

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

.s-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
}

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

.s-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 .s-like_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
}

.s-item_date,
.s-pi_acts_link .s-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(../img/sprite.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
}

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

.s-comment_name {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600
}

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

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

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

.s-item_date {
    color: #909499
}

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

.s-pi_links a {
    padding: 0;
    margin: 0 3px;
    color: #470027;
    cursor: pointer
}

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

.s-pi_acts_link .s-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
}

.s-comments hr {
    margin: 0 !important
}

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

.s-show_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
}

.s-container {
    padding: 0 12px 8px
}

.ibutton {
    width: 170px;
    padding: 0 8px;
    margin-top: 8px;
    text-align: center;
    background-color: #7D256F;
    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
}
.s-comments {
    background: #fff;
    border-radius: 3px;
    margin: 0;
    padding: 0 0 30px
}

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

td {
    background-color: transparent;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    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) {
    .s-comments__item__meta {
        font-size: 8px
    }
}

.fbimg {
    margin-top: 10px
}

.s-fixed_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)
}
.s-fixed_footer.active::after{
	display: flex;
	top: 0;
}
.s-fixed_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;
	animation: dots 1s linear infinite;
}
@keyframes dots {
	0% {
		content: 'Сообщение отправляется';
	}
	33% {
		content: 'Сообщение отправляется.';
	}
	66% {
		content: 'Сообщение отправляется..';
	}
	100% {
		content: 'Сообщение отправляется...';
	}
}
.s-fixed_footer2 {
  position:absolute;
   
    height: 15px;
    background-color: white;
    left: 30%;
    right: 0;
    z-index: 11;
    
}

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

.s-btn_send,
.s-clip {
    max-height: 30px;
    position: absolute;
    top: 10px
}

.s-clip {
    left: 10px
}

.s-btn_send {
    right: 10px
}

.s-choice-messenger {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.s-choice-messenger__content {
	border-radius: 4px;
	background-color: #fff;
	max-width: 400px;
	padding: 40px 20px;
	text-align: center;
}

.s-choice-messenger__title {
	font-size: 20px;
	color: #7D256F;
	margin-bottom: 1em;
}

.s-choice-messenger__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}
.s-choice-messenger__item {
	font-size: 16px;
	border: 0;
	border-radius: 4px;
	padding: 0.6em 1.4em;
	user-select: none;
	cursor: pointer;
	color: #fff
}
.s-choice-messenger__item--whatsapp {
	background-color: #64d448;
	width: 100%;
}
.s-choice-messenger__item--viber {
	background-color: #665cac;
	flex: 1;
}
.s-choice-messenger__item--telegram {
	background-color: #0088cc;
	flex: 1;
}
.s-choice-messenger__item:hover {
	opacity: 0.8;
}

/*share*/
.s-share__content {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 10px;
}
.s-share-progress {
  position: relative;
  overflow: hidden;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.s-share-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  text-align: center;
  background-color: #0876b9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

.s-share-social {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  margin: 20px 0;
}

.s-share-social__link {
  padding: 8px 16px;
	text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	justify-content: center;
	display: none;
	font-size: 16px;
}

.s-share-social__link.disabled {
  pointer-events: none;
  background-color: #ccc;
}

.s-share-social__link--whatsapp {
  background-color: #64d448;
}

.s-share-social__link--viber {
  background-color: #665cac;
}

.s-share-social__link--telegram {
  background-color: #0088cc;
}

.s-share-social__link:hover {
  opacity: 0.8;
}

.s-share-social__link span {
  margin-right: 1rem;
}

.s-share-social__icon {
  background-size: contain;
  height: 20px;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.share__title {
  margin-bottom: 0.8em;
}

.share__text {
  margin-bottom: 1em;
}

.share__btn {
  font-size: 16px;
  color: #fff;
  background-color: #7D256F;
  border-radius: 4px;
  border: 0;
  padding: 0.4em 1.4em;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.share__btn:hover {
  opacity: 0.9;
}

.share__btn.disabled {
  background-color: #ccc;
	pointer-events: none;
}

.s-share-error {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  padding: 20px;
}

.s-share-error.isopen {
  pointer-events: auto;
  opacity: 1;
}

.s-share-error.isopen .s-share-error__content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.s-share-error__close {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 5px;
  right: 5px;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.s-share-error__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.s-share-error__content {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 450px;
  margin: 20px 0;
  -webkit-transition: all .3s 0.2s ease-in;
  transition: all .3s 0.2s ease-in;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.s-share-error__icon {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
  font-style: normal;
  color: #e6000e;
  border-radius: 50%;
  border: 4px solid #e6000e;
  margin-top: 30px;
  font-weight: 700;
}

.s-share-error__title {
  margin: 20px 0;
}

.s-share-error__text {
  line-height: 1.4;
  margin-bottom: 20px;
}

.s-share-error__btn {
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6000e;
  color: #fff;
  width: 100%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
}

.s-share-error__btn:hover {
  opacity: 0.8;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media (max-width: 460px) {
  /* .s-share-social__link span {
    display: none;
  } */
}

/*share*/

@media screen and (max-device-width:480px) {
    body {
        -webkit-text-size-adjust: none
    }
		.s-choice-messenger__list {
			display: flex;
			flex-direction: column;
		}
		/* .s-choice-messenger__item {
			margin-bottom: 10px;
		} */
		.s-choice-messenger__title {
			font-size: 16px;
		}
		.s-choice-messenger__content {
			padding: 20px 10px;
			margin: 0 10px;
		}
}
 

PHP File Manager