@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/2211-webfont.woff2') format('woff2'), url('../fonts/2211-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo Extra Bold Italic';
  src: url('../fonts/exo2-extrabolditalic-webfont.woff2') format('woff2'), url('../fonts/exo2-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
}
._blue {
  color: rgb( 177, 2, 0 );
}
.main-container {
  width: 100%;
}
section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wrap-1 {
  width: 100%;
  background: url("../img/bg-1.png") no-repeat center -64px;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.section-1 {
  padding-bottom: 50px;
}
.section-1 .line-1 {
  padding: 70px 0 0 0;
  vertical-align: top;
  text-align: left;
}
.section-1 .line-1 .inscription {
  display: inline-block;
  position: relative;
  top: 20px;
  right: -120px;
}
.section-1 .line-1 > img {
  vertical-align: top;
  position: relative;
  left: 30px;
}
.section-1 .line-2 {
  margin-top: -65px;
}
.section-1 .line-2 .list-prizes {
  text-align: center;
    margin-top: -250px;
    position: relative;
    z-index: 2;
}
.part-1{
  width: 397px;
}
.part-1>img{
  position: relative;
  right: 40px;
  top: 0px;
  z-index: 1;
}
.section-1 .line-2 .list-prizes li {
  display: inline-block;
}
.section-1 .line-2 .list-prizes li > img {
  width: 80px;
  height: 80px;
}
.section-1 .line-2 .part-2 {
  vertical-align: top;
  margin-top: 200px;
  position: relative;
  left: -39px;
  max-width: 300px;
	font-family: sans-serif;
}
.section-1 .line-2 .part-2 .top-text {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.block-1-head{
  text-transform: uppercase;

}
.section-1 .line-2 .part-2 .list {
  list-style: none;
  margin-top: 25px;
  font-style: italic;
  font-weight: 600;
}
.section-1 .line-2 .part-2 .list > li {
  color: white;
  padding: 1px 30px 7px 38px;
  margin: 2px 0;
  display: inline-block;
  position: relative;
  background: transparent url('../img/item-arrow.png') no-repeat left;
}
.section-1 .line-2 .part-2 .arrow {
  font-family: 'PT Sans Narrow', sans-serif;
  background-size: 100%;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  color: rgb( 177, 2, 0 );
  text-transform: uppercase;
  font-weight: 600;
  top: 15px;
  left: -21px;
  font-size: 20px;
  text-align: center;
}
.section-1 .line-2 .part-3 {
  vertical-align: top;
  margin-top: 80px;
  width: 294px;
}
.section-1 .line-2 .part-3 form {
    background: rgba(0, 0, 0, 0.5);
    padding: 11px 28px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.section-1 .line-2 .part-3 form * {
/*  display: block;*/
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.section-1 .line-2 .part-3 form .text {
/*  font-family: 'Open Sans Bold';*/
  font-style: italic;
  font-weight: bold;
  color: rgb( 177, 2, 0 );
  text-transform: uppercase;
  display: block;
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}
.section-1 .line-2 .part-3 form select,
.section-1 .line-2 .part-3 form input {
  color: #494545;
  padding: 10px;
  width: 240px;
  box-sizing: border-box;
  border: 2px solid #494545;
  background: none;
}
.section-1 .line-2 .part-3 form .order {
  font-family: 'PT Sans Narrow', sans-serif;
  background: rgb( 177, 2, 0 );
  background: linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -moz-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -o-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -webkit-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  padding: 12px 10px;
  transition: all ease 0.3s;
}
.section-1 .line-2 .part-3 form .order:hover {
  background: #d41311;
  color: white;
}
.section-1 .line-3 {
  margin-top: 20px;
  text-align: center;
}
.section-1 .line-3 img {
  width: 140px;
  margin: 0 10px;
  position: relative;
}
.section-1 .line-3 img:nth-child(1) {
  top: 11px;
}
.section-1 .line-3 img:nth-child(2) {
  top: 1px;
}
.section-1 .line-3 img:nth-child(4) {
  top: -1px;
}
.section-1 .line-3 img:nth-child(5) {
  top: 2px;
}
.section-1 .line-4 {
  margin-top: 20px;
  text-align: center;
}
.section-1 .line-5 {
  margin-top: 60px;
}
.section-1 .line-5 .list {
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
}
.section-1 .line-5 .list > li {
  vertical-align: top;
  display: inline-block;
  width: 155px;
  margin: 0 10px;
  visibility: hidden;
}
.section-1 .prsl .first{
  border: 2px solid #fff;
  border-left-radius: 5px;
  border-right: none;
	font-weight: 600;
}
.section-1 .prsl .second{
  border: 2px solid #fff;
  border-right-radius: 5px;
  border-left: none;
}
.section-1 .line-5 .list > li span {
  font-family: sans-serif;
	font-weight: bold;
  font-style: italic;
  text-align: center;
  color: white;
  display: block;
  visibility: hidden;
}
.wrap-2 {
  position: relative;
  z-index: 90;
  width: 100%;
  background: url("../img/bg-2.png") no-repeat center -6px;
  padding-bottom: 325px;
  top: -100px;
  padding-top: 40px;
  z-index: 2;
}
.section-2 .line-1 {
  text-align: center;
  margin-top: 30px;
}
.white-text{
  color: #fff;
}
.section-2 .line-2 {
  text-align: left;
  max-width: 380px;
  margin-top: 70px;
  margin-left: 30px;
  visibility: hidden;
}
.section-2 .line-2 .text-1 {
  margin-bottom: 20px;
  font-weight: 600;
}
.section-2 .line-3 {
  text-transform: uppercase;
}
.wrap-2 .section-2 .line-3 img{
  position: relative;
  right: -70px;
    top: 40px;
    z-index: 2;
}
.section-2 .line-3 .part {
  vertical-align: middle;
}
.section-2 .line-3 .block {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  z-index: 1;
}
.section-2 .line-3 .part-1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  visibility: hidden;
  left: 37px;
    top: 30px;
}
.section-2 .line-3 .part-1 .container {
  position: relative;
  margin-right: 30px;
  font-size: 20px;
	font-family: sans-serif;
}
.section-2 .line-3 .part-1 .container > span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}
.section-2 .line-3 .part-1 .container .block.block-1 {
  top: -22px;
  left: -30px;
  height: 40px;
  width: 103%;
}
.section-2 .line-3 .part-1 .container .block.block-2 {
  top: -8px;
  left: -17px;
  width: 107%;
  height: 67px;
}
.section-2 .line-3 .part-1 .container .block.block-3 {
  top: -17px;
  left: 30px;
  height: 73px;
  width: 110%;
}
.section-2 .line-3 .part-2 {
  position: absolute;
  z-index: 2;
  top: 330px;
  left: 39%;
  visibility: hidden;
  z-index: 2;
}
.section-2 .line-3 .part-3 {
  position: absolute;
  bottom: 200px;
  right: 15%;
  visibility: hidden;
}
.section-2 .line-3 .part-3 a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 30px;
  background: rgb( 177, 2, 0 );
  background: linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -moz-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -o-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -webkit-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  transition: all ease 0.3s;
  cursor: pointer;
}
.section-2 .line-3 .part-3 a:hover {
  background: #d41311;
  color: white;
}
.section-2 .line-3 .part-3 .block {
  z-index: 1;
}
.section-2 .line-3 .part-3 .block.block-1 {
  width: 122%;
  height: 50px;
  display: block;
  top: -17px;
  left: -19px;
}
.section-2 .line-3 .part-3 .block.block-2 {
  width: 112%;
  height: 80px;
  display: block;
  left: -20px;
}
.wrap-3 {
  margin-top: -70px;
  padding-top: 110px;
  padding-bottom: 40px;
  position: relative;
  z-index: 89;
  width: 100%;
  background: black url("../img/bg-3.png") center 7%;
  z-index: 1;
  top: -160px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.wrap-3 {
   top: -185px;
}
}

.section-3 .line-1 {
  text-align: left;
  visibility: hidden;
}
.section-3 .line-1 h1{
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Exo Extra Bold Italic';
/*
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
*/
  transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  margin-top: 20px;
}
.red-text{
  font-family: 'Exo Extra Bold Italic';
  color: rgb( 177, 2, 0 ) !important;
}
.section-2 .line-3 .part-1 .container .rwtext{
  background: rgb( 177, 2, 0 );
  color: #fff;
  padding: 0 5px;
}
.section-2 .line-3 .part-1 .container .bwtext{
  background: #fff;
  color: #000;
  padding: 0 5px;
}
.section-3 .line-2 {
  visibility: hidden;
  margin-top: 90px;
}
.section-3 .line-2 .text {
  font-size: 12px;
  color: white;
  display: block;
  width: 310px;
  margin-top: 50px;
}
.section-3 .line-3 {
  position: relative;
  top: -75px;
  left: -100px;
  visibility: hidden;
}
.section-3 .line-3 .arrow {
  position: relative;
  top: 65px;
  left: 32px;
}
.section-3 .line-4 {
  margin-top: -35px;
}
.section-3 .line-4 .list {
  list-style: none;
  text-align: center;
  color: white;
}
.section-3 .line-4 .list .item {
  vertical-align: top;
  width: 215px;
  display: inline-block;
  margin: 0 15px;
}
.section-3 .line-4 .list .item img {
  margin: 15px auto;
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 70px rgb(177, 2, 0);
}
.section-3 .line-4 .list .item h2 {
  font-size: 20px;
  margin: 15px 0 10px;
}
.wrap-4 {
  position: relative;
  z-index: 90;
  width: 100%;
  background: url("../img/bg-4.png") center 0;
  margin-top: -33px;
  padding-top: 70px;
  padding-bottom: 130px;
  top: -160px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.wrap-4 {
   top: -185px;
}
}
.section-4 {
  color: #1f1f1f;
}
.section-4 .part-1 {
  width: 445px;
  display: block;
  margin: 0 125px 0 auto;
  position: relative;
}
.section-4 .part-1 h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 37px;
  text-align: center;
  visibility: hidden;
}
.section-4 .part-1 h3 {
  font-family: 'Exo Extra Bold Italic';
  text-transform: uppercase;
  font-size: 73px;
  margin: 5px 0 30px;
  visibility: hidden;
  transition: all ease 0.3s;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
  color: rgb( 177, 2, 0 );
  text-align: center;
}
.section-4 .part-1 .arrow {
  position: absolute;
  top: 300px;
  left: 393px;
  visibility: hidden;
}
.section-4 .part-1 .text {
  visibility: hidden;
}
.section-4 .part-1 .text._bold {
  font-weight: 600;
  margin-bottom: 30px;
}
.section-4 .part-1 .container {
  height: 100px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
  margin-top: 35px;
  margin-left: 60px;
  font-size: 26px;
  visibility: hidden;
}
.section-4 .part-1 .container > div {
  position: relative;
}
.section-4 .part-1 .container > div span {
  font-weight: 600;
  z-index: 2;
  position: relative;
  color: #000;
}
.section-4 .part-1 .container > div span._blue {
  color: rgb( 177, 2, 0 );
}
.section-4 .part-1 .container .block {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  background: #282828;
  z-index: 1;
}
.section-4 .part-1 .container .block.block-1 {
  top: -12px;
  left: -30px;
  height: 40px;
  width: 75%;
}
.section-4 .part-1 .container .block.block-2 {
  top: -15px;
  left: -17px;
  width: 107%;
  height: 75px;
}
.section-4 .part-1 .container .block.block-3 {
  top: 52px;
  left: 37px;
  height: 28px;
  width: 82%;
}
.section-4 .part-1 .container a {
  position: relative;
  z-index: 3;
  top: 20px;
  left: 73px;
  font-family: 'PT Sans Narrow', sans-serif;
  background: rgb( 177, 2, 0 );
  background: linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -moz-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -o-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -webkit-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  padding: 20px 45px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
}
.section-4 .part-1 .container a:hover {
  background: #d41311;
  color: white;
}
.wrap-5 {
  position: relative;
  z-index: 90;
  width: 100%;
  background: url("../img/bg-5.png") center 0;
  margin-top: -95px;
  padding-top: 90px;
  top: -137px;
}
.section-5 .line-1 .part-1 {
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
  position: relative;
  left: 75px;
}
.section-5 .line-1 .part-1 * {
  color: white;
  font-family: 'Exo Extra Bold Italic';
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: 1px;
}
.section-5 .line-1 .part-1 * ._blue {
  color: rgb( 177, 2, 0 );
}
.section-5 .line-1 .part-1 .top {
  position: relative;
  z-index: 1;
  width: 600px;
}
.section-5 .line-1 .part-1 .top span {
  position: relative;
  z-index: 2;
}
.section-5 .line-1 .part-1 .top img {
  position: absolute;
  top: -39px;
  left: -178px;
  z-index: 1;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
  width: 853px;
}
.section-5 .line-1 .part-1 .bottom {
  position: relative;
  z-index: 9;
}
.section-5 .line-1 .part-2 {
  width: 460px;
  float: right;
  text-align: right;
  color: white;
  font-weight: 600;
  margin-top: 70px;
  margin-right: 50px;
}
.section-5 .text._left {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  font-size: 24px;
}
.section-5 .text._right {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  margin-right: -50px;
  font-size: 24px;
}
.section-5 .line {
  z-index: 2;
  position: relative;
  visibility: hidden;
}
.section-5 .line-2 {
  width: 100%;
  max-width: 761px;
  margin: 100px auto 20px;
}
.section-5 .line-2 ._left {
  margin-left: -45px;
}
.section-5 .line-3 {
  margin-top: 100px;
}
.section-5 .line-3 ._left {
  margin-left: 70px;
}
.section-5 .line-3 ._right {
  margin-right: 70px;
}
.section-5 .line-4 {
  margin-top: 80px;
}
.section-5 .line-4 ._left {
  margin-left: 70px;
}
.section-5 .line-4 ._right {
  margin-right: 70px;
}
.section-5 .line-5 {
  margin-top: 170px;
}
.section-5 .line-5 ._left {
  margin-left: 77px;
  margin-top: -27px;
}
.section-5 .line-5 ._right {
  margin-right: 70px;
  margin-top: -27px;
}
.section-5 .line-6 {
  color: white;
  margin: 60px auto;
  max-width: 710px;
  width: 100%;
  text-align: center;
}
.section-5 .main {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 181px;
  left: 50%;
  margin-left: -428px;
}
.wrap-6 {
  position: relative;
  z-index: 90;
  width: 100%;
  margin-top: -80px;
  background: url("../img/bg-6.png") center 0;
  background-size: cover;
  padding-bottom: 158px;
  top: -137px;
}
.section-6 .line-1 {
  visibility: hidden;
  padding-top: 60px;
  text-transform: uppercase;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
  font-weight: 600;
  text-align: center;
}
.section-6 .line-1 .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  max-width: 580px;
  width: 100%;
  margin: 15px 0 0 240px;
}
.section-6 .line-2 {
  margin-top: 135px;
  padding-bottom: 55px;
}
.section-6 .line-2 .condoms{
    position: absolute;
    top: 234px;
}

