

* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
}
._blue {
  color: #41CDED;
}
.main-container {
  width: 100%;
  overflow: hidden;
}
section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wrap-1 {
  width: 100%;
  background: url('../img/bg-1.png') center top;
  background-size: cover;
}
.section-1 {
  padding-bottom: 50px;
}
.section-1 .line-1 {
  padding: 50px 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: 67px;
    position: relative;
    z-index: 2;
}
.part-1{
  width: 397px;
}
.part-1>img{
  width: 209px;
  position: relative;
    right: -37px;
    top: 54px;
}
.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: 120px;
  position: relative;
  left: -39px;
  max-width: 300px;
}
.section-1 .line-2 .part-2 .top-text {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.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;
  background: #372B5E;
  padding: 1px 30px 7px;
  margin: 2px 0;
  display: inline-block;
  position: relative;
}
.section-1 .line-2 .part-2 .list > li:before {
  position: relative;
  left: -17px;
  top: 11px;
  display: block;
  content: '';
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ba2120;
}
.section-1 .line-2 .part-2 .list > li .tr {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-style: solid;
  border-width: 35px 20px 0 0;
  border-color: #372B5E transparent transparent transparent;
}
.section-1 .line-2 .part-2 .arrow {
  font-family: 'PT Sans Narrow', sans-serif;
  background: url('../img/arrow-2.png') no-repeat;
  background-size: 100%;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  color: #171428;
  text-transform: uppercase;
  font-weight: 600;
  top: 15px;
  left: -21px;
  font-size: 20px;
	line-height: 25px;
  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: #000;
  color:#fff;
  padding: 11px 28px;
  border: 2px #ffbe00 solid;
}
.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 p, .section-7 .line-4 .part-3 form p, .section-1 .line-2 .part-3 form span.old-price, .section-7 .line-4 .part-3 form span.old-price,  .section-1 .line-2 .part-3 form strike, .section-7 .line-4 .part-3 form strike {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-style: italic;
	font-family: "Open Sans Bold";
}

.section-1 .line-2 .part-3 form .price, .section-7 .line-4 .part-3 form .price {
	text-align: center;
}

.section-1 .line-2 .part-3 form .text {
  font-family: 'Open Sans Bold';
  font-style: italic;
  font-weight: 600;
  color: #494545;
  text-transform: uppercase;
  display: block;
  max-width: 185px;
  text-align: center;
  margin: 0 auto;
}
.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 #ffeb00;
}
.section-1 .line-2 .part-3 form .order {
  font-family: 'PT Sans Narrow', sans-serif;
  background: #068EAD;
  color: #2f2c2c;
  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;
}
.section-1 .line-5 .list > li {
  vertical-align: top;
  display: inline-block;
  width: 155px;
  margin: 0 10px;
  visibility: hidden;
}
.section-1 .line-5 .list > li span {
  font-family: 'Open Sans 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') center 93%;
  padding-bottom: 85px;
margin-top:-65px;
}
.section-2 .line-1 {
  text-align: center;
  margin-top: 30px;
}
.section-2 .line-2 {
  text-align: left;
  max-width: 380px;
  margin-top: 70px;
  margin-left: 30px;
  visibility: hidden;
  margin-bottom:86px;
}
.section-2 .line-2 .text-1 {
  margin-bottom: 20px;
  font-weight: 600;
}
.section-2 .line-3 {
  margin-top: -150px;
  text-transform: uppercase;
}
.wrap-2 .section-2 .line-3 img{
  position: relative;
      right: -28px;
    top: 13px;
    width: 228px;
}
.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;
  background: #282828;
  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-left: 0;
}
.section-2 .line-3 .part-1 .container > span {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}
.section-2 .line-3 .part-1 .container:nth-child(1) > span {
  padding-bottom: 7px;
}
.section-2 .line-3 .part-1 .container:nth-child(2) > span {
  padding-top: 5px;
}
.section-2 .line-3 .part-1 .container:nth-child(3) > span {
  padding-top: 26px;
}
.section-2 .line-3 .part-1 .container .block.block-1 {
  top: -15px;
  left: -24px;
  height: 40px;
  width: 103%;
}
.section-2 .line-3 .part-1 .container .block.block-2 {
  top: -8px;
  left: -15px;
  width: 107%;
  height: 67px;
}
.section-2 .line-3 .part-1 .container .block.block-3 {
  top: -3px;
  left: 13px;
  height: 73px;
  width: 110%;
}
.section-2 .line-3 .part-2 {
  position: relative;
  z-index: 2;
  top: 40px;
  visibility: hidden;
}
.section-2 .line-3 .part-3 {
  position: absolute;
  bottom: 280px;
  right: 484px;
  visibility: hidden;
}
.section-2 .line-3 .part-3 a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 30px;
  background: #068EAD;
  color: #2f2c2c;
  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;
}
.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: -110px;
  padding-top: 110px;
  padding-bottom: 40px;
  position: relative;
  z-index: 89;
  width: 100%;
  background: black url('../img/bg-3.jpg') center 7%;
}
.section-3 .line-1 {
  text-align: left;
  visibility: hidden;
}
.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: 0 auto;
  display: block;
}
.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/couple-1.jpg') center 0;
  margin-top: -33px;
  padding-top: 35px;
  padding-bottom: 150px;
}
.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: 43px;
  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;
  transform: rotate(-5deg);
}

