


.font-test {
  font-family: 'akzidenz-cn', sans-serif;
  font-size: 20px;
  padding: 80px;
}

.font-test .xbd {
  font-weight: 900;
}

.bg-top-line {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 22px;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 0 6px 2px rgba(0,0,0,.04);
  background-color: #fff;
  background-image: url(../images/bg-01.png);
}

.header {
  background-color: #fff;
  margin-bottom: 3px;
  padding-top: 4px;
  height: 163px;
}

.header .container {
  padding-bottom: 20px;
}

.logo-box {
  display: table;
}

.logo-box .logo-txt {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-top: 3px;
}

.logo-box:hover {
  color: inherit;
}

.logo-box .logo {
  font-size: 42px;
  display: block;
  font-family: 'akzidenz';
  text-transform: uppercase;
  letter-spacing: 9px;
  line-height: 100%;
}

.logo-box .logo i {
  font-style: normal;
  color: #916549;
  transition: all .3s;
}

.logo-box:hover .logo i {
  color: #6da800;
}


.icobox30 {
  display: table;
}


.icobox30 i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9acd3c;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.feedback-box i  {
  background-image: url(../images/ico-30-mail.png);
}
.callback-box i  {
  background-image: url(../images/ico-30-callback.png);
}
.phone-box i  {
  background-image: url(../images/ico-30-phone.png);
}

.icobox30 span {
  border-bottom: 1px dashed #999;
  padding-bottom: 1px;
  position: relative;
  margin-left: 12px;
  margin-top: 4px;
}

.header .icobox30 {
  margin-right: 50px;
}

.icobox30 {
  transition: all .2s;
}

.icobox30:hover {
  color: #78b900;
}

.icobox30:hover span {
  border-color: #c8e3a0;
}


.phone-box:hover {
  color: inherit !important;
  cursor: default;
}

.phone-box span {
  font-family: 'akzidenz-cn';
  font-size: 19px;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 3px;
}

.phone-box strong {
  color: #96694c;
}



.cart-box {
  position: relative;
}

.cart-box .btn {
  padding-left: 46px;
  padding-right: 28px;
  padding-top: 20px;
  position: relative;
  background-image: url(../images/bg-03.png);
  font-size: 14px;
}

.cart-box .btn i {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico-30-cart.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.cart-box .number-box {
  position: absolute;
  min-width: 24px;
  height: 24px;
  background-color: #e93824;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 0 0 3px #fff;
  top: -3px;
  right: -5px;
  text-align: center;
  padding-top: 4px;
  transition: all .3s;
}

/*.cart-box:hover .number-box {
background-color: #b61200;
}*/



.topmenu {
  background-color: #916549;
  background-image: url(../images/bg-03.png);
  border-top: 1px solid #fff;
}

.topmenu .catalog-btn-box {
  width: 270px;
}

.catalog-btn {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  background-color: #96d02d;
  background-image: url(../images/bg-03.png);
  border-radius: 0;
  height: 64px;
  width: 100%;
  text-transform: uppercase;
}

.catalog-btn {
  position: relative;
  padding-top: 24px;
}

.catalog-btn span {
  position: relative;
  left: -32px;
}

.catalog-btn i {
  display: block;
  position: absolute;
  top:50%; 
  left: calc(50% + 64px);
  width: 24px; 
  height: 2px;
  background: #242424;
  transition: all .3s;
} 
.catalog-btn i:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px; 
  left: 0;
  width: calc(100% + 6px); 
  height: 2px;
  background: #242424;
  transition: all .3s;
} 
.catalog-btn i:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: calc(100% + 6px); 
  height: 2px;
  background: #242424;
  transition: all .3s;
} 

.catalog-btn:hover i, .catalog-btn:hover i:before, .catalog-btn:hover i:after {
  background: #fff;
}

.top-menu-box .menu-box {
  padding: 0 28px;
}

.top-menu-box li {
  padding-left: 21px;
  padding-right: 18px;
  position: relative;
}

.top-menu-box li + li:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.top-menu-box .menu-box a {
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 32px;
  display: block;
  padding-top: 8px;
  position: relative;
}

.top-menu-box .menu-box .active a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #94ce2d;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.top-menu-box .menu-box a:hover {
  color: #94ce2d;
}


.search-box {
  width: 100%;
}

.search-block {
  position: relative;
}

.search-block input {
  width: 100%;
  border: none;
  height: 38px;
  border-radius: 19px;
  font-size: 13px;
}

