body {
    background-color: #000;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    color: #fff;
}

.container {
    /*padding:0;*/
}

.row {
    margin: 0;
    /* margin: 0px 15px;*/
}

a:focus,
a:hover,
.select2,
input,
textarea {
    color: initial;
    text-decoration: none;
    outline: none;
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/*header*/
header {
    width: 100%;
    transition: 0.4s;
    z-index: 500;
    position: relative;
}

.header-top {
    font-family: 'GothamPro-Regular';
    font-size: 11px;
    color: #ffffff;
    background-color: #181a20;
    padding: 9px 0px;
}

.lang {
    float: left;
}

.top-link {
    font-family: 'GothamPro-Regular';
    display: inline-block;
    margin-right: 9px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.top-link:hover,
a:focus {
    color: #f4ee16;
}

.lang-active {
    font-family: 'GothamPro-Bold';
    color: #f4ee16;
}

.yellow {
    color: #f4ee16;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a.yellow:hover {
    color: #fff;
}

.gray {
    color: #797979;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a.gray:hover {
    color: #fff;
}

.register {
    float: right;
}

.register .top-link {
    margin-right: 11px;
}

.top-link:last-child {
    margin: 0px;
}

.navbar-nav {
    display: -webkit-box;
    /* Android 4.3-, Safari без оптимизации */
    -webkit-box-pack: justify;
    /* Android 4.3-, Safari без оптимизации */
    display: -webkit-flex;
    /* оптимизация для Safari */
    -webkit-justify-content: space-between;
    /* оптимизация для Safari */
    display: flex;
    justify-content: space-between;
    text-align: justify;
    /* IE10-, Firefox 12-22 */
    text-align-last: justify;
    /* IE10-, Firefox 12-22 */
    /*text-justify: newspaper; /* IE7- */
    /*zoom: 1; /* IE7- */
    float: none;
}

.navbar-nav li {
    display: inline-block;
    display: -webkit-box;
    /* !хак! для Android 4.3-, должен идти после inline-block */
    text-align: left;
    float: none;
    /*display: inline;  /* IE7- */
    /*zoom: 1; /* IE7- */
}

.navbar-nav li a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.5px;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: none;
}

.nav {
    margin: 14px 0px;
}

.nav.navbar-nav li a:hover,
.nav.navbar-nav li a:focus {
    color: #f4ee16;
    background: transparent;
}

.nav.navbar-nav li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f4ee16;
    z-index: 10;
    display: block;
    margin-top: 3px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav.navbar-nav li a:hover:after {
    opacity: 1;
}

.navbar-collapse.collapse {
    padding: 0;
}

/*
.logo{
    float:left;
    padding-right: 39px;
}


.btn-style{
    text-transform: uppercase;
    color: #fefefe;
    letter-spacing: -0.1px;
    background: #e41622;
    transition: 0.4s;
    border-radius: 30px;
    text-align: center;
    padding: 14px 49px;
    width: auto;
    max-width:240px;
    box-sizing:border-box;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 34px -5px #e41622;
    -moz-box-shadow: 0px 0px 34px -5px #e41622;
    box-shadow: 0px 0px 34px -5px #e41622;
    margin-left: 25px;
}   
.btn-style:hover{
    color:#fff; 
    background-image: -webkit-linear-gradient(top, #961726, #e41622);
    background-image: -moz-linear-gradient(top, #961726, #e41622);
    background-image: -ms-linear-gradient(top, #961726, #e41622);
    background-image: -o-linear-gradient(top, #961726, #e41622);
    background-image: linear-gradient(to bottom, #961726, #e41622);     

}
*/
#fancy-modal {
    display: none;
}

/*header*/

/*bg*/

#main {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/bg-main.jpg);
    background: #000;
    overflow: hidden;
    min-height: 850px;
    margin-top: -70px;
}

#main #boxer {
    position: absolute;
    z-index: 2;
    margin-top: -35px;
}

.slogan {
    font-family: 'GothamPro-Bold';
    font-size: 24px;
    line-height: 30px;
    max-width: 470px;
    letter-spacing: 2.2px;
}

.uppercase {
    text-transform: uppercase;
}

#main .row {
    z-index: 20;
    position: relative;
    margin-top: 122px;
}

.main-logo {
    font-family: 'GothamPro-Black';
    color: #fff;
    /* background: url(../images/text-bg-logo.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 113px;
    line-height: 100px;*/
    letter-spacing: 5px;
    letter-spacing: 0.5px;
    max-width: 470px;
    margin: 15px 0px 29px;
}

.main-text {
    font-family: 'GothamPro-Regular';
    font-size: 16px;
    line-height: 24px;
    max-width: 470px;
    margin-top: 29px;
    padding-left: 28px;
}

.main-text:before {
    content: "";
    width: 1px;
    height: 68px;
    background: #f4ee16;
    z-index: 10;
    display: block;
    left: 0;
    margin-top: 1px;
    position: absolute;
}

.main-left {}

.main-right img {
    margin-right: 30px;
}

.main-right {
    width: 50%;
}

/*bg*/

/*sponsors*/

.sponsors {
    min-height: 110px;
    text-align: center;
    clear: both;
}

.awards {
    position: relative;
    z-index: 1;
}


.sponsors__list {
    /*min-height: 95px;*/
    /*line-height: 95px;*/
    border-bottom: 1px solid #727a85;
    padding: 15px 0px;
    min-height: auto;
}

.sponsors__list.owl-carousel .owl-stage {
    position: relative;
    margin: 0 auto;
}

.sponsors__item {
    text-align: center;
    height: 64px;
    position: relative;
}

.sponsors__item a {
    display: block;
}

.sponsors__item img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto !important;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sponsors__title {
    font-size: 12px;
    color: #8d939c;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sponsors__title:before,
.sponsors__title:after {
    content: '';
    height: 1px;
    background-color: #727a85;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* max-width: 100%; */
    position: relative;
    /* width: 100%; */
    min-height: 1px;
}

.sponsors__title:before {
    margin-right: 27px;
}

.sponsors__title span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: relative;
    min-height: 1px;
    font-weight: 900;
}

