html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
   font-family: 'M_Light';
  font-size: 14px;
  background-color: #ffffff;
}

@font-face {
  font-family: 'caviar_dreams';
  src: url(fonts/CaviarDreams.ttf);
}

@font-face {
  font-family: 'caviar_dreams_bold';
  src: url(fonts/CaviarDreams_Bold.ttf);
}


@font-face {
  font-family: 'M_Extra_Bold';
  src: url(fonts/MYRIADPRO-BOLD.OTF);
}

@font-face {
  font-family: 'M_Bold';
  src: url(fonts/MYRIADPRO-BOLDCOND.OTF);
}

@font-face {
  font-family: 'M_Light';
  src: url(fonts/MyriadPro-Light.otf);
}

section {
  display: block;
  width: 100%;
text-align: center;
}

.omi_head_heifix {
height: 67px;
width: 100%;
}



.wrapper {
  width: 1200px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.two_color_bg {
  position: relative;
}

.two_color_bg::before {
    background: linear-gradient( 180deg ,#d8d8d8ad,#fff);
}

.two_color_bg::after, .two_color_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 780px;
    z-index: 1;
}

.two_color_bg::after {
    background: radial-gradient(46.14% 52.94% at 82.08%,at 35.54%,#cfffff 0,rgba(205,248,251,0) 100%);
    background: radial-gradient(46.14% 52.94% at 82.08% 35.54%,#cfffff 0,rgba(205,248,251,0) 100%);
}

#omi_gamburger {
  display: none;
}

label[for="omi_gamburger"] {
  display: inline-block;
  float: right;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  margin: 25px 0px 5px 20px;
  position: relative;
 z-index: 101;
}

label[for="omi_gamburger"] div {
  width: 100%;
  height: 100%;
  position: relative;
}

label[for="omi_gamburger"] b {
  margin-left: -20px;
  left: 50%;
}

label[for="omi_gamburger"] b:nth-child(1) {
  height: 4px;
  width: 40px;
  display: block;
  background-color: white;
  position: absolute;
  top: 5px;
  transition: all 0.5s;
}

label[for="omi_gamburger"] b:nth-child(3) {
  height: 4px;
  width: 40px;
  display: block;
  background-color: white;
  position: absolute;
  bottom: 5px;
  transition: all 0.5s;
}


label[for="omi_gamburger"] b:nth-child(2) {
  height: 4px;
  width: 40px;
  display: block;
  background-color: white;
  position: absolute;
  top: 23px;
  transition: all 0.5s;
}

#omi_gamburger:checked~label[for="omi_gamburger"] b:nth-child(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
 background-color: #E41B3C;
opacity: 0;
}

#omi_gamburger:checked~label[for="omi_gamburger"] b:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
 background-color: #E41B3C;
}

#omi_gamburger:checked~label[for="omi_gamburger"] b:nth-child(3) {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  bottom: 23px;
 background-color: #E41B3C;
}

#omi_gamburger:checked~ .menu {
  margin: 0px 0% 0px 0px;
}


#omi_gamburger:checked~ .omi_insta_phone a {
color: #E41B3C;
}




.omi_mockupslide_box {
  display: flex;
  text-align: left;
  margin: 50px 0px 0px 0px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  z-index: 20;

}

.section_utp {
  position: relative;
  background-color: turquoise;
}

.section_utp-clip2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E5E5E5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  width: 60%;
  height: 100%;
}

.section_utp-clip {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 60%;
  height: 100%;
}

.section_utp-clip3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 75%;
  height: 100%;
}

.omi_utp {
  width: 720px;
  color: #2B2A29;
  margin: 100px 0px 0px 0px;

}

.omi_utp h1 {
  font-weight: 400;
  font-family: 'M_Extra_Bold';
  font-style: normal;
  font-size: 46px;
  text-align: left;
  color: #2B2A29;
text-transform: uppercase;
}