.condoms p{
  text-transform: uppercase;
  color: #000;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.cm2{
  top: 76px;
  left: 68px;
}
.cm4{
  top: 37px;
  left: 181px;
}
.cm5{
  top: 9px;
  right: 16px;
}
.condoms .week1, .condoms .week2, .condoms .week3{
  bottom: -20px;
  font-size: 18px;
}
.week1{
  left: 2px;
}
.week2{
  left: 118px;
}
.week3{
  right: 10px;
}
.section-6 .line-2 .list {
  list-style: none;
  font-size: 0;
  text-align: right;
}
.section-6 .line-2 .list .item {
  visibility: hidden;
  vertical-align: top;
  display: inline-block;
  max-width: 563px;
  width: 100%;
  margin-right: 16px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
}
.section-6 .line-2 .list .item h2 {
  text-transform: uppercase;
  font-size: 17px;
}
.section-6 .line-2 .list .item .number {
  font-family: "Open Sans";
  display: inline-block;
  font-size: 83px;
  float: left;
  line-height: 63px;
}
.section-6 .line-2 .list .item > .text {
  padding-left: 60px;
  font-size: 23px;
  display: inline-block;
  margin-top: -75px;
  position: absolute;
  right: 117px;
  line-height: 1;
  bottom: -182px;
}
.section-6 .line-2 .list .item > .text .text {
  display: block;
  margin-top: 10px;
}
.section-6 .line-2 .list .item.item-2 {
  margin-right: 24px;
}
.section-6 .line-2 .list .item.item-3 {
  margin-right: 0;
  position: relative;
}
.wrap-7 {
  position: relative;
  z-index: 87;
  width: 100%;
  padding-top: 100px;
  margin-top: -200px;
  background: url("../img/bg-7.png") no-repeat center 1px #020101;
/*  top: -137px;*/
}
.section-7 .line-1 {
  text-align: center;
  visibility: hidden;
}
.top-down{
  position: relative;
  top: 21px;
}
.section-7 .line-1 .text {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 600;
  font-size: 31px;
  text-transform: uppercase;
  color: white;
}
.section-7 .line-2 {
  margin-top: 45px;
  margin-bottom: 50px;
}
.section-7 .line-2 .list {
  font-size: 13px;
  color: white;
  list-style: none;
  text-align: center;
}
.section-7 .line-2 .list .item {
  vertical-align: top;
  max-width: 255px;
  display: inline-block;
  margin: 0 35px;
  font-size: 16px;
}
.section-7 .line-2 .list .item * {
  visibility: hidden;
}
.section-7 .line-2 .list .item .equally {
  font-size: 215px;
  line-height: 180px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -90px;
}
.section-7 .line-3 {
  visibility: hidden;
}
.section-7 .line-3 .inscription {
  position: relative;
  width: 420px;
  margin: 0 auto;
}
.section-7 .line-3 .inscription > img {
  right: -280px;
}
.section-7 .line-4 {
  margin-top: -50px;
}
.section-7 .line-4 .part {
  visibility: hidden;
  max-height: 547px;
  overflow: hidden;
}
.section-7 .line-4 .list-prizes {
  text-align: center;
  margin-top: -65px;
}
.section-7 .line-4 .list-prizes li {
  display: inline-block;
}
.section-7 .line-4 .list-prizes li > img {
  width: 80px;
  height: 80px;
}
.section-7 .line-4 .part-1{
  width: auto;
  max-width: 397px;
}
.section-7 .line-4 .part-2 {
  vertical-align: top;
  margin-top: 100px;
  position: relative;
  left: -39px;
  max-width: 265px;
}
.section-7 .line-4 .part-2 .top-text {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin-left: 20px;
}
.section-7 .line-4 .part-2 .list {
  list-style: none;
  margin-top: 25px;
  font-style: italic;
  font-weight: 600;
}
.section-7 .line-4 .part-2 .list > li {
  color: white;
  padding: 1px 30px 7px 38px;
  margin: 2px 0;
  display: inline-block;
  position: relative;
  background: transparent url('../img/item-arrow.png') no-repeat left;
}
.section-7 .line-4 .part-2 .arrow {
  font-family: 'PT Sans Narrow', sans-serif;
  background-size: 100%;
  padding: 17px 20px;
  display: inline-block;
  position: relative;
  color: #171428;
  text-transform: uppercase;
  font-weight: 600;
  top: 15px;
  left: 20px;
  font-size: 20px;
}
.section-7 .line-4 .part-3 {
  vertical-align: top;
  margin-top: 130px;
}
.section-7 .line-4 .part-3 form {
    background: rgba(0, 0, 0, 0.5);
    padding: 11px 28px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.section-7 .line-4 .part-3 form * {
  display: block;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.section-7 .line-4 .part-3 form .text {
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  color: rgb( 177, 2, 0 );
  text-transform: uppercase;
  display: block;
  max-width: 185px;
  text-align: center;
  margin: 0 auto;
}
.section-7 .line-4 .part-3 form select,
.section-7 .line-4 .part-3 form input {
  color: #494545;
  padding: 10px;
  width: 240px;
  box-sizing: border-box;
  border: 2px solid #494545;
  background: none;
}
.section-7 .line-4 .part-3 form .order {
  font-family: 'PT Sans Narrow', sans-serif;
  background: rgb( 177, 2, 0 );
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  padding: 12px 10px;
  transition: all ease 0.3s;
}
.section-7 .line-4 .part-3 form .order:hover {
  background: #d41311;
  background: linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -moz-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -o-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  background: -webkit-linear-gradient(rgb( 177, 2, 0 ), #8E0100);
  color: white;
}
.section-7 .last-titan{
  font-family:'Exo Extra Bold Italic'; 
  text-transform: uppercase;
  transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  font-size: 120px;
  font-weight: 700;
  fill: #fff;
  stroke: none;
  position: relative;
  z-index: 4;
}
.top-item,
.bottom-item {
  visibility: hidden;
}
.clearfix {
  content: ' ';
  clear: both;
  display: table;
}
.prsl {
  display: block;
  visibility: hidden;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
}
.prsl .first {
  padding: 10px 20px;
  display: inline-block;
  background: rgb( 177, 2, 0 );
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	font-weight: 600;
}
.prsl .first:after {
  content: '';
  width: 20px;
  height: 20px;
  background: inherit;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  right: -10px;
}
.prsl .second {
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  background: #2f2c2c;
  margin-left: -7px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.part {
  display: inline-block;
}
.inscription .text-container {
  display: inline-block;
}
.inscription .text-container * {
  display: block;
}
.inscription .text-container .svgBeLike {
  position: relative;
  right: 230px;
  top: 10px;
  overflow: visible;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
	transform: rotate(-9deg);
  z-index: 5;
}
.inscription .text-container img:first-child {
  margin: 0 auto;
  position: relative;
  left: -160px;
  margin-bottom: -30px;
}
.inscription .text-container img:last-child {
  position: relative;
  left: -115px;
}
.inscription .text-container span.belike {
    font-family: 'Exo Extra Bold Italic';
    font-size: 130px;
    line-height: 80px;
    color: white;
    font-weight: 600;
    transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    position: relative;
    left: 108px;
    z-index: 2;
    top: 15px;
}
.inscription .text-container span.raginglion {
  font-family: 'Exo Extra Bold Italic';
  font-size: 100px;
  font-weight: 600;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
  position: relative;
  left: -80px;
}
.inscription > img {
  position: absolute;
  top: -70px;
  right: 80px;
}
.inscription .svgBeLike {
  font-family: 'Exo Extra Bold Italic';
}
.svgPoBe {
  position: relative;
  top: 50px;
  left: 100px;
}

input.only_number {
	margin-bottom: 5px !important;
}

input.order {
	margin-top: 5px !important;
}

.price, .price * {
	margin: 0 !important;
}

.price p {
	color: #9d0202;
	text-align: right;
	margin: 0 !important;
}

.price p span {
	color: #DAA900;
	font-weight: bold;
	font-size: 40px !important;
}


@media only screen and (min-width: 1800px) {
  .wrap-2 {
    top: -50px;
    padding-top: 60px;
  }
  
  .section-3 .line-2 .text {
    font-size: 15px;
  }
}


    .ac_footer {
        position: relative;
        top: 10px;
        height:0;
        text-align: center;
        margin-bottom: 70px;
        color: #A12000;
    }
    .ac_footer a {
        color: #A12000;
    }
    img[height="1"], img[width="1"] {
        display: none !important;
    }
