@font-face {
  font-family: 'GothamPro';
  src: url('fonts/GothamPro.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('fonts/GothamPro-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('fonts/GothamPro-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'FoturaNow';
  src: url('fonts/FuturaNowHeadlineBold.ttf');
  font-weight: normal;
  font-stapanel-block2yle: normal;
}

@font-face{
    font-family: 'FuturaNowHeadlineMedium';
    src: url('fonts/FuturaNowHeadlineBlack.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face{
    font-family: 'FuturaNowHeadlineExtraLight';
    src: url('fonts/FuturaNowHeadlineBold.ttf');
    font-weight: normal;
    font-style: normal;
}

body,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}
a{
  text-decoration:none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  outline: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

body {
  font-family: "GothamPro";
}

.heading h2 {
  font-weight: 900;
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 85px;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8f35fc;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  padding-left: 44px;
  overflow: hidden;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.button a:hover {
  -webkit-box-shadow: 0px 15px 35px 0px rgba(143, 53, 252, 0.5);
  box-shadow: 0px 15px 35px 0px rgba(143, 53, 252, 0.5);
}

.button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 108px;
  height: 100%;
  background-color: #da6f5b;
  position: relative;
}

.button span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  border-radius: 50%;
  background-color: #da6f5b;
  right: calc(100% - 18px);
}

.header {
  padding: 30px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.header.sticky {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  margin-right: 50px;
}

.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-item a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  color: #939393;
  position: relative;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.header__nav-item a:hover {
  color: #000;
}

.header__nav-item.active a {
  color: #000;
}

.header__nav-item.active a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #8f35fc;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__buttons {
  margin: 0 0 0 auto;
}

.header__buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.header__buttons a.reg {
  background-color: #da6f5b;
}

.header__buttons a.reg:hover {
  -webkit-box-shadow: 0px 15px 35px 0px rgba(218, 111, 91, 0.5);
  box-shadow: 0px 15px 35px 0px rgba(218, 111, 91, 0.5);
}

.header__buttons a.login {
  margin-left: 10px;
  background-color: #8f35fc;
}

.header__buttons a.login:hover {
  -webkit-box-shadow: 0px 15px 35px 0px rgba(143, 53, 252, 0.5);
  box-shadow: 0px 15px 35px 0px rgba(143, 53, 252, 0.5);
}

.main {
  padding-top: 97px;
  padding-bottom: 70px;
}

.main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__text {
  font-weight: 900;
  font-size: 35px;
  color: #010000;
  max-width: 600px;
  text-transform: uppercase;
  line-height: 1.372;
}

.main__text span {
  background-color: #e8e8e8;
  padding: 4px 11px 5px;
  border-radius: 10px;
}

.main__text .blue {
  color: #8f35fc;
}

.main__text .red {
  color: #da6f5b;
}


.main__button {
  margin-top: 40px;
}

.servers {
  padding-top: 84px;
  padding-bottom: 450px;
  background-image: url(../images/servers.png);
  background-size: cover;
}

.servers .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servers__left {
  width: 50%;
}

.servers__left .servers__title {
  background-color: #da6f5b;
}

.servers__right {
  width: 50%;
  max-width: 373px;
  margin: 0 0 0 auto;
}

.servers__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.551;
  color: #fff;
  margin-top: 10px;
}

.servers__title {
  display: inline-block;
  font-weight: 900;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  background-color: #8f35fc;
  padding: 8px 18px 10px;
  border-radius: 10px;
}

.content {
  padding-top: 167px;
  background-image: url(../images/bg.png);
  background-size: 100%;
  margin-top: -25px;
}

.tariffs {
  position: relative;
  z-index: 1;
}

.tariffs__price {
  width: 560px;
  margin: 71px auto 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 55px 0px rgba(0, 1, 2, 0.15);
  box-shadow: 0px 5px 55px 0px rgba(0, 1, 2, 0.15);
  padding: 48px 50px 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.tariffs__price:before {
  position: absolute;
  content: "";
  width: 420px;
  height: 120%;
  border-radius: 20px;
  background-color: #e8e8e8;
  left: -18%;
  top: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tariffs__price-title {
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
}

.tariffs__price-title span {
  font-weight: normal;
}

.tariffs__price-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.tariffs__price-item {
  width: 50%;
  text-align: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tariffs__price-item .price-item__title {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 17px;
}

.tariffs__price-item .price-item__block {
  width: 100px;
  height: 100px;
  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;
  border-radius: 20px;
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  position: relative;
}

.tariffs__price-item .price-item__block span {
  position: absolute;
  content: "";
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 15px;
  top: -11px;
  right: -33px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 1, 2, 0.25);
  box-shadow: 0px 5px 35px 0px rgba(0, 1, 2, 0.25);
}

.tariffs__price-item:first-child .price-item__title {
  color: #da6f5b;
}

.tariffs__price-item:first-child .price-item__block {
  background-color: #da6f5b;
}

.tariffs__price-item:first-child .price-item__block span {
  color: #da6f5b;
}

.tariffs__price-item:last-child .price-item__title {
  color: #8f35fc;
}

.tariffs__price-item:last-child .price-item__block {
  background-color: #8f35fc;
}

.tariffs__price-item:last-child .price-item__block span {
  color: #8f35fc;
}

.advantages {
  padding-top: 116px;
  position: relative;
  z-index: 1;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 80px;
  justify-content: center;
}

.advantages__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.15;
}

.advantages__item img {
  margin-right: 25px;
}

.advantages__slider {
  margin-top: -18px;
}

.advantages__slider-item {
  padding-bottom: 60.895%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 170px 0 200px;
  position: relative;
}

.advantages__slider .owl-item {
  opacity: 0.5;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.advantages__slider .center {
  -webkit-transform: scale(1.55);
  -ms-transform: scale(1.55);
  transform: scale(1.55);
  opacity: 1;
  z-index: 3;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
  margin: 0;
}

.advantages__slider .center .advantages__slider-item {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 1, 2, 0.25);
  box-shadow: 0px 20px 50px 0px rgba(0, 1, 2, 0.25);
}

.advantages__slider + .advantages__items {
  margin-top: -15px;
}

.create {
  padding-top: 192px;
}

.create > .wrapper {
  background-image: url(../images/create.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding-bottom: 321px;
}

.create__heading h2 {
  text-align: left;
}

.create__sub {
  font-size: 25px;
  margin-top: 40px;
  padding-bottom: 12px;
}

.footer {
  background-color: #484848;
  padding: 21px 0;
}

.footer > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav-item {
  margin-right: 45px;
}

.footer__nav-item:last-child {
  margin-right: 0;
}

.footer__nav-item a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #a0a0a0;
  position: relative;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.footer__nav-item a:hover {
  color: #d3d3d3;
}

.text {
  padding: 50px 0;
  min-height: calc(100vh - 268px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text p + p {
  margin-top: 15px;
  line-height: 1.25;
  font-size: 18px;
}


@media screen and (max-width: 576px) {
  .wrapper {
    padding-left: 23px;
    padding-right: 23px;
  }
  .items-zakaz {
    width: auto;
}
.main {
  padding-top: 0px;
  padding-bottom: 30px;
}
}

.login_block{
	display:flex;
	
	padding:56px;
	width:400px;

	
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
	justify-content:space-between;
}

.login_pole input{
	border:none;
	width:100%;
	height:50px;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:25px;
	background-color: #F3F6F9;
	
}
.login_label{
	font-weight:500;
	margin-bottom:10px;
}
.login_button button {
	display:flex;
	width:100%;
	height:50px;
	align-items:center;
	background-color: #8f35fc;
	border-radius:10px;
	justify-content:center;
	font-weight:500;
	color:#fff;
  border:none;
	
}

.login_logo{
	display:flex;
	width:100%;
	justify-content:center;
    align-items: center;

	height:100px;
    margin-bottom: 50px
}
.purple {
  color: #8f35fc;
}
.login_input{
	width:100%;
}
.login_help{
	display:flex;
	font-weight:500;
	justify-content:space-between;
	margin-top:10px;
}
.product-backgorund{
  display: flex;
  justify-content: center;
    
  background-image: url(https://www.transparenttextures.com/patterns/dark-stripes-light.png);

}
.button_nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 400px;
}
.product-panel{
  display: block;
  /* margin-top: 1em; */
  margin: 10px;
  /* width: 90%; */
  /* height: 1600px; */
  background-color: #fff;
  border-radius: 20px;
  padding: 1em;
}

.nav__logo{
    display: flex;
    align-items: center;
    width: 200px;
    height: 100px;
    position: relative;
}

.div-button{
    display: inline-block;
    
}
.link-button{
    display: inline-block;
    align-items: center;
 
}
.product-acicon img{
  
  width: 35px;
  height: 35px;

  
}
.product-card{
  display: flex;
  width: 300px;
  height: 500px;
  background-color: #fff;

  margin-right: 10px;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
 
}

.product-card{
  display: flex;
  flex-direction: column;
}
.card-btnreg{
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #da6f5b;
  justify-content: center;
  align-items: center;
  color:#fff;
  margin-bottom: 1em;
  border-radius: 10px;
}
.card-btn{
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #8f35fc;
  justify-content: center;
  align-items: center;
  color:#fff;
  margin-bottom: 1em;
  border-radius: 10px;
}
.bgred a{
  text-decoration: none;
  color:#fff;
}
.card-btn a{
  text-decoration: none;
  color:#fff;
}
.card-info{
  padding: 1em;
}
.card-price{
  color:black;
  font-weight: 500;
  margin-bottom: 1em;
  
}
.card-name{
  margin-bottom: 1em;
}
.card-owner{
  display: flex;
  justify-content: space-between;
  color: #8f35fc;
  align-items: center;
  font-weight: 500;
}



.info-block{
  width: 300px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;

}
.block-launcher-text{
  display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    color: black;
    height: 59px;
}
.launcher_hr{
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
}
.block-launchersettings{
  width: 100%;
  height: 350px;
  
  border-radius: 10px;
  
}
.block-infolaucnher{
  width: 300px;
  height: 560px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
}
.h1_info{
  display: block;

  font-size: 24px;
  font-weight: 900;
  color: #8f35fc;
  
}
.price_tovar{
  color: #8f35fc;
  font-size: 15px;
  font-weight: 600;
}
.center{
    text-align: center;
    margin-bottom: 20px
}
.block-mods-video{
     width: 500px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
}
.block-mods{
  
  width: 500px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
}
.icon_div{
  display: flex;
  position: relative;
 color:#8f35fc;
 font-size: 27px;

}

.icon_div{
  display: flex;
  position: relative;
 color:#8f35fc;
 font-size: 27px;

}

.icon_reset li{
  display: flex;
  align-items: center;
    content: "•";
}
.block-youtubetext{
  width: 590px;
  height: 635px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
  line-height: 1.55;

}
.block-youtube{
  width: 590px;
  height: 635px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
}
.info-text{
  color:#8f35fc;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;

}

.block-name{
  color: #8f35fc;
  font-weight: 500;
  padding: 1em;
}
.block-prices {


  margin-bottom: 13px;
  
}
.block-price{
  padding: 1em;
  background-color: #EEE5FF;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  
}
.block-oldobnova{
  padding: 1em;
  background-color: #EEE5FF;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  
}
.myproduct-wrapper {
	display: block;
  box-sizing: border-box;
	float: left;
  
	transition: width .2s;

}
.product-wrapper {
	display: block;
  box-sizing: border-box;

	float: left;
  margin-bottom: 20px;
	transition: width .2s;
}


@media only screen and (min-width: 1000px) {
	.product-wrapper {
		width: 25%;
	}
    .myproduct-wrapper {
		width: 20%;
	}
  .div-button-show-list{
    display: flex;
  }
  
    
}
.h1_center{
    text-align: center;
    font-weight: 600 !important;
    font-size: 24px;
    color:#8f35fc;
    margin-left:-0px;
}
.product_p{
    display: block;
	border: 1px solid #b5e9a7;
	border-radius: 3px;
	background: #fff;
	margin: 0 20px 20px 0;
	text-decoration: none;
	color: #474747;
	z-index: 0;

    border-radius: 9px;
    position: relative;
    z-index: 8;
    
}

.product {
-webkit-box-shadow: 0px 0px 4px 4px #CFCFCF; 
box-shadow: 0px 0px 4px 4px #b9b9b973;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 32px;
    min-height: 300px;
}
.hr_product{
    border-top: 2px solid rgb(143 53 252);
    position: relative;
    top: 10px;
    border-radius: 1310px;
    
}
.myproduct {
	display: block;
	border: 1px solid #b5e9a7;
	border-radius: 3px;
	position: relative;
	background: #fff;
	margin: 0 20px 20px 0;
	text-decoration: none;
	color: #474747;
	z-index: 0;
	height: 560px;
  border-radius: 5px;
}
.products {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}
.product-photo {
	position: relative;

	overflow: hidden;
}
.product-photo img {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .4s ease-out;
}
.product:hover .product-photo img {
	transform: scale(1.05);
}
.product p {
	position: relative;
	margin: 0;
	font-size:1em;
	line-height: 1.4em;
	min-height: 3.2em;
	overflow: hidden;
}
.product p:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.2em;
	height: 1.6em;
	background: linear-gradient(to left top, #fff, rgba(255, 255, 255, 0));
}

.product-price-old  {
	color: #888;
    font-family: 'FuturaNowHeadlineExtraLight';
  font-size: 15px;

  display: flex;
  flex-direction: row;

    

}
.product-names{
 
    color:#151d33;
     text-align: center;
    font-family: 'FoturaNow';
    
    
}

.product-name{
  font-size: 17px;
  color:#8f35fc;
  font-weight: 600;
height: 40px;
background-color: #8f35fc;
color:#fff;

display: flex;
align-items: center;
justify-content: center;
position: relative;
    z-index: 3;
    text-align: center''
 
    
    
}


.my_text{
    position: relative;
    top:7px;
    font-size: 20px;
    font-weight: 500;
   
    margin-left: 10px;
    
}
.product-info{

  display: block;
    
  width: 100%; 
  padding: 10px;
  box-sizing: border-box;

}
.product-infoitem{
    margin-top: 10px;
    text-align: center;
    color:#91949c;
    font-family: 'FuturaNowHeadlineExtraLight';
    font-size: 12px
   
}
.product-price{
  display: flex;
  justify-content:space-around;
  
}
.product-price-active{
  color: #8f35fc;
  font-weight: 600;
    font-family: 'FuturaNowHeadlineMedium';
}
.product-button{
  display: flex;
  width: 50%;
  height: 35px;
background: rgb(143,53,252);
background: linear-gradient(137deg, rgba(143,53,252,1) 0%, rgba(250,68,35,1) 100%);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-weight: 500;
  margin-top: 10px;
    -webkit-box-shadow: 0px 5px 10px -3px rgba(76,6,204,0.73); 
    box-shadow: 0px 5px 10px -3px rgba(76,6,204,0.73);
    margin: 0 auto;
    margin-top: 10px;
    
}



@media only screen and (min-width: 1200px){
    .block-info{
  
  width: 500px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
    box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
  padding: 1em;
  margin-left:50px;
}
    .info-main{
      display: flex;
  
    }
    .info-block1{
      width: 300px;
      height: 650px;
      border-radius: 20px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
        box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
      padding: 1em;

    }






    
}
.account-block{
    
  -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
   box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
  width: 400px;
  height: 500px;
  border-radius: 30px;
     margin-right: 40px;

}
.account-block-img{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
  
    
}
.account-img img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    
}
.account-username{
    text-align: center;
    
}
.account-option{
    display: flex;
    justify-content: center;
    margin-top: 0.5rem !important;
}
.account_days{
    margin-top:0.1rem !important;
    color: #B5B5C3 !important;
}
.option-account{
    height: calc(0.75em + 1.1rem + 2px);
    width: calc(0.75em + 1.1rem + 2px);
    font-size: 21px;
    margin-left: 5px;
    border-radius: 10px;
    color:  #B5B5C3;
    background-color: #F3F6F9; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s; 
    
}
.option-account:hover{
     height: calc(0.75em + 1.1rem + 2px);
    width: calc(0.75em + 1.1rem + 2px);
 
    color: #8950FC;
    background-color: #EEE5FF;
}

.account-email{
    display: flex;
    justify-content: space-between;
    padding: 10px;
   
    
}
.account_email{
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    font-size: 12px;
}
.account-email:hover{
    text-shadow: 2px 2px 8px #8F35FC;
     color: #8950FC;
    transition: 0.1s linear; 
}

.account_parametrs{
    color: #8950FC;

    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 17px;
    font-weight: 500 !important;
   
    
    
    
  
    
    
}



.account_parametr{
    color: #8950FC;
    background-color: #EEE5FF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500 !important;
    font-size: 12px;
    
    
    
  
    
    
}
.account-main{
    display: flex;
    
    
    justify-content: center;
   
}
.login-panel{
        display:flex;
        justify-content: space-between;
        align-items:center;
        margin-bottom:100px;
        margin-top:100px;
    }



.partner-user{
   
    display: flex;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 5px;
   

}
.partner-user-img{
    width: 50px;
    height: 50px;
    background-color: bisque;
    border-radius: 100%;
    
    
}
.partner-user-info{
    padding: 5px 10px;
}




.apanel-block2{
  display: block;
  padding: 10px;

   -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
 box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
  border-radius: 30px;
  border-color: #8950FC;
  
  box-sizing: border-box;
}

@media screen and (max-width: 976px) {
    .apanel-block2 {
      display: block;
      padding: 10px;
      -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
      box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
      border-radius: 30px;
      border-color: #8950FC;
      width: 50%;
      box-sizing: border-box;
      width: 100%;
  }
    .account-block{
    
      -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
       box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
      width: 100%;
      height: 500px;
      border-radius: 30px;
      margin-bottom: 30px;

    }
    .select-account{
        display: block;
        width: 100%;
    
    
    }
    .login_img{
       display: none;
    }
    .login-panel{
        display:flex;
        justify-content: center;
        align-items:center;
   
    }
    
    
    
    
}

.option-icon{
    height: calc(0.50em + 0.5rem + 1px);
    width: calc(0.50em + 0.5rem + 2px);
    font-size: 21px;
    margin-left: 5px;
    border-radius: 10px;
    color: #8950FC;
    background-color: #F3F6F9; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    transition: 0.2s; 
    
    
}
.select-account{
    display: flex;
    
    
}
.account-block2{
    display: block;
    padding: 10px;
  
     -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
   box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    border-radius: 30px;
    border-color: #8950FC;
}

.select-option{
    color: #8f35fc;
    padding: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    
}
.select-option:hover{
    text-shadow: 2px 2px 8px #8F35FC;

    transition: 0.1s linear; 
}
.partner{
    background-color: #8f35fc;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-color: #8950FC;
    
    
}


.partner-pole{
    
  
    
    
    
    width: 250px;
    font-size: 0.8rem;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.75rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
}
.partner input[type="text"]{
  padding: 8px 12px;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
    width: 100%;
}

.class-edit-launcher{
    padding: 10px;
    width: 900px;
    
     -webkit-box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
   box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    border-radius: 30px;
    border-color: #8950FC;
    margin-left: 30px;
    
}
.edit-link{
    width: 100%;

}
.center{
    text-align: center;
    padding: 1em;
    background-color: #8f35fc;
    border-top-left-radius: 70px 100px;
    font-weight: 500;
    margin-bottom: 10px;
}



.apanel-items-list-div{
    display: inline-block;
    width: 400px;
  
    
}
.apanel-items-list{
    display: flex;
    margin-left: 10px;
    width: 90px;
    
}
.apanel-items-list li {

    margin-left: 10px
    
}

.apanel-item{
    display: inline-block;
    width: 150px;

    background-color: antiquewhite;
    text-align: center;
    
}
.product-main-flex
{
    display: flex;
    
}
.apanel-img{
    display: inline-block;
    background-color: red;
    width: 150px;
    height: 130px;
    
}

.apanel-item-name{
    display: inline-block;
}



.product-header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
}
.product-logo{
    width: 200px;
}
.product-ul{
    display: flex;
}
.product-ul li{
    margin-left: 20px;
}
.product-ul a{
    text-decoration: none;
    color:#7c7c7c;
}
.product-money{
    width: 155px;
  height: 47px;
  font-weight: 500;
  background: rgb(143,53,252);
background: linear-gradient(132deg, rgba(143,53,252,1) 74%, rgba(177,114,254,1) 100%);
  border-radius: 10px;

 -webkit-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
-moz-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}
.product-acicon{
    width: 155px;
    height: 47px;
    font-weight: 500;  
    background: rgb(255,53,53);
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);






    -webkit-box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
    -moz-box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
    box-shadow: 3px 3px 12px 3px rgba(244, 102, 75, 0.37);
    border-radius: 10px;
    transition: 0.3s;

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}
.product-money  a{
    text-decoration: none;
    color:#fff;
}
.product-acicon  a{
    text-decoration: none;
    color:#fff;
}
.product-ul a {
        text-decoration: none;
        color: #202020;
        font-weight: 500;
    }
@media screen and (max-width: 850px) {
	.product-header{
        display: flex;
        justify-content: center;
        flex-direction: column;
        
  
        
    }
    .account-main{
      display: inline-block;
      
      
      justify-content: center;
     
   }
    .product-money{
      width: 100%;
    }
    .product-acicon{
      width: 200px;
    }
    .button_nav{
      width: 100%;
      display: contents;
    }
    .product-ul{
      line-height: 22px;
    display: inline-block;
    font-size: 16px;
    }
    .product-logo{
        width: 290px;
    }
  
    
    .product-ul li:(:last-child){
        margin-top: 20px;
        font-size: 12px;
    }
    .product-acicon{
        width: 100%;

    }
    .product-money{
      width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .items-zakaz {
      width: auto;
    }


    
    
 
}

.button-open-oragne{
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    padding: 15px;
    color:#fff;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;


    
}

.button-open-purple{
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    padding: 15px;
    color:#fff;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.button-open-content{
    
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    transition: all 1s;
    
}
.case-submit{
    padding: 10px;
    width: 140px;
    font-weight: 500;
    background: rgb(143,53,252);
    border-radius: 10px;
        background: rgb(255,53,53);
    background: linear-gradient(132deg, rgba(255,53,53,1) 74%, rgba(255,136,136,1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    float:left;
    
}
.content-open1  {
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.case-input {
    
    max-height: 1000px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;

}
.case-label{

    padding: 10px;
    width: 140px;
    font-weight: 500;
    background: rgb(143,53,252);
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 12px 3px rgb(125 22 249 / 37%);
    -moz-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
    box-shadow: 3px 3px 12px 3px rgb(125 22 249 / 37%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;


    
    
}
.user-search {
    display: flex;
    justify-content: center;
    
}
.user-search input{
    padding: 15px;
    width: 300px;
    border-radius: 20px;
    border: 1px solid #c2c2c2;
}

.content-info-product-icon-text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    font-size: 14px;
}
.content-info-product-text input{
    color: #8950FC;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;

    font-weight: 500 !important;
    font-size: 14px;
    border:none;
    text-align: right;
}

.content-info-product{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.img-user-content{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border:none;
}


.user-save button{
    font-size: 30px;
    padding: 10px;
    background: rgb(143,53,252);
    border-radius: 10px;
    color:#ffff;
    
    margin-left: 20px;
}
.show-pdoduct{
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: space-around
    
}
.edit-apanel-button{

 display: flex;

    
    
}
.show-product input {
    border-radius: 3px;
    border:none;
    padding: 3px;
    text-align: center;
}
.img-product-apanel{
    width: 100px;
}
.price-product-apanel input{
    max-width: 50px;
    text-align: center;
}
.add-tovar-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}
.input-addtovar input{
    padding: 10px;
    width: 300px;
    text-align: center;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    margin-bottom: 20px;
}

.save_tovar{
   width: 155px;
    height: 47px;
    font-weight: 500;
    background: rgb(143,53,252);
    background: linear-gradient(132deg, rgba(143,53,252,1) 74%, rgba(177,114,254,1) 100%);
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 12px 3px rgb(125 22 249 / 37%);
    -moz-box-shadow: 3px 3px 12px 3px rgba(125, 22, 249, 0.37);
    box-shadow: 3px 3px 12px 3px rgb(125 22 249 / 37%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    border:none;
}

.div-button-center{
    display: flex;
    justify-content: center;
    align-items: center;
}


.list-show-list a{
    padding: 10px;
    background: #ff3535;
    border-radius: 10px;
    color:#fff;
    font-weight: 500;
    margin-right: 20px;
    transition: 0.5s all;
    text-decoration: none;
    text-align: center;
    
}

.list-show-list a:hover{
 
    background: #9535ff;
    text-decoration: none;
}
.free-fotter{
    padding: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 04px -5px #737373; 
    box-shadow: 0px 3px 12px -5px #737373;
    text-align: center;
  
    
}
.marquee{
    width: 100%;
}



.conteiners{
  
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1;
  backdrop-filter: blur(5px);
  display: none;
}

.update-box .img-update{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.img-update{
  width: 320px;
  border-radius: 30px;
}
.img-update img{
  border-radius: 30px;
  box-shadow: 0 15px 20px rgb(255 206 206);
}
.center-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.name-update{
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.5em;
  text-align: center;
}

ol{
  list-style: none;
  margin-left: -20px;
}
ol > li{
  padding-left: 20px;
  position: relative;
  margin: 12px;
  line-height: 1.3em;
}
ol > li:before{
  content: '✔';
  position: absolute; top: 0; left: 0;
  color: #FF4500;
}
hr{
  border: none;
  color:red;
  height: 1px;
  background-color: #d7d7d7;
}
.footer-cong{
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  
}
.header-p{
  text-align: center;
  font-weight: 500;
  font-size: 15px
}

.block-exit{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
 
}
.exit-update{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  color: #524f4e;
  font-size: 20px;
  background: #e3e3e3;
  text-align: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  font-weight: 500;
  float:right;
  transition: .3s;
  
}
.exit-update:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-3px);
}



.button-bots {
  text-decoration: none;
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #524f4e;
  background: #e3e3e3;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  transition: .3s;
  border:none;
    
  }
  .button-bots:hover {
  background: #8f35fc;
  box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
  color: white;
  transform: translateY(-7px);
  }

.button.button-update {
text-decoration: none;
display: inline-block;
width: 140px;
height: 45px;
line-height: 45px;
border-radius: 45px;
margin: 10px 20px;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-weight: 600;
color: #524f4e;
background: #e3e3e3;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
transition: .3s;
border:none;
  
}
.button-update:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-7px);
}-update {
text-decoration: none;
display: inline-block;
width: 140px;
height: 45px;
line-height: 45px;
border-radius: 45px;
margin: 10px 20px;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-weight: 600;
color: #524f4e;
background: #e3e3e3;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
transition: .3s;
border:none;
  
}
.button-update:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-7px);
}


.update-list{
  max-height: 350px;
  overflow-y: scroll;
}
#element::-webkit-scrollbar {
  width: 10px;
}

#element::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}

#element::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg,rgb(143,53,252), #fb4f00);
}
.conteiners-load-yes-bots{

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1;
  backdrop-filter: blur(5px);
    display: none;
  }
