@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,600,700,800&subset=cyrillic);

@media screen and (max-width: 1659px) and (min-width: 1199px) {
.main_icons {
	display:flex;
	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-evenly;
    	align-items: flex-start;
	margin: 30px 0;
}
.main_icons > div {
	display: inline-flex;
    	flex-direction: column;
	align-items: center;
    	justify-content: flex-start;
	font: 400 20px / 25px 'Roboto', sans-serif;
    	width: 16%;
    	text-align: center;
}
.main_icons > div > img {
	height: 130px;
    	width: fit-content;
	margin-bottom: 30px;
}
.main_li {
	margin: 20px 0 40px;
}
.content .main_li ul li {
	font: 300 18px / 25px 'Roboto', sans-serif;
}
}
@media screen and (min-width: 1660px) {
.main_icons {
	display:flex;
	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-evenly;
    	align-items: flex-start;
	margin: 40px 0;
}
.main_icons > div {
	display: inline-flex;
    	flex-direction: column;
	align-items: center;
    	justify-content: flex-start;
	font: 400 24px / 30px 'Roboto', sans-serif;
    	width: 16%;
    	text-align: center;
}
.main_icons > div > img {
	height: 130px;
    	width: fit-content;
	margin-bottom: 40px;
}
.main_li {
	margin: 30px 0 50px;
}
.content .main_li ul li {
	font: 300 20px / 30px 'Roboto', sans-serif;
}
}
@media screen and (max-width: 1199px) and (min-width: 845px) {
.main_icons {
	display:flex;
	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-evenly;
    	align-items: flex-start;
	margin: 30px 0;
}
.main_icons > div {
	display: inline-flex;
    	flex-direction: column;
	align-items: center;
    	justify-content: flex-start;
	font: 400 18px / 22px 'Roboto', sans-serif;
    	width: 22%;
    	text-align: center;
}
.main_icons > div > img {
	height: 100px;
    	width: fit-content;
	margin-bottom: 20px;
}
.main_li {
	margin: 20px 0 40px;
}
.content .main_li ul li {
	font: 300 18px / 25px 'Roboto', sans-serif;
}
}
@media screen and (max-width: 844px) {
.main_icons {
	display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-evenly;
}
.main_icons > div {
	display: inline-flex;
        flex-direction: column;
        align-items: center;
        font: 400 16px / 20px 'Roboto', sans-serif;
        margin-bottom: 15px;
        width: 40%;
        text-align: center;
}
.main_icons > div > img {
        height: 60px;
        width: fit-content;
        margin: 0 0 10px 0;
}
.main_li {
	margin: 20px 0 30px;
}
}

#mobile-menu {
position: relative;
    width: 400px;
    margin: 0px auto;

padding: 25px 0 0 0;
}

:root {
  	--color-link: #ef7f1a;
}

footer a {
	color: #fff;
	text-decoration: none;
    	font-size: 14px;
}
footer a:hover {
	text-decoration: none;
}

@media screen and (max-width: 844px) {
    footer a {
    	font-size: 10px;
    }
}


#top .breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

#mobile-nav {
	display:none;
	opacity:0;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#fff;
}

h1 {
	color: #000 !important;
	font: 500 30px/70px 'Roboto', sans-serif !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 30px 0 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

h2 {
	width: fit-content !important;
	border-bottom: 2px solid #000 !important;
	color: #000 !important;
	font: 400 24px/29px 'Roboto', sans-serif !important;
	margin: 30px 0 20px 0 !important;
	padding: 8px 30px 8px 0;
	text-transform: uppercase !important;
}

h3 {
	font: 400 22px/26px 'Roboto', sans-serif;
	text-align: left;
	padding: 12px 0 12px 20px;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #000;
	text-transform: uppercase;
	margin: 17px 0;
	width: fit-content;
	white-space: normal;
}

html {
	min-width: 100%;
	min-height: 100%;
}

a[href^="tel:"] {
	color: #fff;
	text-decoration: none;
}

a[href^="tel:"]:hover {
	color: #fff;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative !important;
	background-color: #ffffff !important;
	color: #000 !important;
	font: 300 16px/25px 'Roboto', sans-serif !important;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}

img {
	max-width: 100%;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.flex .video {
	margin-bottom: 50px;
}

.flex .video iframe {
	width: 775px;
	height: 436px;
}

.page-block-top {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 50px 0;
	border-bottom: 1px solid var(--color-link);
}

.page-block-top .info {
	color: #000;
	font: 400 16px/20px 'Roboto', sans-serif;
	width: 72%;
}



.page-block-100 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 30px 0;
}

.page-block-100 .title {
	width: 100%;
	border-bottom: 1px solid #000;
	color: #000;
	font: 300 24px/55px 'Roboto', sans-serif;
	margin-bottom: 50px;
}

.page-block-100 .info {
	color: #000;
	font: 400 16px/20px 'Roboto', sans-serif;
	width: 72%;
}

.page-block-100 .text {
	color: #000;
	font: 400 22px/50px 'Roboto', sans-serif;
	margin-bottom: 25px;
}

.videos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 -50px 0;
}

.videos .video {
	margin-bottom: 50px;
}

.videos .video iframe {
	width: 775px;
	height: 436px;
}

.links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 -30px 0;
}

.links .link {
	margin-bottom: 50px;
	width: 775px;
	height: 447px;
	position: relative;
}

.links .link h2 {
	font: 600 45px/50px 'Roboto', sans-serif !important;
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: unset !important;
    	border: none !important;
    	margin: unset !important;
    	padding: unset !important;
	color: #fff !important;
}

.bimage {
margin: 20px 0 30px;
}

.links .tap {
	display: inline-flex;
	font: 600 24px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 57px 80px;
}

