	
.modal-show-price-var {
  margin-top: 40px;
  width: 100%;
  font-family: 'TTRounds-Bold', sans-serif;
}

.modal-show-price-var .price-title {
	font-weight: bold;
	font-size: 27px;
	color: #292b2c;
	text-align: center;
	margin-bottom: 20px;
}

.modal-show-price-var .price-li{
	font-family: 'Avenir Next Cyr',sans-serif;
	padding: 10px 0;
	font-size: 1.1rem;
}
.modal-show-price-var .price-li .p{ 
	color: #eb3a3a; 
	font-family: 'TTRounds-Bold',sans-serif;
}
.modal-show-price-var .price-li .c1{ color: #d7d05a; }
.modal-show-price-var .price-li .c2{ color: #a1d75a; }
.modal-show-price-var .price-li .c3{ color: #db65e9; }
.modal-show-price-var .price-li .c3{ color: #5a89d7; }



.express__row{
  	flex-wrap: wrap;
	display: flex;
	justify-content: space-around;
}
.express__col{
	width: 50%;
	padding: 0 30px;
  margin-bottom: 30px;
}
.express__col_wrap{
	width: 100%;
	background-color: #80c7d2;
	border-radius: 10px;
	padding: 20px 30px;
	color: #fff;
}
.vip .express__col_wrap{
	background-color: #fe663d;
}

.express__ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0 20px 0;
}
.express__img{
	display: flex;
	justify-content: center;
}
.express__img_wrap{
	display: inline-block;
	width: 255px;
	height: 255px;
	border: 3px solid #fff;
}
.express__info{
	display: flex;
	padding: 10px 5px;
	flex-wrap: wrap;
}
.express__decor {
	display: block;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.express__decor--n1 {
	background-image: url('/i/decor5.png');
}
.express__decor--n2 {
	background-image: url('/i/decor2.png');
}


.express__info ul{
	padding-left: 0;
	margin-left: 0;
}
.express__info li{
	list-style: none;
}
.express__info li:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/i/snegh.png');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
.express__info .timer{
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.express__table{
	padding: 20px;
	width: 330px;
	margin: 0 auto;
}
.express__trow{
	display: flex;
	justify-content: space-between;
}
.express__tcol.head{
	border-bottom: 1px solid #fff;
}
.express__tcol.b{
	font-weight: bold;
}
.express__tcol.i{
	font-style: italic;
}
.express__tcol{
	width: 50%;
	font-size: 20px;
	text-align: center;
	padding: 2px;
}
.express__btn_wrap{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.express__btn{
	background-color: #ffff00;
	padding: 10px 5px;
	text-align: center;
	width: 250px;
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.express__btn:hover{
	background-color: #eeee00;
}


.main2_row{
	display: flex;
	justify-content: center;
	padding: 50px 30px;
	align-items: center;
	flex-wrap: wrap;
}
.catalog-left{
	max-width: 400px;
}
.catalog-right{
	padding: 0 20px; 
	text-align: center;
}
.catalog-right img{
	max-height: 70vh;
	display: inline-block;
}
.main2_1__right{
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
}
.main2__form{
  background: #fff;
  color: #555;
  padding: 25px 25px 25px 30px;
}
.main2__form{
	position: relative;
}
.main2__form .ttl1{
	color: #00d630;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}
.main2__form .main-catalog-form-group{
	text-align: center;
}

.main2__form .main-catalog-form-group input{
	display: inline-block;
	font-size: 16px;
	width: 230px;
}
.main2__form .main-catalog-form-group input[type=text]{
  border: 2px solid #00d73b;
  padding: 15px 20px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.main2__whatsapp{
	position: absolute;
	right: -63px;
    top: -31px;
    height: 50px;
    width: 50px;
	background: url("/i/whatsapp.png") center center no-repeat;
}

.main2__form .main-catalog-form-group input[type=submit]{
    color: #fff;
	background-color: #00d73b;
    padding: 15px 20px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 21px;
    border: 2px solid #00d73b;
    cursor: pointer;
	width: 234px;
}
.main2__whatsapp_wrap{
	display: inline-block;
	position: relative;
}

.dress_2__btn {
    z-index: 3;
    width: 140px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #FF0A11;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    cursor: pointer;
    font-size: 18px;
    opacity: 1 !important;
    position: relative;
    display: block;
    width: 200px;
    max-width: 100%;
    left: 0;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #23B5CC;
}


@media(max-width:992px){
  	.express__row{
  		justify-content: center;
  	}
	.express__col{
		padding: 0 15px;
		width: 100%;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.catalog-left,
	.catalog-right{
		width: 100%;
		margin-bottom: 20px;
	}
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__wobble {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}