/*---------------------------------------------------------------------------------

 Theme Name: Divi Child Theme
 Theme URI: https://new.hpcr.cz
 Description: Child theme, based on Divi
 Author: HPCR
 Author URI: https://thisauthor.com
 Template: Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@import url("./style-header.css");
@import url("./style-navigation.css");
@import url("./style-wpml.css");

@font-face {
  font-family: "ETmodules";
  src: url("core/admin/fonts/modules.eot");
  src: url("core/admin/fonts/modules.eot?#iefix") format("embedded-opentype"),
    url("core/admin/fonts/modules.ttf") format("truetype"),
    url("core/admin/fonts/modules.woff") format("woff"),
    url("core/admin/fonts/modules.svg#ETmodules") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniSansSemiBold";
  src: url("/wp-content/uploads/et-fonts/Uni-Sans-SemiBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "UniSansRegular";
  src: url("/wp-content/uploads/et-fonts/Uni-Sans.ttf") format("truetype");
}

@media (max-width: 576px) {
  html {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }

  body {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.et_pb_video_overlay__custom {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.et_pb_video_overlay__custom .et_pb_video_play {
  pointer-events: none;
}

.container {
  width: unset;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 0 !important;
  letter-spacing: 0.07em;
}

.header-switch {
  display: flex;
  align-items: center;
  height: 60px;
}

.container.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first-col .footer-img {
  margin-bottom: 50px;
}
.first-col .description-first {
  font-size: 14px;
  line-height: 20px;
  color: #341717;
  opacity: 0.5;
  margin-bottom: 10px;
}
.first-col .terms-use a {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #341717;
  opacity: 0.5;
  border-bottom: 1px solid rgba(52, 23, 23, 0.3);
  padding-bottom: 5px;
  transition: 0.4s;
}
.second-col {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.07em;
  color: #341717;
}
.second-col .adress-col {
  margin-bottom: 15px;
}
.facebook-col {
  width: 70px;
  opacity: 0.7;
  display: flex;
  justify-content: space-between;
}
.facebook-col a {
  width: 30px;
  transition: 0.4s;
}
.facebook-col a:nth-child(1) {
  padding-top: 4px;
}
.facebook-col a:nth-child(2) {
  width: 34px;
}
.facebook-col a:hover {
  opacity: 0.3;
  cursor: pointer;
  transition: 0.4s;
}
.second-col .adress-col p:first-child {
  padding-bottom: 12px;
}
.second-col .adress-col p {
  padding: 0;
}
.second-col .phone-col {
  margin-bottom: 15px;
}
.second-col .email-col {
  margin-bottom: 15px;
}
.second-col .phone-col p {
  padding: 0;
}
.second-col .email-col p {
  padding: 0;
}
.three-col li {
  margin-bottom: 17px;
}
.three-col li:last-child {
  margin-bottom: 0;
}
.three-col li a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #341717;
  text-transform: uppercase;
  transition: 0.4s;
}
.first-col .terms-use a:hover {
  color: #341717;
  opacity: 1;
  border-bottom: 1px solid rgba(52, 23, 23, 1);
  transition: 0.4s;
}
div.post-content a.more-link {
  margin-top: 30px;
  display: inline-block;
  width: auto;
  padding: 12px 27px;
  border: 2px solid;
  border-radius: 70px;
}
.contact-container .contact-title {
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #341717;
  padding: 0;
  margin-bottom: 90px;
}
.form-container .input-title {
  font-size: 20px;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: #222a30;
  margin-bottom: 20px;
}
.form-container .input-title span {
  color: #d8232a;
}
.form-container input {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(34, 42, 48, 0.15) !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  width: 100%;
  margin-bottom: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133.9%;
  color: rgba(52, 23, 23, 0.4) !important;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
}
.form-container .input-title .optional {
  color: #341717;
  opacity: 0.4;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
}

.faq-button-one,
.faq-button-two {
  text-align: center;
  cursor: pointer;
  padding: 9px 30px;
  color: #d8232a;
  border: 2px solid #d8232a;
  border-radius: 30px;
  width: 20%;
  margin: 0 auto;
}
.faq-button-one {
  margin-top: 40px;
}
.faq-button-one:hover,
.faq-button-two:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.distr-button {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  border: 2px solid #d8232a;
  padding: 12px 2%;
  border-radius: 70px;
  cursor: pointer;
  transition: 0.5s;
}
.distr-button:hover {
  background-color: #f2f1f0;
  transition: 0.5s;
}

/* Blog Module */
.et_pb_post {
  margin-bottom: 60px;
}
.et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.et_pb_post h2 a,
.et_pb_post .entry-title a,
.et_pb_portfolio_item h3 a,
.et_pb_portfolio_item .et_pb_module_header a {
  text-decoration: none;
}
.et_pb_post .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
  margin-top: 15px;
}
.et_pb_post .entry-title {
  margin-bottom: 30px;
}
.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
  text-decoration: none;
}
.et_pb_post .more {
  color: #82c0c7;
  text-decoration: none;
}
.et_pb_posts a.more-link {
  display: block;
  clear: both;
}
.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.et_pb_posts .et_pb_post {
  position: relative;
}
.et_pb_posts.flex-blog .et_pb_post {
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px 50%;
  justify-content: center;
  margin-bottom: 60px;
}
.et_pb_posts.flex-blog .et_pb_post .entry-featured-image-url {
  position: absolute;
  left: 0;
}
.et_pb_posts.flex-blog .et_pb_post .entry-title {
  line-height: 1.2 !important;
}
.flex-blog .et_pb_post .entry-featured-image-url {
  width: 46.7%;
}
.et_pb_posts.et_pb_section_parallax:hover {
  overflow: hidden;
}
.flex-blog .et_pb_post .child-blog {
  width: 47.2%;
}
.et_pb_section_video .et_pb_ajax_pagination_container,
.et_pb_section_parallax .et_pb_ajax_pagination_container,
.et_pb_section_video .pagination,
.et_pb_section_parallax .pagination {
  position: relative;
}
.post-password-required .et_pb_section,
.post-password-required .et_pb_row {
  width: 100%;
  padding: 0;
}
.post-password-required .et_password_protected_form {
  min-height: initial;
}
.post-password-required .et_password_protected_form h1 {
  display: none;
}
.flex-blog .et_pb_post .child-blog {
  width: 47.2%;
}

.container.et_menu_container {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.et_header_style_left .logo_container {
  position: relative;
  display: flex;
  align-items: center;
  width: 130px;
}
#et-top-navigation #top-menu li a {
  padding-bottom: 0;
  cursor: pointer;
}

.logo-text {
  display: none;
}
.header-switch {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding: 0 !important;
  position: relative;
}
.et_search_outer {
  top: -19px;
  width: 100%;
}

.container.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
#footer-widgets {
  padding: 0;
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .footer-widget li a {
  color: #341717 !important;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget,
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  width: 100% !important;
}

.contact-from-display {
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  padding: 9px 0;
  width: 50%;
  border: 2px solid #d8232a;
  border-radius: 70px;
  margin-top: 70px;
  cursor: pointer;
  transition: 0.5s;
}
.contact-us-construction {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 2px solid #d8232a;
  border-radius: 99px;
  padding: 9px 0;
  cursor: pointer;
  width: 40%;
  position: absolute;
  color: #d8232a;
}
.main-page-construction {
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  bottom: -14px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.07em;
  position: absolute;
  color: rgba(52, 23, 23, 0.7);
  right: 39%;
  border-bottom: 2px solid rgba(52, 23, 23, 0.3);
  transition: 0.4s;
}
.sumbitting-onmain {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  display: block;
  width: 30%;
  padding: 17px 0px;
  border: 2px solid #d8232a;
  border-radius: 70px;
  transition: 0.5s;
}

.fcylynder-popap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 22;
}
.fcylynder-popap-wrap {
  width: 990px;
  height: 600px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 50px 50px 0 50px;
}
.fcylynder-popap-close {
  text-align: right;
}
.fcylynder-popap-container {
  padding: 30px 100px 0 100px;
}
.fcylynder-popap-close svg {
  cursor: pointer;
}
.fcylynder-submit-container {
  padding-top: 50px;
  text-align: right;
}
.fcylynder-submit-container {
  display: flex;
  justify-content: space-between;
}
.read-document {
  width: 60%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: rgba(52, 23, 23, 0.5);
}
a.document-number {
  color: #d8232a !important;
  text-decoration: underline !important;
}
.fcylynder-submit-container a {
  width: 30%;
}
.fcylinder-search {
  width: 100%;
  padding: 9px 0;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  border: 2px solid #d8232a;
  border-radius: 50px;
  background-color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}
.fcylinder-search:hover {
  transition: 0.5s;
  background-color: #f2f1f0;
}
.read-document.arabic-popap {
  text-align: right;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.main-submit {
  cursor: pointer;
  transition: 0.4s;
}

#main-contacts {
  z-index: 333;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 59px;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 1920px;
  border-radius: 0px;
  padding: 2% 25%;
}
.main-contact-wrap {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 35px 50px;
}
.arabic-popap {
  text-align: right;
}
.arabic-close {
  text-align: left !important;
}
.main-close {
  text-align: right;
  cursor: pointer;
}
.main-submit {
  background: #ffffff;
  border: 2px solid #d8232a;
  width: 40%;
  font-size: 22px;
  color: #d8232a;
  border-radius: 22px;
  line-height: 22px;
  padding: 9px 0 7px 0;
}