.conteiners-load-yes{

position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 1;
backdrop-filter: blur(5px);
  display: none;
}
.update-box-load-yes{
width: 660px;
background: #FFF;
margin: 0 auto;
left:0;
right: 0;
top:50%;
position: absolute;
transform: translate(0, -50%);
border-radius: 10px;    

font-size: 15px;
line-height: 10px;
padding: 20px;
z-index: 1;
font-family: 'Roboto', sans-serif;

color:#353535;

}
.conteiners-load-bots{

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1;
  backdrop-filter: blur(5px);
    display: none;
  }
.conteiners-load{

position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 1;
backdrop-filter: blur(5px);
  display: none;
}
.update-box-load{
width: 660px;
background: #FFF;
margin: 0 auto;
left:0;
right: 0;
top:50%;
position: absolute;
transform: translate(0, -50%);
border-radius: 10px;    

font-size: 15px;
line-height: 10px;
padding: 20px;
z-index: 1;
font-family: 'Roboto', sans-serif;

color:#353535;

}
.block-load{
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 10px solid #8f35fc;
  border-top:10px solid #fff;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  animation: animate 2s infinite linear;
}
@keyframes animate{
  0% {
      transform: translate(0, 0) rotate(0deg);
  }
  100%{
      transform: translate(0, 0) rotate(360deg);
  }
}
.text-update{
  text-align: center;
}
.st_text{
  line-height: 1.3em;
}
.st_text span {
  color:red;
}
.conteiners{
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 1;
backdrop-filter: blur(5px);
}
.update-box{
  max-width: 660px;
background: #FFF;
margin: 0 auto;
left:0;
right: 0;
top:50%;
position: absolute;
transform: translate(0, -50%);
border-radius: 10px;    

font-size: 15px;
line-height: 10px;
padding: 20px;
z-index: 1;
font-family: 'Roboto', sans-serif;

color:#353535;

}
.update-box .img-update{
display: flex;
justify-content: center;
align-items: center;

}
.img-update{
width: 320px;
border-radius: 30px;
}
.img-update img{
border-radius: 30px;
box-shadow: 0 15px 20px rgb(255 206 206)
}
.center-box{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}

