@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap&subset=cyrillic');

@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?12807633');
  src: url('/fonts/fontello.eot?12807633#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?12807633') format('woff'),
       url('/fonts/fontello.ttf?12807633') format('truetype'),
       url('/fonts/fontello.svg?12807633#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, html {
    height: 100%;
}

body{
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

img{
    max-width: 100%;
    height:auto;
}

a{
    color: #2281bf;
    outline: none;
}

h1, h2, h3{
    font-weight: normal;
    margin: 0;
}

.clear{
    clear: both;
    float: none !important;
}

.ph1{
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.ph1-color{
    color:#2381c4;
}

.btn{
    display: inline-block;
    height: 72px;
    line-height: 72px;
    padding: 0 31px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}

.btn.btn--reverse{
    color: #2e77af;
    background-color: #ffffff;
    border: solid 1px #1da5ff;
}

.btn.btn--main{
    color: #ffffff;
    background-color: #2381c4; /*#2d9ee6;*/
    border: solid 1px #1da5ff;
}

.btn.btn--disable{
    color: #9e9e9e;
    background-color: #ececec; /*#2d9ee6;*/
    border: solid 1px #9e9e9e;
}

.btn.btn--head,
.btn.btn--partners,
.btn.btn--gallery{
    height: 72px;
    line-height: 72px;
    margin-top:50px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 12px 18px 0 #175788;
}

.btn.btn--events,
.btn.btn--mevents{
    /*position: relative;
    height: 56px;
    line-height: 56px;
    margin-top: 40px;
    font-size: 24px;
    z-index: 2;*/
    position: relative;
    height: 46px;
    line-height: 46px;
    margin-top: 30px;
    font-size: 18px;
    z-index: 2;
}

.btn.btn--mevents{
    display: none;
}

.btn.btn--partners{
    padding: 0 50px;
    box-shadow: 0 12px 18px 0 #b1e0ff;
}

.btn.btn--map{
    height: 30px;
    line-height: 30px;
    margin: 0 5px 10px 0;
    padding: 0 15px;
    font-size: 14px;
}

.btn.btn--my{
    height: 34px;
    line-height: 36px;
    margin: 0 5px 10px 0;
    padding: 0 15px;
    font-size: 16px;    
}

.btn.btn--min{
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}


.youtubeVideo {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 999;
}

.youtubeVideo::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.youtubeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.form{
    display: flex;
    flex-wrap: wrap;
}
.form.form--padding{
    padding-bottom: 30px;
}

.form-item{
    width: 100%;
    margin-top: 20px;
}

.form-item-field{
    position: relative;
    margin-top: 10px;
}

.form-item-field.form-item-field--bd input{
    width: 25%;
    margin-right: 10px;
}

.form-item-field.form-item-field--radio{
    margin-top: 15px;
}

.form-item.form-item--half{
    width: 48%
}

.form-item.form-item--half:nth-child(2n+1){
    margin-right: 4%;
}

.form-item-field-error {
    margin-top: 5px;
    color: #c23321;
    font-size: 12px;
}

.form-item-star{
    color: #3c8dbc;
}


input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
    width: 100%;
    height: 34px;
    line-height: 22px;
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
}
/*input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #3c8dbc;
    -webkit-box-shadow: inset 1px 0 0 #3c8dbc, inset 0 1px 0 #3c8dbc, inset -1px 0 0 #3c8dbc, inset 0 -1px 0 #3c8dbc;
    box-shadow: inset 1px 0 0 #3c8dbc, inset 0 1px 0 #3c8dbc, inset -1px 0 0 #3c8dbc, inset 0 -1px 0 #3c8dbc;
}*/

input:disabled{
    background: #eee;
}

textarea{
    height: auto;
    min-height: 160px;
    resize: none;
}

select{
    width: 100%;
}


.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #c9c9c9;
    border-radius: 0;
    padding: 5px 10px;
    height: 34px;
    border-radius: 4px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc
}

.select2-dropdown {
    border: 1px solid #c9c9c9;
    border-radius: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -2px
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #c9c9c9
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #c9c9c9;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #c9c9c9
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}


.alert{
    color: #ffffff;
    border-radius: 4px;
}

.alert--success,
.alert--danger{
    padding: 10px 15px;
}

.login .alert--success,
.login .alert--danger{
    margin-top: 20px;
}

.alert--success{
    background: #00a65a;
}

.alert--danger{
    background: #c23321;
}

.item{
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #c9c9c9;
    border-radius: 4px;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.03);
}


