::selection {background: #0340f0;}
::-moz-selection {background: #0340f0;}
::-webkit-selection {background: #0340f0; color:#fff;}

.main-text {
    max-width: 550px;
    position: relative;
}
.main-right {
     width: auto;
}
.yellow {
    color: #0340f0;
	font-weight: 900;
}
.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
    color: #0340f0;
}
.fancy-form {
    background: #0340f0;
}
.main-text:before, .nav.navbar-nav li a:after, .section-btn__inner2 a.yellow:after, .juri-list ul li:before, .good-luck:before, .partners-title:before, .requirements-list ul:after {
    background: #0340f0;
}
.sponsors__title {
    color: #0340f0;
}
.sponsors__title:before, .sponsors__title:after {
	opacity:0.25;
}	
.sponsors__list {
    /*border-bottom: 1px solid rgba(114, 122, 132, 0.25);*/
    border-bottom: 1px solid transparent;
}	
.owl-dot.active {
    background-color: #0340f0 !important;
}
.about-list>ul>li:before {
    content: "";
    background: url(../images/premium-living/check-li-blue.png) no-repeat;
	width: 20px;
    height: 24px;
    top: 0px;
}
.about-list-mini ul>li:before {
    background: #0340f0;
}
.section-btn {
    background: #0340f0;
}
.owl-prev:before, .owl-next:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
}
.owl-next:before {
    content: "";
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
    background-position: -115px -15px;
}
.newsletter {
    border: 8px solid #0340f0;
}
.blue{
    color: #0340f0;
}
.juri-showmore a:before{
    content: "";
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
	background-position: -115px -15px;
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
}	
.juri-showmore a:hover:before{
    background-position: -315px -15px;
}	
.feature__number {
    color: rgba(3, 64, 240, 0.2);
}
.feature {
    background-image: linear-gradient(to bottom, #000105, #010c2e);
}
.requirements-list li:before {
    color: #0340f0;
}
.requirements-list li:after {
    background-color: #0340f0;
}
.stage__title {
    color: #f6ffa1 !important;
}
.section-special-nominations:before {
    content: '';
    display: block;
    width: 1683px;
    height: 556px;
    background: transparent url(../images/premium-living/section-nominations-bg-blue.png) 
}
.rewarding-text {
    color: #fff;
}
.section-special-nominations .title {
    background-image: url(../images/text-bg.jpg);
}
 .award-gallery .slick-arrow:before {
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
}
.award-gallery .slick-arrow_next:before{
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
}
.header-top {
    background-color: #000000;
}
/*#gradient2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(rgba(15, 15, 23, 0.87), rgba(8, 14, 33, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
#top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right,rgba(3, 13, 44, 0.9),rgba(3, 13, 44, 0.9));
}*/
.main-right img {
    margin-right: 176px;
}
/*.main-logo {
    margin: 45px 0px 29px;
}*/
.news-title{
	color:#ffffff;
}
.news-title:hover{
	color:#0340f0;
}
.special-nomination__sponsor-site{
	color: #5c86ff;
}
.special-nomination:hover .special-nomination__img:after {
    background-color: #1b255f;
    background: linear-gradient(to right, #0340f0, #5c86ff);
    opacity: .75;
}
.juri-item:hover .juri-item-img:after {
    background: linear-gradient(to right, #0340f0, #5c86ff);
    opacity: .9;
}
.blue-color-list{
	
}
.about-list>ul>li ul {
    margin-left: -30px;
    padding: 0;
}
.about-list>ul>li ul>li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
}
.about-list>ul>li ul>li:nth-child(1):before {
    background: #0340f0;
}
.about-list>ul>li ul>li:nth-child(2):before {
    background: #c21b16;
}
.about-list>ul>li ul>li:nth-child(3):before {
    background: #f2cb30;
}
.about-list>ul>li ul>li:nth-child(4):before {
    background: #b30ec2;
}
.light-yellow{
	color:#ffff9e;
}

a.light-yellow:hover{
	color:#ffff9e;
}

.about-list-blue{
    margin-top: 30px;	
}
.section-actions__title {
    color: #ffff9e;
}

.news-item-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #050e29, #010c2c, transparent);
    z-index: 2;
    opacity: .6;
    background: linear-gradient(to top, #171717, #0b0b0b, transparent);
    z-index: 2;
    opacity: .8;
    -webkit-transition: background-color .4s ease-out, opacity .4s ease-out;
    -o-transition: background-color .4s ease-out, opacity .4s ease-out;
    transition: background-color .4s ease-out, opacity .4s ease-out;
}
.news-item-container {
    z-index: 100;
    position: relative;
}
.img-overlay {
    background-image: linear-gradient(to top, #ff000000, #ff000000);
    background-image: linear-gradient(to top, rgba(181, 181, 181, 0), rgba(50, 50, 50, 0.5));
}
.news-item:hover .img-overlay {
    background-image: linear-gradient(to top, #ff000000, #ffffff2e);
}
.news-item:hover .news-item-img:after {
    background: linear-gradient(to top, #0035cc, #0035cc, transparent);
}
.news-item:hover .news-item-container {
    padding: 0px 22px 25px 25px;
}
.news-title:hover {
	color:#ffff9e;
}
.news-date:after {
    content: "";
    width: 45px;
    height: 1px;
    background: #0340f0;
    display: block;	
    margin-top: 10px;
}
.news-date {
    margin: 22px 0px;
    color: #fff;
}
.newsletter-text {
    margin-top: 15px;
    margin-left: -5px;
}
.special-nominations-text {
    color: #fff;
    padding: 20px 0px 50px 0px;
    max-width: 970px;
}
.special-nomination__img:after {
    background-color: #010c2e;
    background-color: rgba(1, 12, 46, 0.75);
}
.section-actions:before {
    background-color: #111111;
}	
.juri-position:before {
    content: "";
    background: #fff;
}
.special-present .juri-block {
    min-height: auto;
    padding-bottom: 0px;	
}
.special-present{
	padding-top:0px;
	margin-top: 110px;
    margin-top: 10px;
    z-index: 10;
    position: relative;
}
.section-btn_type_2:before, .section-actions__title {
    background-color: #111111;
}	
.bold{
	font-family: 'GothamPro-Bold';
}
.advantages .section-btn__inner2{
	font-size:16px;
	text-align:center;
}	
.advantages .section-actions	{
	margin-top:0px;
}
.requirements-title{
	margin-bottom:45px;
}
.requirements-big{
	font-size:24px;
}
.stage {
    background-image: linear-gradient(to left, rgba(18, 20, 28, 0.6), rgba(2, 13, 45, 0.6));
}	
.stages .col-sm-3:nth-child(2) .stage {
    background-image: linear-gradient(to left, rgba(18, 20, 28, 0.6), rgba(2, 13, 45, 0.6));
}
.stages .col-sm-3:nth-child(3) .stage {
    background-image: linear-gradient(to left, rgba(18, 20, 28, 0.6), rgba(2, 13, 45, 0.4));
}
.stages .col-sm-3:nth-child(4) .stage {
    background-image: linear-gradient(to left, rgba(18, 20, 28, 0.6), rgba(2, 13, 45, 0.2));
}	
.stage__icon:before, .stage__icon:after {
    background-color: #0340f0;
}	
.stages-block .main-btn{
    display: block;
    margin: 0 auto;
    margin-top: 43px;
    float: none;
    max-width: 250px;
    font-stretch: condensed;		
}
	
.award-gallery-thumbs__img:after, .award-gallery-thumbs__item:after{
    background-image: linear-gradient(to left, #5c86ff, #0340f0);
}
.award-gallery-thumbs .slick-current .award-gallery-thumbs__img:after {
    opacity: .4;
}
.partners-title:before, .requirements-list ul:after {
    background: #0340f0;
}	
.partners-item:hover {
    background-image: linear-gradient(to left, rgba(92, 134, 255, 0.35), rgba(3, 64, 240, 0.35));
}	
.copyright {
    color: #9da2aa;
}	
.footer-big-text .bold{
    position: relative;
    display: inline-block;
}
.footer-big-text .bold:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #f4ee16;
    display: block;	
	position:absolute;
}
#list .fancy-form {
    background: #111111;
}
#list .requirements-list li:before {
    content: "";
    background: url(../images/premium-living/check-li-blue-big.png) no-repeat;
    width: 28px;
    height: 30px;
    margin-top: -15px;
}
#list .partners-title:before, #list .requirements-list ul:after {
	display:none;
}	
#list .requirements-list li {
    font-size: 14px;
    padding: 28px 70px;
    padding-left: 80px;
}	
#list .requirements-list li:after {
    width: 20px;
    top: 50%;
    left: 50px;
}	
#list .partners-btn a{
    display: block;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 43px;
    float: none;
    max-width: 380px;	
}
#list .fancybox-close-small:after {
    width: 30px;
    height: 30px;
    font-size: 40px;
    color: #44474d;	
}
#list  .fancybox-close-small:hover:after {
    color: #5c86ff;	
}
.nomination-title{
	
}