.images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 -30px 0;
}

.images .image {
	margin-bottom: 30px;
}

.images .image img {
	width: 512px;
	height: 512px;
}

.standarts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	margin-bottom: 50px;
}

.standarts div {
	display: flex;
	font: 400 16px/20px 'Roboto', sans-serif;
	align-items: center;
}

.safes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	;
	width: 60%;
}

.safes div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font: 400 16px/20px 'Roboto', sans-serif;
	width: 200px;
	text-align: center;
}

.safes div img {
	margin-bottom: 25px;
}

.comfs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	;
	width: 90%;
}

.comfs div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font: 400 16px/20px 'Roboto', sans-serif;
	width: 200px;
	text-align: center;
}

.comfs div.ext {
	display: flex;
	flex-direction: column;
	align-items: center;
	font: 400 16px/20px 'Roboto', sans-serif;
	width: 600px;
	text-align: center;
	margin-bottom: 30px;
}

.comfs div.ext ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	list-style-image: url(/template/images/main/ul.jpg);
	list-style-position: outside;
	margin-left: 20px;
}

.comfs div.ext ul li {
	font: 600 24px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 48px;
}

.comfs div img {
	margin-bottom: 25px;
}

.content p {
	font: 300 16px/25px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}

.content p .sm {
	font-size: smaller;
}

.content hr {
	border: 1px solid black;
	margin: 20px 0;
}

.content .table {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.content .tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 20px 0;
}

.content .td {
	width: 100%;
}

.content .wl {
	width: 7%;
}

.content .wr {
	width: 90%;
}

.content .wlb {
	width: 32%;
}

.content .wrb {
	width: 65%;
}

.content .col4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 35px 0;
}

.content .col4 .cert {
	width: 23.5%;
	margin-bottom: 30px;
}

.content .col4 .cert div {
	font: 400 16px/20px 'Roboto', sans-serif;
	height: 60px;
	padding: 15px 0 15px 20px;
	border-top: 1px solid #000;
	margin-right: 20px;
}

.content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	list-style-image: url(/template/images/ul.jpg);
	list-style-position: outside;
	margin-left: 20px;
}

.content ul,
ul.list {
	padding-top: 1px;
}

.content ul li+li {
	margin-top: 5px;
}

.content ul li,
ul.list li {
	text-align: justify;
	position: relative;

	font: 300 16px/25px 'Roboto', sans-serif;
	padding: 0 18px 0 8px;
}

.content ul a:hover,
ul.list a:hover {
	color: #ef7f1a;
}

/****Links****/

a.link {
	text-decoration: underline;
	color: #2b6fcb;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.link:hover {
	color: #2b6fcb;
}

a {
	text-decoration: underline;
	color: #000000;
	outline: none;
	transition: 0.1s ease;
	-o-transition: 0.1s ease;
	-webkit-transition: 0.1s ease;
}

a:hover {
	color: #ef7f1a;
}

a.btn {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #e41819;
	padding: 11px 18px 12px 16px;
	display: inline-block;
	margin-top: 25px;
}

a.btn:hover {
	color: #fff;
}

a.btn.bt1 {
	margin-top: 45px;
}

.col2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
	height: 530px;
}

.col2 .title {
	font: 400 24px/50px 'Roboto', sans-serif;
	text-align: justify;
	margin: 20px 0;
	padding: 0 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: fit-content;
}

.col2 .title:first-child {
	margin-top: 0;
}

.col2 .text {
	font: 400 16px/20px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 20px;
	width: 48.5%;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}

.m0 {
	margin: 0 !important;
}

.pad0 {
	padding: 0 !important;
}

.pad1 {}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.page1 .fleft {
	margin-top: 3px;
}


.oh {
	overflow: hidden;
}