.wrapper{
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.layout{
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 10px;
}

.header{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 96px;
    background-image: linear-gradient(to top, rgba(113, 135, 163, 0), rgba(53, 71, 93, 0.9));
    z-index: 11;
}

.logo{
    display: inline-block;
    margin-top: 16px;
}

.logo svg{
    width: 100px;
    height: 65px;
    fill: #ffffff;
}

.menu,
.lang,
.soc, 
.mywidget{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
}

.menu-item:first-child,
.lang-item:first-child,
.soc-item:first-child{
    margin-left:0;
}

.menu-ico {
    position: absolute;
    top: 33px;
    right: 10px;
    width: 27px;
    display: none;
    cursor: pointer;
}

.menu-ico div {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.menu-ico .two,
.menu-ico .three {
    margin-top: 8px;
}

.sub-menu{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #2E3494;
    border-radius: 0 0 5px 5px;
}

.sub-menu .menu-item{
    float: none;
    margin-left:0;
    padding: 7px 10px;
    font-size: 14px;
    border-top: 1px solid #00005A;
}

.soc{
    right:130px;
    top:30px;
}

.soc-item{
    float:left;
    margin-left:25px;
}

.soc-item svg{
    fill: #ffffff;
    display: block;
}
.soc-item.soc-item--vk svg{
    width: 32px;
    height: 21px;
    margin-top: 5px;
}
.soc-item.soc-item--fb svg{
    width: 17px;
    height: 28px;
    margin-top: 2px;
}
.soc-item.soc-item--ig svg{
    width: 31px;
    height: 31px;
}
.soc-item.soc-item--tg svg{
    width: 28px;
    height: 28px;
}

.lang{
    right:10px;
    top:27px;
}

.lang-item{
    float:left;
    margin-left:9px;
}

.lang-item a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}

.lang-item.active a, .lang-item a:hover{
    color: #3384e4;
    background: #ffffff;
}

.mywidget{
    right:10px;
    top:20px;
}

.mywidget-ico{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color:  #ffffff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.mywidget-login{
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.mywidget-login svg{
    width: 22px;
    margin: 0 0 3px 9px;
}

.mywidget-login span{
    display: block;
}


.mainvideo,
.maintext {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.mainvideo{
    position: absolute;
    left: 0;
    top:0;
    z-index: -100;
}

.mainvideo video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.maintext .layout{
    height: 100%;
}

.maintext-block{
    position: absolute;
    bottom: 70px;
    left: 0px;
}

.maintext .ph1{
    color: #ffffff;
    font-size: 48px;
}

.maintext .maintext-slogan{
    margin-top: 5px;
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
}

.btn.btn--maintext{
    position: absolute;
    bottom: 80px;
    right: 0;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e74130;
    border: none;
    border-radius: 28px;
}


.mainbanner{
    position: relative;
    height: 769px;
    color: #ffffff;
    background: #2381c4;
    overflow: hidden;
}

.mainbanner-left{
    position: relative;
    width: 500px;
    padding: 128px 0 0 0;
    z-index: 3;
}

.mainbanner-name{
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}

.mainbanner-date{
    margin-top:13px;
    font-size: 36px;
    font-weight: 300;
}

.mainbanner-later{
    margin-top: 65px;
    font-size: 26px;
}

.workbanner{
    position: relative;
    padding: 0 0 30px;
    color: #ffffff;
    background: #2381c4;
}

.workbanner .layout {
    display: flex;
    flex-wrap: wrap;
}

.workbanner-left{
    position: relative;
    width: 48%;
    padding: 128px 3% 0 0;
    z-index: 2;
}

.workbanner-center{
    position: relative;
    width: 23%;
    padding: 128px 3% 0 0;
    z-index: 2;
}

.workbanner-right{
    position: relative;
    width: 23%;
    padding: 128px 0 0 0;
    z-index: 2;
}

.workbanner .btn.btn--head {
    width: 250px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    padding: 0 15px;
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
}

.workbanner-name {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 8px 14px rgba(0, 0, 0, 0.16);
}

.workbanner-date{
    margin-top: 5px;
    font-size: 20px;
    font-weight: 300;
}

.content-header{
    padding-bottom: 30px;
}

.breadcrumbs{
    margin: 30px 0 10px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    font-size: 14px;
}

.breadcrumbs li{
    position: relative;
    padding-left:20px;
}
.breadcrumbs li:first-child{
    padding-left: 0;
}

.breadcrumbs li:before{
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    border-radius: 50%;
}
.breadcrumbs li:first-child:before{
    display: none;
}

.timer{
    margin-top: 72px;
}

.timer-head{
    font-size: 36px;
}

.timer-time{
    margin-top: 17px;
    display: flex;
}

.timer-time-item{
    text-align: center;
    padding: 0 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.timer-time-item:first-child{
    padding: 0 20px 0 0;
    border-left: none;
}

.timer-time-val{
    line-height: 54px;
    font-size: 68px;
    font-weight: 700;
}
.timer-time-unit{
    line-height: 22px;
    margin-top: 10px;
    font-size: 32px;
}

.workbanner .timer {
    margin-top: 0;
}

.workbanner .timer-head {
    font-size: 16px;
}

.workbanner .timer-time {
    margin-top: 3px;
}

.workbanner .timer-time-item {
    padding: 0 15px;
}

.workbanner .timer-time-item:first-child {
    padding: 0 15px 0 0;
}

.workbanner .timer-time-val {
    line-height: 22px;
    font-size: 20px;
    font-weight: 700;
}

.workbanner .timer-time-unit {
    line-height: 18px;
    margin-top: 0;
    font-size: 14px;
}

.mainbanner-right{
    position: absolute;
    top: -2700px;
    left: 40%;
    width: 4800px;
    height: 4800px;
    border-radius: 50% 0 0 50%;
    overflow: hidden;
}

.mainbanner-right-img{
    position: absolute;
    top:2700px;
    left:0;
    width: 100%;
    height: 769px;
    background: url('/image/bg-head.jpg') no-repeat 0 0;
    background-size: contain;
}

.fastmenu {
    position: relative;
    padding: 95px 0 70px;
}

.work .fastmenu {
    padding: 0 0 20px;
}

.fastmenu .layout{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fastmenu-item {
    position: relative;
    width: 284px;
    height: 330px;
    display: block;
    color: #424242;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #c9c9c9;
    border-radius: 4px;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.fastmenu-item svg{
    width: 135px;
    height: 146px;
    margin-top: 55px;
    fill:#2D9EE6;
}

.fastmenu-item span{
    width: 150px;
    display: inline-block;
    margin-top: 38px;
}

.fastmenu-item:hover{
    color: #ffffff;
    background-color: #ec412f;
    border: 1px solid #ec412f;
}

.fastmenu-item:hover svg{
    fill: #ffffff;
}

.login{
    position: relative;
    width: 700px;
    max-width: 90%;
    margin: 40px auto 0;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}

.login-link{}

.login-link span{
    position: relative;
    margin-right: 15px;
    padding-right: 16px;
    font-size: 30px;
}

.login-link span:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    right: 0;
    bottom: -5px;
    border-left: 1px solid #c9c9c9;
}

.login-text{
    margin-top: 30px;
}

.statistics{
    position: relative;
    height: 695px;
    color: #ffffff;
    background: url('/image/bg-stat.jpg') no-repeat 0 0;
    background-size: cover;
}

.statistics:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2381c4;
    opacity: 0.8;
}

.statistics-head{
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 114px 0 0 0;
    text-align: center;
    z-index: 3;
}

.statistics-wrap{
    display: flex;
    justify-content: space-between;
    margin: 102px 0 0 0;
}

.statistics-item{
    text-align: center;
}

.statistics-item:nth-child(1){
    width: 165px;
}

.statistics-item:nth-child(2){
    width: 165px;
}

.statistics-item:nth-child(3),
.statistics-item:nth-child(4){
    width: 300px;
}

.statistics-item-val{
    font-size: 72px;
    font-weight: bold;
}

.statistics-item-unit{
    font-size: 24px;
}

.photos{
    position: relative;
    margin-top: 128px;
    text-align: center;
}

.photos-wrap{
    margin: 0 100px;
}


.events{
    position: relative;
}

.events-head{
    margin-top:134px;
    text-align: center;
}

.events-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
    background-color: #ffffff;
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.19);
    border-left: 1px solid rgba(0, 0, 0, 0.19);
    border-top: 1px solid rgba(0, 0, 0, 0.19);
}

.events-item{
    position: relative;
    width: 25%;
    display: block;
    padding: 73px 0 59px;
    /*width: 33.33%;
    padding: 43px 0 29px;*/
    color: #2d2d2d;
    text-align: center;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    text-decoration: none;
}


.events-item:hover{
    color: #ffffff;
    fill: #ffffff;
    background: #2C81C0;
}

.events-item:hover .events-item-ico{
    color: #ffffff;
    fill: #ffffff !important;
}
.events-item:hover .events-item-date{
    color: #ffffff;
}

.events-item-ico{
    /*width: 44px;*/
    width: 100%;
    height: 50px;
    margin-top:5px;
}

.events-item--rls .events-item-ico,
.events-item--rla .events-item-ico{
    height: 55px;
    margin-top:5px;
}

.events-item--ftw .events-item-ico{
    color: #3480a1;
    fill: #3480a1;
}

.events-item--rls .events-item-ico{
    color: #6cbb88;
    fill: #6cbb88;
}

.events-item--tpm .events-item-ico{
    color: #232323;
    fill: #232323;
}

.events-item--nt .events-item-ico{
    color: #7689f3;
    fill: #7689f3;
}

.events-item--pmt .events-item-ico{
    color: #2381c4;
    fill: #2381c4;
}

.events-item--os .events-item-ico{
    color: #292663;
    fill: #292663;
}

.events-item--rla .events-item-ico{
    color: #f49a3c;
    fill: #f49a3c;
}

.events-item--dm .events-item-ico{
    color: #e74130;
    fill: #e74130;
}

.events-item--ftw:hover{
    background: #3480a1;
}

.events-item--rls:hover{
    background: #6cbb88;
}

.events-item--tpm:hover{
    background: #10aed7;
}

.events-item--nt:hover{
    background: #7689f3;
}

.events-item--pmt:hover{
    background: #2381c4;
}

.events-item--os:hover{
    background: linear-gradient(45deg, #292663  0%, #88288F  10%, #EE403D  66%, #F89C1C  100%);
}

.events-item--rla:hover{
    background: #f49a3c;
}

.events-item--dm:hover{
    background: #e74130;
}

#ico-tpm .tpm-color1{
    color: #e52e12;
    fill: #e52e12;    
}


.events-item-name{
    width: 230px;
    margin: 15px auto 0;
    font-size: 22px;
}


.events-item-date{
    margin-top: 15px;
    color: #ec402f;
    font-size: 20px;
}

/*.events-item-hover{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 54px 0 0;
    box-sizing: border-box;
    background: url('/image/bg-head.jpg') no-repeat 0 0;
    background-size: cover;
}

.events-item-hover:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.events-item:hover .events-item-hover{
    display: block;
}

.events-item-hover .events-item-name{
    position: relative;
    color: #ffffff;
    z-index: 2;
}*/

.partners{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.partners-head{
    margin: 160px 0 60px;
}

.partners-line{
    border-top: 1px solid #d6d6d6;
}

.partners-line-head{
    margin-top: 38px;
    color: #545454;
    font-size: 24px;
    font-weight: bold;
}

.partners-line-logos{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 24px 0 20px;
}

.partners-line-logos > img,
.partners-line-logos a{
    width: 16%;
    display: block;
    margin: 20px 2%;
}

.partners-line-logos.partners-line-logos--20 > img,
.partners-line-logos.partners-line-logos--20 a{
    width: 23%;
}

.partners-line:nth-child(3) .partners-line-logos{
    justify-content: center;
}

#mapRace{
    width:100%;
    height: 500px;
}

.maps{
    display: flex;
    flex-wrap: wrap;
}

.maps-item{
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: 10%;
}

.maps-item:nth-child(2n+1){
    margin-left: 0;
}

.maps-item-head{
    font-size: 20px;
}

.maps-item-img{
    display: block;
    margin:  15px 0;
    border: 1px solid #e3e3e3;
}

.maps-item-img img{
    display: block;
}

.table{
    margin-bottom: 30px;
}

.table.table--corporate{
    max-width: 900px;
    margin: 0 auto 30px;
}

.table.table--zebra .table-row:nth-child(odd){
    background: #f1f1f1;
}

.table-head{
    font-size: 18px;
    font-weight: bold;
    padding-bottom:10px;
    border-bottom: 1px solid #E5E5E5;
}

.table-row{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.table-item{
    padding-right: 5px;
    box-sizing: border-box;
}

.table-item.table-item--fix{
    width: 80px;
    flex-shrink: 0;
}

.table-item.table-item--corporatenum{
    width: 100px;
    text-align: center;
}

.table-item.table-item--corporate{
    width: 100%;
}

.table-item.table-item--relaylist{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.table-item.table-item--corporateamount{
    width: 200px;
    text-align: center;
}

.table-item.table-item--corporatedistance{
    width: 200px;
    text-align: left;
}

.table-comment{
    margin-top: 20px;
    font-size: 13px;
}

.tabs{}
.tabs-links{
    max-width: 967px;
    display: flex;
    margin: 50px auto;
    background-color: #ffffff;
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.19);
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);    
}
.tabs-links-item{
    position: relative;
    padding: 20px 10px;
    text-align: center;
    background: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.19);
    border-top: 1px solid rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    cursor: pointer;
}
.tabs-links-item.tabs-links-item--relay{
    width: 25%;
    padding: 20px 5px;
}
.tabs-links-item.tabs-links-item--active{
    color: #ffffff;
    background: #2381c4;
    cursor: default;
}
.tabs-blocks{}
.tabs-blocks-item{
    display: none;
}
.tabs-blocks-item.tabs-blocks-item--active{
    display: block;
}

.faq{

}

.faq-item{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: #424242;
    border-bottom: solid 1px #c9c9c9;   
}

.faq-item-q{
    font-size: 22px;
    cursor: pointer;
}

.faq-item-q span{
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.faq-item-q span:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 3px solid #777777;
    border-bottom: 3px solid #777777;
    rotate: 45deg;
}

.faq-item-a{
    display: none;
    padding-top: 15px;
}

.faq-item.faq-item--active .faq-item-q span:before{
    top: 10px;
    rotate: -135deg;
}
.faq-item.faq-item--active .faq-item-a{
    display: block;
}

.faq-item-p{
    position: absolute;
    left: 0;
    top: -25px;
}

.lk,
.children{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lk-item,
.children-item{
    position: relative;
    width: 31%;
    display: block;
    margin-bottom: 40px;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 10px; 
    text-decoration: none;   
    color: #2d2d2d;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.lk-item:hover,
.children-item:hover{
    box-shadow: 0 16px 20px rgba(0,0,0,.1), 0 0 20px rgba(0,0,0,.1);
}

.lk-item:nth-child(1), 
.lk-item:nth-child(2){
    width: 48%;
}

.lk-item span{
    display: block;  
}

.lk-item-top{
    position: relative;
}

.lk-item-ico{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #f2f2f2;
}

.lk-item-ico.lk-item-ico--personal{
    text-align: center;
    line-height: 80px;
    color: #2381c4;
    font-size: 30px;
    background: #f2f2f2;
}

.lk-item-name{
    position: absolute;
    left: 100px;
    top: 32px;
    font-size: 22px;
    font-weight: bold;
}

.lk-item-bottom{
    margin-top: 30px;
}

.lk-item-text{
    color: #9a9a9a;
}

.lk-item-text b{
    margin-left: 7px;
    color: #2d2d2d;
}

.lk-logout{
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-style: normal;
    border-bottom: 1px dashed #2d2d2d;
}
.lk-logout:hover{
    border-bottom: 1px dashed #ffffff;
}

.children-item{
    width: 48%;
}

.children-item-name{
    font-size: 18px;
    font-weight: bold;    
}

.children-item-bd,
.children-item-sex{
    margin-top: 7px;   
}

.competitions{}

.competitions-date{
    margin-bottom: 10px;
    font-size: 20px;
}

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

.competitions-list-item{
    position: relative;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 40px;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden; 
    text-align: center;
}

.competitions-list-item-name{
    font-size: 24px;
}

.competitions-list-item-type{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style-type: none;
    margin: 3px 0 15px;
    padding: 0 0 15px;
    color: #2381c4;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
}

.competitions-list-item-type li:first-child{
    position: relative;
    padding-right: 30px;
}

.competitions-list-item-type li:first-child:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    right: 7px;
    top: 7px;
    background: #c9c9c9;
}

.competitions-list-item-limit{
    margin-top: 2px;
    color: #ec402f;
    font-size: 14px;
}

.competitions-list-item-price{
    font-size: 24px;
}

.competitions-list-item-button{
    margin-top: 20px;
}

.eventreg{
    display: flex;
    flex-wrap: wrap;    
    margin-top: -30px;
}

.eventreg-desc{
    width: 100%;
    margin: 10px 0 30px;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid #c9c9c9;
}

.eventreg-desc-item{
    position: relative;
    padding-right: 40px;
}

.eventreg-desc-item:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    top: 10px;
    background: #c9c9c9;
}
.eventreg-desc-item:last-child:before{
    display: none;
}

.eventreg-left{
    width: 260px;
    box-sizing: border-box;
}

.eventreg-right{
    width: calc(100% - 260px);
    padding-left: 50px;
    box-sizing: border-box;
}

.eventreg-right h2{
    margin-bottom: 20px;
}

.eventreg-step{
    margin-bottom: 5px;
    font-size: 14px;
    color: #c9c9c9;
}

.eventreg-progress{
}

.eventreg-progress:before{
    /*position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 15px;
    background: #c9c9c9;
    border-radius: 100%;*/
}

.eventreg-progress-item{
    position: relative;
    padding-bottom: 60px;
}

.eventreg-progress-item:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    right: 45px;
    top: 50px;
    background: #c9c9c9;
    border-radius: 100%;
}