.search-block button {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #9acd3c;
  height: 38px;
  border-radius: 19px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(../images/ico-30-search.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-left: 36px;
  padding-right: 16px;
  transition: all .3s;
  line-height: 36px;
}

.search-block button:hover {
  background-color: #2f333e;
}





.front-box .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.front-box .lf-column {
  width: 270px;
}

.catalog-menu {
  background-color: #fff;
}

.catalog-menu > ul > li + li {
  border-top: 1px solid #f2f1ed;
}

.catalog-menu > ul > li > a {
  display: block;
  font-size: 18px;
  height: 47px;
  background-color: #fff;
  padding-top: 12px;
  padding-left: 30px;
  position: relative;
  background-image: url(../images/catmenu-active-arrow.png);
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: right -12px center;
  transition: all .3s .1s;
}

.catalog-menu > ul > li > a:before {
  content: '';
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #91c92c;
  position: absolute;
  top:22px;
  left: 14px;
  border-radius: 50%;
}

.catalog-menu > ul > li.active > a {
  background-position: right center;
}

.catalog-menu > ul > li.active > a, 
.catalog-menu > ul > li.open > a {
  background-color: #96694c;
  color: #fff;
}
.catalog-menu .ur2 li.active_two.open a{                                 
    font-weight: bold !important;
}


.catalog-menu .ur2 {
  background-color: #e5d9d2;
  display: none;
}

.catalog-menu .active .ur2, .catalog-menu .open .ur2 {
  display: block;
}

.catalog-menu .ur2 a {
  display: block;
  font-size: 16px;
  height: 36px;
  padding-top: 8px;
  padding-left: 30px;
  position: relative;
  transition: all .3s;
}
.catalog-menu .ur2 a:hover {
  color: inherit;
  text-decoration: underline;
}

.catalog-menu .ur2 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #242424;
  left: 12px;
  top: 50%;
}

.catalog-menu .ur2 .active a:before {
  background-color: #fff;
}

.catalog-menu .ur2 .active a {
  background-color: #96694c;
  color: #fff;

}

.catalog-menu .ur2 li + li {
  border-top: 1px dashed #f2f1ed;
}





/*===============================================================*/


.front-box .lf-column .title-box {
  border-bottom: 2px solid #96694c;
  margin: 18px 0;
  padding-bottom: 4px;
}

.front-box .lf-column .title-box .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.front-box .lf-column .title-box .view-all {
  font-size: 14px;
}


.news-list .block {
  margin-bottom: 32px;
  display: block;
}

.news-list .photo {
  margin-bottom: 12px;
  position: relative;
}

.news-list .date {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  background-color: #96694c;
  color: #fff;
  padding: 8px 12px;
  top: 0;
  right: 0;
}

.news-list .title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.news-list .description {
  font-size: 14px;
  line-height: 120%;
  display: block;
}











/*=======================================================*/



.front-box .content-index-box {
  width: calc(100% - 270px);
  padding-left: 16px;
}
    .content-index-box ul {margin: 0 0 30px 20px;}
        .content-index-box ul li {list-style:disc;list-style-position: outside; color:#000; display: list-item;}



.bigslider .slide {
  display: block;
  height: 388px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 0px;/*60**/
  padding-left: 40px;
}

.bigslider .slide:hover {
  color: inherit;
}

.bigslider .type {
  font-family: 'akzidenz-cn';
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  display: table; 
  margin-bottom: 18px;
}

.bigslider .content {
  max-width: 400px;
}


.bigslider .title {
  font-family: 'akzidenz-cn';
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 14px;
}


.bigslider .description {
  font-size: 18px;
}

.bigslider .slide + .slide {
  display: none;
}




.box2col {
  margin: 12px -8px;
}

.box2col .box {
  margin: 8px;
  width: calc(50% - 16px);
  position: relative;
}

.big-catalog .block {
  display: block;
  height: 264px;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.big-catalog .title {
  font-family: 'akzidenz-cn';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  padding-left: 56px;
  padding-top: 32px;
  position: relative;
  transition: all .3s;
}

.big-catalog .box:hover .title {
  color: #94ce2d;
}

.big-catalog .box:hover .block {
  box-shadow: 0 0 0 1px #94ce2d;
}

.big-catalog .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #94ce2d;
  top: 44px;
  left: 8px;
}

.big-catalog ul.list {
  position: absolute;
  top: 96px;
  left:36px;
  margin:0;
  list-style:none;
}

.big-catalog .list li {
  padding: 4px;
  padding-left: 28px; 
  position: relative;
  list-style:none;
}

.big-catalog .list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #94ce2d;
  top: 15px;
  left: 0;
}

.big-catalog .list a {
  font-size: 12px;
  text-transform: uppercase;
}







.product-index-list {
  background-color: #fff;
  padding: 7px;
  position: relative;
}

.product-index-list .block {
  border: 1px solid #e6f4ce;
}

.product-index-list .slide {
  height: 500px;
  position: relative;
  padding-top: 0;     /*16*/
}

.product-index-list .photo {
  display: table;
  margin: 0 auto;
  /*height: 220px;*/
  width: 100%;
}