.award-item {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
}

.award-content-blue {
    display: block;
    background: url(../images/premium-living/konkurs-bg-image1.jpg) left center;
    color: #ecd583;
    position: relative;
    z-index: 2;
    text-decoration: none;
    outline: 0;
    padding: 10px;
}
.award-content-blue:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: url(../images/premium-living/konkurs-bg.jpg) bottom center;
    z-index: 3;
}
.awards-list .award-item:nth-child(2) .award-content-blue {
    background: url(../images/premium-living/konkurs-bg-image2.jpg) left center;	
}
.award-item-border{
	border:8px solid #000e36;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.award-item-border ul{
    background: url(../images/premium-living/konkurs-bg.jpg) top center;
    z-index: 10;
    position: relative;	
    list-style-type: none;
	padding:50px 60px;
}
.nomination-title{
	font-family: 'GothamPro-Regular';
	font-size:24px;
}
.nomination-qty{
	font-family: 'GothamPro-Bold';
	font-size:24px;
}
.award-item-border ul li{
    padding: 18px 0px;
    position: relative;
    border-top: 1px solid #494d50;	
}
.award-item-border ul li:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #5c86ff;
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
}
.award-item-border ul li:first-child{
	border:0px;
	padding-top:0px;
}
.award-item-border ul li:first-child:after{
	display:none;
}
.nomination-block-title{
	font-family: 'GothamPro-Bold';
    font-size: 30px;
    padding-left: 40px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 25px;
    margin: 30px 0px 10px 0px;
}
.award-item {
    flex-wrap: wrap;
}
.form-img {
    text-align: center;
}
.slogan span{
	font-family: 'GothamPro-Regular';
}
.main-left {
    margin-left: 70px;
}
.good-luck:before{
    background: #494d50;	
}
.section-actions-bg{
    background: url(../images/premium-living/center-logo-bg.jpg) top center;	
}
.section-actions-bg:before {
    background: url(../images/premium-living/center-logo-bg.jpg) top center;	
}
.section-actions-bg .section-btn_type_2{
	background: transparent;
	border: 10px solid #0340f0;
}
.section-actions-bg .section-btn_type_2:before {
    background-color: transparent;
}
.section-actions-bg .section-actions__title {
    background: url(../images/premium-living/center-logo-bg-title.png) top center;	
    background-position: -6px;	
}
.section-actions-bg  .section-btn__inner2 {
    padding: 30px 40px 25px;
}
.section-actions-bg .main-btn{
	margin-top:0px;
}
footer{
    margin-top: 30px;
}
.awards .advantages-list {
    display: block;
    margin: 0px;
}
.award-item {
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 0;
	max-width:100%;
    overflow: visible;
    margin-bottom: 80px;
}
.award-item-left{
	width:50%;
	float:left;
    padding: 30px;
    box-sizing: border-box;
}
.award-item-right{
    float: left;
    max-width: 50%;
    width: 100%;
}
.award-item-gallery{
	margin-top:-50px;
    margin-bottom: -50px;
	box-sizing: border-box;
    margin-right: 39px;
}
.award-item-gallery .owl-carousel .owl-item img {
    min-height: 750px;
    max-height: 750px;
}
.award-item-gallery .owl-dot {
    background-color: #5f605f;
}
.award-item-gallery .owl-dot.active {
    background-color: #0340f0;
}
.award-item-gallery  .owl-dots {
    margin-right: 25px;
}
.award-item-gallery .owl-nav .owl-prev, .award-item-gallery .owl-nav .owl-next{
	z-index:100;
}
.award-item:not(:first-child) {
    margin-top: 105px;
}
.award-item:nth-child(even) .award-item-border {
    display: flex;
    flex-direction: row-reverse;
}
.award-item:nth-child(even) .award-item-gallery {
    margin-left: 39px;
    margin-right: 0;
}
.award-item:nth-child(even)  .owl-dots {
    right: auto;
    left: 0;
    margin-left: 25px;
}
.award-item:nth-child(even)  .owl-nav {
    margin: -35px 30px 0px 30px;
    float: left;
}
.advantages {
    padding: 0px 0px 80px 0px;
}
.awards-pretitle{
	font-family: 'GothamPro-Regular';
	font-size:30px;
	color:#fff;
    max-width: 970px;
    font-size: 25px;
}
.awards-pretitle-text .title{
    font-size: 25px;
}
.regular{
	font-family: 'GothamPro-Regular';
}
.black{
	font-family: 'GothamPro-Black';	
}
.awards-title .title{
	margin:0px;
}
.awards-title{
	margin-bottom:80px;
    margin-bottom: 120px;
    line-height: 40px;
}
.awards-kubok-text{
	margin-top:90px;
	position:relative;
}
.awards-kubok-text .container{
	position:relative;
}
.awards-kubok-text .awards-pretitle{
	max-width:755px;
    padding-top: 60px;
	z-index:10;
	position:relative;
}
.awards-kubok-img{
    /*background: url(../images/premium-living/center-logo-bg-new.png) top center;
	background-repeat:no-repeat;
	margin-top:110px;*/
    text-align: center;
}
.awards-kubok-text .container:before {
    content: '';
    display: block;
    width: 1160px;
    height: 323px;
    background: url(../images/premium-living/center-logo-bg-new.png) top center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -180px;
}
.awards-kubok-text .row{
	position:relative;	
    z-index: 3;
}