.name-update{
margin-top: 20px;
font-size: 25px;
line-height: 1.5em;
text-align: center;
}

ol{
list-style: none;
margin-left: -20px;
}
ol > li{
padding-left: 20px;
position: relative;
margin: 12px;
line-height: 1.3em;
}
ol > li:before{
content: '✔';
position: absolute; top: 0; left: 0;
color: #FF4500;
}
hr{
border: none;
color:red;
height: 1px;
background-color: #d7d7d7;
}
.footer-cong{
display: flex;
text-align: center;
justify-content: space-between;
align-items: center;

}
.header-p{
text-align: center;
font-weight: 500;
font-size: 15px
}
.button-update:hover{
cursor: pointer;
background-color: chocolate;
}
.block-exit{
display: flex;
flex-direction: row-reverse;
width: 100%;

}
.exit-update-yes{
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 100px;
font-family: 'Montserrat', sans-serif;
color: #524f4e;
font-size: 20px;
background: #e3e3e3;
text-align: center;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
font-weight: 500;
float:right;
transition: .3s;

}
.exit-update-yes:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-3px);
}
.exit-update{
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 100px;
font-family: 'Montserrat', sans-serif;
color: #524f4e;
font-size: 20px;
background: #e3e3e3;
text-align: center;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
font-weight: 500;
float:right;
transition: .3s;

}
.exit-update:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-3px);
}