.sponsors__title:after {
    margin-left: 27px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col-6 {
    -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;
}

.col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.row {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;*/
}

/*sponsors*/

/*about*/

.about {
    margin-top: -105px;
    margin-top: -70px;
    position: relative;
    z-index: 100;
}

.title {
    font-family: 'GothamPro-Black';
    color: #474d53;
    background: url(../images/text-bg.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 50px;
    max-width: 940px;
}

.big-text {
    font-family: 'GothamPro-Light';
    font-size: 24px;
    line-height: 30px;
    box-sizing: border-box;
    padding-right: 20px;
}

.about-side {
    width: 50%;
    max-width: 570px;
}

.about-list {
    margin-top: 80px;
    padding-right: 40px;
}

.about-list ul li,
.simple-text {
    color: #9da2aa;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    list-style: none;
    padding-left: 47px;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
}

.simple-text {
    padding: 0;
    margin: 0px;
}

.about-list>ul>li:before {
    content: "";
    background: url(../images/check-li.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 3px;
}

.about-list>ul>li ul>li:before {
    content: "";
    background: #f4ee16;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.about-list>ul>li ul {
    padding-left: 20px;
}

.about-list>ul>li ul li {
    padding-left: 30px;
}

.white {
    color: #fff;
}

.owl-nav {
    /* box-sizing: border-box; */
    /* position: absolute; */
    /* top: 50%; */
    transform: translateY(-50%);
    width: 138px;
    margin: -35px 30px 0px 0px;
    float: right;
    position: relative;
    z-index: 100;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    left: 0px;
    outline: 0 !important;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.owl-prev span,
.owl-next span {
    display: none !important;
}

.owl-prev:before,
.owl-next:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/sprite-arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-position: -15px -15px;
}

.owl-next {
    left: auto;
    right: 0px;
}

.owl-next:before {
    content: "";
    background-image: url(../images/sprite-arrows.png);
    background-position: -115px -15px;
}

.owl-prev:hover:before {
    content: "";
    background-position: -214px -15px;
}

.owl-next:hover:before {
    content: "";
    background-position: -315px -15px;
}

.owl-dots {
    display: block;
    position: relative;
    padding: 10px 0px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.about .owl-dots {
    margin-right: 30px;
}

.owl-dot.active {
    background-color: #f4ee16 !important;
    min-width: 5px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin-top: 0px;
}

.owl-dot {
    background-color: #fff !important;
    ;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    float: none;
    display: inline-block;
    outline: 0 !important;
    margin: 0px 10px;
    text-align: center;
}

.owl-dot:last-child {
    margin-right: 0px;
}

.section-actions {
    text-align: center;
    clear: both;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 95px;
    /*-webkit-box-shadow: 0px 33px 80px -9px #131217;
    -moz-box-shadow: 0px 33px 80px -9px #131217;
    box-shadow: 0px 33px 80px -9px #131217;*/
}

.section-actions:before {
    content: '';
    display: block;
    background-color: #1d2027;
    position: absolute;
    z-index: 1;
    /* -webkit-box-shadow: 0 33px 84px rgba(19, 18, 23, 0.8);
    box-shadow: 0 33px 84px rgba(19, 18, 23, 0.8);*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-actions__title {
    font-family: 'GothamPro-Bold';
    display: block;
    position: absolute;
    z-index: 7;
    width: 233px;
    top: 19px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #f4ee16;
    background-color: #1d2027;
}

.section-btn {
    display: block;
    background: #ecd583 url(../images/text-bg-border-sm.jpg) center center;
    font-size: 30px;
    color: #ecd583;
    text-transform: uppercase;
    line-height: 1.3;
    margin-left: 26px;
    margin-right: 26px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    outline: 0;
    padding: 10px;
}

.section-btn_type_2 {
    height: 100%;
    text-transform: none;
    font-weight: 300;
    color: #ffffff;
}

.section-btn_type_2:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #1d2027;
    z-index: 3;
}

.section-btn__inner {
    display: block;
    position: relative;
    z-index: 4;
    height: 100%;
    padding: 60px 60px 50px 60px;
    text-align: left;
}

.section-btn__text-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    z-index: 5;
    height: 100%;
}

.about-border-title {
    font-family: 'GothamPro-Bold';
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

/*about*/

/*news*/
.news {
    padding: 120px 0px;
    padding: 100px 0px;
}

.news-item {
    max-width: 270px;
    min-height: 420px;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 20px 0px;
    display: grid;
    overflow: hidden;
}

.news-item-container {
    padding: 0px 25px 25px 25px;
    min-height: 200px;
    box-sizing: border-box;
    align-self: flex-end;
}

.news-title {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 24px;
}

.img-overlay {
    width: 100%;
    height: 130px;
    background-image: linear-gradient(to top, #ff000000, #252931);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.news-item:hover {
    margin-top: 0px;
}

.news-item:hover .img-overlay {
    background-image: linear-gradient(to top, #ff000000, #393d45);
}

.news .owl-nav {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: -30px;
    z-index: 100;
    margin-top: -35px;
}

.news .owl-prev {
    margin-left: -85px;
}

.news .owl-next {
    margin-right: -85px;
}

.news .owl-dots {
    top: -88px;
}

.news-date {
    font-family: 'GothamPro-Light';
    color: #9da2aa;
    font-size: 12px;
    margin-top: 12px;
}

.news-preview {
    color: #fff;
    margin-top: 8px;
}


.newsletter {
    border: 8px solid #252931;
    display: inline-block;
    padding: 20px 60px 20px 36px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
}

.newsletter-img {
    margin-right: 24px;
}

.newsletter-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
    color: #9da2aa;
}

.newsletter-title {
    font-family: 'GothamPro-Bold';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.main-btn,
.main-btn:focus {
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.4px;
    background: #ecd583 url(../images/text-bg-border-sm.jpg) center center;
    transition: 0.4s;
    border-radius: 3px;
    text-align: center;
    padding: 14px 30px 12px;
    width: auto;
    box-sizing: border-box;
    border: 0;
    border-bottom: 3px solid #00000075;
}

.main-btn:hover {
    background-position: 87% 90%;
    border-color: transparent;
}

.newsletter .main-btn {
    width: auto;
    margin-top: 4px;
}

/*news*/

/*awards*/
.awards-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.award-item {
    color: #fff;
    box-sizing: border-box;
    display: flex;
    padding: 0;
    max-width: 370px;
    padding-top: 157px;
    background-repeat: no-repeat;
    background-size: 370px;
}

.awards-title {
    font-family: 'GothamPro-Regular';
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px;
    min-height: 90px;
}

.awards-text {
    min-height: 60px;
}

.award-bg {
    min-height: 370px;
    background-size: cover;
}

.award-content {
    padding: 5px 30px 30px;
    box-sizing: border-box;
    margin-top: -212px;
    box-sizing: border-box;
    align-self: flex-end;
    max-width: 100%;
}

.awards-link {
    padding-left: 50px;
    margin-top: 38px;
    color: #727a85;
    font-weight: bold;
    position: relative;

}

.awards-link:before {
    content: "";
    background: #f4ee16;
    width: 20px;
    height: 2px;
    border-radius: 0;
    display: block;
    position: absolute;
    margin-left: -30px;
    top: 11px;
}

.awards-link a {
    clear: both;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

.award-item:nth-child(3n) {
    page-break-after: always;
    /* Синтаксис CSS 2.1 */
    break-after: always;
    /* Новый синтаксис */
}

#winners {
    position: relative;
    z-index: 2;
}

/*awards*/

/*nominations*/
.section-special-nominations {
    padding-top: 50px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 50px;
    overflow: hidden;
    z-index: 2;
}

.section-special-nominations:before {
    content: '';
    display: block;
    width: 1736px;
    height: 556px;
    background: transparent url(../images/section-nominations-bg-yellow.png) no-repeat left top;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 35px;
}

.section-special-nominations .container {
    position: relative;
    z-index: 3;
}

.special-nominations {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.special-nominations [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.special-nomination {
    height: 260px;
    position: relative;
}

.special-nomination__img {
    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;
}

.special-nomination__img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #17171f;
    z-index: 2;
    opacity: .6;
    -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;
}

.special-nomination__link {
    display: block;
    /*height: 100%;*/
    position: relative;
    z-index: 3;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
    padding: 30px 35px 140px 35px;
}

.special-nomination__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.34;
    font-weight: 300;
    color: #ffffff;
}

.special-nomination__sponsor {
    position: absolute;
    bottom: 30px;
    left: 35px;
    right: 35px;
    color: #f4ee16;
    line-height: 1.3;
    font-size: 14px;
}

.special-nomination__sponsor-title {
    display: block;
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 2px;
}

.special-nomination__sponsor-title:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../images/nominations-cup.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.special-nomination__sponsor-logo {
    display: block;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
}

.special-nomination__sponsor-site {
    font-size: 14px;
    text-decoration: underline;
}

.special-nomination:hover .special-nomination__img {
    z-index: 8;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.special-nomination:hover .special-nomination__img:after {
    background-color: #51535f;
    opacity: .85;
}

.special-nomination:hover .special-nomination__link {
    z-index: 9;
}

.section-special-nominations .title {
    background-image: url(../images/text-bg-nominations.jpg);
}

.nominations-actions-text {
    text-align: center;
    width: 63%;
}

.section-btn__inner2 {
    position: relative;
    z-index: 4;
    height: 100%;
    width: 100%;
    padding: 40px 40px 20px;
    padding: 30px 40px 20px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
}

.section-btn__inner2 a.yellow {
    position: relative;
}

.section-btn__inner2 a.yellow:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f4ee16;
    z-index: 10;
    display: block;
    margin-top: 1px;
    position: absolute;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.section-btn__inner2 a.yellow:hover:after {
    background: #fff;
}

.section-special-nominations__actions .main-btn {
    padding: 14px 14px 12px;
}

/*nominations*/

/*juri*/

.juri {
    padding: 70px 0px;
}

.juri-list {
    margin-left: 50px;
}

.list-text-minusi {
    margin-left: 10px;
    margin-top: 30px;
}

.juri-list ul li {
    color: #9da2aa;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    list-style: none;
    padding-left: 50px;
    position: relative;
}

.list-text-minusi ul li {
    color: #9da2aa;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    list-style: none;
    padding-left: 50px;
    position: relative;
}

.list-text-minusi ul li:before {
    content: "";
    background: #ffffff;
    width: 23px;
    height: 2px;
    border-radius: 0;
    display: block;
    position: absolute;
    margin-left: -50px;
    top: 11px;
}

.juri-list ul li:before {
    content: "";
    background: #f4ee16;
    width: 23px;
    height: 2px;
    border-radius: 0;
    display: block;
    position: absolute;
    margin-left: -50px;
    top: 11px;
}




/*juri*/


/*advantages*/

.advantages {
    padding: 80px 0px;
}

.advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.col-md-6 {
    -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;
}

.feature {
    font-size: 16px;
    background-image: linear-gradient(to bottom, #131314, #252931);
    padding: 30px 50px 44px 50px;
    margin-bottom: 30px;
    height: 268px;
    overflow: hidden;
    box-sizing: border-box;
}

.feature__header {
    margin-top: 0;
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #f1e191;
    line-height: 1.24;
    min-height: 55px;
    margin-bottom: .7em;
}

.feature__number {
    font-family: 'GothamPro-Black';
    font-size: 71px;
    font-weight: 900;
    color: #212731;
    line-height: 71px;
    position: absolute;
    z-index: 2;
    margin-left: 20px;
}

.feature__title {
    display: block;
    position: relative;
    z-index: 3;
}

.feature__title.clip-fill .feature__title-text {
    font-family: 'GothamPro-Bold';
    color: #474d53;
    background: url(../images/text-bg.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 21px;
    display: block;
}

.feature__desc {
    color: #999999;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.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: 320px;
}

.advantages-list .col-md-6:last-child .feature {
    /*padding:0px 26px 26px 26px;*/
    /*background-image: linear-gradient(to bottom, #1d2027, #1d2027);*/
    /*-webkit-box-shadow: 0px 33px 80px -9px #131217;
    -moz-box-shadow: 0px 33px 80px -9px #131217;
    box-shadow: 0px 33px 80px -9px #131217;*/
}

.advantages-list .col-md-6:last-child .section-actions {
    margin: 0;
    padding-bottom: 0;
}

.advantages-list .col-md-6:last-child .section-btn_type_2 {
    margin: 0;
}

.advantages-list .col-md-6:last-child .section-actions:before {
    display: none;
}

.advantages-list .section-btn__inner {
    padding: 40px;
}

.feature .simple-text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.feature .simple-text span {
    font-family: 'GothamPro-Bold';
}

/*advantages*/

/*requirements*/

.requirements-title {
    font-size: 24px;
    color: #ffffff;
    max-width: 450px;
    margin: 25px 0px;
}

.requirements .title {
    margin-bottom: 0px;
}

.requirements-list {
    counter-reset: section;
    margin-bottom: 40px;
}

.requirements-list li {
    color: #9da2aa;
    font-size: 16px;
    line-height: 24px;
    /*margin: 25px 0px;*/
    list-style: none;
    padding: 25px 70px;
    position: relative;
    border-top: 1px solid #494d50;
}

.requirements-list li:before {
    font-family: 'GothamPro-Bold';
    counter-increment: section;
    content: counter(section, decimal-leading-zero) "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    color: #f4ee16;
    box-sizing: border-box;
}

.requirements-list li:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #f4ee16;
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
}

.requirements-list li:last-child {
    border-bottom: 1px solid #494d50;
}

.requirements-list a.yellow,
.requirements a.yellow {
    text-decoration: underline;
}

.requirements-list ul {
    position: relative;
}

.requirements-list ul:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #f4ee16;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 30px;
}

.requirements .main-btn {
    display: inline-block;
}

.requirements .requirements-btn {
    margin: 30px 0px;
    clear: both;
    display: block;
    font-size: 16px;
}

.requirements .simple-text {
    font-size: 16px;
}

/*requirements*/

/*stages*/

.stages-block {
    padding: 100px 0px;
}

.stages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 7px;
    text-align: center;
    color: #f1e191;
    font-size: 12px;
    overflow: hidden;
}

.stage__icon {
    margin-bottom: 15px;
    width: 65px;
    height: 65px;
    margin-left: 0px;
    margin-right: auto;
    position: relative;
}

.stage__icon:before,
.stage__icon:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #e7c070;
    position: absolute;
    top: 32px;
    width: 1000px;
}

.stage__icon:after {
    left: 100%;
}

.stage__icon:before {
    right: 100%;
}

.stages [class*="col-"] {
    overflow: hidden;
}

.stage__title {
    font-family: 'GothamPro-Bold';
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-height: 105px;
    overflow: hidden;
    margin-bottom: 25px;
}

.stages>div:first-child .stage__icon:before,
.stages>div:last-child .stage__icon:after {
    display: none;
}

.stage {
    padding: 50px 60px;
    box-sizing: border-box;
    background-image: linear-gradient(to left, rgb(13, 15, 20), rgba(22, 25, 29, 1));
    text-align: left;
    height: 100%;
}

.stages .col-sm-3 {
    padding: 0;
    margin-left: -2%;
    width: 100%;
    padding: 0;
    flex: 0 0 27%;
    max-width: 27%;
}

.stages .col-sm-3:nth-child(2) .stage {
    background-image: linear-gradient(to left, rgb(13, 15, 20), rgba(22, 25, 29, 0.6));
}

.stages .col-sm-3:nth-child(3) .stage {
    background-image: linear-gradient(to left, rgb(13, 15, 20), rgba(22, 25, 29, 0.4));
}

.stages .col-sm-3:nth-child(4) .stage {
    background-image: linear-gradient(to left, rgb(13, 15, 20), rgba(22, 25, 29, 0.2));
}

.stage__date {
    font-family: 'GothamPro-Regular';
    color: #fff;
    width: 100%;
    line-height: 18px;
    display: block;
    margin-top: 20px;
}

.stage-date-big {
    font-size: 24px;
    line-height: 18px;
}

/*stages*/

/*rewarding*/

.rewarding-text {
    font-family: 'GothamPro-Regular';
    font-size: 16px;
    max-width: 840px;
    padding-left: 30px;
    color: #222222;
    margin-bottom: 30px;
}

.rewarding .title {
    margin-bottom: 30px;
}

.col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.d-md-block {
    display: block !important;
}

.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.award-gallery__item {
    height: 483px;
}

.award-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    position: relative;
    z-index: 1;
}

.award-gallery__link {
    display: block;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.award-gallery .slick-arrow {
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    /*border: 1px solid #bea363;*/
    position: absolute;
    top: 50%;
    outline: 0;
    margin-top: -31px;
    z-index: 5;
    cursor: pointer;
    background-color: transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;

    top: auto;
    bottom: -35px;
    border: 0px;
}

.award-gallery .slick-arrow:hover {
    /*-webkit-box-shadow: 0 7px 16px rgba(255, 255, 255, 0.3);
            box-shadow: 0 7px 16px rgba(255, 255, 255, 0.3); */
}

.award-gallery .slick-arrow:before {
    /*content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid #bea363;
    border-top: 1px solid #bea363;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/sprite-arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-position: -15px -15px;

}

.award-gallery .slick-arrow_next:before {
    content: "";
    background-image: url(../images/sprite-arrows.png);
    background-position: -115px -15px;
}

.award-gallery .slick-arrow_prev:hover:before {
    background-position: -214px -15px;
}

.award-gallery .slick-arrow_next:hover:before {
    background-position: -315px -15px;
}

.award-gallery .slick-arrow_prev {
    right: 100px;
    /*-webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); */
}

.award-gallery .slick-arrow_next {
    right: 36px;
    /* -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); */
}

.award-gallery .slick-disabled {
    /*border-color: rgba(202, 197, 186, 0.4);
  -webkit-box-shadow: none !important;
          box-shadow: none !important; */
}

.award-gallery .slick-disabled:before {
    /*  border-left-color: #cac5ba;
    border-top-color: #cac5ba; */
}

.award-gallery-thumbs__item {
    vertical-align: top;
    height: 128px;
    height: 114px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.award-gallery-thumbs__item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #51535f;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.award-gallery-thumbs__item:hover .award-gallery-thumbs__img {
    /*-webkit-box-shadow: 0 5px 10px #0e0e0e;
            box-shadow: 0 5px 10px #0e0e0e; */
}

.award-gallery-thumbs__item:hover:after {
    opacity: .4;
}

.award-gallery-thumbs__img {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #100f15 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.award-gallery-thumbs__img img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
}

.award-gallery-thumbs__img:before {}

.award-gallery-thumbs__img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #51535f no-repeat center center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.award-gallery-thumbs {
    margin-left: -10px;
    margin-right: -10px;
}

.award-gallery-thumbs .slick-current .award-gallery-thumbs__item:after {
    content: normal;
    display: none;
}

.award-gallery-thumbs .slick-current .award-gallery-thumbs__img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*-webkit-box-shadow: 0 5px 10px #0e0e0e;
            box-shadow: 0 5px 10px #0e0e0e;*/
}

.award-gallery-thumbs .slick-current .award-gallery-thumbs__img:after {
    opacity: .85;
}

.award-gallery-thumbs .slick-current .award-gallery-thumbs__img:before {
    /*opacity: 1;*/
}

.award-gallery-thumbs .slick-slide {
    display: inline-block;
    vertical-align: top;
}

.award-gallery-thumbs__arrows {
    text-align: center;
    padding-top: 30px;
    display: none;
}

.award-gallery-thumbs__arrows .slick-arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #bea363;
    outline: 0;
    margin-top: 0;
    z-index: 5;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    background-color: transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.award-gallery-thumbs__arrows .slick-arrow:hover {
    /* -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
              box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);*/
}

.award-gallery-thumbs__arrows .slick-arrow:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #bea363;
    border-top: 1px solid #bea363;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.award-gallery-thumbs__arrows .slick-arrow_prev {
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.award-gallery-thumbs__arrows .slick-arrow_next {
    right: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.award-gallery-thumbs__arrows .slick-disabled {
    border-color: rgba(202, 197, 186, 0.4);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.award-gallery-thumbs__arrows .slick-disabled:before {
    border-left-color: #cac5ba;
    border-top-color: #cac5ba;
}

.slick-vertical .slick-slide {
    border: 0;
}



@media only screen and (max-width: 991px) {
    .section-awards {
        padding-bottom: 60px;
    }

    .awards-tabs__menu {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .award-gallery__item {
        height: 400px;
    }

    .award-gallery-thumbs__item {
        vertical-align: top;
        height: 70px;
    }

    .award-gallery-thumbs__arrows .slick-arrow {
        margin-left: 7px;
        margin-right: 7px;
    }

    .award-gallery-thumbs__wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .award-gallery-thumbs__arrows {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 0;
    }

    .award-gallery-thumbs__arrows .slick-arrow {
        left: 24px;
        position: absolute;
    }

    .award-gallery-thumbs__arrows .slick-arrow_prev {
        top: 0;
        bottom: auto;
    }

    .award-gallery-thumbs__arrows .slick-arrow_next {
        top: auto;
        bottom: 10px;
    }

    .awards-tabs__panel {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {

    .awards-tabs__panel,
    .award-gallery__item {
        height: 360px;
    }

    .section-awards {
        padding-top: 35px;
        padding-bottom: 45px;
        margin-bottom: 40px;
    }

    .section-awards__title {
        margin-bottom: 20px;
    }

    .awards-tabs__menu {
        margin-bottom: 20px;
    }

    .award-gallery .slick-arrow_prev {
        /*left: 25px;*/
        right: 90px;
    }

    .award-gallery .slick-arrow_next {
        right: 25px;
    }

    .award-gallery__item a:before,
    .award-gallery__item a:after {
        right: 25px;
        top: 25px;
    }
}

.award-gallery__item {
    background-repeat: no-repeat;
    background-size: cover;
}

.awards-tabs__panel .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.award-gallery-thumbs .slick-slide {
    display: inline-block;
    vertical-align: top;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
    outline: none;
}

.border-box {
    box-sizing: border-box;
}

.rewarding .section-btn__inner2,
.awards-kubok-text .section-btn__inner2 {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
}

.rewarding .main-btn,
.awards-kubok-text .main-btn {
    padding: 20px 90px;
    display: inline-block;
}

/*rewarding*/

/*partners*/
.partners {
    padding: 150px 0;
}

.partners-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
    border: 1px solid #303437;
    padding: 18px 18px 0 18px;
    transition: 0.4s;
    cursor: pointer;
    float: none;
}

.partners-hover {
    opacity: 0.5;
    transition: 0.4s;
}

.partners-item:hover .partners-title {
    color: #fff;
}

.partners-img {
    height: 226px;
    text-align: center;
    line-height: 226px;
}

.partners-title {
    font-family: 'GothamPro-Light';
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
    transition: 0.4s;
}

.partners-title:before {
    content: "";
    background: #f4ee16;
    width: 21px;
    height: 2px;
    border-radius: 0;
    display: block;
    position: absolute;
    margin-left: -35px;
    top: 11px;
}

.partners-item:hover {
    background-image: linear-gradient(to left, #5c646c, #3a3a47);
}

/*.partners-list{*/
/*display: inline-block;*/
/*}*/
.partners .partners-btn {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 55px;
}

.main-btn.center {
    padding: 20px 90px;
    display: inline-block;
}

/*partners*/

.requirements-list {
    margin-top: 30px;
}

/*organizer*/

.organizer {
    padding: 120px 0px 60px;
}

.organizer .title {
    max-width: 550px;
    margin-bottom: 15px;
}

.simple-text p {
    margin-bottom: 30px;
}

.organizer .left {
    max-width: 550px;
}

.slick-initialized .slick-slide {
    display: block;
    max-height: 500px;
}

.partners-title {
    min-height: 72px;
}

/*organizer*/




/*footer*/

footer .row {
    text-align: center;
    border-top: 1px solid #3f404d;
    padding: 10px 0px;
}

.copyright {
    margin-top: 30px;
}

footer .simple-text {
    max-width: 520px;
    margin: 0 auto;
}

footer a {
    display: block;
}

.footer-big-text .bold:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f4ee16;
    display: block;
    position: absolute;
}

.footer-big-text .bold {
    position: relative;
    display: inline-block;
}

/*footer*/

/*form*/


.fancy-form {
    display: block;
    background: #ecd583 url(../images/text-bg-border-sm.jpg) center center;
    position: relative;
    z-index: 2;
    text-decoration: none;
    outline: 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    /*margin:40px 0px;*/
    box-sizing: border-box;
    padding-bottom: 45px;
}

.fancy-form:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #000000;
    z-index: 3;
}

.form-title {
    z-index: 10;
    position: relative;
    background-color: #000;
    /*position: absolute;*/
    top: 40px;
    padding: 0px 40px;
    text-align: left;
    margin-left: -40px;
}

.form-content {
    z-index: 10;
    position: relative;
    float: right;
    width: 100%;
    max-width: 570px;
    margin-right: 80px;
    display: inline-block;
}

.info-form {
    position: relative;
    z-index: 10;
    float: right;
    width: 100%;
    max-width: 570px;
    margin-right: 80px;
    margin: 20px 80px 20px 0px;
}

.info-form input,
.info-form textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 60px;
    line-height: 1;
    width: 100%;
    background-color: #100f15;
    border: 1px solid #100f15;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    outline: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 16px #100f15;
    box-shadow: 0 5px 16px #100f15;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
}

.info-form textarea {
    padding-top: 20px;
    min-height: 190px;
}

.info-form input {
    max-width: 280px;
    float: left;
    margin-bottom: 10px;
}

.info-form input:nth-child(2) {
    float: right;
}

.info-form input:focus,
.info-form textarea:focus {
    border-color: #fffe97;
}

.form-button-block {
    margin-top: 34px;
    display: inline-block;
    width: 100%;
}

.form-checkbox label {
    color: #a5a5a5;
    font-size: 12px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    cursor: pointer;
}

.form-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/label-check-clear.png);
    -webkit-background-size: contain;
    background-size: contain;
}

.form-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.form-checkbox input[type=checkbox]:checked+label:before {
    content: '';
    background-image: url(../images/label-check.png);
}

.form-checkbox {
    float: left;
    max-width: 340px;
}

.form-button-block input[type=submit],
.form-button-block input[type=submit]:focus {
    color: #222222;
    width: 200px;
    max-width: 200px;
}

.input-error {
    border: 1px solid #cc2229 !important;
}

.form-button-block .form-checkbox a {
    color: #f8ffa9;
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form-button-block .form-checkbox a:hover {
    color: #f4ee16;
    text-decoration: underline;
}

.form-img {
    z-index: 10;
    position: relative;
    width: 40%;
    float: left;
    margin-top: 100px;
}

.fancy-block {
    max-width: 1170px;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #000 !important;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 7px;
    right: 10px;
    top: 10px;
}

.fancybox-close-small svg path {
    fill: #ffffff;
    -webkit-transition: fill .24s;
    -moz-transition: fill .24s;
    -ms-transition: fill .24s;
    -o-transition: fill .24s;
    transition: fill .24s;
}

.fancybox-close-small:hover svg path {
    fill: #f4ee16;
}

.fancy-block-mini {
    width: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #000 !important;
}

.fancy-block-mini .form-content {
    z-index: 20;
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 0;
    text-align: center;
}

.fancy-block-mini .title {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.fancy-block-mini .form-title {
    margin-left: 0;
}

/*form*/
#main .container {
    /*margin-top: -1070px;*/
}

#top-video {
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 708px;
    min-height: 500px;
}

#gradient2,
#gradient1 {
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 708px;
    min-height: 500px;
}

.header-top {
    background-color: #000000;
}

#gradient2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    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));
}

#gradient1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    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));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
}

#gradient1 .temp-video-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

#gradient1 video {
    position: relative;
    z-index: 1;
}