.awards-kubok-img img{
    margin-top: -521px;
    margin-bottom: -200px;
	margin-bottom: -300px;
	margin-left: 405px;
}
.section-special-nominations {
    margin-top: 60px;
	margin-bottom: 100px;
    padding-bottom: 50px;
}
.special-nominations-text b {
    background: url(../images/text-bg.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title span{
    -webkit-text-fill-color: #fff;
    letter-spacing: 0px;
    text-transform: initial;
}
.section-special-nominations span.blue{
	color:#5c86ff;
}
.awards img.left{
	margin:0px 50px 0px 40px;
	max-width:169px;
}
.section-special-nominations img.left{
	margin: -50px 30px 0px 0px;
	max-width:284px;
}
/*#gradient1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top,rgba(0, 0, 0, 1), rgba(255, 255, 255, 0),rgba(0, 0, 0, 1));
}
#gradient1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 1));
}
#top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right,rgba(0, 0, 0, 1), rgba(255, 255, 255, 0),rgba(0, 0, 0, 1));
}*/
.juri {
    padding: 70px 0px 20px 0px;
}
.tabs-content{
	margin-top:40px;
}
.juri-block {
    padding: 20px 0px 70px 0px;
}
.awards{
    margin-top: 100px;	
}
.rewarding  .rewarding-text {
    padding-left: 0px;
    max-width: 900px;
}
.rewarding  .section-actions {
    margin-top: 120px;
}
#top-video, #gradient2, #gradient1{
    height: 648px;
}

.sponsors__list {
    min-height: auto;
    line-height: auto;
    display: inline-block;
    padding: 15px 0px;
}
.special-nomination__sponsor-logo img{
    max-width: 200px;
    max-height: 60px;
    margin: 12px 0px;
}
.special-nomination__sponsor {
    position: absolute;
    bottom: 14px;
}
.special-nomination__sponsor-logo {
    display: block;
    max-width: 100%;
    height: 80px;
    line-height: 80px;
}
.partners-img img {
    max-width: 90%;
}
.juri-item-img:after {
    right: -1px;
    bottom: -1px;
}
.juri-item:hover .juri-item-img:after {
    right: 0px;
}
.about .counter-block .nominations-actions-text {
    margin-top: 12px;
}
.section-actions.counter-block .counter-design .end .number {
    padding: 7px 15px 10px 15px;
    height: auto;
    line-height: 48px;
    font-size: 40px;
}
.counter-design .number-wrapper.end:after{
	display:none;
}
.gray {
    color: #797979;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
footer .gray:hover{
	color: #fff;
}
.top-link:hover, a:focus {
	color: #355bc8;
}

/**************** news **************/
.form-news{
	margin:0px;
	padding:20px;
}
.fancy-form:before{
    z-index: 0;	
}
.form-news .form-content {
    z-index: 10;
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}
.form-news .news-list {
    counter-reset: section;
    z-index: 10;
    position: relative;
    margin: 30px 0px 0px 0px;
    font-family: 'GothamPro-Light';	
	color:#9da2aa;
	font-size:14px;
    max-height: 430px;
    overflow-y: scroll;
    padding-right: 40px;
}
.form-news .news-list p {
	padding:8px 0px;
	/*text-indent:20px;*/
}
.form-news .title {
    max-width: 100%;
    font-family: 'GothamPro-Regular';
    text-transform: none;
    color: #fff;
    -webkit-text-fill-color: white;
    background: transparent;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 50px;
}
.form-news .news-list p a{
    float: none;
}
.form-news .news-list img{
	margin:10px auto;
    display: block;	
	max-width:100%;
}
.form-news .news-list .news-images-list img{
	margin:auto;
    display: inline-block;	
	max-width: 49%;
    /* height: 100%; */
	margin:10px auto;
    margin-right: 1%;
}
.form-news .news-list .news-images-list img:nth-child(2n){
    margin-right: 0%;
}
.form-news .fancy-form{
    background-color: #111;
	padding: 30px 50px 35px 100px;
	padding: 30px 100px 35px 100px;
}
.form-news .fancy-form:before{
	display:none;
}
.form-news-date, .form-news-info{
	color:#9da2aa;
    font-family: 'GothamPro-Light';	
	font-size:14px;
	/*text-align:left;*/
}
.form-news .news-list p:first-child{
	color:#9da2aa;
    font-family: 'GothamPro-Light';	
	font-size:20px;
	padding-top:0px;
}
.form-news-title{
	color:#fff;
	min-width:55px;
    float: left;
}
.form-news-tag ul{
	float:left;
    margin-top: -10px;
}
.form-news-tag li{
	padding:10px 15px;
	background:#212121;
	margin-right:5px;
	border-radius:3px;
	float:left;
	list-style-type:none;
}
.form-news-info>div{
	clear:both;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	flex-flow: row nowrap;
}
.form-news-tag{
    margin: 25px 0px;
}
.form-news-link{
	margin-bottom:0px !important;
	position:relative;
}
.form-news-link a{
	position:relative;
	color:#9da2aa;
	transition:0.4s;
    max-width: 80%;
}
.form-news-link a:hover{
	color:#fff;
	opacity:0.9;
}
.form-news-link:after {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    /*position: absolute;*/
    margin: 2px 15px;	
    right: 0;
    background: transparent url(../images/news-link.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.form-news-info{
    border-top: 1px solid #242527;
    padding-top: 30px;
    margin-right: 40px;	
	position:relative;
}

.form-news ::-webkit-scrollbar { width: 3px; height: 3px;}
.form-news ::-webkit-scrollbar-button {  background-color: #303030; }
.form-news ::-webkit-scrollbar-track {  background-color: #303030; cursor:pointer;}
.form-news ::-webkit-scrollbar-track-piece { background-color: #303030; cursor:pointer;}
.form-news ::-webkit-scrollbar-thumb { height: 50px; background-color: #0340f0; cursor:pointer; border-radius: 3px;}
.form-news ::-webkit-scrollbar-corner { background-color: #303030;}
.form-news ::-webkit-resizer { background-color: #ffffff; cursor:pointer;}	

.form-arrows{
	position:absolute;
	right:0;
	bottom:0;
	margin:0!important;
}
.form-arrows>div{
	background:#212121;
	width:50px;
	height:50px;
	margin-left:2px;
	cursor:pointer;
}
.form-arrows>div:hover{
	background:#343434;
}


.form-arrows .arrow-left:before{
    content: '';
    display: block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    /* position: absolute; */
    /* margin: 2px 15px; */
    background: transparent url(../images/news-arrow-left.png) center center no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}
.form-arrows .arrow-right:before{
    content: '';
    display: block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    /* position: absolute; */
    /* margin: 2px 15px; */
    background: transparent url(../images/news-arrow-right.png) center center no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}

.fancybox-arrow{
	display:none;
}
.form-news .news-list .news-images-prizes img:first-child{
    max-width: 53.2%;
}
.form-news .news-list .news-images-prizes img:last-child{
    max-width: 45.2%;
}
.form-news .news-list  .news-images-left-small img:first-child{
    max-width: 36%;
}
.form-news .news-list .news-images-left-small img:last-child{
    max-width: 61%;
}
a.white:focus{
	color:#fff;
	text-decoration:underline;
}
a.white:hover{
	color:#fff;
	text-decoration:none;
}
.news-slider .news-item-img {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}
.awards-kubok-text-flip .container:before {
    left: -180px;
	right:auto;	
}
.awards-kubok-text-flip .awards-kubok-img img {
    margin-left: -303px;
    margin-top: -563px;
    padding-right: 200px;
}
.awards-kubok-text-flip  .awards-pretitle {
    max-width: 700px;
    float: right;
    padding-top: 108px;
    margin-bottom: 80px;	
}
#toTop {
    padding: 5px 3px;
    background: transparent;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 15px;
    display: none;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	z-index:900;
}
#toTop:before {
    content: "";
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
    background-position: -115px 0px;
    width: 100px;
    height: 100px;
    display: block;
	-webkit-transform: rotate(-90deg);
	-ms-transform:  rotate(-90deg);
    transform: rotate(-90deg);
	cursor:pointer;
	z-index:900;
}
#toTop:hover:before {
    content: "";
    background-image: url(../images/premium-living/sprite-arrows-blue.png);
    background-position: -315px 0px;
}
.special-nomination__title {
    min-height: 72px;
}
.sponsors {
    /*margin-top: -30px;
    display: inline-block;*/
    margin-top: -30px;
    display: inline-table;
}
.about {
    margin-top: 10px;
}	
.sponsors .nav.nav-tabs{
	max-width: 70px;
    max-height: 30px;
    overflow: hidden;		
}	
.sponsors .nav.nav-tabs li{
    display: none;
	transition:0.4s;
}
.sponsors .nav.nav-tabs li.active{
    display: block;
}	
.sponsors .btn.btn-primary {
	background-color:transparent;
	background-repeat:no-repeat;
	border:0px;
	margin-top: -40px;
}	
.sponsors .btnPrevious {
	background-image: url(../images/arrow-small.png);
	transform: rotate(180deg);
}		
.sponsors .btnPrevious:hover {
	background-image: url(../images/arrow-small-hover.png);
	transform: rotate(180deg);
}		
.sponsors .btnNext {
	background-image: url(../images/arrow-small.png);
}		
.sponsors .btnNext:hover {
	background-image: url(../images/arrow-small-hover.png);
}
.about .owl-dots {
    margin-right: 0;
	width: 30%;
	display:none !important;
}
.about-side.right{
	max-height:1000px;
	overflow:hidden;
}
.special-nomination__title {
    min-height: 72px;
}
.rewarding .main-btn{
    padding: 14px 30px 12px;	
}

.about-gallery img {
    transition: 0.4s !important;
}
.slick-slide img {
    display: block;
    width: auto;
    transition: 0.4s;
    height: 100%;
    max-height: -webkit-fill-available;
    margin: 0 auto;
}
.award-gallery__item {
    overflow: hidden;
    background: transparent !important;
}
.news-item_before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #1d2027 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}
.news-item-img:hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
.news-item:hover .news-item_before {
    /*z-index: 8;*/
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.news-slider .news-item-img {
    position: relative;
    z-index: 10;
}
.tab-pane .news-item-img {
    z-index: 100;
}
.news-item-container {
    z-index: 100;
    position: relative;
}
.news-item-img:hover .news-item-container{
    padding: 0px 25px 25px 25px;
}
.news-item-container {
    max-height: 258px;
}
.news-slider .news-item-img {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}
.winner_slider .news-item {
    max-width: 100%;
    min-height: 420px;
    overflow: visible !important;
    /*margin: 20px 0px 100px 0px !important;	*/
    margin: 20px 0px 20px 0px !important;    
}
.news-item:hover {
    margin-top: 0px !important;	
}

.winner_slider  .img-overlay {
    width: 100%;
    height: 270px;
    /*height: 220px;*/
}
.winner_avatar_img{
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    z-index: 100;
	width:100px;
	height:100px;
    width: 200px;
    height: 200px;
    background: #1d2027 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
	/*margin: 0 auto;*/
    position: relative;
    margin-left: 24px;
	float:left;
}
.winner_avatar_img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -2px;
    z-index: 2;
    /*opacity: .6;*/
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    /*background: linear-gradient(to top,rgba(30, 31, 32, 0.8), rgba(95, 95, 95, 0.5));*/
    background: rgba(37,41,49,0);
    background: -moz-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,49,0)), color-stop(100%, rgba(37,41,49,1)));
    background: -webkit-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -o-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    /* background: linear-gradient(to bottom, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252931', endColorstr='#252931', GradientType=0 );
}
.news-item_before_block{
	display:block;
    position: relative;
    overflow: hidden !important;	
}
.winner_avatar{
    /*bottom: -80px;*/
    /*position: absolute;*/
    z-index: 200;
    width: 100%;
    display: inline-block;
    text-align: center;
    /*display: none;*/
}
.winner_avatar .news-item {
    margin: 20px 0px 100px 0px !important;	
}
.winner_avatar_name {
    margin-top: 10px;
    float: left;
    width: 145px;
    z-index: 100;
    position: relative;	
    font-size: 16px;	
	vertical-align: middle;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
	height:200px;
    padding: 0px 5px;
}
.winner_avatar:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.winner_slider .news-item-container {
    min-height: 200px !important;
}
.winner_slider .winner_avatars_slider {
    margin-top: -50px;
    z-index: 700;
}
/*.winner_avatars_slider, .winner_avatar{
	display:none;
}*/
#winners_year_2016 .winner_avatars_slider, #winners_year_2016 .winner_avatar{
	display:block;
}
#winners_year_2017 .winner_avatars_slider, #winners_year_2017 .winner_avatar{
	display:block;
}
#winners_year_2018 .winner_avatars_slider, #winners_year_2018 .winner_avatar{
	display:block;
}
.winner_slider .owl-nav {
    margin-top: -140px;
}

a.light-yellow:hover, a.light-yellow:focus{
    color: #ffff9e;
	text-decoration:underline;
}

.sponsors {
    display: block;
    width: 100%;
}	
.sponsors__list  .owl-nav{
    display: none;		
}
.sponsors__list .owl-dots {
    display: block;
    position: relative;
    padding: 0;
    border-radius: 0;
    text-align: center;
    bottom: 0;
    right: auto;
    margin: 0 auto;
    max-height: 10px;
}	
.sponsors__list	.owl-dot {
    margin: 0px 10px;
    text-align: center;
}
.sponsors__list.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}

