bodys {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 1em/1.2em Arial, Tahoma, sans-serif;
  color: #fff;
}

header,
footer {
  padding: 50px 0;
}

h5 {
  color: #ed145b;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  color: #ed145b;
  font-weight: 400;
}

article {
  background: #ed145b;
  padding: 50px;
  color: #3d3d3d;
}

.bl {
  float: left;
  width: 150px;
  margin: 0 15px;
  background: #fff;
  padding: 50px 10px;
}

.mid {
  width: auto;
  margin: 0 auto;
}

.number {
  font-size: 2em;
  padding: 0 0 25px;
  font-weight: bold;
  opacity: 0;
}

.viz {
  opacity: 1;
  transition: 1s;
}

footer {
  padding: 200px 0 2000px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*================Arrow==============*/

.arrow-left-2,
.arrow-right-2,
.arrow-top-2,
.arrow-bottom-2 {
	margin: 20px 8px;
	width: 80px;
	height: 80px;
}
.arrow-left-2 path,
.arrow-right-2 path,
.arrow-top-2 path,
.arrow-bottom-2 path {
	fill: #f799b8;
	stroke-width: .6;
	stroke: #ed145b;	
	transition: fill 0.5s ease-out;
	cursor: pointer;
}
.arrow-left-2 {
	transform: rotate(180deg);
}
.arrow-top-2 {
	transform: rotate(270deg);
}
.arrow-bottom-2 {
	transform: rotate(90deg);
}
.arrow-left-2 path:hover,
.arrow-right-2 path:hover,
.arrow-top-2 path:hover,
.arrow-bottom-2 path:hover {
	fill: #ed145b;
}

/*================Contact modal==============*/

.contact-container * {
	box-sizing: content-box;
}	
.contact-container {
	position: fixed;
	right: 0;
	z-index: 99999999;
	bottom: 80px;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
}
.contact-container.visible {
	transform: translateX(-10px);
}
.contact {	
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	border: 5px solid #ed145b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: Verdana, sans-serif;  
	position: relative;
	height: 110px;	
	width: 280px;
	max-width: calc(100% - 10px);
}
.contact span.close-btn {
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}
.contact span.close-btn svg {
	stroke: #ed145b;
	width: 20px;
	height: 20px;
}
.contact span.close-btn:focus {
	outline: none;
}
.contact div {
	background-color: #ed145b;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	padding: 2px 0 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 280px;
}
.contact ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.contact ul li {
	margin: 24px 6px 0 6px;
}
.contact ul li a {
	border: 4px solid #f799b8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	font-size: 24px;
	color: #ed145b;
	width: 48px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.contact ul li a:hover {
	border-color: #ed145b;
	color: #000;
	box-shadow: 0 9px 12px -9px #ed145b;
}
.contact-btn {
	border-radius: 30px;
	background-color: #ed145b;
	border: 2px solid #ed145b;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999999;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	font-family: Verdana, sans-serif;  	
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.contact-btn:hover {
	background-color: #ffffff;
	color: #ed145b;
}
.contact-btn:focus {
	outline: none;
}
@media screen and (max-width: 480px) {
	.contact-container.visible {
		transform: translateX(0px);
	}
	.contact-btn {
		right: 10px;
	}
}

/*================Catalog==============*/

  .price_request_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000008c;
    z-index: 9999;
    /* display: flex; */
    justify-content: center;
    display: none;
  }

  .price_request_innner {
    display: flex;
    width: 100%;
    max-width: 600px;
    background: white;
    flex-direction: column;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    margin-top: 70px;
    /* max-height: 500px; */
    margin: 70px auto;
  }

  .price_request_innner_top {
    display: flex;
    width: 100%;
    height: 50px;
    background: #2e1f1f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }

  .price_request_innner_content {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }

  .price_request_close {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .price_request_innner_content_field {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .content_field_name {
    font-weight: 600;
    font-size: 1.5rem;
  }

  .content_field_name span {
    color: red;
    font-size: 16px;
  }

  .content_field_value input,
  .content_field_value textarea {
    width: 100%;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
  }

  #send_request {
    background: red;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
  }