.eventreg-progress-item:last-child{
    padding-bottom: 0;
}

.eventreg-progress-item:last-child:before{
    display: none;
}

.eventreg-progress-item-ico{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 0;
    line-height: 50px;
    text-align: center;
    color: #979797;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 100%;
    background: #c9c9c9;
}

.eventreg-progress-item-ico svg{
    width: 50%;
    height: auto;
    margin-top: 12px;
}

.eventreg-progress-item-text{
    padding: 5px 90px 0 0;
    color: #c9c9c9;
    text-align: right;
}

.eventreg-progress-item-text-name{
    font-weight: bold;
}

.eventreg-progress-item-text-desc{
    margin-top: 5px;
    font-size: 14px;
}

.eventreg-progress-item--complit .eventreg-progress-item-ico{
    color: #2d2d2d;
    background: #ffffff;
    border: 1px solid #2381c4;

}

.eventreg-progress-item--active .eventreg-progress-item-text-name,
.eventreg-progress-item--complit .eventreg-progress-item-text-name{
    color: #2d2d2d;
}

.eventreg-progress-item--active .eventreg-progress-item-ico{
    color: #ffffff;
    background: #2381c4;
}

.reg-search{
    display: none;
}

.relay{
    position: relative;
}

.relay-head,
.relay-rules{
    width: 100%;
    box-sizing: border-box;
}