.section-4 .part-1 h3 span {
	font-size: 30px;
}
.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 p {
	line-height: 22px;
}
.section-4 .part-1 .container {
  height: 100px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
  margin-top: 40px;
  margin-left: 15px;
  font-size: 22px;
  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: white;
}
.section-4 .part-1 .container > div span._blue {
  color: #41CDED;
}
.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: 0px;
  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: #068EAD;
  color: #2f2c2c;
  font-weight: 600;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  padding: 20px 65px;
  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;
}
.section-5 .line-1 .part-1 {
  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: #41CDED;
}
.section-5 .line-1 .part-1 .top {
  position: relative;
  z-index: 1;
}
.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;
  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: 33px;
  margin-right: 50px;
}
.section-5 .text._left {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}
.section-5 .text._right {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
}
.section-5 .line {
  z-index: 2;
  position: relative;
  visibility: hidden;
}
.section-5 .line-2 {
  width: 100%;
  max-width: 625px;
  margin: 105px 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: 80px;
}
.section-5 .line-5 ._left {
  margin-left: 175px;
}
.section-5 .line-5 ._right {
  margin-right: 190px;
}
.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: -100px;
  background: url('../img/bg-6.png') center 0;
  background-size: cover;
}
.section-6 .line-1 {
  visibility: hidden;
  padding-top: 60px;
  text-transform: uppercase;
  transform: rotate(-3deg);
  font-weight: 600;
  text-align: center;
}
.section-6 .line-1 .text {
  font-family: 'Exo Extra Bold Italic';
  font-size: 52px;
  max-width: 465px;
  width: 100%;
  margin: 95px auto 0;
}
.section-6 .line-2 {
  margin-top: 135px;
  padding-bottom: 55px;
}
.section-6 .line-2 .list {
  list-style: none;
  font-size: 0;
}
.section-6 .line-2 .list .item {
  visibility: hidden;
  vertical-align: top;
  display: inline-block;
  max-width: 320px;
  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: 14px;
  display: inline-block;
  margin-top: -75px;
}
.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;
}
.wrap-7 {
  position: relative;
  z-index: 87;
  width: 100%;
  padding-top: 100px;
  background: url('../img/bg-7.jpg') center 38%;
  padding-bottom: 50px;
}
.section-7 .line-1 {
  text-align: center;
  visibility: hidden;
}
.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;
}
.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;
}
.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;
  margin-top: 80px;
}
.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: -25px;
}
.section-7 .line-4 .part {
  visibility: 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-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;
  background: #372B5E;
  padding: 1px 30px 7px;
  margin: 2px 0;
  display: inline-block;
  position: relative;
}
.section-7 .line-4 .part-2 .list > li:before {
  position: relative;
  left: -17px;
  top: 11px;
  display: block;
  content: '';
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ba2120;
}
.section-7 .line-4 .part-2 .list > li .tr {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-style: solid;
  border-width: 35px 20px 0 0;
  border-color: #372B5E transparent transparent transparent;
}
.section-7 .line-4 .part-2 .arrow {
  font-family: 'PT Sans Narrow', sans-serif;
  background: url('../img/arrow-2.png') no-repeat;
  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: 65px;
}
.section-7 .line-4 .part-3 form {
  background: #FFFFFF;
  padding: 11px 30px;
}
.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: 'Open Sans Bold';
  font-style: italic;
  font-weight: 600;
  color: #494545;
  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;
}

.section-1 .line-2 .part-3 form select,
.section-7 .line-4 .part-3 form select {
  background: url('../img/custom_select.png')no-repeat 95% 18px;
}
.section-7 .line-4 .part-3 form .order {
  font-family: 'PT Sans Narrow', sans-serif;
  background: #068EAD;
  color: #2f2c2c;
  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;
  color: white;
}
.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: #068EAD;
  position: relative;
}
.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;
}
.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;
}
.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: 90px;
  line-height: 80px;
  color: white;
  font-weight: 600;
  transform: rotate(-3deg);
  position: relative;
  left: 50px;
}
.inscription .text-container span.raginglion {
  font-family: 'Exo Extra Bold Italic';
  font-size: 100px;
  font-weight: 600;
  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;
}
@media screen and (max-width: 1170px) {
  .inscription .text-container .svgBeLike {
    right: 130px;
  }
  .inscription > img {
    right: 35px;
}
  .section-7 .line-3 .inscription > img {
    right: -340px;
}
}
@media screen and (max-width: 992px) {
  .section-1 .line-2 .part-3 {
    width: 275px;
  }
  .section-1 .line-2 .part-3 form {
    padding: 11px 19px;
  }
  .section-6 .line-2 .list .item {
    max-width: 310px;
  }
  .wrap-7 {
    background-size: cover;
  }
}