.fright {
	float: right !important;
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.wrapper,
.extra_wrapper {
	overflow: hidden;
}

.clear {
	float: none !important;
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.categories {
	padding-top: 357px;
	padding-bottom: 70px;
	overflow: hidden;
}

.cat {
	margin-top: 20px;
	display: block;
	position: relative;
	color: #191919;
	/*font-size: 31px;*/
	font-size: 26px;
	line-height: 30px;

}

.cat span {
	position: relative;
	color: #fff;
	z-index: 10;
	top: -2px;
	font-weight: bold;
	/*font-size: 36px;*/
	font-size: 20px;
}

.cat:hover {
	color: #f59812;
}

.cat:hover strong {
	background-color: #000;
}

.cat .cat_bot {
	text-transform: uppercase;
	padding: 20px 20px 17px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.cat em {
	z-index: 10;
	font-style: normal;
	position: relative;
}

.cat strong {
	opacity: 0.7;
	background-color: #f59812;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.text1 .fa-trophy {
	color: #bbbbbb;
	font-size: 34px;
	line-height: 21px;
	display: block;
	margin-bottom: 2px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.block1+.block1 {
	margin-top: 19px;
}

/**Content**/

.content {
	background-color: #fff;
	min-height: calc(100vh - 696px);
}

body {
	min-width: 1660px !important;
}

header {
	background: url(/template/images/header_top_bg_1600.png) no-repeat top center #ffffff;
	display: block;
	z-index: 999;
	height: 240px;
}

header .top {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 155px;
	justify-content: flex-start;
	align-items: center;
}

#mobile-icon-header,
#mobile-icon-nav {
	display: none;
}				

header .top .main {
    width: 325px;
    height: 116px;
    margin-left: 100px;
}

header .top .main .logo {
    width: 325px;
    height: 116px;
}

.main_top_text {
margin: 0 0 50px;
    border-bottom: 1px solid var(--color-link);
    padding: 0 100px 30px;
}
.main_top_text p {
font: 500 16px / 20px 'Roboto', sans-serif;
}
div.main_icons_3 {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
}
div.main_icons_3 div {
display: flex;
    align-items: center;
width:33%;
    margin: 20px 0;
}
div.main_icons_3 div img {
margin-right:25px;
}
div.main_icons_3 div p {
font: 300 16px / 22px 'Roboto', sans-serif;
    margin: 0;
text-align: left;
}

h2.main_icons_3 {
text-transform: unset !important;
    width: auto !important;
    border-bottom: 1px solid #949494 !important;
    color: #000000 !important;
    font: 500 24px / 29px 'Roboto', sans-serif !important;
position: relative;
padding-left: 28px !important;
margin: 10px 0 20px 0 !important;
}
h2.main_icons_3::before {
content: url('/template/images/h2-line.png');
  position: absolute;
left: 0px;
top: 10px;
}

header .top .title {
	color: #000;
	font: 400 28px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
	padding-left: 150px;
}

footer {
	background: url(/template/images/footer_line.png) 0 0 repeat-x #434242;
	display: block;
	z-index: 999;
	margin-top: 40px;
}

footer .bottom {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
    	padding: 20px 0;
}

footer .bottom .title {
	font: 300 16px/20px 'Roboto', sans-serif;
	color: #fff;
}

footer .bottom .copy {
	font: 300 16px/20px 'Roboto', sans-serif;
	color: #fff;
}

table.setups {
	width: 100%;
	margin: 30px 0;
}

table.setups td {
	text-align: right;
	padding-right: 30px;
	font-weight: 400;
	line-height: 40px;
}

table.setups td:last-child {
	text-align: left;
	padding-left: 30px;
	font-weight: 300;
	line-height: 40px;
}

.blockr2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 40px 0;
	background-color: #f9f9f9;
	padding: 30px;
}

.blockr2 .left {}

.blockr2 .right {
	width: 38%;
	padding-left: 30px;
}

.blockr2 .right ul,
ul.list {
	margin-bottom: 0;
}

.blockr2 .right ul li,
ul.list li {
	text-align: justify;
	position: relative;
	font: 400 15px/20px 'Roboto', sans-serif;
	padding: 0 0 0 8px;
}

.blockr2 .right ul li+li {
	margin-top: 0;
}

.blockr2 div {
	font: 400 16px/22px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}

.blockc2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	margin: 20px 0 30px;
}

.blockc2:last-child {
	margin-bottom: 0;
}

.blockc2 div {
	width: 48%;
	font: 400 16px/22px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}

ul.blockc2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	width: calc(100% - 16px);
	margin: 40px 0 20px;
	padding: 0 0 0 15px;
}

ul.blockc2 li {
	text-align: justify;
	position: relative;
	font: 400 16px/22px 'Roboto', sans-serif;
	padding: 0 0 0 8px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 47%;
}

ul.blockc2 li+li {
	margin-top: 0;
}

.sec0_h {
	height: 40px;
}

.sec1_h {
	height: 80px;
}

.sec2_h {
	height: 140px;
}

.blockc1 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	margin: 30px 0 20px;
	padding: 0;
}

.blockc1 div {
	width: 100%;
	font: 400 16px/22px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 15px;
}

.blockc1 div img {
	margin: 0 15px 15px 0;
}

iframe.full {
	width: 848px;
	height: 480px;
}

.flexr2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 30px 0;
	padding: 0;
}

.flexr2 .l {
	width: 40%;
}

.flexr2 .r {
	width: 55%;
}

.flexr1 {
	margin: 30px 0;
}


