
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}

img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }

a { color: #422E1A; text-decoration: none; }
a:hover { color:#db595c; text-decoration:underline; }


html {background:#fff; max-width:100%; overflow-x:hidden;}
body {min-width:1620px; font-size: 16px; line-height: 1.3; color:#333333; font-weight:normal;}
 

.clear { height:0px; width:100%; clear:both; }


div {
	box-sizing: border-box;
}
a {
	box-sizing: border-box;
}
input {
	box-sizing: border-box;
}


.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

html {
    background:url(../images/main_dl_.jpg) top center no-repeat;
    background:#fff;
  }
body {
    background:url(../images/fon-iskra.jpg?4) top center no-repeat fixed;
    overflow:hidden;
    position:relative;
    background-size:cover;
  }

  
@font-face {
  font-family: 'Block Pro Condensed';
  src: url('BlockPro.eot');
  src: url('BlockPro.eot?#iefix') format('embedded-opentype'),
	   url('BlockPro.otf') format('otf'),
       url('BlockPro.woff2') format('woff2'),
       url('BlockPro.woff') format('woff'),
       url('BlockPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {font-family: 'Nunito';}


.center {
	margin:0 auto;
	width:1620px;
	position:relative;
	z-index:100;
}
.center:after {
    content: '';
    display: block;
    clear: both;
}
.hide {
    display:none;
}
.l_content {
    position:relative;
    z-index:100;
}


/* top */
.b_top {
    height:120px;
    background:url(../images/fon-top.png) center top no-repeat;
    background-size:cover;
    padding-top:30px;

    color: #6690c7;
    font-size:18px;
    line-height:21px;
    font-style: normal;
    font-weight: 400;
    position:fixed;
    top:0;
    width:100%;
    z-index:3000;
    /*background:#fff;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
}
.b_top a {
    color: #392d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.b_top a:hover {
    color: #db595c;
}
.top_back {
    float:left;
    margin-right: 110px;
}
    .top_back a {
        padding-left:28px;
        background:url(../images/back.svg) left center no-repeat;
    }
.top_logo {
    float:left;
    margin-right: 110px;
    margin-top:-10px
    /*margin-top: -60px;*/
}
.top_logo img {
    height:150px;
}
.top_menu {
    float:left;
    font-weight:bold;
    font-weight: 500;
}
    .top_menu a {
        display:inline-block;
        margin-right:50px;
    }
    .top_menu a:last-child {
        margin-right:0;
    }
.top_lk {
    float:right;
}
    .top_lk a {
        display: block;
        padding: 14px 30px 12px 58px;
        color: #FFF;
        font-size: 15px;
        line-height: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        background: #db595c url(../images/lk.svg) left 30px center no-repeat;
        border-radius: 24px;
        margin-top: -10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        letter-spacing: 0.9px;
        text-transform: uppercase;
    }
    .top_lk a:hover {
        color: #FFF;
        box-shadow: 1px 2px 0 #6690c7;
    }
    
    

.b_collage {
    position:relative;
    padding:250px 0 150px;
}
.collage_box {
    position:relative;
}
.collage_image_shadow {
    position:absolute;
    background:#eb3438;
    width:1300px;
    height:520px;
    top:0;
    left:50%;
    z-index:10;
    margin-left:-650px;
    border-radius:30px;
    transition:  transform ease-in-out 0.8s;
    transform: rotate(0deg);
}
.b_collage:hover .collage_image_shadow {
    transform: rotate(2deg);
}
    
    
    .collage {
        /*box-shadow: 0 0 0 10px #eb3438;*/
        overflow:hidden;
        border-radius:30px;
        background:#fff;
        width:1300px;
        height:520px;
        margin:0 auto;
        position:relative;
        z-index:100;
    }
        .collage img {
            width:100%;
            display:block;
            border:10px solid #fff;
            box-sizing: border-box;
        }
        .collage_title {
            padding:0 10px 15px;
            text-align:center;
            font-size: 45px;
            line-height: 55px;
            color: #eb3438;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 1px;
            font-family: 'Block Pro Condensed';
        }
    .collage_vk {
        position:absolute;
        right:55px;
        top:-70px;
        width:240px;
        display:block;
        z-index:50;
        transition: right ease-in-out 0.8s;
    }
    .collage_vk:hover {

        right:-20px;

    }
    .collage_vk img {
        width:100%;
        display:block;
    }
    
.b_shift {
    padding:180px 0;
    height:1030px;
    position:relative;
    background:url(../images/fon-shift.jpg?1) top center no-repeat fixed;
    background-size:cover;
     -webkit-mask-image: url(../images/fon-shift_form2.png?1); 
     mask-image: url(../images/fon-shift_form2.png?1) ;
     z-index:150;
}  
.shift_image_shadow {
    position:absolute;
    background:#eb3438;
    width:1620px;
    height:650px;
    top:0;
    left:50%;
    z-index:10;
    margin-left:-810px;
    border-radius:30px;

    transition:  transform ease-in-out 0.8s;
    transform: rotate(0deg);
}
.b_shift:hover .shift_image_shadow {
    transform: rotate(-2deg);
}
.shift_list {
    float:left;
    width:560px;
    border-radius:30px 0 0 30px;
    overflow:hidden;
    height:650px;
    background:#fff;
    position:relative;
    z-index:100;
}
    .shift_hint {
        position:absolute;
        bottom:-60px;
        left:50px;
        font-style:italic;
        font-size:18px;
    }
    .shift_item {
        padding:20px 50px;
        border-bottom:1px solid #eee;
        background:#fff;
        cursor:pointer;
        
        position:relative;
    }
    .shift_item:after {
        content:"";
        position: absolute;
        top:50%;
        margin-top:-15px;
        right:30px;
        left:unset;
        width:24px;
        height:24px;
        border:3px solid #fff;
        background:#eee;
        box-shadow:0 0 0 2px #eee;
        border-radius:20px;
        transition: background ease-in-out 0.4s;
    }
    .shift_item:hover:after {
        background:#6690c7;
    }
    .shift_item.active:after {
        background:#eb3438;
    }
    
    .shift_item:hover {
        
    }
    .shift_date {
        font-size:21px;
    }
    .shift_name {
        font-size: 16px;
        line-height: 18px;
    }
    .shift_name span {
        display:block;
        font-size: 32px;
        line-height: 40px;
        color: #eb3438;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: 'Block Pro Condensed';
    }
    .shift_cost {
        font-size:21px;
    }

.shift_imgs {
    float:left;
    width:1060px;
    height:650px;
    border-radius:0 30px 30px 0;
    background:#fff;
    position:relative;
    z-index:100;
    overflow:hidden;
}
.shift_img {
    display:none;
}
.shift_img.active {
    display:block;
    height:100%;
    
    
}
.shift_img img {
    height:100%;
    display:block;
    
    float:left;
    margin-right:40px;
    margin-left:2px;
    border:10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #eee;
    z-index:100;
}
.shift_descs {
    float:right;
    width:500px;
    display:none;
    
}
.shift_desc {
    padding:40px 50px;
    font-size:19px;
    background:#fff;
    border-radius:30px;
    max-height:540px;
    overflow-y:auto;
}
.shift_desc p {
    margin:0 0 10px;
    padding:0;
}

.shift_btn {
    position:absolute;
    bottom:20px;
    right:50px;
}
.shift_btn:after {
    content: '';
    display: block;
    clear: both;
}
    .shift_btn a {
        display: block;
        float:left;
        padding: 27px 60px 23px 60px;
        color: #FFF;
        font-size: 20px;
        line-height:20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        background: #eb3438;
        border-radius: 35px;
    }
    .shift_btn a:hover {
        box-shadow: 2px 2px 0 #6690c7;
    }



.b_souvenir {
    padding:180px 0;
    height:auto;
    position:relative;
    background:url(../images/fon-souvenir.jpg?1) top center no-repeat fixed;
    background-size:cover;
    z-index:120;
    margin-top: -100px;
}  

.souvenir_title {
    padding-top:15px;
    color: #eb3438;
    font-size: 65px;
    font-style: normal;
    font-weight: normal;
    letter-spacing:2px;
    font-family: 'Block Pro Condensed';
    line-height: 75px;
}
    .souvenir_list {
        margin:50px auto;
    }
    .souvenir_item {
        float:left;
        width:324px;
        height:324px;
        padding:20px;
        position:relative;
        text-align:center;
        font-size:18px;
    }
    
    .souvenir_img {
        width:100%;
        height:220px;
        border-radius:10px;
        box-shadow:0 0 0 10px #fff;
        background:#eee;
        background-size:cover;
        z-index:20;
        position:relative;
    }
    .souvenir_img_hover {
        opacity:0;
        width:100%;
        height:220px;
        border-radius:10px;
        background:#aaa;
        background-size:cover;
        transition:  opacity ease-in-out 0.4s;
    }
    .souvenir_img:hover .souvenir_img_hover {
        
        opacity:1;
        
    }
    .souvenir_img_shadow {
        position:absolute;
        background:#6690c7;
        width:302px;
        height:238px;
        top:10px;
        left:10px;
        z-index:10;
        border-radius:20px;
        transition:  transform ease-in-out 0.8s;
        transform: rotate(0deg);
        /*transform: rotate(-2deg);*/
    }
    .souvenir_item:hover .souvenir_img_shadow {
        transform: rotate(3deg);
    }
    .souvenir_name {
        padding:20px 5px 0;
        font-size: 18px;
        line-height: 21px;
        font-weight:bold;
    }
    .souvenir_cost {
        font-size: 21px;
        line-height: 24px;
        position:absolute;
        top:0;
        right:0;
        background:#eb3438;
        color:#fff;
        padding:10px;
        border-radius:10px;
        z-index:30;
    }
    
    
.b_dopservice {
    padding:160px 0;
    height:956px;
    position:relative;
    background:url(../images/fon-shift.jpg?1) top center no-repeat fixed;
    background-size:cover;
     -webkit-mask-image: url(../images/fon-shift_form3.png?1); 
     mask-image: url(../images/fon-shift_form3.png?1) ;
     z-index:150;
    margin-top: -100px;
}  

.dopservice_title {
    padding-top:15px;
    color: #eb3438;
    font-size: 65px;
    font-style: normal;
    font-weight: normal;
    letter-spacing:2px;
    font-family: 'Block Pro Condensed';
    line-height: 75px;
}
    .dopservice_list {
        margin:50px auto;
    }
    .dopservice_item {
        float:left;
        width:540px;
        height:500px;
        padding:20px;
        position:relative;
        text-align:center;
        font-size:18px;
    }
    
    .dopservice_img {
        width:100%;
        height:450px;
        border-radius:10px;
        box-shadow:0 0 0 10px #fff;
        background:#eee;
        background-size:cover;
        z-index:20;
        position:relative;
    }
    .dopservice_img_hover {
        opacity:0;
        width:100%;
        height:450px;
        border-radius:10px;
        background:#aaa;
        background-size:cover;
        transition:  opacity ease-in-out 0.4s;
    }
    .dopservice_img:hover .dopservice_img_hover {
        
        opacity:1;
        
    }
    .dopservice_img_shadow {
        position:absolute;
        background:#6690c7;
        width:518px;
        height:468px;
        top:10px;
        left:10px;
        z-index:10;
        border-radius:20px;
        transition:  transform ease-in-out 0.8s;
        transform: rotate(0deg);
        /*transform: rotate(-2deg);*/
    }
    .dopservice_item:hover .dopservice_img_shadow {
        transform: rotate(3deg);
    }
    .dopservice_name {
        padding:20px 5px 0;
        font-size: 24px;
        line-height: 28px;
        font-weight:bold;
    }
    .dopservice_cost {
        font-size: 21px;
        line-height: 24px;
        position:absolute;
        top:0;
        right:0;
        background:#eb3438;
        color:#fff;
        padding:10px;
        border-radius:10px;
        z-index:30;
    }
    .dopservice_age {
        font-size:36px;
        line-height: 40px;
        position:absolute;
        top:400px;
        right:30px;
        background:#6690c7;
        color:#fff;
        padding:10px;
        border-radius:40px;
        z-index:30;
        font-family: 'Block Pro Condensed';
    }
    
.b_info {
    padding:180px 0;
    height:auto;
    position:relative;
    background:url(../images/fon-souvenir.jpg?1) top center no-repeat fixed;
    background-size:cover;
    z-index:120;
    margin-top: -100px;
}  

    .info_title {
        padding-top:15px;
        color: #eb3438;
        font-size: 65px;
        font-style: normal;
        font-weight: normal;
        letter-spacing:2px;
        font-family: 'Block Pro Condensed';
        line-height: 75px;
    }
    .info_subtitle {
        padding-top:15px;
        color: #9EA6AC;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }
    .info_list {
        margin:50px auto;
    }
    
    .info_item {
        float:left;
        width:520px;
        height:220px;
        padding:20px 40px;
        position:relative;
        text-align:center;
        font-size:18px;
        margin:10px;
        background:#fff;
        border-radius:20px;
        
        
    }
    .info_item:hover  {
        box-shadow:0 0 0 10px #eb3438;
            
    }
    .info_item:after {
        content: '';
        display: block;
        clear: both;
    }
        .info_predesc {
            position: absolute;
            z-index: 30;
            top: 110px;
            font-size: 45px;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 1px;
            font-family: 'Block Pro Condensed';
            line-height: 45px;
            color: #6690c7;

            right: 40px;
            text-align: right;
            
        }
        .info_count {
            font-size: 140px;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 1px;
            font-family: 'Block Pro Condensed';
            line-height: 140px;
            height: 120px;
            position: relative;
            z-index: 20;
            /* float: left; */
            width: 100%;
            text-align: right;
            color: #eb3438;
            position: absolute;
            top:20px;
            right:40px;
            transition:  top ease-in-out 0.8s;
            
        }
        .info_item:hover .info_count {
            top:0px;
            
        }
        .info_desc {
            position: absolute;
            bottom:20px;
            right:40px;
            z-index: 10;
            /* float: left; */
            width: 100%;
            /* margin-left: 40px; */
            text-align: right;
            height: auto;
            font-size: 35px;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 1px;
            font-family: 'Block Pro Condensed';
            line-height: 45px;

        }
        
.b_geoinfo {
    padding:180px 0;
    height:1030px;
    position:relative;
    background:url(../images/fon-shift.jpg?1) top center no-repeat fixed;
    background-size:cover;
     -webkit-mask-image: url(../images/fon-shift_form2.png?1); 
     mask-image: url(../images/fon-shift_form2.png?1) ;
     z-index:150;
    margin-top: -100px;
} 
    .geoinfo_title {
        padding-top:15px;
        color: #eb3438;
        font-size: 65px;
        font-style: normal;
        font-weight: normal;
        letter-spacing:2px;
        font-family: 'Block Pro Condensed';
        line-height: 75px;
        margin-bottom:75px;
    }
    .geoinfo_box {
        border-radius:20px;
        overflow:hidden;
        position:relative;
        z-index:100;
        height:500px;
        background:#eee;
        border:3px solid #eee;
    }
    
    .geoinfo_box_shadow {
        position:absolute;
        background:#eb3438;
        width:1620px;
        height:500px;
        top:0;
        left:0;
        z-index:10;
        border-radius:20px;
        transition:  transform ease-in-out 0.8s;
        transform: rotate(0deg);
    }
    .b_geoinfo:hover .geoinfo_box_shadow {
    
        transform: rotate(-2deg);
    }
    
    
/* footer */
.b_footer {
    z-index:120;
    margin-top: -100px;
    padding-top:180px;
}

ul.menu {
        display:block;
        list-style:none;
        margin:0;
        padding:0;
        text-align:right;
    }
        ul.menu li {
            display:inline-block;
            margin:0;
            padding:0;
            margin-right:40px;
        }
        ul.menu li:last-child {
            margin-right:100px!important;
        }

            ul.menu li a {
                display:block;
                color: #6690c7;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: 21px; /* 100% */
                letter-spacing: 0.9px;
                text-transform: uppercase;
            }
            ul.menu li a:hover {
                color: #db595c;
                text-decoration:none;
            }

.b_footer ul.menu li a {
                display:block;
                color: #6690c7;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 18px; /* 100% */
                letter-spacing: 0.9px;
                text-transform: uppercase;
            }
.footer_copyright {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    float:left;
    margin-bottom:30px;
    width:410px;
}
.footer_navigation {
    float:right;
    width:1200px;
    
}
.footer_navigation ul.menu li {
    margin-right: 35px;
}
.footer_privacy {
    float:left;
    width:410px;
    color: rgba(51, 78, 96, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:40px;
}

.footer_back {
    float:right;
    margin-right: 190px;
}
    .footer_back a {
        padding-left:28px;
        background:url(../images/back.svg) left center no-repeat;
    }

.footer_camps {
    float:right;
    font-weight:bold;
}
    .footer_camps a {
        display:inline-block;
        margin-right:40px;
        color: #334E60;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .footer_camps a:last-child {
        margin-right:100px;
    }
.footer_developer {
    float:right;
    margin-right:100px;
    color: rgba(51, 78, 96, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:40px;
}