ul {
  list-style-type: none; /* Убираем маркер у ненумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}
ol {
  list-style-type: none; /* Убираем маркер у нумерованного списка */
  padding: 0; /* Убираем отступы */
  margin: 0; /* Убираем внешние отступы */
}
input:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
img, button {
  cursor: pointer;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-bold";
  src: url("../fonts/Manrope-Bold.woff2");
  font-weight: bold;
  font-style: Bold;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.woff2");
  font-weight: bold;
  font-style: Bold;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
 
}
.header__flex-search-adress_block b{
font-family: "Manrope-SemiBold", sans-serif;  
}





h4,
.h4 {
  font-family: "Manrope-bold", sans-serif;
  text-transform: uppercase;
  display: block;
}
.h3 {
  font-size: 1.75rem;
}
body {
  height: 100%;
  color: #000;
  font-size: 1rem;
  overflow-x: hidden;
  margin: 0;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Manrope-bold", sans-serif;
  text-transform: uppercase;
  width: 100%;
  color: #000000;
  text-transform: none;
}
h1{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
a {

  color: #000000;
  text-decoration: none;
}


p,
div {
  position: relative;
  font-family: "Manrope", sans-serif;
  color: #000000;
  font-size: 0.875rem;
}

.ar-container {
  position: relative;
margin: 0 auto;
  box-sizing: border-box;
  max-width: 78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0;
}
fieldset {
  border: 0;
}
#to svg,
#n svg {
  background: #f5f4f4e3 !important;

  border-radius: 50%;
  max-width: 100%;
}
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/************************Стили header *********************************/
.header {
  z-index: 1;
  padding: 2rem 0.2rem;
  display: grid;
  column-gap: 1.5rem;
  grid-template-columns: minmax(0, 18.75rem) 1fr minmax(0, 15rem);
 justify-items: stretch;
  align-items: center;
  align-items: end;
}
.header__flex-search-adress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: end;
     column-gap: 4.643rem;
  row-gap: 0.3rem;
}
.header__flex-search {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header__flex-search-adress_block {
  display: flex;
  gap: 0.5rem;
}
.header__flex-search-search {
  position: relative;
  height: 2.2rem;
}
.search input:placeholder-shown {
  padding: 4px 50px 4px 14px;
}
.header__flex-cart-email{
display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.search__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: inherit;
  border: 0;
  text-align: left;
  line-height: 1;
  height: inherit;
 padding: 0.494rem 1rem 0.494rem 2.5rem;
  color: #232323;
  outline: 0;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 1px 2px 5px 0px #838383b2;

  text-overflow: ellipsis;
}
.search__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 46px;
  height: inherit;
  padding: 0;
  line-height: 1;
  border: 0;
  background: 0 0;
  cursor: pointer;
}
.search__btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  border-radius: inherit;
  background-image: url(../img/icon/loupe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.buton__header {
  font-family: "Manrope-Bold", sans-serif;
  display: flex;
white-space: nowrap;
  font-size: 0.875rem;
      padding: 0.407rem 1.295rem;
  box-shadow: 1px 2px 5px 0px #838383b2;
  background: #e30016;
transition: all 300ms ease-out;
  color: #fff;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}
.buton__header:hover {
transition: all 300ms ease-out;


  background: #ff0019;
}
.phone_icon::before {

  content: url(../img/icon/small\ phone.svg);
}
.icon__email::before {
  padding-right: 2px;
  content: url(../img/icon/icon\ post.svg);
}
.icon__adress::before {
  content: url(../img/icon/icon\ location.svg);
}
.cart_img img {
 /* max-width: 2.2rem;
  min-width: 2.2rem;*/
  width: 100%;
}
.cart_img {
  filter: drop-shadow(1px 2px 5px rgba(131, 131, 131, 0.7));
  position: relative;
}
.cart_img span {
  font-size: 0.75rem;
  position: absolute;
  top: -6px;
  right: -11px;
  background: #e30016;
  border-radius: 50%;
  display: flex;
  width: 1.06rem;
  height: 1.06rem;
  color: #fff;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.phone_icon {
  padding-right: 0.6rem;
}
.header__flex-cart {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header__flex-cart-buton {
display: flex;
gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.logo img {
  max-width: 18.75rem;
  width: 100%;
}

.header__menu-ul li a {
  font-weight: 700;

  color: #000000;
  font-size: 1.13rem;
}
.header__flex-search-adress_block span {
    font-family: "Manrope-SemiBold", sans-serif;
  white-space: nowrap;
  color: #e30016;
  font-weight: 600;
  font-size: 0.9375rem;
}
.header__flex-search-adress_block a {
  white-space: nowrap;
  font-size: 0.875rem;
    transition: all 300ms linear;
    text-decoration: none
}
.header__flex-search-adress_block p {
    font-family: "Manrope-Medium", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #838383;
}

.header__flex-emails {
     font-family: "Manrope-SemiBold", sans-serif;
 
  font-size: 0.875rem;

}
.header__flex-adresse {
  white-space: nowrap;
  font-size: 0.75rem;
}

.header__menu-ul li a:hover {
  text-decoration: none;
  color: #838383;
}
.main-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.5rem;
  justify-content: space-between;
  /* Для выравнивания меню по центру
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    */
}
.main-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(145, 190, 13, 0) 0%,
    #91be0d 50%,
    rgba(145, 190, 13, 0) 100%
  );
}
.main-menu > li {
  display: inline-flex;
}
.main-menu > li + li {
  margin-left: 20px;
}
.main-menu > li > a {
  font-family: "Manrope-bold", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  font-size: 1.13rem;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.main-menu > li > a:hover {
  transition: all 300ms ease-out;
  cursor: pointer;
  text-decoration: none;
  color: #838383;
}

.main-menu li {
  margin: 0;
  white-space: nowrap;
}
.main-menu li.menu-children {
  position: relative;
  margin-right: 0;
}

.main-menu li.menu-children:hover > ul {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul {
  box-shadow: 1px 2px 5px 0px #838383b2;

  padding: 10px 0;
  margin-top: 0.6rem;
  list-style: none;
  background-color: #fff;
  position: absolute;
  z-index: 20;
  min-width: 220px;
  top: 100%;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}
.main-menu ul li {
  display: block;
  padding: 0;
  line-height: 1.1;
}
.main-menu ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li a {
  font-family: "Manrope-bold", sans-serif;
  font-size: 1rem;
  display: block;
  color: #000;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
  text-decoration: none;
}
.main-menu ul li a:hover {
  cursor: pointer;

  color: #e30016;
  background: #fff0f2;
  text-decoration: none;
}
.main-menu ul ul {
  top: -1.2rem;
  left: 103%;
}
.main-menu ul ul ul {
  top: -1.7rem;
  left: 105% !important;
}

.header__menu-ul > .menu-children > ul:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 3rem;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}

/* Тень (смещенный и размытый треугольник) */
.header__menu-ul > .menu-children > ul:before {
  content: "";
  position: absolute;
  top: -14px;
  left: calc(3rem + 1px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgb(0 0 0 / 11%);
  filter: blur(2px);
  z-index: 0;
}
.menu-children .menu-children:hover::after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0.63rem;
  right: -0.7rem;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff0f2;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.menu-children .menu-children:hover {
  cursor: pointer;
  text-decoration: none;

  background: #fff0f2;
  color: #e30016;
}

.menu-children .menu-children:hover > a {
  cursor: pointer;
  color: #e30016;
  background: #fff0f2;
  text-decoration: none;
}

/* Тень (смещенный и размытый треугольник) */
.menu-children .menu-children:hover::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: -1.1rem;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.11);
  border-bottom: 15px solid transparent;
  filter: blur(2px);
  z-index: 0;
}
.header__flex-search-adress_block a:hover,
.header__flex-emails:hover {
  transition: all 300ms linear;
    text-decoration: underline solid;
  cursor: pointer;
  color: #e30016;
}

.search-input-wrapper {
  position: relative;
  display: inline-block;
}

.clear-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.8rem;
  color: #e30016;
}
.clear-input:hover {
  color: #e30016;
}

