@font-face {
  font-family: 'SegoeUI';
  src: local(SegoeUIBold), url("../fonts/SegoeUIBold/SegoeUIBold.ttf");
  src: local(SegoeUIBold), url("../fonts/SegoeUIBold/SegoeUIBold.woff");
  src: local(SegoeUIBold), url("../fonts/SegoeUIBold/SegoeUIBold.eot");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: local(SegoeUIItalic), url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf");
  src: local(SegoeUIItalic), url("../fonts/SegoeUIItalic/SegoeUIItalic.woff");
  src: local(SegoeUIItalic), url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'SegoeUI';
  src: local(SegoeUILight), url("../fonts/SegoeUILight/SegoeUILight.ttf");
  src: local(SegoeUILight), url("../fonts/SegoeUILight/SegoeUILight.woff");
  src: local(SegoeUILight), url("../fonts/SegoeUILight/SegoeUILight.eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: local(SegoeUIRegular), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf");
  src: local(SegoeUIRegular), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff");
  src: local(SegoeUIRegular), url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI';
  src: local(SegoeUISemiBold), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf");
  src: local(SegoeUISemiBold), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff");
  src: local(SegoeUISemiBold), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'SegoeUI',arial;
  background: #383838;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

/*
	======================
			headers
	======================
*/
h1 {
  font-size: 36px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 38px;
}

/*
	==================
		header
	==================
*/
header {
  background: #191919;
  position: relative;
  z-index: 10;
}

header .table,
header .table-cell {
  height: 80px;
}

.logo {
  float: left;
}

.nav {
  float: right;
  margin-right: 95px;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li {
  display: inline-block;
  line-height: 80px;
  margin-right: 80px;
  position:relative;
}

.nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.nav a:before{
	content:'';
	display:inline-block;
	width:100%;
	height:2px;
	background:#fff;
	transition:0.3s;
	transform:scaleX(0);
	position:absolute;
	bottom:28px;
	left:0;
}

.nav a:hover:before{
	transform:scaleX(1);
}

.lang-top {
  float: right;
  display: inline-block;
  width: 105px;
  position: relative;
}

.lang-top ul {
  position: absolute;
  top: 71.5px;
  display: none;
}

.lang-top ul:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  background: #191919;
  z-index: -1;
  border-radius: 10px;
}

.lang-top li {
  display: block;
  margin-bottom: 15px;
}

.lang-top li a {
  float: none;
}

.lang-top a img {
  width: 50px;
}

.lang-top a {
  float: left;
  margin-right: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.lang-top a img {
  margin-right: 8px;
  float: left;
}

.langBtn {
  float: right;
  width: 110px;
}

.l-arrow {
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
}

.l-arrow img {
  transition: 0.3s;
}

.openLang .l-arrow img {
  transform: rotate(180deg);
}

.openLang .lang-top ul {
  display: block;
}

.menuBtn {
  float: right;
  margin-top: 21px;
  margin-left: 30px;
  width: 27px;
  cursor: pointer;
  display: none;
  position: relative;
}

.menuBtn span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto 8px;
  background: #fff;
  position: relative;
  transition: 0.3s;
}

.openMenu .menuBtn span:first-child {
  top: 10px;
  transform: rotate(45deg);
}

.openMenu .menuBtn span:nth-child(2) {
  opacity: 0;
}

.openMenu .menuBtn span:last-child {
  top: -10px;
  transform: rotate(-45deg);
}

/*
	==================
		main
	==================
*/
main {
  padding: 70px 0 96px;
  background: #f8f8f8;
  display: block;
}

.desk-text {
  font-size: 16px;
  font-weight: 500;
  color: #a1a1a1;
  line-height: 20px;
}

.main-header {
  width: 70%;
  float: left;
}

.main-awards {
  float: right;
  width: 28%;
}

.main-awards img {
  display: inline-block;
  position: relative;
}

.main-awards img:nth-child(1) {
  z-index: 3;
}

.main-awards img:nth-child(2) {
  z-index: 2;
  margin-left: -25px;
}

.main-awards img:nth-child(3) {
  margin-left: -25px;
  z-index: 1;
}

/*
	====================
		brandsList
	====================
*/
.brandsList {
  margin-top: 54px;
}

.brand {
  border: 1px solid #bbbbbb;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor:pointer;
  transition:0.3s;
}
.brand:hover{
	background:#ecedeb;
}
.brand:last-child {
  margin-bottom: 0;
}

.brand div:last-child {
  float: none;
}

.brand .table,
.brand .table-cell {
  height: 130px;
}

.brand-num {
  display: inline-block;
  width: 73px;
  height: 49px;
  margin: 17px 21px 0 -20px;
  text-align: right;
  padding: 12px 22px 0;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.brand:nth-child(1) .brand-num,
.brand:nth-child(2) .brand-num,
.brand:nth-child(3) .brand-num {
  background: url("../img/brand-num.png") 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.brand-total,
.brand-num,
.brand-img,
.brand-offer {
  float: left;
}

.brand-img {
  margin-right: 38px;
}

.brand-img img {
  width: 167px;
  display:inline-block;
}

.brand-offer {
  width: 345px;
  padding-right: 10px;
}

.brand-tContent span,
.brand-offer span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #a9a9a9;
  margin-bottom: 10px;
}

.brand-tContent span {
  margin-bottom: 14px;
}

.brand-tContent p,
.brand-offer p {
  font-size: 18px;
}

.brand-tContent p {
  color: #ff0b39;
}

.brand-total {
  width: 154px;
}

.brand-tContent {
  padding-left: 36px;
  border-left: 1px solid #e7e4e4;
}

.brand-play {
  float: right;
  margin-right: 60px;
}

.brand-play a {
  line-height: 46px;
  width: 165px;
  font-size: 18px;
  color: #fff;
  background: #2ca84b;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition:0.3s;
}

.brand-play a:hover{
	background:#348647;
}
/*
	==================
		footer
	==================
*/
footer {
  background: #383838;
}

footer .table,
footer .table-cell {
  height: 112px;
  width: 100%;
  text-align: right;
}

footer img:first-child {
  margin-right: 65px;
}

/*
	==================
		media
	==================
*/
@media (max-width: 1231px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  header .table, header .table-cell {
    height: 60px;
  }
  .logo img {
    width: 160px;
  }
  main {
    margin-bottom: 68px;
  }
  .nav li {
    line-height: 60px;
  }
  .lang-top a img {
    width: 46px;
    height: auto;
  }
  .lang-top ul {
    top: 59px;
  }
  .lang-top ul:before {
    height: calc(100% + 10px);
    top: -10px;
  }
  main {
    margin-top: 46px;
    position: relative;
  }
  .main-awards {
    width: 242px;
    position: absolute;
    top: 0;
    right: 30px;
  }
  .main-awards img {
    width: 86px;
  }
  .main-awards img:nth-child(3),
  .main-awards img:nth-child(2) {
    margin-left: -14px;
  }
  .main-header {
    display: inline;
    width: auto;
  }
  h1 {
    min-height: 100px;
    margin-bottom: 28px;
    width: 50%;
  }
  .brandsList {
    margin-top: 45px;
  }
  .brand {
    position: relative;
  }
  .brand .table, .brand .table-cell {
    height: 135px;
  }
  .brand-num {
    margin: 0;
    position: absolute;
    top: 2px;
    left: -18px;
  }
  .brand-img {
    margin-left: 27px;
    margin-right: 30px;
  }
  .brand-img img {
    width: 126px;
  }
  .brand-offer {
    width: 200px;
  }
  .brand-offer p {
    font-size: 16px;
  }
  .brand-tContent {
    border: none;
    padding-left: 26px;
  }
  .brand-tContent p {
    font-size: 16px;
  }
  .brand-total {
    float: none;
    width: 108px;
    position: relative;
  }
  .brand-total.table {
    height: 67.5px;
  }
  .brand-total.table .table-cell {
    height: 67.5px;
  }
  .brand-total:before {
    content: '';
    display: block;
    width: 1px;
    height: 47px;
    background: #e7e4e4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .brand-total-pay:before {
    top: auto;
    bottom: 0;
  }
  .brand-total-pay:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #e7e4e4;
    position: absolute;
    bottom: 0;
    left: 27px;
  }
  .brand-play {
    margin-right: 28px;
    margin-top: -135px;
  }
  .brand-play a {
    width: 173px;
  }
  footer .table, footer table-cell {
    height: 125px;
  }
}

@media (max-width: 1050px) {
  body {
    padding-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .nav {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #191919;
    margin-top: 59px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding: 0 15px;
  }
  .nav li {
    display: block;
    text-align: right;
    margin: 0;
  }
  .nav a:before{
		content:'';
		display:inline-block;
		width:100%;
		height:2px;
		background:#fff;
		transition:0.3s;
		transform:scaleX(0);
		position:absolute;
		bottom:18px;
		left:0;
	}
  .openMenu .nav {
    max-height: 100vh;
    padding: 15px;
  }
  .menuBtn {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .logo img {
    width: 122px;
  }
  body {
    padding-top: 50px;
  }
  header .table, header .table-cell {
    height: 50px;
  }
  .lang-top ul {
    top: 55px;
  }
  .lang-top ul:before {
    top: -15px;
    height: calc(100% + 15px);
  }
  .nav {
    margin-top: 49px;
  }
  .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .menuBtn {
    margin-top: 14px;
    margin-left: 14px;
  }
  .brand .table, .brand .table-cell {
    height: 92px;
  }
  .brand-num {
    width: 50px;
    height: 39px;
    left: -14px;
    font-size: 18px;
    padding-top: 9px !important;
  }
  .brand-img {
    width: auto;
    margin-left: 17px;
  }
  .brand-img img {
    width: 105px;
  }
  .brand-total {
    display: none !important;
  }
  .brand-play {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  main {
    margin-top: 16px;
    margin-bottom: 58px;
  }
  .main-header, .main-awards {
    display: none;
  }
  .brandsList {
    margin-top: 0;
  }
  .brand {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .brand-img {
    width: 130px;
    margin-right: 0;
  }
  .brand-offer {
    clear: both;
    float: none;
    width: 100%;
    padding: 0 27px;
  }
  .brand-offer.table {
    display: block;
    height: 63px;
  }
  .brand-offer.table .table-cell {
    display: block;
    height: auto;
  }
  .brand-offer span {
    display: none;
  }
  .brand-play {
    margin-top: -155px;
    float: right !important;
    margin-right: 20px;
  }
  .brand-play a {
    width: 130px;
    line-height: 40px;
  }
  footer img {
    width: 75px;
  }
  footer img:first-child {
    width: 180px;
    margin-right: 20px;
  }
  footer .table, footer .table-cell {
    text-align: center;
    height: 95px;
  }
}

.pay{
  padding-top: 35px;
  text-align: center;
}

.pay img{
  max-width: 100%;
}