

body {

    background: black;
}


.media {
	position: absolute;
	top: 498px;
	left: 50px;
	font-size: 11px;
	height: max-content;
	width: 160px;
	padding: 8px;
	border: 2px solid rgb(216, 2, 134);
	background: black;
	border-radius: 10px;
	 transition: cubic-bezier(0.4, 0, 1, 1) 5s;
}

img.icon {
    height: 16px;
    width: 16px;
    border-radius: 17px;
	margin: 0px;
	padding: 3px
}

foot {
    padding: 10px;
    ,
    margin-top: #333;
    display: block;
    margin-top: 100px;
    border: 2px solid rgb(216, 2, 134);
    border-radius: 10px;
 }
.guide {
    color: white;
    text-align: center;
    font-family: Consolas;
    font-size: 32px;
    text-decoration: dashed;
}
h1.guide {
	color: white;
	font-family: Arial;
	font-size: 40px;
	text-align: center;
}
.head {
    color: white;
    font-family: Consolas;
   
}



.endbtn {
    padding: 6px 12px;
    cursor: pointer;
    color:  #8f8f8f;
    background: rgb(216, 2, 134);
    border-radius: 10px;
}
.media p.head {
    text-align: left;
    color: rgb(255 255 255);
    font-family: Consolas;
    font-size: 12px;
}
.media p.head:hover {
    background: rgb(255 255 255);
    padding: 3px;
    font-size: 22px;
    color: rgb(216, 2, 134);
    border: 2px solid rgb(216, 2, 134);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #D80286;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
	img.icon {
	padding: 3px;
    height: 30px;
    width: 30px;
    border-radius: 17px;
}
}



.slide_right:focus {
	text-align: left;
    // background-color: #5592cf;
    background-color: #fff;
}
form table .slide_right:hover {
    box-shadow: inset 400px 0 0 0 #fff;
    text-decoration: none;
    //
    background-color: #373d43;
    background-color: #fff;
}
.slide-right_email:hover {
    box-shadow: inset 400px 0 0 0 #999;
    //text-decoration: line;
    background-color: aqua;
    //background-color: #fff;
}

.mess {
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	min-width: 300px;
	margin-right: 20px;
}
textarea .button_slide .mess .slide_right {
    height: fit-content;
    width: fit-content;
}

.stick {
    background: #f3228a;
    padding: 10px;
    height: 65px;
}
.Header {
    position: fixed;
    top: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 15;
    border-bottom: 1px solid #737373;
    border-top: 1px solid #737373;
}
.logo-header:after {
    border: 0 none;
    bottom: 49%;
    box-shadow: 0 0 80px 60px rgba(255, 255, 255, 0.9);
    content: "";
    left: 50%;
    position: absolute;
    right: 49%;
    top: 80%;
    z-index: 0;
}
.Header ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.Header ul li {
    color: #020200;
    float: left;
    width: 50%;
    position: relative;
    padding: 7px 0;
    font-size: 22px;
    font-family: 'Charter';
    line-height: 50px;
    text-align: center;
    left: -8px;
}
    /* Give a white color on hover */
.Header ul li a, .Header ul a li:hover{
  text-decoration: none;
  color: #fff;
padding: 0px 0px 3px 0px;
}

.contacts {
    font-family: Consolas;
	  color: black;
	background: url("../images/call-center.jpg") no-repeat;
	background-position: 0px;
	background-size: 100% 665px;
	height: 657px;
	-webkit-transform-origin: 50% 85%;
	transform-origin: 49% 85%;
	margin: 10px;
	border: 2px solid #f3228a;
	border-radius: 10px;
	
}
form table {
    /* border-spacing: 0px; */
    /* margin-right: 200px; */
}
form table th{
    /* padding: 0px 70px; */
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	align-self: center;
}
.contacts  h3 {
	margin: 20px    0px 0px 50px;
	  color: black;
}

.media .platforms {
	display: block;
}