.sponsors__list.owl-carousel .owl-stage {
    position: relative;
    margin: 0 auto;
}
/*
.sponsors__list .owl-wrapper {
  display: table !important;
}
.sponsors__list .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.sponsors__list .owl-item > div {
  text-align: center;
}*/
.sponsors__list .owl-stage {
  display: flex;
  align-items: center;
}

.sponsors__item {
    display: inline-block;
}
.sponsors__list {
    max-height: 80px;
    overflow: hidden;
}

.sponsors__list.owl-carousel .sponsors__item{
    display: block;
}
.sponsors__list.owl-carousel{
    max-height: auto;
    overflow: initial;
}

.newsletter .main-btn {
    width: initial;
    transition: 0.4s;
    color: #000;
}
.news-date:after {
    margin-top: 15px;
}
.news-date {
    margin: 15px 0px;
}

.nav-tabs>li{
	min-width:71px;
}
.partners-hover{
	opacity:0.5;
	transition:0.4s;
}
.partners-item:hover .partners-hover{
	opacity:1;
}
.partners-item .partners-hover {
    display: inline-block;
}
.partners-img img{
	/*max-width:90%;*/
    max-width: 130px;
}
.partners-img {
    min-width: 197px;
}
/*.partners-list{
	display: inline-block !important;	
}*/
.partners-item{
	/*border-top:0px;*/
}
.partners-item:nth-child(1),.partners-item:nth-child(2),.partners-item:nth-child(3),.partners-item:nth-child(4),.partners-item:nth-child(5){
	/*border-top:1px solid #303437;*/
}
.partners-item:last-child{
	border-right: 1px solid #303437;
    border-bottom-width: 1px;	
}
.partners-item:nth-last-child(2), .partners-item:nth-last-child(3), .partners-item:nth-last-child(4), .partners-item:nth-last-child(5) {
    border-bottom-width: 1px;	
}
.partners-btn{
	position:relative;
	z-index:100;
}	
.youtube_video {
    height: 485px;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    height: 485px;
    max-width: 100;
    position: relative;
    z-index: 10;
}	
.youtube .play {
    background: transparent;
    background-size: 50px 58px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}
