body {
  background: #b6d7ed; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #b6d7ed 0%,
    #fff 52%,
    #fff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #b6d7ed 0%,
    #fff 52%,
    #fff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #b6d7ed 0%,
    #fff 52%,
    #fff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}

.easter_leaf-l,
.easter_leaf-r {
  position: fixed;
  top: 0;
  z-index: -2;
}

.maintpbg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -3;
  min-width: 1251px;
  width: 100%;
  height: 100%;
}

.easter_leaf-l {
  left: 0;
  width: 784px;
  height: 522px;
  background: url(/design/holidays/pasha/img/leaf-l.png) no-repeat;
}

.easter_leaf-r {
  right: 0;
  width: 780px;
  height: 451px;
  background: url(/design/holidays/pasha/img/leaf-r.png) no-repeat;
}

.easter_main {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -3;
  min-width: 1251px;
  width: 100%;
  height: 100%;
  background: url(/design/holidays/pasha/img/main.jpg) no-repeat bottom center;
  background-size: cover;
}

/* @media screen and (max-width: 1500px) {
	.easter_main{
		background-position: -170% bottom;
	}
}

@media screen and (max-width: 1350px) {
	.easter_main{
		background-position: 1400% bottom;
	}
} */

.easter_foot {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 134px;
  background: url(/design/holidays/pasha/img/grass.png) repeat-x;
}

.easter_tape {
  position: relative;
  z-index: -1;
  height: 122px;
}

.easter_tape img {
  position: absolute;
  top: -18px;
  left: -90px;
}

/* .template {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
}

.template_footer {
  padding: 0 9px;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
} */

.template {
  position: relative;
}

.template_footer {
  padding: 0 9px;
  position: relative;
}

.template::before,
.template_footer:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, .65);
  backdrop-filter: blur(10px);
  content: "";
}

.template::before {
  bottom: 16px;
}

.template_footer:before {
  top: -16px;
}