#top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

#boxer {
    display: none;
}

.juri-item {
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;*/
    position: relative;
    cursor: pointer;
}

.juri-item-img {
    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;
}

.juri-item:hover .juri-item-img {
    z-index: 20;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.juri-item__link {
    left: 0;
    top: 0;
    /*height: 100%;*/
    height: 195px;
    width: 100%;
    position: absolute;
    display: block;
    text-decoration: none !important;
    outline: 0 !important;
    color: #ffffff !important;
}

.juri-item-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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);
}

.juri-item:hover .juri-item-img:after {
    background: linear-gradient(to left, #3f3f4d, #656e77);
    opacity: .9;
}

.juri-block {
    width: auto;
    height: auto;
    padding: 70px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.juri-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 18px 0 18px;
    transition: 0.4s;
    cursor: pointer;
    float: none;
    display: block;
    min-height: 195px;
}

.juri-item-content {
    z-index: 10;
    position: relative;
    padding: 8px 15px;
    padding: 20px;
    opacity: 0;
    transition: 0.4s;
}

.juri-name {
    font-size: 16px;
    margin-bottom: 40px;
}

.juri-position {
    font-size: 12px;
    position: relative;
}

.juri-position:before {
    content: "";
    background: #f4ee16;
    width: 34px;
    height: 2px;
    border-radius: 0;
    display: block;
    position: absolute;
    margin-top: -23px;
    left: 0;
}

.juri-item:hover .juri-item-content {
    opacity: 1;
}

.juri-showmore {
    font-family: 'GothamPro-Bold';
    padding: 32px 15px;
    font-size: 24px;
}

.juri-showmore a {
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    right: -20px;
    bottom: -14px;
}

.juri-showmore a:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/sprite-arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-position: -315px -15px;
}