.button-update button {
  border: none;
text-decoration: none;
display: inline-block;
width: 140px;
height: 45px;
line-height: 45px;
border-radius: 45px;
margin: 10px 20px;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-weight: 600;
color: #524f4e;
background: #e3e3e3;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
transition: .3s;


}
.button-update:hover {
background: #8f35fc;
box-shadow: 0 15px 20px rgba(75, 0, 130, .4);
color: white;
transform: translateY(-7px);
}



.footer{
  width: 100%;
  
  
  
  display: flex;
  justify-content: space-between;
  align-items: center;

  box-sizing: border-box;
  height: 0px;
  background-color: #fff;
  border-radius: 100px;
  
}
.logo-footer img{
  width: 200px;
}
.conta-footer{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 400px; */
  text-align: center;
}

.one-footer-text{
  padding: 10px;

  border-radius: 10px;
  transition: all 0.5s;
}

.one-footer-text:hover{
  background: rgb(143,53,252);
  color:#fff;
}
@media only screen and (min-width: 0px) and  (max-width:960px) {


    .info-block1{
      
      height: 850px;
      border-radius: 20px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
        box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
      padding: 1em;
        margin-bottom: 50px;

    }
    .block-info{
  
      width: 540px;
      height: 600px;
      border-radius: 20px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
        box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
      padding: 1em;
      
    }
    .info-block1{
    
      
      border-radius: 20px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 80px 0px rgba(41, 43, 58, 0.09);
        box-shadow: 0px 0px 80px 0px rgba(30, 32, 48, 0.09);
      padding: 1em;
    display: inline-block;

    }
    .div-button-show-list {
      display: inline-block;
    }
    
    .list-show-list a{
        width: 100%;
        margin-bottom: 20px;
    }
    .h1_mamka {
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        color: #201f2e;
    }
}