
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');*/
html {
    line-height: 1.15 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, sans-serif;
}
@font-face {
    font-family: Lato;
    /* Имя шрифта */
    src: url("../fonts/Lato.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 200;
    font-style: normal; }
@font-face {
    font-family: LatoRegular;
    /* Имя шрифта */
    src: url("../fonts/Lato-Regular.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: LatoLight;
    /* Имя шрифта */
    src: url("../fonts/Lato-Light.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: LatoBlack;
    /* Имя шрифта */
    src: url("../fonts/Lato-Black.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 600;
    font-style: normal; }
@font-face {
    font-family: LatoBold;
    /* Имя шрифта */
    src: url("../fonts/Lato-Bold.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 600;
    font-style: normal; }
@font-face {
    font-family: LatoSemibold;
    /* Имя шрифта */
    src: url("../fonts/Lato-Semibold.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 200;
    font-style: normal; }

@font-face {
    font-family: LatoItalic;
    /* Имя шрифта */
    src: url("../fonts/Lato-Italic.ttf");
    /* Путь к файлу со шрифтом */
    font-weight: 200;
    font-style: normal; }

body {
    background-color: #414141;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    max-width: 100%;
    width: 100%;
}

h3, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

h1, .h1, h2, .h2 {
    font-family: 'LatoBlack', sans-serif;
    text-transform: uppercase;
}
h1, .h1
{
    font-size: 96px;
}
h2, .h2 {
    font-size: 48px;
}

h3 {
    font-size: 44px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 22px;
    font-family: LatoBold;
    text-transform: none;
}

div {
    font-family: LatoRegular;
}

a {
    color: #ffffff;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #141414;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.text-green, .text-green > a {
    color: #8db700 !important;
}
.text-green .a:hover,
.text-green .a:focus,
{
    color: #8db700 !important;
}
.text-green-light, .text-green-light > a {
    color: #8db700 !important;
}
.text-green-light .a:hover,
.text-green-light .a:focus,
{
    color: #8db700 !important;
}

.text-white
{
    color: #ffffff !important;
}

.text-light
{
    font-family: LatoLight;
}
.text-phone
{
    font-size: 20px;
    margin-bottom: 20px;
}

.bg-black {
    background-color: #1d1d1d;
    /*background-color: #afd9ee;*/
}
.bg-gray{
    background-color: #212121;
    /*background-color: #fff;*/
}
#begin.bg-gray
{

    background-image: url(/lp_black/img/bg.png);

}

#begin .event-name
{
    color: #8db700;
    font-family: LatoBold;
    text-transform: uppercase;
    display: block;
}
#begin .event-text
{
    color: #ffffff;
    font-family: LatoRegular;
    margin-top: 23px;
    font-size: 18px;
    line-height: 20px;
}
#begin .event-content {
    background-color: #1d1d1d;
    /*background-color: #ffff00;*/
    color: #ffffff;
    padding: 10px 30px;
    position: absolute;
    /*left: 185px;*/
    /*left: 16%;*/
    /*margin-left: -2px;*/
}


.pos100 {
    position: absolute;
    z-index: 100;
}

.top {
    background-color: #141414;
    color: #ffffff;
    margin-bottom: 0;
}
.top .navbar-nav > li > a{
    color: #ffffff;
}
.top .navbar-nav > li > a:hover,
.top .navbar-nav > li > a:focus{
    color: #8db700;
}

.top .navbar-brand {
    /*height: 45px;*/
}
.top .navbar-header {
    margin-right: 25px;
}

.top .navbar-nav  {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-family: "LatoSemibold";
    font-weight: bold;
}

.top .dropdown-menu
{
    box-shadow: 0px 3px 46px rgba(0,0,0,0.58);
    background-color: #131313;
    color: #fff;
}
.top .dropdown-menu > li > a
{
    color: #fff;
}

.top .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #8db700;
    background-color: #131313;
}
/*.top .navbar-nav .dropdown-menu*/
.top .navbar-right .dropdown-menu
{
    right: auto;
    left: auto;
}

.top .nav-contacts {
    width: 428px;
    height: 80px;
    padding: 25px 0;
}


@media (min-width: 768px) {
    .top .navbar-nav  {
        margin: 7.5px 5px;
    }
}

@media (max-width: 576px) {
    .btn-round, #begin .snippet  {
        display: none;
    }
}


#begin
{
    height: 992px;
    margin-top: 66px;
    padding-top: 55px;
}

#begin .snippet{

    font-family: LatoBlack;
    font-size: 27px;
    text-transform: none;
}

#begin .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img
{
    object-fit:cover;
}

.btn-round {

    width: 60px !important;
    height: 60px !important;
    border-radius: 40px;
    box-shadow: 0px 3px 43px rgba(0,0,0,0.63);
    background-color: #8db700;
    border-color: #8db700;
    margin-left: 15px;
}
.btn-round:hover,
.btn-round:focus,
.btn-round.active {
    background-color:  #8db700;
    border-color:  #8db700;
}

.btn-round.btn-lg {
    width: 48px;
    height: 48px;
    padding: 10px 22px;
}
.btn-lg
{
    font-size: 20px;
    padding: 10px 40px;
}
.btn-round.btn-sm {
    width: 34px;
    height: 34px;
}

.btn-round.btn-xs {
    width: 24px;
    height: 24px;
}

.glyphicon-triangle-right {
    position: relative;
    margin-top: 0px;
    width: 20px;
    padding: 0;
    background: transparent;
    color: transparent;
}
.glyphicon-triangle-right>div {
    width: 10px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 17px;
    left: 0px !important;
}

.glyphicon-triangle-right>div:before {
    content: " ";
    display: block;
    width: 11px;
    height: 2px;
    background:  #ffffff;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    top: -4px;
    right: -3px;
}
.glyphicon-triangle-right>div:after {
    content: " ";
    display: block;
    width: 11px;
    height: 2px;
    background:  #ffffff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position: absolute;
    top: -4px;
    left: -3px;
}





.box-body-bg
{
    padding: 25px 0;
    background: #282828;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-body
{
    padding: 25px 0 100px 0;
}
.bg-black2
{

    background: #212121;
}
.block-title
{
    background: #1d1d1d;
    float: left;
    position: absolute;
    width: 41.6%;
    height: 109px;
    margin-top: 10px;
}
.box-title
{
    padding: 40px 40px 40px 0px;
    margin: 10px 25px 40px 0;
}
/*.box-body-md*/
/*{*/
    /*width: 1140px;*/
    /*margin: 0 auto;*/
/*}*/

.games-list
{

}
.games-list .title
{
    text-transform: uppercase;
}



.games-list .item .place,
.games-list .item .day
{
    font-size: 18px;
    margin: 2px 0;

}
.games-list .item .block-btn
{
    bottom: 25px;
    position: absolute;
    font-size: 16px;
}
.games-list .item .block-btn .btn
{
    font-size: 20px;
    position: relative;

}

.btn-default {
    border-radius: 0;
    border-color: #8db700;
    color: #8db700;
    font-family: LatoRegular;
    background-color: #1d1d1d;
}

#movies-box .btn-default
{
    margin: 10px auto;
    display: block;
}


.parallelogram-top,  .parallelogram-bottom{
    width: 100%;
    height: 60px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #414141;
}


.parallelogram-bottom{
    margin-left: -38px;
    padding: 15px 20px;
    font-family: LatoSemibold;
    font-size: 16px;
    margin-bottom: 15px;
}
.parallelogram-top{
    margin-left: 38px;
    font-size: 20px;
    font-family: LatoBold;
    padding: 15px 20px;
    text-transform: uppercase;
}

.parallelogram {
    width: 100%;
    height: 150px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #ffffff;

    font-family: LatoItalic;
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    padding: 20px 35px;
}
.parallelogram p{
    color: #212121;
    -webkit-transform: skew(+20deg);
    -moz-transform: skew(+20deg);
    -o-transform: skew(+20deg);

    padding-left: 10px;
    padding-right: 10px;

}




.intresting-items
{

}

.intresting-items .item
{
    margin-bottom: 25px;
}
.intresting-items .date
{
    position: absolute;
    background: #8db700;
    padding: 5px 10px;
    top: -15px;
    right: 0;
    font-size: 18px;
    font-family: LatoBlack;
}
.intresting-items .info
{
    background: #ffffff;
    padding: 20px;
    color: #212121;
    font-family: LatoBold;
    font-size: 20px;
}
.intresting-items .info a{
    color: #212121;
}
.intresting-items .img-thumbnail
{
    background: none;
    border: none;
    object-fit: cover;
    padding: 0;
    border-radius: 0;
}

.carousel-multi-item
{
    height: 220px;
    /*padding: 60px 0px;*/
    background: #ffffff;



    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow:
        -36px 36px 0 -18px #282828,
        36px -36px 0 -18px #282828,
        30px 30px 0 -13px #414141,
        -30px -30px 0 -13px #414141;

}

.carousel-multi-item .img-thumbnail
{
    height: 220px;
    object-fit: contain;
    /*object-fit: cover;*/
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: none;
    width: 300px;
}
.carousel-multi-item .carousel-control
{
    top: auto;
    bottom: -33px;
    background: #ffffff;
    border: 1px solid #212121;
    padding: 3px 5px;
    opacity: 1;
    width: 80px;
    height: 67px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
/*.carousel-multi-item .carousel-control:focus, */
.carousel-multi-item .carousel-control:hover
{
    color: #8db700;
}
.carousel-multi-item .carousel-control.right
{
    left: 50% !important;
}

.carousel-multi-item .carousel-control.left
{
    left: 50% !important;
    margin-left: -80px;
}

.carousel-multi-item .glyphicon-chevron-left,
.carousel-multi-item .glyphicon-chevron-right {

    top: 25px;
    position: absolute;
    border: 2px solid red;
}

/*===========*/
.carousel-multi-item-control
{
    position: relative;
    width: 100%;


}
.carousel-multi-item-control .carousel-control
{
    top: auto;
    bottom: -33px;
    background: #ffffff;
    border: 1px solid #212121;
    padding: 3px 5px;
    opacity: 1;
    width: 80px;
    height: 67px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    font-size: 30px;
    display: none;
}
/*.carousel-multi-item .carousel-control:focus, */
.carousel-multi-item-control .carousel-control:hover
{
    color: #8db700;
}
.carousel-multi-item-control .carousel-control.right
{
    left: 50% !important;
}

.carousel-multi-item-control .carousel-control.left
{
    left: 50% !important;
    margin-left: -80px;
}

.carousel-multi-item-control .glyphicon-chevron-left,
.carousel-multi-item-control .glyphicon-chevron-right {

    top: 25px;
    position: absolute;
    /*border: 2px solid red;*/
}
/*===========*/

/*.carousel-inner > .item*/
/*{*/
    /*display: inline-block;*/
    /*float: left;*/
/*}*/


.bottom a, .bottom a:focus, .bottom a:hover {
    color: #ffffff;
}

.social a{
    text-align:center;
    width:46px;
    height:46px;
    float:left;
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:46px;
    margin:0 10px 10px 0;
    padding:6px;
    background:#131313;
    border:1px solid #8db700;
    color:#8db700;
}
.social a:hover, .social a:focus{

    border:1px solid #fff;
    color:#fff;
}
/*.github a:hover{background:#191919;color:#fff;}*/
/*.youtube a:hover{background:#c4302b;color:#fff;}*/
/*.google-pluse a:hover{background:#DD4B39;color:#fff;}*/
/*.twitter a:hover{background:#00acee;color:#fff;}*/
/*.instagram a:hover{background:#3f729b;color:#fff;}*/
/*.facebook a:hover{background:#3b5998;color:#fff;}*/
/*.skype a:hover{background:#00aff0;color:#fff;}*/
/*.vk a:hover{background:#5d84ae;color:#fff;}*/
/*.odnoklassniki a:hover{background:#f93;color:#fff;}*/
/*.pinterest a:hover{background:#c8232c;color:#fff;}*/
/*.linkedin a:hover{background:#0e76a8;color:#fff;}*/
/*.telegram a:hover{background:#249bd7;color:#fff;}*/
/*.tumblr a:hover{background:#34526f;color:#fff;}*/
/*.windows a:hover{background:#125acd;color:#fff;}*/
/*.whatsapp a:hover{background:#50b154;color:#fff;}*/
/*.weibo a:hover{background:#d52b2b;color:#fff;}*/
/*.dropbox a:hover{background:#1087dd;color:#fff;}*/


.vertical-label
{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    /*float: left;*/
    left: 0;
    /*background: #0275d8;*/
    margin-left: -25px;
    margin-top: 160px;
}

#begin .vertical-label
{
   margin-top: 200px;
}
#tip .vertical-label
{
   margin-top: 100px;
}
#partners .vertical-label
{
   margin-top: 100px;
}
.vertical-box {

}
/*.vertical-label > div, */
.vertical-box > div {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}
.vertical-label .line
{
    border-bottom: 1px solid #fff;
    width: 90px;
    margin-right: 7px;
    margin-bottom: 4px;
}

@media (max-width: 1025px)
{
    .vertical-label
    {
        display: none;
    }
}

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

.user-text img
{
    width: 100%;
}
.user-text a:hover, .user-text a:focus
{
    color: #ffffff;
}

.nobr{ white-space:nowrap; }


.c-carousel {
    width: 100%;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}
.c-carousel__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: white;
}
.c-carousel__arrow--left {
    left: 15px;
}
.c-carousel__arrow--right {
    right: 15px;
}
.c-carousel__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
}


.pagination > li > a, .pagination > li > span,
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus
{

    background:#282828;
    border:1px solid #8db700;
    color:#8db700;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{

    background:#8db700;
    border:1px solid #8db700;
    color:#282828;
}

.input-group-btn
{
    line-height: normal;
}

.h1-block
{
    position: absolute;
    z-index: 300;
    padding-top:12px;
    width: auto;
}

.img-responsive
{
    border-radius: 4px;
}

.section-event .carousel-inner > .item
{
    display: block;
}

#begin .section-event .event-content
{
    left: 0;
    margin-left: 65px;
}

.search-form
{
    border: solid 1px #cccccc;
    border-radius: 4px;
    background: #cccccc;
    max-width: 300px;
    margin-top: 20px;
}
.search-form .form-control
{
    border: none;
    box-shadow: none;
}

.search-form .input-group-btn .btn-default
{
    background-color: #8db700;
    color: #282828;
    border-radius: 0 4px 4px 0;
    border-color: #8db700;
}

.btn-box
{
    border: solid 4px #ffffff;
    border-radius: 4px;
    background: #ffffff;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover
{
    background-color: #8db700;
    color: #ffffff;
    border-radius: 4px 4px;
    border: solid 3px #ffffff;
}

.btn-primary-width
{
    width: 210px;
}

#movies-box
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.h1-text
{
    background-color: #141414;
    padding: 15px;
}

/* Код для адаптации видео */
.video-responsive {
    position:relative;
    padding-bottom:58%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*@media (min-width: 1024px) {*/
    /*.video-responsive iframe,*/
    /*.video-responsive object,*/
    /*.video-responsive embed*/
    /*{*/
        /*margin-left: -3px;*/
        /*margin-right: -3px;*/
    /*}*/
/*}*/
/* Конец кода для адаптации видео */



.panel
{
    background: none;
    color: #ffffff;
    border: none;
    border-radius: 0;

}
.panel a
{
    text-decoration: underline;
}
.panel a:focus, .panel a:hover
{
    color: inherit;
    text-decoration: none;
}

.panel-default .panel-body
{
    padding-top: 0;
}
.panel-body > .table th
{
    font-size: 22px;
    line-height: 22px;
    color: #8db700;
    border: none;
}
.panel-body > .table td
{
    font-size: 22px;
    line-height: 36px;
    border: none;
}
hr.hr {
    border-top: 1px solid #ddd;
    margin-right: 15px;
    margin-left: -15px;
    margin-top: 0;
    margin-bottom: 0;
}
.video-box
{
    padding: 40px;
}
.box-body-banners
{
    background: #ffffff;
}

.nopadding
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#presentation .return-main
{
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1040;
    text-align: center;
    font-size: 30px;
}

#presentation  .return-main > a {
    color: #8db700;
    background: #000000;
}
#presentation  .return-main > a:hover {
    color: #8db700;
    background: #000000;
}
.btn-orderfilm {
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn-orderfilm:hover {
    color:#333 !important;
}
.field-requestfilmform-agree {
    padding: 0 50px;
}