.omi_utp h2 {
font-family: 'M_Light';
font-size: 40px;
}

.omi_utp h2 div {
display: inline-block;
color: white;
background-color: #E41B3C;
padding: 0px 10px;
}

.omi_mockuprounds {
  width: 800px;
  height: 500px;
  position: relative;
margin: 100px 0px 0px 0px;
}

.mockup_front img,
.mockup_left img,
.mockup_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mockup_front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  height: 660px;
  z-index: 3;
}

.mockup_left {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  z-index: 2;
  opacity: 0.7;
}

.mockup_right {
  position: absolute;
  top: 30%;
  left: 90%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  z-index: 2;
  opacity: 0.7;
}

.mockup_slide {
  transition: all 0.5s;
}

.omi_feedback_box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  position: relative;
}

.omi_feedback_item-left {
  width: 55%;
  padding: 40px 20px 40px 0px;
  box-sizing: border-box;
  text-align: left;
  color: white;
}

.omi_feedback_item-left h1 {
  text-transform: uppercase;
  font-size: 31px;
  font-family: 'caviar_dreams_bold';
  margin-top: 0px;
  display: block;
}

.omi_feedback_item-left h2 {
  font-weight: 400;
  font-size: 27px;
  font-family: 'caviar_dreams';
  margin: 20px 0px 30px 0px;
}

.omi_feedback_item-right {
  width: 45%;
  padding: 40px 20px 40px 20px;
  box-sizing: border-box;
  text-align: center;
  color: white;
}




.form input[type="submit"] {
  padding: 12px 10px;
  border: 0;
  background-image: linear-gradient(148deg, #0097ff 0%, #de48b5 50%, #0097ff 100%);
  border-radius: 3px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Rubik", sans-serif;
  background-size: 200% 100%;
  background-position: 0% 0px;
  cursor: pointer;
}

.form input[type="submit"]:hover {
  background-image: linear-gradient(148deg, #0097ff 0%, #de48b5 50%, #0097ff 100%);
  animation: pro_subbtn_anim 3s ease infinite;
  background-position: 0% 0px;
}

@keyframes pro_subbtn_anim {
	from {
    	background-position: 0% 0px;
	}

	to {
	background-position: 200% 0px;
	}
	
}

.omi_portfolio_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom:50px;
}

.omi_portfolio_card {
  position: relative;
  padding-top: 31%;
  width: 31%;
  margin: 10px;
  border-radius: 60px;
  transform: scale(1);
  transition: all .3s ease-out;
  z-index: 0;
cursor: pointer;
}

.omi_portfolio_card:hover .omi_portfolio_card-info {
  transform: scale(1.1);
  transition: all .3s ease-out;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.omi_portfolio_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
border-radius: 60px;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}

.omi_portfolio_card-info {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
 border-radius: 60px;
}

.omi_portfolio_card-info h2 {
  font-family: 'caviar_dreams_bold';
  font-weight: 900;
  color: #ffffff;
}

.omi_portfolio_card-info span {
  color: #cfcfcf;
  font-family: 'caviar_dreams_bold';
  font-style: italic;
  font-size: 0.9em;
  padding-top: 5px;
}

.omi_add_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom:50px;
}

.omi_add_item {
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  text-align: center;
  margin: 10px;
  padding: 30px 20px;
  border-radius: 10px;
}

.omi_add_item img {
  width: 90px;
  height: auto;
  margin: 10px;
}

.omi_add_item h2 {
  width: 240px;
  font-weight: 400;
  font-family: 'caviar_dreams_bold';
  font-style: normal;
  font-size: 21px;
  text-align: center;
  color: black;
transition: all 0.5s;
}


.omi_add_item span {
transition: all 0.5s;
}



