@charset "UTF-8";

/*Include fonts*/

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('Proxima Nova Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova Regular'), local('Proxima Nova Regular'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('Proxima Nova Light'), url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


/*--------------------------------------------------END----------------------------------------------------*/

.BgWrap {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  background: url(../images/main/bg/bg.png) 0/contain no-repeat;
  background-position: bottom;
}

a {
  display: inline-block;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}
img{
	width: 100%;
}
.slick-slide {
    width: 300px;
    margin: 0 10px;
}

.slick-slide:nth-child(2) {
    margin: 0 30px;
}
.header .wrapHeaderBg{
	/*background: url(../images/header/bg/bg.png) 0/cover no-repeat;
	background-position: bottom;*/
	/*background: #000000;
	position: relative;*/
}
/*header .wrapHeaderBg:after{
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid blue;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
}*/
.header .head {
  width: 100%;
  margin-bottom: 20px;
  /*height: 170px;*/
  /*display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.HeaderBlockRight{
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bgHead img{
  height: 100%;
}
.header {
  position: relative;
  /*padding-top: 4%;*/
}

.wrapHeaderBg {
  /*height: 100vh;
  position: relative;
  /*background: url(../images/header/bg/bg.png) 0/cover no-repeat;
  background-position: bottom;
  padding-bottom: 85px;*/
  width: 100%;
}

.bgHead {
  position: absolute;
  top: 0;
  z-index: -1;
}

.header .wrap {
  /*position: absolute;*/
  width: 70%;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
}

.left .logo {
  display: inline-block;
}

.left .logo.planet {
/*  width: 131px;*/
width: 31.5%;
}

.left .logo.tvbet {
 /* width: 229px;*/
  width: 55.3%;
}

.left img {
  width: 100%;
}

.header .get {
  color: #ffffff;
}

.header .get {
  display: inline-block;
  margin-right: 20px;
}

.get p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.8;
}