@media screen and (min-width: 1660px) {
	.mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1659px) and (min-width: 1199px) {
	.mobile {
		display: none !important;
	}

	h1 {
		color: #000 !important;
		font: 500 29px/40px 'Roboto', sans-serif !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 0 25px 0 !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	body {
		min-width: 1200px !important;
	}

	.content {
		min-height: calc(100vh - 612px);
	}

	.flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.flex .video {
		margin-bottom: 40px;
	}

	.flex .video iframe {
		width: 570px;
		height: 321px;
	}

	.col2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 10px 0;
		height: 590px;
	}

	.col2 .title {
		font: 400 23px/46px 'Roboto', sans-serif;
		text-align: justify;
		margin: 17px 0;
		padding: 0 30px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		width: fit-content;
	}

	.col2 .title:first-child {
		margin-top: 0;
	}

	.col2 .text {
		font: 400 15px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 20px;
		width: 48.5%;
	}

	.page-block-100 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 25px 0;
	}

	.page-block-100 .title {
		width: 100%;
		border-bottom: 1px solid #000;
		color: #000;
		font: 300 23px/50px 'Roboto', sans-serif;
		margin-bottom: 40px;
	}

	.page-block-100 .info {
		color: #000;
		font: 400 16px/20px 'Roboto', sans-serif;
		width: 72%;
	}

	.page-block-100 .text {
		color: #000;
		font: 400 22px/45px 'Roboto', sans-serif;
		margin-bottom: 25px;
	}

	.videos {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -40px 0;
	}

	.videos .video {
		margin-bottom: 40px;
	}

	.videos .video iframe {
		width: 570px;
		height: 321px;
	}

	.links {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -40px 0;
	}

	.links .tap {
		display: inline-flex;
		font: 600 23px/28px 'Roboto', sans-serif;
		text-transform: uppercase;
		border: 2px solid #000;
		padding: 57px 80px;
	}

	.images {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -30px 0;
	}

	.images .image {
		margin-bottom: 30px;
	}

	.images .image img {
		width: 373px;
		height: 373px;
	}

	.standarts {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 70%;
		margin-bottom: 40px;
	}

	.standarts div {
		display: flex;
		font: 400 15px/19px 'Roboto', sans-serif;
		align-items: center;
	}

	.standarts div img {
		width: 90%;
	}

	.safes {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		;
		width: 75%;
	}

	.safes div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 15px/19px 'Roboto', sans-serif;
		width: 180px;
		text-align: center;
	}

	.safes div img {
		width: 70%;
		margin-bottom: 20px;
	}

	.comfs {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		;
		width: 95%;
	}

	.comfs div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 15px/19px 'Roboto', sans-serif;
		width: 170px;
		text-align: center;
	}

	.comfs div.ext {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 15px/19px 'Roboto', sans-serif;
		width: 550px;
		text-align: center;
		margin-bottom: 25px;
	}

	.comfs div.ext ul {
		padding: 0;
		margin: 0;
		list-style: none;
		margin-bottom: 10px;
		list-style-image: url(/template/images/main/ul.jpg);
		list-style-position: outside;
		margin-left: 20px;
	}

	.comfs div.ext ul li {
		font: 600 21px/26px 'Roboto', sans-serif;
		text-transform: uppercase;
		white-space: nowrap;
		margin-bottom: 40px;
	}

	.comfs div img {
		margin-bottom: 20px;
		width: 70%;
	}

	.main_top_1 {
		height: 670px;
		background: url(/template/images/main_top_1_bg.jpg) no-repeat top center #ffffff;
	}

	header {
		background: url(/template/images/header_top_bg_1180.png) no-repeat top center #ffffff;
		display: block;
		z-index: 999;
		height: 180px;
	}

	header .top {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 110px;
		justify-content: flex-start;
		align-items: center;
	}

	#mobile-icon-header,
	#mobile-icon-nav {
		display: none;
	}				

	header .top .main {
		width: 210px;
		height: 95px;
	}

	header .top .main .logo {
		width: 210px;
		height: 95px;
	}

	header .top .title {
		color: #000;
		font: 400 24px/27px 'Roboto', sans-serif;
		text-transform: uppercase;
		padding-left: 110px;
	}

	footer {
		background: url(/template/images/footer_line.png) 0 0 repeat-x #434242;
		display: block;
		z-index: 999;
		height: 311px;
		margin-top: 40px;
	}

	footer .bottom {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		padding: 20px 0 0 0;
	}

	footer .bottom .main {
	}

	footer .bottom .title {
		color: #fff;
		font: 300 14px/20px 'Roboto', sans-serif;
	}

	footer .bottom .copy {
		color: #fff;
		font: 300 14px/20px 'Roboto', sans-serif;
		text-align: right;
	}

	.content .col4 .cert div {
		font: 400 14px/19px 'Roboto', sans-serif;
		height: 57px;
		padding: 10px 0 10px 15px;
		border-top: 1px solid #000;
		margin-right: 15px;
	}

	h2 {
		width: fit-content !important;
		border-bottom: 2px solid #000 !important;
		color: #000 !important;
		font: 400 23px/28px 'Roboto', sans-serif !important;
		margin: 30px 0 20px 0 !important;
		padding: 6px 30px 6px 0;
		text-transform: uppercase !important;
	}

	h3 {
		font: 400 20px/25px 'Roboto', sans-serif;
		text-align: left;
		padding: 10px 0 10px 20px;
		border-top: none;
		border-bottom: none;
		border-left: 2px solid #000;
		text-transform: uppercase;
		margin: 17px 0;
		width: fit-content;
		white-space: normal;
	}

	table.setups {
		width: 100%;
		margin: 30px 0;
	}

	table.setups td {
		text-align: right;
		padding: 5px 20px 10px 0;
		font: 400 15px/22px 'Roboto', sans-serif !important;
	}

	table.setups td:last-child {
		text-align: left;
		padding-left: 20px;
		font: 300 15px/22px 'Roboto', sans-serif !important;
	}

	.blockr2 {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 20px 0 30px 0;
		background-color: #f9f9f9;
		padding: 30px;
	}

	.blockr2 .left {}

	.blockr2 .right {
		width: 38%;
		padding-left: 30px;
	}

	.blockr2 .right ul,
	ul.list {
		margin-bottom: 0;
	}

	.blockr2 .right ul li,
	ul.list li {
		text-align: justify;
		position: relative;
		font: 400 15px/20px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
	}

	.blockr2 .right ul li+li {
		margin-top: 0;
	}

	.blockr2 div {
		font: 400 15px/20px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 20px 0 30px;
	}

	.blockc2 div {
		width: 48%;
		font: 400 15px/20px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	ul.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		width: calc(100% - 16px);
		margin: 40px 0 20px;
		padding: 0 0 0 15px;
	}

	ul.blockc2 li {
		text-align: justify;
		position: relative;
		font: 400 15px/20px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
		margin-top: 0;
		margin-bottom: 10px;
		width: 47%;
	}

	ul.blockc2 li+li {
		margin-top: 0;
	}

	.sec0_h {
		height: 40px;
	}

	.sec1_h {
		height: 100px;
	}

	.sec2_h {
		height: 130px;
	}

	.blockc1 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 30px 0 20px;
		padding: 0;
	}

	.blockc1 div {
		width: 100%;
		font: 400 15px/20px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 15px;
	}

	.blockc1 div img {
		margin: 0 15px 15px 0;
	}

	iframe.full {
		width: 848px;
		height: 480px;
	}

	.flexr2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 30px 0;
		padding: 0;
	}

	.flexr2 .l {
		width: 50%;
	}

	.flexr2 .r {
		width: 45%;
	}

	.flexr1 {
		margin: 30px 0;
	}
}

