@charset "UTF-8";

@import url("reset.css");
@import url("fonts.css");

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
    -webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block;
}

.left{ float: left; }
.right{ float: right; }


body{
	font-size: 14px;
	line-height: 1.42857;
    font-family: "GothaProLig", "GothaProLigKZ", Helvetica, Arial;
    color: #173971;
}

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

.text-center{ text-align: center; }
.text-uppercase{ text-transform: uppercase; }

section{
	width: 100%;
}


section.main{
	background: url("../img/main-bg-3.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100vh;
}

section.main .container .header .logo{
	float: left;
	display: block;
	padding: 24.5px 0;
}

#logo{
    display: block;
    width: 115px;
    height: 125px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

section.main .container .header .menu{
    padding-right: 50px;
	float: right;
	display: block;
	padding-top: 40px;
}

section.main .container .header .menu{
    padding-right: 50px;
	float: right;
	display: block;
	padding-top: 35px;
}

section.main .container .header .menu .language-chooser{ list-style: none; text-align: right; }
section.main .container .header .menu .language-chooser li{ display: inline-block; }
section.main .container .header .menu .language-chooser li.lang-divider{ color: #afb0b1; padding: 5px 0; }
section.main .container .header .menu .language-chooser li.lang-divider:last-child{ display: none; }
section.main .container .header .menu .language-chooser li a{ 
    color: #afb0b1; 
    padding: 5px 2px; 
    font-family: 'GothaProMed', Helvetica, Arial;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}
section.main .container .header .menu .language-chooser li a:hover,
section.main .container .header .menu .language-chooser li a.active{
    color: #034089;
}

section.main .container .header .menu .menu-buttons{
    margin-top: 10px;
}

.btn {
	font-size: 14px;
	font-family: 'GothaProMed', 'GothaProMedKZ', Arial, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #eeeeee;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus{
    text-decoration: none;
    background-color: #fff;
}

.btn:active{
    transform: translate(0%, 3%);
}

.btn.btn-blue{
    margin: 0 20px 0 0; 
    font-size: 12px;
    background-color: #2073b8;
    color: #fff;
    padding: 7px 30px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #18599a;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus{
    background-color: #18599a;
}

.btn.btn-gray{
    margin: 0; 
    font-size: 12px;
    background-color: #afb0b1;
    color: #fff;
    padding: 7px 30px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #818894;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus{
    background-color: #818894;
}


.btn.btn-yellow{
    margin: 0; 
    font-size: 16px;
    background-color: #ffd200;
    color: #000;
    padding: 13px 35px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #e0b904;
    -webkit-box-shadow: 12px 12px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 12px 12px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 12px 12px 5px 1px rgba(0,0,0,0.3);
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus{
    background-color: #edc300;
}


.btn.btn-yellow-2{
    margin: 0; 
    font-size: 16px;
    font-family: "GothaProLig", "GothaProLigKZ";
    background-color: #ffd200;
    color: #000;
    padding: 10px 33px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #e0b904;
}

.btn.btn-yellow-2:hover,
.btn.btn-yellow-2:focus{
    background-color: #edc300;
}

.btn.btn-ticket-yellow{
    margin: 0; 
    font-family: "GothaProBol", "GothaProBolKZ";
    background-color: #ffd200;
    color: #000;
    font-size: 16px;
    padding: 15px 33px;
    height: 55px;
    width: 210px;
    margin: 10px 20px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #e0b904;
}

.btn.btn-ticket-yellow:hover,
.btn.btn-ticket-yellow:focus{
    background-color: #edc300;
}

.btn.btn-ticket-gray{
    margin: 0; 
    font-family: "GothaProBol", "GothaProBolKZ";
    background-color: #e6e6e5;
    color: #000;
    font-size: 16px;
    padding: 12px 33px;
    height: 55px;
    width: 210px;
    margin: 10px 20px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: solid 3px #c9cac9;
}

.btn.btn-ticket-gray:hover,
.btn.btn-ticket-gray:focus{
    background-color: #d3d3d3;
}



section.main .content .right{
    width: 50%;
    padding: 0 0 0 85px;
}
section.main .content .right h1{
    text-transform: uppercase;
    color: #173971;
    line-height: 58px;
}
section.main .content .right h1:first-child{ font-size: 48px; }
section.main .content .right h1:nth-child(2){ 
    font-size: 51px;
    font-family: 'GothaProBol', 'GothaProBolKZ';
}
section.main .content .right h1:nth-child(3){ 
    font-size: 67px;
    font-family: 'GothaProBla', 'GothaProBlaKZ';
}


section.main .content .right div{
    margin: 40px 0 0 -75px;
    text-align: center;
}


section.rules{
    padding: 25px 0;
}
section.rules h1{
    color: #173971;
    font-size: 35px;
    line-height: 120%;
    margin: 15px 0;
}
section.rules h1 span{
    font-family: 'GothaProBol', 'GothaProBolKZ';
}
section.rules .item-container{
    margin: 120px 0 25px 0;
}

section.rules .item{
    width: 244px;
    margin-right: 8px;
    background-color: #f4f4f4;
    min-height: 283px;
    position: relative;
    padding: 120px 20px 10px 20px;
}
section.rules .item img{
    position: absolute;
    top: -95px;
    padding: 0 2.5px;
}
section.rules .item:last-child{
    margin-right: 0;
}
section.rules .item p{
    color: #173971;   
    padding: 5px 0;
    line-height: 130%;
}
section.rules .item p span,
section.rules .item p a,
section.rules .item p.text-uppercase{
    font-family: 'GothaProBol', 'GothaProBolKZ';
}
section.rules .item p.text-uppercase{
    margin-bottom: 5px;
}
section.rules .item p a{
    color: #173971;
    border-bottom: 1px solid #173971;
    transition: border-color .2s ease-in-out;
}
section.rules .item p a:hover{
    border-bottom-color: transparent;
}


section.tickets{
    background: url("../img/tickets-bg.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding: 50px 0;
}
section.tickets h1{
    color: #ffd200;
    font-family: 'GothaProBol', 'GothaProBolKZ';
    font-size: 27px;
    margin-bottom: 40px;
}

section.tickets .row2{
    margin: 10px 125px 50px 125px;
}

section.tickets .btn{
    background-position: center;
    background-repeat: no-repeat;
}

section.tickets .btn[data-website="kassir.kz"]{ background-image: url('../img/tickets/kassirkz.png'); }
section.tickets .btn[data-website="ticketon.kz"]{ background-image: url('../img/tickets/ticketonkz.png'); }
section.tickets .btn[data-website="koncertyastany.kz"]{ background-image: url('../img/tickets/koncertyastanykz.png'); }
section.tickets .btn[data-website="meloman.kz"]{ background-image: url('../img/tickets/melomankz.png'); }
section.tickets .btn[data-website="zakazbiletov.kz"]{ background-image: url('../img/tickets/zakazbiletovkz.png'); }
section.tickets .btn[data-website="biletiastana.kz"]{ background-image: url('../img/tickets/biletiastanakz.png'); }
section.tickets .btn[data-website="complete.kz"]{ background-image: url('../img/tickets/csb.png'); }



section.partners{
    background: url("../img/partners-bg.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding: 50px 0;
}
section.partners h1{
    color: #1a3872;
    font-family: 'GothaProBol', 'GothaProBolKZ';
    font-size: 30px;
    margin-bottom: 10px;
}
section.partners .partner-item{
    width: 97px;
    height: 80px;
    border: 1px solid #daecff;
    margin: 5px;
}

section.partners .row1{ margin: 0 175px; }
section.partners .row2{ margin: 0 282px 20px 282px; }

.colorized{
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(62, 197, 235)),color-stop(0.166, rgb(23, 57, 113)),color-stop(0.378, rgb(32, 115, 184)),color-stop(0.492, rgb(62, 197, 234)),color-stop(0.694, rgb(42, 158, 210)),color-stop(0.884, rgb(62, 197, 234)),color-stop(0.884, rgb(62, 197, 235)),color-stop(1, rgb(50, 155, 199)));
    background-image: -webkit-repeating-linear-gradient(top left,rgb(62, 197, 235) 0%,rgb(23, 57, 113) 16.6%,rgb(32, 115, 184) 37.8%,rgb(62, 197, 234) 49.2%,rgb(42, 158, 210) 69.4%,rgb(62, 197, 234) 88.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

@media screen and (max-device-width: 1000px) {
    section.main {
        height: 100vh;
    }
    body {
        width: 1000px;
    }
    
}


iframe[name=google_conversion_frame] 
{
    display: none !important;
}