.juri-showmore a:hover:before {
    background-position: -115px -15px;
}

.letter {
    display: inline-block;
    -webkit-transform: rotateX(-60deg) skewX(6deg);
    transform: rotateX(-60deg) skewX(6deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;

    -webkit-transform: none;
    transform: none;
    transition: opacity .4s linear, -webkit-transform .3s linear;
    transition: opacity .4s linear, transform .3s linear;
    transition: opacity .4s linear, transform .3s linear, -webkit-transform .3s linear;
    opacity: 1;

    background: url(../images/text-bg-logo.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 113px;
    line-height: 100px;


}

.word {
    display: inline-block;
    white-space: nowrap;
}

.stage .main-btn {
    margin-top: 40px;
    display: block;
}

.slick-list.draggable {
    height: 483px !important;
}

.about-gallery img,
.news-item-img,
.news-item-container,
.award-img img,
.award-gallery__item img {
    transition: 0.4s;
}

.about-gallery img:hover,
.news-item-img:hover,
.award-gallery__item img:hover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    overflow: hidden;
}

.award-gallery__item {
    overflow: hidden;
}

.news-item-img:hover .news-item-container {
    padding: 0px 35px 25px 35px;
}


.award-img img {
    /*margin-top: -157px;*/
    position: absolute;
    z-index: -1;
}

.award-item {
    overflow: hidden;
    position: relative;
}

.award-img {
    max-width: 370px;
    max-height: 370px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 370px;
}

.award-item:hover .award-img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.award-gallery-thumbs__wrapper .slick-list.draggable {
    overflow-y: scroll;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar-button {
    background-color: #727a85;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar-track {
    background-color: #727a85;
    cursor: pointer;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar-track-piece {
    background-color: #727a85;
    cursor: pointer;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.award-gallery-thumbs__wrapper ::-webkit-scrollbar-corner {
    background-color: #727a85;
}

.award-gallery-thumbs__wrapper ::-webkit-resizer {
    background-color: #ffffff;
    cursor: pointer;
}

.feature .section-actions__title {
    background-image: linear-gradient(to bottom, #131314, #1d2027);
}


.fancy-block-mini {
    min-width: 1170px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.fancy-block-mini .form-title {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.fancy-block-mini .fancy-form {
    min-height: 300px;
}

.fancy-block-mini .info-text {
    font-family: 'GothamPro-Regular';
    color: #7c7c7c;
    text-align: center;
    margin: 45px 0px;
    display: inline-block;
    width: 100%;
}

.fancy-block-mini .main-btn {
    max-width: 240px;
    margin: 0 auto;
    cursor: pointer;
}

.award-gallery-thumbs__wrapper .slick-list .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.about-list-mini {
    margin-top: 38px;
}

.about-list-mini ul {
    padding-left: 67px;
}

.about-list-mini ul>li {
    padding-left: 30px;
}

.about-list-mini ul>li:before {
    content: "";
    background: #f4ee16;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.special-nominations-text {
    font-family: 'GothamPro-Regular';
    padding: 20px 0px 50px 0px;
    color: #222222;
    font-size: 16px;
    margin-top: -50px;
}

.special-nominations-text b,
.footer-big-text b {
    font-family: 'GothamPro-Bold';
}

.good-luck {
    float: right;
    margin-top: 30px;
    position: relative;
}

.good-luck img {
    max-width: 100%;
}

.good-luck:before {
    content: "";
    background: #fff;
    width: 170px;
    height: 1px;
    display: block;
    position: absolute;
    left: -180px;
    bottom: 17px;
}

.footer-big-text {
    margin-bottom: 35px;
}

.programm-block {
    margin: 50px 0px;
}

.programm-block-text {
    margin: 50px 0px;
}

.programm-block-text {
    font-size: 16px;
}

.programm-block .title {
    max-width: 700px;
}

.newsletter-2 {
    display: none;
}

.newsletter input {
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 49px;
    line-height: 1;
    width: 100%;
    background-color: #15171b;
    border: 1px solid #15171b;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 3px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    outline: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 5px 16px #100f15;
    box-shadow: 0 5px 16px #100f15;*/
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
}

.newsletter-2 .newsletter-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    color: #9da2aa;
    width: 71%;
    box-sizing: border-box;

}

.newsletter-1,
.newsletter-2 {
    transition: 0.4s;
}

.programm-block .main-btn {
    display: inline-block;
}

#list .fancy-form {
    background: #1d2027;
    padding: 60px 90px;
}

#list .fancy-form:before {
    display: none;
}

#list .form-content {
    float: none;
    width: 100%;
    max-width: initial;
    margin-right: 0;
    display: inline-block;
}

#list .requirements-list li:first-child {
    border-top: 0px;
}

#list .requirements-list li:after {
    width: 20px;
    top: 50%;
    left: 75px;
    /*display:none;*/
}

#list .requirements-list li {
    font-size: 14px;
    padding: 28px 70px;
    padding-left: 110px;
}