.omi_price_card {
  /*width: 280px;*/
  height: auto;
  padding: 10px;
  margin: 30px;
  background-color: white;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  vertical-align: top;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 75%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.omi_price_card-bneonleft {
  border-left: solid 2px #0097ff;
}

.omi_price_card-bneonright {
  border-right: solid 2px #0097ff;
}

.omi_price_card-vneonleft {
  border-left: solid 2px #de48b5;
}

.omi_price_card-vneonright {
  border-right: solid 2px #de48b5;
}

.omi_pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.omi_pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}

.omi_price_hiddenall {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
width: 100%;
max-height: 0px;
overflow: hidden;
transition: all 0.5s;
}

#omi_getmorecheckbox:checked ~ .omi_portfolio_box .omi_price_hiddenall {
max-height: 3000px;
}

label[for="omi_getmorecheckbox"] {
display: inline-block;
background-image: url(./img/buttonbackground.png);
background-size: auto 100%;
background-position: center center;
border-radius: 5px;
margin: 10px 0px 0px 0px;
padding: 10px 60px 10px 60px;
color: white;
font-family: 'M_Extra_Bold';
font-size: 32px;
text-transform: uppercase;
cursor: pointer;
position: relative;
text-decoration: none;
transition: all 0.5s;
}

#omi_getmorecheckbox {
display: none;
}

#omi_getmorecheckbox:checked ~ label[for="omi_getmorecheckbox"] span:last-child {
display: block;
}

#omi_getmorecheckbox:checked ~ label[for="omi_getmorecheckbox"] span:first-child {
display: none;
}


label[for="omi_getmorecheckbox"] span:last-child {
display: none;
}

label[for="omi_getmorecheckbox"]:hover {
animation: pdrglich 2s ease infinite;
}

.omi_pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
}

.omi_price_card:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.omi_portfolio_card:hover .omi_portfolio_card-info h2, .omi_portfolio_card:hover .omi_portfolio_card-info span {
opacity: 0.0;
}