.gallery_item_video {
    height: 485px;
    background-position-y: -14px;
}
.award-item-border img{
	max-width: 538px;
}
.award-item-gallery {
    overflow: hidden;
    min-height: 790px;
    min-height: 790px;
    margin-bottom: -80px;
}	
.partners .tab-content>.tab-pane {
    display: none;
}
.partners .tab-content>.active {
    display: block;
}
/*.partners .tab-content{*/
	/*display:inline-block;*/
/*}*/

/*winners slider*/
.winner_slider .img-overlay {
    width: 100%;
    height: 270px;
    /* height: 220px; */
}
.news-item-container {
    z-index: 100;
    position: relative;
}
.news-item_before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #1d2027 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}
.winner_slider .news-item {
    max-width: 100%;
    min-height: 420px;
    overflow: visible !important;
    /*margin: 20px 0px 100px 0px !important;	*/
    margin: 20px 0px 20px 0px !important;    
}
.winner_slider .news-item_before_block {
    min-height: 470px;
}
.winner_slider .news-date:after {
    margin-top: 15px;
}
.tab-pane .news-item-img {
    z-index: 500;
}
.news-item-img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
.news-item:hover .news-item_before {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.news-item-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #050e29, #010c2c, transparent);
    z-index: 2;
    opacity: .6;
    background: linear-gradient(to top, #171717, #0b0b0b, transparent);
    z-index: 2;
    opacity: .8;
    -webkit-transition: background-color .4s ease-out, opacity .4s ease-out;
    -o-transition: background-color .4s ease-out, opacity .4s ease-out;
    transition: background-color .4s ease-out, opacity .4s ease-out;
}
.news-item-img:hover .news-item-container {
    padding: 0px 25px 25px 25px;
}
.winner_slider .news-item:hover {
    margin-top: 0px !important;	
}
.winner_slider  .img-overlay {
    width: 100%;
    height: 270px;
    /*height: 220px;*/
}
.winner_avatar_img{
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    z-index: 100;
	width:100px;
	height:100px;
    width: 200px;
    height: 200px;
    background: #1d2027 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
	/*margin: 0 auto;*/
    position: relative;
    margin-left: 24px;
	float:left;
}
.winner_avatar_img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -2px;
    z-index: 2;
    /*opacity: .6;*/
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    /*background: linear-gradient(to top,rgba(30, 31, 32, 0.8), rgba(95, 95, 95, 0.5));*/
    background: rgba(37,41,49,0);
    background: -moz-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,41,49,0)), color-stop(100%, rgba(37,41,49,1)));
    background: -webkit-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -o-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%);
    /* background: linear-gradient(to bottom, rgba(37,41,49,0) 0%, rgba(37,41,49,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252931', endColorstr='#252931', GradientType=0 );
}
.news-item_before_block{
	display:block;
    position: relative;
    overflow: hidden !important;	
}
.winner_avatar{
    /*bottom: -80px;*/
    /*position: absolute;*/
    z-index: 200;
    width: 100%;
    display: inline-block;
    text-align: center;
    /*display: none;*/
}
.winner_avatar .news-item {
    margin: 20px 0px 100px 0px !important;	
}
.winner_avatar_name {
    margin-top: 10px;
    float: left;
    width: 145px;
    z-index: 100;
    position: relative;	
    font-size: 16px;	
	vertical-align: middle;
    display: inline-block;
    display: flex;
    justify-content: left;
    align-items: left;
    box-sizing: border-box;
    margin: 0;
	height:200px;
    padding: 0px 5px;
	text-align: left;
    padding: 0px 50px 0px 30px;
}
.winner_avatar:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.winner_slider .news-item-container {
    min-height: 200px !important;
	margin-top: -50px;
    margin-bottom: 50px;
}
.winner_slider .winner_avatars_slider {
    margin-top: -50px;
    z-index: 700;
}
.winner_slider .owl-nav {
    margin-top: -140px;
    margin-top: 0px;
}
.winner_slider .winner_avatars_slider {
    max-width: 100%;
    overflow: hidden;
    z-index: 800;
    position: relative;
}
.winner_slider .news-item {
    overflow: hidden !important;	
}
.news-item_before_block {
    max-width: 370px;
}
.winner_avatars_slider .owl-controls{
	display:none;
}