.product-index-list .textinfo {
  padding: 24px;
  padding-top: 8px;
  height: 168px;
  overflow: hidden; 
}

.product-index-list .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 12px;
  text-align: center;
}

.product-index-list .action {
  background-color: #ffbc00;
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 3;
  border-radius: 0 6px 6px 0;
  height: 52px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'akzidenz-cn';
  text-transform: uppercase;
  color: #fff;
  padding: 0 18px;
  padding-top: 14px;
  padding-left: 6px;
}

.product-index-list .action:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -27px;
  height: 52px;
  width: 27px;
  background-image: url(../images/action-hit.png);
}

.product-index-list .price {
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f67155;
  border-radius: 56px;
  text-align: center;
  color: #fff;
  padding-top: 32px;
  font-size: 24px;
  font-weight: 700;
}

.product-index-list .price span {
  font-size: 16px;
  line-height: 100%;
  display: block;
}

.product-index-list .owl-nav {
  top: auto;
  bottom: 70px;
  width: 280px;
}

.product-index-list .owl-nav > * {
  position: absolute;
  top: -10px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #94ce2d;
  background-image: url(../images/arrovs-slider.png);
  background-position: left top;
  transition: all .3s;
}

.product-index-list .owl-nav > *:hover {
  background-color: #2f333e;
}

.product-index-list .owl-nav .owl-next {
  background-position: right top;
}


.product-index-list .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  padding-top: 21px;
  opacity: 0;
  transition: opacity 0s 0s;
}

.product-index-list .active .btn {
  opacity: 1;
  transition: opacity .3s .3s;

}


.product-index-list .point-btn {
  position: absolute;
  bottom: 84px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
} 

.product-index-list .slide + .slide {
  display: none;
}


/*=====================================================*/



.banner {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5px;
}

.banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f333e;
  opacity: .5;
  transition: all .2s;
}

.banner:hover:before {
  background-color: #000;
  opacity: .8;
}

.banner .box {
  border: 2px solid #fff;
  padding: 32px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.banner:hover .box {
  color: #78b900;
}

.banner .box .title {
  font-size: 30px;
  font-family: 'akzidenz-cn';
  font-weight: 700;
  text-align: center;
}







/*=========================================================*/



.feedback-bigbox {
  background-image: url(../images/feedback-bg.jpg);
  background-position: right top;
  border: 2px solid #94ce2d;
  padding: 6px;
}

.feedback-bigbox .block {
  border: 1px solid #94ce2d;
  text-align: center;
  padding: 16px;
  padding-top: 60px;
  height: 500px;
}



.feedback-bigbox .title {
  font-family: 'akzidenz-cn';
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
}

.feedback-bigbox .description {
  font-size: 18px;
  margin-bottom: 24px;
}

.feedback-bigbox .btn {
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}

.feedback-bigbox .point-btn {
  position: absolute;
  bottom: 91px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
} 



/*=========================================================*/


.contact-box {
  position: relative;
}

.contact-box .map {
  background-color: #ccc;
  height: 260px;
}

.contact-blocks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.contact-blocks .title-box {
  float: none;
  display: table;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact-blocks .infoblock {
  width: 312px;
  margin-right: 16px;
  height: 136px;
  background-color: #94ce2d;
  color: #fff;
  padding: 16px 24px;
  padding-top: 24px;
}

.contact-blocks .contact-list {
  width: calc(100% - 312px);
}

.contact-blocks .contact-list {
  margin: 0 -8px;
}

.contact-blocks .contact-list .item {
  margin: 0 8px;
  width: calc(33.33333333% - 16px);
  background-color: #fff;
  height: 136px;
  padding: 16px 24px;
  padding-top: 24px;
}

.contact-blocks .contact-list .title {
  background-image: url(../images/ico-adress.png);
  background-repeat: no-repeat;
  background-size: 12px 16px;
  background-position: left 3px;
  padding-left: 20px;
  font-weight: 700; 
  margin-bottom: 12px;
}

.contact-blocks .contact-list .info p {
  margin: 0;
  margin-top: 6px;
}


/*==========================================================*/



.footer {
  background-color: #916549;
  background-image: url(../images/bg-03.png);
  font-size: 14px;
}

.footer .container {
  position: relative;
}

.footer .lf-box {
  width: 25%;
}

.footer .ctr-box {
  width: 50%;
}

.footer .lf-box .title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer .menu li {
  overflow: hidden;
}

.footer .menu li a {
  display: block;
  position: relative;
  padding-left: 10px;
  margin: 8px 0;
}

.footer .menu li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  top: 7px;
  left: 0;
  transition: all .3s;
}

.footer .menu li a:hover:before {
  background-color: #94ce2d;
}

.footer .ftr-catalog-menu {
  width: 72%;
}

.footer .ftr-catalog-menu .menu {
  margin: 0 -20px;
}

.footer .ftr-catalog-menu li {
  width: 50%;
  padding: 0 20px;
}

.soc-box .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.soc-block a {
  width: 28px;
  height: 28px;
  background-image: url(../images/soc.png);
  background-position: left top;
  transition: none;
}
.soc-block a + a {
  margin-left: 6px;
}

.soc-block a:hover {
  background-position-y: bottom;
}

.soc-block .tw {
  background-position-x: -28px; 
}
.soc-block .vk {
  background-position-x: -56px; 
}
.soc-block .fb {
  background-position-x: -84px; 
}
.soc-block .hz {
  background-position-x: -112px; 
}
.soc-block .ok {
  background-position-x: -140px; 
}



.footer-bottom {
  padding: 24px 0;
  font-size: 14px;
}

.footer-bottom .rt-box {
  text-align: right
}



/*==================================================================*/


.mob-box .box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 310px;
  height: 100%;
  z-index: 333;
  transition: left .3s;
  left: -400px;
}

