@font-face {

  font-family: 'Avenir';

  src: url("../avenir.html");

  font-weight: 500;

}

/*@font-face {*/

/*  font-family: 'AGaramondPro-Italic';*/

/*  src: url('../fonts/AGaramondPro-Italic.otf');*/

/*  font-weight: 500;*/

/*}*/

/*@font-face {*/

/*  font-family: 'AGaramondPro-Regular';*/

/*  src: url('../fonts/AGaramondPro-Regular.otf');*/

/*  font-weight: 500;*/

/*}*/

/*@font-face {*/

/*  font-family: 'GothamPro';*/

/*  src: url('../fonts/GothamProRegular.eot');*/

/*  src: url('../fonts/GothamProRegular.eot') format('embedded-opentype'),*/

/*  url('../fonts/GothamProRegular.woff2') format('woff2'),*/

/*  url('../fonts/GothamProRegular.woff') format('woff'),*/

/*  url('../fonts/GothamProRegular.ttf') format('truetype'),*/

/*  url('../fonts/GothamProRegular.svg#GothamProRegular') format('svg');*/

/*  font-weight: 400;*/

/*}*/

/*@font-face {*/

/*  font-family: 'GothamPro';*/

/*  src: url('../fonts/GothamProBold.eot');*/

/*  src: url('../fonts/GothamProBold.eot') format('embedded-opentype'),*/

/*  url('../fonts/GothamProBold.woff2') format('woff2'),*/

/*  url('../fonts/GothamProBold.woff') format('woff'),*/

/*  url('../fonts/GothamProBold.ttf') format('truetype'),*/

/*  url('../fonts/GothamProBold.svg#GothamProBold') format('svg');*/

/*  font-weight: 700;*/

/*}*/

/*@font-face {*/

/*  font-family: 'GothamPro';*/

/*  src: url('../fonts/GothamProLight.eot');*/

/*  src: url('../fonts/GothamProLight.eot') format('embedded-opentype'),*/

/*  url('../fonts/GothamProLight.woff2') format('woff2'),*/

/*  url('../fonts/GothamProLight.woff') format('woff'),*/

/*  url('../fonts/GothamProLight.ttf') format('truetype'),*/

/*  url('../fonts/GothamProLight.svg#GothamProLight') format('svg');*/

/*  font-weight: 300;*/

/*}*/

/*@font-face {*/

/*  font-family: 'GothamPro';*/

/*  src: url('../fonts/GothamProMedium.eot');*/

/*  src: url('../fonts/GothamProMedium.eot') format('embedded-opentype'),*/

/*  url('../fonts/GothamProMedium.woff2') format('woff2'),*/

/*  url('../fonts/GothamProMedium.woff') format('woff'),*/

/*  url('../fonts/GothamProMedium.ttf') format('truetype'),*/

/*  url('../fonts/GothamProMedium.svg#GothamProMedium') format('svg');*/

/*  font-weight: 500;*/

/*}*/

/************************* reset *************************/

html{

  height: 100%;

  margin: 0;

  padding: 0;width: 100%;

  background: #fff;

}

body{

  height: 100%;

  width: 100%;

  max-width: 1920px;

  position: relative;

  margin: 0 auto;

  background: #fff;

  padding: 0;

  font-size:0.625em;

  font-weight: 400;

  font-family: 'Avenir', Arial, Helvetica, sans-serif;

  line-height: 25px;

  min-width: 320px;

  color: #000;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

}

h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  box-sizing: border-box;

}

img {

  margin: 0;

  padding: 0;

  border-style: none;

  vertical-align: bottom;

  max-width: 100%;

}

input, textarea, select, button {

  font-family: 'GothamPro', Arial, Helvetica, sans-serif;

  vertical-align:middle;

  border: 0;

  outline: 0;

  background: none;

}

a:hover {text-decoration: none;}

ul li {list-style: none;}

/************************* common styles *************************/

.holder {

  /*max-width: 1440px;*/

  padding: 0;

  margin: 0 auto;

}

.holder:after {

  display: block;

  content: '';

  clear: both;

}

#header .holder, #footer .holder {

  max-width: none;

}

#header {
  padding: 0;
  /*background: #fff;*/
  background: transparent;
  position: absolute;
  width: 100%;
}

.header-top-contacts {
  width: 100%;
  padding: 7px 0;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.header-top-contacts > p {
  color: #fff;
  font-size: 14px;
  align-self: center;
  line-height: 1;
  padding-left: 16px;
  background: url("../svg/bell-icon.svg") no-repeat left center/12px;
}

.header-top-contacts > p a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s all ease;
  line-height: 1;
  text-decoration: underline;
}