/*winners slider*/
section {
	overflow: hidden;
}
.fancy-link{
    opacity: 0;
    display: block;
    color: transparent;
    position: absolute;	
}
.award-gallery-thumbs__wrapper .slick-slide{
	display:none;
}
.award-gallery-thumbs__wrapper .slick-active{
	display:block;
}

.news-item-container{
    z-index: 100;
    position: relative;	
}
.tab-pane .news-item-img {
    z-index: 500;
    position: absolute;
}
.img-overlay {
    background-image: linear-gradient(to top, #ff000000, #ff000000);
}
.news-item-img:hover .news-title {
    color: #ffff9e;
}
.winner_avatar:hover .winner_avatar_name  {
    color: #ffff9e;
}
.awards-kubok-text {
    overflow: visible;
}

.opinions-item:not(:last-child) {
    margin-bottom: 40px;
}

.opinions-text{
	border:3px solid #727a85;
	padding:50px 45px;
	box-sizing:border-box;
	font-size:16px;
	color:#999999;
    font-family: 'GothamPro-Light';	
}
.opinions-author{
	margin-top:20px;
    overflow: hidden;
}
.opinions-author img{
	float:left;
}
.opinions-author .opinions-text-block{
	float:left;
	max-width:70%;
	padding-top:40px;
}
.opinions-name{
	font-size:18px;
	color:#ffffff
}
.opinions-position{
    font-family: 'GothamPro-Light';	
	color:#f4ee16;
	font-size:14px;
	margin-top:8px;
	max-width:520px;
}
.opinions-author img{
    max-width: 200px;
    min-height: auto !important;
    margin-right: 20px;	
}
.opinions{
	margin:40px 0px;
}
.opinions .owl-dots {
    top: -80px;
}
.opinions-list{
    padding-bottom: 50px;
}
.opinions .owl-nav {
    float: left;
    margin-left: 520px;
}
.opinions .owl-dot {
    margin: 0px 5px !important;
}
.main-text {
    font-size: 15px;
    max-width: 570px;
    padding-left: 26px;
}
.requirements .main-btn {
    margin-bottom: 20px;
}
.sponsors {
    border-bottom: 1px solid rgba(114, 122, 132, 0.25);	
}
.sponsors__list img {
    text-align: center;
    margin: 0 auto;
}
.juri-item-content {
    padding: 20px 16px;
}
.awards-pretitle a{
    text-decoration: underline;	
	transition:0.4s;
}
.awards-pretitle a:hover{
    text-decoration: underline;	
	opacity:0.8;
}



/* IE */

@media \0screen {
 .letter, .clip-fill.feature__title .feature__title-text, .title {color: #fef46a; background:transparent;}
 /*.title {color: #fef46a; background:transparent;}*/
 .after-main-text .title {color:#222222;}
 .section-special-nominations .title, .special-nominations-text b { color: #fef46a; background:transparent;} 
  .white.title{background:transparent;}
   .slick-vertical .slick-slide { width: 50% !important;}
	.about-gallery img, .news-item-img, .news-item-container, .award-img img, .award-gallery__item img{max-width:100%;}
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .letter, .clip-fill.feature__title .feature__title-text, .title {color: #fef46a; background:transparent;}
 .after-main-text .title {color:#222222;}
 .section-special-nominations .title, .special-nominations-text b { color: #fef46a; background:transparent;} 
  .white.title{background:transparent;}
  .slick-vertical .slick-slide {width: 50% !important;}
}
@supports (-ms-ime-align:auto) {
 .award-gallery-thumbs__wrapper .slick-track .slick-slide{ max-width:170px; }
}
/* IE */

/* IOS */

/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
@media screen and (-webkit-min-device-pixel-ratio:0){
.col-lg-8 {
	-webkit-flex: inherit;
    width: 60%;	
}
}
}*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
.col-lg-8 {
	-webkit-flex: inherit;
    width: 60%;	
}
.slick-slide img {
    height: auto;
}
}
}

/* IOS */



/***************media****************/

@media screen and (max-width:1700px){
.awards-kubok-text .container:before {
    width: 100%;
    background-size: cover;
    right: initial;
}
.awards-kubok-text {
    padding-top: 230px;
    margin-top: -140px;
    position: relative;
    overflow: hidden;
}
video {
    margin-top: 0;
}
}
@media screen and (max-width:1200px){
.main-right{
    text-align: right;
}
.main-right img {
    margin-right: 20px;
}
.main-left {
    margin-left: 50px;
}
.letter {
    font-size: 100px;
}
.main-right {
    width: 40%;
}
.award-item-border ul {
    padding: 40px 30px;
}
.section-special-nominations:before {
    width: 100%;
    background-size: cover;
    right: initial;
}
.advantages-list .col-md-6:nth-child(3) .feature, .advantages-list .col-md-6:nth-child(4) .feature {
    /* background-image: linear-gradient(to bottom, #050505, #090a0c); */
    height: 400px;
}
.nomination-block-title {
    padding-left: 30px;
}
.about {
    margin-top: 20px;
}
.nominations-actions-text.left{
	margin:0px auto 10px !important;
	text-align:center !important;
}
.news {
    padding: 100px 0px 20px;
}
.award-item-gallery .owl-carousel .owl-item img {
    height: auto;
    min-height: auto;
}
.award-item-gallery {
    margin-top: 50px;
}
.awards-kubok-text .awards-pretitle {
    max-width: 755px;
    padding-top: 60px;
    z-index: 10;
    position: relative;
}
.awards-kubok-img {
    text-align: center;
}
.awards-kubok-text .row {
    background-position-y: 120px;
}
/* video */
#top-video, #gradient2, #gradient1{
    /*height: 100vh;
    min-height: 800px;*/
    min-height: 700px;
}
/* video */
video {
    width: 100%;
    height: 100%;
}
#gradient1:before {
    background: linear-gradient(to top,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 1));
}
#top-video:before {
    background: linear-gradient(to right,rgba(0, 0, 0, 1), rgba(255, 255, 255, 0),rgba(0, 0, 0, 1));
}

/*news*/
.form-news .fancy-form {
    padding: 20px 50px 20px 50px;
}
.form-news .title{
	font-size:40px;
	line-height:40px;
}
.form-news .news-list {
    margin: 20px 0px 0px 0px;
    max-height: 380px;
}

/*news*/
.awards-kubok-text-flip .awards-kubok-img img {
    margin-left: -303px;
    margin-top: -520px;
    padding-right: 100px;
}
.gallery_item_video {
    height: auto;
}
.juri-item:last-child{
    width: 100%;
    max-width: 100%;	
    min-height: 100px;
}
.juri-showmore {
    padding: 0;
    float: left;
    margin-right: 10px;
}
.juri-showmore a {
    position: initial;
    float: none;
    margin-top: 5px;
    display: inline-block;	
}
.winner_avatar_name {
    /*height: auto;*/
    padding: 10px 5px;
}
/*NEW*/	
.slick-slide img {
    /*height: auto;*/
}
.partners-img {
    max-width: 100%;
    min-width: 100%;
}	
#juri2 .juri-item:last-child {
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
    width: 20%;
}
.news .fade.in {
    padding-bottom: 50px;
}
.sponsors__list.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    margin: 0 auto !important;
}
.about .owl-carousel .owl-item img {
    min-height: 300px;
}
.opinions .owl-nav {
    float: right;
    margin-left: 0px;
}
	
}