/*mobile menu*/
.menu-bar {
  display: none;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  position: fixed;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 9999999;
  box-sizing: content-box;
}
.menu-bar span {
  transition: all 0.3s ease-in-out;
  background-color: #3c3c41;
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
}
.menu-bar span:before,
.menu-bar span:after {
  transition: all 0.3s ease-in-out;
  background-color: #3c3c41;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 50px;
}
.menu-bar span:before {
  top: -10px;
}
.menu-bar span:after {
  top: 10px;
}
.triggered .menu-bar span {
  width: 0;
}
.triggered .menu-bar span:before {
  transform: rotate(45deg);
  top: 0;
}
.triggered .menu-bar span:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu {
  transition: all 0.3s ease-in-out;
  background: #eeeeee;
  height: 100vh;
  opacity: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100vw;
  z-index: 9999998;
  overflow-y: auto;
}
.menu ul {
  transition: all 0.3s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  transition: all 0.3s ease-in-out;
}
.menu ul li a,
.menu ul li ul li.has-children1 a {
  color: #000;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  padding: 15px 15px;
  position: relative;
  text-decoration: none;
  outline: none;
}
.menu ul li span {
  display: inline-block;
  height: 24px;
  top: 5px;
  position: relative;
  width: 24px;
}
.menu ul li span:before,
.menu ul li span:after {
  background-color: #0964af;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 15px;
}
.menu ul li span:before {
  top: 50%;
  transform: translateY(-50%);
}
.menu ul li span:after {
  transition: all 0.15s ease-in-out;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.menu ul li span.subtriggered:after {
  transform: translateY(-50%) rotate(0);
}
.menu ul li ul li a {
  padding: 8px 30px;
  font-size: 18px;
  color: #000;
}
.triggered .menu {
  opacity: 1;
  transform: translateY(0);
}
.menu ul ul {
  display: none;
}
.menu ul .subtriggered + ul {
  display: block;
}

/*mobile-menu end*/
@media only screen and (min-width: 320px) and (max-width: 1160px) {

.header__flex-search-adress {
    column-gap: 1.5rem;
}

}




@media only screen and (min-width: 320px) and (max-width: 1114px) {
.header__flex-cart
 {

    gap: 1.7rem;
}

.buton__header {

    font-size: 0.80rem;
    padding: 0.41rem 1rem;
}
}



@media only screen and (min-width: 320px) and (max-width: 768px) {
  .menu ul .subtriggered + ul {
    display: block;
  }
}

/************************Стили header end *********************************/
/*форма*/
.prot_topf {
         padding: 2.2rem 3.1rem 2rem 3.375rem;
  border-radius: 1.25rem;
  background: linear-gradient(90deg, #e30016 0%, #b00011 100%);
  box-shadow: 1px 2px 5px 0px #838383b2;
}
.forma__flex {
  justify-content: space-between;
 /* gap: 40px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.py-3 {
  display: block;
  padding: 1rem;
}

.dert {
  line-height: 100%;
  cursor: pointer;
  font-size: 2.63rem;
  color: #fff;
  font-weight: 700;
  transition: all 300ms linear;
   text-shadow: 2px 2px 4px #781F28;
   font-family: "Manrope-Bold", sans-serif;
}
.dert:hover {
  transition: all 300ms linear;
  color: #91be0d;
  cursor: pointer;
 text-shadow: 1px 2px 5px #781F28

}
.text-center {
  font-size: 1.75rem;
  text-align: center;
}
.forma__flex form {
  width: 42%;
}
.forma__text > div,.forma__text_mod > div {
      padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.forma__text,.forma__text_mod {
  display: flex;
  flex-direction: column;
    justify-content: space-between;
    width: 50%;
 gap: 2.1rem;
}
.forma__text img{
filter: drop-shadow(1px 2px 5px #781F28)
}
.forma h3,#formas_mod h3 {
  white-space: nowrap;
  
  font-size: 2.63rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.65rem;
}
/*.forma__text img,.forma__text_mod img {
  max-width: 2.1rem;
  max-height: 2.77rem;
}*/
.forma__flex p {
      padding-top: 5px;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.forma {
 padding: 4rem 0rem 5rem 0rem;
}
.form-controlf {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.25rem 0.7rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #ffffff80;
  background-clip: padding-box;
  border: none;
  border-radius: 0.378rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-controlf::placeholder {
  font-weight: 400;
  color: #fff;
}
.uk-form-label {
  font-size: 1.13rem;
  color: #fff;
}
.form__button,.form__button_mod {
    transition: all 300ms linear;
  cursor: pointer;
  width: 100%;
  position: relative;
  background: #fff;
  color: #000;
  padding: 0.7rem 0rem 0.7rem 1.3rem;
  border-radius: 0.378rem;
  text-align: center;
  overflow: hidden;
  border: 0;
  font-weight: 500;
  font-size: 1.25rem;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2sease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2sease-in;
}
.form__button:hover,.form__button_mod:hover {
    transition: all 300ms linear;
  box-shadow: 1px 2px 5px 0px #781f28;

  cursor: pointer;
  background: #91be0d;
  color: #fff;
}
.form__politik {
  font-size: .75rem;
  padding-top: 0.625rem;
  color: #ffffff;
}
.form__politik a {
  color: #ffa770;
}
#form__button1:hover,#form__button1_mod:hover {
  background: #e30016;
}
.uk-margin {
  margin-bottom: 0.625rem;
}
input[type="radio"]:checked ~ .radio
 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/icon/check.svg);
}

.chekets {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.uk-checkbox:focus,
.uk-radio:focus {
  outline: 0;
}
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
  cursor: pointer;
}
.chekets input{
  cursor: pointer;
opacity: 0;
    position: absolute;
    top: 23%;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.radio{
  z-index: 2;
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: #ffffff80;
cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;

  box-shadow: 1px 2px 5px 0px #838383b2 inset;

  border-radius: 0.25rem;
}
.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
  box-sizing: border-box;
}

.forma__submit,.forma__submit_mod {
  display: none;
}

.form__show {
  width: 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
 gap: 1.6rem;
    padding: 2.434rem 0;
}

.forma__submit .kios,.forma__submit_mod .kios{
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 1036px) {
.forma h3,#formas_mod h3  {
 
    font-size: 2.3rem;
  
}
.forma__flex form {
    width: 44%;
}

}

/*Форма end*/

.footer {
  background: #efefef;
}
.footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 133px) minmax(0, 56px) minmax(0, 224px) minmax(0, 96px) minmax(0, 149px) minmax(0, 158px);
    padding: 2rem 0;
    justify-content: space-between;
}
.footer__block {
  white-space: nowrap;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer__block h3 a {
	font-family: "Manrope-bold";
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  font-size: 0.875rem;
  text-decoration: none;
}
.footer__block h3 a:hover,
.footer__menu li a:hover {
  cursor: pointer;
  color: #e30016;
  transition: all 300ms linear;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__menu li {
  position: relative;

  font-weight: 400;
  color: #000000;
 font-size: 0.875rem;
  text-decoration: none;
}
.underline-one p {
  font-weight: 300;
 font-size: 0.875rem;
  color: #838383;
}
.footer__social__block li {
  display: flex;
  border-radius: 50%;
  background: #838383;
  width: 32px;
  height: 32px;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}

.footer__social__block li:hover {
  transition: all 300ms linear;
  cursor: pointer;
  background: #e30016;
}
.footer__social__block {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.footer__social__block img {
  display: flex;
}
.footer__menu b{
  font-family: "Manrope-Bold", sans-serif;
}
.footer__social p {
  font-family: "Manrope-Bold", sans-serif;
  padding: 2rem 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
ul.breadcrumb__flex { 
  margin-top: 1.6rem;
}
ul.breadcrumb__flex li {
    display: inline-block;
       line-height: .7rem;
  
 padding: 0rem .7rem 0rem .2rem;
    position: relative;
  font-size: .76rem;
    font-family: Verdana, sans-serif;      
}

ul.breadcrumb__flex li:before {
   
    content: url(../img/icon/brea.png);
    display: block;
  
    position: absolute;
    
    right: 0;
    top: 0;
    z-index: -1;
      
}
ul.breadcrumb__flex li:before {
    bottom: 0;
    top: auto;
 
}
ul.breadcrumb__flex li:last-of-type:before, 
ul.breadcrumb__flex li:last-of-type:after { 
    display: none; 
}
ul.breadcrumb__flex li a { 
    color: #838383;

    text-decoration: none;
    transition: all 0.3s;
}
ul.breadcrumb__flex li a:hover { 
  cursor: pointer;
    color: #337AB7;
}




 /*****************Стили для модалки************************************/
 @keyframes open {
   0% {
		
	opacity: 0;
		}
		100% {
	
opacity: 1;
		} 
    
}
@keyframes open-text {
   0% {
		
		transform:scale(.2);
		}
		100% {
	
		transform:scale(1);
		} 
    
}
@keyframes hide {
   0% {
		
		transform:scale(1);
		}
		100% {
	
		transform:scale(.2);
		} 
    
}
.overlay-modal[style*="block"] {

 animation: open .6s linear 0s 1 normal none;
      opacity: 1;
}
.overlay-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow-y: auto; 
    padding: 15px 15px;
background: #FFFFFFB2;
    opacity: 0;
    transition: opacity .15s linear;
    animation: hide .6s linear 0s 1 normal none;
}


.ar-modal-dialog {
    position: relative;
    box-sizing: border-box;
        margin: 5% auto;
   
     z-index: 1010;
 
  

    transition: .3s linear;
    transition-property: opacity, transform;
     animation: open-text .4s linear 0s 1 normal none;
     
}

button.ar-icon:not(:disabled) {
    cursor: pointer;
}
.ar-icon {
    color: #000;
}
[class*=ar-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
    border: 0;
}

.ar-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
button.ar-icon:not(:disabled) {
    cursor: pointer;
}
.ar-icon:not(.ar-preserve) [stroke*="#"]:not(.ar-preserve) {
    stroke: currentcolor;
}
[class*=ar-modal-close-]:first-child+* {
    margin-top: 0;
}
.wipo {
      max-width: 1200px;
    width: 100%;
}


.ar-modal-dialog .uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
.lok {
    color: #fff;
}
.lok a {
    text-decoration: underline;
    color: #fff;
}
 .ar-form-label a{
     text-decoration: underline;
 }
.re {
    background: red;
}
.text-whitef {
    color: #fff;
}
.uk-margin-top {
    margin-top: 14px !important;
}
.lok1 {

    color: #fff!important;
}
.rey {
    cursor: pointer;
    width: 100%;
}

.clear-input_mod{
 position: absolute;
    top: .5%;
    right: 1%;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}


.uk-fieldset h3{
    font-size: 1.5rem;
        text-align: center;
    font-family: 'IskraCYR', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px){	
.uk-fieldset h3 {
    font-size: 20px;
    text-align: center;
    font-family: 'IskraCYR', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.uk-modal-body {
    padding: 20px;
}	
}
 .error_namecon,.error_namemodal,.error_namepodpiska,.error_namepod{
    display:none;
        color: #ff0000;
    text-shadow: 0 0 4px black;
    font-size: 13px;
}
/*****************Стили для модалки************************************/
#jGrowl{
opacity: 0!important;
}