#main-distr {
  z-index: 22;
  position: fixed;
  height: 100%;
  padding: 2% 22%;
  width: 100%;
  right: 0;
  left: 0;
  top: 59px;
  background: rgba(0, 0, 0, 0.7);
}
.main-distr-wrap {
  background: #ffffff;
  padding: 35px 50px;
  border-radius: 15px;
}
.main-distr-close {
  text-align: right;
  cursor: pointer;
}
.distribute-flexform {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.flexform-column1,
.flexform-column2 {
  width: 48%;
}
.distr-submit-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-submit-description {
  width: 55%;
}
.main-distributors-container {
  padding: 0;
}
.pre-submit-description p {
  font-family: UniSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.4;
}
#attention-main {
  z-index: 22;
  position: fixed;
  height: 100%;
  padding: 15% 33%;
  width: 100%;
  top: 59px;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
}
.attention-container {
  border-radius: 15px;
  padding: 40px;
  background: #ffffff;
}
.attention-wrap P {
  padding: 2% 0;
}
.attention-close {
  text-align: right;
  cursor: pointer;
}
.attention-icon {
  text-align: center;
}
.attention-title h3 {
  font-family: UniSansSemiBold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 165%;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #222a30;
}
.attention-description {
  font-family: UniSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.3;
}
.success-main-distr,
.success-main-contact {
  width: 100%;
  height: 350px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.success-inside h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 78px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #d8232a;
  padding-bottom: 40px;
}
.success-inside p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 182.6%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #341717;
  opacity: 0.6;
}
.contact-from-display.arab-contact-from {
  margin-left: 50%;
}
.br-for-tablet {
  display: none;
}

.faq-button-one,
.faq-button-two,
.load-more-button-one,
.load-more-button-two {
  text-align: center;
  cursor: pointer;
  padding: 9px 30px;
  color: #d8232a;
  border: 2px solid #d8232a;
  border-radius: 30px;
  width: 20%;
  margin: 0 auto;
}
.faq-button-one {
  margin-top: 40px;
}
.faq-button-one:hover,
.faq-button-two:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.donload-sert-button {
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 0;
  position: absolute;
  width: 36%;
  right: 32%;
  border-radius: 99px;
  border: 2px solid #d8232a;
  color: #d8232a;
  top: 120px;
}
.main-page-construction:hover {
  color: rgba(52, 23, 23, 0.6);
  border-bottom: 2px solid rgba(52, 23, 23, 0.2);
  transition: 0.4s;
}
p.srtificates-description {
  font-size: 16px;
}
.contact-container h3 {
  padding-bottom: 60px;
}
.cilinder-parameters {
  text-align: center;
}
.cilinder-seria-number {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.025em;
  padding-bottom: 20px;
  color: #d8232a;
}
.cilinder-parameters p {
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.5;
}
.cilinder-parameters p.next-date-test {
  padding-bottom: 60px;
}
.cilinder-par-btn {
  font-style: normal;
  padding: 10px 0;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  width: 100%;
  border: 2px solid #d8232a;
  border-radius: 99px;
  color: #d8232a;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.4s;
}
.cilinder-par-btn:hover {
  background-color: #e5e5e5;
  transition: 0.4s;
}
p.quality-certificate {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.3;
  margin-bottom: 25px;
}

.et_pb_video_play:before {
  font-family: "ETmodules";
  /* content: "\49"; */
  content: "\45";
  background: #d8232a;
  border-radius: 50%;
}

.et_pb_section_9.et_pb_section {
  padding-top: 2px;
  padding-bottom: 135px;
}
.et_pb_section_4.et_pb_section {
  padding-top: 2px;
  padding-bottom: 135px;
}
/* .et_pb_section {
    padding: 76px 0;
} */
.faq-container,
.hpcr-documents {
  overflow: hidden;
}

.et_pb_slider {
  width: 100%;
}

.et_pb_button_3 {
}
#page-container .et_pb_section .et_pb_button_0 {
}

.main-submit-container {
  display: flex;
  justify-content: flex-end;
}
.contact-us-title {
  font-family: UniSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 78px !important;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  padding-bottom: 60px;
  color: #d8232a;
}

.single-post .et_pb_row_0.et_pb_row {
  width: 100%;
}
.single-post .container,
.single-post .et_pb_row_2.et_pb_row {
  width: 100%;
}

#main-footer {
  background-color: #f2f1f0;
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen)
  .et_pb_fullwidth_header_container {
  max-width: 1533px;
}

@media (max-width: 1580px) {
  .comming-under-construction h2 span {
    font-size: 64px;
  }
  .main-page-construction {
    right: 23%;
  }
  .container.et_menu_container {
    padding: 0;
  }

  .footer-widget {
    padding-left: 10%;
  }
}

@media (max-width: 1550px) {
  .logo_container {
    margin-left: 10%;
  }
  .header-switch {
    margin-right: 10%;
  }
}

@media (max-width: 1350px) {
  .logo_container {
    margin-left: 3%;
  }

  .header-switch {
    margin-right: 3%;
  }
}

@media all and (min-width: 981px) {
  .container.footer-section.mobile-footer {
    display: none;
  }
  .et_pb_gutters3 .footer-widget {
    margin: 0;
  }
  .n2-ss-slider-pipeline .n2-ss-button-container a {
    font-family: inherit !important;
  }
}

/*@media all and (max-width: 981px) {
	.container.et_menu_container {
		padding: 0 15px;
	}
	.et_header_style_left .logo_container {
		margin-right: auto;
	}
	.et_header_style_left #et-top-navigation {
		width: 100%;
		margin: 0 25px;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding: 0;
	}
	.et_header_style_left .et-search-form {
		width: 100% !important;
		max-width: initial !important;
	}
	.et_header_style_left #logo {
		max-width: 100%;
	}

	.low-comtainer .low-row {
		display: flex;
		margin-bottom: 21px;
		align-items: center;
	}
	.low-svg {
		width: 35px;
		text-align: center;
		margin-right: 10px;
	}
	.low-row p {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.04em;
		color: #341717;
		opacity: 0.6;
	}
	p:not(.has-background):last-of-type {
		padding-bottom: 0;
	}

	#footer-widgets {
		width: 100%;
		padding: 30px 0;
	}
	#footer-widgets .footer-widget {
		width: 100% !important;
	}
	#et-footer-nav > div:first-child {
		display: none;
	}
	#footer-widgets .widget_text {
		width: 100%;
	}

	.et_pb_posts.flex-blog .et_pb_post {
		padding: 0;
		text-align: center;
	}
	.et_pb_posts.flex-blog .et_pb_post .entry-featured-image-url {
		position: relative;
		margin: auto;
	}
}*/

/*@media all and (max-width: 980px) {

	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap,
	.et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,
	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
	.et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		padding: 0;
		opacity: 0;
	}

	.et_pb_blog_grid .et_pb_post {
		border: 0;
	}

	.src-under-construction .et_pb_code_inner {
		width: 100%;
		align-items: center;
		height: 150px;
		display: flex;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: relative;
		-webkit-box-align: center;
	}
	.contact-us-construction {
		width: 50%;
		position: absolute;
		margin-bottom: 30px;
		color: #D8232A;
	}

	.main-contact-wrap {
		padding: 0;
	}
	.contact-us-title {
		font-weight: 600;
		font-size: 35px!important;
		line-height: 35px!important;
		letter-spacing: 0.02em;
		text-transform: capitalize;
		padding-bottom: 30px;
	}

	#main-footer > .container {
		display: flex;
		padding: 0 5%;
		align-items: flex-end;
		width: 100%;
	}
	.first-col .adress-col {
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 14px;
		color: #341717;
		padding-bottom: 10px;
		opacity: 0.5;
	}
	.second-col .phone-col {
		margin-bottom: 15px;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 14px;
		color: #341717;
		opacity: 0.5;
	}
	.second-col .email-col {
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 14px;
		color: #341717;
		opacity: 0.5;
		margin-bottom: 33px;
	}

	.fcylynder-submit-container a {
		padding-top: 30px;
		width: 100%;
	}
	.distr-button {
		padding: 12px 10%;
	}
	.fcylynder-popap-wrap {
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding: 80px 5% 80px 5%;
	}
	.fcylynder-popap-container {
		padding: 0px 15% 0 15%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.fcylynder-popap-container .text-Other .Other-text.standart {
		width: 100%;
	}
	.balon-link-container.openss .ballon-container {
		box-shadow: none;
	}
	.footer-widget {
		padding-left: 0%;
	}
	.fcylynder-submit-container {
		flex-direction: column;
	}
	.read-document {
		text-align: center;
		width: 100%;
	}

	.et_pb_text_0 h1 {
		font-size: 92px !important;
	}
}*/

