* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table,
tr,
th,
td {
    border-collapse: collapse;
}

p {
	margin-bottom: 35px;
}

h3 {
	margin-bottom: 35px;
    font-weight: normal;
    font-size: 24px;
}
/*
img {
    max-width: 100% !important;
    height: auto !important;
}
*/

li {
    margin-bottom: 20px;
    list-style-type: none;
    color: #0c0c0c;
    display: inline-flex;
    font-size: 19px;
}

li:before
{
    color: #d21923;
    content: "■ ";
    margin-right: 6px;
    margin-top: -2px;
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    background: #fff;
    color: #000;
    font-weight: 400;
	min-width: 780px;
	background-color: #d3d4d4;
}

.clear {
    clear: both;
    content: "";
    display: table;
}

.sticky
{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 0;
	float: right;
}

.sticky2
{
	position: -webkit-sticky;
    position: sticky;
    top: 80px;
    right: 0;
    margin: 0;
    z-index: 0;
	overflow: hidden;
	padding-top: 18px;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}


header
{
    width: 100%;
    height: 280px;
    background: url(../img/inner_head.jpg) no-repeat scroll center 0px black;
     background-size: cover; 
    /* background-color: black; */
}


.logos
{
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 99;
}

.logos_line
{
	width: 100%;
	height: 65px; 
	top: 30px;
	background: url(../img/logo_bg.png) 0 0 repeat;
	position: absolute;
	z-index: 99;
}

.logos__left{
    float: left;
    margin: 14px 0;
	margin-left: 14px;
}

.logos__right{
    float: right;
    margin: 14px 0;
	margin-right: 14px;

}

.logos__text{
    position: absolute;
    font-size: 14px;
    color: #6e6f70;
    right: 222px;
    top: 25px;
    text-transform: uppercase;
}

