﻿
h1 {
    padding-bottom: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 50px;
}

h2 {
    padding-bottom: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 30px;
}

figcaption {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

article {
    font-weight: normal;
    text-align: justify;
}

p {
    text-indent: 25px;
}

.formulas {
    margin-left: 0px;
    text-align: left;
    text-indent: 25px;
}


/*Слайдер*/


a {
    color: #09f;
}

    a:hover {
        text-decoration: none;
    }

#back_to_camera {
    clear: both;
    display: block;
    height: 80px;
    line-height: 40px;
    padding: 20px;
}

.fluid_container {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}



/*ВИдео*/
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
 
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive.embed-responsive-custom {
	padding-bottom: 62.2%;
    /*min-width: 792px;
    min-height: 968px;*/
    max-width: 792px;
    max-height: 968px;
}
 
.embed-responsive{
	position: relative;
	display: block;
	height: 70%;
	padding: 0;
	overflow: hidden;
	width:70%;

}
 
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	border: 0;
}