#list .requirements-list li:before {
    font-size: 48px;
}

video {
    margin-top: -200px;
    width: 100%;
}

.mobile-show {
    display: none;
}

.awards-title .title,
.awards-title .awards-pretitle {
    max-width: 100%;
}

.regular {
    font-family: 'GothamPro-Regular';
}

.black {
    font-family: 'GothamPro-Black';
}

.bold {
    font-family: 'GothamPro-Bold';
}

.after-main-text {
    font-size: 12px;
    margin: 30px 0px 50px 0px;
}

.slogan span {
    font-family: 'GothamPro-Regular';
}

.awards-kubok-text .row {
    position: relative;
    z-index: 3;
}

.awards-kubok-img {
    text-align: center;
}

.awards-kubok-text .container {
    position: relative;
}

.counter-block .nominations-actions-text {
    max-width: 600px;
}

.counter-design .number-wrapper:after {
    content: ":";
    font-family: 'GothamPro-Light';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    font-size: 25px;
    color: #fff;
    top: 18px;
    right: -14px;
}

.counter-design .number-wrapper:nth-child(3):after {
    opacity: 0;
}



/*animation*/
.animation-fast,
.animation-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.animation-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.animation-04s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.animation-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.animation-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.animation-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.animation-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.animation-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.animation-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-12s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animation-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animation-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*animation*/


