/*==============================CORPORATE==============================*/
.page-top_corporate{
  position: relative;
  padding: 0;
  z-index: 30;
}
.page-top-body{
  padding-top: 150px;
  padding-left: 650px;
  min-height: 550px;
}
.page-top__image{
  position: absolute;
  bottom: -30px;
  left: -90px;
  width: 840px;
}
.page-corporate__title{
  font-size: 50px;
  line-height: 70px;
}
.page-corporate__title span{
  display: block;
  padding-left: 225px;
}
.page-corporate__title i{
  display: block;
  padding-left: 50px;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.page-top__link{
  display: inline-block;
  margin-top: 40px;
  margin-left: 255px;
  padding-right: 175px;
  font-size: 21px;
  text-transform: uppercase;
  min-height: 81px;
  color: #fff;
  font-weight:bold;
  line-height: 28px;
  background-image: url(../images/icon-white-arrow.svg);
  -webkit-background-size: 147px 81px;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 147px 81px;
}
.page-top__link span:first-child{
  padding-left: 70px;
  display: block;
}
.page-top__link span:last-child{
  display: block;
  padding-left: 60px;
}

.contacts-section{
  position: relative;
  padding: 110px 0 120px 0;
  background: #fff;
}
.contacts-section:before{
  content: '';
  display: block;
  position: absolute;
  width: 2000px;
  margin-left: -1000px;
  left: 50%;
  top: 0;
  height: 100%;
  background-image: url(../images/bg-contacts-section.png);
  background-position: -30px 50%;
  background-repeat: no-repeat;
}
/*
.contacts-section{
  position: relative;
  padding: 110px 0 120px 0;
  background: #fff;
  background-image: url(../images/bg-contacts-section.png);
  background-position: -30px 50%;
  background-repeat: no-repeat;
}
*/
.contacts-section-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.contacts-section-col{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contacts-phone{
  position: relative;
  margin-right: 100px;
  padding-left: 45px;
  text-align: right;
}
.contacts-phone__number{
  font-size: 16px;
  color: #2f2e42;
}
.contacts-phone__number span {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #9bc322;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
  font-size: 16px;
}
.contacts-phone__text{
  padding-top: 5px;
  font-size: 11px;
  color: #2f2e42;
}
.contacts-mail{
  position: relative;
  padding-left: 45px;
  text-align: right;
}
.contacts-mail__number{
  font-size: 16px;
  color: #2f2e42;
}
.contacts-mail__number span {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #9bc322;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
  font-size: 16px;
}
.contacts-mail__text{
  padding-top: 5px;
  font-size: 11px;
  color: #2f2e42;
}
.btn2{
  display: inline-block;
  padding: 10px 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 220px;
  background: #fcea1c;
  text-align: center;
  border-radius: 20px;
  color: #302509;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn2:hover{
  -webkit-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  transform: scale(1.1); 
}
.btn2_dark{
  background: #2f2e42;
  color: #fff;
}
.contacts-buttons__btn{
  min-width: 220px;
}
.contacts-buttons__btn:first-child{
  margin-right: 70px;
}
.contacts-buttons__tip{
  position: absolute;
  left: 100%;
  top: -50px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #2f2e42;
  -webkit-transform: rotate(-15deg) !important;
  -ms-transform: rotate(-15deg) !important;
  transform: rotate(-15deg) !important;
}
.contacts-buttons__tip:before{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -50px;
  width: 58px;
  height: 35px;
  background-image: url(../images/tip-arrow.svg);
  background-repeat: no-repeat;
}
/*---------------------orporate-section------------------------*/
.corporate-section{
  padding: 70px 0 80px 0;
}
.corporate-section_1{
  position: relative;
  box-shadow: 0 15px 20px #282738;
}
.corporate-section_1:before{
  display: block;
  content: " ";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 307px;
  height: 270px;
  background-image: url(../images/particles-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transform: rotate(5deg); 
  -ms-transform: rotate(5deg); 
  transform: rotate(5deg); 
}
.corporate-section__text{
  padding: 30px 0 100px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.corporate-section-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

  .corporate .homegames-promo-top{
    text-align:center;
  }

.corporate-section-col{
  flex: 1 1 50%;
  max-width: 50%;
}
.corporate-slider-wrapper{
  position: relative;
}
.corporate-slider-wrapper:before{
  content: " ";
  height: 150px;
  width: 150px;
  position: absolute;
  top: -85px;
  left: -55px;
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(/images/media-photo.png);
}
.corporate-slider{
  height: 500px;
}
.corporate-slider .slick-arrow{
  width: 20px;
  height: 41px;
  background-repeat: no-repeat;
}
.corporate-slider .slick-arrow:before{
  display: none;
}
.corporate-slider .slick-prev{
  left: -40px;
  background-image: url(../images/arrow-prev.svg);
}
.corporate-slider .slick-next{
  right: -40px;
  background-image: url(../images/arrow-next.svg);
}
.corporate-slider__item{
  display: block;
  height: 500px;
}
.corporate-thumbs__item{
  height: 180px;
  cursor: pointer;
}
.corporate-events{
  padding-left: 100px;
}
.corporate-events__title{
  margin-bottom: 80px;
  font-size: 20px;
  color: #f9b115;
}
.corporate-events-body{
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.corporate-events-item{
  flex: 1 1 33.333%;
  max-width: 33.333%;
  position: relative;
}
.corporate-events-item:after{
  content: '';
  display: block;
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
}
.corporate-events-item_1{
  flex: 1 1 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
.corporate-events-item_1:after{
  top: 0;
  left: 110px;
  width: 189px;
  height: 81px;
  background-image: url(../images/events-arrow1.png);
}
.corporate-events-item_2:after{
  top: 70px;
  right: 60px;
  width: 83px;
  height: 145px;
  background-image: url(../images/events-arrow2.png);
}
.corporate-events-item_3:after{
  top: 55px;
  left: 95px;
  width: 94px;
  height: 69px;
  background-image: url(../images/events-arrow3.png);
}
.corporate-events-item_4:after{
  top: -10px;
  left: 100px;
  width: 105px;
  height: 47px;
  background-image: url(../images/events-arrow4.png);
}
.corporate-events-item_2{
  flex: 1 1 50%;
  max-width: 50%;
  margin-bottom: 40px;
  padding-top: 30px;
}
.corporate-events-item_2 .corporate-events-item__image{
  padding-left: 50px;
  margin: 0;
}
.corporate-events-item_2 .corporate-events-item__title{
  padding-top: 15px;
}
.corporate-events-item_3{
  padding-left: 20px;
}
.corporate-events-item_4{
  padding-top: 30px;
}
.corporate-events-item_5{
  padding-top: 30px;
}
.corporate-events-item-body{
  display: inline-block;
  cursor: pointer;
}
.corporate-events-item__image{
  margin-top: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.corporate-events-item__title{
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.corporate-events-item-body:hover .corporate-events-item__title{
  webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.corporate-events-item-body:hover .corporate-events-item__image{
  webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.corporate-events-order{
  width: 320px;
  height: 115px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-image: url(/images/clouds-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.corporate-section_2{
  position: relative;
  padding: 125px 0 150px 0;
}
.corporate-section_2:after{
  display: block;
  content: " ";
  position: absolute;
  right: -140px;
  top: 70px;
  height: 380px;
  width: 380px;
  background-image: url(/images/particles-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.corporate-section-row_reverse{
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.corporate-video{
  position: relative;
  height: 400px;
}
.corporate-video-body{
  height: 100%;
}
.corporate-video iframe{
  width: 100%;
  height: 100%;
}
.corporate-video:before{
  content: " ";
  background-image: url(/images/media-video.png);
  width: 213px;
  height: 126px;
  position: absolute;
  top: -70px;
  right: -110px;
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.corporate-video:after{
  content: " ";
  background-image: url(/images/shot.png);
  position: absolute;
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index: -1;
  height: 190px;
  width: 190px;
  bottom: -70px;
  right: 70px;
}
.corporate-video-body{
  position: relative;
}
.corporate-video-body:before{
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url(/images/shot.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.corporate-features{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 70px;
  padding-top: 20px;
}
.corporate-features-item_1{
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 40px;
}
.corporate-features-item_2{
  flex: 0 0 70%;
  max-width: 70%;
  margin-bottom: 40px;
}
.corporate-features-item_2 .corporate-features-item__icon{
  margin-bottom: 15px;
  padding-left: 180px;
}
.corporate-features-item_3{
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 15px;
  padding-top: 40px;
}
.corporate-features-item_4{
  flex: 0 0 40%;
  max-width: 40%;
}
.corporate-features-item__title{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.corporate-features-item{
  position: relative;
}
.corporate-features-item:after{
  content: '';
  display: block;
  position: absolute;
}
.corporate-features-item_1:after{
  left: 105px;
  top: -15px;
  width: 189px;
  height: 81px;
  background-image: url(../images/corporate-features-arrow1.png);
}
.corporate-features-item_2:after{
  bottom: -65px;
  left: 50px;
  width: 115px;
  height: 63px;
  background-image: url(../images/corporate-features-arrow2.png);
}
.corporate-features-item_4:after{
  right: 103%;
  top: 80px;
  width: 152px;
  height: 66px;
  background-image: url(../images/corporate-features-arrow3.png);
}
/*---------------------clients------------------------*/
.clients{
  padding: 60px 0 70px 0;
  background: #3a3851;
}
.clients__title{
  margin-bottom: 75px;
  font-size: 36px;
  line-height: 40px;
}
.clients-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -15px;
  padding-bottom: 100px;
}
.clients-col{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.clients-item {
    background-color: #ffffff;
    width:300px; height:200px;
    display:table-cell; vertical-align:middle;
    text-align:center;
}

.clients-item img{
  max-width: 100% !important;
  height: auto !important;
}
.clients-actions{
  margin-bottom: 115px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.clients-actions-body{
  position: relative;
}
.clients-actions__btn{
  margin: 0 15px;
  min-width: 220px;
}
.clients-actions__tip{
  position: absolute;
  left: 100%;
  top: -50px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-15deg) !important;
  -ms-transform: rotate(-15deg) !important;
  transform: rotate(-15deg) !important;
}
.clients-actions__tip:before{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -50px;
  width: 58px;
  height: 35px;
  background-image: url(../images/tip-arrow-white.svg);
  background-repeat: no-repeat;
}
.clients-info{
  max-width: 1006px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.clients-info span{
/* display: block; */
}
.clients-info .yellow{
  color: #f9b115;
}
.franchise-stats{
/*  padding: 85px 0 95px 0; */
  padding: 85px 0 0 0;
  box-shadow: 0 15px 20px #282738;
}
.franchise-stats__title{
  margin-bottom: 95px;
  text-align: center;
}
.franchise-stats__title span{
  position: relative;
  display: inline-block;
}
.franchise-stats__title span:before{
  content: '';
  display: block;
  position: absolute;
  margin-top: -48px;
  left: -25px;
  top: 50%;
  width: 96px;
  height: 96px;
  background-image: url(/images/gifts-title-shape.png);
}
.franchise-stats-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.franchise-stats-column{
  padding: 0 50px;
  text-align: center;
}
.franchise-stats-item{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
}
.franchise-stats-item_1 .franchise-stats-item__number{
  background-image: url(/images/about-1.png);
}
.franchise-stats-item_2 .franchise-stats-item__number{
  background-image: url(/images/about-3.png);
}
.franchise-stats-item_3{
  background-image: url(/images/about-4.png);
  background-size: contain;
  -webkit-background-size: auto 70px;
  background-size: auto 70px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.franchise-stats-item__number{
  font-family: 'Code-Pro-Black-LC';
  color: #fff;
  font-size: 3.3em;
  margin-right: 15px;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  min-width: 70px;
  padding: 10px 10px 0;
  text-align: right;
  white-space: nowrap;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.franchise-stats-item__title{
  font-family: 'MyriadPro';
  color: #eaeaef;
  font-size: 1.25em;
  line-height: 0.8;
  text-align: left;
  text-transform: uppercase;
}
.franchise-stats-item_3{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.franchise-stats-item_3 .franchise-stats-item__number{
  margin: 0;
  padding: 0;
  height: auto;
}
#map { height:400px; width:100%; }
.franchise-stats__map{
  margin:40px 0 0;
  text-align: center;
}
.franchise-stats__map img{
  max-width: 100%;
}
.franchise-benefits{
  padding: 75px 0 85px 0;
}
.franchise-benefits__title{
  padding: 15px 0 20px 0;
}
.franchise-benefits__subtitle{
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 26px;
  color: #f9b115;
  text-align: center;
}
.franchise-benefits-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 150px;
}
.franchise-benefits-item{
  position: relative;
  flex: 1 1 25%;
  max-width: 25%;
}
.franchise-benefits-item__title{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.franchise-benefits-item__title strong{
  display: block;
  font-weight: 700;
}
.franchise-benefits-item_1{
  margin-top: 80px;
}
.franchise-benefits-item_2{
  margin-top: 255px;
}
.franchise-benefits-item_3{
  margin-top: 40px;
}
.franchise-benefits-item_4{
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
}
.franchise-benefits-item_5{
  margin-top: 255px;
}
.franchise-benefits-item-body{
  cursor: pointer; 
  display: inline-block;
}
.franchise-benefits-item:after{
  content: '';
  display: block;
  position: absolute;
}

.franchise-benefits-item .franchise-benefits-item__icon,
.franchise-benefits-item .franchise-benefits-item__title
{ transition: all 0.3s ease; }
.franchise-benefits-item:hover .franchise-benefits-item__icon { transform:scale(1.05); }
.franchise-benefits-item:hover .franchise-benefits-item__title { transform: translateY(-20px); }


.franchise-benefits-item_1:after{
  top: 10px;
  left: 155px;
  width: 195px;
  height: 150px;
  background-image: url(../images/franchise-benefit-arrow1.png);
}
.franchise-benefits-item_2:after{
  bottom: 105%;
  left: 95px;
  width: 159px;
  height: 248px;
  background-image: url(../images/franchise-benefit-arrow2.png);
}
.franchise-benefits-item_3:after{
  left: 200px;
  top: 20px;
  width: 154px;
  height: 101px;
  background-image: url(../images/franchise-benefit-arrow3.png);
}
.franchise-benefits-item_4:after{
  top: 110px;
  right: 90px;
  width: 107px;
  height: 266px;
  background-image: url(../images/franchise-benefit-arrow4.png);
}
.franchise-benefits-download{
  padding: 38px 0;
  text-align: center;
  background-image: url(/images/clouds-bg.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.callback{
  padding: 70px 0 55px 0;
  background: #fff;
  background-image: url(../images/bg-callback.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.callback__title{
  margin-bottom: 40px;
  text-align: center;
  color: #2f2e42;
}
.callback-form-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -10px;
  padding-bottom: 30px;
}
.callback-form-column{
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 10px;
}
.callback-form__field{
  width: 100%;
  height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #7f7f7f; 
  background: #fff;
  border: 1px solid #e4e7e9;
  border-radius: 25px;
}
.callback-form-bottom{
  text-align: center;
}
.franchise-video{
  padding: 100px 0 50px 0;
}
.franchise-video__title{
  margin-bottom: 75px;
}
.franchise-video-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -20px;
}
.franchise-video-column{
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
}
.franchise-video-item{
  position: relative;
  height: 365px;
}
.franchise-video-item iframe{
  width: 100%;
  height: 100%;
}
.franchise-video-item_1:before{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url(/images/shot.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.franchise-video-item_2:before{
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url(/images/shot.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.franchise-video-item_2:after{
  content: " ";
  background-image: url(/images/media-video.png);
  width: 200px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index: -1;
}
/*---------------------adaptive------------------------*/
@media only screen and (max-width: 1520px) {
  .franchise-benefits-row{
    padding: 0 50px;
  }
  .franchise-benefits-item_4{
    width: 210px;
  }
  .franchise-benefits-item_4:after{
    right: 0;
  }
  .page-top-body{
    padding-left: 530px;
  }
  .corporate-section_2:after{
    display: none;
  }
  .corporate-section_1:before{
    display: none;
  }
  .contacts-buttons__tip{
    left: 88%;
    top: -65px;
  }
  .page-top__image{
    left: -15px;
    width: 700px;
  }
  .page-top__image img{
    max-width: 100%;
  }
  .corporate-events{
    padding-left: 60px;
  }
  .corporate-slider .slick-prev{
    left: -28px;
  }
  .corporate-slider .slick-next{
    right: -28px;
  }
  .corporate-features{
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1260px) {
  .franchise-video-item{
    height: 250px;
  }
  .franchise-benefits-row{
    padding: 0;
    justify-content: center;
  }
  .franchise-benefits-item:after{
    display: none !important;
  }
  .franchise-benefits-item_4{
    position: relative;
  }
  .franchise-benefits-item{
    flex: 1 1 33.333% !important;
    max-width: 33.333% !important;
    margin: 0 0 50px 0 !important;
    padding: 0 20px;
    text-align: center;
  }
  .page-top-body {
      padding-left: 320px;
  }
  .page-top__link{
    padding-right: 100px;
    background-size: 102px 60px;
    margin-left: 350px;
    font-size: 18px;
  }
  .contacts-buttons__btn:first-child{
    margin-right: 30px;
  }
  .contacts-phone{
    margin-right: 30px;
  }
  .contacts-section{
    background-image: none;
  }
  .contacts-buttons__tip{
    left: 81%;
  }
  .corporate-slider{
      height: 350px;
  }
  .corporate-slider__item{
      height: 350px;
  }
  .corporate-thumbs__item{
    height: 128px;
  }
  .corporate-events__title{
    margin-bottom: 30px;
    font-size: 18px;
  }
  .corporate-events-item:after{
    display: none;
  }
  .corporate-features-item:after{
    display: none;
  }
  .corporate-section__text{
    font-size: 18px;
  }
}
@media only screen and (max-width: 1010px) {
  .franchise-stats-column{
    padding: 0 20px;
  }
  .franchise-benefits-item{
    padding: 0 13px;
  }
  .franchise-benefits-item__title{
    min-height: 72px;
    font-size: 16px;
  }
  .franchise-benefits__subtitle{
    padding: 0 20px;
  }
  .callback-form-column {
      flex: 1 1 50%;
      max-width: 50%;
      margin-bottom: 20px;
  }
  .callback-form-row{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-actions__tip {
      left: 85%;
      top: -70px;
   }
   .contacts-section-row{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
   }
   .contacts-section-col:first-child{
    margin-bottom: 40px;
   }
   .contacts-buttons__tip{
    display: none;
   }
   .corporate-section-row{
    display: block;
   }
   .corporate-section-col{
    max-width: 100%;
   }
   .corporate-section-col:first-child{
    margin-bottom: 70px;
   }
   .corporate-events{
    padding: 0 50px;
   }
   .corporate-events-item:after{
    display: block !important;
   }
   .corporate-slider{
      height: 500px;
   }
   .corporate-slider__item{
      height: 500px;
   }
   .corporate-thumbs__item{
    height: 180px;
   }
   .corporate-slider .slick-prev{
    left: 25px;
   }
   .corporate-slider .slick-next{
    right: 25px;
   }
   .corporate-events-order{
    margin: 0 auto;
   }
   .corporate-video{
    height: 450px;
   }
   .corporate-features{
    padding-left: 100px;
   }
   .corporate-features-item:after{
    display: block !important;
   }
   .clients-col {
       flex: 0 0 33.333%;
       max-width: 33.333%;
   }
   .page-top-body {
      padding-top: 100px;
       padding-left: 235px;
   }
   .page-corporate__title{
    font-size: 42px;
   }
   .page-corporate__title span{
    padding-left: 155px;
   }
   .page-top__link{
    margin-left: 220px;
    margin-top: -1px;
   }
   .page-corporate__title{
    line-height: 60px;
   }
}
@media only screen and (max-width: 767px) {
    #map { height:250px; }
  .franchise-benefits-item{
    flex: 1 1 50% !important;
    max-width: 50% !important;
  }
  .franchise-benefits-item__title{
    min-height: auto;
  }
  .franchise-stats-item__title{
    font-size: 1em;
  }
  .corporate .homegames-promo__title{
    font-size: 32px;
  }
  .corporate .homegames-promo-top{
    padding: 0 20px;
  }
  .homegames-promo__title:before{
    top: 7px;
  }
  .corporate-events {
      padding: 0 20px;
  }
  .corporate-features{
    padding-left: 10px;
  }
  .clients-actions__tip{
    left: 75%;
  }

    .clients-item { padding:0 10px; height:150px; }

  .corporate-section_2{
    padding-bottom: 50px;
  }
  .corporate-slider{
      height: 460px;
  }
  .corporate-slider__item {
      height: 460px;
  }
  .corporate-thumbs__item {
      height: 155px;
  }
  .page-top__image{
    width: 610px;
  }
  .page-top__link {
      margin-left: 170px;
      margin-top: 20px;
  }
  .page-top-body{
    padding-left: 100px;
  }
  .page-corporate__title i{
    padding-left: 135px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  .franchise-stats-row{
    display: block;
  }
  .franchise-stats-column{
    margin-bottom: 40px;
  }
  .franchise-stats-item__number{
    padding-left: 0;
  }
  .franchise-stats__title{
    margin-bottom: 60px;
  }
  .franchise-stats{
    padding: 70px 0;
  }
  .franchise-video-row{
    display: block;
  }
  .franchise-video-column{
    max-width: 100%;
  }
  .franchise-video-column:first-child{
    margin-bottom: 50px;
  }
  .franchise-video-item_2:after{
    top: -35px;
  }
  .franchise-video{
    padding: 70px 0 30px 0;
  }
  .contacts-section-row{
    justify-content: space-between;
  }
  .contacts-section-col{
    flex: 1 1 100%;
    justify-content: space-between;
  }
  .contacts-buttons{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .contacts-buttons__btn{
    font-size: 14px;
    margin: 0 !important;
  }
  .contacts-section{
    padding: 70px 0;
  }
  .corporate-section__text{
    font-size: 15px;
    line-height: 25px;
  }
  .corporate-slider,
  .corporate-slider__item {
      height: 330px;
  }
  .corporate-thumbs__item {
      height: 125px;
  }
  .corporate-events-item:after {
      display: none !important;
  }
  .corporate-events-item{
    text-align: center;
    padding: 0 10px;
  }
  .corporate-events-item_2 .corporate-events-item__image{
    padding-left: 0;
  }
  .corporate-section_1{
    padding-bottom: 50px;
  }
  .corporate-section_2{
    padding-top: 90px;
  }
  .corporate-video {
      height: 260px;
  }
  .corporate-features-item:after{
    display: none !important;
  }
  .corporate-features-item{
    flex: 1 1 50% !important;
    max-width: 50% !important;
    text-align: center;
  }
  .corporate-features-item__icon{
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
  }
  .corporate-features-item{
    padding: 0;
  }
  .corporate-video:after{
    display: none;
  }
  .clients-actions__tip{
    display: none;
  }
  .clients-row{
    padding-bottom: 70px;
  }
  .clients-actions-body{
    text-align: center;
  }
  .clients-actions-body .btn2{
    margin-bottom: 15px;
  }
  .clients-actions{
    margin-bottom: 40px;
  }
  .page-top-body{
    padding-left: 0;
  }
  .page-corporate__title{
    font-size: 36px;
    line-height: 48px;
  }
  .page-top__image {
      width: 480px;
      bottom: -17px;
  }
}
@media only screen and (max-width: 479px) {
  .callback-form-row{
    display: block;
  }
  .callback-form-column{
    max-width: 100%;
  }
  .franchise-video-item {
      height: 200px;
  }
  .franchise-benefits-item_4{
    width: 100%;
  }
  .corporate-events-item {
      flex: 1 1 50%;
      max-width: 50%;
      margin-bottom: 30px;
  }
  .corporate-events-body{
    margin-bottom: 20px;
    justify-content: center;
  }
  .corporate-events__title{
    text-align: center;
  }
  .corporate-slider, .corporate-slider__item {
      height: 265px;
  }
  .corporate-thumbs__item {
      height: 95px;
  }
  .corporate-slider .slick-prev {
      left: 15px;
  }
  .corporate-slider .slick-next {
      right: 15px;
  }
  .corporate-events{
    padding: 0;
  }
  .contacts-section-row{
    display: block;
  }
  .contacts-section-col{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts-phone{
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
  }
  .contacts-mail{
    text-align: left;
  }
  .contacts-buttons{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts-buttons .btn2{
    margin-bottom: 20px !important;
  }
  .contacts-section{
    padding-bottom: 40px;
  }
  .corporate-section-col:first-child{
    margin-bottom: 40px;
  }
  .corporate-features-item__title{
    font-size: 17px;
  }
  .clients-col {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .clients-info{
    font-size: 17px;
    line-height: 27px;
  }
  .page-top__image {
    width: 380px;
    bottom: -14px;
  }
  .page-corporate__title{
    text-align: center;
  }
  .page-corporate__title span{
    padding: 0 !important;
  }
  .page-corporate__title i{
    padding: 0 !important;
  }
  .page-top__link{
    margin-top: 5px;
    margin-left: 50px;
  }
  .clients__title{
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
  }
}
@media only screen and (max-width: 374px) {
  .corporate .homegames-promo__title{
    padding: 0;
    font-size: 28px;
  }
  .franchise-stats__title{
    font-size: 26px;
  }
  .franchise-benefits-row{
    display: block;
  }
  .franchise-benefits-item {
      flex: 1 1 100% !important;
      max-width: 100% !important;
  }
  .page-corporate__title {
      font-size: 31px;
      line-height: 41px;
  }
  .page-top__link{
    margin-left: 0;
    margin-top: 20px;
    min-height: 68px;
    line-height: 22px;
  }
}