@media (max-width: 480px) {
  .main-close {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .main-close.arabic-close {
    padding-left: 3%;
    padding-right: 0;
  }
  .contact-title.arabic-title {
    text-align: center;
  }
  .contact-from-display {
    margin-top: 30px;
    width: 100%;
    left: 0;
  }
  .faq-button-one {
    margin-top: 30px;
  }
  .fcylynder-popap-container {
    padding: 0;
    padding-top: 15px;
  }
  .faq-button-one,
  .faq-button-two {
    text-align: center;
    cursor: pointer;
    padding: 9px 0px;
    width: 100%;
  }
  .contact-container h3 {
    padding-bottom: 30px;
  }
  #et_mobile_nav_menu {
    margin: 0;
  }
  .submit-expl {
    width: 100%;
    text-align: left;
    padding: 30px 0 30px 0;
  }
  .Mobcontact-wrap {
    padding: 5%;
    overflow-y: scroll;
  }
  .send-coniguator {
    width: 100%;
    padding-bottom: 15%;
  }
  .contact-container .text-Other .Other-text.standart {
    width: 100%;
  }
  .mobile_menu_bar_open {
    right: 5%;
  }
  .mobile_menu_bar svg {
    right: 12%;
  }
  #main-contacts {
    display: block;
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    max-width: 1920px;
    border-radius: 0px;
    padding: 20px;
    top: 51px;
  }
  .main-contact-container .forms {
    width: 100%;
    margin: 0;
  }
  .main-submit {
    width: 100%;
  }
  #main-contacts .forms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
  }
  #main-contacts input {
    width: 100%;
  }

  .et_header_style_left .et-search-form.only-search,
  .et_header_style_split .et-search-form.only-search {
    width: 96vw !important;
    max-width: 100vw !important;
  }
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    /* padding: 0 !important; */
    position: unset;
  }
  #logo.desctop-logo {
    display: none;
  }
  #logo.mobile-logo {
    display: flex !important;
  }

  .et_header_style_left #et-top-navigation {
    margin: 0;
    width: auto;
  }
  .et_header_style_left .logo_container {
    width: initial;
  }
  .logo-text {
    display: block;
    color: #341717;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
  }
  .et_mobile_menu {
    width: 100vw;
    left: 0vw;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: none;
    height: 100vh;
    overflow-y: scroll;
  }
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 58vw;
  }
  #logo {
    width: 100%;
  }

  #et_top_search {
    position: absolute;
    margin: 0;
    top: 63px;
    opacity: 0;
    transition: 0.5s;
    right: 90vw;
    z-index: 0;
    pointer-events: none;
  }
  #et_top_search.active {
    pointer-events: visible;
    transition: 1s;
    opacity: 1;
    z-index: 99;
  }
  .et_search_outer {
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    transition: 0.5s;
    opacity: 0;
    width: 50vw;
    z-index: 9;
    pointer-events: none;
    right: 50vw;
    padding-right: 5px;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-right: none;
    height: 55px;
  }
  .et_search_outer.active {
    opacity: 1;
    transition: 1s;
    pointer-events: visible;
  }
  #et_search_icon:before {
    font-size: 22px;
    top: -7px;
    padding: 12px 19vw;
  }

  .et_header_style_left .et-search-form,
  .et_header_style_split .et-search-form {
    width: 44vw !important;
    max-width: 44vw !important;
    transition: 1s;
  }
  .balon-link-container {
    display: none;
  }
  #mobile_menu li:nth-last-child(3) a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 15px;
  }
  .et_header_style_split #et-top-navigation .mobile_menu_bar,
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
    width: 50px;
  }
  .mobile_menu_bar:before {
    font-size: 50px;
  }
  .load-more-button-one {
    margin-top: 0px;
  }
  .load-more-button-one,
  .load-more-button-two {
    text-align: center;
    cursor: pointer;
    padding: 9px 0px;
    width: 100%;
  }
  .logo_container {
    margin-left: 5%;
  }
  .et_mobile_menu li a {
    padding: 15px 5%;
    border-bottom: none;
    color: #341717;
  }
  .cylinder-links {
    display: block;
  }
  .nav li li a,
  .et_mobile_menu li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    font-feature-settings: "cpsp";
    color: #341717 !important;
  }
  .header-switch {
    position: absolute;
    z-index: 9;
    transition: 0.3s;
    top: 50px;
    right: 0;
    opacity: 0;
    transition: 0.4s;
    width: 50%;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-left: none;
    pointer-events: none;
  }
  .header-switch.active {
    pointer-events: visible;
    opacity: 1;
    transition: 1s;
  }
  /* #et_top_search {
		display: none;
	} */
  .nav li li a,
  .et_mobile_menu li a:hover {
    color: #d8232a;
  }
  .et_pb_posts.flex-blog .et_pb_post {
    flex-direction: column;
  }
  .contact-container .contact-title {
    margin-bottom: 70px;
    font-size: 40px;
  }
  #footer-widgets .footer-widget {
    margin-bottom: 0 !important;
  }
  .flex-blog .et_pb_post .entry-featured-image-url {
    width: 100%;
  }
  .flex-blog .et_pb_post .child-blog {
    width: 100%;
  }
  .et_pb_blog_0 .et_pb_post div.post-content a.more-link {
    width: 100%;
    text-align: center;
  }
  .header-switch.mobile-switch {
    width: 0%;
  }
  span.et_close_search_field {
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
  }
  #page-container,
  .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled
    #page-container,
  .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
  #page-container,
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 51px;
  }
  .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_pb_search_visible.et_pb_no_animation {
    opacity: 1;
  }
  .et_pb_search_form_hidden {
    -webkit-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_pb_menu_hidden #et_search_icon:before {
    opacity: 0;
    transition: 0.4s;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .et_pb_menu_visible #et_search_icon:before {
    z-index: 99;
    opacity: 1;
    transition: 1s;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .et_pb_menu_hidden #et_search_icon:before {
    opacity: 0;
    transition: 0.4s;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    pointer-events: none;
  }
  .header-switch {
    margin-right: 0%;
  }
  .et_pb_menu_visible #et_search_icon:before {
    z-index: 99;
    transition: 1s;
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .propareties-title {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 109%;
    font-feature-settings: "cpsp" on;
    color: #341717;
  }
  .propareties-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150.6%;
    letter-spacing: 0.04em;
    color: #341717;
    opacity: 0.6;
  }
  .et_search_outer.for-mobile {
    width: 100vw;
    right: 0;
  }
  .contact-us-forms.active-on {
    transition: 1s;
    width: 100vw;
    right: 0;
    top: 55px;
  }
  .donload-sert-button {
    top: 100px;
    width: 90%;
    right: 5%;
  }
  .second-col .email-col {
    margin-bottom: 10px;
  }
  .facebook-col {
    width: 30px;
    opacity: 0.3;
    margin-bottom: -11px;
    transition: 0.4s;
  }
  .contact-us-construction {
    width: 100%;
  }
  #main-distr {
    padding: 0;
    width: 100%;
    top: 51px;
  }
  .main-distr-wrap {
    background: #ffffff;
    padding: 5% 5% 25% 5%;
    overflow-y: scroll;
    border-radius: 0;
  }
  .main-distributors-container {
    padding: 0;
  }
  .distribute-flexform {
    flex-direction: column;
  }
  .flexform-column1,
  .flexform-column2 {
    width: 100%;
  }
  .distr-submit-container {
    flex-direction: column;
  }
  .pre-submit-description {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .pre-submit-description p {
    text-align: left;
  }
  .main-submit {
    margin-top: 0;
  }
  .contact-us-title.distributor-title {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 39px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding-bottom: 30px;
    color: #d8232a;
  }
  .main-distributors-container .text-Other .Other-text.standart {
    width: 100%;
  }
  .decription-under-consrtuctuin p span {
    font-size: 20px;
    line-height: 20px;
  }
  .decription-under-consrtuctuin .et_pb_text_inner p {
    line-height: 20px;
  }
  .second-src-under {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 65px;
  }
  .main-page-construction {
    position: unset;
    color: rgba(52, 23, 23, 0.7);
    bottom: 0;
    top: 0;
    border-bottom: 2px solid rgba(52, 23, 23, 0.3);
    transition: 0.4s;
    margin-bottom: 58px;
  }
  .cilin-parametr .et_pb_code_inner {
    width: 100%;
  }
  .cilinder-seria-number {
    font-size: 30px;
  }
  .cilinder-parameters p {
    font-size: 16px;
  }
  .cilinder-parameters p.next-date-test {
    padding-bottom: 50px;
  }
  p.quality-certificate {
    font-size: 16px;
  }
  #main-contacts {
    padding: 0 10px 100px 10px;
  }
  .facebook-col {
    width: 70px;
  }
  .et_pb_video {
    -webkit-border-radius: 10px;
  }
  .et_pb_video_box {
    -webkit-border-radius: 10px;
  }
  .fluid-width-video-wrapper iframe {
    -webkit-border-radius: 10px;
  }
  .et_pb_video_overlay {
    -webkit-border-radius: 10px;
  }
  .distr-button {
    width: 100%;
    left: 0;
    position: absolute;
  }
  .success-main-distr,
  .success-main-contact {
    width: 100%;
    height: 70vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .contact-from-display.arab-contact-from {
    margin-right: 0%;
  }
  .sumbitting-onmain {
    width: 100%;
  }
}

.submit-onmain {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.et_mobile_menu {
  z-index: 9 !important;
}

#logo.mobile-logo {
  display: none;
}

@media (min-width: 981px) and (max-width: 1060px) {
  #top-menu li {
    padding-right: 14px;
  }
}

@media (max-width: 770px) {
  .et_pb_module.et_pb_fullwidth_code.propare-1 {
    position: absolute;
    z-index: 22;
    top: 7%;
    width: 55%;
    left: 5%;
  }
  .et_pb_module.et_pb_fullwidth_code.propare-2 {
    position: absolute;
    z-index: 22;
    top: 26%;
    width: 60%;
    left: 5%;
  }
  .et_pb_module.et_pb_fullwidth_code.propare-3 {
    position: absolute;
    z-index: 22;
    top: 38%;
    width: 55%;
    left: 5%;
  }
  .et_pb_module.et_pb_fullwidth_code.propare-4 {
    position: absolute;
    z-index: 22;
    top: 59.4%;
    width: 55%;
    right: 3%;
  }
  .et_pb_module.et_pb_fullwidth_code.propare-5 {
    position: absolute;
    z-index: 22;
    top: 71%;
    width: 55%;
    right: 3%;
  }
  .et_pb_module.et_pb_fullwidth_code.propare-6 {
    position: absolute;
    z-index: 22;
    top: 84.5%;
    width: 55%;
    right: 3%;
  }
}


