body {
    margin: 0;
}

.head {
    background: url(img/head.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    height: 100%;
    width: 100%;
}

.head_1 {
    position: relative;
    background-image: url(img/head_1.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.head_2 {
    position: relative;
    background-image: url(img/head_2.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

body,html{
    height: 100%;
     margin:0;
}

.slider-box2{
    height: 100%;
     margin:0;
}

.slider-box2 #carousel-example-generic2{
    height: 100%;
     margin:0;
}

.slider-box2 .carousel-inner{
    height: 100%;
     margin:0;
}

.slider-box2 .item{
    height: 100%;
     margin:0;
}

.head_box {
    width: 100%;
    height: 63px;
    background-color: #e7e7e7;
    opacity: 1;
    position: fixed;
	z-index: 10;
}

.thearctic_logo {
    background-image: url(img/thearctic_logo.svg);
    width: 151px;
    height: 47px;
    margin: 8px auto;
    display: block;
}

.vk_button {
    width: 37px;
    height: 37px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
}

.vk_share {
    float: right;
    margin-top: -50px;
    margin-right: 85px;
}

.vk_button:hover .ci {
    fill: #48729E;
    transition: all 0.5s ease;
}

.vk_button:hover .vk {
    fill: white;
    transition: all 0.5s ease;
}


.tw_button {
    width: 37px;
    height: 37px;
    float: right;
    margin-top: -50px;
    margin-right: 134px;
    transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
}

.tw_button:hover .ci {
    fill: #00ACED;
    transition: all 0.5s ease;
}

.tw_button:hover .tw {
    fill: white;
    transition: all 0.5s ease;
}

.fb_button {
    width: 39px;
    height: 39px;
    float: right;
    margin-top: -50px;
    margin-right: 180px;
    transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
}

.fb_button:hover .ci {
    fill: #3C5A98;
    transition: all 0.5s ease;
}

.fb_button:hover .f {
    fill: white;
    transition: all 0.5s ease;
}

.head_txt {
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
     -webkit-text-size-adjust: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 4.6em;
    line-height: 1.3em;
    letter-spacing: 0.025em;
    color: white;
    margin-top: 18%;
    text-transform: uppercase;
}

.head_txt1 {
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
     -webkit-text-size-adjust: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 4.6em;
    line-height: 1.3em;
    letter-spacing: 0.025em;
    color: white;
    text-transform: uppercase;
    padding-top: 18%;
}

.head_txt2 {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
     -webkit-text-size-adjust: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    color: white;
    text-transform: uppercase;
    padding-top: 25%;
}

.scroll-button {
    background-image: url(img/start_button.svg);
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	cursor: pointer;
	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	backface-visibility: hidden;
  	transition-duration: 0.3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
}

.scroll-button:hover {
  transform: translateY(4px);
}

.main_txt {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    color: #262626;
    font-weight: 400;
    width: 690px;
    margin: 0 auto;
}
#main_txt1 {
    margin-top: 75px;
    display: inline-block;
    margin-left: 30px;
}

#main_txt2 {
     margin-top: 75px;
    margin-bottom: 75px;
    display: inline-block;
    margin-left: 30px;
}

#main_txt3 {
    margin-top: 75px;
    margin-bottom: 75px;
}

#main_txt4 {
    margin-top: 75px;
    margin-bottom: 75px;
    display: inline-block;
    margin-left: 200px;
}

#main_txt4 {
    margin-top: 75px;
    margin-bottom: 30px;
}

.slider-box {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
}

.slider-box2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
}

.left-btn {
    background-image: url(img/left_button.svg);
    width: 19px;
    height: 32px;
    margin-left: 30px;
    margin-top: auto;
    margin-bottom: auto;
	cursor: pointer;
	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	backface-visibility: hidden;
  	transition-duration: 0.3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
}

.left-btn:hover {
  transform: translateX(-4px);
}