@media screen and (max-width: 1199px) and (min-width: 845px) {
	.mobile {
		display: none !important;
	}

	h1 {
		color: #000 !important;
		font: 500 27px/37px 'Roboto', sans-serif !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 0 25px 0 !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	h2 {
		width: fit-content !important;
		border-bottom: 2px solid #000 !important;
		color: #000 !important;
		font: 400 21px/25px 'Roboto', sans-serif !important;
		margin: 25px 0 15px 0 !important;
		padding: 5px 25px 5px 0;
		text-transform: uppercase !important;
	}

	body {
		min-width: 820px !important;
	}

    .content {
        min-height: calc(100vh - 503px);
    }

	body {
		font: 300 14px/22px 'Roboto', sans-serif !important;
	}

	.flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.flex .video {
		margin-bottom: 30px;
	}

	.flex .video iframe {
		width: 800px;
		height: 450px;
	}

	.content ul li,
	ul.list li {
		text-align: justify;
		position: relative;

		font: 300 14px/22px 'Roboto', sans-serif;
		padding: 0 15px 0 8px;
	}

	.content p {
		font: 300 14px/22px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.content p .sm {
		font-size: smaller;
	}

	.content hr {
		border: 1px solid black;
		margin: 15px 0;
	}

	.content .table {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.content .tr {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 0 15px 0;
	}

	.content .td {
		width: 100%;
	}

	.content .wl {
		width: 10%;
	}

	.content .wr {
		width: 87%;
	}

	.content .wlb {
		width: 32%;
	}

	.content .wrb {
		width: 65%;
	}

	.content .col4 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}

	.content .col4 .cert {
		width: 32%;
		margin-bottom: 25px;
	}

	.content .col4 .cert div {
		font: 400 13px/18px 'Roboto', sans-serif;
		height: 54px;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #000;
		margin-right: 15px;
	}

	.col2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 10px 0;
		height: 720px;
	}

	.col2 .title {
		font: 400 21px/40px 'Roboto', sans-serif;
		text-align: justify;
		margin: 17px 0;
		padding: 0 20px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		width: fit-content;
	}

	.col2 .title:first-child {
		margin-top: 0;
	}

	.col2 .text {
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 20px;
		width: 48.5%;
	}

	.page-block-100 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 25px 0;
	}

	.page-block-100 .title {
		width: 100%;
		border-bottom: 1px solid #000;
		color: #000;
		font: 300 20px/40px 'Roboto', sans-serif;
		margin-bottom: 20px;
	}

	.page-block-100 .info {
		color: #000;
		font: 400 15px/20px 'Roboto', sans-serif;
		width: 72%;
	}

	.page-block-100 .text {
		color: #000;
		font: 400 22px/45px 'Roboto', sans-serif;
		margin-bottom: 25px;
	}

	.videos {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -30px 0;
	}

	.videos .video {
		margin-bottom: 30px;
	}

	.videos .video iframe {
		width: 385px;
		height: 217px;
	}

	.links {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -30px 0;
	}

	.links .link {
		margin-bottom: 30px;
		width: calc(50% - 15px);
	}

	.links .tap {
		display: inline-flex;
		font: 600 21px/25px 'Roboto', sans-serif;
		text-transform: uppercase;
		border: 2px solid #000;
		padding: 57px 80px;
	}

	.images {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -30px 0;
	}

	.images .image {
		margin-bottom: 30px;
	}

	.images .image img {
		width: 385px;
		height: 385px;
	}

	.standarts {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 80%;
		margin-bottom: 20px;
	}

	.standarts div {
		display: flex;
		font: 400 15px/19px 'Roboto', sans-serif;
		align-items: center;
	}

	.standarts div img {
		width: 70%;
	}

	.safes {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		;
		width: 90%;
	}

	.safes div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/18px 'Roboto', sans-serif;
		width: 180px;
		text-align: center;
	}

	.safes div img {
		width: 110px;
		margin-bottom: 10px;
	}

	.comfs {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		;
		width: 100%;
	}

	.comfs div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/17px 'Roboto', sans-serif;
		width: 130px;
		text-align: center;
	}

	.comfs div.ext {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/17px 'Roboto', sans-serif;
		width: 415px;
		text-align: center;
		margin-bottom: 20px;
	}

	.comfs div.ext ul {
		padding: 0;
		margin: 0;
		list-style: none;
		margin-bottom: 10px;
		list-style-image: url(/template/images/main/ul.jpg);
		list-style-position: outside;
		margin-left: 20px;
	}

	.comfs div.ext ul li {
		font: 600 16px/23px 'Roboto', sans-serif;
		text-transform: uppercase;
		white-space: nowrap;
		margin-bottom: 20px;
	}

	.comfs div img {
		margin-bottom: 10px;
		width: 70%;
	}

	header {
		background: url(/template/images/header_top_bg_800.png) no-repeat top center #ffffff;
		display: block;
		z-index: 999;
		height: 135px;
	}

	header .top {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 75px;
		justify-content: flex-start;
		align-items: center;
	}

	#mobile-icon-header,
	#mobile-icon-nav {
		display: none;
	}				

	#mobile-nav {
		display: none !important;
	}

	header .top .main {
		width: 145px;
		height: 65px;
	}

	header .top .main .logo {
		width: 145px;
		height: 65px;
	}

	header .top .title {
		color: #000;
		font: 400 20px/27px 'Roboto', sans-serif;
		text-transform: uppercase;
		padding-left: 65px;
	}

	footer {
		background: url(/template/images/footer_line.png) 0 0 repeat-x #434242;
		display: block;
		z-index: 999;
		height: auto;
		margin-top: 40px;
	}

	footer .bottom {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 100px;
		justify-content: space-between;
		align-items: flex-start;
	}

	footer .bottom .main {
		width: 20%;
	}

	footer .bottom .title {
		color: #000;
		font: 500 15px/18px 'Roboto', sans-serif;
		width: 57%;
	}

	footer .bottom .copy {
		color: #000;
		font: 500 15px/18px 'Roboto', sans-serif;
		text-align: right;
		width: 20%;
	}

	h3 {
		font: 400 19px/25px 'Roboto', sans-serif;
		text-align: left;
		padding: 7px 0 7px 20px;
		border-top: none;
		border-bottom: none;
		border-left: 2px solid #000;
		text-transform: uppercase;
		margin: 17px 0;
		width: fit-content;
		white-space: normal;
	}

	table.setups {
		width: 100%;
		margin: 30px 0;
	}

	table.setups td {
		text-align: right;
		padding: 5px 15px 10px 0;
		font: 400 14px/20px 'Roboto', sans-serif !important;
	}

	table.setups td:last-child {
		text-align: left;
		padding-left: 15px;
		font: 300 14px/20px 'Roboto', sans-serif !important;
	}

	.blockr2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 30px 0;
		background-color: #f9f9f9;
		padding: 15px;
	}

	.blockr2 .left {}

	.blockr2 .right {
		width: 100%;
		padding: 10px 0 0 0;
	}

	.blockr2 .right ul,
	ul.list {
		margin-bottom: 0;
	}

	.blockr2 .right ul li,
	ul.list li {
		text-align: justify;
		position: relative;
		font: 400 14px/19px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
	}

	.blockr2 .right ul li+li {
		margin-top: 0;
	}

	.blockr2 div {
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 20px 0 30px;
		padding: 0 15px;
	}

	.blockc2 div {
		width: 100%;
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	ul.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		width: calc(100% - 52px);
		margin: 30px 0 20px;
		padding: 0 0 0 30px;
	}

	ul.blockc2 li {
		text-align: justify;
		position: relative;
		font: 400 14px/19px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	ul.blockc2 li+li {
		margin-top: 0;
	}

	.sec0_h {
		height: auto;
	}

	.sec1_h {
		height: auto;
	}

	.sec2_h {
		height: auto;
	}

	.blockc1 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 30px 0 20px;
		padding: 0 15px;
	}

	.blockc1 div {
		width: 100%;
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc1 div img {
		margin: 0 10px 10px 0;
	}

	iframe.full {
		width: 800px;
		height: 453px;
	}

	.flexr2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 30px 0;
		padding: 0;
	}

	.flexr2 div:last-child {
		margin: 0;
	}

	.flexr2 .l {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.flexr2 .r {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.flexr1 {
		margin: 30px 0;
	}
}

@media screen and (max-width: 844px) {

	.tablet {
		display: none !important;
	}

	h2 {
		width: fit-content !important;
		border-bottom: 2px solid #000 !important;
		color: #000 !important;
		font: 400 16px/23px 'Roboto', sans-serif !important;
		margin: 25px 0 15px 0 !important;
		padding: 5px 20px 5px 0;
		text-transform: uppercase !important;
	}

	h3 {
		font: 400 17px/25px 'Roboto', sans-serif;
		text-align: left;
		padding: 7px 0 7px 15px;
		border-top: none;
		border-bottom: none;
		border-left: 2px solid #000;
		text-transform: uppercase;
		margin: 17px 0;
		width: fit-content;
		white-space: normal;
	}

	table.setups {
		width: 100%;
		margin: 20px 0;
	}

	table.setups td {
		text-align: right;
		padding: 5px 0 10px 0;
		font: 400 14px/20px 'Roboto', sans-serif !important;
	}

	table.setups td:last-child {
		text-align: left;
		padding-left: 15px;
		font: 300 14px/20px 'Roboto', sans-serif !important;
	}

	.blockr2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 0 30px 0;
		background-color: #f9f9f9;
		padding: 15px;
	}

	.blockr2 .left {}

	.blockr2 .right {
		width: 100%;
		padding: 10px 0 0 0;
	}

	.blockr2 .right ul,
	ul.list {
		margin-bottom: 0;
	}

	.blockr2 .right ul li,
	ul.list li {
		text-align: justify;
		position: relative;
		font: 400 14px/19px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
	}

	.blockr2 .right ul li+li {
		margin-top: 0;
	}

	.blockr2 div {
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 20px 0 30px;
		padding: 0 15px;
	}

	.blockc2 div {
		width: 100%;
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc2 div:last-child {
		margin-bottom: 0;
	}

	.content ul.blockc2 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		width: calc(100% - 52px);
		margin: 20px 0 30px;
		padding: 0 0 0 30px;
	}

	.content ul.blockc2 li {
		text-align: justify;
		position: relative;
		font: 400 14px/19px 'Roboto', sans-serif;
		padding: 0 0 0 8px;
		margin-top: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.content ul.blockc2 li:last-child {
		margin-bottom: 0;
	}

	.content ul.blockc2 li+li {
		margin-top: 0;
	}

	.sec0_h {
		height: auto;
	}

	.sec1_h {
		height: auto;
	}

	.sec2_h {
		height: auto;
	}

	.blockc1 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: space-between;
		margin: 30px 0 20px;
		padding: 0 15px;
	}

	.blockc1 div {
		width: 100%;
		font: 400 14px/19px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.blockc1 div img {
		margin: 0 10px 10px 0;
		height: auto;
		width: 100%;
	}

	iframe.full {
		width: 390px;
		height: 220px;
	}

	.flexr2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 30px 0;
		padding: 0;
	}

	.flexr2 div:last-child {
		margin: 0;
	}

	.flexr2 .l {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.flexr2 .r {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.flexr1 {
		margin: 30px 0;
	}

	.flexr1:last-child {
		margin: 0;
	}

	h1 {
		color: #000 !important;
		font: 500 20px/26px 'Roboto', sans-serif !important;
		border: none !important;
		padding: 5px 0 !important;
		margin: 0 0 20px 0 !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	body {
		min-width: 400px !important;
	}

	body {
		font: 300 14px/22px 'Roboto', sans-serif !important;
	}

.content {
	background-color: #fff;
	min-height: calc(100vh - 268px);
}

	.flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.flex .video {
		margin-bottom: 20px;
	}

	.flex .video:last-child {
		margin-bottom: 0;
	}

	.flex .video iframe {
		width: 390px;
		height: 219px;
	}

	.content ul li,
	ul.list li {
		text-align: justify;
		position: relative;
		font: 300 15px/22px 'Roboto', sans-serif;
		padding: 0 15px 0 8px;
	}

	.content p {
		font: 300 15px/22px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 10px;
	}

	.content p:last-child {
		margin-bottom: 0;
	}

	.content p .sm {
		font-size: small;
	}

	.content hr {
		border: 1px solid black;
		margin: 15px 0;
	}

	.content .table {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.content .tr {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 0 15px 0;
	}

	.content .td {
		width: 100%;
	}

	.content .wl {
		width: 20%;
	}

	.content .wr {
		width: 77%;
	}

	.content .wlb {
		width: 32%;
	}

	.content .wrb {
		width: 65%;
	}

	.content .col4 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: flex-start;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}

	.content .col4 .cert {
		width: 80%;
		margin-bottom: 25px;
		border: 1px solid lightgrey;
	}

	.content .col4 .cert:last-child {
		margin-bottom: 0;
	}

	.content .col4 .cert div {
		font: 400 14px/18px 'Roboto', sans-serif;
		height: auto;
		padding: 10px;
		border-top: none;
		margin-right: 0;
		background-color: lightgrey;
	}

	.col2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		flex-wrap: wrap;
		margin: 0;
		height: auto;
	}

	.col2 .title {
		font: 400 19px/35px 'Roboto', sans-serif;
		text-align: center;
		margin: 17px auto;
		padding: 0 20px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		width: fit-content;
	}

	.col2 .title:first-child {
		margin-top: 0;
	}

	.col2 .text {
		font: 400 15px/22px 'Roboto', sans-serif;
		text-align: justify;
		margin-bottom: 20px;
		width: 100%;
	}

	.col2 .text:last-child {
		margin-bottom: 0;
	}

	.page-block-100 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 40px 0;
	}

	.page-block-100 .title {
		width: 100%;
		border-bottom: 1px solid #000;
		color: #000;
		font: 300 20px/40px 'Roboto', sans-serif;
		margin-bottom: 20px;
	}

	.page-block-100 .info {
		color: #000;
		font: 400 15px/20px 'Roboto', sans-serif;
		width: 100%;
		text-align: justify;
	}

	.page-block-100 .text {
		color: #000;
		font: 400 22px/45px 'Roboto', sans-serif;
		margin-bottom: 25px;
	}

	.videos {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 -20px 0;
	}

	.videos .video {
		margin-bottom: 20px;
	}

	.videos .video iframe {
		width: 390px;
		height: 220px;
	}

	.links {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 !important;
	}


	.links .link {
		margin-bottom: 10px;
		width: 390px;
		height: 225px;
		position: relative;
	}

	.links .link:last-child {
		margin-bottom: 0;
	}

	.links .tap {
		display: inline-flex;
		font: 600 21px/25px 'Roboto', sans-serif;
		text-transform: uppercase;
		border: 2px solid #000;
		padding: 57px 80px;
	}

	.breadcrumb {
	}

	.images {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 !important;
	}

	.images .image {
		margin-bottom: 10px;
		width: 190px;
		height: 190px;
		overflow: hidden;
	}

	.images .image:last-child {
		margin-bottom: 0;
	}

	.images .image img {
		width: 190px;
		height: 190px;
	}

	.standarts {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.standarts div {
		display: flex;
		font: 400 15px/19px 'Roboto', sans-serif;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.standarts div img {
		width: 70%;
	}

	.safes {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}

	.safes div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/18px 'Roboto', sans-serif;
		width: 48%;
		text-align: center;
		margin-bottom: 20px;
	}

	.safes div img {
		width: 110px;
		margin-bottom: 10px;
	}

	.comfs {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

	.comfs div {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/17px 'Roboto', sans-serif;
		width: 130px;
		text-align: center;
		margin-bottom: 20px;
	}

	.comfs div.ext {
		display: flex;
		flex-direction: column;
		align-items: center;
		font: 400 14px/17px 'Roboto', sans-serif;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	.comfs div.ext ul {
		padding: 0;
		margin: 0;
		list-style: none;
		margin-bottom: 10px;
		list-style-image: url(/template/images/main/ul.jpg);
		list-style-position: outside;
		margin-left: 20px;
	}

	.comfs div.ext ul li {
		font: 600 14px/23px 'Roboto', sans-serif;
		text-transform: uppercase;
		white-space: nowrap;
		margin-bottom: 10px;
	}

	.comfs div img {
		margin-bottom: 10px;
		width: 70%;
	}

	header {
		background: url(/template/images/cowood-logo.png) no-repeat 40px center #ffffff;
		display: block;
		z-index: 999;
		height: 62px;
		border-bottom: none;
		position: relative;
        	width: 400px;
        	margin: 0 auto;
        	padding: 0;
	}

	header .top {
		display: block;
		height: 62px;
	}

	#mobile-icon-header {
margin: 5px 20px 0 0;
		float:right;
		display: block;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}				
	#mobile-icon-nav {
margin: 5px 20px 0 0;
		float:right;
		display: block;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}	

	#mobile-nav header {
		margin-bottom: 0;
	}

	#mobile-menu ul {
	}			
	#mobile-menu li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
	}
	#mobile-menu li.item-selected {
