.sections_group {
  font-size: 17px;
  line-height: 1.4;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.time {
  display: none;
}
.wpml-ls-menu-item .wpml-ls-flag {
	display: inline;
	vertical-align: baseline;
	width: 18px;
	height: 12px
}

.wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: .3em
}

.rtl .wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .3em
}
.menu {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.menu__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #979799;
	padding:0 15px;
}
.menu__item::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	height: 100%;
	width: 1px;
	background: #000;
}
.menu__item:hover {
	text-decoration: none;
}
.menu__item:hover::after {
	position: absolute;
	top: -8px;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	background: #000;
}
.menu__item:last-child::before {
	content: none;
}
.menu__item:last-child:hover:after {
	content: none;
}
.menu__item img {
	width: 30px;
}
.menu__item--active::after {
	position: absolute;
	top: -8px;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	background: #000;
}
@media screen and (max-width: 1239px) {
	.top_bar_left {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#Top_bar .logo {
		align-self: center;
		margin: 0;
	}
	.menu__item {
		padding-block: 4px;
	}
}

@media screen and (max-width: 959px) {
	.menu {
		display: none;
	}
}

.to_form {
	color: blue
}

.atencion {
    background: rgba(0,0,0, .1);
    padding: .5em;
    text-align: center;
}

      .container-form {
        max-width: 550px;
        margin: 20px auto;
      }
      .container-form * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      .form_inner {
        padding: 0 72px;
      }

      #form {
        padding: 48px 0 30px;
        border-radius: 10px;
        background-image: linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
        animation: marching-ants 400ms infinite linear;
        background-color: #F1F1F0;
      }

      @keyframes marching-ants {
        0% {
          background-position: 0 0, 20px 100%, 0 20px, 100% 0;
        }

        100% {
          background-position: 20px 0, 0 100%, 0 0, 100% 20px;
        }
      }

      .form__title {
        font-family: 'Oswald';
      }

      .form__title-h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.025em;
        text-transform: uppercase;
        color: #000000;
      }

      .form__title-h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 46px;
        margin-top: 7px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.025em;
        text-transform: uppercase;
        color: #D42323;
      }

      .form__requirement {
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        align-items: center;
        text-align: center;
        letter-spacing: 0.01em;
        color: #000000;
        padding: 14px 27px;
        margin: 25px 0 20px;
        background: linear-gradient(0deg, rgba(245, 187, 0, 0.1), rgba(245, 187, 0, 0.1)), #FFFFFF;
        border: 2px solid #F5BB00;
      }

      .form__label {
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0.04em;
        color: #000000;
        bottom: 10px;
      }

      .form__input {
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-style: italic;
        font-weight: 100;
        width: 100%;
        padding: 0 12px;
        border: 1px solid #C7C7C7;
        border-radius: 5px;
        margin: 10px 0;
        height: 48px;
      }

      .form__price {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        background-color: #FFFFFF;
        width: calc(100% - 8px);
        margin: 30px auto 0;
        padding: 16px 0;
      }

      .price__old {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 1.15;
        text-transform: uppercase;
        color: #9B9B9B;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: .5em;
        gap: .5em;
      }

      .price__new {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase;
        color: #000000;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: .5em;
      }

      .oldPriceAndLabelForLandingInfoApi {
        font-size: 30px;
        text-decoration: line-through;
      }

      .priceAndLabelForLandingInfoApi {
        font-size: 25px;
        color: #D42323;
      }

      .form_understar {
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: .8rem;
        line-height: 18px;
        text-align: center;
        color: #000000;
        margin: 10px;
      }

      .form-button {
        display: inline;
        background-color: #ED6D37;
        border-radius: 5px;
        border: none;
        width: 100%;
        text-align: center;
        padding: 9px 0 10px;
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 30px;
        cursor: pointer;
        transition: .5s background-color;
      }

      .form-button:hover {
        background-color: #a74e28;
      }

      .form-bottom {
        margin-top: 20px;
        font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        background: #FFEEE1;
        border: 4px solid #ED6D37;
        border-radius: 10px;
        text-align: center;
        padding: 23px 40px;
      }

      .bottom_h1 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 32px;
        line-height: 130%;
        margin-bottom: .25em;
      }

      .bottom_h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        text-transform: uppercase;
      }

      .bottom__update {
        font-weight: 800;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        background-color: #FFFFFF;
        padding: 8px 0;
        margin: 12px 0 22px;
      }

      .update-red {
        color: #D42323;
        text-transform: uppercase;
      }

      .bottom_underinfo {
        font-weight: 300;
        font-size: 16px;
        line-height: 130%;
      }

      @media screen and (max-width:550px) {
        #form {
          padding: 4.8vh 0 ;
        }

        .form_inner {
          padding: 0 7.2vw;
        }

        .form__requirement {
          font-size: 14px;
          padding: 1em;
        }

        .form__label {
          font-size: 16px;
        }

        .form__input {
          font-size: 16px;
        }

        .form-bottom {
          padding: 2.3vw 4vh;
        }

        .form__title-h1 {
          font-size: 33px;
        }

        .form__title-h2 {
          font-size: 50px;
        }

        .price__old {
          font-size: 22px;
        }

        .price__new {
          font-size: 18px;
        }

        .oldPriceAndLabelForLandingInfoApi {
          font-size: 25px;
        }

        .priceAndLabelForLandingInfoApi {
          font-size: 20px;
        }

        .bottom_h1 {
          font-size: 2rem;
        }

        .bottom_h2 {
          font-size: 1.2rem;
        }

        .bottom__update {
          font-size: 1rem;
        }

        .bottom_underinfo {
          font-size: 1rem;
        }
      }

      @media screen and (max-width:375px) {
        .form__title-h1 {
          font-size: 27px;
        }

        .form__title-h2 {
          font-size: 40px;
        }

        .price__old {
          font-size: 18px;
        }

        .price__new {
          font-size: 18px;
        }
      }
      .priceAndLabelForLandingInfoApi:after {
        content: '*';
    }
.price__img {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
.price__img img {
	max-width: 100px
}


.product__10 {
	display: block;
	margin: 20px auto;
	max-width: 200px;
}

@media screen and (max-width: 377px) {
	.form__price {
		flex-direction: column;
	}
}

.time {
	text-align: right;
	color: #333;
	font-size: 14px;
}
.comments__name {
  font-weight: bold;
  font-size: 1.1em;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
}
footer {
  text-align: center;
  padding: 20px 10px;
}
footer * {
  font-size: 14px;
}