.right-btn {
    background-image: url(img/right_button.svg);
    width: 19px;
    height: 32px;
    margin-right: 30px;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
	cursor: pointer;
	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	backface-visibility: hidden;
  	transition-duration: 0.3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
}

.right-btn:hover {
  transform: translateX(4px);
}

.left-btn_big {
    background-image: url(img/left_button_big.svg);
    width: 58px;
    height: 105px;
    margin-left: 30px;
    margin-top: auto;
    margin-bottom: auto;
	cursor: pointer;
	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	backface-visibility: hidden;
  	transition-duration: 0.3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
}

.left-btn_big:hover {
  transform: translateX(-4px);
}

.right-btn_big {
    background-image: url(img/right_button_big.svg);
    width: 58px;
    height: 105px;
    margin-right: 30px;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
	cursor: pointer;
	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	backface-visibility: hidden;
  	transition-duration: 0.3s;
  	transition-property: transform;
  	transition-timing-function: ease-out;
}

.right-btn_big:hover {
  transform: translateX(4px);
}


.item .slide-text {
    display:block;
    left:0;
    bottom:0;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    color:#262626;
    background-color: #e7e7e7;
    -webkit-text-size-adjust: none;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: left;
    padding-left: 40px;
    padding-right: 30px;
}

.text_copyright {
 font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   font-size: 12px;
    line-height: 24px;
    color: #4F4F4F;
	letter-spacing: 0.05em;
}
.text_box {
    max-width: 1024px;
    margin: 0 auto;
}

.hideme {
    opacity:0;
}

.hhh {
    position: relative;
}

.first_station_image {
    width: 100%;
}

.head1_img {
    display: block;
}