@media screen and (max-width:1024px){
.award-gallery-thumbs__item {
    padding-left: 0px;
    padding-right: 5px;
}
.awards-tabs__panel .d-none.d-md-block.col-md-2.col-lg-4{
		padding: 0;
}
.fancybox-slide{
    /*height: inherit;*/
}
/*NEW*/
.award-gallery.slick-slider{
	max-width:100%;
}
.award-gallery-thumbs__wrapper .slick-slide {
    /*max-width: 150px;*/
}
.award-gallery-thumbs {
    margin-left: -10px;
    margin-right: -10px;
    margin: 0 !important;
}
.awards-tabs__panel .d-none.d-md-block.col-md-2.col-lg-4 {
    padding: 0;
    display: inline-block !important;
    max-width: 31%;
}
.awards-text {
    min-height: 100px;
}
.newsletter-2 .newsletter-text {
    width: 100%;
}

}

@media screen and (max-width:992px){
.main-right img {
    margin-right: 0px;
    max-width: 200px;
}
.main-logo {
    margin: 25px 0px 29px;
}
.nomination-title, .nomination-qty {
    font-size: 20px;
}
.award-content-blue ul {
    padding: 30px 20px;
}
.special-present .juri-item{
    /*float: none;*/
}
.special-present .juri-block {
    min-height: auto;
    padding-bottom: 0px;
    text-align: center;
}
.main-left {
    margin-left: 0;
}
    .award-item {
        margin-bottom: 60px;
    }
    .award-item:not(:first-child) {
        margin-top: 60px;
    }
    .award-item:last-child {
        margin-bottom: 20px;
    }
.award-item-gallery .owl-carousel .owl-item img {
    min-height: auto;
    max-height: none;
}
.award-item-gallery {
    margin-top: 30px;
    margin-bottom: 0px;
    box-sizing: border-box;
    margin-right: 35px;
}
.nomination-block-title {
    margin-top: 0px;
}
.award-item-border ul {
    padding: 25px 30px;
}
.special-present {
    margin-top: 10px;
}
.awards-kubok-img img {
    margin-top: -244px;
    margin-bottom: -180px;
    max-width: 100%;
}
.awards-title .title {
    margin: 0px;
    font-size: 25px;
}
.awards-kubok-text {
    padding-top: 100px;
    margin-top: -100px;
}
.awards-kubok-text .container:before {
    top: 300px;
}
.awards-kubok-img img {
    margin-top: -115px;
    margin-bottom: -180px;
    max-width: 100%;
    margin-left: 0;
}
/*news*/
.form-news .title{
	font-size:35px;
	line-height:35px;
}
.form-news .news-list {
    margin: 20px 0px 0px 0px;
    max-height: 300px;
}


/*news*/
.awards-kubok-text-flip .container:before {
    top: 0 !important;
    left: 0;
}
.awards-kubok-text-flip .awards-kubok-img img {
    margin-left: 0;
    margin-top: -370px;
    padding-right: 0px;
}
.awards-kubok-text-flip .awards-pretitle {
    max-width: 100%;
    margin-top: -80px;
    margin-bottom: 180px;
    width: 100%;
	padding:0px;
}
/* video */
#top-video, #gradient2, #gradient1{
    min-height: 400px;
    height: 600px;	
}
#gradient1:before {
    background: linear-gradient(to top,rgba(0, 0, 0, 1),rgb(0, 0, 0), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 1));
}
/* video */

.slick-slide img {
    opacity: 1;
}
.award-item-gallery {
    overflow: initial;
    min-height: auto;
    min-height: auto;
    margin-bottom: -50px;
}	
.winner_avatar_name {
    width: 126px;
    font-size: 14px;
    word-break: break-word;
}
#juri2 .juri-item:last-child {
    min-height: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    width: 25%;
    min-height: 200px;
}
.news .owl-dots {
    display: none !important;
}
.award-gallery .slick-list.draggable {
    height: -webkit-fill-available !IMPORTANT;
}

}

@media screen and (max-width:768px){
.award-item-border{
	margin-bottom:25px;
}
.main-right {
    width: 100%;
    text-align: center;
}
.main-text {
    max-width: 100%;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
}
.awards .award-item {
    width: 100%;	
}
.award-item-left {
    width: 100%;
    float: none;
    padding: 10px;
}
.award-item-right {
    float: none;
    max-width: 100%;
    width: 100%;
}
.award-item-gallery {
    margin: 20px auto;
    max-width: 50%;
}
.award-item:nth-child(even) .award-item-border {
    display: inline-block;
    flex-direction: initial;
}
.award-item:nth-child(even) .award-item-gallery {
    margin-left: auto;
    margin-right: auto;
}

.awards img.left {
    margin: 0px 20px;
    max-width: 150px;
}
.section-special-nominations img.left {
    margin: 0px 30px 0px 0px;
    max-width: 140px;
}
.awards-kubok-text .awards-pretitle {
    font-size: 26px;
}
#main {
    background: #000;
}
.awards-kubok-img img {
    margin-top: -40px;
}

/*news*/
.form-news .title{
	font-size:28px;
	line-height:28px;
}
.form-news .news-list p:first-child {
    font-size: 14px;
}
.form-news .fancy-form {
    padding: 20px 20px 20px 20px;
}
.form-news .news-list {
    padding-right: 20px;
}
.form-news-link a {
    max-width: 50%;
    word-break: break-all;
}
.form-news-info {
    font-size: 12px;
}
.form-news .news-list .news-images-prizes img:first-child, .form-news .news-list .news-images-prizes img:last-child{
    max-width: 100%;
}
.form-news .news-list  .news-images-left-small img:first-child, .form-news .news-list .news-images-left-small img:last-child{
    max-width: 100%;
}
.form-news .news-list .news-images-list img {
    max-width: 100%;
}
.form-news-tag li {
    padding: 5px 8px;
    margin-bottom: 5px;
}
/*news*/
.awards-kubok-text-flip .awards-kubok-img img {
    margin-top: -320px;
}
.counter-design .number-wrapper {
    margin: 0;
}