.header_sticky
{
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header_sticky .logos_line
{
	display: none !important;
}


.header_sticky h1
{
	display: none !important;
}


.header_sticky .logos
{
	display: none !important;
}

.header_sticky .main__links
{
	top: 10px;
	bottom: 10px;
	padding: 0;
}

.header_sticky  a.main__link
{
	padding: 0;
}

.content
{
	width: 1240px;
	height: 100%;
	margin: auto;
	position: relative;
}

.content a
{
	color: black;
}

.content_left
{
	width: 780px;
	float: left;
	font-size: 18px;
	color: #0c0c0c;
	padding-left: 10px;
}

.content_left img
{
	width: 100%;
	margin-bottom: 30px;
}

.content_right
{
    /*width: -webkit-calc(100% - 800px);
    width:    -moz-calc(100% - 800px);
    width:         calc(100% - 800px);*/
	max-width: 35%;
    padding: 10px;
	float: right;
	padding: 20px 0 5px 0;
}

.content_right div
{
	margin-left: 22px;
}

.content_right a
{
	display: inline-block;
	border-bottom: 2px solid #d21923;
	padding: 19px 100px 19px 0 ;
	margin-left: 30px;
	color: black;
	text-decoration: none;
	width: 100%;
	position: relative;
}

.content_right a:hover
{
	background-color: white;
}

.content_right a span
{
    width: 330px;
    display: inline-block;
}

.content_right a:hover:before
{
    content: " ";
    background-color: white;
    border-left: 20px solid #d21923;
	height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: -53px;
    color: white;
    height: 100%;
    padding: 0px 17px;
}


.content_right h2
{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0px 20px 0;
	border-bottom: 3px solid #d21923;
	position: relative;
}

.content_right h2 span
{
    position: absolute;
    bottom: 2px;
    z-index: 50;
    bottom: -7px;
}

.content_right h2:after
{
	content: " ";
	width: 150px;
	height: 5px;
	background-color: #d3d4d4;
	position: absolute;
	bottom: -4px;
	left: 0;

}


.vr
{
	z-index:100;
	position: relative;
	width: 100%;
	overflow: hidden;

}

.vrez_line
{
    height: 75px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.vrez_line:before
{
	content: " ";
    height: 75px;
    width: 40%;
    position: absolute;
    background-color: #d21923;
}

.vrez_line span
{
	background-color: #d21923;
	padding: 20px 70px 20px 10px;
	display:inline-block;
}

.vrez
{
	background-color: white;
	padding: 30px 0 10px 10px;
	margin-bottom: 35px;
	font-size: 18px;
	color: #0c0c0c;
	z-index: 10;
}



.vrez img
{
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
}

.content_left h2
{
	margin-bottom: 35px;
	text-transform: uppercase;
}



.main__links{
	overflow: hidden;
    width: 100%;
    position: absolute;
    display: flex;
    bottom: 30px;
}

a.main__link{
    color: #d21923;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 41px;
    text-decoration: none;
    /* float: left; */
    min-width: 200px;
    margin: 0px 7px;
    padding: 5px 20px;
    background: url(../img/logo_bg.png) 0 0 repeat;
    width: inherit;
}

.main__link:hover{
    background: #fff;
    color: #df0029;
}

h1 {
	font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 116px;
    display: unset;
    width: 100%;
    color: white;
}

h1 span {
	color: #d21923;
}

section
{
	width: 100%;
	min-height: 300px;
	position: relative;
	/*overflow: hidden;*/
}

.pub
{
	padding: 45px 0 50px 0;
}

.methods
{
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
}

.methods_line
{
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	background-color: #d21923;
}

.methods h2
{
	color: white;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 13px;
}

.methods_block
{
	background-color: white;
	width: 100%;
	padding: 60px 80px 30px 80px;
	color: #0c0c0c;
}

.methods_block li
{
	margin-bottom: 20px;
    list-style-type: none; /* Убираем маркеры у списка */
	color: #0c0c0c;
	display: block;
    font-size: 19px;
}

.methods_block li:before
{
    color: #d21923;
    content: "■ ";
    margin-right: 6px;
    margin-top: -2px;
}


footer
{
	background-color: #a6a7a7;
	min-height: 200px;
}

footer .content
{
	padding: 50px 0;
	color: #353839;
}

.footer_rights
{
	float: right;
	width: 380px;
	margin-top: 4px;
}

footer .footer_links {
	left: 222px;
    top: 57px;
    position: absolute;
}

footer a {
    color: #353839;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
}

footer .footer_links a:not(:last-child)
{
	border-right: 1px solid #353839;
}

.gallery
{	
	height: 700px;
}

.swiper-container
{
	width: 100%;
	height: 700px;
	position: absolute;
	top: 90px;
}


.swiper-slide {
    width: 650px;
	height: 650px;
    padding-bottom: 60px;
	margin: 5px;
	opacity: 0.9;
	filter: brightness(90%)
}

.swiper-slide img
{
	width: 100%;
}

.swiper-slide-active
{
	opacity: 1;
	filter: brightness(100%);
	/*margin-top: 30px;*/
	/*width: 800px;*/
}


.swiper-button-prev {
	left: -webkit-calc(50% - 200px);
    left:    -moz-calc(50% - 200px);
    left:         calc(50% - 200px);
    background: url(../img/gallery_left.jpg)  no-repeat scroll center 0px transparent;
	  width: 136px;
	  height: 32px;
}


.swiper-button-next {
	right: -webkit-calc(50% - 200px);
    right:    -moz-calc(50% - 200px);
    right:         calc(50% - 200px);
    background: url(../img/gallery_right.jpg)  no-repeat scroll center 0px transparent;
	  width: 136px;
	  height: 32px;
}

.swiper-button-hand {
    position: absolute;
    top: 500px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
	left: -webkit-calc(50% - 25px);
    left:    -moz-calc(50% - 25px);
    left:         calc(50% - 25px);
    background: url(../img/hand.png?1)  no-repeat scroll center 0px transparent;
	  width: 54px;
	  height: 56px;
}

@media screen and (max-width:1240px) {
	
	.content
	{
	    width: 1040px;
	}

	.content_left
	{
		width: 580px;
	}

	a.main__link
	{
		font-size: 13px;
		min-width: 160px;
	}
}

@media screen and (max-width:1040px) {
	.content
	{
	    width: 720px;
	}

	#margin
	{
		display: none !important;
		height: 0 !important;
	}
	
	header
	{
		height: 560px;
	}

	.content_left
	{
		width: 90%;
	}

	h1
	{
		width: 500px;
		margin-left: 110px;
	}

	.main__links
	{
		display: block;
	}

	a.main__link
	{
		font-size: 20px;
		min-width: 160px;
		margin-bottom: 5px;
	}

	.content_right
	{
		display: none;
	}

	.header_sticky
	{
		display: none;
	}

	footer .footer_links {
		left: 322px;
		top: 107px;
		position: absolute;
	}
}