background-color: #434242;
}			
	#mobile-menu li.parent {
    width: 100%;
    display: block;
    float: left;
    position: relative;
	}	

	#mobile-menu ul li a.root-item-selected {
    background: #f0f0f0;
    color: #555;
    border-bottom: none;
    width: 100%;
    padding: 10px 22px;
    float: left;
    text-decoration: none;
    font-size: 23px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
	}
	#mobile-menu ul li.parent a.root-item-selected,
	#mobile-menu ul li a.root-item {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 10px 22px;
    float: left;
    text-decoration: none;
    font-size: 23px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
    border-bottom: none;
	}			
	#mobile-menu ul ul {
    width: 100%;
    display: block;
    position: static;
	}			
	#mobile-menu ul ul li.item-selected a {
    background: none;
    color: #fff;
    border-left: 20px solid transparent;;
	}
	#mobile-menu ul ul li a {
    background: #fff;
    color: #000;
    padding-left: 16px;
    width: 100%;
    float: left;
    font-size: 21px;
    border-top: none;
    position: relative;
    border-left: 20px solid transparent;
    -o-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transition: border .2s linear;
    line-height: 35px;
    text-decoration: none;
	}			

	header .top .main {
		display: flex;
		width: 250px;
		height: 62px;
		margin-left: 27px;
	}

	header .top .main .logo {
		width: 145px;
		height: 62px;
	}

	header .top .title {
		display: none;
		color: #000;
		font: 600 20px/50px 'Roboto', sans-serif;
		text-transform: uppercase;
		padding: 0;
		margin: 0 auto;
	}

	footer {
		background: url(/template/images/footer_line.png) 0 0 repeat-x #434242;
		display: block;
		z-index: 999;
		height: auto;
		margin-top: 20px;
		padding-top: 20px;
	}

	footer .bottom {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
//		height: 170px;
		justify-content: space-between;
		align-items: flex-start;
	}

	footer .bottom .main {
		width: 30%;
	}



	footer .bottom .title {
    color: #fff;
		font: 300 11px/15px 'Roboto', sans-serif;
		width: 70%;
		text-align: right;
	}

	footer .bottom .copy {
		color: #fff;
		font: 600 13px/16px 'Roboto', sans-serif;
		text-align: center;
		width: 100%;
margin: 10px;
	}
}