.main-left {
    margin-left: 0;
}
.word {
    display: block;
}
.news-item_before_block {
    max-width: initial;
}
.winner_avatar_name {
    height: 200px;
    padding: 0px 5px;
}
/*NEW*/
.main-btn.center, .main-btn.center:focus {
    width: 100%;
}
.award-gallery-thumbs{
	display:none;
}
.partners-item:nth-child(5n) {
    border-right-width: 1px;
}
.juri-item:hover .juri-item-img:after {
    right: -2px;
	bottom:-2px;
}
.about .owl-carousel .owl-item img {
    min-height: 400px;
}
.about .owl-carousel.owl-loaded {
    padding-bottom: 50px;
}
#juri2 .juri-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    width: 50%;
    min-height: 200px;
}
.newsletter .main-btn {
    min-width: 80%;
}
.awards-tabs__panel .d-none.d-md-block.col-md-2.col-lg-4 {
	display:none !important;
}
.col-lg-8 {
    width: 100% !important;	
}

}

@media screen and (max-width:480px){
.main-logo .letter {
    font-size: 60px;
    line-height: 50px;
}
.main-right {
    text-align: center;
}

.awards-pretitle {
    font-family: 'GothamPro-Regular';
    font-size: 20px;
    line-height: 24px;
}
.awards-title {
    margin-bottom: 30px;
    margin-top: 0px;
}
.award-item {
    margin-bottom: 40px;
}
.award-item:nth-child(even) {
    margin-top: 40px;
}
.awards-kubok-img {
    margin-top: 120px;
}
.awards-kubok-img img {
    margin-top: -141px;
    margin-bottom: -175px;
    max-width: 100%;
}
.nominations-actions-text {
    width: 100%;
    font-size: 18px;
}
.awards img.left {
    max-width: 150px;
    float: none;
    margin: 0 auto;
}
.awards-title-block .title{
	margin-bottom:10px;
}
.awards .row{
    text-align: center;
}
.awards .awards-list.advantages-list{
    text-align: left;
}
.awards-title .title {
    margin: 0px;
    font-size: 20px;
}
.awards-kubok-text .awards-pretitle {
    font-size: 22px;
    line-height: 30px;
}
.awards-kubok-text .container:before {
    top: 300px;
    right: 0px;
}
.section-btn__inner2, .counter-block .section-btn__inner2 {
    padding: 20px 10px 10px;
}
.counter-design .number {
    min-width: 40px;
    padding: 0px 5px 15px 5px;
    border: 3px solid #222222;
}
.counter-design {
    font-size: 30px;
}
.counter-design .number-wrapper {
    margin: 5px;
}
#list .fancy-form {
    padding: 10px;
    box-sizing: border-box;
}
.section-special-nominations:before {
    min-height: 800px;
}
.youtube_video {
    height: 360px;
}
.juri-showmore a:before {
    margin: 0 auto;
}
.juri-showmore {
    margin: 0 auto;
}
.juri-item:last-child {
    text-align: center;
}
.juri-showmore {
    float: none;
	margin-bottom:10px;
}
/*NEW*/

.newsletter .main-btn {
    width: 100%;
}
.partners-img {
    min-width: 100% !important;
}
.partners-img img {
    min-width: 100% ;
    max-height: 80%;
}
.extra {
    padding: 50px 0px 50px;
}
.extra-title {
    margin-bottom: 10px;
    margin-top: 20px;
}
.extra .awards-pretitle {
    max-width: 100%;
    line-height: 35px;
    padding-top: 0;
}
.extra .awards-pretitle {
    max-width: 100%;
    line-height: 30px;
}
.extra .container:before {
    top: 0;
    opacity: 0.5;
}
.extra-kubok-img img {
    margin: 0px;
    margin-top: -50px;
    position: relative;
}
.extra2 .extra-kubok-img {
    padding: 0px;
}
.extra2 .extra-kubok-img img {
    position: relative;
    margin: 0;
    margin-top: -50px;
}
/********/
.about .owl-carousel .owl-item img {
    min-height: 230px;
}
.about-side.right {
    max-height: 500px;
    padding-bottom: 50px;
}
.award-item-right .owl-dots{
    display: none !important;
}
.special-nomination__title {
    font-size: 16px;
    line-height: 20px;
}
.winner_slider .owl-dots{
    display: none !important;
}
.winner_avatar_img {
    margin-left: 0;
}
.winner_avatar_name {
    width: 126px;
}
.awards .owl-carousel .owl-stage-outer {
    max-height: 250px;
}
.award-item-gallery .owl-carousel .owl-item img {
    min-height: 250px;
    width: inherit;
}
.fancy-form .title {
    font-size: 18px;
    line-height: 22px;
}
.info-form input, .info-form textarea {
    height: 50px;
}
.info-form textarea {
    padding-top: 20px;
    min-height: 80px;
}
.info-form {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 20px;
}
#list .fancy-form {
    padding: 30px;
    box-sizing: border-box;
}
#list .requirements-list li {
    padding: 28px 20px;
    padding-left: 80px;
}

}

.opinions-text {
    position: relative;
}

.opinions-text:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border-left: 30px solid #000000;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #000000;
    border-right: 30px solid transparent;
    position: absolute;
    z-index: 2;
    left: 220px;
    bottom: -52px;
}

.opinions-text:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border-left: 30px solid #727a85;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #727a85;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -60px;
    left: 217px;
}

.opinions-author .opinions-text-block {
    padding-top: 48px;
}

@media (max-width: 992px) {
    .advantages {
        padding: 0px 0px 20px 0px;
    }
    .opinions-author .opinions-text-block {
        max-width: none;
        width: calc(100% - 220px);
    }
    .opinions-text {
        border: 3px solid #727a85;
        padding: 25px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .opinions-author img {
        max-width: 180px;
    }
    .opinions-author .opinions-text-block {
        width: calc(100% - 200px);
    }
    .opinions-text {
        border: 3px solid #727a85;
        padding: 20px;
        font-size: 14px;
    }
    .opinions-text:after {
        left: 198px;
    }
    .opinions-text:before {
        left: 201px;
    }

}

@media (max-width: 575px) {

    .opinions-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .opinions .title {
        margin-bottom: 24px;
    }

}

@media (max-width: 480px) {

    .opinions-author img {
        max-width: 200px;
        float: none;
    }

    .opinions-text:before {
        left: 220px;
    }

    .opinions-text:after {
        left: 217px;
    }

    .opinions-author .opinions-text-block {
        padding-top: 24px;
        width: auto;
        float: none;
    }

}

@media (max-width: 380px) {

    .opinions-text {
        padding: 15px;
    }

}

.sponsors__list .owl-stage {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.sponsors__item {
    height: auto;
}

.sponsors__link {
    height: 64px;
    position: relative;
}

.sponsors__list {
    max-height: 180px;
}

.sponsors__video {
    height: 50px;
    margin-top: 6px;
}

.sponsors__video-link {
    display: block;
    /*width: 90px;*/
    /*height: 60px;*/
    width: 74px;
    height: 50px;
    background-image: url(../images/icon_pl_partner_video.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}