@media (max-width: 980px) {

  .propareties-title {
    font-family: UniSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 109%;
    font-feature-settings: "cpsp" on;
    color: #341717;
  }

  .propareties-description {
    font-family: UniSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150.6%;
    letter-spacing: 0.04em;
    color: #341717;
    opacity: 0.6;
  }

  .sumbitting-onmain {
    width: 50%;
  }

  .contact-from-display {
    margin-top: 30px;
    left: 0;
    width: 60%;
  }

  #logo.desctop-logo {
    display: none;
  }

  #logo.mobile-logo {
    display: flex;
  }

  .logo-text {
    display: block;
  }

  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 58vw;
  }

  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    /* padding: 0 !important; */
    position: unset;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    display: block;
    padding-top: 24px;
  }

  #et_top_search {
    position: absolute;
    margin: 0;
    top: 63px;
    opacity: 0;
    transition: 0.5s;
    right: 47vw;
    z-index: 0;
    pointer-events: none;
  }

  #et_top_search.active {
    pointer-events: visible;
    transition: 1s;
    opacity: 1;
    z-index: 99;
  }

  #et_search_icon:before {
    font-size: 22px;
    top: -7px;
    padding: 12px 11vw;
  }

  #et_mobile_nav_menu {
    display: block;
  }

  #et_mobile_nav_menu {
    margin-right: 60%;
  }

  .et_search_outer {
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    transition: 0.5s;
    opacity: 0;
    width: 25vw;
    z-index: 9;
    pointer-events: none;
    right: 25vw;
    padding-right: 5px;
    border: 1px solid #c4c4c4;
    border-right: none;
    height: 60px;
  }

  .et_search_outer.active {
    opacity: 1;
    transition: 1s;
    pointer-events: visible;
  }

  .et_header_style_left .et-search-form,
  .et_header_style_split .et-search-form {
    width: 44vw !important;
    max-width: 44vw !important;
    transition: 1s;
  }

  span.et_close_search_field {
    display: flex;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
  }

  .et_mobile_menu {
    width: 50vw;
    left: 50vw;
    padding: 69px 0 69px 0;
    border-top: none;
    height: 100vh;
    overflow-y: scroll;
  }

  .et_mobile_menu li a {
    padding: 15px 5%;
    border-bottom: none;
    color: #341717;
  }

  .nav li li a,
  .et_mobile_menu li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    font-feature-settings: "cpsp";
    color: #341717 !important;
  }

  .header-switch {
    position: absolute;
    z-index: 9;
    transition: 0.3s;
    top: 50px;
    right: 0;
    opacity: 0;
    transition: 0.4s;
    width: 25%;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-left: none;
    pointer-events: none;
  }

  .header-switch {
    margin-right: 0%;
  }

  .header-switch.active {
    pointer-events: visible;
    opacity: 1;
    transition: 1s;
  }

  .et_header_style_split #et-top-navigation .mobile_menu_bar,
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
    width: 50px;
  }

  .mobile_menu_bar:before {
    font-size: 50px;
    opacity: 1;
  }

  .balon-link-container {
    display: none;
  }

  .logo_container {
    margin-left: 5%;
  }

  .et_search_outer.for-mobile {
    width: 100vw;
    right: 0;
  }

  .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }

  .et_header_style_left .et-search-form.only-search,
  .et_header_style_split .et-search-form.only-search {
    width: 96vw !important;
    max-width: 100vw !important;
  }

  .header-switch.mobile-switch {
    width: 0%;
  }

  .second-src-under {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 65px;
  }

  .contact-us-construction {
    width: 50%;
    position: absolute;
    margin-bottom: 30px;
    color: #d8232a;
  }

  .main-page-construction {
    position: unset;
    color: rgba(52, 23, 23, 0.7);
    bottom: 0;
    border-bottom: 2px solid rgba(52, 23, 23, 0.3);
    transition: 0.4s;
    margin-bottom: 58px;
  }

  .src-under-construction .et_pb_code_inner {
    width: 100%;
    align-items: center;
    height: 150px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
  }

  .container.footer-section {
    display: none;
  }

  .container.footer-section.mobile-footer {
    display: flex;
    padding: 0 5%;
    align-items: flex-end;
  }

  #footer-widgets {
    padding: 8% 0;
  }

  .footer-widget {
    padding-left: 0%;
  }

  .first-col .footer-img {
    margin-bottom: 20px;
  }

  .first-col .adress-col {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #341717;
    padding-bottom: 10px;
    opacity: 0.5;
    font-family: UniSansRegular;
  }

  .second-col {
    padding-left: 5px;
  }

  .second-col .phone-col {
    margin-bottom: 15px;
    font-family: UniSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #341717;
    opacity: 0.5;
  }

  .second-col .email-col {
    font-family: UniSansRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #341717;
    opacity: 0.5;
    margin-bottom: 33px;
  }

  .form-container .input-title {
    text-align: left;
  }

  #main-contacts {
    display: block;
    position: fixed;
    z-index: 22;
    margin: 0;
    top: 51px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #ffffff;
    max-width: 1920px;
    border-radius: 0px;
    padding: 20px;
  }

  .main-contact-wrap {
    padding: 0;
  }

  .load-more-button-one,
  .load-more-button-two {
    text-align: center;
    cursor: pointer;
    padding: 9px 0px;
    width: 50%;
  }

  .faq-button-one,
  .faq-button-two {
    text-align: center;
    cursor: pointer;
    padding: 9px 0px;
    width: 50%;
  }
}

.second-col {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.07em;
  color: #341717;
}

.three-col li a {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #341717 !important;
  text-transform: uppercase;
  transition: 0.4s;
}

@media (min-width: 981px) and (max-width: 1480px) {
  .br-for-tablet {
    display: block;
  }
}

@media (min-width: 981px) and (max-width: 1390px) {
  .footer-widget {
    padding-left: 3%;
  }
}

.main-contact-container .forms {
  display: flex;
  width: 60%;
  margin-left: 20%;
  flex-direction: column;
}

.et_pb_widget {
  float: unset !important;
}

@media (min-width: 981px) and (max-width: 1390px) {
  .fcylynder-popap-wrap {
    width: 830px;
    height: 500px;
    padding: 50px 50px 50px 50px;
  }

  .fcylynder-popap-container {
    padding: 0px 100px 0 100px;
  }
}

.logo-text {
  color: #341717;
  font-size: 14px;
}

.load-more-button-one {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .et_mobile_menu {
    width: 100vw;
    left: 0vw;
    padding: 69px 0 120px 0;
    border-top: none;
    height: 100vh;
    overflow-y: scroll;
  }

  #et_top_search {
    position: absolute;
    margin: 0;
    top: 63px;
    opacity: 0;
    transition: 0.5s;
    right: 90vw;
    z-index: 0;
    pointer-events: none;
  }

  .et_search_outer {
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    transition: 0.5s;
    opacity: 0;
    width: 50vw;
    z-index: 9;
    pointer-events: none;
    right: 50vw;
    padding-right: 5px;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-right: none;
    height: 55px;
  }

  .header-switch {
    position: absolute;
    z-index: 9;
    transition: 0.3s;
    top: 50px;
    right: 0;
    opacity: 0;
    transition: 0.4s;
    width: 50%;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-left: none;
    pointer-events: none;
  }

  .header-switch {
    margin-right: 0%;
  }

  .et_pb_posts.flex-blog .et_pb_post .entry-featured-image-url {
    position: static;
  }

  .et_pb_posts.flex-blog .et_pb_post {
    padding-left: 0;
  }
}

.low-row {
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}

.low-svg {
  width: 35px;
  text-align: center;
  margin-right: 10px;
}