@media screen and (max-width: 844px) {
	.main_top_text {
	    margin: 0 0 30px;
	    border-bottom: 1px solid var(--color-link);
	    padding: 0 5px 20px;
	}
	.main_top_text p {
	    font: 400 15px / 20px 'Roboto', sans-serif;
	}
.links .link h2 {
font: 500 30px / 40px 'Roboto', sans-serif !important;
        position: absolute;
        bottom: 25px;
        right: 25px;
    width: unset !important;
    border: none !important;
    margin: unset !important;
    padding: unset !important;
    color: #fff !important;
}
h2.main_icons_3 {
    text-transform: unset !important;
    width: auto !important;
    border-bottom: 1px solid #949494 !important;
    color: #000000 !important;
font: 500 18px / 22px 'Roboto', sans-serif !important;
    position: relative;
    padding-left: 28px !important;
    margin: 10px 0 20px 0 !important;
}
h2.main_icons_3::before {
    content: url(/template/images/h2-line.png);
    position: absolute;
    left: 0px;
top: 3px;
}
div.main_icons_3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}
div.main_icons_3 div {
display: flex;
        align-items: center;
        width: 100%;
        margin: 10px 0;
}
div.main_icons_3 div img {
margin-right: 15px;
    width: 50px;
}
div.main_icons_3 div p {
    font: 300 15px / 20px 'Roboto', sans-serif;
    margin: 0;
}
.bimage {
margin: 0 0 10px;
}






}