/*counter*/


.counter-design {
    font-family: 'GothamPro-Bold';
    font-size: 48px;
    color: #0334c4;
    margin: 0px;
    position: relative;
}

.counter-design .number-wrapper {
    margin: 10px;
    position: relative;
}

.counter-design .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 7px 15px 25px 15px;
    /*height: 80px;*/
    line-height: 48px;
    text-align: center;
    min-width: 99px;
    border: 5px solid #222222;
    box-sizing: border-box;
    text-align: center;
}

.caption {
    font-family: 'GothamPro-Regular';
    font-size: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #9da2aa;
}

.counter-block .section-btn__inner2 {
    padding: 12px 40px 12px;
}

.about .counter-block .nominations-actions-text {
    margin-top: 8px;
}

.counter-block .nominations-actions-text {
    text-align: left !important;
    padding-top: 5px;
}

/*counter*/

/*tabs*/
.nav-pills>li>a,
.nav-tabs>li>a {
    font-family: 'GothamPro-Regular';
    font-size: 16px;
    color: #fff;
    background: transparent !important;
    border: 0px !important;
}

.nav-pills>li>a:after,
.nav-tabs>li>a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0340f0;
    z-index: 10;
    display: block;
    margin-top: 3px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a:focus {
    color: #0340f0;
    font-family: 'GothamPro-Bold';
    background: transparent;
}

.nav-pills>li>a:hover:after,
.nav-pills>li.active>a:after,
.nav-tabs>li>a:hover:after,
.nav-tabs>li.active>a:after {
    opacity: 1;
}

.nav-tabs {
    border: 0;
}

.news .fade {
    /*width: 100%;
    height: auto;
    display: none;*/
}

.news .fade.in {
    /* display: inline-block;*/
}

.nav.nav-tabs,
.nav.nav-pills {
    position: relative;
    z-index: 100;
    display: inline-block;
}

.tab-content>.tab-pane {
    display: block;
    height: 0
}

.tab-content>.active {
    height: auto
}

.tab-pane a.news-item-img {
    display: block;
}

.tab-pane .news-item-img {
    overflow: hidden !important;
    position: relative;
}

.winner_slider .news-item-img {
    width: 100%;
}

.section-special-nominations li.active a,
.section-special-nominations li a:hover {
    color: #fff !important;
}

.section-special-nominations li a:after {
    background: #fff;
}

.news-slider .news-item-img {
    position: relative;
}

.news-slider .news-link {
    display: grid;
}


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

@media screen and (max-width:1400px) {
    .news .owl-nav {
        transform: translateY(-50%);
        width: 138px;
        margin: -35px 30px 0px 0px;
        float: right;
        position: relative;
        z-index: 100;
    }

    .news .owl-next {
        margin-right: 0;
    }

    .news .owl-prev {
        margin-left: 0;
    }
}


@media screen and (max-width:1200px) {

    .main-left,
    .main-right {
        width: 50%;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter-img,
    .newsletter-text {
        margin-right: 0px;
        text-align: center;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }

    .newsletter .main-btn {
        margin: 20px auto;
        float: none;
        display: inline-block;
    }

    .award-item {
        flex: auto;
    }

    .nominations-actions-text {
        margin: 0 auto;
        float: none;
    }

    .section-btn__inner2 {
        text-align: center;
    }

    .section-special-nominations__actions .main-btn {
        margin: 20px auto;
        float: none;
        display: inline-block;
    }

    .feature {
        height: 350px;
    }

    .advantages-list .section-btn__inner {
        padding: 35px;
    }

    .stage {
        padding: 50px 20px 50px 50px;
    }

    .section-special-nominations:before {
        width: 100%;
        background-size: cover;
        right: initial;
    }

    .partners-item {
        padding: 18px;
    }

    .partners {
        padding: 40px 0px;
    }

    .organizer .left {
        max-width: 45%;
    }

    .organizer .right {
        width: 50%;
    }

    .organizer .right img {
        max-width: 100%;
    }

    .info-form {
        max-width: 400px;
    }

    .form-content {
        max-width: 400px;
    }

    .info-form input {
        max-width: 49%;
    }

    .form-button-block input[type=submit],
    .form-button-block input[type=submit]:focus {
        color: #222222;
        width: 200px;
        max-width: 200px;
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .form-checkbox {
        float: none;
        display: inline-block;
    }

    .juri-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        box-sizing: border-box;
        width: 20%;
    }

    .fancy-block-mini {
        min-width: 90%;
    }

    .fancy-block-mini .fancy-form {
        min-height: 300px;
    }

    #list .fancy-form {
        padding: 40px;
    }

    #list .requirements-list ul:after {
        display: none;
    }

    .juri-item-content {
        padding: 10px;
    }

    .newsletter {
        padding: 20px;
    }






}


@media screen and (max-width:992px) {

    .navbar-nav {
        display: inline-block;
        text-align: center;
        text-align-last: center;
    }

    .navbar-nav li {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 0px 10px;
    }

    #main {
        margin-top: -90px;
    }

    .main-logo .letter {
        font-size: 90px;
        line-height: 80px;
    }

    .main-right img {
        margin-right: 0;
        max-width: 100%;
    }

    .main-text:before {
        content: "";
        width: 1px;
        height: 70px;
    }

    .sponsors {
        margin-top: 20px;
    }

    .section-btn__inner {
        padding: 20px;
    }

    .big-text {
        font-size: 20px;
        line-height: 24px;
        padding-right: 10px;
    }

    .slogan {
        font-size: 20px;
        line-height: 25px;
    }

    .about-list {
        margin-top: 40px;
        padding-right: 20px;
    }

    .about-list ul li {
        margin-top: 18px;
    }

    .feature {
        padding: 20px;
    }

    .advantages-list .section-btn__inner {
        padding: 24px;
    }

    .advantages {
        /*margin: 40px 0px;*/
    }

    .stage {
        padding: 50px 10px 50px 30px;
    }

    .stage__title {
        min-height: 140px;
    }

    .slick-slide img {
        opacity: 0;
    }

    .awards-title {
        font-family: 'GothamPro-Regular';
        font-size: 16px;
        line-height: 18px;
    }

    .awards-link a {
        word-break: break-all;
    }

    .form-img {
        display: none;
    }

    .info-form {
        max-width: 100%;
        box-sizing: border-box;
        margin: 0px;
        padding: 20px;
    }

    .form-title {
        padding: 0px 20px;
        text-align: center;
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
    }

    .form-content {
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .juri-item {
        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;
    }

    .juri-item-content {
        padding: 10px;
    }

    .juri-showmore {
        font-size: 20px;
        line-height: 24px;
    }

    .juri-showmore a {
        right: 0;
    }

    .award-gallery .slick-list.draggable {
        height: initial !important;
    }

    .award-gallery-thumbs .slick-list.draggable {
        height: 336px !important;
    }

    .fancy-block-mini .fancy-form {
        min-height: auto;
    }

    .good-luck:before {
        display: none;
    }

}