.relay-head{
    margin: 35px 0 20px;
    font-size: 18px;
}

.relay-rules{
    padding: 10px 15px;
    color: #ffffff;
    background: #1B7665;
    /*border: 1px solid #2381c4;*/
}

.relay-rules-item{
    margin: 5px 0;
}

.relay-team{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.relay-team-item{
    position: relative;
    /*width: 48%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px; 
    text-decoration: none;   
    color: #2d2d2d;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    cursor: pointer;
}

.relay-team-item-stage{
    font-size: 14px;
}

.relay-team-item-name{

}
.relay-team-item-ag{
    font-size: 14px;
}

.relay-team-item-name.relay-team-item-name--blank,
.relay-team-item-ag.relay-team-item-ag--blank{
    width: 200px;
    height: 20px;
    background: #eceaea;
    border-radius: 3px;
}
.relay-team-item-ag.relay-team-item-ag--blank{
    width: 100px;
}

.relay-participant{
   display: none;
}

.relay-item-form.relay-item-form--active{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: #ffffff;
    border: 1px solid red;
}

.options{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;  
    padding-bottom: 20px;
}

.options-item{
    width: 48%;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #dedede;
}

.options-item-img{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #dedede;
}

.options-item-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.options-item-name{
    margin-top: 10px;
    /*font-size: 18px;*/
}

.options-item-order{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-top: 20px;
}

.options-item-size{
    margin-top: 10px;
}

.options-item-order-price{
    line-height: 34px;
    font-size: 22px;
}

.options-item-order-oldprice{
    position: relative;
    display: inline-block;
    margin-left: 7px;
    color: #c9c9c9;
    font-size: 18px;    
}

.options-item-order-oldprice:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #c9c9c9;
}