@media screen and (max-width: 1659px) and (min-width: 1199px) {
	.links .link {
		margin-bottom: 40px;
		width: calc(50% - 20px);
		height: auto;
	}
.links .link h2 {
font: 500 40px / 40px 'Roboto', sans-serif !important;
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: unset !important;
    border: none !important;
    margin: unset !important;
    padding: unset !important;
    color: #fff !important;
}

div.main_icons_3 {
    margin: 0 30px;
}
div.main_icons_3 div p {
    font: 300 15px / 20px 'Roboto', sans-serif;
    margin: 0;
}
}

@media screen and (max-width: 1199px) and (min-width: 845px) {
.main_top_text {
    margin: 0 0 30px;
    border-bottom: 1px solid var(--color-link);
    padding: 0 30px 20px;
}
	.links .link {
		margin-bottom: 40px;
		width: calc(50% - 20px);
		height: auto;
	}
.links .link h2 {
	font: 500 30px / 35px 'Roboto', sans-serif !important;
        position: absolute;
        bottom: 20px;
        right: 30px;
    width: unset !important;
    border: none !important;
    margin: unset !important;
    padding: unset !important;
    color: #fff !important;
}
div.main_icons_3 {
    margin: 0;
}
div.main_icons_3 div p {
	font: 300 13px / 17px 'Roboto', sans-serif;
        margin: 0;
}
div.main_icons_3 div {
    margin: 10px 0;
}
div.main_icons_3 div img {
    margin-right: 10px;
    width: 60px;
}
    .page-block-100 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 25px 0;
    }

    
    footer .bottom {
	height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px 0 30px;
    }
    footer .bottom .title {
        color: #fff;
        font: 300 12px / 16px 'Roboto', sans-serif;
	width: auto;
    }
    footer .bottom .copy {
        color: #fff;
        font: 300 12px / 16px 'Roboto', sans-serif;
        text-align: right;
    }
}