.low-row p {
  font-family: UniSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #341717;
  opacity: 0.6;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .hpcr-documents .et_pb_module_header {
    padding-left: 5% !important;
    font-size: 15px !important;
  }

  .hpcr-documents .et_pb_blurb p {
    line-height: 100.6% !important;
    padding-left: 5% !important;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_blog_0 .et_pb_post .entry-title,
  .et_pb_blog_0 .not-found-title {
    line-height: 1 !important;
  }
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.et_color_scheme_red #top-menu li.current-menu-ancestor > a,
.et_color_scheme_red #top-menu li.current-menu-item > a,
.et_color_scheme_pink #top-menu li.current-menu-ancestor > a,
.et_color_scheme_pink #top-menu li.current-menu-item > a,
.et_color_scheme_orange #top-menu li.current-menu-ancestor > a,
.et_color_scheme_orange #top-menu li.current-menu-item > a,
.et_color_scheme_green #top-menu li.current-menu-ancestor > a,
.et_color_scheme_green #top-menu li.current-menu-item > a {
  color: #341717;
}

.et_pb_fullwidth_post_title_0,
.et_pb_fullwidth_post_title_0.et_pb_featured_bg {
  width: 100%;
}

.et_pb_blog_grid .et_pb_post {
  border: 0;
  display: flex;
  flex-direction: column;
}

.et_pb_image_container {
  order: 1;
}

.entry-title {
  order: 3;
}

.post-meta {
  order: 2;
}

.post-content {
  order: 4;
}

.et_pb_posts .et_pb_post {
  display: flex;
  flex-direction: column;
}

/*main ballon*/
/* --------------------------------

Primary style

-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
}
body.hidden {
  overflow: hidden !important;
}
body.active {
  overflow-y: scroll !important;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
@media only screen and (min-width: 600px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}

a {
  color: #267481;
  text-decoration: none;
}

/* --------------------------------
.
Main Components

-------------------------------- */

.cd-section.hidden {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.conntent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.firsts {
  right: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(0);
  transition: 1s;
  opacity: 1;
}
.attention-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.choose_second {
  width: auto;
}
.choose_first {
  width: auto;
}
.firsts.animate-forward {
  transform: translateX(190px);
  opacity: 0;
  transition: 1s;
}
.seconds {
  opacity: 0;
  transition: 1.4s;
}
.seconds.animate-forward {
  opacity: 1;
  transition: 1.4s;
  z-index: 9;
}
.seconds .choose-title {
  transform: translateX(-50px);
  transition: 1s;
  opacity: 0;
}
.seconds.animate-forward .choose-title {
  transform: translateX(0);
  transition: 1s;
  opacity: 1;
}
.seconds .choose-description {
  transform: translateX(-150px);
  transition: 1.3s;
}
.seconds.animate-forward .choose-description {
  transform: translateX(0px);
  transition: 1.3s;
}
.seconds .choose-button {
  transform: translateX(-250px);
  opacity: 0;
  transition: 1s;
  display: flex;
}
.seconds.animate-forward .choose-button {
  transform: translateX(0px);
  transition: 1.3s;
  opacity: 1;
}
.container-smart .new-smart {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.025em;
  color: #d8232a;
}
.container-smart.arabish .new-smart {
  text-align: right;
}
.container-smart .composite {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 133.9%;
  letter-spacing: 0.097em;
  color: #341717;
  opacity: 0.5;
  margin: 9px 0 60px 0;
}
.container-smart.arabish .composite {
  text-align: right;
}
.container-smart .list-composite p {
  display: flex;
  align-items: flex-start;
}
.container-smart .list-composite.arabish p {
  justify-content: flex-end;
}
.list-composite.arabish .text-composite {
  padding-left: 0;
}
.list-composite.arabish .svg-composite {
  padding-left: 20px;
}
.list-composite .text-composite {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 97.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.5;
  padding-left: 20px;
}
.choose_one {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
.choose_first .choose-title {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 100%;
  color: #341717;
  margin-bottom: 50px;
}
.choose_first .choose-description {
  width: 360px;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 182.6%;
  letter-spacing: 0.04em;
  color: #341717;
  opacity: 0.6;
  margin-bottom: 70px;
}
.choose_first .choose-button a {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  border: 2px solid #d8232a;
  box-sizing: border-box;
  border-radius: 70px;
  padding: 17px 30px;
  transition: 0.5s;
}
.choose_first .choose-button a:hover {
  transition: 0.5s;
  background-color: #f2f1f0;
}
.choose_second .choose_list {
  display: flex;
  flex-direction: column;
  width: 226px;
}
.choose_list span {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  line-height: 100%;
  color: #341717;
  opacity: 0.5;
  height: 110px;
  transition: 1s;
  transition-delay: 0.2s;
}
.choose_list span:last-child {
  padding-bottom: 0;
}
.choose_list span.active {
  font-size: 60px;
  line-height: 100%;
  color: #341717;
  opacity: 1;
}
/*.active-background {
width: 100%;
height: 97px;
background: #341717;
opacity: 0.05;
border-radius: 70px 0 0 70px;
position: absolute;
transform: translate(-92px, -20px);
transition-delay: 3s;
-webkit-transition-delay: 3s;
transition: 1s;
}*/
.active-background.lists2 {
  transform: translate(-92px, 88px);
}
.active-background.lists3 {
  transform: translate(-92px, 198px);
}
.active-background.lists4 {
  transform: translate(-92px, 309px);
}
@media only screen and (min-width: 980px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
  .mouse_scroll {
    position: fixed;
    bottom: 30px;
    top: auto;
    left: 50%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: pointer;
    z-index: 10;
    pointer-events: visible;
  }
  .mouse_scroll.hidden {
    opacity: 0;
    pointer-events: none;
    cursor: unset;
  }
  .mouse_scroll.hid {
    opacity: 0;
  }

  .m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #d8232a;
    border-bottom: 2px solid #d8232a;
    margin: 0 0 3px 5px;
    width: 20px;
    height: 20px;
  }

  .gray .m_scroll_arrows {
    border-color: #aaa;
  }

  .unu {
    margin-top: 2px;
  }

  .unu,
  .doi {
    -webkit-animation: 1.5s linear 0s normal none infinite running mouse-scroll;
    /* -moz-animation: mouse-scroll 1s infinite;*/
  }

  .unu {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
  }

  .doi {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-direction: alternate;
    margin-top: -11px;
  }

  @-webkit-keyframes mouse-scroll {
    0% {
      -webkit-opacity: 0;
    }
    50% {
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-opacity: 1;
    }
  }
  @-moz-keyframes mouse-scroll {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes mouse-scroll {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
}

.cd-section {
  height: 100vh;
}
.cd-section h2 {
  line-height: 100vh;
  text-align: center;
  font-size: 2.4rem;
}
/*.cd-section:first-of-type > div {
  background-color: #2b334f;
}*/
.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: "Effects not visible on mobile!";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}

@media only screen and (min-width: 980px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"]
    .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div,
  [data-animation="gallery"] .cd-section > div,
  [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 600px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 600px) {
  .cd-vertical-nav {
    display: block;
  }
}

/****************/
.main-ballon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.filter-title {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 109%;
  letter-spacing: 0.05em;
  color: #341717;
  padding-bottom: 20px;
}
.section1 {
  z-index: 3;
}
.desc-ballon {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  top: 18%;
  cursor: grab;
}
.litr {
  border: 1px solid #857474;
  box-sizing: border-box;
  border-radius: 24px;
  margin-bottom: 48px;
  justify-content: space-between;
}
.litr a {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167.6%;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 0px 33px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.litr a:first-child {
  border-radius: 24px 0 0 24px;
}
.litr a:nth-child(4) {
  border-radius: 0px 24px 24px 0px;
}
.litr a.active {
  background: #857474;
  color: #fff;
  transition: 0.3s;
}
.color-filtr {
  margin-bottom: 40px;
  align-items: center;
}
.color-filtr a:first-child {
  margin-left: 0;
}
.color-filtr input[type="text"] {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160.6%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #341717;
  border: 0;
  border-bottom: 1px solid rgba(52, 23, 23, 0.2);
  width: 89px;
}
.color-filtr input[type="text"].error {
  border-bottom: 1px solid #d8232a;
}
.input-container {
  display: flex;
  align-items: center;
}
.input-color {
  width: 25px;
  height: 25px;
  display: flex;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  margin-left: 25px;
  margin-right: 5px;
  align-items: center;
  display: flex;
}
.input-color.active:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.color-filtr a {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 7px;
}
.list-col {
  display: flex;
}
.color-filtr a.active {
  border: 2px solid rgba(52, 23, 23, 0.4);
}
.color-filtr a.active:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.container-download {
  display: flex;
  align-items: center;
}
.container-download .uploads {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #d8232a;
  border-radius: 25px;
  padding: 5px 32px;
  margin-right: 10px;
  cursor: pointer;
}
.select-logos {
  display: flex;
  border: 1px solid #857474;
  border-radius: 24px;
}
.select-logos a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167.6%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 0px 40px;
  box-sizing: border-box;
  transition: 0.3s;
  width: 50%;
}
.select-logos a:first-child {
  border-radius: 24px 0 0 24px;
}
.select-logos a:last-child {
  border-radius: 0 24px 24px 0;
}
.select-logos a.active {
  background: #857474;
  color: #ffffff;
  transition: 0.3s;
}
.text-handles {
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-handles .handle-text {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.4;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(52, 23, 23, 0.2);
}
.threads {
  border: 1px solid #857474;
  border-radius: 24px;
  margin-bottom: 40px;
}
.threads a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167.6%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 0px 14px;
  box-sizing: border-box;
  transition: 0.3s;
  width: 50%;
}
.threads a:first-child {
  border-radius: 24px 0 0 24px;
}
.threads a:last-child {
  border-radius: 0 24px 24px 0;
}
.threads.outled a:nth-child(6) {
  border-radius: 0 24px 24px 0;
}
.threads a.active {
  background: #857474;
  color: #ffffff;
  transition: 0.3s;
}
.threads.standart a {
  width: 50%;
}
.text-Other .Other-text {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.4;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(52, 23, 23, 0.2);
}
.text-Other .Other-text.error {
  border-bottom: 1px solid #d8232a;
}
#emails-error {
  display: none !important;
}
#mob-email-error {
  display: none !important;
}
.form-container input.error {
  border-bottom: 1px solid #d8232a;
}
.text-Other label {
  background: #d8232a;
  width: 32.34px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.section3 {
  z-index: 3;
}
.text-Other .Other-text.standart {
  margin-bottom: 40px;
}
/***************************/
.customForm {
  color: #444444;
  width: 230px;
}
.customForms {
  width: 129px;
  margin-left: 20px;
}
.two-select {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.two-select span {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 109%;
  letter-spacing: 0.05em;
  color: #341717;
  margin-left: 20px;
}
/*	=	Select */
.first-variant {
  display: flex;
  position: relative;
}
.first-variant svg {
  position: absolute;
  right: 15px;
  top: 11px;
}
.slct {
  display: block;
  border-radius: 5px;
  border: 1px solid #857474;
  box-sizing: border-box;
  border-radius: 15px;
  width: 230px;
  padding: 0px 0px 0px 30px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  transition: 0.3s ease-out;
  z-index: 3;
}
.slct.active {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #857474;
  transition: 0.05s ease-in-out;
}
.entry-content ul.drop {
  margin: 0;
  padding: 0;
  width: 230px;
  border: 1px solid #857474;
  border-radius: 0 0 15px 15px;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 3;
}
.drop li {
  list-style: none;
  cursor: pointer;
  display: block;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 5px 0 0 30px;
  transition: 0.3s;
}
.drop li:last-child {
  padding-bottom: 10px;
}
.drop li:hover {
  opacity: 0.5;
  color: #222;
  transition: 0.3s;
}
.rotate-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mob-rotate {
  position: absolute;
  top: 61px;
  right: 5%;
  display: flex;
}

.rotate-section .rotate-text {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #341717;
  opacity: 0.2;
  margin-top: 10px;
}
/*mob select */
.Mobslct {
  display: block;
  border-radius: 5px;
  border: 1px solid #857474;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  padding: 0px 0px 0px 30px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  transition: 0.3s ease-out;
  z-index: 3;
}
.Mobslct.active {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #857474;
  transition: 0.05s ease-in-out;
}
.entry-content ul.Mobdrop {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #857474;
  border-radius: 0 0 15px 15px;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 3;
}
.Mobdrop li {
  list-style: none;
  cursor: pointer;
  display: block;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 5px 0 0 30px;
  transition: 0.3s;
}
.Mobdrop li:last-child {
  padding-bottom: 10px;
}
.Mobdrop li:hover {
  opacity: 0.5;
  color: #222;
  transition: 0.3s;
}
/*second select*/
.second-variant {
  display: flex;
  position: relative;
}
.second-variant svg {
  position: absolute;
  right: 15px;
  top: 11px;
}
.slcts {
  display: block;
  border-radius: 5px;
  border: 1px solid #857474;
  box-sizing: border-box;
  border-radius: 15px;
  width: 230px;
  padding: 0px 0px 0px 30px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  transition: 0.3s ease-out;
  z-index: 3;
}
.slcts.active {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #857474;
  transition: 0.05s ease-in-out;
}
.entry-content ul.drops {
  margin: 0;
  padding: 0;
  width: 129px;
  border: 1px solid #857474;
  border-radius: 0 0 15px 15px;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 3;
}
.drops li {
  list-style: none;
  cursor: pointer;
  display: block;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 5px 0 0 30px;
  transition: 0.3s;
}
.drops li:last-child {
  padding-bottom: 10px;
}
.drops li:hover {
  opacity: 0.5;
  color: #222;
  transition: 0.3s;
}
/*******mob select 2*/
.Mobslcts {
  display: block;
  border-radius: 5px;
  border: 1px solid #857474;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  padding: 0px 0px 0px 30px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  transition: 0.3s ease-out;
  z-index: 3;
}
.Mobslcts.active {
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #857474;
  transition: 0.05s ease-in-out;
}
.entry-content ul.Mobdrops {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #857474;
  border-radius: 0 0 15px 15px;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 3;
}
.Mobdrops li {
  list-style: none;
  cursor: pointer;
  display: block;
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155.6%;
  letter-spacing: 0.04em;
  color: #857474;
  padding: 5px 0 0 30px;
  transition: 0.3s;
}
.Mobdrops li:last-child {
  padding-bottom: 10px;
}
.Mobdrops li:hover {
  opacity: 0.5;
  color: #222;
  transition: 0.3s;
}

/***********/
.container-step {
  display: flex;
  justify-content: flex-end;
}
.next-step {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: #d8232a;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  width: 52%;
  padding: 3px 0;
}
.contact-us {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  left: 0;
}
.contact-us .contact-wrap {
  display: flex;
  flex-direction: column;
  max-width: 993px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(34, 42, 48, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 4%;
  padding: 50px;
  height: 80%;
}
.contact-wrap .closes {
  display: flex;
  justify-content: flex-end;
}
.contact-wrap .close {
  display: flex;
  cursor: pointer;
}
.contact-wrap .close-pop {
  display: flex;
  cursor: pointer;
}
.success-desktop {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.success-mobile {
  margin-top: 35%;
  justify-content: center;
}
.Mobcontact-wrap {
  overflow-y: scroll;
}
.send-coniguator {
  padding-bottom: 10%;
}
.logo-name {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-wrap .contact-container {
  display: flex;
  justify-content: center;
  max-width: 660px;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.rows-upload {
  width: 48%;
}
.container-send {
  display: flex;
  justify-content: space-between;
}
.send-coniguator {
  width: 40%;
  text-align: right;
}
.send-coniguator .send-conf {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8232a;
  display: block;
  border: 2px solid #d8232a;
  box-sizing: border-box;
  border-radius: 70px;
  padding: 11px 0;
  width: 100%;
  background: #fff;
}
.submit-expl {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.4;
  width: 54%;
}
.contact-container h3 {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 78px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #d8232a;
}
.name-container {
  display: none;
}
.name-container .delete {
  display: flex;
  margin-left: 5px;
  margin-right: 3px;
}
.name-container.active {
  display: flex;
  align-items: center;
  width: 41%;
}
.container-download .uploads.inactive {
  display: none;
}
/*mobile ballon*/
.mobile-conf {
  display: flex;
  align-items: center;
  height: 100%;
}
.mobile-ballon {
  width: 100%;
  height: 100%;
}
.section1-mobile {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section1-mobile .litrs-container {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  margin-top: 25px;
  position: relative;
  border: 1px solid #f5f3f3;
}
.section1-mobile .litrs-container.MoblitrActive {
  width: 81%;
  overflow: unset;
  background: #fff;
  transition: 0.4s;
}
.section1-mobile .Moblitr {
  display: flex;
  opacity: 1;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px 0 18px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section1-mobile .Moblitr.actvie {
  z-index: 4;
}
.section1-mobile .Moblitr.active a.active {
  width: auto;
  position: relative;
  color: #d8232a;
  opacity: 1;
}
.section1-mobile .Moblitr a {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.025em;
  color: #341717;
  opacity: 0;
  width: 0;
  position: relative;
  transition: 0.3s;
  pointer-events: none;
}
.section1-mobile .Moblitr.active a {
  opacity: 0.4;
  width: auto;
  position: relative;
  transition: 0.5s;
  pointer-events: visible;
}
.section1-mobile .Moblitr a.active {
  color: #341717;
  opacity: 0.6;
  width: auto;
  transition: 0.5s;
  pointer-events: none;
}
.section1-mobile .container-value {
  display: flex;
  height: 69px;
  display: flex;
  align-items: center;
  width: 39px;
  position: relative;
}
.container-value .Mobfilter-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  margin-left: 16px;
  writing-mode: vertical-lr;
  display: flex;
}
.container-value .Mobfilter-title span {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #341717;
  opacity: 0.5;
  margin: auto;
  transform: rotate(180deg);
}
.container-value .value-filter {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.025em;
  color: #341717;
  opacity: 0.6;
  margin-left: 37px;
}
.Moblitr {
  opacity: 0;
  transition: 0.4s;
}
.color-top {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  position: relative;
  border: 1px solid #f5f3f3;
  margin-top: 20px;
}
.color-top.MobcolTop {
  width: 98%;
  overflow: unset;
  background: #fff;

  transition: 0.4s;
}
.color-top .Moblist-col {
  display: flex;
  opacity: 1;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 0 7px 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.color-top .Moblist-col.active {
  justify-content: space-between;
}
.color-top .Moblist-col a {
  width: 25px;
  height: 25px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 0;
  position: relative;
  transition: 0.3s;
  pointer-events: none;
}

.color-top .Moblist-col.active a {
  width: 25px;
  height: 25px;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  pointer-events: visible;
}
.color-top .Moblist-col a.active {
  border: 2px solid rgba(52, 23, 23, 0.4);
  width: 43px;
  height: 43px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}
.color-top .Moblist-col a.active::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.Moblist-col .svg-top {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  justify-content: center;
  height: 20px;
  align-items: center;
  transition: 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 93%;
  text-align: center;
  letter-spacing: 0.015em;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  color: rgba(52, 23, 23, 0.5);
  width: 0;
  height: 0;
  pointer-events: none;
}
.Moblist-col .svg-top.active {
  opacity: 1;
  width: 43px;
  height: 43px;
  transition: 0.5s;
  color: #fff;
}
.color-top .Moblist-col.active .visible {
  opacity: 1;
  width: 43px;
  height: 43px;
  transition: 0.5s;
  pointer-events: visible;
}
.Mobinput-container {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(100%);
  background: rgba(255, 255, 255);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 444;
}
.Mobinput-container.active {
  opacity: 1;
  transition: 0.6s ease-in-out;
  transform: translateY(0);
  overflow: hidden;
}
.close-container {
  display: flex;
  justify-content: flex-end;
  margin: 0px 20px 0 0;
  cursor: pointer;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 14px;
}
.close-container .close-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.close-container .close-midle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.close-container .close-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.close-container .close-handle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.Topsinput-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0 16px 0 16px;
}
.Mobtitle-input {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #222a30;
  margin-bottom: 14px;
}
.Mobinput-color {
  width: 43px;
  height: 43px;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.color-select {
  width: 79%;
}
.Mobinput-color.active::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.color-select input[type="text"] {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: #341717;
  opacity: 0.4;
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(52, 23, 23, 0.2);
}
.color-midle {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  position: relative;
  border: 1px solid #f5f3f3;
  margin-top: 20px;
}
.color-midle.MobcolMid {
  width: 98%;
  overflow: unset;
  background: #fff;
  transition: 0.4s;
}
.color-midle .Midllist-col {
  display: flex;
  opacity: 1;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 0 7px 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.color-midle .Midllist-col.active {
  justify-content: space-between;
}
.color-midle .Midllist-col.active a {
  width: 25px;
  height: 25px;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  pointer-events: visible;
}
.color-midle .Midllist-col a.active::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.Midllist-col .svg-middle {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  justify-content: center;
  height: 20px;
  align-items: center;
  transition: 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 93%;
  text-align: center;
  letter-spacing: 0.015em;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  color: rgba(52, 23, 23, 0.5);
  width: 0;
  height: 0;
  pointer-events: none;
}
.Midllist-col .svg-middle.active {
  opacity: 1;
  width: 43px;
  height: 43px;
  transition: 0.5s;
  opacity: 1;
  color: #fff;
}
.Midllist-col .svg-middle.visible {
  width: 43px;
  height: 43px;
  transition: 0.5s;
  pointer-events: visible;
  opacity: 1;
}
.color-midle .Midllist-col a {
  height: 25px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 0;
  position: relative;
  transition: 0.3s;
  pointer-events: none;
}
.color-midle .Midllist-col a.active {
  border: 2px solid rgba(52, 23, 23, 0.4);
  width: 41px;
  height: 41px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}
.Midlinput-container {
  background: rgba(255, 255, 255);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 444;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(100%);
}
.Midlinput-container.active {
  opacity: 1;
  transition: 0.6s ease-in-out;
  transform: translateY(0);
}
.close-container .close-middle {
  display: flex;
}
.Midlsinput-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0 16px 0 16px;
}
/*handles*/
.color-handels {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  position: relative;
  border: 1px solid #f5f3f3;
  margin-top: 20px;
}
.color-handels.MobcolHandel {
  width: 98%;
  overflow: unset;
  background: #fff;
  transition: 0.4s;
}
.color-handels .Handlelist-col {
  display: flex;
  opacity: 1;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 0 7px 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.color-handels .Handlelist-col.active {
  justify-content: space-between;
}
.color-handels .Handlelist-col.active a {
  width: 25px;
  height: 25px;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  pointer-events: visible;
}
.color-handels .Handlelist-col a.active::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.Handlelist-col .svg-handle {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  justify-content: center;
  height: 20px;
  align-items: center;
  transition: 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 93%;
  text-align: center;
  letter-spacing: 0.015em;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  color: rgba(52, 23, 23, 0.5);
  width: 0;
  height: 0;
  pointer-events: none;
}
.Handlelist-col .svg-handle.visible {
  width: 43px;
  height: 43px;
  transition: 0.5s;
  pointer-events: visible;
  opacity: 1;
}
.Handlelist-col .svg-handle.active {
  opacity: 1;
  width: 43px;
  height: 43px;
  transition: 0.5s;
  color: #fff;
}
.color-handels .Handlelist-col a {
  height: 25px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 0;
  position: relative;
  transition: 0.3s;
  pointer-events: none;
}
.color-handels .Handlelist-col a.active {
  border: 2px solid rgba(52, 23, 23, 0.4);
  width: 41px;
  height: 41px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}
.Handleinput-container {
  background: rgba(255, 255, 255);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 444;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(100%);
}
.Handleinput-container.active {
  opacity: 1;
  transition: 0.6s ease-in-out;
  transform: translateY(0);
}
.close-container .close-handle {
  display: flex;
}
.Handlesinput-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0 16px 0 16px;
}
/*bottom ********************/
.color-bottom {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  border: 1px solid #f5f3f3;
  position: relative;
  margin-top: 20px;
}
.color-bottom.MobcolBottom {
  width: 98%;
  overflow: unset;
  background: #fff;
  transition: 0.4s;
}
.color-bottom .Bottomlist-col {
  display: flex;
  opacity: 1;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 0 7px 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.color-bottom .Bottomlist-col.active {
  justify-content: space-between;
}
.color-bottom .Bottomlist-col.active a {
  width: 25px;
  height: 25px;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  pointer-events: visible;
}
.color-bottom .Bottomlist-col a.active::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
}
.Bottomlist-col .svg-bottom {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  justify-content: center;
  height: 20px;
  align-items: center;
  transition: 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 93%;
  text-align: center;
  letter-spacing: 0.015em;
  border: 2px solid rgba(52, 23, 23, 0.4);
  box-sizing: border-box;
  border-radius: 46px;
  color: rgba(52, 23, 23, 0.5);
  width: 0;
  height: 0;
  pointer-events: none;
}
.Bottomlist-col .svg-bottom.visible {
  width: 43px;
  height: 43px;
  transition: 0.5s;
  pointer-events: visible;
  opacity: 1;
}
.Bottomlist-col .svg-bottom.active {
  opacity: 1;
  width: 43px;
  height: 43px;
  transition: 0.5s;
  color: #fff;
}
.color-bottom .Bottomlist-col a {
  height: 25px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 0;
  position: relative;
  transition: 0.3s;
  pointer-events: none;
}
.color-bottom .Bottomlist-col a.active {
  border: 2px solid rgba(52, 23, 23, 0.4);
  width: 41px;
  height: 41px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}
.Bottominput-container {
  background: rgba(255, 255, 255);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 444;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(100%);
}
.Bottominput-container.active {
  opacity: 1;
  transition: 0.6s ease-in-out;
  transform: translateY(0);
}
.close-container .close-bottom {
  display: flex;
}
.Bottomsinput-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0 16px 0 16px;
}
/*******Logo-mob*********/
.logo-mob {
  width: 98px;
  background: rgba(52, 23, 23, 0.05);
  border-radius: 0 1000px 1000px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  outline: 0 none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 4;
  position: relative;
  border: 1px solid #f5f3f3;
  margin-top: 20px;
}
.Logolist-col {
  width: 100%;
}
.ro-upload {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.logo-mob.animate-logo {
  width: 90%;
  overflow: unset;
  background: #fff;
  transition: 0.4s;
}
.logo-mob-cont {
  opacity: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  transition: 0.3s;
  position: absolute;
}
.logo-mob-cont.active {
  opacity: 1;
  z-index: 4;
  transition: 0.5s;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.logo-up.disabled {
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}
.logo-up {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 4;
  opacity: 1;
  transition: 0.5s;
  width: 100%;
}
.logo-mob-cont .uploads {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  width: 45%;
  background: #d8232a;
  border-radius: 25px;
  padding: 3.5px 0;
  display: block;
}
.logo-mob-cont .uploads.inactive {
  display: none;
}
.logo-mob-cont .select-logos a {
  font-size: 16px;
  line-height: 182.6%;
}
.fixid-container {
  position: fixed;
  bottom: 1px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
  height: 45px;
}
.fixid-container.close-fixid {
  position: absolute;
  transition: 0.4s;
  z-index: 8;
  height: 100%;
}
.fixid-container .second-opacity {
  position: absolute;
  opacity: 0;
  transition: 0.1s;
  z-index: 4;
  width: 100%;
}
.fixid-container.close-fixid .second-opacity {
  transition: 0.1s;
  opacity: 1;
  z-index: 5;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  background: #fff;
}
.fixid-container.close-fixid .first-opacity {
  position: absolute;
  opacity: 0;
  transition: 0.1s;
  z-index: 4;
}
.fixid-container .background-svg {
  width: 100%;
  height: 10px;
  background: #f5f3f3;
}
.fixid-container .first-opacity {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: flex-end;
  transition: 0.1s;
  z-index: 5;
  width: 100%;
  height: 58px;
  justify-content: flex-end;
}
.first-fixed {
  display: flex;
}
.first-fixed .background-svg {
  width: 100%;
  height: 7px;
  background: #f5f3f3;
}
.mob-section3 {
  position: relative;
  background: #fff;
  z-index: 8;
  width: 100%;
  overflow-y: scroll;
  height: 0;
  transition: 0.4s;
  padding: 0px 16px 0 16px;
}
.mob-section3.active {
  height: 100%;
  transition: 0.4s;
}
.mob-ballon {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  justify-content: flex-end;
  z-index: 2;
  cursor: grab;
}
.Mobcontainer-step .Mobnext-step {
  font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  background: #d8232a;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 3px 0;
}
.Mobcontact-wrap {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 15px 16px;
  left: -100%;
  transition: 0.4s;
  height: 100%;
}
.Mobcontact-wrap.active {
  left: 0;
  transition: 0.4s;
}
.Mobcontact-wrap .form-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Mobcontact-wrap .form-close span {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contpre {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}
#page-preloader .spinner {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(/preloader_HPCR.gif) center center no-repeat;
  background-size: auto;
  background-size: 150px;
  left: 0;
  right: 0;
}
/*ballon preloader */
.first-variant.arabish svg {
  left: 15px;
}
.slct.arabish {
  text-align: right;
  padding: 0px 30px 0px 0px;
}
.drop.arabish li {
  text-align: right;
  padding: 5px 30px 0 0px;
}
.second-variant.arabish svg {
  left: 15px;
}
.slcts.arabish {
  text-align: right;
  padding: 0px 30px 0px 0px;
}
.drops.arabish li {
  text-align: right;
  padding: 5px 30px 0 0px;
}
.contact-container.arabish {
  text-align: right;
}
.submit-expl.arabish {
  text-align: right;
}
.text-handles .handle-text.arabish {
  text-align: right;
}
.contact-wrap .close.arabish {
  justify-content: flex-start;
}
.color-filtr.arabish input[type="text"] {
  text-align: right;
}
.filter-title.arabish {
  text-align: right;
}
.text-Other .Other-text.standart.arabish {
  text-align: right;
}
.text-Other .Other-text.arabish {
  text-align: right;
}
.preloader-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.preloader-container.active {
  display: flex;
}
.ballpre {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}
.preloader-container .ball-spinner {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(/preloader_HPCR.gif) center center no-repeat;
  background-size: auto;
  background-size: 150px;
  left: 0;
  right: 0;
}

/*mobile-breloader*/
.mobile-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.mobile-preloader.active {
  display: flex;
}
.mobpre {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}
.mobile-preloader .mob-spinner {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(/preloader_HPCR.gif) center center no-repeat;
  background-size: auto;
  background-size: 150px;
  left: 0;
  right: 0;
}

/*****************/
.form-close.arabish {
  justify-content: flex-start;
}
.Mobslct.arabish {
  text-align: right;
  padding: 0px 30px 0px 0px;
}
.Mobdrop.arabish li {
  text-align: right;
  padding: 5px 30px 0 0px;
}
.Mobslcts.arabish {
  text-align: right;
  padding: 0px 23px 0px 0px;
}
.Mobdrops.arabish li {
  text-align: right;
  padding: 5px 23px 0 0px;
}
.two-select.arabish span {
  margin-left: 0;
  margin-right: 20px;
}
.form-container.arabish .input-title {
  text-align: right;
}
.form-container.arabish input {
  text-align: right;
}
.low-comtainer.arabish .low-row {
  justify-content: flex-end;
}
.close-container.arabish {
  justify-content: flex-start;
  margin: 14px 0 0 20px;
}
.Mobtitle-input.arabish {
  text-align: right;
}
.Mobinput-color.arabish {
  margin-right: 0;
  margin-left: 16px;
}
.low-comtainer.arabish .low-row p {
  margin-right: 10px;
}
.low-comtainer.arabish .low-row .low-svg {
  margin-right: 0;
}
.choose_first.arabish {
  text-align: right;
}
.choose_first.arabish .choose-button {
  justify-content: flex-end;
}
.third-content {
  opacity: 0;
  transition: 1s;
  overflow: hidden;
}
.third-content.animate {
  opacity: 1;
  transition: 1s;
}
.left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 10%;
  width: 240px;
}
.left-content.arabish {
  text-align: right;
}
.right-content.arabish {
  text-align: right;
}
.third-title {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 109%;
  padding-bottom: 19px;
}
.third-desc {
  font-family: "UniSansRegular", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 182.6%;
  letter-spacing: 0.04em;
  color: #341717;
  opacity: 0.6;
}
.left-content .ones {
  padding-bottom: 20%;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.2s;
}
.third-content.animate .left-content .ones {
  transform: translateX(0px);
  opacity: 1;
  transition: 1.2s;
}
.left-content .seconds-cont {
  padding-bottom: 20%;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.3s;
}
.third-content.animate .left-content .seconds-cont {
  transform: translateX(0px);
  opacity: 1;
  transition: 1.3s;
}
.left-content .thirds {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.4s;
}
.third-content.animate .left-content .thirds {
  transform: translateX(0px);
  opacity: 1;
  transition: 1.4s;
}
.right-content .four {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.4s;
}
.third-content.animate .right-content .four {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.4s;
}
.right-content .five-cont {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.5s;
}
.third-content.animate .right-content .five-cont {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.5s;
}
.right-content .six {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.6s;
}
.third-content.animate .right-content .six {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.6s;
}
.left-content .seconds-cont {
  padding-bottom: 20%;
}
.right-content {
  width: 240px;
  height: 100%;
  right: 10%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right-content .four {
  padding-bottom: 20%;
}
.right-content .five-cont {
  padding-bottom: 20%;
}
.et_search_outer {
  pointer-events: none;
}
.et_search_outer.for-mobile {
  pointer-events: visible;
}

@media (max-width: 1500px) {
  .et_pb_row.ball-cont {
    width: 94%;
  }
  .logo-name {
    font-size: 14px;
  }
  .rows-upload {
    width: 46%;
  }
  .desc-ballon {
    top: 10%;
  }
  .section1 {
    width: 34%;
  }
  .section3 {
    width: 33%;
  }
  .color-filtr input[type="text"] {
    line-height: 129.6%;
  }
  .filter-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .litr {
    margin-bottom: 20px;
  }
  .litr a {
    font-size: 14px;
    padding: 0px 18px;
    width: 25%;
    padding: 0;
    justify-content: center;
  }
  .text-handles {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .input-color {
    width: 18px;
    height: 18px;
    margin-left: 13px;
  }
  .color-filtr {
    margin-bottom: 20px;
  }
  .color-filtr a {
    width: 18px;
    height: 18px;
  }
  .color-filtr a.active::before {
    width: 4px;
    height: 4px;
  }
  .container-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-download .uploads {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .select-logos {
    width: 50%;
    display: flex;
    padding: 0px;
  }
  .select-logos a {
    font-size: 14px;
    padding: 0px;
    justify-content: center;
  }
  .threads {
    margin-bottom: 20px;
  }
  .threads a {
    width: 50%;
    padding: 0;
    font-size: 14px;
  }
  .input-color.active::before {
    width: 4px;
    height: 4px;
  }
  .text-handles .handle-text {
    font-size: 14px;
  }
  .text-Other .Other-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .text-Other .Other-text.standart {
    margin-bottom: 20px;
  }
  .two-select {
    margin-bottom: 20px;
  }
  .customForm {
    width: auto;
  }
  .customForms {
    width: auto;
  }
  .first-variant {
    display: flex;
    position: relative;
    width: 130px;
  }
  .first-variant svg {
    top: 8px;
    right: 12px;
  }
  .second-variant svg {
    top: 8px;
    right: 12px;
  }
  .slct {
    font-size: 14px;
    width: 134px;
  }
  .entry-content ul.drop {
    width: 130px;
  }
  .drop li {
    font-size: 14px;
  }
  .second-variant {
    display: flex;
    position: relative;
    width: 88px;
  }
  .slcts {
    width: 88px;
    font-size: 14px;
  }
  .two-select span {
    font-size: 14px;
  }
  .entry-content ul.drops {
    width: 88px;
    font-size: 14px;
  }
  .drops li {
    font-size: 14px;
  }
  .next-step {
    font-size: 14px;
    width: 37%;
    padding: 3px 0;
  }
  .choose_one {
    justify-content: space-between;
    padding: 0 10%;
  }
}
@media (min-width: 1359px) and (max-width: 1550px) {
  .choose_one.arabish {
    justify-content: space-between;
    padding: 0 10%;
  }
  .choose_first.arabish {
    margin-left: 0%;
  }
  .choose_second.arabish {
    margin-right: 0%;
  }
  .left-content.arabish {
    width: 200px;
  }
  .left-content.arabish br {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1550px) {
  .left-content {
    left: 3%;
  }
  .right-content {
    right: 3%;
  }
  .header-switch {
    margin-right: 10%;
  }
}
@media (max-width: 1350px) {
  .choose_one {
    justify-content: space-between;
    padding: 0 3%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .list-composite .text-composite {
    font-size: 21px;
  }
}

@media (min-width: 981px) and (max-width: 1358px) {
  .choose_one.arabish {
    justify-content: space-between;
  }
  .choose_second.arabish {
    margin-right: 2%;
  }
}
@media (min-width: 981px) and (max-width: 1300px) {
  .firsts {
    right: 4%;
  }
  .third-content.conntent {
    justify-content: space-between;
    padding: 0 3%;
    overflow: hidden;
  }
  .left-content {
    left: 3%;
  }
  .right-content {
    right: 3%;
  }
}

@media (min-width: 982px) and (max-width: 1150px) {
  .left-content.arabish {
    padding-right: 3%;
  }
}
@media (min-width: 481px) and (max-width: 980px) {
  .mobile-conf {
    align-items: center;
  }
  .section1-mobile {
    justify-content: center;
  }
  .section1-mobile .litrs-container.MoblitrActive {
    width: 56%;
  }
  .section1-mobile .Moblitr a {
    font-size: 20px;
  }
  .color-top {
    margin-top: 40px;
  }
  .color-top.MobcolTop {
    width: 62%;
  }
  .color-midle {
    margin-top: 40px;
  }
  .color-midle.MobcolMid {
    width: 62%;
  }
  .color-bottom {
    margin-top: 40px;
  }
  .color-bottom.MobcolBottom {
    width: 62%;
  }
  .color-handels {
    margin-top: 40px;
  }
  .color-handels.MobcolHandel {
    width: 62%;
  }
  .logo-mob {
    margin-top: 40px;
  }
  .first-fixed .background-svg {
    height: 17px;
  }
  .fixid-container .background-svg {
    height: 17px;
  }
  .Mobcontainer-step {
    display: flex;
    justify-content: flex-end;
  }
  .Mobcontainer-step .Mobnext-step {
    width: 44%;
  }
  .text-Other {
    display: flex;
    justify-content: space-between;
  }
  .text-Other .Other-text.standart {
    width: 90%;
  }
  .select {
    position: relative;
  }
  .filter-title {
    font-size: 16px;
  }
  .mob-section3.active {
    padding: 0px 26px 0 26px;
  }
  .threads a {
    font-size: 16px;
  }
  .text-Other .Other-text {
    font-size: 16px;
  }
  .text-handles .handle-text {
    font-size: 16px;
  }
}
.Mobinput-container {
  overflow: hidden;
}
@media (max-width: 480px) {
  .text-handles .handle-text {
    font-size: 16px;
  }
  .text-Other .Other-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .text-Other {
    justify-content: space-between;
  }
  .text-Other .Other-text.standart {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .text-Other .Other-text.texts {
    width: 81%;
  }
  .text-Other .Other-text.standar {
    width: 84%;
    margin-right: 3%;
  }
  .customForm {
    width: 47%;
  }
  .customForm .select {
    position: relative;
  }
  .customForms .select {
    position: relative;
  }
  .first-variant {
    width: 100%;
  }
  .contact-container h3 {
    font-size: 40px;
    line-height: 100%;
  }
  .contact-container {
    height: 100%;
  }
  .contact-container .forms {
    height: 100%;
  }
  .filter-title {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .mob-rotate {
    top: 36px;
  }
  .section1-mobile .litrs-container {
    width: 85px;
  }
  .section1-mobile .container-value {
    height: 55px;
  }
  .color-top {
    width: 85px;
  }
  .color-midle {
    width: 85px;
  }
  .color-bottom {
    width: 85px;
  }
  .color-handels {
    width: 85px;
  }
  .logo-mob {
    width: 85px;
  }
  .color-top .Moblist-col a.active {
    width: 35px;
    height: 35px;
  }
  .color-midle .Midllist-col a.active {
    width: 35px;
    height: 35px;
  }
  .color-bottom .Bottomlist-col a.active {
    width: 35px;
    height: 35px;
  }
  .color-handels .Handlelist-col a.active {
    width: 35px;
    height: 35px;
  }
  .Moblist-col .svg-top.active {
    width: 35px;
    height: 35px;
  }
  .Moblist-col .svg-top {
    font-size: 13px;
  }
  .Midllist-col .svg-middle.active {
    width: 35px;
    height: 35px;
  }
  .Midllist-col .svg-middle {
    font-size: 13px;
  }
  .Bottomlist-col .svg-bottom.active {
    width: 35px;
    height: 35px;
  }
  .Bottomlist-col .svg-bottom {
    font-size: 13px;
  }
  .Handlelist-col .svg-handle.active {
    width: 35px;
    height: 35px;
  }
  .Handlelist-col .svg-handle {
    font-size: 13px;
  }
  .color-top .Moblist-col.active .visible {
    width: 35px;
    height: 35px;
  }
  .Midllist-col .svg-middle.visible {
    width: 35px;
    height: 35px;
  }
  .Bottomlist-col .svg-bottom.visible {
    width: 35px;
    height: 35px;
  }
  .Handlelist-col .svg-handle.visible {
    width: 35px;
    height: 35px;
  }
  .container-value .Mobfilter-title span {
    font-family: "UniSansSemiBold", Helvetica, Arial, Lucida, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    color: #341717;
    opacity: 0.5;
    margin: auto;
    transform: rotate(180deg);
  }
  .logo-mob-cont .uploads {
    font-size: 16px;
  }
}