.options-item-order .btn--min{
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 14px;
}

.fixed,
.footer{
    height: 338px;
}

.fixed{
    margin-top: 85px;
}

.footer{
    position: relative;
    margin-top: -338px;
    padding: 37px 0 0 0;
    text-align: center;
    background: #37434d;
    box-sizing: border-box;
}

.footer .menu,
.footer .soc{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-transform: inherit;
}

.footer .soc{
    margin-top: 48px;
}

.footer .menu .menu-item,
.footer .soc .soc-item {
    display: inline-block;
    float: none;
    margin-left: 54px;
}

.footer .soc .soc-item{
    margin-left: 40px;
}

.footer .soc .soc-item a{
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.footer .soc .soc-item svg{
    margin: 18px auto 0;
}

.footer .soc .soc-item.soc-item--fb svg{
    margin-top: 14px;
}
.footer .soc .soc-item.soc-item--ig svg{
    margin-top: 13px;
}
.footer .soc .soc-item.soc-item--tg svg{
    margin-top: 16px;
}

.footer .menu .menu-item:first-child,
.footer .soc .soc-item:first-child{
    margin-left:0;
}

.footer-mail{
    display: inline-block;
    margin-top: 33px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.footer-copyright{
    margin-top: 38px;
    color: #9ea8b1;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}



/*###########*/

.slick-slide{
    outline: none;
}

.slick-prev--photo,
.slick-next--photo{
    position: absolute;
    top:50%;
    margin-top: -18px;
    padding: 0;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 3;
}

.slick-prev--photo svg,
.slick-next--photo svg{
    width: 51px;
    height: 36px;
}

.slick-prev--photo{
    left:-100px;
}

.slick-next--photo{
    right:-100px;
}





 /* above mobile and tablet*/
@media (min-width: 992px) {
    .menu{
        left: 15%;
        top:37px;
        text-transform: uppercase;
    }

    .menu-item{
        position: relative;
        float:left;
        margin-left:25px;
        padding-bottom: 20px;
    }

    .menu-item a{
        color: #ffffff;
        text-decoration: none;
    }

    .menu-item-sub{
        position: absolute;
        left: 0;
        top: 30px;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 13px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
        overflow: hidden;
    }

    .menu-item:hover .menu-item-sub{
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 200ms linear, opacity 150ms linear;
        transition: visibility 200ms linear, opacity 150ms linear;
    }

    .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-item-sub-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu-item-sub-item a:hover{
        background: #f3f3f3;
    }

    .work .fastmenu-item {
        margin-bottom: 40px;
    }

    .events-wrap.events-wrap--1 .events-item{
        width: 100%;
    }
    .events-wrap.events-wrap--2 .events-item{
        width: 50%;
    }

    .events-wrap.events-wrap--4 .events-item,
    .events-wrap.events-wrap--7 .events-item,
    .events-wrap.events-wrap--8 .events-item{
        width: 25%;
        padding: 73px 0 59px;
    }
    .events-wrap.events-wrap--7 .events-item:last-child{
        width: 50%;
    }

    .events-wrap.events-wrap--3 .events-item,
    .events-wrap.events-wrap--5 .events-item,
    .events-wrap.events-wrap--6 .events-item{
        width: 33.33%;
        padding: 43px 0 29px;
    }
    .events-wrap.events-wrap--5 .events-item:last-child{
        width: 66.66%;
    }    
}


 /* large desktop */
@media (min-width: 1200px) {
    .options-item{
        width: 31%;
    }
}

 /* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .layout{
        max-width: 954px;
        padding: 0 10px;
    }

    .menu{
        top: 40px;
        /*left: 155px;*/
        font-size: 13px;
    }

    .menu-item{
        margin-left:15px;
    }

    .soc-item.soc-item--vk{
        width: 28px;
        height: 16px;
    }

    .soc-item.soc-item--fb{
        width: 12px;
        height: 23px;
    }

    .soc-item.soc-item--ig{
        width: 26px;
        height: 26px;
    }

    .maintext .ph1{
        font-size: 42px;
    }

    .maintext .maintext-slogan{
        font-size: 22px;
    }

    .mainbanner{
        height: 646px;
    }

    .mainbanner-name{
        padding-right: 50px;
        font-size: 30px;
    }

    .timer-head,
    .mainbanner-date{
        font-size: 30px;
    }

    .mainbanner-right-img{
        height: 646px;
    }

    .timer-time-val{
        font-size: 48px;
    }

    .timer-time-unit{
        font-size: 19px;
    }

    .workbanner .timer-time-item {
        padding: 0 10px;
    }

    .workbanner .timer-time-item:first-child {
        padding: 0 10px 0 0;
    }

    .workbanner .timer-time-val {
        line-height: 28px;
        font-size: 18px;
    }

    .workbanner .timer-time-unit {
        line-height: 16px;
        font-size: 13px;
    }

    .btn.btn--head,
    .btn.btn--partners
    .btn.btn--gallery{
        height: 64px;
        line-height: 64px;
        font-size: 18px;
    }

    .fastmenu-item{
        width: 219px;
        height: 284px;
        font-size: 18px;
    }

    .fastmenu-item svg{
        width: 86px;
        height: 90px;
    }

    .statistics{
        height: 504px;
    }

    .statistics-wrap{
        margin: 86px 0 0 0;
    }

    .statistics-item-val {
        font-size: 54px;
    }

    .statistics-item-unit{
        font-size: 20px;
    }

    .statistics-item:nth-child(2) {
        width: 145px;
    }

    .ph1 {
        font-size: 36px;
    }

    .photos-item{
        padding: 0 10px;
    }

    .events-head {
        margin-top: 103px;
    }

    /*.events-item{
        width: 50%;
    }*/

    /*.events-item:last-child{
        width: 100%;
    }*/

    .partners-head{
        margin-top:90px;
    }

    .partners-line-logos > img,
    .partners-line-logos a{
        width: 20%;
    }

    .partners-line-logos.partners-line-logos--20 > img,
    .partners-line-logos.partners-line-logos--20 a{
        width: 27%;
    }

    .footer .menu{
        font-size: 18px;
    }

    .footer .soc-item.soc-item--vk,
    .footer .soc-item.soc-item--fb,
    .footer .soc-item.soc-item--ig,
    .footer .soc-item.soc-item--tg{
        width: auto;
        height: auto;
    }

    .elm2 {
        top: 395px;
    }

    .elm3 {
        top: 624px;
    }

    .elm5 {
        top: 365px;
    }

    .elm8 {
        right: -117px;
        bottom: -75px;
    }

}



 /* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .ph1 {
        font-size: 30px;
    }

    .btn.btn--head,
    .btn.btn--partners
    .btn.btn--gallery{
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .btn.btn--head{
        margin-top: 35px;
    }

    .btn.btn--mevents{
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-top: 15px;
        font-size: 12px;
    }

    .menu.menu--main{
        position: absolute;
        left: 0;
        top: 93px;
        width: 100%;
        display: none;
        font-size: 15px;
        text-transform: uppercase;
        background: #ffffff;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }

    .menu.menu--main .menu-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-item a {
        color: #ffffff;
        text-decoration: none;
    }

    .menu.menu--main .menu-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu.menu--main .menu-item-sub{
        margin: 0;
        padding: 0 0 0 15px;
        list-style-type: none;
        font-size: 13px;
        border-top: 1px solid #f3f3f3;
    }

    .menu.menu--main .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-ico{
        display: block;
    }

    .mywidget{
        right: 60px;
    }

    .soc {
        right: 50%;
        margin-right: 10px;
    }

    .lang {
        right: 50%;
        margin-right: -130px;
    }

    .mainvideo,
    .maintext {
        height: 90vh;
    }

    .maintext-block{
        width: 100%;
        bottom: 150px;
    }

    .maintext .ph1{
        font-size: 42px;
        text-align: center;
    }

    .maintext .maintext-slogan{
        font-size: 22px;
        text-align: center;
    }

    .btn.btn--maintext{
        bottom: 70px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }

    .mainbanner{
        height: 362px;
    }

    .mainbanner-left{
        width: 100%;
    }

    .mainbanner-name {
        font-size: 36px;
    }

    .mainbanner-date{
        margin-top: 23px;
        font-size: 24px;
    }

    .mainbanner-later{
        width:47%;
        margin-top: 20px;
    }

    .timer{
        position: absolute;
        left:50%;
        top: 192px;
        margin:0;
    }

    .timer-head{
        font-size: 24px;
    }

    .timer-time-val{
        line-height: 32px;
        font-size: 43px;
    }

    .timer-time-unit{
        font-size: 18px;
    }

    .mainbanner-right {
        display: none;
    }

    .workbanner {
        padding: 0 0 64px;
    }

    .workbanner-left,
    .workbanner-center{
        width:100%;
    }

    .workbanner-center{
        padding: 35px 0 0;
    }

    .workbanner-right {
        width: 100%;
        padding: 0;
    }

    .workbanner-name {
        font-size: 36px;
    }

    .workbanner-date{
        margin-top: 23px;
        font-size: 24px;
    }

    .workbanner .btn.btn--head {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .workbanner .timer{
        left:50%;
        top: -106px;
        margin:0;
    }

    .workbanner .timer-head {
        font-size: 24px;
    }

    .workbanner .timer-time {
        margin-top: 17px;
    }

    .workbanner .timer-time-item {
        padding: 0 20px;
    }

    .workbanner .timer-time-item:first-child {
        padding: 0 20px 0 0;
    }

    .workbanner .timer-time-val {
        line-height: 32px;
        font-size: 43px;
    }

    .workbanner .timer-time-unit {
        line-height: 22px;
        margin-top: 10px;
        font-size: 18px;
    }

    .fastmenu{
        padding: 50px 0;
    }

    .fastmenu .layout{
        flex-wrap: wrap;
    }

    .fastmenu-item{
        width: 49%;
        height: auto;
        margin-top: 11px;
        font-size: 18px;
        text-align: left;
    }

    .fastmenu-item span{
        width: auto;
        padding: 36px 0 36px 126px;
        margin-top: 0;
    }

    .fastmenu-item svg{
        position: absolute;
        top: 50%;
        left: 46px;
        width: 62px;
        height: 62px;
        margin-top: -31px;
    }

    .statistics {
        height: 404px;
    }

    .statistics-head{
        padding-top:80px;
    }

    .statistics-wrap {
        margin-top: 90px;
    }

    .statistics-item-val {
        font-size: 38px;
    }

    .statistics-item-unit{
        font-size: 14px;
    }

    .statistics-item:nth-child(1){
        width: 150px;
    }

    .statistics-item:nth-child(2){
        width: 80px;
    }

    .statistics-item:nth-child(3),
    .statistics-item:nth-child(4){
        width: 170px;
    }

    .photos{
        margin-top: 70px;
    }

    .photos-wrap{
        margin: 0;
    }

    .photos-item{
        padding: 0 10px;
    }

    .slick-prev--photo,
    .slick-next--photo{
        top:100%;
        margin-top:54px;
    }

    .slick-prev--photo{
        left:10px;
    }

    .slick-next--photo{
        right: 10px;
    }

    .events-head {
        margin-top: 68px;
    }

    .events-wrap {
        margin: 47px 0 0 0;
    }

    .events-item{
        width: 50%;
        padding: 27px 27px 27px 135px;
        text-align: left;
    }

    /*.events-item:last-child{
        width: 100%;
    }*/

    .events-item-ico{
        position: absolute;
        left: 20px;
        top: 25px;
        width: 100px;
    }

    .events-item-name {
        width: auto;
        margin: 6px 0 0 0;
        font-size: 20px;
    }

    .events-item-date{
        font-size: 18px;
        margin-top: 0;
    }

    .events-item-hover{
        display: none !important;
    }

    .partners:before{
        right: -540px;
    }

    .competitions-list-item{
        width: 31%;
        padding: 20px 15px;
    }

    .competitions-list-item-name,
    .competitions-list-item-price{
        font-size: 22px;
    }

    .competitions-list-item-type {
        margin: 3px 0 10px;
        padding: 0 0 10px;
    }

    .eventreg-left{
        width: 230px;
    }

    .eventreg-right{
        width: calc(100% - 230px);
        padding-left: 30px;
    }


    .partners-head {
        margin: 69px 0 20px;
    }

    .partners-line-head{
        font-size: 16px;
    }

    .partners-line-logos > img,
    .partners-line-logos a{
        width: 20%;
    }

    .partners-line-logos.partners-line-logos--20 > img,
    .partners-line-logos.partners-line-logos--20 a{
        width: 27%;
    }



    .footer .menu{
        display: block;
    }

    .elm2{
        left: auto;
        right: 24px;
        top: 153px;
    }

    .elm3{
        top: 340px;
        left: 70%;
    }

    .elm5{
        width: 100px;
        top: 400px;
        display: none;
    }

    .elm6{
        top: -25px;
    }

    .elm7 {
        width: 65px;
    }

    .elm8 {
        display: none;
    }

    .elm9 {
        width: 200px;
    }

    .elm10 {
        display: none;
    }

    .elm11 {
        width: 100px;
    }

    .elm12 {
        width: 80px;
        bottom: -115px;
    }

    .elm13 {
        width: 150px;
    }

}

 /* above mobile */