.sb2_i1 {
    position: relative;
    background-image: url(img/slide2-1.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i2 {
    position: relative;
    background-image: url(img/slide2-2.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i3 {
    position: relative;
    background-image: url(img/slide2-3.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i4 {
    position: relative;
    background-image: url(img/slide2-4.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i5 {
    position: relative;
    background-image: url(img/slide2-5.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i6 {
    position: relative;
    background-image: url(img/slide2-6.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i7 {
    position: relative;
    background-image: url(img/slide2-7.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i8 {
    position: relative;
    background-image: url(img/slide2-8.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i9 {
    position: relative;
    background-image: url(img/slide2-9.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sb2_i10 {
    position: relative;
    background-image: url(img/slide2-10.jpg);
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#sb2-slide-text {
    position: absolute;
}

.slide-text img {
    margin-bottom: 3px;
}
.stefanson_pic {
    background-image: url(img/stefanson_pic.png);
    width: 120px;
    height: 120px;
}

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

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

.nansen_pic {
    background-image: url(img/nansen_pic.png);
    width: 120px;
    height: 120px;
}

.polar_station{
	margin: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/polar.jpg);
    background-size: 1200px 725px;
    width: 1200px;
    height: 725px;
}

@@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
  .polar_station {
    background-image: url(img/polar.jpg));
	width: 1200px;
    height: 725px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main_circ {
    transition: all 0.5s ease;
	opacity: 0.7;
}

.circ:hover .main_circ {
    fill: #05336E;
}


.circ1 {
   position: absolute;
    margin-left: 440px;
	margin-top: 200px;
}

.circ2 {
   position: absolute;
    margin-left: 480px;
	margin-top: 310px;
}

.circ3 {
   position: absolute;
    margin-left: 660px;
	margin-top: 530px;
}

.circ4 {
   position: absolute;
    margin-left: 273px;
	margin-top: 450px;
}

.circ5 {
   position: absolute;
    margin-left: 220px;
	margin-top: 280px;
}

.circ6 {
   position: absolute;
    margin-left: 670px;
	margin-top: 280px;
}

.circ7 {
   position: absolute;
    margin-left: 400px;
	margin-top: 490px;
}

.popup {
    background-color: #fff;
    position: absolute;
	margin: 0 auto;
    border: solid 3px #00ADDB;
	opacity: 0.8;
}


.name_txt {
	 margin-top: 10px;
    padding-top: 15px;
	text-align: center;
    margin: 0 auto;
	font-weight: 400;
	color: #181818;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
}

.txt {
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
    margin: 0 auto;
    margin-top: 10px;
	font-size: 1.2em;
    line-height: 1.4em;
	color: #181818;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.capture_latin {
	text-align: center;
    margin: 0 auto;
	font-weight: 300;
	font-style: italic;
	color: #181818;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

#papanin {
   width: 380px;
    height: 190px;
   margin-top: 20px;
	margin-left: 60px;
    display: none;
}

#dog {
   width: 340px;
    height: 215px;
   margin-top: 50px;
	margin-left: 490px;
    display: none;
}

#palatka {
  margin-top: 340px;
	margin-left: 740px;
	width: 420px;
    height: 340px;
    display: none;
}

#shirshov {
   width: 360px;
    height: 170px;
   margin-top: 510px;
	margin-left: 30px;
    display: none;
}

#cook {
  margin-top: 370px;
	margin-left: 50px;
	width: 410px;
    height: 295px;
    display: none;
}

#krenkel {
   width: 350px;
    height: 188px;
   margin-top: 80px;
	margin-left: 700px;
    display: none;
}

#fedorov {
   width: 350px;
    height: 170px;
   margin-top: 520px;
	margin-left: 480px;
    display: none;
}



.sev_digits {
    font-weight: 400;
	color: #05336D;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6em;
}

.sev_stan {
    font-weight: 400;
	color: #05336D;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.sev_stan_line {
    display: inline-block;
    margin-left: 5px;
}

.sev_stan_line_1 {
    display: inline-block;
    margin-left: 40px;
}

#ssl {
    vertical-align: top;
}

.ssl1 {
    margin-top: 2px;
    font-weight: 400;
	color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

@-moz-document url-prefix() {
  .ssl1 {
    margin-top: 0.26%;
    font-weight: 400;
	color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
  }
    
    .sev_stan_line {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -673px;
    }
    
    .sslff {
    margin-top: 0.36%;
    font-weight: 400;
	color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
  }
  
}

.line_digit1 {
    font-weight: 400;
	color: #0086D8;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    margin-left: 6px;
    vertical-align: 1px;
}

.line_digit2 {
    font-weight: 400;
	color: #296E89;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    margin-left: 6px;
    vertical-align: 1px;
}

.ph-button {
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;	   
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;	
    font-family: 'Roboto', sans-serif;
    font-weight: 400;	
    padding: 10px 20px 9px;
    font-size: 1em;
}

.ph-btn-blue {
    border-color: #296d88;
    background-color: #0085d7;
}

#long_drift {
    width: 230px;
    margin-left: 30px;
}

#drift_speed {
    width: 160px;
    margin-left: 292px;
    background-color:#397CAC;           					border-color:#326E99;
}

#sum_drift {
    width: 170px;
    margin-left: 30px;
}

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

.txt_block3 {
    width: 1024px;
    margin: 0 auto;
}

.video_pol {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: 7px;
}

.video_text {
    width: 200px;
    -webkit-text-size-adjust: none;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: left;
}

.video_copyright {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    color: #4F4F4F;
	letter-spacing: 0.05em;
	opacity: 0.9;
}

.polar_pic {
    display: inline-block;
    vertical-align: 100px;
}

.polar_pic1 {
    display: inline-block;
    vertical-align: -10px;
}

.polar_pic_text {
    width: 200px;
    -webkit-text-size-adjust: none;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    margin-left: 5px;
    margin-top: 5px;
}

.polar_pic_text1 {
    width: 200px;
    -webkit-text-size-adjust: none;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    margin-left: -14px;
    margin-top: 5px;
}

.polar_pic_copyright {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    color: #4F4F4F;
	letter-spacing: 0.05em;
	opacity: 0.8;
}