.get p.large {
  font-size: 57px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.get p.small {
  font-size: 25px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: right;
}

.wrapButton {
  display: inline-block;
  width: auto;
  width: 265px;
  height: 70px;
  position: relative;
  text-align: center;
}

.header .buttonMain {
  display: inline-block;
  background: linear-gradient(to right, #ff6000, #ffba00);
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .buttonMain {
  display: inline-block;
  background: linear-gradient(to right, #ff6000, #ffba00);
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.buttonLight {
  border-radius: 13px;
  background-color: red;
  height: 50px;
  box-shadow: 0px 5px 46px 0px rgba(255, 177, 0, 0.9);
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 150px;
  z-index: 1;
}

.buttonMain span {
  font-size: 35px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.251;
  text-align: center;
}

.header .BlockRight {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo.planet {
  margin-right: 50px;
}

.header .logo img {
  width: 100%;
}

.header .wrapHeaderPicture {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.header .boxWrap {
  position: absolute;
  right: -2%;
  top: -1%;
 /* width: 460px;*/
  width: 34%;
  height: 100%;
}
.header .box{
	width: 100%;
	position: relative;
}
.header .box .shadowBox {
    position: absolute;
    width: 100%;
    bottom: -6%;
    left: -6%;
    z-index: -1;
}
.header .box img {
  width: 100%;
}

.header .picture {
  border-radius: 15px;
  height: 560px;
  width: 90%;
  overflow: hidden;
}

.header .picture img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.header .left{
	width: auto;
    margin-top: 0;
}
/*end header*/


/*main*/

.main .wrap {
  width: 70%;
  margin: 0 auto;
  background: transparent;
  position: relative;
}

.main .wrapMainBg {
  width: 100%;
  position: relative;
}

.main .bgMain {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.main .wrapMainBg .bgMain img {
  width: 100%;
}

.main .packages {
  width: 100%;
  margin: 0 auto;
  padding-top: 8%;
}

.main .title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main .title h3 {
  font-size: 65px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
}

.main .title h5 {
  font-size: 31px;
  font-family: "Proxima Nova Bold";
  color: #999999;
  line-height: 1;
  text-align: center;
}

.main .wrapPackages {
	position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}
.centerContent{
	width: 82%;
	margin: 0 auto;
}
.PcContentPackages{
  width: 100%;
}
.main .WrapBlockPackage{
  width: 333px;
  padding-bottom: 50px;
  border-radius: 10px;
  /*padding: 0 30px;*/
}
.main .blockPackage {
  width: 100%;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.28);
}

.main .contentPackages {
	width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.main .contentPackages .WrapBlockPackage:nth-child(2) {
  margin-right: 50px;
  margin-left: 50px;
}

.main .contentPackages .blockPackage .head {
  width: 100%;
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.main .contentPackages .blockPackage .head.nocolor {
  background: #000000;
}

.main .contentPackages .blockPackage .head.color {
  background: linear-gradient(to right, #ff6000, #ffba00);
}

.main .contentPackages .blockPackage .head .title h4 {
  font-size: 30px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.main .wrapPackages .titles {
  padding-top: 8%;
  text-align: right;
  margin-right: 40px;
  position: absolute;
  left: -7%;
}

.main .wrapPackages ul li {
  list-style: none;
}

.main .wrapPackages .titles ul li span {
  font-size: 17px;
  font-family: "Proxima Nova Regular";
  color: rgb(102, 102, 102);
  line-height: 3.129;
  text-align: right;
  text-transform: capitalize;
}

.main .wrapPackages .list {
  text-align: center;
  padding-top: 50px;
}

.main .wrapPackages .list ul li .wrapList {
  height: 100px;
}

.main .wrapPackages .titles ul li:first-child {
  margin-bottom: 40%;
}

.main .wrapPackages .list ul li p {
  font-size: 17px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

.main .wrapPackages .list ul li span {
  font-size: 17px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  line-height: 3.129;
  text-align: center;
  text-transform: capitalize;
}

.main .wrapPackages .blockPackage .code {
  width: 190px;
  margin: 30px auto 50px;
}

.main .wrapPackages .blockPackage .code img {
  width: 100%;
}

.main .wrapPackages .blockPackage .buy {
  width: 100%;
  margin: 10% auto 0;
  text-align: center;
}

.main .wrapPackages .blockPackage .buy .buttonMain span {
  font-size: 30px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.251;
  text-align: center;
}

.main .wrapPackages .blockPackage .buy .buttonMain {
  display: inline-block;
  background: linear-gradient(to right, #ff6000, #ffba00);
  width: 100%;
  padding: 16.5px 50px;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}


/*usp*/

.wrapUsp {
  margin: 25% auto 0;
  width: 82%;
}

.wrapUsp .title {
  text-align: left;
}

.wrapUsp .title h5 {
  text-align: left;
}

.wrapUsp .title h3 {
  text-align: left;
}

.UspContent {
  margin-top: 25px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.UspContentBottom{
  margin-top: 25px;
  width: 100%;
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
   /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blockUsp {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blockUspBottom {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blockUspBottom:nth-child(1) {
 margin-right: 5%;
}
.blockUsp:nth-child(2) {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blockUsp:last-child {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blockUsp .descript span {
  font-size: 40px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.blockUsp .descript {
  margin-left: 20px;
}

.blockUsp img {
  width: auto;
}

.blockUsp .icon {
  /*width: 85px;*/
  width: auto;
}

.blockUspBottom .descript span {
  font-size: 40px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.blockUspBottom .descript {
  margin-left: 20px;
}

.blockUspBottom img {
  width: auto;
}

.blockUspBottom .icon {
  /*width: 85px;*/
  width: auto;
}

.wrapButtonBuy p {
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.wrapButtonBuy {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto;
}

.wrapButtonBuy .buttonMain span {
  line-height: 0.8;
}

/*.wrapButtonBuy .buttonMain {
  padding: 15px 50px;
}*/


/*end usp*/


/*end main*/


/*footer*/

.footer .wrap {
  width: 70%;
  margin: 4% auto 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .wrap .footerContent {
  width: 82%;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.blockRight {
  overflow: hidden;
  width: 33%;
}
.blockLeft{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.blockLeft .logo_planet {
  height: 100%;
}

.blockCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
 /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-right: 5%;*/
  margin-top: 5%;
}

.blockCenter .block:first-child {
  margin-right: 50px;
}

.block .footText {
  font-size: 12px;
  font-family: "Proxima Nova Bold";
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.footer .logo_planet {
/*  width: 131px;*/
  width: 100%;
}

.footer .logo_planet img {
  width: 100%;
}

.footer .logo_tvbet {
 /* width: 182px;*/
 width: 100%;
}

.footer .logo_tvbet img {
  width: 100%;
}

.footer .phone {
  /*width: 329px;*/
  position: relative;
  width: 100%;
}

.wrapPhone {
  overflow: hidden;
}

.footer .phone img {
  width: 100%;
}

.phoneContent {
  position: absolute;
  top: 20%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.phoneContent .text {
  text-align: center;
}

.buttonFooter {
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17% 0;
}

.footer .wrapButton {
  display: inline-block;
  width: auto;
  width: 209px;
 /* height: 70px;*/
  position: relative;
}

.footer .buttonMain {
  display: inline-block;
  background: #000000;
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
}

.footer .buttonMain p {
  font-size: 9px;
  font-family: "Proxima Nova Light";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.footer .buttonLight {
  border-radius: 13px;
  background-color: red;
  /*height: 50px;*/
  box-shadow: 0px 5px 46px 0px rgba(72, 71, 69, 0.66);
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 150px;
  z-index: 1;
}

.footer .buttonMain span {
  font-size: 24px;
  font-family: "Proxima Nova Bold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.251;
  text-align: center;
}

.responseSlider{
    display: none;
    width: 100%;
  }

/*animation*/
.main .WrapBlockPackage:hover{
  transform: scale(1.05);
  transition: 0.9s;
}

/*MEDIA*/
@media (max-width: 1919px){
  .centerContent {
    width: 85%;
    margin: 0 auto;
}
}
@media (max-width: 1900px){
  .centerContent {
    width: 85%;
    margin: 0 auto;
}
}
@media (max-width: 1850px){
/*header*/
.get p.large {
    font-size: 47px;
 }
 .get p.small {
    font-size: 20px;
	}
	.left .logo.planet{
		width: 28%;
	}
	.left .logo.tvbet {
    width: 50%;
	}
	.buttonMain span {
    font-size: 30px;
}
.wrapButton {
    width: 250px;
    height: 65px;
    }
    .header .picture{
    height: 540px;
    width: 90%;
    }
    .header .wrapHeaderPicture {
    margin-top: 10px;
}
    .main .title h3 {
    font-size: 60px;
}
.main .title h5 {
    font-size: 25px;
    }
    .main .contentPackages .blockPackage .head .title h4 {
    font-size: 25px;
}
.main .wrapPackages .blockPackage .buy .buttonMain span {
    font-size: 25px;
    }
    .main .wrapPackages .list ul li span {
    font-size: 16px;
}
.main .wrapPackages .titles ul li span {
    font-size: 16px;
    }
    .main .wrapPackages .list ul li p {
    font-size: 16px;
    }
    .blockUsp .icon, .blockUspBottom .icon {
    width: 20%;
}
.blockUsp .icon.trend{
    width: 15%;
}
.blockUspBottom .icon.games {
    width: 25%;
}
.blockUsp img, .blockUspBottom img {
     width: 100%; 
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 35px;
    }
.footer .logo_planet {
    width: 90%;
}
.footer .logo_tvbet {
    width: 90%;
}
.footer .phone {
    width: 100%;
}
.footer .wrapButton {
    width: 190px;
    }
    .footer .buttonMain span {
    font-size: 20px;
}
.footer .buttonLight {
    bottom: 19px;
}
.bgHead{
	height: 760px;
}
/*.bgHead img{
height: 100%;
}*/
}
@media (max-width: 1848px){
  .centerContent {
    width: 90%;
}
main .wrapPackages .titles {
    left: -10%;
}
}
@media (max-width: 1800px){
	.main .WrapBlockPackage {
    width: 290px;
}
.blockRight {
    width: 30%;
}
.header .boxWrap {
    right: -4%;
    }
    .blockUsp .icon, .blockUspBottom .icon {
    width: 17%;
}
}

@media (max-width: 1750px){
.header .picture {
  /*  height: 540px;*/
    width: 85%;
}
.blockUsp .icon.trend{
    width: 13%;
}
.blockUspBottom .icon.games {
    width: 23%;
}
}

@media (max-width: 1700px){
.header .picture {
  /*  height: 540px;*/
    width: 85%;
}
.header .boxWrap {
    width: 38%;
}
/*main .wrapPackages .titles ul li:first-child {
  margin-bottom: 44%;
}*/
.main .wrapPackages .list ul li .wrapList {
    height: 90px;
}
}

@media (max-width: 1650px){
.bgHead{
	height: 720px;
}
.get p.large {
    font-size: 45px;
 }
 .get p.small {
    font-size: 18px;
	}
	.left .logo.planet{
		width: 25%;
	}
	.left .logo.tvbet {
    width: 45%;
	}
	.buttonMain span {
    font-size: 27px;
}
.wrapButton {
    width: 230px;
    height: 60px;
    }
    .header .picture{
    height: 520px;
    width: 90%;
    }
    .header .wrapHeaderPicture {
    margin-top: 10px;
}
    .main .title h3 {
    font-size: 55px;
}
.main .WrapBlockPackage {
    width: 270px;
}
.main .title h5 {
    font-size: 20px;
    }
    .main .contentPackages .blockPackage .head .title h4 {
    font-size: 20px;
}
.main .wrapPackages .blockPackage .buy .buttonMain span {
    font-size: 20px;
    }
    .main .wrapPackages .list ul li span {
    font-size: 16px;
}
.main .wrapPackages .titles ul li span {
    font-size: 16px;
    }
    .main .wrapPackages .list ul li p {
    font-size: 16px;
    }
    .blockUsp .icon, .blockUspBottom .icon {
    width: 18%;
}
.blockUsp img, .blockUspBottom img {
     width: 100%; 
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 30px;
    }
.footer .logo_planet {
    width: 75%;
}
.footer .logo_tvbet {
    width: 75%;
}
/*footer .phone {
    width: 90%;
}*/
.footer .wrapButton {
    width: 170px;
    }
    .footer .buttonMain span {
    font-size: 18px;
}
/*.footer .buttonLight {
    bottom: 23%;
}*/
.main .wrapPackages .blockPackage .buy .wrapButton{
	width: 200px;
}
.buttonLight {
    height: 25px;
}
.blockUsp .icon.trend{
    width: 12%;
}
.blockUspBottom .icon.games {
    width: 23%;
}
}

@media (max-width: 1600px){
	.main .wrapPackages .titles {
    left: -10%;
}

}

@media (max-width: 1585px){
	.centerContent {
    width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 1550px){
	.bgHead {
    height: 710px;
}
.BgWrap {
    background: url(../images/main/bg/bg.png) 0/cover no-repeat;
    background-position: top;
}
.blockCenter{
  width: 53%;
  -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0;
}
}

@media (max-width: 1500px){
	.main .wrapPackages .titles {
    left: -15%;
}
.bgHead{
	height: 660px;
}
.get p.large {
    font-size: 40px;
 }
 .get p.small {
    font-size: 16px;
	}
	.left .logo.planet{
		width: 20%;
	}
	.left .logo.tvbet {
    width: 40%;
	}
	.buttonMain span {
    font-size: 22px;
}
.wrapButton {
    width: 200px;
    height: 55px;
    }
    .header .picture{
    height: 520px;
    width: 90%;
    }
    .header .wrapHeaderPicture {
    margin-top: 10px;
}
    .main .title h3 {
    font-size: 50px;
}
.main .WrapBlockPackage {
    width: 250px;
}
}

@media (max-width: 1450px){
	.main .wrapPackages .titles {
    left: -18%;
}
.bgHead{
	height: 660px;
}
.get p.large {
    font-size: 35px;
 }
 .get p.small {
    font-size: 16px;
	}
	.left .logo.planet{
		width: 20%;
	}
	.left .logo.tvbet {
    width: 40%;
	}
	.buttonMain span {
    font-size: 20px;
}
.wrapButton {
    width: 200px;
    height: 55px;
    }
    .main .title h3 {
    font-size: 45px;
}
}

@media (max-width: 1400px){
	.header .wrap, .footer .wrap {
		width: 80%;
	}
	.main .wrap{
		width: 80%;
	}
	.main .wrapPackages .titles {
    left: -10%;
}
.header .picture {
    height: 490px;
}
}

@media (max-width: 1350px){
	.main .contentPackages .WrapBlockPackage:nth-child(2) {
    margin-right: 30px;
    margin-left: 30px;
}
}

@media (max-width: 1300px){
	.main .contentPackages .WrapBlockPackage:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
}
.contentPackagesResponse{
	display: none;
}
}

@media (max-width: 1250px){
  .responseSlider{
    display: block;
  }
  .PcContentPackages{
    display: none;
  }
	.main .blockPackage {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.28);
  border-bottom: solid 3px #d4d4d4;
}
.main .WrapBlockPackage:hover{
  transform: none;
}
.wrapUsp {
    margin: 15% auto 0;
}
.main .packages .wrap {
    width: 100%;
}
.main .contentPackages .WrapBlockPackage:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
.main .packages .wrap {
    width: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main .packages{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main .wrapPackages{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 85%;
}
.main .contentPackages{
	/*width: 100%;*/
	box-sizing: content-box;
	z-index: 9999;
	overflow: visible;
	top: 0;
}
.centerContent{
	position: relative;
	overflow: visible;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 0;
}
.main .wrapPackages .titles {
   display: none;
}
.main .WrapBlockPackage{
  padding-bottom: 50px;
  border-radius: 10px;
  padding: 0;
}
.main .WrapBlockPackage:nth-child(1){
	padding-left: 20px;
}
.main .WrapBlockPackage:nth-child(2){
	padding: 0 20px;
}
.bgHead {
    height: 636px;
}
}
@media(max-width: 1200px){
	.bgHead {
    height: 610px;
}
.main .packages {
    padding-top: 5%;
}
}
@media(max-width: 1150px){
	.bgHead {
    height: 600px;
}
.main .packages {
    padding-top: 3%;
}
}

@media(max-width: 1100px){
	.bgHead {
    height: 580px;
}
.main .packages {
    padding-top: 3%;
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 25px;
}
.main .title h3 {
    font-size: 35px;
}
.main .title h5 {
    font-size: 18px;
}
}

@media(max-width: 1050px){
	.bgHead {
    height: 550px;
}
.main .packages {
    padding-top: 2%;
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 25px;
}
.main .title h3 {
    font-size: 35px;
}
.main .title h5 {
    font-size: 18px;
}
}

@media(max-width: 1000px){
	.bgHead {
    height: 540px;
}
.main .packages {
    padding-top: 1%;
}
.wrapButton {
    width: 170px;
    height: 55px;
    }
    .header .logo.planet {
    margin-right: 30px;
}
}

@media(max-width: 950px){
	.bgHead {
    height: 490px;
}
.main .wrapPackages .titles {
    left: -5%;
}
.main .packages {
    padding-top: 0;
}
.wrapButton {
    width: 170px;
    height: 55px;
    }
    .header .logo.planet {
    margin-right: 30px;
}
.header .wrapButton {
    width: inherit;
    height: inherit;
    padding: 12px 80px;
}
.header .buttonLight{
	width: 100%;
}
.get p.large {
    font-size: 30px;
}
.left .logo.tvbet {
    width: 32%;
}
.left .logo.planet {
    width: 15%;
}
}
@media(max-width: 900px){
	.bgHead {
    height: 470px;
}
.header .picture {
    height: 100%;
}
.main .wrapPackages .titles {
    left: -5%;
}
.main .packages {
    padding-top: 8%;
}
.wrapButton {
    width: 170px;
    height: 55px;
    }
.main .wrap {
    width: 100%;
}
.footer .wrap .footerContent{
	width: 100%;
}
}

@media (max-width: 880px){
	.left .logo.tvbet {
    width: 28%;
}
.header .logo.planet {
    margin-right: 10px;
}
.get p.small {
    font-size: 14px;
}
.header .wrapButton {
    padding: 12px 75px;
}
.bgHead {
    height: 450px;
}
}

@media (max-width: 840px){
.header .left{
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.left .logo.tvbet{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header .wrapButton {
    padding: 12px 0;
    width: 200px;
}
.header .HeaderBlockRight {
    width: 100%;
    margin-top: -10%;
}
.header .HeaderBlockRight {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bgHead {
    height: 500px;
}
}

@media (max-width: 800px){
	.bgHead {
    height: 480px;
}
.footer .phone img{
	display: none;
}
.phoneContent .text{
	display: none;
}
.footer .buttonLight {
    height: 20px;
    box-shadow: 0px 5px 10px 0px rgba(72, 71, 69, 0.66);
    }
    .blockCenter .block:last-child{
    	width: 100%;
    }
    .blockCenter .block:first-child {
    margin-right: 10%;
}
}

@media (max-width: 770px){
	.bgHead {
    height: 450px;
}
.footerContent .blockRight {
    width: 50%;
}
.footerContent .blockCenter{
	width: 100%;
	margin-top: 0;
}
.buttonFooter{
	padding: 0;
}
}
@media (max-width: 750px){
	.bgHead {
    height: 430px;
}
.footerContent .blockRight {
    width: 50%;
    overflow: visible;
}
.footer .buttonMain{
	position: inherit;
}
.footer .buttonLight {
    height: 20px;
    box-shadow: 0px 5px 10px 0px rgba(72, 71, 69, 0.66);
    width: 100%;
    z-index: -1;
}
.footer .wrapButton{
	width: 100%;
}
.buttonFooter a{
	width: 100%;
}
}

@media (max-width: 730px){
	.bgHead {
    height: 420px;
}
.header .wrapButton {
    padding: 12px 0;
    width: 160px;
}
.slick-slide {
    width: 260px;
    margin: 0 10px;
}
.main .wrapPackages .titles{
	display: none;
}
.main .wrapPackages {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.centerContent{
	width: 100%;
}
.blockUspBottom .icon {
    width: 15%;
}
.blockUspBottom .icon.games {
    width: 16%;
}
}
@media (max-width: 700px){
	.bgHead {
    height: 410px;
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 20px;
}
}
@media (max-width: 680px){
	.bgHead {
    height: 400px;
}
}

@media (max-width: 660px){
	.bgHead {
    height: 390px;
}
header .wrapButton {
    padding: 8px 0;
    width: 160px;
}
}
@media (max-width: 650px){
.footer .wrapButton{
	height: inherit;
}
}
@media (max-width: 630px){
	.bgHead {
    height: 380px;
}
.blockUsp .descript span, .blockUspBottom .descript span {
    font-size: 15px;
}
}
@media (max-width: 610px){
	.bgHead {
    height: 370px;
}
.header .wrapButton {
    padding: 8px 0;
    width: 160px;
}
}
@media (max-width: 590px){
	.bgHead {
    height: 400px;
}
.header .wrapButton {
    padding: 8px 0;
    width: 160px;
}
.header .HeaderBlockRight {
    width: 100%;
    margin-top: 0;
}
.left .logo.tvbet{
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}

@media (max-width: 580px){
	.bgHead {
    height: 390px;
}
}

@media (max-width: 560px){
	.bgHead {
    height: 380px;
}
}

@media (max-width: 550px){
	.footer .wrap .footerContent{
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;	
	}
	.footerContent .blockCenter{
		width: 60%;
		-webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
	}
	.footerContent .blockRight {
    width: 40%;
    overflow: visible;
    position: absolute;
    right: 0;
    bottom: 10%;
}
.phoneContent {
    position: relative;
    }
    .footer .logo_planet {
    width: 50%;
}
.footer .blockLeft{
	width: 20%;
}
.footer .logo_planet {
    width: 100%;
}
}

@media (max-width: 540px){
	.bgHead {
    height: 370px;
}
}

@media (max-width: 520px){
	.bgHead {
    height: 360px;
}
}
@media (max-width: 500px){
	.bgHead {
    height: 350px;
}
footer .blockLeft{
	width: 15%;
}
.footerContent .blockCenter{
	width: 70%;
}
.footer .buttonMain{
	padding: 5px 10px;
}
}

@media (max-width: 480px){
	.bgHead {
    height: 340px;
}
}

@media (max-width: 460px){
	.bgHead {
    height: 330px;
}
}

@media (max-width: 452px){
	.footerContent .blockCenter {
    width: 100%;
    margin: 5% auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blockCenter .block:last-child {
    width: auto;
}
	.footer .wrap .footerContent{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
	.footerContent .blockRight{
		position: inherit;
	}
	.footer .blockLeft {
    width: 15%;
    position: absolute;
    bottom: 0;
}
.buttonFooter{
	display: none;
}
}

@media (max-width: 440px){
	.bgHead {
    height: 320px;
}
.get p.large {
    font-size: 27px;
}
.get p.small {
    font-size: 12px;
}
.blockCenter .block:last-child{
	width: auto;
}
.footer .blockLeft {
    position: relative;
    bottom: 0;
}
.footer .wrap {
    width: 90%;
}
.blockCenter .block:first-child{
	margin: 0;
}
}

@media (max-width: 420px){
	.bgHead {
    height: 310px;
}
}

@media (max-width: 400px){
	.bgHead {
    height: 300px;
}
.header .HeaderBlockRight{
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}
}
@media (max-width: 380px){
	.bgHead {
    height: 290px;
}
}

@media (max-width: 360px){
	.bgHead {
    height: 280px;
}
	.header .wrapButton {
    width: 150px;
}
.footer .logo_tvbet {
    width: 50%;
}
.block .footText {
    max-width: 100px;
    text-align: center;
}
.footer .blockLeft {
    width: 15%;
    position: absolute;
    bottom: 0;
}
}
@media (max-width: 355px){
	.header .get{
		display: none;
	}
	.header .HeaderBlockRight {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}
}
@media (max-width: 340px){
	.bgHead {
    height: 260px;
}
	.header .wrapButton {
    width: 150px;
}
.header .get{
	display: none;
}
.header .wrapButton {
    width: 60%;
}
.header .HeaderBlockRight{
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}
}

@media (max-width: 320px){
	.bgHead {
    height: 250px;
}
}

@media (max-width: 300px){
	.bgHead {
    height: 240px;
}
}