.mob-box .box.open {
  left: 0 !important;
}

.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8c6146;
  z-index: 331;
  top: 0;
  left: -9999px;
  opacity: 0;
  transition: opacity .2s;
}
.close {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  z-index: 332;
  top: 0;
  right: -64px;
  /*opacity: 0;*/
  transition: background-color .2s;
  cursor: pointer;
}


.overlay.open {
  left: 0;
  opacity: .3;
}

.stick-box {
  position: absolute;
  top:0;
  width: 100%;
  z-index: 999;
}

.mob-box .logo-box {
  display: block;
  border-top: 1px solid #f2f1ed;
  border-bottom: 1px solid #f2f1ed;
  padding: 21px 0;
  margin-top: 21px;
  padding-bottom: 25px;
}


.mob-box .logo-box .logo-txt {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.mob-box .logo-box .logo {
  display: table;
  margin: 0 auto;
  position: relative;
  left: 4px;
}

.mob-box .catalog-menu > ul > li > a {
  padding-left: 42px;
  transition: all .2s;
  font-size: 16px;
}

.mob-box .catalog-menu > ul > li > a:before {
  display: none;
}

.mob-box .mob-company-menu li {
  border-top: 1px dashed #e8e8e8;
}

.mob-box .mob-company-menu a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 47px;
  background-color: #fff;
  padding-top: 16px;
  padding-left: 42px;
  position: relative;
  background-image: url(../images/catmenu-active-arrow.png);
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: right -12px center;
  transition: all .2s .1s;
}

.dop-menu {
  border-top: 1px solid #e8e8e8;
  padding: 6px;
  padding-left: 40px;
  padding-bottom: 40px;
}

.dop-menu > * {
  margin: 16px 0;
  display: block !important;
}

.mob-box.form-popup .logo-box {
  border-bottom: none;
  margin-top: 21px;
  padding-bottom: 26px;
  height: 106px;
}

.mob-box .title-box {
  background-color: #9acd3c;
  background-image: url(../images/bg-03.png);
  height: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-top: 21px;
  position: relative;
}

.mob-box .form-box {
  padding: 12px 0;
}

.mob-box .form-box .item {
  padding: 10px 16px;
}

.mob-box input, .mob-box textarea {
  height: 48px;
  background-color: #e8e8e8;
  border: none;
  border-radius: 24px;
  padding: 0 24px;
  font-size: 14px;
}

.mob-box textarea {
  height: 200px;
  padding-top: 15px;
}

.mob-box button {
  min-width: 170px;
  color: #000;
}
.mob-box button:hover {
  color: #fff;
}

.callback-box-popup .box, .feedback-box-popup .box {
  z-index: 335;
}

.bx-controls {
    display: none;
}


/*ошибки в форме*/
@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}
.has-feedback {
    position: relative;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-error input[type="text"] {
    border: 1px solid #a94442 !important;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}
.glyphicon {
    position: absolute;
    top: 38px;
    right: 23px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
    content: "\e014";
    box-sizing: border-box;
}

/*всплывающее окно*/

/*catallog*/
.old_price {
    clear: both;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
}
.modal_popup{
    position: relative;  
    padding-top: 30px;
}
.btn_popup {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    padding: 0 18px;
    padding-top: 9px;
    font-size: 16px;
    margin: 0 5px 0 0;
    font-family: 'PT Sans', sans-serif;
    background-color: #e93824;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    line-height: 110%;
    transition: all .3s;
}
.btn_popup:hover {
    background-color: #94ce2d;
    color: #fff;
}    

.error_required {border: 1px #e93824 solid !important;}


.page__payment {padding: 10px 0;
    text-align: center;
    font-size: 0;}
    
.page__payment span {
    margin-left: 20px;
    display: inline-block;
    margin: 0 10px;
}