.header-top-contacts > div {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.header-top-contacts > div > p {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #464646;
  margin-right: 24px;
}

.header-top-contacts > div > ul, .social-mob {
  width: 88px;
  display: flex;
  justify-content: space-between;
}

.header-top-contacts > div > ul > li, .social-mob > li {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.header-top-contacts > div > ul > li > a, .social-mob > li > a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../svg/fb_white.svg") no-repeat center center/100%;
  display: block;
  margin: 0;
}

.header-top-contacts > div > ul > li > a:hover, .social-mob > li > a:hover {
  background-image: url("../png/fb.png")
}

.header-top-contacts > div > ul > li+li > a, .social-mob > li+li > a {
  background-image: url("../svg/instagram_white.svg");
}

.header-top-contacts > div > ul > li+li > a:hover, .social-mob > li+li > a:hover {
  background-image: url("../png/instagram.png");
}

.header-top-contacts > div > ul > li+li+li > a, .social-mob > li+li+li > a {
  background-image: url("../svg/linkedin_white.svg");
}

.header-top-contacts > div > ul > li+li+li > a:hover, .social-mob > li+li+li > a:hover {
  background-image: url("../png/linkedin.png");
}

h1 {
  width: 90%;
  margin: 48px auto 81px;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  width: 90%;
  margin: 0 auto 81px;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  margin: 0 0 24px;
  font-size: 1.8em;
}

article p {
  margin: 0 0 25px;
  font-size: 15px;
}

/************************* form styles *************************/

.input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 17px;
  margin: 0 0 13px;
  color: #000;
  font-size: 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.input:hover, .input:focus, .textarea:hover {
  border: 1px solid #b98f55;
}

.textarea {

  display: block;

  width: 100%;

  height: 119px;

  padding: 11px 20px;

  margin: 0 0 13px;

  color: #000;

  font-size: 15px;

  background: #fff;

  border: 1px solid #dadada;

  box-sizing: border-box;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.submit {

  display: block;

  width: 100%;

  height: 50px;

  padding: 0 0 1px;

  color: #fff;

  font-size: 18px;

  outline: 0;

  border: 0;

  cursor: pointer;

  background: transparent;

  background: #b98f55;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.submit:hover {

  background: #c79858;

}

::-webkit-input-placeholder {color: #000;}

:-moz-placeholder {color: #000; opacity: 1;}

::-moz-placeholder {color: #000; opacity: 1;}

:-ms-input-placeholder {color: #000;}

.input.error {

  color: rgb(255, 86, 71);

}

label.error {

  position: absolute;

  left: -9999px;

}

a.submit {

  line-height: 50px;

  text-align: center;

  text-decoration: none;

}

.select-block select {width: 100%;}

/* Checkbox */

.checker {

  position: relative;

  float: left;

}

.checker, .checker span, .checker input {

  display: block;

  width: 17px;

  height: 17px;

  cursor: pointer;

}

.checker span {

  display: -moz-inline-box;

  display: inline-block;

  *display: inline;

  zoom: 1;

  cursor: pointer;

  text-align: center;

  background: url(../png/checkbox.png) 0 0 no-repeat;

}

.checker span.checked {background-position: 0 -17px;}

.checker input {

  opacity: 0;

  filter: alpha(opacity=0);

  -moz-opacity: 0;

  border: none;

  background: none;

  display: -moz-inline-box;

  display: inline-block;

  *display: inline;

  zoom: 1;

  display: block;

}

.check-block {

  overflow: hidden;

  margin: 0 0 18px;

}

.checkbox-label {

  display: block;

  margin: 0 0 0 29px;

  font-size: 1.4em;

  line-height: 18px;

  cursor: pointer;

}

.checker.disabled {opacity: 0.5;}

.checkbox-label a {

  color: #b98f55;

  text-decoration: none;

}

/************************* wrapper *************************/

#wrapper {

  position: relative;

  overflow: hidden;

}

/************************* fixed bars *************************/

.fixed-logo {

  float: left;

  padding: 16px 0 0;

}

.fixed-nav {

  margin: 0 auto;

}

.fixed-top {

  position: fixed;

  z-index: 200;

  top: -70px;

  left: 0;

  right: 0;

  height: 50px;

  background: rgba(0, 0, 0, .5);

  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);

  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.fixed-top.fixed.active {top: 0;}

.fixed-top .holder {max-width: 1440px;}

.fixed-nav ul {
  display: flex;
  width: 95%;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: space-around;
  padding-right: 180px;
  position: relative;
}

.fixed-nav li > a {

  display: block;

  height: 50px;

  color: #fff;

  font-size: 13px !important;

  font-weight: 700;

  line-height: 50px;

  text-decoration: none;

  text-transform: uppercase;

  text-align: center;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.fixed-nav li a:hover {

  color: #b98f55;

}

.fixed-nav .nav-gold {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 180px;
}

.fixed-nav .nav-gold > a {

  color: #fff;

  background: #b98f55;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

  font-size: 13px !important;
}

.fixed-nav .nav-gold a:hover {

  color: #fff;

  background: #b37f37;

}

.fixed-scroll-top {

  position: fixed;

  display: none;

  bottom: 107px;

  right: 37px;

  z-index: 200;

}

.fixed-scroll-top.fixed {display: block;}



.fixed-bot {

  display: none;

  position: fixed;

  z-index: 200;

  bottom: 0;

  left: 0;

  right: 0;

  height: 51px;

  background: #191516;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.fixed-bot.fixed {bottom: -80px;}

.fixed-webs {

  float: left;

  padding: 14px 0 0;

}

.fixed-web {

  float: left;

  width: 23px;

  height: 23px;

  margin: 0 4px 0 0;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.fixed-web:hover {opacity: 0.8;}

.fixed-web.web1 {background: url(../png/webs-min.png) 0 0 no-repeat;}

.fixed-web.web2 {background: url(../png/webs-min.png) -23px 0 no-repeat;}

.fixed-web.web3 {background: url(../png/webs-min.png) -46px 0 no-repeat;}

.fixed-web.web4 {background: url(../png/webs-min.png) -69px 0 no-repeat;}

.fixed-web.web5 {background: url(../png/webs-min.png) -92px 0 no-repeat;}

.fixed-web.web6 {background: url(../png/webs-min.png) -115px 0 no-repeat;}

.fixed-link {

  float: right;

  margin: 14px 0 0 50px;

}

.fixed-link a {

  color: #fff;

  font-size: 1.4em;

  text-decoration: none;

}

.fixed-link a:hover {text-decoration: underline;}

.fixed-link1 {

  padding: 0 0 0 31px;

  background: url(../png/i4.png) 0 2px no-repeat;

}

.fixed-link2 {

  padding: 0 0 0 30px;

  background: url(../png/i5.png) 0 3px no-repeat;

}

/************************* header *************************/

/************************* header mobile top *************************/

.header-mob {

  position: relative;

  top: 0;

  left: 0;

  right: 0;

  display: none;

  height: 44px;

  background: #fff;

}

.header-mob .button{

  width: 132px;

  text-align: center;

  border-radius: 0;

  position: absolute;

  right: 0;

  top: 0;

  padding: 16px 0;

  font-size: 11px;

  line-height: 12px;

  background: #ba9051;

  color: #fff;

  font-weight: bold;

}



.nav-mob, .logo-mob {

  position: absolute;

  display: none;

}

.nav-mob img {width: 40px;}

.logo-mob img {width: 100%;}

.logo-mob img:nth-of-type(2) {
  display: none;
}

.nav-mob {
  width: 132px;
  left: 0;
  top: 0;
  text-align: center;
  color: #000;
}

.nav-mob > span {
  width: auto;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 11px;
  padding-left: 24px;
  font-weight: normal;
  background: url("../svg/burger-menu.svg") no-repeat left center/20px;
  color: #000;
}

.logo-mob {

  left: 50%;

  top: 0;

  margin-left: -66px;

}

.mob-nav.mob-nav1 {
  position: absolute;
  top: 0;
  height: auto;
  width: 196px;
  padding: 0;
  background: transparent;
  z-index: 260;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.mob-nav.mob-nav2 {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  padding: 0;
  overflow-y: scroll;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.mob-nav.active {
  display: block;
}

.mob-nav1 {
  left: -196px;
}

.mob-nav2 {
  left: -100%;
}

.mob-nav .logos{

  position: absolute;

  top: 10px;

  left: 20px;

}

.mob-nav2.active, .mob-nav1.active {
  left: 0;
}

.mob-nav1 .close-mob {
  display: block;
  width: 132px;
  height: 44px;
  border-right: 1px solid rgba(0,0,0,0.05);
  text-align: center;
  background: #fff;
  text-decoration: none;
}

.mob-nav1 .close-mob > span {
  display: inline;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 44px;
  padding-left: 20px;
  background: url("../svg/cross_mob.svg") no-repeat left center/16px;
}

.mob-nav-title {

  margin: 0 0 40px;

  font-size: 24px;

  line-height: 28px;

  text-align: center;

  text-transform: uppercase;

}

.mob-nav-top {

  padding: 0 0 1px;

  margin: 0 0 35px;

}

.mob-nav1 li {
  margin: 0;
  padding-left: 48px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.mob-nav1 li a {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  padding: 16px 0;
  display: block;
  text-transform: uppercase;
}

.mob-nav .gold a {color: #b98f55;}

.mob-nav-bottom {

  padding: 60px 0 1px;

  margin: 0 0 35px;

  background: url(../png/nav-dott.png) 0 0 repeat-x;

}

.mob-nav1 ul {
  padding: 0;
  text-align: left;
  margin: 0;
  background: #fff;
}

.mob-nav-icon1 a {

  padding: 0 0 0 37px;

  background: url(../png/mob-icon1.png) 0 1px no-repeat;

}

/************************* header top *************************/

.header-nav {

  position: relative;

  z-index: 10;


}

.logo {

  float: left;

  margin: 0 -4px;

}

.header-nav-holder {
  width: 100%;
  /*max-width: 1260px;*/
  margin: 0 auto;
  position: relative;
}

#header .holder {
  position: relative;
}

.main-menu-wrapper {
  width: 100%;
  background: rgba(92, 92, 92, 0.65);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.main-menu-wrapper > ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1360px;
  height: 50px;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*z-index: 10;*/
  /*background: rgba(92, 92, 92, 0.65);*/
  padding: 0 180px 0 45px;
}

.main-menu-wrapper > ul > li:first-of-type {
  margin-left: 0;
}

.main-menu-wrapper > ul > li {
  margin-left: 16px;
  order: 1;
}

.main-menu-wrapper > ul > li+li+li+li+li {
  order: 3;
}

.main-menu-wrapper > ul > li > a {
  text-align: center;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s all ease;
  text-decoration: none;
}

.main-menu-wrapper > ul > li > a:hover {
  transition: 0.3s all ease;
  color: #ba9051;
}

.main-menu-wrapper > ul > li:nth-of-type(6) {
  margin-left: 240px;
}

.main-menu-wrapper > ul > li.nav-gold {
  margin-left: 48px;
  order: 4;
  width: 180px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}

.main-menu-wrapper > ul > li.nav-gold > a {
  width: auto;
  background: #fff;
  color: #ba9051;
  font-size: 13px;
  border-radius: 4px;
  line-height: 35px;
  display: inline-block;
  padding: 0 16px;
}

.main-menu-wrapper > ul > li.nav-gold > a:hover {
  background: #b37f37;
  color: #fff;
}

.main-menu-wrapper > ul > li.logo-box {
  order: 2;
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  z-index: 10;
  top: -37px;
}

.main-menu-wrapper > ul > li.logo-box > a {
  line-height: 1;
  display: block;
  width: 100%;
}

.main-menu-wrapper > ul > li.logo-box > a > img {
  width: 100%;
}


/************************* header-banner *************************/

.header-banner {

  height: 423px;

  margin: 0 0 101px;

}

.header-banner1 {

  background: url(../banner1.html) 50% 0 no-repeat;

  background-size: cover;

}

.header-banner2 {

  background: url(../banner2.html) 50% 0 no-repeat;

  background-size: cover;

}

/************************* news *************************/

.main {

  padding: 0;

}

.main.special, .main.for-compare, .main.for-symbol {
  padding: 0;
}

.main.for-symbol > .holder {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.main.main-page {
  padding: 0;
}

/************************* news *************************/

.news-holder {

  overflow: hidden;

  margin: 0 0 93px;

  padding: 0 20px;

}

.news-line {

  overflow: hidden;

}

.news-item {

  position: relative;

  overflow: hidden;

  float: left;

  width: 32%;

  margin: 0 2% 2% 0;

  color: #fff;

  text-decoration: none;

}

.news-item-big {

  width: 32%;

  height: 35vw;

  margin: 0 2% 2% 0;

}



.news-item-big .image{

  height: 25vw;

}



.news-item:nth-child(3n+3) {

  margin-right: 0;

}



.news-item img {

  display: block;

  width: 100%;

  -webkit-backface-visibility: hidden;

  object-fit: cover;

  object-position: top;

  height: 100%;

}

/*.news-item:after {*/

/*position: absolute;*/

/*top: 0;*/

/*left: 0;*/

/*right: 0;*/

/*bottom: 0;*/

/*z-index: 5;*/

/*display: block;*/

/*content: '';*/

/*opacity: 0.7;*/

/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 *!*/

/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); !* FF3.6-15 *!*/

/*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/

/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); !* IE6-9 *!*/

/*}*/

.news-info {
  display: block;
  padding: 20px 30px 24px;
  color: black;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-weight: 700;
}

.all-news {
  float: right;
  width: 32%;
  padding: 42px 0 0;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.all-news-link {
  color: #ba9051;
}

.button-holder {
  text-align: center;
}

.button-holder a {
  margin: 0 auto 36px;
}

.button {
  display: inline-block;
  padding: 19px 34px 16px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #ba9051;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.button:hover {
  background: #cf9f58;
}

/************************* article-list *************************/

.article-list-block {margin: 0 0 90px;}

.article-list:after {

  display: block;

  content: '';

  clear: both;

}

.article-item {

  position: relative;

  overflow: hidden;

  float: left;

  width: 32%;

  margin: 0 0 2% 2%;

  color: #fff;

  text-decoration: none;

  height: 34vh;

}

.article-item:nth-child(3n + 1) {

  margin: 0 0 2%;

}



.article-item--winner a {

  position: absolute;

  width: 100%;

  height: 100%;

  display: block;

  z-index: 10;

}

.article-item--winner .content {

  position: relative;

  width: 100%;

  background-position: 50% 50%;

  background-size: cover;

  display: block;

  height: 0;

  padding-bottom: 100%;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.article-item img {

  width: auto;

  max-width: none;

  min-height: 100%;

}

.article-item:after {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 5;

  display: block;

  content: '';

  opacity: 0.7;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */

  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */

  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.article-item-info {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 15;

  display: block;

  padding: 0 30px 26px;

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 25px;

  text-transform: uppercase;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

/************************* winner-category *************************/

.winner-category {

  margin: -10px 0 75px;

  text-align: center;

}

.winner-category-holder {

  position: relative;

}

.winner-category-item {

  display: inline-block;

  vertical-align: top;

  margin: 0 55px;

}

.winner-category-link {

  position: relative;

  padding: 0 24px 0 0;

  color: #ba9050;

  font-size: 18px;

  line-height: 25px;

  text-decoration: none;

  border-bottom: 2px solid #ba9050;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-category-link:hover {border-bottom: 2px solid transparent;}

.winner-category-link:after {

  position: absolute;

  top: 7px;

  right: 0;

  display: block;

  content: '';

  width: 11px;

  height: 6px;

  background: url(../png/golden-arrow2.png) 0 0 no-repeat;

}

.winner-category-link.active {border-bottom: 2px solid transparent;}

.winner-category-hidden {

  display: none;

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 10;

  padding: 15px 20px 10px 20px;

  font-size: 16px;

  background: #fff;

  border-radius: 0px;

  max-height: 250px;

  overflow: hidden;

}



.mCustomScrollbar{

  padding-right: 10px!important;

}



.item-ony-mobile{

  display: none;

}



.winner-category-hidden li {margin: 0 0 5px;}

.winner-category-hidden a {

  color: #000;

  text-decoration: none;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-category-hidden a:hover {color: #ba9050;}

/************************* winner-brand *************************/

.winner-brand {

  margin: 0 0 80px;

}

.winner-brand-list {

  padding: 0 0 1px;

  margin: 0 0 32px;

  font-size: 0;

}

.winner-brand-item {

  position: relative;

  display: inline-block;

  vertical-align: top;

  width: 23.5%;

  margin: 0 0 2% 2%;

  height: 230px;

  border: 1px solid #f5f5f5;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-brand-item:nth-child(4n + 1){margin: 0 0 2%;}

.winner-brand-item:hover {

  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

}

.winner-brand-img {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  align-item: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding: 0 10px;

  margin: 10px 0 0;

  line-height: 150px;

  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;



}

.winner-brand-img img {

  object-fit: contain;

}

.winner-brand-text {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 0 30px 20px;

  color: #000;

  font-size: 14px;

  line-height: 19px;

  text-transform: uppercase;

  font-weight: 700;

  display: none;

}

.load-more {

  text-align: center;

}

.load-more a {

  color: #ba9051;

  font-size: 12px;

  text-align: center;

  text-transform: uppercase;

}

.news-holder .load-more {padding: 50px 0 0;}

/************************* winner-year *************************/

.winner-year {

  margin: 0 0 57px;

  padding: 90px 0 1px;

}

.winner-year-item {

  display: inline-block;

  vertical-align: top;

  margin: 0 30px 10px 0;

  color: #000;

  font-size: 18px;

  line-height: 25px;

  text-decoration: none;

  border-bottom: 2px solid transparent;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-year-item:hover {

  color: #ba9050;

  border-bottom: 2px solid #ba9050;

}

.winner-year-item.active {

  font-weight: 700;

}

.winner-year-item.active:hover {

  color: #000;

  border-bottom: 2px solid transparent;

}

/************************* winner-country *************************/

.winner-country {

  padding: 0 0 1px;

  margin: 0 0 70px;

  font-size: 0;

}

.winner-country-item {

  display: inline-block;

  vertical-align: top;

  width: 25%;

  padding: 0 10px 0 0;

  margin: 0 0 35px;

  font-size: 18px;

  line-height: 25px;

}

.winner-country-item.active {font-weight: 700;}

.winner-country-item a {

  color: #000;

  text-decoration: none;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-country-item a:hover {color: #ba9050;}

.winner-country-flag {

  display: block;

  float: left;

  width: 47px;

}

.winner-country-flag img {

  display: block;

  max-width: 100%;

}

.winner-country-name {

  display: block;

  margin: 4px 0 0 70px;

}

/************************* winner-letter *************************/

.winner-letter {

  padding: 0 0 1px;

  margin: 0 0 54px;

}

.winner-letter-item {

  display: inline-block;

  vertical-align: top;

  margin: 0 20px 10px 0;

  color: #000;

  font-size: 18px;

  line-height: 25px;

  text-decoration: none;

  border-bottom: 2px solid transparent;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-letter-item:hover {

  color: #ba9050;

  border-bottom: 2px solid #ba9050;

}

.winner-letter-item.active {

  font-weight: 700;

}

.winner-letter-item.active:hover {

  color: #000;

  border-bottom: 2px solid transparent;

}

/************************* winner-result *************************/

.winner-result {

  max-width: 640px;

  padding: 0 0 1px;

  margin: 0 0 70px;

  font-size: 0;

  display: none;

}



.winner-result.show{

  display: block;

}



.winner-result-item {

  display: inline-block;

  vertical-align: top;

  width: 50%;

  padding: 0 10px 0 0;

  margin: 0 0 20px;

  font-size: 13px;

  line-height: 20px;

}

.winner-result-item a {

  color: #000;

  text-decoration: none;

  border-bottom: 2px solid transparent;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.winner-result-item a:hover {

  font-weight: 700;

  border-bottom: 2px solid #ba9050;

}

/************************* article *************************/

.article {

  padding: 0 0 28px;

}

.article-title {

  margin: -30px 0 37px;

  font-size: 20px;

  line-height: 36px;

  text-align: left;

}

.article-logo {

  margin: 0 0 40px;

  text-align: center;

}

.article-slider-block {

  margin: 0 0 33px;

}

.article-slider-block img {max-width: 100%;}

.article-slider {margin: 0 0 20px;}

.article-slider .slick-arrow {

  position: absolute;

  top: 50%;

  z-index: 10;

  width: 14px;

  height: 24px;

  margin-top: -12px;

  font-size: 0;

  cursor: pointer;

}

.article-slider .slick-prev {

  left: 40px;

  background: url(../png/arrows3.png) 0 0 no-repeat;

}

.article-slider .slick-next {

  right: 40px;

  background: url(../png/arrows3.png) -14px 0 no-repeat;

}

.slick-thumbs {margin: 0 -10px;}

.slick-thumbs li {

  padding: 0 10px;

  cursor: pointer;

}

.article-video-block {

  padding: 0 0 40px;

  margin: 0 0 27px;

  border-bottom: 1px solid #f0f0f0;

}

.article-video-block iframe {

  width: 100%;

  height: 473px;

}

.article-share {

  margin: 0 0 90px;

  color: #636363;

  font-size: 15px;

}

.article-share-list {

  display: inline-block;

  vertical-align: top;

  margin: -2px 0 0;

  padding: 0 0 0 20px;

}

.article-share-item {margin: 0 9px 0 0;}

.article-bottom {

  overflow: hidden;

  padding: 27px 0 0;

  border-top: 1px solid #f0f0f0;

}

.article-date {

  float: left;

  color: #636363;

  font-size: 15px;

}

.article-bottom .article-share {

  float: right;

}

.no-margin {margin-bottom: 0;}

/************************* how *************************/

.how {

  padding: 0 0 1px;

  margin: 0 0 35px;

}

.how-item {

  display: inline-block;

  vertical-align: top;

  width: 33%;

  padding: 0 10px;

  margin: 0 0 80px;

  text-align: center;

}

.how-item:before {

  position: absolute;

  top: -55px;

  left: 50%;

  display: block;

  content: '';

  width: 1px;

  height: 33px;

  background: #d8d8d8;

}

.how-item:first-child:before {display: none;}

.how-icon {

  width: 86px;

  height: 86px;

  margin: 0 auto 20px;

  line-height: 86px;

  text-align: center;

  border-radius: 50%;

  position: relative;

}

.how-icon1 {background: #bfaf96;}

.how-icon2 {background: #747799;}

.how-icon3 {background: #9a7590;}

.how-icon4 {background: #a3bf96;}

.how-icon5 {background: #dfa17c;}

.how-icon6 {background: #80659e;}

.how-icon img {

  vertical-align: middle;

  -webkit-transition: all 1s linear;

  -moz-transition: all 1s linear;

  -o-transition: all 1s linear;

  transition: all 1s linear;

}

.how-item.rotate .how-icon img {

  -moz-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  -webkit-transform: rotateY(360deg);

  -o-transform: rotateY(360deg);

  transform: rotateY(360deg);

}

.how-content {

  text-align: center;

}

.how-float {

  display: inline-block;

  vertical-align: middle;

  font-size: 15px;

  line-height: 25px;

}



.how-top{

  min-height: 80px;

  margin: 0 0 10px;

  font-size: 15px;

  font-weight: 700;

  line-height: 25px;

}



.how-item:nth-child(3n+3) .how-num:after{

  display: none;

}



.how-num{

  position: absolute;

  top: 50%;

  right: -30px;

  margin-top: -13px;

  color: #000000;

  font-size: 15px;

  line-height: 25px;

}



.how-num:after{

  position: absolute;

  top: 10px;

  left: 50px;

  display: block;

  content: '';

  width: 80px;

  height: 2px;

  background: #000000;

}



.how-icon{

  position: relative;

}



.how-icon:after{

  bottom: -100px;

  height: 40px;

  width: 2px;

  background: black;

  position: absolute;

  left: 50%;

  margin-left: -1px;

  content: '';

  display: none;

}



.how-title {

  font-size: 18px;

  font-weight: 700;

}

.grey {color: #a2a2a2;}

.how-text strong {text-transform: uppercase;}

/************************* benefits *************************/

.benefits {

  text-align: center;

}

.benefits-item {

  display: inline-block;

  vertical-align: top;

  width: 33%;

  padding: 0 15px;

  margin: 0 0 104px;

}

.benefits-icon {

  width: 86px;

  height: 86px;

  margin: 0 auto 24px;

  line-height: 86px;

  text-align: center;

  border-radius: 50%;

}



.benefits-item:nth-child(1) .benefits-icon{

  background: #bfaf96;

}



.benefits-item:nth-child(2) .benefits-icon{

  background: #6ca9b2;

}



.benefits-item:nth-child(3) .benefits-icon{

  background: #9a7590;

}



.benefits-item:nth-child(4) .benefits-icon{

  background: #a3bf96;

}



.benefits-item:nth-child(5) .benefits-icon{

  background: #dfa17c;

}



.benefits-item:nth-child(6) .benefits-icon{

  background: #80669e;

}



.benefits-item:nth-child(7) .benefits-icon{

  background: #747799;

}



.benefits-icon1 {background: #bfaf96;}

.benefits-icon2 {background: #6ca9b2;}

.benefits-icon3 {background: #9a7590;}

.benefits-icon4 {background: #a3bf96;}

.benefits-icon5 {background: #dfa17c;}

.benefits-icon6 {background: #80669e;}

.benefits-icon7 {background: #747799;}

.benefits-icon img {vertical-align: middle;}

.benefits-text {

  font-size: 15px;

  line-height: 25px;

}

.benefits-text strong {

  display: block;

  font-size: 18px;

}

/************************* package *************************/

.package {



}

.subtitle {

  margin: -70px 0 100px;

  font-size: 20px;

  text-align: center;

  font-weight: bold;

}

.package-block {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: space-between;

}

.package-block.package-grey {
  width: 100%;
}

.package-block.package-grey .package-item {
  width: 32%;
}

.package-item {

  position: relative;

  display: block;

  vertical-align: top;

  width: 23%;

  margin: 0 0 36px;

  padding: 32px 0 40px;

  color: #fff;

  text-align: center;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

  text-decoration: none;

}

.package1 {background: #a6a9aa;}

.package2 {background: #bba04a;}

.package3 {background: #82b1c7;}

.package4 {background: #8070ae;}





.package-name {

  padding-top: 104px;

  background: url("../svg/silver-icon.svg") no-repeat center top/80px;

  margin: 0 0 16px;

  font-size: 34px;

  font-weight: 700;

  line-height: 1;

}

.package2 .package-name {
  background-image: url("../svg/gold-icon.svg");
}

.package3 .package-name {
  background-image: url("../svg/platinum-icon.svg");
}

.package4 .package-name {
  background-image: url("../svg/diamond-icon.svg");
}

.package-for {

  margin: 0 0 32px;

  font-size: 16px;

}

.package-price {

  margin: 0 0 58px;

  font-size: 32px;

  font-weight: 700;

  line-height: 1;

}

.package-button {
  width: 192px;

  margin: 0 auto;

  font-size: 14px;

  display: block;

}

.package-link {

  font-size: 12px;

  text-transform: uppercase;

}

.package-link a {

  color: #fff;

  text-decoration: none;

}

.package-link a:hover {text-decoration: underline;}

.package-button .button {
  width: 192px;

  margin: 0 auto;

  font-size: 14px;

  display: block;

  padding: 18px 0;

  color: #a6a9aa;

  background: #fff;

  border-radius: 100px;

}

.package2 .package-button .button {
  color: #c9b36e;
}

.package3 .package-button .button {
  color: #9bc1d2;
}

.package4 .package-button .button {
  color: #998dbe;
}

.package-button .button:hover {

  background: #fff;

}

.button.special {
  margin-bottom: 48px;
}

.recommend {

  margin-top: -40px;

  padding: 100px 0 60px;

}

.package-bottom-text {
  margin: -70px 0 24px;

  color: #ba9051;

  font-size: 20px;

  text-align: center;

  font-weight: 700;

}

.package-bottom-link {

  margin: 0 0 54px;

  font-size: 20px;

  text-align: center;

  text-transform: uppercase;

}

.package-bottom-link a {
  color: #ba9051;
  text-decoration: none;
  border-bottom: 1px solid #ba9051;
  font-size: 16px;
  font-weight: bold;
}

.package-bottom-link a:hover {border-bottom: 1px solid transparent;}

.package-grey {

  text-align: center;

}

.package-recommend {

  position: absolute;

  top: 45px;

  left: 10px;

  right: 10px;

  font-size: 10px;

  text-align: center;

  text-transform: uppercase;

}

/************************* package-line *************************/

.package-line {

  padding: 65px 0 0;

  margin: 0 0 28px;

  border-bottom: 1px solid #f0f0f0;

}

.package-line-holder {

  display: table;

  width: 100%;

  padding: 0 0 75px;

}

.package-line-name {

  display: table-cell;

  width: 30%;

  vertical-align: middle;

  font-size: 16px;

  line-height: 30px;

}

.package-line-name span {

  display: block;

  font-size: 35px;

}

.package-line-price {

  display: table-cell;

  width: 30%;

  vertical-align: middle;

  font-size: 25px;

  font-weight: 700;

}

.package-line-text {

  display: table-cell;

  width: 30%;

  vertical-align: middle;

  color: #7f659d;

  font-size: 10px;

  text-transform: uppercase;

}

.package-line-button {

  display: table-cell;

  vertical-align: middle;

  text-align: right;

}



.formError{

  display: none!important;

}



.uSocial-Share{

  float: right;

  position: relative;

  top: -8px;

  margin-left: 20px;

}

.formError+input{

  border: 1px solid red;

}

.holder.special {
  width: 90%;
  max-width: 828px;
  margin: auto;
  padding: 0;
}

.special-title {
  margin-bottom: 40px;
}

.package-line-bottom {

  margin: -70px 0 0;

  padding: 0 0 65px;

  font-size: 12px;

  line-height: 20px;

}

/************************* package-info *************************/

.package-info {
  width: 100%;

  margin: 0 auto;

}

.package-info-item {
  position: relative;
}

.package-info-item-number {
  position: absolute;
  top: 24px;
  left: 32px;
  display: block;
  z-index: 1;
  font-size: 12px;
  color: rgba(0,0,0,0.2);
}

.package-info-block {

  display: flex;

  width: 100%;

  justify-content: space-between;

  flex-flow: wrap;

  margin: 0 auto 20px;

}

.package-info-item {

  display: flex;

  width: 48.5%;

  vertical-align: center;

  text-align: left;

  background: #f6f6f6;

  align-items: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  justify-content: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

}

.package-info-inner {

  display: inline-block;

  width: 100%;

  padding: 32px;

  color: #002b42;

  font-size: 17px;

  line-height: 1.4;

}

.package-info-item img {

  width: 100%;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.package-info-item img:hover {

  -webkit-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

}

.package-reverse {

  display: flex;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  align-content: center;

  -webkit-align-content: center;

  -ms-flex-line-pack: center;

  margin-top: 0;

}



.package-reverse .package-info-item{

  order: 1;

  display: flex;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  align-items: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  justify-content: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  margin: 0;

}


/************************* brands *************************/

.brands-block {

  font-size: 0;

  text-align: center;

}

.brands-item {

  display: inline-block;

  vertical-align: middle;

  width: 33%;

  padding: 0 20px;

  margin: 0 0 80px;

  text-align: center;

}

/************************* symbol *************************/

.symbol {
  padding: 0 0 1px;
  margin: 0 0 64px;
}

.symbol-top {
  overflow: hidden;
  margin: 0 0 36px;
}

.symbol-top-logo {
  float: left;
  width: 157px;
}

.symbol-top-text {
  margin: 0 0 0 216px;
  font-size: 18px;
  line-height: 1.5;
}

.symbol-top-info {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.symbol-img {
  margin: 0 0 9px;
  display: flex;
}

.symbol-img:after {
  display: block;
  content: '';
  clear: both;
}

.symbol-img img {
  width: 100%;
}

.symbol-img-min {
  width: 43.7%;
}

.symbol-img-big {
  width: 79.5%;
  margin: 0 !important;
}

.symbol-info {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.symbol-info p {
  margin: 0 0 38px;
}

/************************* awards *************************/

.awards-why-text {

  max-width: 880px;

  margin: 0 auto;

  padding: 0 0 131px;

  font-size: 23px;

  line-height: 38px;

  text-align: center;

}

.benefits-big {

  padding: 90px 0 100px;

  background: #f0f0f0;

}

.benefits-big .benefits-item {

  margin: 0;

}

.awards-banner {

  padding: 73px 0 87px;

  color: #fff;

  font-size: 23px;

  line-height: 38px;

  background: url(../banner3.html) 50% 0 no-repeat;

  background-size: cover;

}

.awards-banner2 {

  background: url(../banner4.html) 50% 0 no-repeat;

  background-size: cover;

}

.awards-banner-left {

  float: left;

  max-width: 420px;

}

.awards-banner-right {

  float: right;

  max-width: 420px;

}

/************************* our-winners *************************/

.our-winners {

  padding: 105px 0 0;

}

.our-winners-text {

  max-width: 900px;

  margin: 0 auto 75px;

  color: #636363;

  font-size: 23px;

  line-height: 38px;

  text-align: center;

}

.our-winners .subtitle {

  margin: -70px 0 50px;

  font-size: 20px;

  text-align: center;

}

/************************* map-scheme *************************/

.map-block {

  overflow: hidden;

  padding: 50px 0 150px;

}

.map-scheme {

  float: left;

  width: 100%;

  padding: 0 240px 0 0;

  text-align: center;

}

.map-scheme img {max-width: 100%;}

.map-column {

  float: right;

  width: 140px;

  margin: 0 0 0 -140px;

}

.map-item {

  margin: 0 0 27px;

  font-size: 18px;

  line-height: 30px;

}

.map-item b {

  display: block;

  font-size: 25px;

}

/************************* academy *************************/

.academy {



}

.academy-logo {

  margin: 0 0 70px;

  text-align: center;

}

.academy-text {

  padding: 0 0 50px;

  color: #002b42;

  font-size: 23px;

  line-height: 38px;

}

.academy-text p {margin: 0 0 38px;}

.human-slider {

  margin: 0 0 150px;

}

.human-slide {

  text-align: center;

}

.human-item {

  padding: 0 10px;

  margin: 0 0 65px;

}

.human-photo {

  margin: 0 0 22px;

}

.human-photo img {

  width: 117px;

  height: 117px;

  border-radius: 50%;

}

.slick-slide .human-photo img {display: inline-block;}

.human-text {

  font-size: 13px;

  line-height: 20px;

  height: 60px;

}

.human-text span {

  display: block;

  color: #ba9051;

  font-size: 16px;

}

.slick-dots {

  text-align: center;

}

.slick-dots li {

  display: inline-block;

  margin: 0;

}

.slick-dots li+li {
  margin-left: 20px;
}

.slick-dots button {

  display: block;

  width: 8px;

  height: 8px;

  font-size: 0;

  cursor: pointer;

  /*background: #dcc7a8;*/
  background: transparent;
  border: 1px solid #BA9051;

  border-radius: 50%;
  transition: .3s;

}

.slick-dots .slick-active button, .slick-dots button:hover {

  background: #ba9051;

}

/************************* quote-block *************************/

.quote-block {

  margin: 0 0 150px;

}

.quote-photo {

  margin: 0 0 22px;

  text-align: center;

}

.quote-photo img {

  width: 117px;

  height: 117px;

  border-radius: 50%;

}

.slick-slide .quote-photo img {display: inline-block;}

.quote-text {

  margin: 0 0 24px;

  font-size: 20px;

  line-height: 35px;

}

.quote-text:before {

  display: inline-block;

  vertical-align: top;

  content: '“';

  font-size: 45px;

}

.quote-text:after {

  display: inline-block;

  vertical-align: top;

  content: '“';

  font-size: 45px;

}

.quote-author {

  font-size: 18px;

  line-height: 30px;

}

.quote-author span {display: block;}

.gold {color: #ba9051;}

.quote-slider .slick-arrow {

  position: absolute;

  top: 55px;

  left: 50%;

  z-index: 10;

  color: #ba9051;

  font-size: 18px;

  cursor: pointer;

}

.quote-slider .slick-prev {margin-left: -134px;}

.quote-slider .slick-next {margin-left: 95px;}

/************************* awards *************************/





.article-post-705:after {

  content: '';

  display: block;

  clear: both;

}

.article-post-705 .img-to-text {

  max-width: 450px;

  margin-left: auto !important;

  margin-right: auto !important;

  float: left;

}

.img-to-text{

  width: 100%;

  margin-bottom: 20px;

}



.subscribe-modal{

  width: 695px;

  height: 574px;

  background-color: #ffffff;

  position: fixed;

  z-index: 999;

  top: 50%;

  left: 50%;

  margin-left: -348px;

  margin-top: -287px;

  border-radius: 10px;

  padding: 35px 75px 55px;

  text-align: center;

  display: none;

}



.subscribe-modal .title{

  color: rgb(0, 0, 0);

  font-size: 25px;

  font-weight: 700;

  line-height: 38px;

  margin-bottom: 20px;

}



.subscribe-modal img{

  margin-bottom: 30px;

}



.subscribe-modal .text{

  color: rgb(0, 0, 0);

  font-size: 15px;

  font-weight: 400;

  line-height: 24.98px;

  margin-bottom: 30px;

}



.subscribe-modal form{

  width: 330px;

  margin: 0 auto;

}



.subscribe-modal .close{

  position: absolute;

  top: 22px;

  right: 34px;

  cursor: pointer;

}



.subscribe-modal form input.user{

  height: 54px;

  background: url("../png/user-icon.png") no-repeat 24px center, rgb(241, 241, 241);

  width: 100%;

  text-align: center;

  color: rgb(0, 0, 0);

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: -0.24px;

  margin-bottom: 20px;

}



.subscribe-modal form input.email{

  height: 54px;

  background: url("../png/email-icon.png") no-repeat 24px center, rgb(241, 241, 241);

  width: 100%;

  text-align: center;

  color: rgb(0, 0, 0);

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: -0.24px;

  margin-bottom: 20px;

}



.subscribe-modal form .btn-modal{

  height: 54px;

  background-color: rgb(185, 143, 86);

  color: rgb(255, 255, 255);

  font-size: 13px;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: -0.28px;

  text-align: center;

  padding: 0 35px;

  border-radius: 15px;

}



@font-face {

  font-family: '4246';

  src: url('../eot/4246.eot');

  src: url('../eot/4246.eot') format('embedded-opentype'),

  url('../4246.html') format('woff2'),

  url('../woff/4246.woff') format('woff'),

  url('../ttf/4246.ttf') format('truetype'),

  url('../svg/4246.svg#4246') format('svg');

}



@font-face {

  font-family: 'BigCaslonMedium';

  src: url('../eot/bigcaslonmedium.eot');

  src: url('../eot/bigcaslonmedium.eot') format('embedded-opentype'),

  url('../bigcaslonmedium.html') format('woff2'),

  url('../woff/bigcaslonmedium.woff') format('woff'),

  url('../ttf/bigcaslonmedium.ttf') format('truetype'),

  url('../svg/bigcaslonmedium.svg#BigCaslonMedium') format('svg');

}



.backdoor{

  position: fixed;

  z-index: 2;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgba(0, 0, 0, .5);

  display: none;

}



.modal-thank{

  width: 823px;

  height: 670px;

  background: url("../png/bg-modal.png") no-repeat center center/100% 100%;

  padding: 105px 130px 0;

  text-align: center;

  display: inline-block!important;

}



.modal-thank img{
  width: 150px;

  margin-bottom: 20px;

}



.modal-thank .title{

  font-family: '4246';

  color: rgb(0, 0, 0);

  font-size: 80px;

  font-weight: 400;

  line-height: 124.05px;

  letter-spacing: 0.25px;

  margin-bottom: 20px;

}



.modal-thank .text{

  font-family: 'BigCaslon';

  color: rgb(0, 0, 0);

  font-size: 20px;

  font-weight: 500;

  line-height: 32.05px;

  letter-spacing: 0.2px;

  margin-bottom: 20px;

}



.modal-thank .intro{

  color: rgb(0, 0, 0);

  font-size: 20px;

  font-weight: 500;

  line-height: 23.51px;

  letter-spacing: 0.31px;

  font-family: 'BigCaslon';

}



/************************* footer *************************/

#footer .holder {
  width: 95%;
  max-width: 1340px;
}

.footer-block {

  padding: 47px 0;

  /*border-top: 1px solid #f0f0f0;*/

}

.footer-block:after {

  display: block;

  content: '';

  clear: both;

}

.footer-block h4 {

  margin: 0 0 14px;

  font-size: 20px;

  font-weight: 700;

  line-height: 27px;

  text-transform: uppercase;

}

.footer-signup {

  float: left;

  width: 45%;

  padding: 0 80px 0 0;

}

.footer-signup-text {

  max-width: 270px;

  margin: 0 0 14px;

  color: #636363;

  font-size: 1.5em;

  line-height: 24px;

}

.signup-input-holder {

  float: left;

  width: 100%;

  padding: 0 154px 0 0;

}

.signup-input {

  width: 100%;

  height: 54px;

  padding: 0 24px;

  font-size: 1.2em;

  text-transform: uppercase;

  background: #f0f0f0;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.signup-button {

  float: left;

  width: 140px;

  height: 54px;

  margin-left: -140px;

  color: #ba9051;

  font-size: 1.2em;

  text-transform: uppercase;

  cursor: pointer;

  border: 2px solid #ba9051;

  border-radius: 15px;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.signup-button:hover {

  color: #fff;

  background: #ba9051;

}

.footer-contact {

  float: left;

  width: 25%;

}

.footer-contact-phone {

  margin: 0 0 15px;

  font-size: 20px;

  line-height: 24px;

}

.footer-contact-phone a {
  color: #636363;
  text-decoration: none;
}

.footer-contact-text {
  font-size: 16px;
  line-height: 1.3;
}

.footer-webs {

  float: right;

}

.footer-webs-holder {

  overflow: hidden;

  padding: 8px 0 0;

  margin-bottom: 30px;

}

.footer-web {

  float: left;

  width: 40px;

  height: 40px;

  margin: 0 6px 6px 0;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.footer-web:hover {opacity: 0.8;}

.footer-webs-holder {max-width: 150px;}

.web1 {background: url(../png/webs.png) 0 0 no-repeat;}

.web2 {background: url(../png/webs.png) -40px 0 no-repeat;}

.web3 {background: url(../png/webs.png) -80px 0 no-repeat;}

.web4 {background: url(../png/webs.png) 0 -40px no-repeat;}

.web5 {background: url(../png/webs.png) -40px -40px no-repeat;}

.web6 {background: url(../png/webs.png) -80px -40px no-repeat;}

.footer-nav {
  padding: 0 0 20px;
  text-align: center;
  border-top: none;
}

.footer-nav ul {
  width: 100%;
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
  justify-content: space-around;
  padding-right: 180px;
  position: relative;
  background: linear-gradient(to bottom, #605963 1%, #322e34 98%);
}

.footer-nav li {
  text-align: center;

}

.footer-nav li.gold {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 180px;
}

.footer-nav li a {
  display: block;
  height: 50px;
  color: #fff;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer-nav li a:hover {
  color: #b98f55;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}

.footer-nav .gold a {
  font-size: 13px !important;
  color: #fff;
  background: #b98f55;
}

.footer-nav .gold a:hover {
  color: #fff;
  background: #b37f37;
}



.footer-copy {

  padding: 0 0 24px;

  background: #fff;
  color: #636363;
  font-size: 14px;
  font-weight: 400;

  line-height: 24px;

  text-align: center;

}

.copy a {

  color: #636363;

  text-decoration: none;

  border-bottom: 1px solid #d1cac1;

}

.copy a:hover {border-bottom: 0;}

.footer-copy-bottom {
  padding: 22px 0 0;
  font-size: 14px;
  color: #636363;
  line-height: 24px;
  font-weight: 400;

}

.footer-copy-flag {

  margin: 0 10px 0 0;

  vertical-align: middle;

}

#hidden-block {

  display: none;

  width: 350px;

  padding: 10px;

  font-size: 1.4em;

  line-height: 20px;

}

#hidden-block h2 {

  font-size: 2.4em;

  margin: 0px 0px 10px;

  text-align: center;

}

/************************* popups *************************/

/*********************** main page popup styles ************************/

.popup {

  display: none;

  width: 900px;

  padding: 45px 50px 50px;

}

.popup .input {font-size: 15px;}

.popup .popup-title {

  margin: 0 0 28px;

  color: #000;

  font-size: 30px;

  line-height: 36px;

  text-align: center;

  text-transform: none;

}

.popup-text {

  margin: 0 0 28px;

  font-size: 15px;

  line-height: 20px;

  text-align: center;

}

.popup-check {

  padding: 10px 0 0;

  text-align: center;

}

.popup-check .check-block {display: inline-block;}

.form-button {

  max-width: 200px;

  margin: 0 auto;

}

.form-col {

  float: left;

  width: 49.3%;

}

.form-col-right {

  float: right;

}

.form-link-min {

  font-size: 1.4em;

  line-height: 48px;

}

.form-link-min a {color: #000;}

.login-register {

  overflow: hidden;

  margin: 0 0 30px;

}

.login-register-text {

  margin: 0 0 51px;

  font-size: 1.8em;

  line-height: 24px;

}



.bg-slider{

  position: relative;

  top: 0;

  height: 670px;

  overflow: hidden;

  margin-bottom: 0;
  display: none !important;

}



.main{

  clear: both;

}



.bg-slider img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.bg-slider .item{

  height: auto;

}



.bg-slider.bg-slider-mini{

  height: auto;

}



.bg-slider.bg-slider-mini .item{

  height: auto;

}



.slide-bg-left{

  position: absolute;

  width: 23px;

  height: 43px;

  background: url("../png/arrows-main.png") no-repeat left top;

  cursor: pointer;

  left: 20px;

  top: 50%;

  margin-top: -21px;

  z-index: 2;

}



.slide-bg-right{

  position: absolute;

  width: 23px;

  height: 43px;

  background: url("../png/arrows-main.png") no-repeat right top;

  cursor: pointer;

  right: 20px;

  top: 50%;

  margin-top: -21px;

  z-index: 2;

}



.article-slide{

  height: 500px!important;

  text-align: center;

}



.slick-thumbs .article-slide{

  height: 100px!important;

  text-align: center;

}



.text-center{

  text-align: center;

}



.text-center img{

  margin-bottom: 20px;

}



.article-slide img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.help-modal{

  width: 456px;

  height: 376px;

  border-radius: 15px;

  background-color: #ffffff;

  margin-left: -228px;

  margin-top: -188px;

}



.help-modal form{

  width: 100%;

}



.help-modal form input.error{

  border: 1px solid red;

}



.help-modal form input.phone{

  height: 54px;

  background: url("../png/phone-icon.png") no-repeat 24px center, rgb(241, 241, 241);

  width: 100%;

  text-align: center;

  color: rgb(0, 0, 0);

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: -0.24px;

  margin-bottom: 20px;

}



.help-main{

  font-size: 20px;

  margin-bottom: 10px;

}



.news-item-min .image{

  height: 250px;

}



.hide{

  display: none;

}



.main-thank{
  height: auto;

  background: #79818a;

  text-align: center;

}



.form-select{

  display: none;

}



#join_us .logos{

  position: absolute;

  top: 0px;

  left: 20px;

  display: none;

}

.last-news .brand-expirience-main.for-news {
  padding-top: 0;
  background: #fff;
}

.footer-nav h4, .last-news .brand-expirience-main.for-news > h2 {
  display: none;
}

.location-special-wrapper {
  text-align: center;
  display: none !important;
}

.location-special-wrapper.active {
  display: block !important;
}

.location-special-wrapper > .location-special {
  padding: 12px 0 11px 14px;
  margin-top: 24px;
  width: auto;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  color: rgba(0,0,0,0.5);
  background: url("../png/pin-icon.png") no-repeat left center/8px;
}

.winner-item-box.for-profile.align-center {
  margin-bottom: 12px;
}

.winner-profile-wrapper .location-special {
  margin-bottom: 36px;
}

.article-slider-box .slick-slide img {
  width: 100%;
}

.profile-contacts.full-width > li, .winners-list > h1 {
  width: 100%;
}

.winner-item.disabled a {
  pointer-events: none;
}

.article-box__content > div p {
  font-size: 18px;
  color: rgba(0,0,0,0.7);
  line-height: 1.5;
  margin-bottom: 24px;
}

.article-box__content > div ul, .article-box__content > div ol {
  margin-bottom: 24px;
}

.article-box__content > div ul li {
  font-size: 18px;
  color: rgba(0,0,0,0.7);
  line-height: 1.5;
  margin-bottom: 12px;
  display: list-item;
  list-style: disc inside;
}

.article-box__content > div ol li {
  font-size: 18px;
  color: rgba(0,0,0,0.7);
  line-height: 1.5;
  margin-bottom: 12px;
  display: list-item;
  list-style: arabic inside;
}

.winner-item.disabled .winner-item-description > div > a:first-of-type {
  pointer-events: auto;
}

.winner-profile-wrapper .title h1 {
  width: 90%;
  margin: 64px auto;
}

.footer-signup-form, .footer-signup-form > form {
  width: 100%;
  max-width: 400px;
}

.footer-signup-form > form > fieldset {
  display: block;
  width: 100%;
}

.signup-input-holder {
  width: 71%;
  padding: 0;
}

.signup-button {
  width: 29%;
  border-radius: 2px;
  background: #ba9051;
  border: solid 2px #ba9051;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  float: none;
  margin: 0;
  outline: none !important;
}

.signup-button:focus {
  outline: none !important;
}

.signup-button::-moz-focus-inner {
  border: 0 !important;
}

.signup-button:hover {
  opacity: 0.8;
}

.signup-input-holder > .field-subscribe-email > input {
  width: 100%;
  text-transform: none;
  font-size: 14px;
  color: #000;
  border-radius: 2px;
}

.signup-input-holder > .field-subscribe-email > input::-moz-placeholder {
  opacity: 0.4;
}

.header-top-contacts > p a:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
}

.header-top-contacts > div > a, .contact-us-mob {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  margin-right: 32px;
  display: block;
  transition: 0.3s all ease;
  border-bottom: solid 1px #fff;
  text-decoration: none;
  align-self: center;
}

.contact-us-mob {
  font-size: 11px;
}

.header-top-contacts > div > a:hover {
  transition: 0.3s all ease;
  /*border-bottom: dotted 1px transparent;*/
}

.page-main-box {
  position: relative;
}

.winners-search-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 60px;
}

.winners-search-container .search-box, .main-slider .slick-slide .search-box {
  max-width: 670px;
  margin: 0 auto;
}

.winners-search-container .search-box > p, .main-slider .slick-slide .search-box > p {
  width: 90%;
  text-align: center;
  margin: 0 auto 36px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.winners-search-container .year-box, .main-slider .slick-slide .search-box .year-box {
  padding: 0;
}

.winners-search-container .year-box > a, .main-slider .slick-slide .search-box .year-box > a {
  border-radius: 0;
  width: auto;
  color: #fff;
  background: transparent;
  line-height: 1;
  font-size: 14px;
}

.winners-search-container .year-box > a+a, .main-slider .slick-slide .search-box .year-box > a+a {
  margin-left: 24px;
}

.winners-search-container .year-box > a:hover, .winners-search-container .year-box > a.active, .main-slider .slick-slide .search-box .year-box > a:hover, .main-slider .slick-slide .search-box .year-box > a.active {
  background: transparent;
  color: #ba9051;
}

.winners-search-container .category-box, .main-slider .slick-slide .search-box .category-box {
  display: none;
}

.main-page-winner.for-winners .title > h1 {
  width: 90%;
  margin: 72px auto;
}

.contact-us--container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #f6f6f6;
}

.contact-main {
  width: 100%;
  position: relative;
}

.contact-main > img {
  width: 100%;
  max-width: 100%;
}

.contact-main > p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: -21px;
}

.contact-departments {
  padding: 96px 0 72px;
}

.contact-departments > p {
  width: 90%;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}

.contact-departments > ul {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.contact-departments > ul > li {
  width: 22%;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 204px;
  background: url("../svg/department-1.svg") no-repeat center top/180px;
}

.contact-departments > ul > li:nth-of-type(2) {
  background-image: url("../svg/department-2.svg");
}

.contact-departments > ul > li:nth-of-type(3) {
  background-image: url("../svg/department-3.svg");
}

.contact-departments > ul > li:nth-of-type(4) {
  background-image: url("../svg/department-4.svg");
}

.contact-departments > ul > li {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.contact-departments > ul > li > p:first-of-type {
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 12px auto 16px;
  text-transform: none;
}

.contact-departments > ul > li > p > a {
  display: block;
  transition: 0.3s all ease;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #b98f55;
  line-height: 1.2;
  text-transform: none;
}

.contact-departments > ul > li > p > a:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}

.contact-form {
  padding-bottom: 96px;
}

.contact-form > p:first-of-type {
  width: 90%;
  margin: 0 auto 16px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.contact-form > p:nth-of-type(2) {
  width: 90%;
  margin: 0 auto 36px;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.contact-form form {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.contact-form form > div {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.contact-form form > div > p:first-of-type {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: right;
  color: #444;
  position: absolute;
  top: 0;
  left: -104%;
  z-index: 1;
  display: block;
}

.contact-form form > div input {
  width: 100%;
  font-family: "GothamPro", sans-serif;
  padding: 0 20px;
  line-height: 46px;
  color: #444;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #dadada;
  transition: 0.3s all ease;
  outline: none !important;
}

.contact-form form > div input:focus, .contact-form form > div textarea:focus, .contact-form form > div select:focus {
  transition: 0.3s all ease;
  border: solid 1px #444;
}

.contact-form form > div input::-moz-placeholder, .contact-form form > div textarea::-moz-placeholder, .contact-form form > div select::-moz-placeholder {
  opacity: 0.4;
  color: #444;
}

.contact-form form > div select {
  height: 48px;
  width: 100%;
  font-family: "GothamPro", sans-serif;
  padding: 0 16px;
  line-height: 46px;
  color: rgba(68, 68, 68, 0.4);
  font-size: 14px;
  border-radius: 2px;
  border: solid 1px #dadada;
  transition: 0.3s all ease;
  outline: none !important;
  -webkit-appearance: none;
  background: #fff url('../svg/select_arrow.svg') no-repeat 97% center/10px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.contact-form form > div select.active {
  transition: 0.3s all ease;
  color: #444;
}

.contact-form form > div option {
  font-size: 14px;
  padding: 0 16px;
  height: 24px;
  background: #fff;
}

.contact-form form > div option:first-of-type {
  opacity: 0.4;
}

.contact-form form > div textarea {
  width: 100%;
  font-family: "GothamPro", sans-serif;
  padding: 0 20px;
  line-height: 46px;
  color: #444;
  font-size: 14px;
  resize: none;
  height: 144px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #dadada;
  transition: 0.3s all ease;
  outline: none !important;
}

.contact-form form > p > input {
  display: block;
  width: 100%;
  font-family: "GothamPro", sans-serif;
  padding: 16px 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  transition: 0.3s all ease;
  outline: none !important;
  background: #b98f55;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.contact-form form > p > input:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
  background: #b98f55;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.contact-form form > div select::-ms-expand {
  display: none;
}

.partners-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 64px;
}

.partners-title {
  width: 90%;
  margin: 64px auto 32px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.partners-container > p {
  width: 90%;
  max-width: 830px;
  margin: -20px auto 24px;
  text-align: center;
  color: #636363;
  font-size: 22px;
  line-height: 1.5;
}

.partners-container > p:last-of-type {
  margin: 0 auto 72px;
}

.partners-container > ul {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto 36px;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

.partners-container > ul > li {
  width: 31.5%;
  margin: 0 0 36px 2.75%;
  position: relative;
  border: solid 1px #fff;
  cursor: pointer;
  background: #f6f6f6;
  transition: 0.3s all ease;
}

.partners-container > ul > li:hover, .partners-container > ul > li.active {
  border-color: #b98f55;
  transition: 0.3s all ease;
  background: #fff;
}

.partners-container > ul > li.active {
  cursor: default;
}

.partners-container > ul > li:nth-of-type(3n+1) {
  margin-left: 0;
}

.partners-container > ul > li > img {
  width: 100%;
  display: block;
  transition: 0.3s all ease;
}

.partner-info-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 400;
  transition: 0.5s all ease;
  flex-flow: column wrap;
  justify-content: center;
}

.partner-info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  transition: 0.5s all ease;
  background: rgba(0,0,0,0.2);
}

.partner-info {
  width: 470px;
  margin: auto;
  position: relative;
  z-index: 700;
  padding: 0 36px 24px;
  background: #fff;
  align-self: center;
}

.partner-info > img {
  width: 100%;
  display: block;
}

.partner-info > p:first-of-type {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.partner-info > p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: rgba(0,0,0,0.3);
}

.partner-info > p:nth-of-type(3) {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.partner-info > p > a, .partner-info a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #b98f55;
  transition: 0.3s all ease;
  display: block;
  text-decoration: none;
}

.partner-info > p > a:hover, .partner-info a:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}

.close-info {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s all ease;
  background: url("../png/cross.png") no-repeat center center/16px;
}

.close-info:hover {
  transition: 0.3s all ease;
  opacity: 0.7;
}

.main-slider .slick-slide {
  position: relative;
}

.main-slider .slick-next, .main-slider .slick-prev {
  position: absolute;
  display: block;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  transition: 0.3s all ease;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  bottom: 50%;
  margin-bottom: -18px;
  z-index: 10;
  outline: none !important;
}

.main-slider .slick-prev {
  left: 12.5%;
  background: url("../svg/arrow-left.svg") no-repeat center center/100%;
}

.main-slider .slick-next {
  right: 12.5%;
  background: url("../svg/arrow-right.svg") no-repeat center center/100%;
}

.main-slider .slick-prev:hover {
  background-image: url("../svg/hover-arrow-left.svg");
  transition: 0.3s all ease;
}

.main-slider .slick-next:hover {
  background-image: url("../svg/hover-arrow-right.svg");
  transition: 0.3s all ease;
}

.slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  /*bottom: 96px;*/
  top: 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.slide-container > div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /*padding-left: 110px;*/
  padding: 0;
  position: relative;
}

.slide-container > div.slide-container-inside {
  /*padding-left: 198px;*/
  min-height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background: url(../svg/top5-180.svg) no-repeat left center/180px;
}

.slide-container > div.slide-container-inside {
  background: transparent !important;
}

.slide-container > div.slide-container-inside.slide-2 {
  background-image: url(../svg/top10-180.svg);
}

.slide-container > div.slide-container-inside.slide-3 {
  background-image: url(../svg/top15-180.svg);
}

.slide-container > div.slide-container-inside.slide-4 {
  background-image: url(../svg/top20-180.svg);
}

.slide-container > div.slide-container-inside.slide-5 {
  background-image: url(../svg/top12-180.svg);
}

.slide-container > div.slide-container-inside > p:first-of-type {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  margin-bottom: 10px;
  /*font-family: 'Cormorant Garamond', serif;*/
  font-weight: normal;
}

.slide-container > div.slide-container-inside > p:first-of-type > span {
  /*font-family: 'GothamPro', sans-serif;*/
  font-weight: normal;
}

.slide-container > div.slide-container-inside > p:nth-of-type(2) {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.2;
}

.slide-container > div > p {
  width: 90%;
  max-width: 950px;
  margin-bottom: 24px;
  /*font-family: 'GothamPro', sans-serif;*/
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.slide-container > div > p.big-text {
  font-size: 60px;
  line-height: 1;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 40px;
}

.slide-container > div > a {
  /*font-family: 'GothamPro', sans-serif;*/
  display: block;
  transition: 0.3s all ease;
  text-transform: uppercase;
  width: 160px;
  padding: 15px 0;
  text-align: center;
  background: #ba9051;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.slide-container > div > a:hover {
  transition: 0.3s all ease;
  background: #b37f37;
}

.slide-container > div > img {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 72px;
  height: 72px;
  z-index: 1;
  border-radius: 50%;
  display: block;
}

.main-slider .slick-slide .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -335px;
  z-index: 10;
}

/*ul li{*/

/*font-size: 14px;*/

/*}*/





/************************* media *************************/







.help-block-error{

  display: none;

}



.has-error input[type=number],

.has-error input[type=tel],

.has-error input[type=text]{

  border: 1px solid red;

}







/************************* table styles *************************/

.table-block {

  overflow-x: auto;

  padding: 0 0 20px;

  margin: 0 0 30px;

}

.table-block table {
  width: 70%;
  min-width: 600px;
  border-collapse: collapse;
  margin: 0 auto;
}

.table-block th {

  padding: 10px 10px 15px;

  color: #b68f4d;

  font-size: 18px;

  font-weight: 400;

  line-height: 28px;

  border-right: 1px solid #b68f4d;

}

.table-block td {

  width: 15%;

  padding: 14px 10px 14px;

  font-size: 16px;

  line-height: 28px;

  text-align: center;

  border-right: 1px solid #b68f4d;

}

.table-block td:first-child {

  width: auto;

  padding: 14px 10px 14px 20px;

  text-align: left;

}

.table-block tr:nth-child(2) td {

  padding: 24px 20px 14px;

}

.table-block td.gap,

.table-block th.gap,

.table-block tr:nth-child(2) td.gap {

  width: 24px;

  padding: 0;

  box-sizing: border-box;

  border-right: 0;

  border-bottom: 0;

}

.table-dot {

  display: inline-block;

  width: 10px;

  height: 10px;

  background: #ccc;

  border-radius: 50%;

}

.table-block .table-bottom td, .table-block .table-bottom th {

  padding: 9px 10px 11px;

  color: #fff;

  font-size: 18px;

  text-transform: uppercase;

  background: #b68f4d;

}

.table-block .table-bottom td:first-child, .table-block .table-bottom th:first-child {

  padding: 9px 10px 11px 20px;

  border-radius: 14px 0 0 14px;

}

.table-block .table-bottom td:last-child, .table-block .table-bottom th:last-child {

  border-radius: 0 14px 14px 0;

  border-right: 0;

}

/************************* form-page styles 08.10.2017 *************************/

.form-page {

  min-height: 100vh;

  padding: 0;

  font-weight: 300;

  font-size: 15px;

  box-sizing: border-box;

}

.form-page .holder {

  max-width: 1300px;

  padding: 0 20px;

  margin: 0 auto;

}

.form-header {

  padding: 0;

  text-align: center;

}

.form-footer {

  position: relative;

  height: 123px;

  margin-top: -123px;

}

.form-footer-copy {

  padding: 48px 0 0;

  font-weight: 300;

  font-size: 15px;

  text-align: center;

  border-top: 1px solid #f0f0f0;

}

.form-main {

  padding: 50px 0 0;

}

.form-main-title {
  text-transform: uppercase;

  width: 100%;

  margin: 0 0 30px;

  font-size: 23px;

  font-weight: 300;

  line-height: 45px;

  text-align: center;

  font-weight: bold;

}

.form-main-subtitle {

  margin: 0 0 34px;

  font-size: 18px;

  font-weight: 300;

  line-height: 24px;

  text-align: center;

}

.form-main-tabs {

  margin: 0 0 1px;

  overflow-x: auto;

}

.form-main-tabs ul {

  display: table;

  width: 100%;

  table-layout: fixed;

  min-width: 640px;

}

.form-main-tabs li {

  display: table-cell;

  width: 20%;

}

.form-main-tabs a {

  display: block;

  height: 76px;

  padding: 26px 0 26px;

  color: #000;

  font-size: 18px;

  font-weight: 500;

  line-height: 24px;

  text-align: center;

  text-decoration: none;

  background: #f2f2f2;

  border-right: 1px solid #fff;

}

.form-main-tabs .active a {

  color: #b98f55;

  background: #f9f9f9;

}

.form-main-tabs br {display: none;}

.form-tab-content {

  padding: 50px 50px 50px;

  font-size: 0;

  background: #f9f9f9;

}



.form-tab-content fieldset{

  display: none;

}



.form-tab-content fieldset#step-1{

  display: block;

}



.form-col-left {

  display: inline-block;

  width: 48.5%;

  margin: 0 3% 0 0;

  font-size: 15px;

}

.form-col-right {

  display: inline-block;

  width: 48.5%;

  font-size: 15px;

}

.form-item {

  padding: 0 0 8px;

  font-size: 14px;

}

.form-label {

  display: block;

  margin: 0 0 10px;

  line-height: 18px;

}

.select-item select {width: 100%;}

.form-button-holder {

  clear: both;

  padding: 15px 0 0;

  font-size: 0;

  text-align: center;

}

.form-button {

  display: inline-block;

  width: 173px;

  height: 50px;

  padding: 0 0 1px;

  margin: 0 1.5%;

  color: #fff;

  font-size: 18px;

  outline: 0;

  border: 0;

  cursor: pointer;

  background: transparent;

  background: #b98f55;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;

}

.form-button:hover {

  background: #c79858;

}

.form-button-grey {background: #b4b0ab;}

.form-button-grey:hover {background: #a09d9a;}

.form-button-text {

  margin: 0 0 9px;

  font-size: 15px;

}

.form-button-big {

  max-width: none;

  width: 394px;

}

.form-button-text a {color: #b98f55;}

.form-flex {

  display: flex;

  flex-wrap: wrap;

}

.form-flex > div {

  display: flex;

}

.form-flex .form-item {

  display: flex;

  flex-wrap: wrap;

  align-content: space-between;

}

.form-file {padding: 10px 0 10px;}

.form-file-button {

  position: relative;

  display: inline-block;

  vertical-align: top;

  margin: 0 25px 0 0;

}

.form-file-input {

  position: absolute;

  top: 0;

  left: 0;

  width: 1px;

  height: 1px;

  opacity: 0;

}

.form-file-label {

  display: block;

  width: 200px;

  height: 50px;

  line-height: 48px;

  text-align: center;

  cursor: pointer;

  border: 1px solid #e5e5e5;

  background: #b98f55;

  color: white;

}

.form-file-list {

  display: inline-block;

  vertical-align: top;

  margin: -3px 0 0;

}

.form-file-item {

  margin: 0 0 3px;

}

.file-delete {

  color: #ff0000;

  text-decoration: none;

}



.form-box {

  max-width: 504px;

  margin: 0 auto;

  padding: 50px 50px 50px;

  background: #f9f9f9;

}

.form-reg-page .holder {max-width: 1120px;}

.form-reg {

  float: left;

  width: 47%;

}

.form-login {

  float: right;

  width: 47%;

}

.form-reg-block {

  padding: 50px 50px 50px;

  background: #f9f9f9;

}

.form-login-block {

  padding: 50px 50px 50px;

  background: #f9f9f9;

}

.form-captcha {

  padding: 5px 0 27px;

}

.form-captcha img {width: 100%;}

.submit-blue {background: #1e7ee9;}

.submit-blue:hover {background: #2289fd;}

.form-login-bottom {

  overflow: hidden;

  padding: 5px 0 22px;

  font-size: 15px;

}

.form-login-check {

  position: relative;

  float: left;

}

.form-login-check input {

  position: absolute;

  top: 0;

  left: 0;

  width: 1px;

  height: 1px;

  opacity: 0;

}

.form-login-check  label {

  position: relative;

  display: block;

  padding: 0 0 0 27px;

  cursor: pointer;

}

.form-login-check label:before {

  position: absolute;

  top: 3px;

  left: 0;

  display: block;

  content: '';

  width: 17px;

  height: 17px;

  background: url(../png/form-check.png) 0 0 no-repeat;

}

.form-login-check input:checked + label:before {background: url(../png/form-check.png) 0 -17px no-repeat;}

.form-login-link {

  float: right;

}

.form-login-link a {color: #000;}

.form-reg-top {

  display: none;

  margin: 0 0 30px;

  text-align: center;

}

.form-reg-top a {

  font-size: 18px;

  margin: 0 10px;

  color: #000;

  text-decoration: none;

}

.form-reg-top .active {

  font-size: 22px;

}



.fancy-thanks.fancybox-opened .fancybox-skin {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.fancy-thanks .fancybox-outer {

  -webkit-box-shadow: 0 16px 90px 0 rgba(0,0,0,0.27);

  box-shadow: 0 16px 90px 0 rgba(0,0,0,0.27);

}

.fancy-thanks .fancybox-close {opacity: 0;}

.thanks-popup {

  display: none;

  width: 500px;

  padding: 65px 30px 62px;

  text-align: center;

  background: #fff;

  border-radius: 5px;

}

.thanks-title {

  margin: 0 0 33px;

  font-size: 45px;

  font-weight: 300;

  line-height: 40px;

}

.thanks-text {

  font-size: 18px;

  font-weight: 300;

  line-height: 24px;

}



.ui-selectmenu-button{

  width: 100%!important;

}



.article a{

  font-size: 16px;

}

.article-item {height: auto;}

.article-item img {width: 100%;}

.package3 .package-price {
  position: relative;
}

.package3 .package-price:after {
  width: 100%;
  position: absolute;
  left: 0;
  top: 42px;
  content: 'Great value, you save!';
  z-index: 1;
  display: block;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.holder.special .title h1 {
  padding-top: 175px;
  background: url("../svg/silver-icon.svg") no-repeat center top/150px;
}

.holder.holder--id-2 .title h1 {
  background-image: url("../svg/gold-icon.svg");
}

.holder.holder--id-3 .title h1 {
  background-image: url("../svg/platinum-icon.svg");
}

.holder.holder--id-4 .title h1 {
  background-image: url("../svg/diamond-icon.svg");
}

.package-line.special {
  padding: 0;
  margin: 48px auto;
}

.package-line-holder {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  background: #a6a9aa;
}

.holder.holder--id-2 .package-line-holder {
  background: #c9b36e;
}

.holder.holder--id-3 .package-line-holder {
  background: #9bc1d2;
}

.holder.holder--id-4 .package-line-holder {
  background: #998dbe;
}

.package-line-name {
  width: 50%;
  border-right: 1px solid rgba(255,255,255,0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}

.package-line-name span, .package-line-price span {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1;
  display: block;
}

.package-line-price {
  width: 50%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}

.holder.holder--id-3 .package-line-price span {
  padding-bottom: 32px;
  position: relative;
}

.holder.holder--id-3 .package-line-price span:after {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  content: 'Great value, you save!';
  z-index: 1;
  display: block;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.copyContainer {
  text-align: left;
}

.footer-contact-text2 {
  padding-left: 34px;
  background: url("../png/footer_image.png") no-repeat left top/18px;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.footer-contact-text2 > a {
  transition: 0.3s all ease;
  color: #ba9051;
  display: block;
  text-decoration: none;
  line-height: 1.4;
}

.footer-contact-text2 > a:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}

.footer-webs-pay-button {
  display: block;
  padding-bottom: 39px;
  background: url("../svg/pay-button.svg") no-repeat left bottom/40px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s all ease;
}

.footer-webs-pay-button:hover {
  transition: 0.25s all ease;
  opacity: 0.7;
}

.copy-new {
  /*width: 192px;*/
  /*padding-right: 130px;*/
  /*line-height: 50px;*/
  /*background: url("../images/main_page_footer_logo_new.svg") no-repeat right center/120px;*/
  width: 222px;
  padding-right: 160px;
  line-height: 70px;
  background: url("../svg/main_page_footer_logo_new.svg") no-repeat right center/160px;
  margin: 26px auto 0;
  display: block;
  font-size: 14px;
  color: #636363;
  font-weight: 400;
  text-transform: uppercase;
}

.for-nomination-page-style {
  padding-top: 240px;
}

.main-page {
  width: 100%;
  max-width: 100%;
}

.main-page h2, .for-winners h1, .block-title-text {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto 40px;
  /*font-size: 60px;*/
  font-size: 30px;
  font-family: 'Avenir-bold', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #BA9051;
}

.main-page-box-wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto 70px;
  position: relative;
  overflow: hidden;
}

.main-page-list li a img, .main-page-list li > img {
  width: 100%;
  display: block;
  transition: 0.7s all ease;
  object-fit: cover;
}

.main-page-list li a img:nth-of-type(2), .main-page-list li > img:nth-of-type(2) {
  display: none;
}

.main-page-list li:hover a img, .main-page-list li:hover > img {
  transform: scale(1.05);
  transition: 0.7s all ease;
}

.main-page-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 70px 70px;
  z-index: 1;
}

.main-page-tag {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main-page-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: 20px auto;
}

.main-page-button {
  width: 120px;
  display: block;
  text-decoration: none;
  transition: 0.3s all ease;
  background: transparent;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #f7b733;
  text-align: center;
}

.main-page-button span {
  width: 24px;
  height: 12px;
  background: url("../svg/arrow-gold.svg") no-repeat center center/100%;
  transition: 0.3s all ease;
  margin: 0 0 -3px 6px;
  display: inline-block;
}

.main-page-button:hover {
  color: #fff;
  transition: 0.3s all ease;
}

.main-page-button:hover span {
  background-image: url("../svg/arrow-white.svg");
  transition: 0.3s all ease;
}

.main-page-list {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.main-page-list > li {
  width: 49.5%;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

/*.main-page-list > li+li+li {
  height: 650px;
}*/

.main-page-list > li:first-of-type {
  display: flex;
}

.main-page-list .main-page-box {
  padding: 0 0 32px 90px;
}

.main-page-description {
  width: 100%;
  padding: 0 75px 0 90px;
  align-self: center;
}

.main-page-description > h5 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  margin: 0 0 24px;
}

.main-page-description > p:first-of-type {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0,0,0,0.7);
  margin-bottom: 24px;
  font-weight: 500;
}

.main-page-description > p {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0,0,0,0.7);
  font-weight: 300;
}

/*.main-page-description > p:nth-of-type(2) {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}*/

.main-page-description > ul > li {
  display: list-item;
  list-style: disc inside;
  color: #b98f55;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.main-page-description > ul > li:last-of-type {
  margin-bottom: 0;
}

.main-page-description > ul > li > p {
  font-size: 20px;
  color: #000;
  display: inline;
}

.main-page-description > ul > li > p > span {
  font-weight: bold;
  color: #b98f55;
}

.main-page-winner {
  padding: 72px 0;
  /*background: #f6f6f6;*/
  /*margin-bottom: 48px;*/
}

.main-page-winner-wrapper {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}

.relative {
  position: relative;
}

.main-page-winner-inner {
  background: #fff;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  /*padding-bottom: 58px;*/
}

.main-page-winner-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(9, 9, 9, 0.81) 0%, rgba(75, 75, 75, 0) 68.92%);
}

.main-page-winner-inner:after {
  content: '';
  width: calc( 100% - 48px );
  height: calc( 100% - 48px );
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  border: 1px solid #fff;
  /*border-radius: 10px;*/
  transition: .3s;
  opacity: 0;
}

.main-page-winner-inner:hover:after {
  transition: .3s;
  opacity: 1;
}

.main-page-winner-item {
  width: calc( 100% / 3 );
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.main-page-winner-item > div {
  overflow: visible;
  position: relative;
  height: 100%;
}

.main-page-winner-item > div > div {
  position: relative;
}

.main-page-winner-icon {
  width: 104px;
  height:104px;
  display: none;
  position: absolute;
  left: 50%;
  bottom: -52px;
  margin-left: -52px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.main-page-winner-icon > img {
  width: 100%;
}

.hotel .main-page-winner-icon {
  background: #fff url("../svg/hotel.svg") no-repeat center center/100%;
}

.jewelry .main-page-winner-icon {
  background: #fff url("../svg/jewelry.svg") no-repeat center center/100%;
}

.watch .main-page-winner-icon {
  background: #fff url("../svg/watch.svg") no-repeat center center/100%;
}

.boutique-hotel .main-page-winner-icon {
  background: #fff url("../svg/boutique-hotel.svg") no-repeat center center/100%;
}

.concierge-service .main-page-winner-icon {
  background: #fff url("../svg/concierge-service.svg") no-repeat center center/100%;
}

.car .main-page-winner-icon {
  background: #fff url("../svg/car.svg") no-repeat center center/100%;
}

.perfume .main-page-winner-icon {
  background: #fff url("../svg/perfume.svg") no-repeat center center/100%;
}

.yacht .main-page-winner-icon {
  background: #fff url("../svg/yacht.svg") no-repeat center center/100%;
}

.aircraft .main-page-winner-icon {
  background: #fff url("../svg/aircraft.svg") no-repeat center center/100%;
}

.main-page-winner-image {
  display: block;
  overflow: hidden;
  /*margin-bottom: 58px;*/
}

.main-page-winner-image img {
  width: 100%;
  display: block;
  transition: 0.75s all ease;
}

.main-page-winner-item:hover .main-page-winner-image img {
  transform: scale(1.05);
  transition: 0.75s all ease;
}

.main-page-winner-button {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 3;
  bottom: 40px;
  text-align: center;
  text-transform: none;
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  transition: 0.25s all ease;
  text-decoration: none;
  padding: 0 30px;
}

.main-page-winner-button:hover {
  transition: 0.25s all ease;
  /*color: #f7b733;*/
}

.full-list-wrapper {
  text-align: center;
}

.full-list {
  transition: 0.3s all ease;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  color: #000;
  display: inline-block;
  margin: auto;
  text-transform: uppercase;
  width: auto;
  padding: 16px 23px;
  border: 1px solid #191919;
  border-radius: 4px;
}

.full-list:hover {
  transition: 0.3s all ease;
  text-decoration: none;
  background: #ba9051;
  border-color: #ba9051;
  color: #fff;
}

.brand-expirience-main {
  margin-bottom: 96px;
}

.brand-expirience-main-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.brand-expirience-image {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

.brand-expirience-image img {
  display: block;
  width: 100%;
  height: auto !important;
  transition: 0.75s all ease;
  object-fit: cover;
}

.brand-expirience-main-item:hover .brand-expirience-image img {
  transition: 0.75s all ease;
  transform: scale(1.05);
}

.brand-expirience-main-item > section {
  position: relative
}

.brand-expirience-main-item > section > div {
  width: 100%;
  letter-spacing: 0;
  background: transparent;
}

.brand-expirience-main-item > section > div > div {
  text-align: left;
  width: auto;
  display: block;
  margin: 0 auto;
}

.brand-expirience-main-item > section > div > div > a+a {
  margin-left: 20px;
}

.brand-expirience-tag {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s all ease;
  display: block;
  width: auto;
  margin-bottom: 8px;
}

.brand-expirience-tag:hover {
  transition: 0.3s all ease;
  opacity: 0.7;
}

.brand-expirience-button {
  display: block;
  padding: 0;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  color: #000;
  transition: 0.3s all ease;
  line-height: 1.3;
  text-decoration: none;
  margin: 8px auto 16px;
}

.brand-expirience-button:hover {
  transition: 0.3s all ease;
  color: #b98e54;
}

.brand-experience-excerpt p {
  font-size: 16px;
  line-height: 1.6;
  color: #565656;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.brand-expirience-main.for-news {
  padding: 72px 0 96px;
  margin: 0 auto /* 48px*/;
  /*background: #f6f6f6;*/
}

.brand-expirience-main.for-news > ul, .news-container > ul.brand-expirience-main.for-news, .brand-expirience-main-wrapper.with-masonry {
  display: flex;
  flex-flow: wrap;
  padding: 1px 0;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

.brand-expirience-main.for-news .brand-expirience-main-item, .brand-expirience-main-item {
  width: calc( 100% / 3 - 22px);
  background: #fff;
  /*padding: 0 10px;*/
  margin-bottom: 40px;
}

/*.brand-expirience-main-item {*/
/*  width: calc( 100% / 3 - 40px / 3);*/
/*  background: #fff;*/
/*  padding: 0 10px;*/
/*  margin-bottom: 40px;*/
/*}*/

.brand-expirience-main.for-news .brand-expirience-main-item > div {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding-bottom: 10px;
}

.lbx-wrapper .brand-expirience-main {
  background: #f6f6f6;
  margin-bottom: 0;
  padding: 1px 0 72px;
}

.lbx-wrapper .brand-expirience-main h1 {
  margin: 48px auto;
}

.lbx-wrapper .full-list-wrapper {
  display: none;
}

.pagination {
  display: flex;
  width: 90%;
  margin: 72px auto 0;
  justify-content: center;
}

.pagination a, .pagination li, .pagination li span {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.pagination a:hover {
  transition: 0.3s all ease;
}

.pagination .prev {
  margin-right: 8px;
}

.pagination .prev a, .pagination .prev span {
  background: url("../png/paginator_arrow_prev.png") no-repeat center center/100%;
  text-indent: -9999px;
}

.pagination .prev a:hover {
  background-image: url("../png/paginator_arrow_prev_hover.png");
}

.pagination .next {
  margin-left: 8px;
}

.pagination .next a, .pagination .next span {
  background: url("../png/paginator_arrow_next.png") no-repeat center center/100%;
  text-indent: -9999px;
}

.pagination .next a:hover {
  background-image: url("../png/paginator_arrow_next_hover.png");
}

.pagination li:not(.next):not(.prev) a {
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}

.pagination li:not(.next):not(.prev):not(.disabled) a:hover {
  opacity: 1;
}

.pagination li.active a {
  opacity: 1 !important;
  text-decoration: underline !important;
}

.pagination li.disabled a {
  pointer-events: none;
}

.filter-box {
  width: 90%;
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0 auto 72px;
}

.filter-box > div {
  width: 14%;
}

.filter-box > div:first-of-type, .filter-box > div:nth-of-type(2) {
  width: 23%;
}

.filter-box label {
  margin-bottom: 10px;
  opacity: 0.4;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: block;
}

.filter-box input, .filter-box select {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  background: #fcfcfe;
  border: solid 1px rgba(0, 0, 0, 0.3);
  outline: none;
  transition: 0.3s all ease;
}

.filter-box input:focus, .filter-box select:focus {
  transition: 0.3s all ease;
  border: solid 1px rgba(0, 0, 0, 1);
  color: #000;
}

.filter-box select {
  padding: 0 0 0 20px;
  text-indent: 0;
}

.filter-box > div:last-of-type {
  display: flex;
}

.filter-box > div:last-of-type button {
  display: block;
  border: none;
  width: 100%;
  height: 54px;
  border-radius: 2px;
  background-color: #b98f55;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-end;
}

.filter-box > div:last-of-type button:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
}

.category-wrapper {
  width: 100%;
  background: #f6f6f6;
  padding-top: 130px;
}

.category-wrapper a, .category-wrapper a:hover {
  text-decoration: none;
  transition: 0.3s all ease;
}

.img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  overflow: hidden;
  height: 60vh;
}

.img-box > img {
  width: 100%;
  display: block;
}

.category-wrapper > h2 {
  margin: 72px auto 16px;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.3;
}

.winners-list {
  width: 90%;
  max-width: 1260px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.winner-item {
  width: 48%;
  margin-bottom: 36px;
}

.winner-item-img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.winner-item-img > img {
  display: block;
  width: 100%;
  transition: 0.7s all ease;
}

.winner-item:hover .winner-item-img > img {
  transform: scale(1.05);
  transition: 0.7s all ease;
}

.winner-item-description {
  width: 90%;
  margin: -86px auto 0;
  display: block;
  background: #fff;
  padding: 24px 24px 36px 24px;
  border: solid 1px rgba(185, 143, 85, 0.4);
  z-index: 0;
  position: relative;
}

.winner-item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.winner-item-box.align-center {
  justify-content: center;
}

.winner-item-box > li {
  width: 40%;
  align-self: center;
  align-content: center;
}

.winner-item-box > li:first-of-type {
  max-width: 150px;
}

.winner-item-box > li:first-of-type > a, .winner-item-box > li:first-of-type > a > img {
  display: block;
  width: 100%;
}

.winner-item-box > li:nth-of-type(2) {
  width: 55%;
  text-align: center;
  border: solid 1px rgba(151, 151, 151, 0.1);
}

.winner-awards {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px rgba(151, 151, 151, 0.1);
  position: relative;
}

.winner-awards > div {
  width: 35%;
  text-align: center;
}

.winner-awards > div:first-of-type {
  padding: 19px 0 17px;
  border-right: solid 1px rgba(151, 151, 151, 0.1);
}

.winner-awards > div+div {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all ease 0.5s;
}

.winner-awards > div+div.active {
  transition: all ease 0.5s;
  opacity: 1;
}

.years-amount > p {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.years-amount.second {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.years-amount.second.third {
  justify-content: space-around;
}

.years-amount.second > p {
  width: 100%;
  font-size: 12px;
  opacity: 0.3;
  transition: 0.3s all ease;
  cursor: pointer;
}

.years-amount.second > p:hover, .years-amount.second > p.active {
  transition: 0.3s all ease;
  opacity: 1;
}

.years-amount.second.third > p {
  width: 50%;
}

.years-amount.second > p:first-of-type {
  margin-bottom: 2px;
}

.winner-awards > div:first-of-type > p {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  margin: 0 auto;
}

.winner-awards > div:first-of-type > p:first-of-type {
  margin: 8px auto 0;
}

.winner-awards > div+div p {
  width: 50%;
  line-height: 1.2;
  padding: 52px 0 0;
  font-size: 9px;
  font-weight: bold;
  color: #9f876a;
  border-right: solid 1px rgba(151, 151, 151, 0.1);
  background: url("../png/excellence-icon.png") no-repeat center 19px/28px;
  text-transform: uppercase;
}

.winner-awards > div+div.award-type-2 p {
  background-image: url("../png/grand-thropy-icon.png");
  color: #f7b733;
}

.winner-awards > div+div.award-type-2 p:nth-of-type(2) {
  color: #f7b733;
}

.winner-awards > div+div.award-type-2 p:nth-of-type(2) > span {
  background-color: #f7b733;
}

.winner-awards > div+div.award-type-3 p {
  background-image: url("../png/select-icon.png");
  color: #999999;
}

.winner-awards > div+div.award-type-3 p:nth-of-type(2) {
  color: #999999;
}

.winner-awards > div+div.award-type-3 p:nth-of-type(2) > span {
  background-color: #999999;
}

.winner-awards > div+div > p:nth-of-type(2) {
  padding-top: 19px;
  border: none;
  background: transparent;
}

.winner-awards > div+div > p:nth-of-type(2) > span {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: #9f876a;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
}

.winner-item-box > li:nth-of-type(2) {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.winner-item-box > li.location-box .winner-year {
  order: 2;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  background: transparent;
}

.winner-item-box > li.location-box .winner-location {
  order: 1;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0 0 14px;
  background-position: left 12px;
}

.winner-item-box > li:nth-of-type(2) > p {
  padding: 12px 0 11px 14px;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  color: rgba(0,0,0,0.5);
  background: url("../png/pin-icon.png") no-repeat left center/8px;
  margin-bottom: 0;
}

.winner-item-description > a {
  width: auto;
  margin: 24px auto 16px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
}

.winner-item-description > a:hover {
  color: #9f876a;
  transition: .3s;
}

.winner-item-description > p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0,0,0,0.7);
  letter-spacing: 0.3px;
  max-height: 59px;
  margin-bottom: 24px;
  display: block;
}

.winner-item-description > div {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  align-content: center;
}

.winner-item-description > div > a {
  display: inline-block;
  width: auto;
}

.winner-item-description > div > a:first-of-type {
  width: 153px;
  margin: 0 36px 0 0;
  padding: 17px 0;
  background: #fff;
  color: #ba9051;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  border: solid 2px #ba9051;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
}

.winner-item-description > div > a:first-of-type:hover {
  color: #fff;
  background: #ba9051;
  transition: .3s;
}

.winner-item-description > div > a:nth-of-type(2) {
  align-self: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0,0,0,0.7);
  letter-spacing: 1px;
  transition: .3s;
}

.winner-item-description > div > a:nth-of-type(2):hover {
  color: #BA9051;
  transition: .3s;
}

.winner-item-box.for-profile {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 36px;
}

.winner-profile-wrapper > h2 {
  margin: 36px auto;
}

.profile-awards {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 auto;
}

.profile-awards > img {
  display: block;
  width: 112px;
  margin-bottom: 36px;
}

.profile-awards > img+img {
  margin-left: 36px;
}

.article-box {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}

.article-box > * {
  margin-bottom: 36px;
}

.article-subtitle, .article-box__content h6 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #000;
  padding-bottom: 36px;
  position: relative;
}

.article-subtitle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 180px;
  height: 2px;
  background: #b98f55;
}

.article-text, .article-box__content p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: rgba(0,0,0,0.7);
}

.article-box__content p > a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.article-box__content a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 57.2%;
}

.video-box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.article-slider-box .slick-prev, .article-slider-box .slick-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background: url("../png/gallery-left.png") no-repeat center center/100%;
  transition: 0.5s all ease;
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.article-slider-box .slick-prev {
  left: 24px;
}

.article-slider-box .slick-next {
  background-image: url("../png/gallery-right.png");
  right: 24px;
}

.article-slider-box .slick-prev:hover {
  background-image: url("../png/gallery-left-hover.png");
  transition: 0.5s all ease;
}

.article-slider-box .slick-next:hover {
  background-image: url("../png/gallery-right-hover.png");
  transition: 0.5s all ease;
}

.winner-buy-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.winner-buy-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  outline: 1px solid rgba(255,255,255,0.1);
  outline-offset: -36px;
}

.winner-buy-box > img {
  width: 100%;
  display: block;
}

.winner-buy-box > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}

.winner-buy-box > div > p:first-of-type {
  width: 90%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 16px;
  margin: 0 auto 16px;
  position: relative;
  text-align: center;
}

.winner-buy-box > div > p:first-of-type:after {
  width: 72px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  background: #b98f55;
  z-index: 1;
}

.winner-buy-box > div > p:nth-of-type(2) {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 52px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.winner-buy-box > div > a {
  width: 90%;
  max-width: 290px;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
  background: #b98e54;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
  transition: .3s all ease;
  text-decoration: none;
}

.winner-buy-box > div > a:hover {
  transition: .3s all ease;
  background: #c7a576;
}

.profile-contacts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.profile-contacts > li {
  width: 48.5%;
  background: #f6f6f6;
  margin-bottom: 36px;
  text-align: center;
  padding: 36px 12px 48px;
}

.profile-contacts > li > p {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0,0,0,0.3);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.profile-contacts > li > a {
  padding-left: 46px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  color: #b98f55;
  text-align: center;
  display: inline-block;
  width: auto;
  text-decoration: none;
  background: url("../png/website-icon.png") no-repeat left center/30px;
  margin-top: 16px;
}

.profile-contacts > li a {
  transition: 0.3s all ease;
}

.profile-contacts > li a:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
}

.profile-contacts > li > div {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.profile-contacts > li > div > a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 16px;
  background: url("../png/fb.png") no-repeat center center/100%;
}

.profile-contacts > li > div > a+a {
  margin-left: 16px;
}

.profile-contacts > li > div > a.contacts-facebook {
  background-image: url("../png/fb.png");
}

.profile-contacts > li > div > a.contacts-twitter {
  /*background-image: url("../images/twitter.png");*/
  background-image: url("../svg/twitter_logo_new.svg");
}

.profile-contacts > li > div > a.contacts-instagram {
  background-image: url("../png/instagram.png");
}

.profile-contacts > li > div > a.contacts-tripadvisor {
  background-image: url("../png/tripadvisor.png");
}

.profile-contacts > li > div > a.contacts-youtube {
  background-image: url("../png/youtube.png");
}

.profile-contacts > li > div > a.contacts-pinterest {
  background-image: url("../png/pinterest.png");
}

.profile-contacts > li > div > a.contacts-google-plus {
  background-image: url("../png/001-google-plus.png");
}

.profile-contacts > li > div > a.contacts-linkedin {
  background-image: url("../png/linkedin.png");
}

.profile-contacts > li > div > a.contacts-tumblr {
  background-image: url("../png/tumblr.png");
}

.article-share.for-profile {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}

.search-box {
  width: 90%;
  max-width: 670px;
  margin: 48px auto 100px;
}

.search-box > p {
  color: rgba(0,0,0,0.4);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.search-box > form {
  position: relative;
}

.search-box > form > input {
  width: 100%;
  padding: 0 120px 0 40px;
  line-height: 72px;
  font-size: 16px;
  color: #444;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
  font-family: 'GothamPro', sans-serif;
  font-weight: 500;
}

.search-box > form > input::-moz-placeholder {
  opacity: 0.6;
  color: #444;
}

.search-box > form > button {
  width: 100px;
  height: 100%;
  font-size: 12px;
  line-height: 74px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: transparent url('../svg/search-icon.svg') no-repeat center center/26px;
  letter-spacing: 1px;
  font-family: 'GothamPro', sans-serif;
  transition: 0.3s all ease;
}

.search-box > form > button:hover {
  transition: 0.3s all ease;
  opacity: 0.9;
}

.autocomplete-group {
  padding-left: 30px;
  background: url('../svg/hotel.svg') no-repeat left center/24px;
  line-height: 24px;
  margin: 15px 0 10px;
  color: rgba(68,68,68,0.3);
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: 'GothamPro';
  font-weight: 500;
}

.autocomplete-group.Hotel {
  background-image: url('../hotel-icon.html');
}

.autocomplete-group.Restaurant {
  background-image: url('../restaurant-icon.html');
}

.autocomplete-group.Spa {
  background-image: url('../spa-icon.html');
}

.autocomplete-group.Event.Service {
  background-image: url('../event-service-icon.html');
}

.autocomplete-group.Car {
  background-image: url('../car-icon.html');
}

.autocomplete-group.Aircraft {
  background-image: url('../aircraft-icon.html');
}

.autocomplete-group.Champagne {
  background-image: url('../champagne-icon.html');
}

.autocomplete-group.Cosmetics {
  background-image: url('../cosmetics-icon.html');
}

.autocomplete-group.Fashion {
  background-image: url('../fashion-icon.html');
}

.autocomplete-group.Jewelry {
  background-image: url('../jewelry-icon.html');
}

.autocomplete-group.Watch {
  background-image: url('../watch-icon.html');
}

.autocomplete-group.Yacht {
  background-image: url('../yacht-icon.html');
}

.autocomplete-group.Interior.Design.Studio {
  background-image: url('../interior-design-studio-icon.html');
}

.autocomplete-group.Beauty.Salon {
  background-image: url('../beauty-salon-icon.html');
}

.autocomplete-group.Apartment {
  background-image: url('../apartment-icon.html');
}

.autocomplete-group.Travel.Agency {
  background-image: url('../travel-agency-icon.html');
}

.autocomplete-group.National.Luxury {
  background-image: url('../national-luxury-icon.html');
}

.autocomplete-group.Perfume {
  background-image: url('../perfume-icon.html');
}

.autocomplete-group.Car.Rental.Service {
  background-image: url('../car-rental-service-icon.html');
}

.autocomplete-group.Concierge.Service {
  background-image: url('../concierge-service-icon.html');
}

.autocomplete-group.Night.Club {
  background-image: url('../night-club-icon.html');
}

.autocomplete-group.Boutique.Hotel {
  background-image: url('../boutique-hotel-icon.html');
}

.autocomplete-group.Eco.Luxury {
  background-image: url('../eco-luxury-icon.html');
}

.autocomplete-group.National.Fashion.Designer {
  background-image: url('../national-fashion-designer-icon.html');
}

.autocomplete-group.Aviation {

}

.autocomplete-group.Residence {
  background-image: url('../residence-icon.html');
}

.autocomplete-group.Water {
  background-image: url('../water-icon.html');
}

.autocomplete-group.Cognac {
  background-image: url('../cognac-icon.html');
}

.autocomplete-suggestions {
  padding: 0 20px 80px;
  position: relative;
  overflow: hidden !important;
}

.autocomplete-all-box {
  background: #fff;
}

.autocomplete-suggestion {
  padding: 0;
  margin-bottom: 5px;
}

.autocomplete-group-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin-right: 16px;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: 'GothamPro';
  display: inline-block;
}

.autocomplete-group-name:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16px;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}

.autocomplete-group-location {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0,0,0,0.5);
  font-style: italic;
  margin-left: 16px;
  font-family: 'GothamPro';
  font-weight: 500;
  padding-left: 12px;
  text-decoration: none;
  background: url('../png/pin-icon.png') no-repeat left center/8px;
  display: inline-block;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 0;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-suggestion {
  cursor: pointer;
}

.filters-box {
  width: 100%;
  margin: 16px auto 0;
  display: table;
  clear: both;
}

.category-box {
  width: 210px;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  position: relative;
}

.category-box > div {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  padding: 10px 20px 15px 70px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.category-box:hover > div {
  display: block;
}

.category-box > p {
  color: rgba(68, 68, 68, 0.5);
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  font-family: 'GothamPro';
}

.category-box > a {
  display: inline-block !important;
}

.category-box > a.active {
  pointer-events: none;
}

.category-box a {
  color: #ba9051;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s all ease;
  font-family: 'GothamPro';
  text-decoration: none;
  display: block;
}

.category-box > div > a {
  margin-bottom: 10px;
}

.category-box > div > a:not(:last-of-type) {

}

.category-box a:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
}

.year-box {
  width: 100%;
  justify-content: center;
  display: flex;
  float: right;
  padding-top: 15px;
}

.year-box > a {
  display: block;
  width: 72px;
  transition: 0.3s all ease;
  border-radius: 100px;
  background: rgba(186, 144, 81, 0.1);
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  font-family: 'GothamPro', sans-serif;
  color: #ba9051;
  text-decoration: none;
}

.year-box > a+a {
  margin-left: 8px;
}

.year-box > a.active, .year-box > a:hover {
  transition: 0.3s all ease;
  color: #fff;
  background: #ba9051;
}

.year-box > a.disabled {
  color: rgba(186, 144, 81, 0.3);
  background: rgba(186, 144, 81, 0.03);
  pointer-events: none;
}

.search-box input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; transition: 0.3s all ease; }

.search-box input:focus {
  border-color: #444;
  transition: 0.3s all ease;
}

/*.autocomplete-group-box > div+div+div+div {
	display: none;
}*/

.autocomplete-all-box {
  text-align: center;
  padding:  16px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.autocomplete-all-box > button {
  display: inline-block;
  width: auto;
  padding-right: 48px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url('../png/arrow-icon.png') no-repeat right center/32px;
  line-height: 24px;
  font-size: 12px;
  color: #ba9051;
  font-weight: bold;
  transition: 0.3s all ease;
  border: none;
  cursor: pointer;
}

.autocomplete-all-box > a:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
}

.category-wrapper.for-search > h2 {
  margin-top: 0;
  padding-top: 72px;
}

.category-title-box {
  width: 100%;
  position: relative;
  margin: 0 0 36px 0;
}

.category-title-box:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.1);
}

.category-title-box > p {
  display: inline-block;
  width: auto;
  padding: 0 24px 0 112px;
  background: #f6f6f6;
  line-height: 88px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.category-title-box > p > img {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.main-page-winner.for-winners {
  margin: 0 auto;
  padding-top: 0;
  overflow: hidden;
}

.lbx-wrapper {
  padding-top: 0;
}

.benefits-icons > ul {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto 64px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.benefits-icons > ul > li {
  width: 25%;
  margin-bottom: 64px;
  padding: 120px 2.5% 0;
  text-align: center;
  background: url("../png/benefits_icon_1.png") no-repeat center top/100px;
}

.benefits-icons > ul > li:nth-of-type(2) {
  background-image: url("../png/benefits_icon_2.png");
}

.benefits-icons > ul > li:nth-of-type(3) {
  background-image: url("../png/benefits_icon_3.png");
}

.benefits-icons > ul > li:nth-of-type(4) {
  background-image: url("../png/benefits_icon_4.png");
}

.benefits-icons > ul > li:nth-of-type(5) {
  background-image: url("../png/benefits_icon_5.png");
}

.benefits-icons > ul > li:nth-of-type(6) {
  background-image: url("../png/benefits_icon_6.png");
}

.benefits-icons > ul > li:nth-of-type(7) {
  background-image: url("../png/benefits_icon_7.png");
}

.benefits-icons > ul > li > p:first-of-type {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.benefits-icons > ul > li > p:first-of-type:first-letter {
  text-transform: uppercase;
}

.benefits-icons > ul > li > p:nth-of-type(2) {
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  text-align: center;
}

.brands-icons {
  margin-bottom: 48px;
}

.brands-icons > h2 {
  margin-bottom: 24px;
  color: #000;
}

.brands-icons > p:first-of-type {
  /*width: 90%;*/
  /*margin: 0 auto 16px;*/
  /*font-size: 24px;*/
  /*color: #000;*/
  /*text-align: center;*/
  /*font-weight: bold;*/
}

.brands-icons > p {
  max-width: 625px;
  width: 90%;
  margin: 0 auto 24px;
  font-size: 16px;
  color: #565656;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}

.brands-icons > ul {
  width: 90%;
  max-width: 1120px;
  margin: 60px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

.brands-icons > ul > li {
  width: 20%;
  padding: 0 30px;
  /*max-width: 200px;*/
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-icons > ul > li > img {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}

.how-it-works {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.how-it-works > li {
  width: 30%;
  margin-bottom: 64px;
  text-align: center;
  color: #000;
}

.how-it-works > li > div {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}

.how-it-works > li > div > img {
  width: 100%;
  max-width: 108px;
  margin: 0 auto;
}

.how-it-works > li > div > p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 56px;
  width: 0;
  height: 2px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  color: rgba(0,0,0,0.7);
  display: block;
}

.how-it-works > li > div > p:after {
  content: '';
  display: block;
  position: absolute;
  width: 10vw;
  height: 2px;
  background: rgba(0,0,0,0.2);
  top: 50%;
  left: 22px;
  margin-top: -1px;
  z-index: 1;
}

.how-it-works > li:nth-of-type(3n+3) > div > p:after {
  display: none;
}

.how-it-works > li > p:first-of-type {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}

.how-it-works > li > p:nth-of-type(2) {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  color: rgba(0,0,0,0.7);
}

.how-it-works > li:nth-of-type(2) > p:nth-of-type(2) {
  font-style: italic;
}

.how-it-works > li > p:nth-of-type(2) > span {
  display: block;
  margin-top: 10px;
  font-style: italic;
}

.how-it-works > li:nth-of-type(4) > p:nth-of-type(2) {
  font-style: italic;
}

.how-it-works > li:nth-of-type(4) > p:nth-of-type(2) > span {
  margin: 0 0 10px;
  color: #ba9051;
  font-style: normal;
  font-weight: bold;
}

.article-container {
  padding: 160px 0 96px;
  max-width: 1920px;
  margin: 0 auto;
}

.article-title-box {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto 24px;
}

.article-title-box > h3 {
  max-width: 830px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.article-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 12px;
}

.article-info img, img.size-full {
  width: 100%;
  height: auto;
}

.article-info > p {
  padding-left: 27px;
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #999;
  align-self: center;
  background: url("../svg/views.svg") no-repeat left -2px/18px;
  display: block;
  white-space: nowrap;
}

.article-info .date {
  width: 90px;
  background-image: url("../svg/date.svg");
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -9px -45px 0 0;
  display: block;
  z-index: 1;
}

.article-info > .article-share {
  margin: 0;
}

.article-share.for-article p {
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #999;
  align-self: center;
}

.article-share.for-article {
  display: flex;
  justify-content: flex-end;
}

.article-share.for-article .uSocial-Share {
  align-self: center;
  top: 0;
}

.article-share.for-article .uSocial-Share .uscl-bar.uscl-size32 .ico_uscl {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}

.article-box img {
  width: 100%;
  display: block;
}

.article-box h6 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  padding-bottom: 24px;
  position: relative;
  margin: 0 auto 24px;
}

.article-box h6:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 2px;
  background: #b98f55;
  z-index: 1;
}

.article-box > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}

.article-box > a, .article-box p a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  font-weight: 500;
  color: #b98f55;
  text-decoration: none;
}

.article-box > a:hover, .article-box p a:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
}

.article-box > a {
  display: block;
}

.article-share.for-article.bottom {
  justify-content: flex-start;
}

.article-box > blockquote {
  width: 100%;
  padding: 0 72px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  background: url("../svg/quote-left.svg") no-repeat left top/48px, url("../svg/quote-right.svg") no-repeat right bottom/48px;
}

.article-box ul:not(.profile-contacts), .article-box ol:not(.profile-contacts) {
  padding: 0;
}

.article-box ul:not(.profile-contacts) > li, .article-box ol:not(.profile-contacts) > li {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #b98f55;
  display: list-item;
}

.article-box ul:not(.profile-contacts) > li {
  list-style: disc inside;
}

.article-box ol:not(.profile-contacts) > li {
  list-style: arabic inside;
}

.article-box ul:not(.profile-contacts) > li p, .article-box ol:not(.profile-contacts) li p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  display: inline;
}

.article-box.for-article > * {
  margin-bottom: 24px;
}

.winner-buy-box > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}

.article-box table {
  width: 100%;
  border-collapse: collapse;
}

.article-box table tr {
  width: 100%;
  background: #fff;
  text-align: center;
  font-family: 'GothamPro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #000;
}

.article-box table tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.article-box table tr:first-of-type {
  background: #b98f55;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.article-box h5 {
  text-align: center;
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-box table tr td {
  width: 50%;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}

.article-box table tr td a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #b98f55;
  transition: 0.3s all ease;
}

.article-box table tr td a:hover {
  transition: 0.3s all ease;
  opacity: 0.7;
}

.main-slider {
  margin-bottom: 72px;
}

.partnership p {
  width: 90%;
  margin: 0 auto;
  max-width: 620px;
  padding-left: 72px;
  color: #636363;
  font-size: 18px;
  line-height: 1.5;
  background: url("../svg/department-4.svg") no-repeat left center/64px;
}

.partnership p a {
  display: inline;
  transition: 0.3s all ease;
  color: #ba9050;
  text-decoration: none;
}

.partnership p a:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}

.landing-main {

}

.landing-main-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.landing-main-container {
  width: 90%;
  max-width: 1140px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
}

.landing-main-container .logo {
  display: block;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.landing-main-container > h2 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
  padding: 30px 0 24px;
  position: relative;
  text-align: left;
}

.landing-main-container > h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.landing-main-container > p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.landing-form-box {
  width: 416px;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -230px;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 24px;
  background: #fff;
}

.landing-form-box > img {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 100px;
  height: 100px;
  display: block;
  margin-left: -50px;
  z-index: 1;
  border-radius: 50%;
}

.landing-form-box > p {
  border-radius: 10px 10px 0 0;
  background: #b98f55;
  padding: 70px 0 16px;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  display: block;
}

.landing-form-box > form {
  width: 288px;
  margin: 0 auto;
}

.landing-form-box > form input {
  width: 100%;
  margin-bottom: 24px;
  font-family: "Gotham Pro", sans-serif;
  transition: 0.3s all ease;
  line-height: 46px;
  padding: 0 16px 0 48px;
  background: #fff url("../png/landing_form_item_1.png") no-repeat 16px center/16px;
  font-size: 14px;
  text-align: left;
  color: #444;
  border-radius: 2px;
  border: solid 1px #dadada;
}

.landing-form-box > form input[type='email'] {
  background-image: url("../png/landing_form_item_2.png");
}

.landing-form-box > form input[type='tel'] {
  background-image: url("../png/landing_form_item_3.png");
}

.landing-form-box > form input:last-of-type {
  background-image: url("../png/landing_form_item_4.png");
}

.landing-form-box > form input::placeholder {
  opacity: 0.4;
}

.landing-form-box > form input:focus {
  transition: 0.3s all ease;
  border-color: #444;
}

.landing-form-box > form button {
  width: 100%;
  margin-bottom: 16px;
  transition: 0.3s all ease;
  font-family: "Gotham Pro", sans-serif;
  border-radius: 2px;
  background: #b98f55;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.landing-form-box > form button:hover {
  transition: 0.3s all ease;
  background: #b37f37;
}

.landing-form-box > form .free-registration {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #444;
  text-decoration: none;
  transition: 0.3s all ease;
  width: 120px;
}

.landing-form-box > form .free-registration:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
}

.landing-info {
  width: 90%;
  margin: 96px auto;
  text-align: center;
}

.landing-info > h3 {
  padding: 120px 0 24px;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  background: url("../svg/landing_info_bg.svg") no-repeat center top/101px;
  margin: 0 auto 36px;
}

.landing-info > h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background: #b98f55;
  width: 180px;
  height: 3px;
  margin-left: -90px;
  display: block;
}

.landing-info > p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  opacity: 0.7;
  max-width: 950px;
  margin: 0 auto;
}

.landing-info > p+p {
  margin-top: 36px;
}

.benefits-icons.for-landing {
  background: #f6f5f7;
  padding: 96px 0 32px;
}

.benefits-icons.for-landing > ul {
  margin-bottom: 0;
}

.benefits-icons.for-landing > h3 {
  width: 90%;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin: 0 auto 48px;
  text-transform: uppercase;
}

.landing-form-box.full-width {
  position: relative;
  margin: 96px auto;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 1320px;
  padding: 36px 0;
  top: 0;
  right: 0;
}

.landing-form-box.full-width > h6 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  width: 90%;
  margin: 0 auto 16px;
}

.landing-form-box.full-width > span {
  margin: 0 auto 32px;
  width: 90%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  padding: 0;
  background: transparent;
  text-transform: none;
  display: block;
}

.landing-form-box.full-width > form {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.landing-form-box.full-width > form > div {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0 auto 12px;
}

.landing-form-box.full-width > form > div input {
  width: 24%;
}

.landing-form-box.full-width > form button {
  width: 288px;
  margin: 0 auto 16px;
}

.landing-form-box.full-width > img, .landing-form-box.full-width .for-mobile {
  display: none;
}

.brands-icons.for-landing > ul {
  max-width: 1280px;
}

.brands-icons.for-landing > ul > li {
  width: 14.5%;
  margin: 0 auto 24px;
}

.landing-coverage {
  padding: 96px 0;
  background: #f7f7f5;
}

.landing-coverage > p {
  margin: 0 auto 36px;
  width: 90%;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.landing-coverage > ul {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.landing-coverage > ul > li {
  margin-bottom: 36px;
  width: 23%;
  padding: 42px 12px 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.landing-coverage > ul > li > p:first-of-type {
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: #b98f55;
}

.landing-coverage > ul > li > p+p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #000;
}

.landing-coverage > img {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}

.landing-how-it-works {
  padding: 96px 0 48px;
  background: #f6f5f7;
}

.landing-how-it-works > p:first-of-type {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  width: 90%;
  margin: 0 auto 16px;
}

.landing-how-it-works > p:nth-of-type(2) {
  width: 90%;
  margin: 0 auto 64px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.landing-how-it-works .how-it-works {
  margin-bottom: 0;
}

.how-it-works {
  max-width: 1140px;

}

.how-it-works > li {
  margin-bottom: 48px;
}

.landing-symbol {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.landing-symbol > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 16px;
}

.landing-symbol > ul > li {
  width: 48%;
}

.landing-symbol > ul > li > div {
  overflow: hidden;
  margin-top: 16px;

}

.landing-symbol > ul > li:nth-of-type(2) > div > img {
  width: 100%;
  display: block;
  transition: 0.7s all ease;
}

.landing-symbol > ul > li:nth-of-type(2) > div > img:hover {
  transition: 0.7s all ease;
  transform: scale(1.05);
}

.landing-symbol-info {
  align-self: center;
  padding-left: 90px;
}

.landing-symbol-info.for-site > h6, .symbol-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #000;
  padding: 58px 0 58px 182px;
  background: url("../png/winner-banner-2022.png") no-repeat left center/149px;
  margin: 0 auto;
}

.landing-symbol-info > p {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  color: rgba(0,0,0,0.7);
}

.landing-symbol-info > img {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.landing-main-container.for-main-landing {
  justify-content: flex-end;
  padding-bottom: 120px;
}

.landing-main-container.for-main-landing .landing-form-box > p {
  padding: 20px 0;
  font-size: 30px;
  line-height: 1.1;
}

.landing-symbol > img {
  display: block;
  margin: 0 auto;
}

.landing-symbol.for-site {
  margin-bottom: 48px;
}

.page-title-box {
  position: relative;
}

.title-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.title-text > h1 {
  align-self: center;
  width: 90%;
  margin: 0 auto;
}

.news-container > h1 {
  width: 100%;
  margin: 0 auto;
  /*background: #f6f6f6;*/
  padding: 48px 0;
}

.benefits-icons, .title.with-bg {
  background: #f6f5f7;
}

.title.with-bg h1, .title.with-bg h2 {
  margin: 0 auto;
  padding: 64px 0 80px;
}

.main.for-compare {
  padding-top: 130px;
}

.info-container {
  padding: 0 0 48px;
  min-height: 90vh;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.info-container > h1 {
  margin: 48px auto;
}

.info-container > p {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(0,0,0,0.7);
}

.info-container > p+p {
  margin-top: 24px;
}

.info-container > p a {
  transition: 0.3s all ease;
  color: #b98f55;
}

.info-container > p a:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
}

.logo-for-info {
  width: 180px;
  margin: 0 auto;
  display: block;
}

.logo.for-info > img {
  width: 100%;
  display: block;
}

.footer-contact.for-form {
  float: none;
  display: block;
  width: 90%;
  max-width: 288px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 0;
}

.footer-contact.for-form .footer-contact-text2 {
  background-position: 15px top;
  padding: 0 20px;
}

.form-item.for-other-categories {
  display: none;
}

#category-value-menu li:last-of-type {
  font-weight: bold;
}

.subscribe-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 88888;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

.subscribe-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 940px;
  height: 520px;
  margin: -260px 0 0 -470px;
  padding: 48px;
  text-align: center;
}

.subscribe-popup > img {
  width: 140px;
  height: 140px;
  height: auto;
  align-self: flex-start;
  margin: 0 auto 32px;
}

.subscribe-popup .popup-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  margin-bottom: 16px;
}

.subscribe-popup .popup-text {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}

.subscribe-popup .popup-close-btn {
  display: block;
  width: 395px;
  margin: 48px auto 0;
  padding:  15px 0 17px;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #b98f55;
  transition: 0.3s all ease;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.subscribe-popup .popup-close-btn:hover {
  transition: 0.3s all ease;
  background: #b37f37;
}

.subscribe-popup .popup-close-span {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  transition: 0.3s all ease;
  background: url('../svg/cross.svg') no-repeat center center/100%;
}

.subscribe-popup .popup-close-span:hover {
  transition: 0.3s all ease;
  opacity: 0.7;
}

.selection-criteria {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 48px;
  background: #f6f6f6;
}

.selection-criteria > h1 {
  margin: 0 auto 16px;
}

.selection-criteria > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin: 0 auto 48px;
  max-width: 800px;
}

.selection-criteria-list {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto 32px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  background: url('../svg/criteria-circle.svg') no-repeat center center/660px;
  padding: 32px 0;
}

.selection-criteria-list > li {
  width: 270px;
}

.selection-criteria-list > li:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}

.selection-criteria-list > li:nth-of-type(3) {
  margin: 0 0 100px 420px;
}

.selection-criteria-list > li:nth-of-type(4) {
  padding-top: 20px;
}

.selection-criteria-list > li:nth-of-type(5) {
  margin: 0 0 100px 650px;
}

.selection-criteria-list > li:nth-of-type(7) {
  margin: 0 0 125px 660px;
}

.selection-criteria-list > li:nth-of-type(9) {
  margin-left: 90px;
}

/*.selection-criteria-list > li > p {*/
/*  width: 100%;*/
/*  max-width: 270px;*/
/*  margin: 0 auto;*/
/*  font-size: 25px;*/
/*  font-weight: bold;*/
/*  color: #000;*/
/*  letter-spacing: -0.6px;*/
/*}*/

/*.selection-criteria-list > li > p+p {*/
/*  font-size: 16px;*/
/*  font-weight: normal;*/
/*  line-height: 1.4;*/
/*  margin: 8px auto 0;*/
/*  color: rgba(0,0,0,0.6);*/
/*  max-width: 260px;*/
/*}*/

.main-page-list li a {
  display: block;
}

.page-title-box.special img {
  width: 100%;
  max-width: 200%;
}

.how-it-works-list-new {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 96px auto 48px;
  width: 90%;
  max-width: 1200px;
}

.how-it-works-item-new {
  width: 22%;
  height: 286px;
  background: #cbb36e url("../svg/how_icon_1.svg") no-repeat center 16px/80px;
  margin-bottom: 48px;
  position: relative;
  padding: 110px 15px 16px;
  color: #fff;
  text-align: center;
}

.how-it-works-item-new.full-with-item {
  width: 48%;
}

.how-it-works-item-new.item-number-2 {
  background-color: #89c694;
  background-image: url("../svg/how_icon_2.svg");
}

.how-it-works-item-new.item-number-2 .how-it-works-item-number {
  color: #89c694;
}

.how-it-works-item-new.item-number-2:after {
  background: url("../svg/how_arrow_2.svg") no-repeat center center/32px;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  bottom: -48px;
}

.how-it-works-item-new.item-number-3 {
  background-color: #5badd6;
  background-image: url("../svg/how_icon_3.svg");
}

.how-it-works-item-new.item-number-3 .how-it-works-item-number {
  color: #5badd6;
}

.how-it-works-item-new.item-number-3:after {
  background: url("../svg/how_arrow_3.svg") no-repeat center center/32px;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  bottom: -48px;
}

.how-it-works-item-new.item-number-4 {
  background-color: #85b1b5;
  background-image: url("../svg/how_icon_4.svg");
}

.how-it-works-item-new.item-number-4 .how-it-works-item-number {
  color: #85b1b5;
}

.how-it-works-item-new.item-number-4:after {
  background: url("../svg/how_arrow_4.svg") no-repeat center center/48px;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: -48px;
}

.how-it-works-item-new.item-number-5 {
  background-color: #9daf8e;
  background-image: url("../svg/how_icon_5.svg");
}

.how-it-works-item-new.item-number-5 .how-it-works-item-number {
  color: #9daf8e;
}

.how-it-works-item-new.item-number-5:after {
  background: url("../svg/how_arrow_5.svg") no-repeat center center/48px;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: -48px;
}

.how-it-works-item-new.item-number-6 {
  background-color: #9b84bc;
  background-image: url("../svg/how_icon_6.svg");
}

.how-it-works-item-new.item-number-6 .how-it-works-item-number {
  color: #9b84bc;
}

.how-it-works-item-new.item-number-6:after {
  background: url("../svg/how_arrow_6.svg") no-repeat center center/48px;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  left: -48px;
}

.how-it-works-item-new.item-number-7 {
  background-color: #b79cb1;
  background-image: url("../svg/how_icon_7.svg");
}

.how-it-works-item-new.item-number-7 .how-it-works-item-number {
  color: #b79cb1;
}

.how-it-works-item-new.item-number-7:after {
  background: url("../svg/how_arrow_7.svg") no-repeat center center/32px;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: -48px;
}

.how-it-works-item-new.item-number-8 {
  background-color: #ccbba3;
  background-image: url("../svg/how_icon_8.svg");
}

.how-it-works-item-new.item-number-8 .how-it-works-item-number {
  color: #ccbba3;
}

.how-it-works-item-new.item-number-8:after {
  background: url("../svg/how_arrow_8.svg") no-repeat center center/32px;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: -48px;
}

.how-it-works-item-new.item-number-9 {
  background-color: #6778a8;
  background-image: url("../svg/how_icon_1.svg");
}

.how-it-works-item-new.item-number-9 .how-it-works-item-number {
  color: #6778a8;
}

.how-it-works-item-new.for-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
  line-height: 1.3;
  background: #fff;
  font-size: 24px;
  padding: 0;
}

.how-it-works-item-new:not(.for-text):after {
  content: "";
  position: absolute;
  z-index: 1;
  display: none !important;
}

.how-it-works-item-new.item-number-1:after {
  background: url("../svg/how_arrow_1.svg") no-repeat center center/48px;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  right: -48px;
}

.how-it-works-item-description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  padding: 0 5px;
}

.how-it-works-item-time {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  line-height: 1;
}

.how-it-works-item-time > span {
  padding: 6px 0 6px 32px;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  background: url("../svg/how_icon_time.svg") no-repeat left center/24px;
  display: inline-block;
  font-weight: 300;
}

.how-it-works-item-number {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  font-size: 14px;
  color: #cbb36e;
  font-weight: bold;
}

.how-it-works-item-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.how-it-works-item-title-special {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}

.how-it-works-special-list {
  min-height: 110px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 5px;
}

.how-it-works-item-title.small-margin {
  margin-bottom: 0;
}



.how-it-works-special-list:before {
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  z-index: 1;
}

.how-it-works-special-list:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  background: #cbb36e;
  position: absolute;
  content: 'OR';
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
}

.how-it-works-special-list > li {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0 5%;
}

.how-it-works-special-list .how-it-works-item-time {
  position: relative;
  bottom: 0;
}

.new_form_top_wrapper {
  padding-top: 180px;
  background: #f6f5f7;
  position: relative;
}

.new_form_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 640px;
  background: url("../jpg/download.jpg") no-repeat center center/cover;
}

.new_form_top {
  width: 90%;
  max-width: 1020px;
  padding: 30px 75px 60px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.new_form_title {
  /*background: url("https://luxurylifestyleawards.com/wp-content/uploads/2020/02/page-1.svg") no-repeat center top/100px;*/
  background: url("../svg/crown_icon_2023.svg") no-repeat center top/100px;
  padding: 115px 0 30px;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  margin-bottom: 30px;
}

.new_form_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  width: 180px;
  height: 3px;
  background: #b98f55;
}

.new_form_subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.new_form_text {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

.new_form_apply_btn {
  border: none;
  width: 100%;
  max-width: 395px;
  margin: 45px auto 0;
  padding: 17px 0 15px;
  font-family: GothamProBold,sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  background: #b98f55;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  transition: .3s all ease;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.new_form_apply_btn:hover {
  background: #c7a577;
  transition: .3s all ease;
}

.for_new_form .title.with-bg h1 {
  padding: 90px 0 48px;
}

.for_new_form .benefits-icons > ul {
  margin-bottom: 90px;
  padding-bottom: 42px;
}

.benefits-icons > ul > li {
  margin-bottom: 48px;
  padding-top: 160px;
  background-size: 140px;
}

.new_form_bottom_wrapper {
  background: #fff;
}

.pages_list {
  display: flex;
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
  flex-flow: wrap;
  justify-content: space-between;
}

.pages_list > li {
  width: 48%;
  cursor: pointer;
}

.pages_list > li > p {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.page_list_img_container {
  overflow: hidden;
}

.page_list_img_container img {
  transition: 0.5s all ease;
}

.pages_list > li:hover .page_list_img_container img {
  transform: scale(1.1);
  transition: 0.5s all ease;
}

.page_list_text {
  width: 100%;
  max-width: 540px;
  height: 260px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: -90px auto 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page_list_text > p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

.page_list_link {
  width: 120px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ba9051;
  transition: 0.3s all ease;
  text-transform: uppercase;
  display: block;
}

.page_list_link.special {
  width: 230px;
  margin: 30px auto 90px;
}

.testimonials_slider {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 100px;
}

.testimonials_slider .slick-slide {
  padding-top: 90px;
  background: #fff url("../svg/invalid-name.svg") no-repeat center top/65px;
}

.testimonials_slider .slick-slide .testimonials_slide_text {
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  font-family: "AGaramondPro-Italic", sans-serif;
  padding: 0 10px;
}

.testimonials_slider .slick-slide .testimonials_slide_tip {
  margin: 30px 0 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  font-family: "AGaramondPro-Regular", sans-serif;
}

.testimonials_slider .slick-dots button {
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  transition: 0.3s all ease;
  cursor: pointer;
}

.testimonials_slider .slick-dots .slick-active button, .testimonials_slider .slick-dots button:hover {
  background: #b98f55;
  transition: 0.3s all ease;
}

.testimonials_slider .slick-prev, .testimonials_slider .slick-next {
  position: absolute;
  top: calc(40% - 20px);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  text-indent: -9999px;
  background: url("../svg/arrow_left.svg") no-repeat center center/100%;
  transition: 0.3s all ease;
  opacity: 0.1;
}

.testimonials_slider .slick-prev {
  left: 0;
}

.testimonials_slider .slick-next {
  right: 0;
  text-indent: 9999px;
  transform: rotate(180deg);
}

.testimonials_slider .slick-prev:hover, .testimonials_slider .slick-next:hover {
  transition: 0.3s all ease;
  opacity: 0.6;
}

.new_form_apply_btn.for-footer {
  margin: 90px auto;
}

.new_form_container {
  background: #f6f5f7;
}

.new_form_container > h1 {
  margin: 0 auto 15px;
}

.new_form_container > p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.new_form_container .form-footer-text {
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.fire-up-box-form-wrapper {
  margin: 30px auto 60px;
  width: 90%;
  max-width: 1020px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.fire-up-box-form-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fire-up-box-form-list > li {
  width: 50%;
  text-align: center;
  box-shadow: inset -1px 0 0 0 rgba(218, 218, 218, 0.3);
  background-color: #f6f5f7;
  padding: 18px;
}

.fire-up-box-form-list > li.active {
  background: #fff;
}

.fire-up-box-form-list > li.active > p {
  color: #b98f55;
}

.fire-up-box-form-list > li.active > p > span {
  background: #b98f55;
}

.fire-up-box-form-list > li > p {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #dadada;
}

.fire-up-box-form-list > li > p > span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  background: #dadada;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.fire-up-box-form {
  width: 90%;
  max-width: 390px;
  margin: 0 auto;
  padding: 60px 0;
}

.fire-up-box-form-container-item {
  position: relative;
}

.fire-up-box-form-container-item.custom-category {
  display: none;
}

.fire-up-box-form label.error {
  font-family: GothamPro, sans-serif;
  color: red;
  font-size: 12px;
  position: absolute;
  /*bottom: 12px;*/
  bottom: -20px;
  left: 0;
  line-height: 1.3;
  z-index: 1;
  padding-top: 3px;
}

.note-text {
  margin-bottom: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.fire-up-box-form-container-item-title {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 10px;
  font-weight: bold;
}

textarea.fire-up-box-form-container-item-input {
  resize: none;
  min-height: 150px;
  line-height: 1.3;
}

.fire-up-box-form-container-item-input {
  width: 100%;
  border-radius: 2px;
  background: #fcfcfe url(../svg/input-valid.svg) no-repeat 368px 26px/0;
  border: solid 1px #dadada;
  box-shadow: none;
  transition: .25s all ease;
  cursor: pointer;
  padding: 17px 40px 17px 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  outline: none;
  color: #444;
  margin: 0 0 30px;
}

.fire-up-box-form-container-item-input:hover {
  border-color: #BA9051;
  transition: .25s all ease;
}

.fire-up-box-form-container-item-select {
  width: 100% !important;
  border-radius: 2px;
  background: #fcfcfe url(../svg/input-valid.svg) no-repeat 368px 26px/0;
  border: solid 1px #dadada;
  box-shadow: none;
  transition: .25s all ease;
  cursor: pointer;
  padding: 17px 40px 17px 20px !important;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  outline: none;
  color: #444;
  margin: 0 0 30px;
}

.fire-up-box-form-container-item-select option {
  width: 100% !important;
}

.fire-up-box-form-container-item-input:focus, .fire-up-box-form-container-item-select:focus {
  transition: .25s all ease;
  border-color: #444;
}

.fire-up-box-form-container-item-input.valid {
  border-color: #a7dfa2;
  background: #fff url(../svg/input-valid.svg) no-repeat 360px 18px/16px;
  box-shadow: none;
  outline: none;
}

.fire-up-box-form-container-item-select.valid {
  border-color: #a7dfa2;
  background: #fff url(../svg/input-valid.svg) no-repeat 360px 18px/16px;
  box-shadow: none;
  outline: none;
}

.fire-up-box-form-container-item-input.error {
  box-shadow: none;
  outline: none;
  border-color: red;
}

.fire-up-box-form-btn:hover {
  background: #d0a66c;
  transition: .3s all ease;
}
.fire-up-box-form-btn {
  border: none;
  width: 90%;
  max-width: 395px;
  margin: auto;
  display: block;
  padding: 17px 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background: #b98f55;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  transition: .3s all ease;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  color: #fff;
}

.fire-up-box-form-container-item-input::placeholder {
  opacity: 0.4;
}

.new_form_container.for-step-2 .fire-up-box-form-wrapper {
  padding-bottom: 60px;
}

.new_form_container.for-step-2 .fire-up-box-form {
  padding-bottom: 0;
}

.form-file-attach-input, .fire-up-box-form-agree-input {
  display: none;
}

.fire-up-box-form-agree-text {
  width: 90%;
  max-width: 810px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4d4d4d;
  margin: -60px auto 30px;
}

.fire-up-box-form-agree-checkbox {
  display: block;
  width: 90%;
  max-width: 810px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4d4d4d;
  margin: 0 auto 60px;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}

.fire-up-box-form-agree-checkbox a {
  color: #4d4d4d;
}

.fire-up-box-form-agree-checkbox a:hover {
  color: #BA9051;
}

.fire-up-box-form-agree-checkbox:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: solid 1px #dadada;
  background: #fff url("../png/580cfb51cec09157f2b5b7b7.png") no-repeat center center/0;
  transition: 0.3s all ease;
  cursor: pointer;
}

.fire-up-box-form-agree-input:checked ~ .fire-up-box-form-agree-checkbox:before {
  transition: 0.3s all ease;
  /*border-color: #a7dfa2;*/
  border-color: #0AA25C;
  background: #fff url("../png/580cfb51cec09157f2b5b7b7.png") no-repeat center center/90%;
}

.form-file-attach-btn {
  display: block;
  cursor: pointer;
  transition: 0.3s all ease;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #b98f55;
  margin-bottom: 30px;
  background: url(../svg/input-valid.svg) no-repeat 130px center/0, url(../svg/group-12.svg) no-repeat left top/24px;
}

label[for="form-file-attach-input"].completed {
  background: url(../svg/input-valid.svg) no-repeat 130px center/16px, url(../svg/group-12.svg) no-repeat left top/24px;
}

.fire-up-box-form-agree-input-container .wpcf7-response-output {
  display: block !important;
  width: 90%;
  max-width: 810px;
  margin: -55px auto -50px !important;
  padding: 0 !important;
  border: none !important;
  color: red !important;
  font-size: 16px !important;
}

.form-file-attach-btn:hover {
  transition: 0.3s all ease;
  opacity: 0.7;
}

.fire-up-box-form-btn[type='submit'] {
  margin: 90px auto 0;
}

.fire-up-box-form-container {
  display: none;
}

.fire-up-box-form-container.active {
  display: block;
}

.fire-up-box-form-container.for-step-2 {
  padding-bottom: 40px;
  position: relative;
}

.prev-form-step-btn {
  font-size: 14px;
  font-weight: bold;
  color: #dadada;
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 1;
  display: block;
  cursor: pointer;
  transition: 0.3s all ease;
}

.prev-form-step-btn:hover {
  transition: 0.3s all ease;
  color: #000;
}

.updated-list .how-it-works-special-list > li {
  justify-content: center;
}

.updated-list .how-it-works-item-new {
  border-radius: 10px;
}

.main-slider .slick-dots {
  width: 90%;
  position: absolute;
  max-width: 1280px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.standard-btn, .slide-container > div > a.standard-btn {
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  background: #ba9051;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.standard-btn:hover, .slide-container > div > a.standard-btn:hover {
  color: #fff;
  background-color: #b37f37;
  transition: .3s;
}

.standard-btn .btn-inner, .slide-container > div > a.standard-btn .btn-inner {
  text-align: center;
  padding-right: 31px;
  background: url("../svg/arrow-right-2.svg") no-repeat right center/24px;
}

.brands-icons {
  padding: 72px 0 40px;
}

.brands-icons .small-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 400;
}

.content-block-wrapper {
  background-size: cover;
  background-position: center;
  min-height: 760px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 72px;
}

.content-block-wrapper.middle-size {
  min-height: 540px;
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.content-block-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.content-block-inner.reverse-block {
  justify-content: flex-start;
}

.content-block {
  max-width: 530px;
}

.content-block-title {
  /*font-size: 42px;*/
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.content-block-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}

.content-block .standard-btn {
  margin-top: 16px;
}

.content-block-image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  display: block;
  width: 350px;
}

.content-block-with-video-wrapper {
  padding: 72px 0;
}

.content-block-with-video-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-block-with-video-inner .text-part {
  width: 41%;
}

.content-block-with-video-inner .video-part {
  width: 54%;
  flex-shrink: 0;
}

.text-part-title {
  color: #000;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 400;
}

.text-part-text {
  color: #565656;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.text-part-text+.text-part-text {
  margin-top: 16px;
}

.video-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

/* footer styles start */

.footer-wrapper {
  padding: 56px 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-item {
  width: 200px;
  flex-shrink: 0;
  margin-left: 30px;
}

.footer-item.footer-signup {
  width: 400px;
}

.footer-logo {
  width: 85px;
  flex-shrink: 0;
}

.footer-social.footer-item {
  width: auto;
}

.footer-block-title {
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #191919;
}

.footer-social-list {
  display: flex;
  align-items: center;
}

.footer-social-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.footer-social-item.facebook-item {
  background: url('../png/fb.png') no-repeat center/100%;
}

.footer-social-item.instagram-item {
  background: url('../png/instagram.png') no-repeat center/100%;
}

.footer-social-item.linkedin-item {
  background: url('../png/linkedin.png') no-repeat center/100%;
}

.footer-social-item+.footer-social-item {
  margin-left: 16px;
}

.footer-contact-phone {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.footer-contact-phone a {
  color: #000;
  transition: .3s;
}

.footer-contact-phone a:hover, .footer-email:hover, .footer-contact-text2 > a:hover {
  color: #BA9051;
}

.footer-contact-text {
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-contact-text2 {
  font-size: 14px;
}

.footer-email, .footer-contact-text2 > a {
  font-size: 14px;
  margin-top: 16px;
  color: #565656;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.footer-signup {
  padding: 0;
}

.footer-copyright-text {
  font-weight: 500;
}

.signup-input-holder > .field-subscribe-email {
  margin-right: 8px;
}

.signup-input-holder > .field-subscribe-email > input {
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  padding: 0 16px;
}

.signup-input-holder > .field-subscribe-email > input::placeholder {
  color: #636363;
  opacity: 1;
}

.signup-button {
  height: 40px;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400;
}

.signup-input-holder {
  margin-bottom: 16px;
}

.newsletter-agreement-label {
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  padding-left: 28px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: .3s;
}

#newsletter-agreement-input {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-agreement-label:before {
  content: '';
  width: 14px;
  height: 14px;
  transition: .1s;
  cursor: pointer;
  border: 1px solid #191919;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../png/table-arrow.png") no-repeat center/0;
}

.intl-tel-input {
  margin-bottom: 30px !important;
}

#newsletter-agreement-input:checked ~ .newsletter-agreement-label:before {
  transition: .1s;
  background-size: 80%;
  border-color: #ba9051;
}

.newsletter-agreement-block {
  position: relative;
}

.header-nav-holder, .main-menu-wrapper {
  padding: 0 2.5%;
}

.subscribe-modal .close img {
  display: block !important;
}

strong, strong * {
  font-weight: bold !important;
}

/* footer styles end */

@media screen and (max-width: 1600px) {
  /* new styles start */

  .content-block-image {
    width: 250px;
  }

  /* new styles end */

  .slide-container > div.slide-container-inside > p:nth-of-type(2) {
    font-size: 40px;
  }

  .table-block table {
    width: 90%;
    max-width: 940px;
  }

  .main-slider .slick-prev {
    left: 5%;
  }

  .main-slider .slick-next {
    right: 5%;
  }

  .slide-container > div {
    width: 95%;
  }

  .main-slider .slick-slide {
    width: 100%;
    height: 680px;
    overflow: hidden;
  }

  .main-slider .slick-slide > div > div > img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -816px;*/
    /*width: 1632px;*/
    width: 100%;
    height: 100%;
    max-width: 500%;
    object-fit: cover;
    z-index: 1;
  }
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1400px) {
  .slide-container > div.slide-container-inside > p:first-of-type {
    font-size: 24px;
  }

  .page_list_text {
    height: 200px;
  }

  .pages_list > li > p {
    font-size: 32px;
  }

  .page_list_text > p {
    font-size: 18px;
  }

  .landing-main-container.for-main-landing {
    padding-bottom: 30px;
  }

  .main-page-description {
    padding: 0 24px 0 36px;
  }

  .main-page-description > h5 {
    font-size: 36px;
  }

  .main-page-description > p:first-of-type, .main-page-description > p {
    font-size: 20px;
  }

  .slide-container {
    bottom: 160px;
    padding: 0 100px;
  }

  .main-slider .slick-prev {
    left: 2.5%;
  }

  .main-slider .slick-next {
    right: 2.5%;
  }

  .header-top-right li {margin: 0 0 0 20px;}

  .header-top-right li:first-child {margin: 0;}

}

@media screen and (max-width: 1350px) {
  .slide-container {
    /*padding: 0 100px;*/
    padding: 0;
  }

  .main-slider .slick-dots {
    width: 95%;
  }

  .slide-container > div > p.big-text {
    font-size: 48px;
  }

  .main-page-winner-button {
    font-size: 16px;
  }

  .main-page-winner-inner {
    /*padding-bottom: 25px;*/
  }

  .selection-criteria-list {
    width: 1000px;
    background-size: 460px;
    background-position: center 100px;
  }

  .selection-criteria-list > li:first-of-type {
    margin-bottom: 0;
  }

  .selection-criteria-list > li {
    width: 240px;
  }

  .selection-criteria-list > li:nth-of-type(3) {
    margin: 0 0 30px 300px;
  }

  .selection-criteria-list > li:nth-of-type(5) {
    margin: 0 0 30px 440px;
  }

  .selection-criteria-list > li:nth-of-type(7) {
    margin: 0 0 75px 440px;
  }

  .selection-criteria-list > li:nth-of-type(9) {
    margin-left: 50px;
  }

  /*.selection-criteria-list > li > p {*/
  /*  font-size: 20px;*/
  /*  max-width: 240px;*/
  /*}*/

  /*.selection-criteria-list > li > p+p {*/
  /*  font-size: 14px;*/
  /*  max-width: 220px;*/
  /*}*/
}

@media screen and (max-width: 1300px) {
  .for-nomination-page-style {
    padding-top: 200px;
  }

  .main-menu-wrapper > ul > li.logo-box {
    width: 132px;
    height: 132px;
    margin-left: -66px;
  }

  .landing-symbol-info.for-site > h6 {
    font-size: 40px;
  }

  .main-menu-wrapper > ul > li:nth-of-type(6) {
    margin-left: 200px;
  }

  .landing-main-container > h2 {
    font-size: 48px;
  }

  .landing-main-container > p {
    font-size: 24px;
  }

  .landing-form-box {
    width: 370px;
    right: 0;
    top: 55px;
    margin-top: 0;
  }

  .landing-form-box > img {
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }

  .landing-form-box > p {
    padding-top: 60px;
    font-size: 16px;
  }

  .landing-form-box > form input {
    margin-bottom: 14px;
  }

  .landing-form-box.full-width > form > div input {
    width: 49%;
    margin-bottom: 24px;
  }

  .landing-symbol-info {
    padding-left: 5%;
  }

  .landing-symbol-info > h6 {
    font-size: 28px;
  }

  .landing-symbol-info > p {
    font-size: 20px;
  }

  /*.how-it-works-list-new {*/
  /*  width: 95%;*/
  /*  margin: 24px auto;*/
  /*}*/

  .how-it-works-item-new {
    margin-bottom: 24px;
    width: 23.1%;
  }

  .how-it-works-item-new.full-with-item {
    width: 49.3%;
  }

  .how-it-works-item-description, .how-it-works-item-time > span {
    font-size: 13px;
  }

  .how-it-works-item-new.item-number-1:after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: -4.5%;
    background-size: 100%;
  }

  .how-it-works-item-new.item-number-2:after, .how-it-works-item-new.item-number-3:after {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    bottom: -24px;
    background-size: auto 100%;
  }

  .how-it-works-item-new.item-number-4:after, .how-it-works-item-new.item-number-5:after, .how-it-works-item-new.item-number-6:after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -10%;
    background-size: 100%;
  }

  .how-it-works-item-new.item-number-7:after, .how-it-works-item-new.item-number-8:after {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: -24px;
    background-size: auto 100%;
  }

  .how-it-works-special-list:after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    line-height: 38px;
  }
}

@media screen and (max-width: 1260px) {
  .slide-container {
    bottom: 32px;
  }

  .slide-container > div > img {
    width: 60px;
    height: 60px;
  }

  .slide-container > div > p {
    font-size: 24px;
  }

  .slide-container > div > a {
    width: 240px;
    font-size: 14px;
    padding: 13px 0;
  }

  .header-top-right li {margin: 0 0 0 10px;}

  .header-top-right li:first-child {margin: 0;}

  .header-top-left {padding: 0 0 0 10px;}

}

@media screen and (max-width: 1200px) {
  .slide-container > div.slide-container-inside > p:first-of-type {
    font-size: 24px;
  }

  .how-it-works-item-new.item-number-1:after {
    right: -5%;
  }

  .how-it-works-item-new.item-number-4:after, .how-it-works-item-new.item-number-5:after, .how-it-works-item-new.item-number-6:after {
    left: -11%;
  }

  .landing-symbol-info.for-site > h6 {
    padding: 30px 0 30px 120px;
    background-size: 110px;
  }

  .how-it-works > li > div > p::after {
    width: 12vw;
  }

  .main-menu-wrapper > ul > li:nth-of-type(6) {
    margin-left: 180px;
  }

  .main-page-list .main-page-box {
    padding-left: 48px;
  }

  .main-page-description > h5 {
    font-size: 32px;
  }

  .main-page-description > p:first-of-type {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .main-page-description > p {
    font-size: 18px;
  }

  .main-page-description > ul > li > p {
    font-size: 16px;
  }

  .main-page-description > ul > li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .partners-container > ul > li {
    margin-bottom: 24px;
  }

  .partner-info {
    width: 100%;
    max-width: 600px;
  }

  .partner-info > img {
    max-width: 400px;
    margin: 0 auto;
  }

  .main-page-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1180px) {

  .header-top-left li {margin: 5px 25px 0 0;}

  .logo {
    width: 140px;
  }

  .header-nav li a {
    font-size: 10px;
  }

  .fixed-nav li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .main-menu-wrapper > ul > li {
    margin-left: 18px;
  }

  .main-menu-wrapper > ul > li.nav-gold {
    width: 130px;
  }

  .main-menu-wrapper > ul > li.nav-gold > a {
    width: 130px;
  }

  .main-menu-wrapper > ul {
    padding: 0 130px 0 25px;
  }
}

@media screen and (max-width: 1100px) {
  .main-menu-wrapper > ul > li:nth-of-type(6) {
    margin-left: 165px;
  }

  .landing-symbol-info.for-site > h6 {
    font-size: 36px;
  }

  .header-top-left li {
    margin: 5px 10px 0 0;
  }

  .popup {
    width: 300px;
    padding: 15px 10px 10px;
  }

  .form-col {
    float: none;
    width: 100%;
  }

  /*

	.fancybox-wrap, .fancybox-skin {

		position: fixed!important;

	}

	*/

  .fancybox-wrap {
    background: white;
  }

  .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
  }

  /*
	.fancybox-wrap {
		top: 0!important;
		left: 0!important;
		width: 100%!important;
		height: 100vh!important;
	}
	*/

  .fancybox-skin {
    border-radius: 0!important;
    width: 100%!important;
  }

  .popup {
    min-width: 100%;
    width: 100%;
    padding-top: 80px;
  }

  #join_us .logos {
    top: 10px;
  }

  #join_us .form-button {
    margin: 10px auto 0!important;
  }

  .fancybox-close {
    width: 40px!important;
    height: 40px!important;
    background: url("../png/nav-close.png") no-repeat!important;
  }

  .fancybox-close {
    top: 20px!important;
    right: 10px!important;
  }

  /*
	.fancybox-inner {
		width: 100%!important;
		height: 100vh!important;
	}
	*/

  .popup .popup-title {
    margin: 0 0 10px;
  }

  .popup-text {
    margin: 0 0 20px;
  }

  .popup .input {
    height: 45px;
    margin: 0 0 10px;
  }

  .form-main-tabs a {
    padding: 26px 0 26px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .package-item:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@media screen and (max-width: 1024px) {
  .partners-container > ul > li {
    background: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .for-nomination-page-style {
    padding-top: 150px;
  }

  .main-slider .slick-dots {
    text-align: center;
    bottom: 24px;
  }

  .slide-container > div > p.big-text {
    font-size: 36px;
  }

  .updated-list .how-it-works-special-list > li:first-of-type {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }

  .updated-list .mobile-item-number-1 {
    order: 2 !important;
  }

  .updated-list .mobile-item-number-2 {
    order: 3 !important;
  }

  .updated-list .mobile-item-number-3 {
    order: 4 !important;
  }

  .updated-list .mobile-item-number-4 {
    order: 5 !important;
  }

  .updated-list .mobile-item-number-5 {
    order: 6 !important;
  }

  .updated-list .mobile-item-number-6 {
    order: 7 !important;
  }

  .updated-list .mobile-item-number-7 {
    order: 8 !important;
  }

  .updated-list .mobile-item-number-8 {
    order: 9 !important;
  }

  .for_new_form .benefits-icons > ul {
    margin-bottom: 50px;
    padding-bottom: 1px;
  }

  .new_form_top_wrapper {
    padding-top: 140px;
  }

  .pages_list > li {
    width: 100%;
  }

  .pages_list > li+li {
    margin-top: 40px;
  }

  .page_list_text > p {
    margin-bottom: 20px;
  }

  .testimonials_slider .slick-slide .testimonials_slide_text {
    font-size: 32px;
  }

  .new_form_apply_btn.for-footer {
    margin: 60px auto;
  }

  .testimonials_slider .slick-slide .testimonials_slide_tip {
    margin: 20px auto;
    font-size: 20px;
  }

  .page_list_text {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: auto;
  }

  .page_list_img_container img {
    max-width: 500%;
    width: 100%;
  }

  .slide-container > div.slide-container-inside > p:first-of-type {
    font-size: 16px;
  }

  .slide-container > div.slide-container-inside > p:nth-of-type(2) {
    font-size: 20px;
  }

  .slide-container > div.slide-container-inside {
    padding: 110px 0 0;
    background-position: center top;
    background-size: 90px;
  }

  .slide-container > div.slide-container-inside > img {
    order: 2;
    margin: 20px auto 0;
  }

  .selection-criteria-list {
    width: 90%;
    text-align: left;
    background: transparent;
    padding-bottom: 0;
  }

  .selection-criteria-list > li {
    width: 100%;
    min-height: 104px;
    margin: 0 auto !important;
    padding: 16px 0 16px 88px;
    background: url('../svg/criteria_item_1.svg') no-repeat left 16px/72px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .selection-criteria-list > li:nth-of-type(2) {
    background-image: url('../svg/criteria_item_9.svg');
  }

  .selection-criteria-list > li:nth-of-type(3) {
    background-image: url('../svg/criteria_item_2.svg');
  }

  .selection-criteria-list > li:nth-of-type(4) {
    background-image: url('../svg/criteria_item_8.svg');
  }

  .selection-criteria-list > li:nth-of-type(5) {
    background-image: url('../svg/criteria_item_3.svg');
  }

  .selection-criteria-list > li:nth-of-type(6) {
    background-image: url('../svg/criteria_item_7.svg');
  }

  .selection-criteria-list > li:nth-of-type(7) {
    background-image: url('../svg/criteria_item_4.svg');
  }

  .selection-criteria-list > li:nth-of-type(8) {
    background-image: url('../svg/criteria_item_6.svg');
  }

  .selection-criteria-list > li:nth-of-type(9) {
    background-image: url('../svg/criteria_item_5.svg');
    border: none;
    padding-bottom: 0;
  }

  /*.selection-criteria-list > li > p, .selection-criteria-list > li > p+p {*/
  /*  width: 100%;*/
  /*  max-width: 100%;*/
  /*}*/

  .subscribe-popup {
    width: 100%;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
  }

  .lbx-wrapper .brand-expirience-main {
    padding-top: 0;
    margin: -36px auto 0;
  }

  .modal-thank {
    height: auto;
  }

  .modal-thank img {
    width: 100px;
  }

  .footer-contact.for-form .footer-contact-text, .footer-contact.for-form .footer-contact-text2 {
    display: block;
  }

  .title.with-bg h1, .title.with-bg h2 {
    margin: -36px auto 0;
    padding: 48px 0;
  }

  .news-container > h1 {
    margin-top: -36px;
  }

  .article-container {
    padding-top: 100px;
  }

  .page-title-box {
    margin-bottom: 36px;
  }

  .main-page-winner.for-winners .page-main-box > img {
    display: none;
  }

  .main-page-winner.for-winners .page-main-box {
    height: 585px;
    background: url("../png/winners-img.png") no-repeat center top/cover;
  }

  .landing-main-container.for-main-landing .landing-form-box > p {
    font-size: 20px;
    padding: 15px 0;
  }

  .landing-symbol-info {
    width: 90% !important;
    padding: 0;
    margin: 0 auto;
  }

  .landing-symbol-info.for-site > h6 {
    padding: 0 0 240px;
    background-size: 170px;
    background-position: center bottom;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .landing-symbol-info > p {
    font-size: 16px;
  }

  .landing-symbol-info > p:first-of-type {
    margin-top: 0;
  }

  .landing-symbol-info > p+p {
    margin-top: 24px;
  }

  .landing-symbol > ul > li {
    width: 100%;
  }

  .landing-symbol > ul > li:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 24px;
  }

  .landing-symbol > ul > li:nth-of-type(2) > img {
    width: 50%;
  }

  .landing-coverage > ul > li {
    height: 80px;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .landing-coverage > ul > li > p:first-of-type {
    font-size: 36px;
    margin-bottom: 3px;
  }

  .landing-coverage > ul > li > p + p {
    font-size: 11px;
  }

  .landing-coverage {
    padding: 64px 0;
  }

  .landing-form-box.full-width > h6, .landing-coverage > p, .landing-how-it-works > p:first-of-type {
    font-size: 30px;
  }

  .benefits-icons.for-landing {
    padding: 64px 0 0;
  }

  .benefits-icons.for-landing > h3 {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .landing-info > h3 {
    font-size: 30px;
    padding: 70px 0 16px;
    background-size: 64px;
    margin-bottom: 12px;
  }

  .landing-info > h3::after {
    width: 70px;
    margin-left: -35px;
  }

  .landing-info > p {
    font-size: 20px;
  }

  .landing-info > p+p {
    margin-top: 20px;
  }

  .landing-info {
    margin: 48px auto;
  }

  .landing-main-container, .landing-main-container.for-main-landing {
    justify-content: flex-start;
  }

  .landing-form-box {
    top: 0;
  }

  .landing-main {
    height: 836px;
    position: relative;
    overflow: hidden;
  }

  .landing-main > img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -512px;
    z-index: 1;
    width: 1024px;
    max-width: 1024px;
  }

  .landing-main-container .logo {
    position: relative;
    margin: 0 auto 16px;
    width: 110px;
  }

  .landing-main-container > h2 {
    text-align: center;
    font-size: 38px;
    padding: 0 0 20px;
    margin: 0 auto 10px;
  }

  .landing-main-container > h2:after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
  }

  .landing-main-container > p {
    font-size: 16px;
    margin: 0 auto 75px;
    text-align: center;
    max-width: 325px;
  }

  .landing-main-container.for-main-landing > p {
    margin: 0 auto 36px;
  }

  .landing-form-box {
    position: relative;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }

  .landing-form-box.full-width {
    width: 90%;
    margin: 48px auto;
  }

  .landing-form-box > form input {
    margin-bottom: 24px;
  }

  .partnership p {
    font-size: 16px;
  }

  .article-box h5 {
    font-size: 20px;
  }

  .winner-buy-box > div > p:first-of-type {
    font-size: 26px;
  }

  .how-it-works > li > div {
    margin-bottom: 16px;
  }

  .how-it-works > li > div > img {
    max-width: 80px;
  }

  .how-it-works > li > p:first-of-type {
    font-size: 18px;
  }

  .how-it-works > li > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.3;
  }

  .how-it-works > li > div > p {
    margin-left: 60px;
  }

  .how-it-works > li > div > p::after {
    width: 14vw;
  }

  .brands-icons > ul > li {
    width: 22%;
  }

  .benefits-icons > ul > li {
    width: 50%;
  }

  .footer-nav ul {
    background: transparent;
    padding-right: 0;
  }

  .footer-webs-pay-button {
    width: 150px;
    margin: 24px auto 0;
    background-position: center bottom;
  }

  .footer-signup-form, .footer-signup-form > form {
    max-width: 100%;
  }

  .footer-block {padding: 47px 0 36px;}

  .footer-signup {

    float: none;

    width: 90%;

    max-width: 432px;

    margin: 0 auto;

    padding: 0;

  }

  .footer-signup-text {

    margin: 0 auto 14px;

    text-align: center;

  }

  .footer-signup h4 {text-align: center;}

  .footer-webs {

    float: none;

    width: auto;

    height: auto;

    text-align: center;

    padding: 46px 0 0;

  }

  .footer-contact {

    display: none;

    float: none;

    width: auto;

    text-align: center;

    padding: 35px 0 0;

  }

  .footer-contact-phone {

    float: none;

    width: auto;

    margin: 0 0 26px;

  }

  .footer-contact-phone a {

    width: 100%;

    max-width: 432px;

    margin: auto;

    display: block;

    font-size: 16px;

    padding: 18px 0 18px 28px;

    font-weight: 500;

    background: transparent url("../svg/phone-icon.svg") no-repeat 126px center/18px;

    border-radius: 2px;

    border: solid 1px #ba9051;

    color: #ba9051;

  }

  .footer-contact-text {

    display: none;

    float: none;

    width: auto;

    margin: 0 0 33px;

    text-align: center;

  }

  .footer-contact-text2 {
    display: none;
  }

  .footer-signup {
    width: 100%;
  }

  .footer-signup-form {
    position: relative;
  }

  .signup-input-holder {
    padding: 0;
  }

  .signup-button {
    position: absolute;
    top: 0;
    right: 0;
    /*height: 54px;*/
    z-index: 1;
    /*border-radius: 0;*/
    background: #ba9051;
    color: #fff;
  }

  .footer-webs-holder {
    margin-bottom: 72px;
  }

  .footer-nav {
    border: none;
  }

  .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    max-width: 432px;
    margin: auto;
  }

  .footer-nav li.gold {
    position: relative;
    padding: 19px 34px 16px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: #ba9051;
    border-radius: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 1;
    margin: 0 auto;
  }

  .footer-nav li.gold a {
    color: #fff;
    opacity: 1;
    margin-bottom: 0;
    line-height: 1;
  }

  .how-it-works.with-margin-new {
    margin-bottom: 36px;
  }

  .footer-nav li:first-child {
    width: 100%;
    text-align: center;
  }

  .footer-nav li a {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 16px;
    height: auto;
    line-height: 24px;
  }

  .footer-nav h4 {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
  }

  .logo img {width: 212px;}

  /*.header-nav-holder {margin: 0 0 0 210px;}*/

  .header-top-right {padding: 5px 0 0;}

  .package-block {
    flex-flow: wrap;
  }

  .package-item {
    width: 48%;
  }

  .main-page-description > h5 {
    text-align: center;
    max-width: 620px;
    width: 90%;
    margin: 0 auto 16px;
  }

  .main-page-description > p:first-of-type {
    text-align: center;
    max-width: 720px;
    width: 90%;
    margin: 0 auto 24px;
  }

  .main-page-description > p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  /*.main-page-description > p:nth-of-type(2) {
        width: 90%;
        text-align: center;
        margin: 0 auto 8px;
    }*/

  .main-page-description > ul {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
  }

  .main-page-list li a img:first-of-type, .main-page-list li > img:first-of-type {
    display: none;
  }

  .main-page-list li a img:nth-of-type(2), .main-page-list li > img:nth-of-type(2) {
    display: block;
  }

  .main-page-list > li {
    width: 100%;
  }

  .main-page-description {
    padding: 36px 0;
  }

  .main-slider .slick-slide .search-box {
    max-width: 570px;
    margin-left: -285px;
  }

  .main-slider .slick-slide {
    height: 480px;
  }

  .slide-container {
    height: 100%;
    padding-top: 90px;
    justify-content: center;
    bottom: 0;
  }

  .slide-container > div {
    padding: 0;
  }

  .slide-container > div > img {
    position: relative;
    order: 1;
    margin: 0 auto 32px;
    right: 0;
  }

  .slide-container > div > p {
    text-align: center;
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .slide-container > div > a {
    margin: 0 auto;
    order: 3;
  }

  .main-slider .slick-slide > img {
    width: 1152px;
    margin-left: -576px;
  }

  .partners-container > ul > li > img:nth-of-type(2) {
    display: none;
  }

  .partners-container > ul > li {
    border-color: #b98f55;
  }

  .partners-title {
    font-size: 32px;
  }

  .partners-container > p {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .partners-container > ul > li {
    width: 49%;
    margin: 0 0 16px 2% !important;
  }

  .partners-container > ul > li:nth-of-type(2n+1) {
    /*margin-left: 0 !important;*/
  }

  .contact-departments {
    padding-top: 32px;
  }

  .contact-departments > ul > li {
    width: 45%;
    margin-bottom: 64px;
  }

  .winner-item {
    width: 100%;
  }

  .main-page-symbol .main-page-box-wrapper > img:first-of-type {
    display: none;
  }

  .main-page-box-wrapper > img:nth-of-type(2) {
    display: block;
  }

  .main-page h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .main-page-box, .main-page-symbol .main-page-box {
    padding: 0 0 30px 30px;
  }

  .main-page-title {
    font-size: 22px;
  }

  .brand-expirience-main-item {
    padding-bottom: 24px;
  }

  .main-page-winner-button {
    font-size: 16px;
  }

  .main-page-box-wrapper, .main-page-winner, .brand-expirience-main {
    margin-bottom: 48px;
  }

  .main-page-winner, .brand-expirience-main.for-news {
    padding: 48px 0;
  }

  .brand-expirience-button {
    padding: 0 24px;
    font-size: 16px;
  }

  .brand-expirience-main-item {
    margin-bottom: 24px;
  }

  .form-main-tabs {margin: 0 -20px 1px;}

  .form-main-tabs br {display: inline;}

  .form-main-tabs a {padding: 13px 0 0;}

  .form-col-left {

    display: block;

    width: auto;

    margin: 0;

    float: none;

  }

  .form-col-right {

    display: block;

    width: auto;

    float: none;

  }

  .form-tab-content {

    margin: 0 -20px;

  }

  .form-flex, .form-flex .form-item {

    display: block;

  }

  .form-reg-top {display: block;}

  .form-reg, .form-login {

    float: none;

    width: auto;

    max-width: 500px;

    margin: 0 auto;

  }

  .form-reg .form-main-title, .form-login .form-main-title {display: none;}

  .form-login {display: none;}

  .how-it-works-item-new {
    width: 100% !important;
    order: 2;
    height: auto;
  }

  .how-it-works-item-new br {
    display: none;
  }

  .how-it-works-item-new.for-text {
    order: 1;
  }

  .how-it-works-item-new.item-number-1 {
    order: 2;
  }

  .how-it-works-item-new.item-number-2 {
    order: 3;
  }

  .how-it-works-item-new.item-number-3 {
    order: 4;
  }

  .how-it-works-item-new.item-number-4 {
    order: 5;
  }

  .how-it-works-item-new.item-number-5 {
    order: 6;
  }

  .how-it-works-item-new.item-number-6 {
    order: 7;
  }

  .how-it-works-item-new.item-number-7 {
    order: 8;
  }

  .how-it-works-item-new.item-number-8 {
    order: 9;
  }

  .how-it-works-item-new.item-number-9 {
    order: 10;
  }

  .how-it-works-item-description, .how-it-works-item-time > span {
    font-size: 16px;
  }

  .how-it-works-item-time {
    position: relative;
    bottom: 0;
  }

  .how-it-works-item-title, .how-it-works-item-description {
    margin-bottom: 15px;
  }

  .how-it-works-special-list {
    min-height: 1px;
    padding: 10px 0;
  }

  .how-it-works-item-new.item-number-1:after {
    top: 100%;
    left: calc(50% - 12px);
    transform: rotate(90deg);
  }

  .how-it-works-item-new.item-number-7:after, .how-it-works-item-new.item-number-8:after {
    transform: rotate(180deg);
    top: 100%;
    left: calc(50% - 12px);
  }

  .how-it-works-item-new.item-number-4:after, .how-it-works-item-new.item-number-5:after, .how-it-works-item-new.item-number-6:after {
    transform: rotate(-90deg);
    top: 100%;
    left: calc(50% - 12px);
  }
}

@media screen and (max-width: 1023px) {

  .fixed-scroll-top.fixed {display: none;}

  .fixed-top {display: none;}

  .fixed-top.inner-page {display: block;}

  .header-mob {
    display: flex;
    justify-content: center;
  }

  .contact-us-mob {
    text-align: center;
    align-self: center;
    margin-right: 240px;
  }

  .social-mob {
    align-self: center;
  }

  .geo-mob, .nav-mob, .logo-mob {

    display: block;

    z-index: 50;

  }

  .logo-mob {
    width: 132px;
    height: 132px;
    top: 0;

  }

  .nav-mob{
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    height: 44px;
    line-height: 44px;
    width: 132px;
    text-align: center;
    text-decoration: none;
  }



  .news-item-big{

    height: auto;

  }



  .nav-mob img{

    width: 30px;

  }

  .header-top {display: none;}

  .header-nav {display: none;}

  .header-main {height: 590px;}

  .header-main .holder {height: 590px;}

  .header-slider {

    width: 100%;

    height: 590px;

  }

  .header-slider li{

    height: 590px;

  }

  .header-slider li img {width: 100%;}

  .news-info {padding: 17px 15px 19px;}

  .news-info-title {

    padding: 0 0 14px;

    font-size: 1.5em;

    line-height: 17px;

    border-bottom: 1px solid #fff;

  }

  .news-info-text {

    padding: 18px 0 0;

    font-size: 1.2em;

    line-height: 14px;

  }

  .footer-webs-holder {margin: 0 auto 30px;}

  .footer-web {

    float: none;

    display: inline-block;

    margin: 0 2px 6px;

  }

  .news-item-big {

    width: 49%;

    margin: 0 2% 2% 0;

  }



  .news-item-big .image{

    height: 60vw;

  }



  .news-item:nth-child(3n+3) {

    margin-right: 2%;

  }



  .news-item:nth-child(2n+2) {

    margin-right: 0;

  }

}

@media screen and (max-width: 960px) {

  .brands-item {

    width: 50%;

    margin: 0 0 40px;

  }



  .mob-nav-phone a{

    font-size: 26px;

    text-align: center;

    font-weight: 400;

    border:1px solid #b68f4d;

    padding: 20px 0;

    display: block;

    border-radius: 35px;

    margin: 30px 20px 0;

  }



  .mob-nav-phone a i{

    display: inline-block;

    margin-right: 10px;

    background: url("../png/phone-mobile.png") no-repeat;

    width: 23px;

    height: 23px;

  }



  .brands-item img{

    max-width: 100%;

  }

  .header-banner {margin: 0 0 51px;}

  h1,	h2 {

    margin: 0 auto 41px;

    font-size: 30px;

    line-height: 36px;

  }

  .our-winners .subtitle {
    margin: -20px auto 24px;
  }

  .subtitle {
    width: 90%;
    margin: -20px auto 24px;
  }

  .awards-why-text {
    padding: 0 0 51px;
    font-size: 18px;
    line-height: 24px;
  }

  .awards-banner {
    padding: 50px 0;
    font-size: 18px;
    line-height: 24px;
  }

  .our-winners {
    padding: 55px 0 0;
  }

  .our-winners-text {
    margin: 0 auto 55px;
    font-size: 18px;
    line-height: 24px;
  }

  .brands-item {
    width: 50%;
    margin: 0 0 40px;
  }

  .benefits-big {padding: 50px 0 50px;}

  .benefits-item {margin: 0 0 44px;}

  .map-block {padding: 50px 0 70px;}

  .academy-logo {margin: 0 0 50px;}

  .academy-logo img {max-width: 100%;}

  .academy-text {

    padding: 0 0 50px;

    font-size: 18px;

    line-height: 24px;

  }

  .academy-text p {margin: 0 0 24px;}

  .human-slider {margin: 0 0 70px;}

  .human-item {margin: 0 0 35px;}

  .quote-text {

    margin: 0 0 20px;

    font-size: 18px;

    line-height: 24px;

  }

  .quote-author {

    font-size: 16px;

    line-height: 24px;

  }

  .quote-block {margin: 0 0 70px;}

  .slick-dots li {margin: 0 4px;}

  .slick-dots button {
    width: 15px;
    height: 15px;
  }

  .slick-dots li+li {
    margin-left: 5px;
  }

  .article-title {margin: 0 0 37px;}

  .article-share {margin: 0 0 60px;}

  .symbol {margin: 0 0 70px;}

  .symbol-top-text {

    margin: 0 0 0 206px;

    font-size: 18px;

    line-height: 30px;

  }

  .symbol-top-info {

    margin: 0 0 61px;

    font-size: 18px;

    line-height: 30px;

  }

  .symbol-top {margin: 0 0 51px;}

  .symbol-info {

    font-size: 18px;

    line-height: 24px;

  }

  .symbol-info p {margin: 0 0 24px;}

  .symbol-img-min {

    width: 42%;

  }

  .symbol-img-big {

    width: 76%;

    margin: 0 -75px 0 -100px;

  }

  .winner-brand-item {

    width: 32%;

    margin: 0 0 2% 2%;

  }

  .winner-brand-item:nth-child(4n + 1){margin: 0 0 2% 2%;}

  .winner-brand-item:nth-child(3n + 1){margin: 0 0 2%;}

  .winner-category {margin: 0 0 55px;}

  .winner-country-item {width: 33%;}

}

@media screen and (max-width: 767px) {
  .fire-up-box-form-list > li > p {
    line-height: 1.1;
  }

  .fire-up-box-form-list > li > p > span {
    display: block;
    margin: 0 auto 5px;
  }

  .new_form_container .fire-up-box-form {
    padding-top: 30px;
  }

  .new_form_container .for-step-2 .fire-up-box-form {
    padding-top: 50px;
  }

  .prev-form-step-btn {
    top: 15px;
    left: 25px;
  }

  .testimonials_slider .slick-slide .testimonials_slide_text {
    font-size: 28px;
  }

  .page_list_text {
    padding: 20px;
  }

  .new_form_apply_btn.for-footer {
    width: 90%;
  }

  .page_list_link.special {
    margin-bottom: 60px;
  }

  .new_form_bottom_wrapper > h1 {
    margin-bottom: 20px;
  }

  .testimonials_slider {
    padding: 0;
  }

  .testimonials_slider .slick-prev, .testimonials_slider .slick-next {
    top: 5px;
  }

  .testimonials_slider .slick-slide {
    padding-top: 70px;
  }

  .testimonials_slider .slick-dots li {
    margin: 0 8px;
  }

  .new_form_top_wrapper {
    padding-top: 110px;
  }

  .new_form_top {
    padding: 16px;
  }

  .new_form_title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .new_form_subtitle, .new_form_text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .new_form_apply_btn {
    margin-top: 16px;
  }

  .main-page-winner-inner {
    padding-bottom: 15px;
  }

  .how-it-works-item-title-special {
    font-size: 32px;
  }

  .how-it-works-item-time-special {
    font-size: 20px;
  }

  .slide-container > div.slide-container-inside > p:first-of-type {
    font-size: 16px;
  }

  .slide-container > div.slide-container-inside > p:nth-of-type(2) {
    font-size: 20px;
  }

  .package-line-holder {
    padding: 24px 0 0;
  }

  .main-page-winner {
    padding-bottom: 12px;
    background: #fff;
  }

  .full-list-wrapper {
    margin-top: 12px;
  }

  .main-page-list > li:last-of-type {
    margin-bottom: 0;
  }

  .footer-signup {
    display: none;
  }

  .footer-webs {
    padding-top: 0;
  }

  .brand-expirience-image img {
    height: auto;
  }

  .selection-criteria > h1 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .selection-criteria > p {
    font-size: 16px;
    margin: 0 auto 16px;
  }

  .subscribe-popup {
    padding:  48px 24px;
  }

  .subscribe-popup .popup-close-span {
    top: 24px;
    right: 24px;
  }

  .subscribe-popup > img {
    width: 100px;
    height: 100px;
  }

  .subscribe-popup .popup-title {
    font-size: 32px;
  }

  .subscribe-popup .popup-text {
    font-size: 18px;
  }

  .subscribe-popup .popup-close-btn {
    width: 100%;
    max-width: 288px;
    margin-top: 24px;
  }

  .main {
    /*padding-top: 20px;*/
  }

  .brands-icons > p:nth-of-type(2) {
    margin-bottom: 48px;
  }

  .logo-for-info {
    width: 110px;
  }

  .info-container > h1 {
    margin: 36px auto;
  }

  .info-container > p {
    font-size: 16px;
  }

  .partners-title {
    margin: 32px auto;
  }

  .main.for-compare, .category-wrapper {
    padding-top: 70px;
  }

  .brands-icons {
    margin: 36px auto 48px;
  }

  .header-mob-nav-phone-number {
    width: 90%;
    max-width: 325px;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
    padding: 18px 0 20px;
    border-radius: 100px;
    border: solid 1px #ba9051;
    line-height: 1;
  }

  .header-mob-nav-phone-number > span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ba9051;
    padding-left: 26px;
    line-height: 16px;
    background: url("../svg/phone_gold.svg") no-repeat left center/18px;
  }

  .benefits-icons > ul {
    margin-bottom: 48px;
  }

  .winners-search-container .search-box > p {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .main-page-winner.for-winners .title > h1 {
    margin-top: 36px;
  }

  .autocomplete-group-name {
    font-size: 10px;
  }

  .for-mobile.for-main-landing {
    padding-top: 20px;
  }

  .landing-main-container.for-main-landing .landing-form-box > p br, .category-box {
    display: none;
  }

  .landing-main-container.for-main-landing .landing-form-box > p {
    font-size: 16px;
    padding: 20px 0;
  }

  .landing-form-box > form {
    width: 90%;
    max-width: 288px;
    margin: 0 auto;
  }

  .landing-form-box.full-width > form button {
    width: 100%;
  }

  .landing-coverage > ul {
    margin: 0 auto 24px;
  }

  .form-box-wrapper {
    padding: 96px 0 64px;
    background: #f6f5f7;
    margin: 0 auto 48px;
  }

  .landing-main-container > p br {
    display: none;
  }

  .landing-form-box.full-width {
    padding: 0 0 24px;
    margin: 0 auto;
  }

  .landing-form-box.full-width > form > div input, .landing-symbol > ul > li:nth-of-type(2) > img {
    width: 100%;
  }

  .landing-symbol > ul > li:nth-of-type(2) > img {
    align-self: flex-start;
  }

  .landing-form-box.full-width > form > div {
    margin-bottom: 0;
  }

  .landing-info > p {
    text-align: left;
  }

  .brands-icons.for-landing > ul > li {
    width: 29%;
  }

  .landing-coverage > ul > li {
    width: 48%;
    margin-bottom: 12px;
  }

  .landing-form-box.full-width > span, .landing-form-box.full-width > h6 {
    display: none;
  }

  .landing-form-box.full-width > img {
    display: block;
  }

  .landing-form-box.full-width .for-mobile {
    display: block;
  }

  .partnership p {
    padding: 64px 0 0;
    background: url("../svg/department-4.svg") no-repeat center top/64px;
    text-align: center;
  }

  .partner-info > p > a, .partner-info a {
    margin-bottom: 24px;
  }

  .article-container {
    padding: 50px 0 32px;
  }

  .winner-buy-box > div > p:nth-of-type(2) {
    margin-bottom: 16px;
  }

  .article-box table tr td {
    padding: 15px 10px;
  }

  .article-box table tr, .article-box table tr td a {
    font-size: 12px;
  }

  .article-box h6, .article-box h5, .winner-buy-box > div > p:first-of-type {
    font-size: 18px;
  }

  .article-box h5 br {
    display: none;
  }

  .article-box blockquote {
    font-size: 18px;
    background-size: 24px;
    padding: 0 32px;
  }

  .article-box p, .article-box ul > li, .article-box ol > li, .article-box ul > li p, .article-box ol li p, .article-box > a, .article-box p a {
    font-size: 16px;
  }

  .article-title-box > h3 {
    font-size: 28px;
  }

  .how-it-works > li {
    width: 100%;
    position: relative;
    margin-bottom: 90px;
  }

  .how-it-works > li:last-of-type {
    margin-bottom: 0;
  }

  .how-it-works > li:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 2px;
    height: 50px;
    margin-left: -1px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }

  .how-it-works > li > div > p::after {
    display: none;
  }

  .brands-icons > h2 {
    font-size: 28px;
  }

  /*.brands-icons > p:first-of-type {*/
  /*  font-size: 20px;*/
  /*}*/

  /*.brands-icons > p:nth-of-type(2) {*/
  /*  font-size: 14px;*/
  /*}*/

  .brands-icons > ul > li {
    width: 30%;
  }

  .benefits-icons > ul > li {
    width: 100%;
    padding: 90px 0 0;
    background-size: 80px;
    margin-bottom: 48px;
  }

  .benefits-icons > ul > li > p:first-of-type {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .benefits-icons > ul > li > p:nth-of-type(2) {
    font-size: 14px;
  }

  .mob-nav2 .social-mob {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 30px auto 40px;
  }

  .mob-nav2 .social-mob > li, .mob-nav2 .social-mob > li > a {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .mob-nav2 .social-mob > li > a {
    background-image: url("../svg/fb.svg");
  }

  .mob-nav2 .social-mob > li+li > a {
    background-image: url("../svg/insta.svg");
  }

  .mob-nav2 .social-mob > li+li+li > a {
    background-image: url("../svg/linkedin.svg");
  }

  .mob-nav2 .social-mob > li+li {
    margin-left: 36px;
  }

  .header-mob-nav-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(185, 143, 85, 0.1);
    padding: 11px 32px;
  }

  .header-mob-nav-bottom > p {
    font-size: 12px;
    color: #464646;
    line-height: 1.3;
    /*align-self: center;*/
  }

  .header-mob-nav-bottom > p > a {
    display: block;
    font-weight: bold;
    color: #b98f55;
    text-decoration: none;
  }

  .header-mob-nav-bottom > a {
    display: block;
    /*align-self: center;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #464646;
    text-decoration: underline;
    padding-left: 28px;
    margin: 12px 0 6px;
  }

  .mob-nav-top {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 30px;
  }

  .mob-nav-top > li {
    text-align: center;
  }

  .mob-nav-top > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0;
    text-decoration: none;
    line-height: 1;
  }

  .header-mob-nav {
    position: relative;
    height: 44px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .header-mob-nav {
    margin-bottom: 75px;
  }

  .header-mob-nav > .close-mob {
    width: 132px;
    height: 43px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
  }

  .header-mob-nav > .close-mob > span {
    display: inline-block;
    font-size: 10px;
    line-height: 44px;
    padding-left: 20px;
    background: url("../svg/cross_mob.svg") no-repeat left center/16px;
    color: #000;
    text-transform: uppercase;
  }

  .header-mob .button {
    text-align: center;
    background: transparent;
    padding: 8px 0;
  }

  .header-mob .button > span {
    /*width: 100px;*/
    /*padding: 8px 0 10px;*/
    /*font-size: 10px;*/
    /*line-height: 1;*/
    /*border-radius: 100px;*/
    /*background: #b98f55;*/
    /*display: inline-block;*/
  }

  .logo-mob {
    width: 110px;
    height: 110px;
    margin-left: -55px;
  }

  .nav-mob > span {
    font-size: 10px;
  }

  .contact-us-mob, .social-mob {
    display: none;
  }

  .table-block td {
    width: 10%;
    font-size: 14px;
    line-height: 24px;
  }

  .table-block td:first-child {
    width: auto;
  }

  .table-block th, .table-block .table-bottom td {font-size: 16px;}

  .winner-profile-wrapper .title h1 {
    margin: 32px auto;
  }

  .article-box__content > div p, .article-box__content > div p a, .article-box__content > div a, .article-box__content > div ul li, .article-box__content > div ol li {
    font-size: 16px;
  }

  .header-banner {height: 300px;}

  .fixed-bot {display: none;}

  .how-item{

    width: 100%;

  }

  .winner-category-link{

    display: none;

  }

  .how {

    max-width: 360px;

    margin: 0 auto;

  }

  .form-select {

    width: 300px;

    font-size: 16px;

    color: #ba9051;

    border-bottom: 1px solid #ba9051;

    display: block;

  }

  .news-item:nth-child(3n+3) {

    margin-right: 0;

  }

  .news-item {

    display: block;

    float: none;

    width: auto;

    margin: 0 0 7px;

  }



  .how-num:after{

    display: none;

  }



  .news-item:first-child {margin: 0 0 7px;}

  .news-item-big {

    width: auto;

    margin: 0 0 7px;

    max-height: none;

  }

  .news-item img {

    width: 100%;

  }

  .news-line-hide {display: none;}

  .all-news {

    float: none;

    width: auto;

    padding: 15px 0 0;

    font-size: 14px;

    text-align: center;

  }

  .news-holder {

    overflow: hidden;

    margin: 0 0 46px;

  }

  .benefits-item {width: 100%;}

  .benefits-big .benefits-item {margin: 0 0 40px;}

  .benefits-big {padding: 50px 0 10px;}

  .map-scheme {

    float: none;

    width: auto;

    padding: 0;

  }

  .map-column {

    float: none;

    width: auto;

    margin: 0;

    padding: 34px 0 0;

    text-align: center;

  }

  .package-block {

    max-width: 400px;

    margin: 0 auto 24px;

  }

  .package-item, .package-block.package-grey .package-item {

    width: 100%;

    margin: 0 0 15px;

    padding: 40px 0 30px;

  }

  .package-item:first-child {margin: 0 0 15px;}

  .package-bottom-text {

    margin: 0 auto 24px;

    font-size: 18px;

  }

  .package-bottom-link {

    margin: 0 0 34px;

    font-size: 16px;

  }

  .package-recommend {

    position: relative;

    top: auto;

    left: auto;

    right: auto;

    margin: 0 0 15px;

  }

  .how {

    max-width: 360px;

    margin: 0 auto;

  }



  .how-item:before {left: 43px;}

  .article-title {

    font-size: 18px;

    line-height: 27px;

  }

  .article-slider {margin: 0 0 8px;}

  .slick-thumbs {margin: 0 -4px;}

  .slick-thumbs li {padding: 0 4px;}

  .article-bottom .article-share {

    float: left;

    clear: left;

    padding: 10px 0 0;

  }

  .package-info-inner {

    font-size: 18px;

    line-height: 24px;

  }

  .winner-category-item {

    display: block;

    margin: 0 0 30px;

    text-align: center;

  }

  .winner-category-holder {display: inline-block;}

  .winner-brand-item {

    width: 48%;

    margin: 0 0 4% 4%;

  }

  .winner-brand-item:nth-child(4n + 1){margin: 0 0 4% 4%;}

  .winner-brand-item:nth-child(3n + 1){margin: 0 0 4% 4%;}

  .winner-brand-item:nth-child(2n + 1){margin: 0 0 4%;}

  .article-video-block iframe {

    height: 360px;

  }

  .article-item {

    width: 48%;

    margin: 0 0 4% 4%;

  }

  .article-item:nth-child(3n + 1){margin: 0 0 4% 4%;}

  .article-item:nth-child(2n + 1){margin: 0 0 4%;}

  .winner-country-item {width: 50%;}

  .package-block {
    flex-flow: column;
    justify-content: center;
  }

  .main.special {
    padding-bottom: 0;
  }

  .main-page-list > li+li {
    position: relative;
    /*height: 225px;*/
    height: auto;
  }

  .main-page-list > li+li+li {
    height: 275px;
  }

  .main-page-list > li+li > img, .main-page-list > li+li a img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 462px;
    margin-left: -231px;
    max-width: 500%;
  }

  .main-page-list > li:nth-of-type(2) > img {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
  }

  .main-page-list > li+li+li a img {
    width: 608px;
    margin-left: -304px;
  }

  .main-page-list > li:nth-of-type(4) a img {
    left: 0;
    margin-left: 0;
  }

  .main-page-description > ul > li, .main-page-description > ul > li > p {
    font-size: 14px;
  }

  .main-page-description > p:first-of-type {
    margin-bottom: 12px;
  }

  .main-page-description > p:first-of-type, .main-page-description > p:nth-of-type(2) {
    font-size: 16px;
  }

  .main-page-list .main-page-box {
    padding-left: 24px;
  }

  .main-page-description {
    padding: 24px 0;
  }

  .main-page-tag {
    font-size: 32px;
  }

  .main-page-description > h5 {
    font-size: 28px;
    text-align: center;
  }

  .main-page-description > p:first-of-type {
    text-align: center;
  }

  .search-box > form > input {
    line-height: 52px;
    padding: 0 50px 0 15px;
    font-size: 12px;
  }

  .main-slider .slick-slide .search-box {
    margin-top: -120px;
  }

  .search-box > p, .main-slider .slick-slide .search-box > p {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .search-box > form > button {
    width: 60px;
    background-size: 20px;
  }

  .main-slider .slick-slide .search-box {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    left: 5%;
  }

  .main-slider .slick-prev {
    left: 50%;
    margin: 0 0 0 -48px;
    bottom: 24px;
    width: 28px;
    height: 28px;
  }

  .main-slider .slick-next {
    right: 50%;
    margin: 0 -48px 0 0;
    bottom: 24px;
    width: 28px;
    height: 28px;
  }

  .slide-container {
    padding: 64px 0;
  }

  .slide-container > div > p br {
    display: none;
  }

  .slide-container > div > p {
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto 32px;
  }

  .partner-info {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    align-self: flex-start;
    padding: 0 24px 24px;
  }

  .partner-info > a {
    margin-bottom: 24px;
  }

  .contact-form {
    padding-bottom: 48px;
  }

  .contact-departments > ul > li {
    font-size: 16px;
  }

  .contact-departments {
    padding-bottom: 32px;
  }

  .contact-departments > p, .contact-form > p:first-of-type, .contact-main > p, .partners-title {
    font-size: 28px;
  }

  .contact-departments > ul > li {
    width: 100%;
    padding-top: 115px;
    background-size: 100px;
    margin-bottom: 48px;
  }

  .contact-form form > div > p:first-of-type {
    position: relative;
    left: 0;
    text-align: left;
    margin-bottom: 12px;
    line-height: 1;
  }

  .article-slider-box .slick-prev {
    left: 12px;
  }

  .article-slider-box .slick-next {
    right: 12px;
  }

  .article-slider-box {
    margin-bottom: 0;
  }

  .profile-contacts > li {
    width: 100%;
    margin-bottom: 16px;
  }

  .winner-item-description {
    width: 100%;
    margin-top: 0;
  }

  .main-page-symbol .main-page-box {
    padding-left: 20px;
  }

  .main-page h2 {
    font-size: 24px;
  }

  .main-page {
    padding-top: 0;
  }

  .main-page-title {
    font-size: 18px;
  }

  .main-page-symbol li, .brand-expirience-main-item, .brand-expirience-main.for-news .brand-expirience-main-item {
    width: 100%;
  }

  .main-page-winner-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .main-page-winner-button {
    font-size: 14px;
  }

  .main-page-winner-image {
    margin-bottom: 24px;
  }

  .main-page-winner-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    bottom: -25px;
  }

  .main-page-winner-item {
    padding: 0 0 20px;
    margin-bottom: 0;
    width: 100%;
  }

  .holder.special .title h1 {
    padding-top: 100px;
    background-size: 80px;
  }

  .package-info-item-number {
    top: 10px;
  }

  .package-info-block {
    margin-bottom: 36px;
    border: 1px solid #f6f6f6;
  }

  .package-info-item {
    width: 100%;
  }

  .package-info-item img:hover {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }

  .package-line-holder {
    flex-flow: wrap;
  }

  .package-line-name {
    width: 100%;
    border: none;
  }

  .package-line-price {
    width: 100%;
  }

  .footer-contact-text2 {
    width: 288px;
    margin: auto;
  }

  .form-tab-content {
    padding: 25px 20px 30px;
  }

  .winners-search-container .year-box > a+a, .main-slider .slick-slide .search-box .year-box > a+a {
    margin-left: 14px;
  }

  .winners-search-container .year-box > a, .main-slider .slick-slide .search-box .year-box > a {
    font-size: 10px;
  }
}

@media screen and (max-width: 760px) {
  .article-share.for-article p {
    display: none;
  }

  .article-info .date {
    top: 0;
    right: 0;
    margin: 0;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .symbol-top-text, .symbol-top-info, .symbol-info {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .symbol-top, .symbol-top-info {
    margin-bottom: 24px;
  }

  .symbol {
    margin-bottom: 48px;
  }

  .inner-page .fixed-nav li {margin: 0 0 0 20px;}

  .inner-page .fixed-nav li:first-child {margin: 0;}

  .modal-thank{

    width: 90%;

    left: 5%;

    margin-left: 0;

    background: white;

    padding: 30px;

  }

  .package-line {

    padding: 55px 0 0;

    margin: 0 0 28px;

    text-align: center;

  }

  .package-line-holder {

    display: block;

    width: auto;

  }

  .package-line-name {

    display: block;

    width: auto;

    margin: 0 0 20px;

  }

  .package-line-price {

    display: block;

    width: auto;

    margin: 0 0 20px;

  }

  .package-line-text {

    display: block;

    width: auto;

    margin: 0 0 20px;

  }

  .package-line-button {

    display: block;

    width: auto;

    text-align: center;

  }

  .package-line-bottom {

    margin: -20px 0 0;

    padding: 0 0 35px;

  }

  .symbol-top-logo {

    float: none;

    width: 194px;

    margin: 0 auto 30px;

  }

  .symbol-top-text {

    margin: 0;

  }

  .subscribe-modal{

    width: 90%;

    margin-left: 0;

    left: 5%;

    padding: 30px;

  }



  .subscribe-modal .title{

    font-size: 16px;

    line-height: 22px;

  }

}

@media screen and (max-width: 600px) {
  .winner-item-box.for-profile {
    flex-flow: wrap;
  }

  .winner-item-box > li:first-of-type {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .winner-item-box > li:nth-of-type(2) {
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
  }

  .winner-item-box > li:first-of-type > a, .winner-item-box > li:first-of-type > a > img {
    width: 150px;
    margin: 0 auto;
  }

  .years-amount.second > p:first-of-type {
    margin-bottom: 10px;
  }

  .winner-buy-box > div {
    position: relative;
    background: #fff;
    color: #000;
    padding: 24px 0;
    border: 1px solid #b98e54;
  }

  .winner-buy-box > div > p:first-of-type, .winner-buy-box > div > p:nth-of-type(2) {
    color: #000;
  }

  .winner-buy-box::before {
    display: none;
  }
}

@media screen and (max-width: 560px) {

  .header-main {height: 500px;}

  .header-main .holder {height: 500px;}

  .header-slider {

    width: 100%;

    height: 500px;

  }



  .header-slider li{

    height: 500px;

  }

  .caption {

    bottom: 20px;

    left: 50%;

    width: 280px;

    margin-left: -140px;

    padding: 16px 5px 12px;

    text-align: center;

  }

  .caption-white {

    margin: 0;

    font-size: 14px;

  }

  .caption-big {

    margin: 0;

    font-size: 24px;

    line-height: 30px;

    letter-spacing: 0;

  }

  .caption-min {

    margin: -5px 0 0;

    font-size: 11px;

    letter-spacing: 0;

  }

  .caption-point {

    display: inline-block;

    padding: 0 0 0 15px;

    margin: 0 0 0 12px;

    background: url(../png/point.png) 0 11px no-repeat;

  }

  .package-info-inner {

    font-size: 14px;

    line-height: 22px;

  }

  .symbol-img-min {

    width: 42%;

  }

  .symbol-img-big {

    width: 76%;

    margin: 0 -45px 0 -100px;

  }

  .article-item {

    width: 100%;

    margin: 0 0 15px;

  }

  .article-item:nth-child(3n + 1){margin: 0 0 15px;}

  .article-item:nth-child(2n + 1){margin: 0 0 15px;}

  .winner-country-item {width: 100%;}

  .winner-result-item {width: 100%;}

  .thanks-popup {

    width: 300px;

    padding: 35px 10px 32px;

  }
}

@media screen and (max-width: 500px) {
  .fire-up-box-form-container-item-input.valid {
    background-position: 97% 18px;
  }

  .partners-container > ul > li {
    width: 100%;
    margin: 0 auto 16px !important;
  }

  .how-it-works-special-list {
    flex-flow: wrap;
    padding: 0;
  }

  .how-it-works-special-list > li {
    width: 100%;
    padding: 0 5px;
  }

  .how-it-works-special-list:after, .how-it-works-special-list:before {
    display: none;
  }

  .how-it-works-special-list > li:first-of-type {
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .how-it-works-special-list > li:first-of-type:before {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .how-it-works-special-list > li:first-of-type:after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: #cbb36e;
    position: absolute;
    content: 'OR';
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    bottom: -25px;
    left: calc(50% - 25px);
    z-index: 2;
  }
}

@media screen and (max-width: 480px) {
  .brands-icons > ul > li {
    width: 50%;
  }

  .form-button {

    display: block;

    width: 100%;

    max-width: none;

    margin: 0 0 20px;

  }

  .form-file-list {

    display: block;

    margin: 0;

    padding: 20px 0 10px;

  }

  .form-box {

    margin: 0 -20px;

    padding: 25px 20px 30px;

  }

  .form-reg-block, .form-login-block {

    margin: 0 -20px;

    padding: 25px 20px 30px;

  }

}

@media screen and (max-width: 479px) {
  .winner-item-description > div > a:first-of-type {
    width: 100%;
    margin: 0 0 16px;
  }

  .winner-item-description > div > a:nth-of-type(2) {
    text-align: center;
    width: 100%;
  }

  .footer-contact-phone a {
    background: transparent;
    padding-left: 0;
  }

  .package-info-block {

    display: block;

    width: auto;

    margin: 0;

  }

  .package-info-item {

    display: block;

    width: auto;

  }

  .package-info-inner {

    display: block;

    margin: 0 auto;

    font-size: 16px;

    line-height: 24px;

  }

  .winner-brand-item {

    width: 100%;

    margin: 0 0 15px;

  }

  .winner-brand-item:nth-child(4n + 1){margin: 0 0 15px;}

  .winner-brand-item:nth-child(3n + 1){margin: 0 0 15px;}

  .winner-brand-item:nth-child(2n + 1){margin: 0 0 15px;}

  .article-video-block iframe {

    height: 300px;

  }

  .how {

    max-width: 300px;

  }

  .img-to-text{

    width: 100%;margin-bottom: 20px}

}

@media screen and (max-width: 420px) {

  body {overflow-x: hidden;}

  .human-slider{

    display: none!important;

  }

  .signup-input {
    padding-left: 16px;
  }

  .package-bottom-link{

    display: none!important;

  }

  #join_us .logos{

    display: block;

  }

  .main-thank{

    padding-bottom: 20px;

  }

  .main{

    padding-bottom: 0;

  }

  .footer-block{

    padding-top: 36px;

  }

  .footer-copy{

    padding-top: 0;

  }

  #join_us textarea{

    display: none;

  }

  .mob-nav-phone a{

    font-size: 16px;

  }

  .how-icon:after{

    display: block;

  }

  .modal-thank .title{

    font-size: 48px;

    margin-bottom: 15px;

  }

  .bg-slider{

    height: 400px;

  }

  .slide-bg-right, .slide-bg-left{

    top: 70%;

  }

  .bg-slider .item{

    height: 400px;

  }

  .subscribe-modal img{

    /*display: none;*/

  }

  .subscribe-modal form{

    width: 100%;

  }

  .bg-slider-index{

    display: none!important;

  }

  .item-ony-mobile{

    height: 400px;

    margin-bottom: 30px;

    display: block;

    margin-top: -110px;

  }

  .item-ony-mobile img{

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

  .main-page {
    padding-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .main-page-winner-item {
    width: 100%;
  }

  .winners-search-container .year-box, .main-slider .slick-slide .search-box .year-box {
    flex-flow: wrap;
  }

  .winners-search-container .year-box > a, .main-slider .slick-slide .search-box .year-box > a {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 375px) {
  .search-box > form > input {
    font-size: 10px;
    padding-right: 40px;
  }

  .search-box > form > button {
    width: 50px;
  }

  .landing-form-box > p {
    font-size: 15px;
  }

  .contact-main > img:nth-of-type(4) {
    display: none;
  }

  .contact-main > img:nth-of-type(5) {
    display: block;
  }

  .landing-main-container > h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 370px) {
  .nav-mob, .header-mob .button, .header-mob-nav > .close-mob {
    width: 106px;
  }

  .header-mob .button > span {
    width: 86px;
  }
}

.slick-slide > div > div, .slick-slide > div {
  display: block !important;
  height: 100%;
}

span.package__after-price-text {
  width: 100%;
  display: block;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