@media (min-width: 768px) {

}

 /* big mobile */
@media (min-width: 500px) and (max-width: 767px) {

}

 /* mobile */
@media (max-width: 767px) {
    .ph1 {
        font-size: 30px;
    }

    .btn{
        padding: 0 30px;
    }

    .btn.btn--head,
    .workbanner .btn.btn--head,
    .btn.btn--partners,
    .btn.btn--gallery{
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .btn.btn--head{
        margin-top: 35px;
    }

    .btn.btn--mevents{
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-top: 15px;
        font-size: 12px;
    }

    .btn.btn--gallery{
        margin-top: 70px;
    }

    .btn.btn--partners{
        margin-top: 0;
    }

    .menu.menu--main{
        position: absolute;
        left: 0;
        top: 93px;
        width: 100%;
        display: none;
        font-size: 15px;
        text-transform: uppercase;
        background: #ffffff;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
        border-radius: 0 0 5px 5px;
        z-index: 2;
        overflow: hidden;
    }

    .menu.menu--main .menu-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-item a {
        color: #ffffff;
        text-decoration: none;
    }

    .menu.menu--main .menu-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu.menu--main .menu-item-sub{
        margin: 0;
        padding: 0 0 0 15px;
        list-style-type: none;
        font-size: 13px;
        border-top: 1px solid #f3f3f3;
    }

    .menu.menu--main .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-ico{
        display: block;
    }

    .mywidget{
        right: 60px;
    }

    .soc {
        top:75px;
        right: 10px;
        margin-right: 0;
    }

    .soc-item{
        float: none;
        margin: 10px 0 0;
        text-align: center;
    }

    .soc-item a{
        display: inline-block;
    }

    .lang {
        right: 50%;
        margin-right: -130px;
    }


    .mainvideo,
    .maintext {
        height: 90vh;
    }

    .maintext-block{
        width: 100%;
        bottom: 130px;
    }

    .maintext .ph1{
        font-size: 30px;
        text-align: center;
    }

    .maintext .maintext-slogan{
        font-size: 18px;
        text-align: center;
    }

    .btn.btn--maintext{
        bottom: 50px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        overflow: hidden;
    }


    .mainbanner{
        height: auto;
        padding-bottom: 50px;
    }

    .mainbanner-left{
        width: 100%;
    }

    .mainbanner-name {
        padding-right: 37px;
        font-size: 32px;
    }

    .mainbanner-date{
        margin-top: 23px;
        font-size: 24px;
    }

    .mainbanner-later{
        margin-top: 30px;
    }

    .workbanner{
        height: auto;
        padding-bottom: 50px;
    }

    .workbanner-left{
        width: 100%;
        padding-top: 105px;
    }

    .workbanner-name {
        padding-right: 37px;
        font-size: 18px;
    }

    .workbanner-date{
        margin-top: 20px;
        font-size: 18px;
    }

    .workbanner-center{
        width: 100%;
        order: 3;
        padding: 0;
    }

    .workbanner-right{
        width: 100%;
        order: 2;
        padding: 0;
    }

    .timer{
        margin-top: 45px;
    }

    .timer-head{
        font-size: 24px;
    }

    .timer-time-item{
        padding: 0px 15px;
    }

    .timer-time-item:first-child{
        padding: 0 16px 0 0;
    }

    .timer-time-val{
        line-height: 32px;
        font-size: 43px;
    }

    .timer-time-unit{
        font-size: 18px;
    }



    .workbanner .timer{
        display: none;
        margin-top: 15px;
    }

    .workbanner .timer-head{
        font-size: 18px;
    }

    .workbanner .timer-time{
        margin-top: 17px;
    }

    .workbanner .timer-time-item{
        padding: 0px 15px;
    }

    .workbanner .timer-time-item:first-chil{
        padding: 0 16px 0 0;
    }

    .workbanner .timer-time-val{
        line-height: 5px;
        font-size: 24px;
    }

    .workbanner .timer-time-unit{
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
    }



    .workbanner-center{
        margin-top: 20px;
    }

    .mainbanner-right {
        display: none;
    }

    .fastmenu{
        padding: 50px 0;
    }

    .fastmenu .layout{
        flex-wrap: wrap;
    }

    .fastmenu-item{
        width: 100%;
        height: auto;
        margin-top: 11px;
        font-size: 18px;
        text-align: left;
    }

    .fastmenu-item span{
        width: auto;
        padding: 36px 0 36px 103px;
        margin-top: 0;
    }

    .fastmenu-item svg{
        position: absolute;
        top: 50%;
        left: 28px;
        width: 62px;
        height: 62px;
        margin-top: -31px;
    }

    .statistics {
        height: auto;
        padding-bottom: 43px;
    }

    .statistics-head{
        width: auto;
        padding-top:45px;
        text-align: center;
    }

    .statistics-wrap {
        margin-top: 0;
        display: block;
    }

    .statistics-item{
        width: 100% !important;
        margin-top: 36px;
    }

    .statistics-item-val {
        font-size: 38px;
    }

    .statistics-item-unit{
        font-size: 14px;
    }

    .photos{
        margin-top: 70px;
    }

    .photos-wrap{
        width: 300px;
        margin: 0 auto;
    }

    .photos-item{
        padding: 0;
    }

    .form-item{
        margin-top: 15px;
    }

    .form-item-field{
        margin-top: 5px;
    }

    .form-item.form-item--half{
        width: 100%
    }

    .form-item.form-item--half:nth-child(2n+1){
        margin-right: 0%;
    }

    .slick-prev--photo,
    .slick-next--photo{
        top:100%;
        margin-top:25px;
    }

    .slick-prev--photo{
        left:10px;
    }

    .slick-next--photo{
        right: 10px;
    }

    .events-head {
        margin-top: 68px;
    }

    .events-wrap {
        margin: 47px 0 0 0;
    }

    .events-item{
        width: 100%;
        padding: 27px 27px 27px 90px;
        text-align: left;
    }

    .events-item:nth-child(8){
        width: 100%;
    }

    .events-item-ico{
        position: absolute;
        left: 20px;
        top: 25px;
        width: 60px;
        height: 40px;
    }

    .events-item-name {
        width: auto;
        margin: 6px 0 0 0;
        font-size: 20px;
    }

    .events-item-date{
        margin-top: 0;
        font-size: 18px;
    }

    .events-item-hover{
        display: none !important;
    }

    .partners:before{
        display: none;
    }

    .partners-head {
        margin: 69px 0 20px;
    }

    .partners-line-head{
        font-size: 16px;
    }

    .partners-line-logos > img,
    .partners-line-logos a{
        width: 42%;
        margin: 20px 4%;
    }

    .partners-line-logos.partners-line-logos--20 > img,
    .partners-line-logos.partners-line-logos--20 a{
        width: 50%;
    }

    .competitions-list-item{
        width: 100%;
        margin-right: 0;
        padding: 20px 15px;
    }

    .competitions-list-item-name,
    .competitions-list-item-price{
        font-size: 22px;
    }

    .competitions-list-item-type {
        margin: 3px 0 10px;
        padding: 0 0 10px;
    }

    .eventreg-desc{
        font-size: 18px;
    }

    .eventreg-left{
        width: 50px;
    }

    .eventreg-right{
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    .eventreg-progress-item:before {
        right: 30px;
        top: 40px;
    }

    .eventreg-progress-item-ico{
        position: relative;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: auto;
        top: auto;
    }

    .eventreg-progress-item-ico svg{
        margin-top: 10px;
    }

    .eventreg-progress-item-text{
        display: none;
    }

    .maps-item{
        width: 100%;
        margin-left: 0;
    }

    .table{
        font-size: 14px;
    }

    .table-head{
        font-size: 16px;
    }

    .table-row {
        padding: 8px 0;
    }

    .table-item.table-item--fix {
        width: 65px;
    }

    .faq-item-q span:before{
        right: 10px;
    }

    .options-item{
        width: 48%;
        min-width: 250px;
        margin-right: 2%;
    }

    .table-item.table-item--corporatenum{
        width: 40px;
    }

    .relaylist-item{
        width: 50%;
    }

    .tabs-links-item.tabs-links-item--relay{
        font-size: 12px;
    }

    .fixed, .footer {
        height: auto;
        margin: 53px 0 0;
        padding: 33px 0 37px 0;
    }

    .fixed{
        display: none;
    }

    .footer .menu{
        display: block;
    }

    .footer .menu .menu-item{
        display: block;
        margin-left:0;
        margin-bottom: 13px;
        text-align: left;
        font-size: 22px;
    }

    .footer-mail{
        font-size: 16px;
    }
}