@media (max-width:992px) and (min-width:768px) {
    .container {
        width: 730px;
        padding: 0;
    }

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

@media screen and (max-width:768px) {
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #main {
        margin-top: -140px;
    }

    .main-left,
    .main-right {
        width: 100%;
        text-align: center;
        float: none;
    }

    #main .row {
        margin-top: 140px;
    }

    .slogan {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .main-logo {
        max-width: 100%;
    }

    .main-text:before {
        display: none;
    }

    .main-text {
        max-width: 100%;
        margin-top: 29px;
        padding-left: 0;
    }

    .navbar-toggle {
        position: absolute;
        float: right;
        right: 0;
    }

    .navbar-collapse.collapse {
        padding: 0px 30px;
    }

    .main-right {
        margin-top: 20px;
    }

    .about {
        margin-top: 20px;
    }

    .about-side {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .news-item {
        display: inline-block;
        margin: 20px auto;
    }

    .news .owl-carousel .owl-item {
        margin: 0 auto;
        text-align: center;
    }

    .award-item {
        width: 100%;
        box-sizing: border-box;
        /* text-align: center; */
        margin: 0 auto;
    }

    .special-nominations [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .special-nominations {
        padding-top: 35px;
    }

    .advantages-list .col-md-6 {
        flex: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .feature {
        height: auto;
    }

    .stages .col-sm-3 {
        margin-left: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stage {
        padding: 30px;
    }

    .stage__title {
        min-height: 85px;
    }

    .stage__icon:before,
    .stage__icon:after {
        display: none;
    }

    .awards-tabs__panel .col-md-10.col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .d-none.col-md-2.col-lg-4 {
        display: none !important;
    }

    .main-btn.center,
    .main-btn.center:focus {
        text-align: center;
        padding: 14px 0px 12px;
        width: 90%;
    }

    .partners-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 48%;
        width: 48%;
        box-sizing: border-box;
    }

    .partners-item:nth-child(2n) {
        border-right-width: 1px;
    }

    .partners-item:nth-child(9),
    .partners-item:nth-child(10) {
        border-bottom-width: 1px;
    }

    .partners-img {
        height: 120px;
        text-align: center;
        line-height: 120px;
    }

    .title {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .organizer .left {
        max-width: 100%;
    }

    .awards-list {
        /*display: inline-block;*/
    }

    .award-item {
        width: 50%;
        max-width: 50%;
        background-size: contain;
    }

    .awards-link a {
        min-height: 70px;
    }

    #boxer {
        display: block;
    }

    #top-video {
        display: none;
    }

    #main {
        background-position: 50% 50%;
        background-size: cover;
    }

    #main #boxer {
        max-width: 100%;
        margin-top: 200px;
    }

    .juri-item {
        -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;
    }

    .fancy-block-mini {
        min-width: 100%;
    }

    .advantages-list .col-md-6:nth-child(3) .feature,
    .advantages-list .col-md-6:nth-child(4) .feature {
        height: auto;
    }

    .feature .simple-text {
        text-align: center;
    }

    .partners-item:nth-child(5n) {
        border-right-width: 0px;
    }

    .partners-item:nth-child(6),
    .partners-item:nth-child(7),
    .partners-item:nth-child(8),
    .partners-item:nth-child(9),
    .partners-item:nth-child(10) {
        border-bottom-width: 0px;
    }

    .partners-item:last-child {
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .partners-item:nth-child(9) {
        border-bottom-width: 1px;
    }

    .mobile-not-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .about {
        margin-top: 20px;
    }

    .awards img.left {
        margin: 0px 50px 0px 40px;
        max-width: 300px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .awards .row {
        text-align: center;
    }

    .awards-title-block .awards-title {
        padding-top: 140px;
        margin-bottom: 50px;
        padding-top: 0px;
    }

    .awards-list .title {
        margin: 0;
        letter-spacing: -0.5px;
        float: none;
        position: relative;
        margin-right: 0;
    }

    .counter-design .number-wrapper {
        margin: 8px;
    }

    .counter-design .number {
        height: auto;
        min-width: auto;
        text-align: center;
        min-width: 80px;
    }

    .counter-design {
        font-size: 38px;
    }

    .nominations-actions-text {
        width: 90%;
    }

    .newsletter {
        padding: 20px;
    }

    .news .owl-nav {
        margin: -50px 30px 0px 0px;
    }

    .juri-list {
        margin-left: 10px;
    }

    .awards-kubok-text .row {
        background-position-y: 130px;
    }

    .awards-kubok-img img {
        margin-top: -123px;
    }

    .section-special-nominations img.left {
        margin: -20px -15px 0px 0px;
        max-width: 250px;
    }

    .section-btn__inner2 a.yellow:after {
        display: none;
    }

    .counter-block .nominations-actions-text {
        font-size: 20px;
    }

    .awards img.left {
        margin: 0px;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .nomination-block-title {
        padding-left: 0px;
    }

    .advantages-list .owl-nav {
        margin: -35px 0px 0px 0px;
    }



}


@media screen and (max-width:700px) {
    #main {
        padding-top: 50px;
    }

    .section-special-nominations:before {
        left: 0;
    }

    .section-special-nominations {
        overflow: hidden;
    }

    .main-btn,
    .main-btn:focus {
        text-align: center;
        padding: 14px 0px 12px;
        width: 100%;
        float: none;
    }

    footer img {
        max-width: 100%;
    }

    .main-logo .letter {
        font-size: 70px;
        line-height: 60px;
        letter-spacing: 2px;
    }

    .organizer {
        padding: 20px 0px 40px;
    }

    .counter-design .number-wrapper:after {
        right: -12px;
    }
}

@media screen and (max-width:480px) {
    #main {
        margin-top: -180px;
        padding-top: 70px;
        background: #000;
    }

    .newsletter {
        display: inline-block;
        padding: 10px;
        margin: 50px 0px 20px;
    }

    .title {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .awards-link {
        padding-left: 30px;
    }

    .juri-list {
        margin-left: 50px;
    }

    .requirements-list li {
        color: #9da2aa;
        font-size: 16px;
        line-height: 24px;
        /* margin: 25px 0px; */
        list-style: none;
        padding: 20px 10px 20px 40px;
    }

    .section-actions__title {
        width: 200px;
        text-align: center;
        top: 24px;
        font-size: 10px;
    }

    .award-content {
        padding: 5px;
        overflow: hidden;
    }

    .juri,
    .organizer {
        padding: 40px 0px;
    }

    .partners-title {
        padding-left: 0px;
        text-align: center;
    }

    .partners-title:before {
        margin-left: -11px;
        top: -8px;
        left: 50%;
    }

    .section-awards {
        margin-bottom: 0;
    }

    .stages .col-sm-3 {
        margin-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stage__title {
        min-height: auto;
    }

    .stage__date {
        margin-top: 10px;
    }

    .stage {
        padding: 20px 30px;
    }

    .stages-block,
    .news {
        padding: 40px 0px;
    }

    .stage {
        background: transparent;
        padding: 20px 0px;
        border-bottom: 1px solid #494d50;
    }

    .rewarding-text {
        font-family: 'GothamPro-Regular';
        font-size: 16px;
        max-width: 840px;
        padding-left: 0;
    }

    .stage__icon {
        margin: 0 auto;
    }

    .stage {
        text-align: center;
    }

    .award-item {
        width: 100%;
        max-width: 100%;
    }

    .special-nomination {
        margin-bottom: 15px;
    }

    .info-form input {
        max-width: 100%;
        float: none;
    }

    .info-form .title {
        margin-bottom: 0px;
    }

    .nominations-actions-text {
        font-size: 20px;
    }

    .juri {
        margin: 0;
    }

    .news-item:hover {
        margin: 20px auto;
    }

    .img-overlay {
        background-image: none !important;
    }

    .section-actions {
        margin-top: 40px;
    }

    .section-special-nominations {
        margin-bottom: 10px;
    }

    .advantages .partners {
        padding-top: 0px;
    }

    #list .requirements-list li:before {
        font-size: 20px;
    }

    #list .requirements-list li {
        padding: 28px 10px;
        padding-left: 50px;
    }

    #list .requirements-list li:after {
        width: 8px;
        top: 50%;
        left: 35px;
    }

    .animation-03s,
    .animation-04s,
    .animation-05s,
    .animation-06s,
    .animation-07s,
    .animation-08s,
    .animation-09s,
    .animation-2s {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    .awards-kubok-img {
        background-size: cover !important;
        min-height: 88px;
    }

    .slogan {
        margin-top: 20px;
    }

    .counter-design .number-wrapper:after {
        font-size: 18px;
        top: 10px;
        right: -8px;
    }

}

.form__errors {
    color: red;
    clear: both;
}

.form__errors p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form__errors p:first-child:last-child {
    margin-bottom: 20px;
}

.form__errors p:last-child {
    margin-bottom: 20px;
}

.newsletter-2 .form__errors {
    padding-left: 86px;
    overflow: hidden;
}

.newsletter-2 .form__errors p:first-child:last-child {
    margin-bottom: 0;
    margin-top: 20px;
}


#become-partner-reasons .fancy-form {
    background: #111111;
    padding: 60px 90px;
}