.omi_pricing-title {
  color: #000000;
  /*background: #e95846;*/
  padding: 10px 0;
  margin: 10px;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.omi_pricing-table.recommended .omi_pricing-title {
  background: #2db3cb;
}

.omi_pricing-table.recommended .omi_pricing-action {
  background: #2db3cb;
}

.omi_pricing-table .omi_price {
  background: #403e3d;
  font-size: 3.4em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.omi_pricing-table .omi_price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.omi_table-list {
  background: #FFF;
  color: #403d3a;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.omi_table-list li {
  font-size: 1.4em;
  font-weight: 700;
  padding: 12px 8px;
}

.omi_table-list li:before {
  content: '';
  width: 20px;
  height: 15px;
  float: left;
  background: transparent url(img/gal.png) center center/contain no-repeat;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  margin-right: 10px;
}

.omi_table-list li span {
  font-weight: 400;
}

.omi_table-list li span.omi_unlimited {
  color: #FFF;
  background: #de48b5;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.omi_table-list li:nth-child(2n) {
  background: #F0F0F0;
  border-radius: 10px;
}

.omi_table-buy {
  
  align-items: center;
  background: #FFF;
  padding: 10px 15px 0px 15px;
  text-align: left;
 
}

.omi_table-buy-item {
  margin: 0 0;
display: block;
}

.omi_table-buy-item p {
  
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
  margin: 10px auto;
}

.omi_table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.omi_table-buy-item .omi_pricing-action {
  background-image: linear-gradient(148deg, #0097ff 0%, #de48b5 50%, #0097ff 100%);
  background-size: 200% 100%;
  background-position: 0% 0px;
display: block;
text-align: center;
  text-decoration: none;
  margin:0 auto;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
cursor: pointer;
}

.omi_table-buy-item > a {
  color: #FFF;
  padding: 10px 16px;
  text-transform: uppercase;
}

.omi_table-buy .omi_pricing-action:hover {
  background-image: linear-gradient(148deg, #0097ff 0%, #de48b5 50%, #0097ff 100%);
  animation: pro_subbtn_anim 3s ease infinite;
  background-position: 0% 0px;
}

.recommended .omi_table-buy .omi_pricing-action:hover {
  background: #228799;
}

/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .omi_pricing-wrapper {
    width: 768px;
  }

  .omi_pricing-table {
    width: 236px;
  }

  .omi_table-list li {
    font-size: 1.3em;
  }

}

@media only screen and (max-width: 767px) {
  .omi_pricing-wrapper {
    width: 420px;
  }

  .omi_pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .omi_pricing-wrapper {
    width: 300px;
  }
}

.omi_textitle_left {
  text-align: left;
}

.omi_textitle_right {
  text-align: right;
}

.omi_textitle_center {
  text-align: center;
}

.omi_card_toleft {
  margin-right: auto;
}

.omi_card_toright {
  margin-left: auto;
}

.omi_about_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.omi_about_item {
  background: #fff;
  text-align: left;
margin: 0px 0px 10px 0px;
font-size: 20px;
font-family: 'M_Light';
}

.omi_about_item h1 {
display: inline-block;
margin: 0px;

font-size: 20px;
}

.omi_about_item h2 {
  font-weight: 400;
  font-family: 'caviar_dreams_bold';
  font-style: normal;
  font-size: 21px;
  text-align: left;
  color: black;
}

.omi_footer {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 20px 0px;
}

.omi_footer_content {
  display: flex;
  width: 80%;
  margin-bottom: 20px;
}

.omi_footer_card {
  width: 60%;
  display: inline-block;
  position: relative;
}

.omi_footer_title {
  font-weight: 400;
  font-family: roboto_regular;
  font-style: normal;
  font-size: 36px;
  color: #000000;
}

.omi_footer .menu ul {
  display: flex;
  flex-direction: column;
  align-self: center;
  list-style-type: none;
  padding: 0;
  margin: auto;
}

.omi_footer .menu ul li {
  margin: 5px 0px;
}

.omi_footer .menu ul a {
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

.omi_footer .menu ul a:hover {
  color: blue;
}


/*=============================== Модальное окно портфолио ====================================*/

.mikron_background {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
filter: blur(5px);
background-color: rgba(10, 11, 14, 0.7);
z-index: 200;
display: none;
}

.mikron_portf_cross {
width: 50px;
height: 50px;
position: fixed;
top: 0px;
right: 0px;
cursor: pointer;
z-index: 202;
display: none;
background-color: rgba(10, 11, 14, 0.3);
}

.mikron_portf_cross:before {
width: 60px;
height: 4px;
content: '';
position: absolute;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: -30px;
top: 24px;
left: 50%;
background-color: white;
cursor: pointer;
}

.mikron_portf_cross:after {
width: 60px;
height: 4px;
content: '';
position: absolute;
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
margin-left: -30px;
top: 24px;
left: 50%;
background-color: white;
cursor: pointer;
}


.mikron_portf_modal {
width: 86%;
height: 90%;
position: fixed;
top: 50%;
left: 50%;
z-index: 201;
transform: translate(-50%,-50%);
background-color: rgba(10, 11, 14, 0.8);
display: none;
transition: all 0.5s;
}

.mikron_flessx {
width: 100%;
height: 100%;
display: flex;
}

.mikron_fleximage {
flex:1 3 auto;
overflow: hidden;
background-position: center top;
background-size: cover;
}

.mikron_fleximage > div,.modal_test_content > div {
width: 100% !important;
height: 100%;
display: block;
position: relative;
}


.mikron_fleximage > div > img {
width: 100%;
}

.mikron_flextext {
width: 340px;
padding: 10px 10px 10px 30px;
box-sizing: border-box;
color: white;
height: 100%;
}


.mikron_phone_modal {
width: 300px;
position: fixed;
top: 50%;
left: 50%;
z-index: 201;
transform: translate(-50%,-50%);
background-color: rgba(10, 11, 14, 0.8);
display: none;
transition: all 0.5s;
}

.mikron_sendform_modl {
padding: 20px;
color: white;
}


.mikron_sendform_modl input[type="text"]{
padding: 7px 10px;
box-sizing: border-box;
width: 100%;
background: transparent;
color: white;
border: sold 1px white;
margin-bottom: 20px;
border-radius: 5px;
font-size: 16px;
}


.mikron_sendform_modl input[type="submit"]{
padding: 7px 10px;
box-sizing: border-box;
width: 100%;
background: white;
color: black;
border: sold 1px white;
border-radius: 5px;
font-size: 16px;
}

/*=============================== Модальное окно портфолио ====================================*/

/*=============== Новые стили =======================*/

.omi_rest_first_block {
width: 100%;
position: relative;
text-align: center;
background: url(./img/two_titlebg.png) left bottom/50% auto no-repeat;;
}

.omi_title_piece0 {
clip-path: polygon(16% 0, 100% 0, 100% 58%, 0% 100%);
width: 20%;
height: 10%;
position: absolute;
right: 0%;
top: 0%;
background-color: #A60000;
z-index: 20;
}

.omi_title_piece1 {
clip-path: polygon(10.99% 0, 100% 0px, 100% 43.57%, 0px 100%);
width: 34%;
height: 7%;
position: absolute;
right: 0%;
top: 0%;
background-color: #BA0606;
z-index: 19;
}

.omi_title_piece2 {
clip-path: polygon(15.64% 0, 100% 0px, 100% 29%, 0 86.00%);
width: 48%;
height: 10%;
position: absolute;
right: 0;
top: 0px;
background-color: #D12C2C;
z-index: 18;
}

.omi_title_piece3 {
clip-path: polygon(0 0, 100% 0px, 100% 100%, 14.95% 68.67%);
width: 10%;
height: 19%;
position: absolute;
right: 0%;
top: 0%;
background-color: #E41C1C;
z-index: 17;
}

.omi_title_piece4 {
clip-path: polygon(11% 0%, 100% 0%, 100% 38.56%, 19.93% 100%);
width: 30%;
height: 22%;
position: absolute;
right: 0%;
top: 0%;
background-color: #E84848;
z-index: 15;
}

.omi_title_piece5 {
clip-path: polygon(22.18% 0%, 100% 0px, 100% 14.86%, 0px 75%);
width: 39%;
height: 22%;
position: absolute;
right: 0%;
top: 0%;
background-color: #E41A1A;
z-index: 16;
}

.omi_title_piece6 {
clip-path: polygon(40.66% 18.25%, 100% 0px, 81.44% 74.23%, 0% 100%);
width: 16%;
height: 10%;
position: absolute;
right: 38%;
top: 9.1%;
background-color: #B81616;
z-index: 14;
}

.omi_title_piece7 {
clip-path: polygon(37.68% 22.65%, 100% 0px, 99.65% 58.4%, 0% 100%);
width: 17%;
height: 19%;
position: absolute;
right: 27%;
top: 14%;
background-color: #D10F0F;
z-index: 14;
}

.omi_title_piece8 {
clip-path: polygon(0.55% 40.02%, 57.88% 0px, 91.53% 38.4%, 21.45% 101.05%);
width: 15%;
height: 19%;
position: absolute;
right: 4%;
top: 17%;
background-color: #D10F0F;
z-index: 14;
}

.omi_title_piece9 {
clip-path: polygon(28.35% 38.87%, 99.15% 3px, 87.74% 64.17%, 2.08% 95.67%);
width: 15%;
height: 13%;
position: absolute;
right: 47%;
top: 22%;
background-color: #E41A1A;
z-index: 14;
}

.omi_title_piece10 {
clip-path: polygon(17.20% 38.54%, 89.49% 1px, 99.63% 49.5%, 0.97% 99%);
width: 16%;
height: 15%;
position: absolute;
right: 33%;
top: 32%;
background-color:#E41C1C;
z-index: 14;
}

.menu {
float: left;
margin: 10px 10px 0px 40px;
transition: all 0.5s;
}

.omi_header {
  position: absolute;
top: 0px;
left; 0px;
width: 100%;
  z-index: 30;
text-align: center;
}


.omi_logo-box {
  float: left;
margin-top: 5px;
  margin-right: 15px;
position: relative;
z-index: 101;
}

.omi_logo {
  display: inline-block;
  height: 60px;
  text-align: center;
margin: 5px 5px 0px 0px;
}

.omi_logo img {
  height: 60px;
}

.omi_insta_phone {
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  text-align: center;
 z-index: 101;
position: relative;
transition: all 0.5s;
}

.omi_insta_phone a {
  font-size: 22px;
  text-decoration: none;
  font-family: 'M_Light';
display: block;
color: white;
transition: all 0.5s;
}


.omi_insta_phone a b {
font-family: 'M_Extra_Bold';
 font-size: 30px;
}


.omi_header .menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
  margin: auto;
}

.omi_header .menu ul li {
  margin: 20px 15px;
}

.omi_header .menu ul a {
  font-weight: 400;
  font-family: 'M_Light';
  font-size: 23px;
  text-decoration: none;
  color: #000000;
text-transform: uppercase;
}

.omi_header .menu ul a:hover {
  color: #E41B3C;
}

.omi_wrapper,.omi_wrapper100 {
width: 1600px;
text-align: center;
display: inline-block;
margin: 0px auto;
}


.omi_button5 {
  display: inline-block;
  background-image: url(./img/buttonbackground.png);
background-size: auto 100%;
background-position: center center;
  border-radius: 5px;
margin: 10px 0px 0px 0px;
  padding: 10px 60px 10px 60px;
  color: white;
  font-family: 'M_Extra_Bold';
  font-size: 32px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}


.omi_button5:hover {
animation: pdrglich 2s ease infinite;
}

@keyframes pdrglich {
	0% {
    	background-position: center center;
	}
	7% {
    	background-position: 10px center;
	}
	14% {
    	background-position: 90px center;
	}
	21% {
    	background-position: 20px center;
	}
	28% {
    	background-position: 80px center;
	}
	35% {
    	background-position: 30px center;
	}
	42% {
    	background-position: 70px center;
	}
	49% {
    	background-position: 40px center;
	}
	56% {
    	background-position: 50px center;
	}
	63% {
    	background-position: 60px center;
	}
	70% {
    	background-position: 60px center;
	}
	100% {
	background-position: center center;
	}
	
}


.omi_infograpsh {
display: inline-block;
margin: 15px 10px;
padding: 220px 15px 20px 15px;
vertical-align: top;
background-size: auto 190px;
background-position: center 20px;
background-repeat: no-repeat;
background-color: rgba(255,255,255,0.75);
box-shadow: 0px 15px 30px rgba(20,20,20,0.3);
border-radius: 15px;
width: 240px;
position: relative;
z-index: 30;
text-transform: uppercase;
font-size: 20px;
font-family: 'M_Light';
color: #2B2A29;
width: 22%;
box-sizing: border-box;
}

.omi_infograpsh h2 {
font-family: 'M_Extra_Bold';
text-transform: uppercase;
font-size: 30px;
margin: 10px 0px;
}

.omi_inftopfix {
margin: 50px 0px 50px 0px;
display: flex;
justify-content: space-between;
}

.omi_portftopfix {
margin: 50px 0px 50px 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.omi_generalH1_title {
display: block;
width: 100%;
text-align: left;
text-transform: uppercase;
color: #2B2A29;
font-size: 40px;
font-family: 'M_Extra_Bold';
}

.omi_price_blocks {
display: inline-bclok;
box-sizing: border-box;
width: 30%;
background-color: rgba(255,255,255,0.80);
border: solid 3px #E41B3C;
border-radius: 10px;
padding: 10px 0px 0px 0px;
}

.omi_price_blocks h2 {
margin: 10px 0px 5px 0px;
text-transform: uppercase;
font-size: 24px;
color: #2B2A29;
font-family: 'M_Extra_Bold';
}

.omi_price_punkt {
font-family: 'M_Light';
font-size: 22px;
text-align: left;
padding: 20px 10px 20px 50px;
background-size: 24px auto;
background-repeat: no-repeat;
background-position: 10px center;
}

.omi_rubin_red {
background-image: url(./img/rubin.png);
}

.omi_rubin_diam {
background-image: url(./img/diamond.png);
}

.omi_rubin_red_bacgroun {
background-color: #EEEEEE;
}

.omi_diamod_red_bacgroun {
color: white;
background-color: #E41B3C;
}

.omi_price_cena {
color: #E41B3C;
padding: 20px 10px 20px 10px;
text-align: center;
font-family: 'M_Light';
font-size: 40px;
margin: 0px 0px;
}

.omi_price_cena span {
font-family: 'M_Extra_Bold';
}

.omi_price_button {
background-image: url(./img/buttonbackground.png);
background-size: auto 100%;
background-position: center center;
border-radius: 0px 0px 5px 5px;
margin: 0px 0px 0px 0px;
padding: 5px 50px 5px 50px;
color: white;
font-family: 'M_Extra_Bold';
font-size: 30px;
text-transform: uppercase;
cursor: pointer;
position: absolute;
left: 0px;
bottom: 0px;
box-sizing: border-box;
width: 100%;
}

.omi_price_button:hover {
animation: pdrglich 2s ease infinite;
}

.omi_form_sectionbg {
width: 100%;
background: url(./img/bgcliform.png) center center/cover no-repeat;
text-align: center;
margin: -3px 0px 0px 0px;
position: relative;
z-index: 30;
}

.omi_formleft_part {
width: 60%;
padding: 10px 10px 10px 0px;
text-align: left;
color: white;
}

.omi_formleft_part  h1 {
font-size: 40px;
font-family: 'M_Extra_Bold';
margin: 10px 0px 10px 0px;
text-transform: uppercase;
}

.omi_leesdslide_box {
    display: flex;
    text-align: left;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
    z-index: 20;
}

.omi_forat_descr {
font-family: 'M_Light';
font-size: 22px;
}

.omi_formleft_part img {
height: 200px;
}

.omi_formright_part {
width: 39%;
padding: 10px 0px 10px 10px;
text-align: left;
color: white;
background: url(./img/kp_onpad.png) right center/contain no-repeat;
}

.omi_fl_form {
margin: 20px 0px 20px 0px;

}
.form-field {
  padding: 7px 46px 7px 16px;
border: none;
  border-bottom: 2px solid #eeeeee;
background-color: transparent;
  border-radius: 4px;
  font-family: 'M_Light';
  outline: 0;
  transition: 0.2s;
  margin: 10px 20px 10px 0px;
color: white;
font-size: 20px;
position: relative;
}



.form-field:focus {
  border-color: #E41B3C;
}

.omi_sub_btfix {
border: none;
}

.omi_svgwhattsapp {
float: right;
display: inline-block;
margin: 25px 10px 0px 10px;
}

.omi_svgwhattsapp svg {
fill: white;
}

.omi_mobile_whatssapp {
display: none;
}

.omi_mobile_whatssapp a {
margin: 40px 0px 0px 0px;
display: block;
}

.omi_mobile_whatssapp svg {
fill: #E41B3C;
}

.omi_fixedhead {
position: fixed;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
background-color: white;
border-bottom: solid 1px lightgray;
}

.omi_fixedhead .omi_insta_phone a {
color: #E41B3C;
font-size: 18px;
}

.omi_fixedhead .omi_insta_phone a b {
font-size: 24px;
}

.omi_fixedhead .omi_svgwhattsapp {
margin: 18px 10px 0px 10px;
}

.omi_fixedhead .omi_svgwhattsapp svg {
fill: #E41B3C;
}

.omi_fixedhead .omi_logo-box img {
height: 55px;
}

.omi_fixedhead .menu ul li {
margin: 15px 15px;
}

.omi_priceflexcontainer {
display: flex;
justify-content: space-between;
margin: 0px 0px 30px 0px;
}

.omi_pricepunktsbl {
width: 26%;
display: inline-block;
padding: 80px 0px 0px 0px;
}

.omi_pricethrestsbl {
width: 73%;
display: flex;
justify-content: space-between;
box-sizing: border-box;
position: relative;
}

.omi_piceonetikbl {
width: 32.5%;
box-sizing: border-box;
position: relative;
}

.omi_piceonetikbl {
background-color: white;
box-shadow: 0px 0px 5px rgba(20,20,20,0.3);
}

.omi_piceonetikbl h1 {
color: #2B2A29;
text-transform: uppercase;
margin: 15px 0px;
display: block;
text-align: center;
font-size: 40px;
font-family: 'M_Extra_Bold';
}

.omi_pricepunktr {
padding: 15px 20px 14px 20px;
position: relative;
background-color: #E41B3C;
box-sizing: border-box;
width: 100%;
text-align: left;
font-size: 24px;
color: white;
margin: 1px 0px;
}

.omi_pricepunktr:after {
position: absolute;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
content: '';
background-color: #E41B3C;
width: 40px;
height: 100%;
right: -40px;
top: 0px;
z-index: 10;
}

.omi_price_yestnyet{
text-align: center;
padding: 14px 5px 13px 5px;
margin: 1px 0px;
}

.omi_price_yestnyet img{
height: 27px;
}

.omi_price_yestnyet svg {
fill: #E41B3C;
}

.omi_yestnyet_graypr {
background-color: #EEEEEE;
}

.omi_price_yestnyet span {
display: inline-block;
border-radius: 3px;
background-color: #2B2A29;
width: 30px;
height: 10px;
margin: 9px 0px 8px 0px;
}

.omi_butonkostil {
height: 47px;
display: block;
width: 100%;
}

.omi_arrowprice {
position: absolute;
right: 0px;
top: 50%;
transform: translate(0%,-50%);

width: 26px;
height: 100px;
cursor: pointer;
display: none;
}

.omi_arrowprice div {
background-color: #E41B3C;
clip-path: polygon(0 0, 30% 0, 100% 50%, 30% 100%, 0 100%, 70% 50%);
height: 100%;
width: 100%;
}

.onesss {
z-index: 3;
}

.twoooo {
z-index: 2;
}

.thrird {
z-index: 1;
}


.omi_fl_form label {
display: inline-block;
margin: 10px 0px 0px 0px;
position: relative;
}

.form_user_b:after {
position: absolute;
top: 37px;
right: 20px;
width: 26px;
height: 26px;
background-size: 100% 100%;
background-image: url(./img/userico.png);
content: '';
}

.form_phon_b:after {
position: absolute;
top: 37px;
right: 20px;
width: 26px;
height: 26px;
background-size: 100% 100%;
background-image: url(./img/phoneico.png);
content: '';
}

.omi_button4 {
    display: inline-block;
    background-image: url(./img/buttonbackground.png);
    background-size: auto 100%;
    background-position: center center;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    padding: 10px 60px 10px 60px;
    color: white;
    font-family: 'M_Extra_Bold';
    font-size: 32px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-decoration: none;
box-sizing: border-box;
}

.omi_button4:hover {
animation: pdrglich 2s ease infinite;
}

.omi_button3 {
    display: inline-block;
    background-image: url(./img/buttonbackground.png);
    background-size: auto 100%;
    background-position: center center;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    color: white;
    font-family: 'M_Extra_Bold';
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-decoration: none;
box-sizing: border-box;
}

.omi_button3:hover {
animation: pdrglich 2s ease infinite;
}

/*=============== Новые стили =======================*/