#become-partner-reasons .form-content {
    float: none;
    width: 100%;
    max-width: initial;
    margin-right: 0;
    display: inline-block;
}

#become-partner-reasons .fancy-form:before {
    content: normal;
    display: none;
}

#become-partner-reasons .partners-btn a {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 380px;
    padding: 20px;
}

@media screen and (max-width: 1200px) {
    #become-partner-reasons .fancy-form {
        padding: 40px;
    }
}

@media screen and (max-width: 480px) {
    #become-partner-reasons .fancy-form {
        padding: 30px;
        box-sizing: border-box;
    }
}

.jury-modal {
    max-width: 660px;
    min-width: 580px;
}

.jury-modal__dialog {
    padding: 40px;
    overflow: hidden;
}

.jury-modal__img {
    float: left;
    width: 195px;
    height: 195px;
}

.jury-modal__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.jury-modal__caption {
    margin-left: 220px;
}

.jury-modal__title {
    font-family: 'GothamPro-Black', sans-serif;
    color: #474d53;
    background: url(/local/templates/.default/css/../images/text-bg.jpg) top left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.jury-modal__desc {
    font-size: 15px;
    color: #ffffff;
}

/*.juri-position__inner {*/
/*    height: 51px;*/
/*    line-height: 17px;*/
/*    overflow: hidden;*/
/*}*/

/*.juri-position__inner:before {*/
/*    content: "";*/
/*    float: left;*/
/*    width: 5px;*/
/*    height: 100%;*/
/*}*/

/*.juri-position__inner > *:first-child {*/
/*    float: right;*/
/*    width: 100%;*/
/*    margin-left: -5px;*/
/*}*/

/*.juri-position__inner:after {*/
/*    content: "\02026";*/
/*    box-sizing: content-box;*/
/*    float: right;*/
/*    position: relative;*/
/*    top: -17px;*/
/*    left: 100%;*/
/*    width: 3em;*/
/*    margin-left: -3em;*/
/*    padding-right: 5px;*/
/*    text-align: right;*/
/*    background-size: 100% 100%;*/
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);*/
/*}*/

@media (max-width: 767px) {
    .jury-modal {
        max-width: 660px;
        min-width: 100px;
    }

    .jury-modal__title {
        font-size: 19px;
    }

    .jury-modal__desc {
        font-size: 14px;
    }

    .jury-modal__dialog {
        padding: 25px;
    }

    .jury-modal .fancybox-close-small {
        right: 0;
        top: 1px;
    }
}

@media (max-width: 560px) {
    .jury-modal {
        max-width: 460px;
        min-width: 100px;
        width: 100%;
    }

    .jury-modal__title {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .jury-modal__desc {
        font-size: 14px;
    }

    .jury-modal__dialog {
        padding: 40px;
    }

    .jury-modal .fancybox-close-small {
        right: 0;
        top: 1px;
    }

    .jury-modal__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        width: auto;
        height: auto;
    }

    .jury-modal__img img {
        width: 100%;
        height: auto;
    }

    .jury-modal__caption {
        /*margin-left: 0;*/
        /*width: 100%;*/
        /*max-width: 195px;*/
        margin-left: auto;
        margin-right: auto;
    }
}

#rewarding .owl-carousel .owl-item .owl-lazy:not([src]),
#rewarding .owl-carousel .owl-item .owl-lazy[src^=""],
#winners .owl-carousel .owl-item .owl-lazy:not([src]),
#winners .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: none;
}

.footer_creator {
    color: #9da2aa;
    margin-top: 30px;
}

.footer_creator a {
    display: inline;
    color: #9da2aa;
    text-decoration: none;
    transition: color .3s;
}

.footer_creator a:focus {
    text-decoration: none;
}

.footer_creator a:hover {
    color: #ffffff;
    text-decoration: none;
}


.completed-projects {
    padding: 70px 0 20px;
    position: relative;
    z-index: 5;
}

.completed-projects__inner {
    color: #ffffff;
    font-size: 23px;
    letter-spacing: .02em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'GothamPro-Light', sans-serif;
}

.completed-projects span {
    display: block;
    margin-right: 16px;
}

.completed-projects ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*color: #ffff9e;*/
    color: #f4ee16;
}

.completed-projects li:not(:last-child) {
    margin-right: 16px;
}

.completed-projects a {
    color: #f4ee16;
    text-decoration: none;
    position: relative;
}

.completed-projects a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f4ee16;
    opacity: .5;
    transition: opacity .24s;
}

.completed-projects a:focus {
    color: #f4ee16;
}

.completed-projects a:hover {
    text-decoration: none;
    color: #f4ee16;
}

.completed-projects a:hover:after {
    opacity: 0;
}

@media (max-width: 1199px) {
    .completed-projects {
        padding: 60px 0 10px;
    }

    .completed-projects__inner {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .completed-projects__inner {
        display: block;
        text-align: center;
    }

    .completed-projects span {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .completed-projects ul {
        justify-content: center;
        font-size: 21px;
    }

    .completed-projects li:not(:last-child) {
        margin-right: 18px;
    }
}

@media (max-width: 420px) {
    .completed-projects {
        padding: 50px 0 0;
    }
}


/*founder*/

.founder .title {
    max-width: 1000px;
}

.founder .simple-text a.yellow {
    margin-top:30px;
    display: block;
}

.founder img {
    margin-bottom:45px;
    max-width: 100%;
}

.founder-list {
    padding: 50px 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.founder-list-title,
p.founder-list-title {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.founder-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    box-sizing: border-box;
    float:left;
    padding-left: 6px;
    padding-right: 6px;
    transition: 0.4s;
}

.founder-item:hover {
    margin-top: -20px;
}

.founder-item-link {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none !important;
    outline: 0;
    transition: opacity .3s;
}

.founder-item-link:hover {
    opacity: .7;
}

.founder-header-img {
    background: url(../images/design-texture1.jpg);
    background-size: cover;
    width: 100%;
    height: 18px;
}

.founder-item-bg {
    background: url(../images/design-bg.png);
    min-height: 524px;
    text-align: center;
    font-family: 'GothamPro-Bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-position: center top;
    background-size: 100% 100%;
}

.founder-item-pretitle {
    font-size: 8px;
    color: #6a6a6b;
    letter-spacing: 0.9px;
    padding: 2px 0 7px;
}
.founder-item-title {
    font-size: 31px;
    color:#6a6a6b;
    letter-spacing:3px;
    padding: 12px 0 0 0;
}
.founder-img{
    margin: 15px 0;
    height: 150px;
    line-height: 150px;
}
.founder-img img{
    margin:0;
}
.founder-item-name {
    font-size: 24px;
    line-height: 1.2;
    max-width: 140px;
    margin: 0 auto;
    padding-bottom: 12px;
}
.founder-item-year {
    font-size: 36px;
    max-width: 132px;
    margin: 0 auto;
    line-height: 30px;
}
.founder-item-year span {
    display: block;
    background: #f4ee16 url(../images/design-texture1.jpg);
    width: 100%;
    height: 3px;
    margin-bottom: 20px;
}

.underline {
    text-decoration: underline;
}

.founder-item-info {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {

    .founder-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -44px;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .founder-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 44px;
    }

    .founder-item-name {
        font-size: 22px;
    }

    .founder-item-pretitle {
        min-height: 24px;
    }

}

@media screen and (max-width: 992px) {

    .founder-list-title,
    p.founder-list-title {
        font-size: 22px;
    }

    .founder-item-title {
        font-size: 20px;
    }

    .founder-item-name {
        font-size: 20px;
        max-width: 130px;
    }

    .founder-item-year {
        font-size: 30px;
    }

    .founder-item-info {
        font-size: 12px;
    }

}

@media screen and (max-width: 768px) {

    .founder-list-title,
    p.founder-list-title {
        font-size: 20px;
    }

    .founder-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        /*max-width: 50%;*/
        max-width: 280px;
    }

    .founder-item-year {
        font-size: 36px;
    }

    .founder-item-name {
        font-size: 24px;
        max-width: 140px;
    }

    .founder-item-title {
        font-size: 31px;
    }

}

@media screen and (max-width: 575px) {

    .founder-list-title,
    p.founder-list-title {
        font-size: 18px;
    }

}

@media screen and (max-width: 480px) {

    .founder-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 320px;
    }

}

/*founder*/