@font-face{
    font-family: "Impact";
    src: url("fonts/impact.ttf");
}

p {
    line-height:19px;
}

.container {
	padding-left: 10px;
}

.block-left {
	padding-right:0;
	padding-left:0;
}

.block-right {
	padding-left:0;
	padding-right:0;
}

.navbar {
	margin-bottom:0;
}

.cont-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin-bottom: 20px;
	margin-top:10px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	display: inline-block;
	-moz-box-shadow: 0px 0px 40px lightblue;
	/* -webkit-box-shadow: 0px 0px 40px lightblue; */
	/* box-shadow: 0px 0px 40px lightblue; */
	background-color: #3b2881;
	color: #ffcce6;
	/* text-shadow: lightblue 1px 0px 1px, lightblue 0 0 1em; */
}

/* bs-menu-collapse-b-b */

#bs-menu-collapse-b {
    margin: 0;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz {
	display: inline-block;
	list-style-type: none;
	font-size: 15px;
	vertical-align: top;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz .subsubitems a.headerCatalogSubItem {
	text-decoration: none;
	color: #a3a3a3;
	margin: 0.4em 0;
	display: inline-block;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz a>span {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	/*display: inline-block;*/
	width: 100%;
        position: relative;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz .catalogPromoIcon {
	display: block;
	margin: 0 auto;
        /*
        max-width: 24px;
        max-height: 24px;
        */
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz.Active {
	font-weight: bold;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
}

#bs-menu-collapse-b .headerCatalog .groupList .arrow-down {
	width: 12px;
	height: 8px;
	background-image: url('bs-menu-collapse-b-arrow-down.png');
	background-position: 0 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -6px;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub .headerCatalogCol {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 20%;
	padding: 25px 15px;
        float:left;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub .headerCatalogSubItem.headerCatalogSubSection {
	font-weight: bold;
	margin-bottom: 0.5em;
	display: inline-block;
	color: #333;      
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub .subsubitems {
	padding: 0;
	list-style-type: none;
}

#bs-menu-collapse-b .headerCatalogNib {
	display: none !important;
}

#bs-menu-collapse-b  .groupList {
	padding-left: 0px;
	margin: 0;
	font-size: 0px;
	position: relative;
	/*margin-bottom: -1px;*/
}

#bs-menu-collapse-b  .groupList li.headerCatalogItem {
	width: 12.5%;
}

#bs-menu-collapse-b  .groupList .horiz > a.headerCatalogSubItem {
	text-align: center;
	height: 150px;
	width: 100%;
	border-left: 1px solid #e9e9e9;
	display: inline-block;
	position: relative;
	border-bottom: 5px solid transparent;
        padding: 0 15px;
}

#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem:hover > a.headerCatalogSubItem {
    border-bottom: 5px solid transparent;
}

#bs-menu-collapse-b .groupList .horiz > a.headerCatalogSubItem__active {
    background-color: #FF9432;
}

#bs-menu-collapse-b .groupList .horiz[data-id='home'] > a.headerCatalogSubItem__active {
    background-color: transparent;
}

#bs-menu-collapse-b .item-title {
	display: inline-block;
	/*margin-top: -12px;*/
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

#bs-menu-collapse-b .headerCatalogItem.horiz .headerCatalogSub {
	transition: all 0.5s ease-in-out;
	background-color: #fff;
	z-index: 20;
	border: 1px solid #E9E9E9;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

#bs-menu-collapse-b .headerCatalogItem.horiz .catWindow {
	padding: 0 25px;
}                                                      

#bs-menu-collapse-b li.horiz:last-child > a.headerCatalogSubItem {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
} 

#bs-menu-collapse-b span.text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#bs-menu-collapse-b span.text.noimg {
	/*margin-top: 25px;*/
    display:block;
}

#bs-menu-collapse-b .groupList .horiz > a.headerCatalogSubItem:hover {
    background-color: #FF9432;
}
#bs-menu-collapse-b .groupList .horiz > a.headerCatalogSubItem {
    text-align: center;
    height: 90px;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    position: relative;
    color: inherit;
    text-decoration: none;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    
    
}

@media (max-width:1199px) {
	#bs-menu-collapse-b .item-title {
		font-size: 15px;
	}

}

@media (min-width:992px) {
	#bs-menu-collapse-b .item-img {
		display: inline-block;
		text-align: center;
                margin-right: 10px;
	}

	#bs-menu-collapse-b.collapse {
		display: block;
	}
	#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz {
		display: table-cell;
    }
}

@media (max-width:991px) {
	#bs-menu-collapse-b .item-title {
		font-size: 1.05em;
		margin-top: 2px;
	}

	#bs-menu-collapse-b .item-img {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		margin-right: 10px;
		width: 30px;
	}

	#bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz .catalogPromoIcon {
		margin: 0;
	}
 
        #bs-menu-collapse-b .headerCatalogSub .headerCatalogSubItem .catalogPromoIcon {
		display: none !important;
	}

	#bs-menu-collapse-b .headerCatalog .groupList .arrow-down {
		display: none;
	}

	#bs-menu-collapse-b .groupList {
		padding-bottom: 10px;
	}

	#bs-menu-collapse-b .headerCatalogItem.horiz:hover .headerCatalogSub {
		/*display: none !important;*/
	}

	#bs-menu-collapse-b .headerCatalogItem.horiz .headerCatalogSub {
		display: block !important;
                position: relative;
                border: none;
                box-shadow: none;
                background-color: transparent;
	}
 
        #bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub .headerCatalogCol {
                display: block;
                width: 100% !important;
                padding: 0px 19px;
                float: none;
        }        
        
        #bs-menu-collapse-b .headerCatalog .groupList .headerCatalogSub .headerCatalogSubItem.headerCatalogSubSection {
                font-weight: bold;
                margin-bottom: 0;
                display: block;
                text-transform: uppercase;
                
                text-align: left;
                height: auto;
                color: #fff;
                width: 100%;
                border: 0px !important;
                padding: 10px 17px;
                transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
        }
        
        
        #bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz .subsubitems a.headerCatalogSubItem
         {
                font-size: 90%;
                margin-bottom: 0;
                display: block;
                text-transform: uppercase;
                
                text-align: left;
                height: auto;
                width: 100%;
                border: 0px !important;
                padding: 5px 35px;
                transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
        }
        
        
        #bs-menu-collapse-b .headerCatalog .groupList .headerCatalogItem.horiz .subsubitems li:first-child a.headerCatalogSubItem {
            margin-top: 0;
        }
        

	#bs-menu-collapse-b .title-button-menu {
		font-size: 1.187em;
	}

	#bs-menu-collapse-b .groupList .horiz > a.headerCatalogSubItem {
		text-align: left;
		height: auto;
		width: 100%;
		border: 0px !important;
		display: inline-block;
		padding: 10px 20px;
		transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
	}

	#bs-menu-collapse-b .groupList .horiz > a.headerCatalogSubItem:hover {
		background-color: #bbb;
	}

	#bs-menu-collapse-b .groupList li.headerCatalogItem {
		width: 100%;
	}

	#bs-menu-collapse-b span.text, #bs-menu-collapse-b span.text.noimg {
		margin-top: 0px;
	}
 
        #bs-menu-collapse-b li[data-id="nexts"] > a {
                display: none !important;
        }
        
        
        #bs-menu-collapse-b li[data-id="nexts"] .headerCatalogSub,
        #bs-menu-collapse-b li[data-id="nexts"] .catWindow        
        {
                padding: 0 !important;
        }
        
        #bs-menu-collapse-b li[data-id="nexts"] .headerCatalogSub .headerCatalogCol {
                padding: 0 15px !important;
        }
        
        #bs-menu-collapse-b li[data-id="nexts"] .headerCatalogSub .headerCatalogCol > a {
                padding: 13px 20px !important;
                display: block;
                height: 48px;
                transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
                text-decoration: none !important;
        }
        
        #bs-menu-collapse-b li[data-id="nexts"] .headerCatalogSub .headerCatalogCol > a:hover {
                background-color: #bbb;
        }
        
        
        #bs-menu-collapse-b span.text{      
            -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
       }
}

/* -- bs-menu-collapse-b-b -- */

#section-head-menu  .groupList .horiz > a.headerCatalogSubItem:hover, #section-head-menu  .groupList .horiz > a.headerCatalogSubItem:focus {
	display: inline-block;
    -moz-box-shadow: 0px 0px 40px lightblue;
    -webkit-box-shadow: 0px 0px 40px lightblue;
    box-shadow: 0px 0px 40px lightblue;
    background-color: #3b2881;
    color: #ffcce6;
    text-shadow: lightblue 1px 0px 1px, lightblue 0 0 1em;
}

.navbar-header {
	display:none;
}

#pageMainmenu {
	
}

#section-head-menu  {
	background:transparent;
}

.menuhor-main {
	margin-right: 5px;
}

.headerCatalog {
	padding-right:5px;
}

.menuhor-main .navbar-collapse {
	padding:0;
}

#section-head-menu  .groupList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/*margin-top: -75px;*/
	justify-content: center;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz {
	display: block;
    margin-right: 22px;
    height: 50px;
    float: none;
    width: 16%;
    background-color: transparent;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz:nth-last-child(1) {
	margin-right:0;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz:nth-last-child(1) .headerCatalogSub {
	right: 0;
    left: auto;
    z-index: 1;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz:nth-last-child(1) .headerCatalogSub .headerCatalogCol {
	width: auto !important;
	float:none;
	display:block;
}

#section-head-menu  .groupList .horiz > a.headerCatalogSubItem {
	padding: 5px 0px 3px 0px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	background-color: #3b2881;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	display: inline-block;
	height: 100%;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 3px 2px white;
	/* -webkit-box-shadow: 0px 0px 3px 2px white; */
	/* box-shadow: 0px 0px 3px 2px white; */
}

#section-head-menu  .groupList .horiz > a.headerCatalogSubItem:hover {
	-moz-box-shadow: 0px 0px 40px lightblue;
	/* -webkit-box-shadow: 0px 0px 40px lightblue; */
	/* box-shadow: 0px 0px 40px lightblue; */
	background-color: #3b2881;
	color: #ffcce6;
	/* text-shadow: lightblue 1px 0px 1px, lightblue 0 0 1em; */
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz a>span {
	padding-top:0px;
	padding-bottom:0px;
}

#section-head-menu  .item-title {
	/* text-transform: uppercase; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#section-head-menu  .headerCatalog .groupList .arrow-down {
	display:none;
}

#section-head-menu  .headerCatalogItem.horiz .headerCatalogSub {
    background: transparent;
    border: 0;
    padding: 15px 0px 0px 0px;
	display:inline-block;
	width:auto;
}

#section-head-menu  .headerCatalogItem.horiz .catWindow {
	padding: 10px 5px;
	z-index: 3000;
	font-size: 15px;
	background-color: #3b2881;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	max-width: 580px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 3px 2px white;
	/* -webkit-box-shadow: 0px 0px 3px 2px white; */
	/* box-shadow: 0px 0px 3px 2px white; */
}

#section-head-menu  .headerCatalog .groupList .headerCatalogItem:hover > a.headerCatalogSubItem {
	border-bottom: 2px solid #996633;
}

#section-head-menu  .headerCatalogItem.horiz .catWindow .row {
	margin:0;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogSub .headerCatalogCol {
	display: inline-block;
    position: relative;
    vertical-align: top;
    width: 33.33%;
    float: left;
    text-align: left;
	padding:0;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogSub .headerCatalogSubItem.headerCatalogSubSection {
    color: #fff;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    margin-bottom:0px;
}

#section-head-menu  .headerCatalog .groupList .headerCatalogSub .headerCatalogSubItem.headerCatalogSubSection:hover {
	background:transparent;
	color: #ffcce6;
    text-shadow: lightblue 1px 0px 1px, lightblue 0 0 1em;
	text-decoration:none;
}

.menuhor .navbar-collapse {
	padding:0;
}

.menuhor .navbar-nav {
	-webkit-justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
	/*padding-right: 20px;*/
}

.menuhor .navbar-nav>li {
	/*width: 168px;*/
    height: 50px;
	margin-right:0;
	width:15%;
}

.menuhor .navbar-nav>li>a {
	width: 100%;
    padding: 3px 15px;
}

.bottomfixmenu {
	margin-top: 42px;
}

.bottomfixmenu .container-fluid {
	padding-left: 0;
    text-align: left;
    padding-right: 0;
}

.bottomfixmenu #navbarCollapseBott {
	text-align:right;
}

.bottomfixmenu .vertical-nav {
	width:auto;
	padding:0px 3px;
	margin-left: -5px;
	
}

.bottomfixmenu .nav>li>a {
	padding:4px 8px;
}

.navbar-header {
	color: #ffffff;
	background-color: #3b2881;
	border-width: 2px;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	position: relative;
	-moz-box-shadow: 0px 0px 3px 2px white;
	/* -webkit-box-shadow: 0px 0px 3px 2px white; */
	/* box-shadow: 0px 0px 3px 2px white; */
}

.navbar-default .navbar-toggle {
	background: #3b2881;
	border-color: #c5a88c;
	border-width: 2px;
	-moz-box-shadow: 0px 0px 3px 2px white;
	/* -webkit-box-shadow: 0px 0px 3px 2px white; */
	/* box-shadow: 0px 0px 3px 2px white; */
}

.navbar-default .navbar-toggle .icon-bar {
	color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	-moz-box-shadow: 0px 0px 3px 2px white;
	/* -webkit-box-shadow: 0px 0px 3px 2px white; */
	/* box-shadow: 0px 0px 3px 2px white; */
}

.nav-title-menu {
	float: left;
    font-size: 17px;
    padding: 12px 15px;
	display:none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index:1;
}

.navbar-fixed-bottom {
	float:none;
}

#div517 {
	height:0;
}

#content .cont_faq .go_up {
	z-index:99;
}

.photoAlbumSplash table {
	width:auto !important;
}

.navbar-nav>li>.dropdown-menu {
	min-width: 580px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	padding:10px 5px;
}

.navbar-nav>li>.dropdown-menu>li {
	float: left;
    width: 33%;
    text-align: left;
}

#div32 {
	margin-top:0;
	padding:20px 0px;
}

.block-formright {
	padding:0;
}

#global2 .cont_faq .contentText {
	z-index:1 !important;
}

.site-title-block {
	display:none;
}

#global2 img {
	margin-top: -44px;
}

#global2 img.img-logo {
	margin-top: 23px;
}

#div8 {
	/*margin-top:-50px;*/
}

.bottomfixmenu {
	/*margin-right:10px;*/
}

.bottomfixmenu.navbar-default .vertical-nav>li>a {
	font-size:16px;
	line-height:19px;
	background-color:transparent !important;
}

#div1002 {
	padding: 3px 0px !important;
    height: 30px;
	position:relative;
}

#content {
	margin-bottom: 9px !important;
}

/*.menuhor-main.navbar-default .navbar-nav>li .dropdown-menu {
	display:none;
}

.menuhor-main.navbar-default .navbar-nav>li>a:hover .dropdown-menu {
	display:block;
}*/

#section-head-menu .bottomfixmenu  {
	text-align:right;
	margin-top:58px;
}

#section-head-menu .bottomfixmenu  .headerCatalog {
	padding-right:0;
}

#section-head-menu .bottomfixmenu  .groupList {
	display:block;
	width: auto;
	padding: 6px 0px;
	margin-left: 9px;
	background-color: #3b2881;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	display: inline-block;
	height: 100%;
	position: relative;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-left:0px;
	width:200px;
}

#section-head-menu  .bottomfixmenu .headerCatalog .groupList .headerCatalogItem.horiz {
	width: 100%;
    border: 0;
	height:auto;
	position:relative;
}

#section-head-menu .bottomfixmenu  .headerCatalog .groupList .headerCatalogItem.horiz:hover {
	border:0;
}

#section-head-menu .bottomfixmenu .headerCatalog .groupList .headerCatalogItem:hover > a.headerCatalogSubItem {
	border:0;
}

#section-head-menu .bottomfixmenu  .groupList .horiz > a.headerCatalogSubItem {
	border: 0;
    box-shadow: none;
    border-radius: 0; 
	line-height: 19px;
	text-align:left;
	padding: 4px 8px;
}

#section-head-menu .bottomfixmenu .item-title {
	font-weight:normal;
	font-size: 13px;
	text-transform: inherit;
}

#section-head-menu .bottomfixmenu .headerCatalogItem.horiz .headerCatalogSub {
	top:0px;
	left:100%;
	padding:0px 0px 0px 15px;
}

#section-head-menu .bottomfixmenu .headerCatalog .groupList .headerCatalogSub .headerCatalogCol {
	width:100% !important;
}

#div517 {
	height:0px !important;
}

.block-conright {
	padding:0;
}

.block-conleft {
	padding-left:5px;
	padding-right:5px;
	border-radius: 6px;
	background: rgba(4, 44, 86, 0.81);
	margin-top: -55px;
}

.cont_txt  img {
	max-width:100%;
}

.fadedImages .faded {width:600px;height:400px;position:relative;}
.fadedImages .faded .fadedArea { margin:0; width:100%; height:100%; position:absolute; top:0px; left:0px; }
.fadedImages .faded .fadedArea .object { width:100%; height:100%; position:absolute; top:0px; left:0px; list-style-type:none; }
.fadedImages .objectTitle { position:absolute; top:20px; left:20px; }
.fadedImages .objectImage {z-index:1;}
.fadedImages .objectNote { position:absolute; top:100px; left:20px; z-index:2; }
.fadedImages .linkNext { text-decoration:none; /*position:absolute; bottom:100px; left:20px;*/ }
.fadedImages .faded .pagination {position:absolute;bottom:40px;right:30px;z-index:15;padding:0;display: none;}
.fadedImages .faded .pagination li { margin-left:1px; width:22px; height:22px; position:relative; float:left; overflow:hidden; list-style-type:none; }
.fadedImages .faded .pagination li a { background-color:#242424; width:100%; height:100%; position:absolute; overflow:hidden; text-indent:100px; }
.fadedImages .faded .pagination li.current a { background-color:#ffffff; }
.fadedImages .faded .pagination li a:hover { background-color:#ffffff; }


#fadeImg.fadedImages_a {
	width:100%;
	position:relative;
	/* overflow:hidden; */
}

#fadeImg.fadedImages_a .faded {
	width:100%;
	height:auto;
	margin:0px;
}

#fadeImg.fadedImages .faded .fadedArea .object {
	width:100%;
}

#fadeImg.fadedImages_a .objectImage {
	max-width:100%;
	box-shadow: 0px 0px 3px 4px #251c43;
}

#fadeImg.fadedImages_a .faded .fadedArea {
	padding-left:0px;
	width:100%;
	height:auto;
}

#fadeImg.fadedImages_a .objectTitle {
	height:0px;
}

#fadeImg.fadedImages_a .object .linkNext {
	display:block;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.logo-image-top {
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
	width:100%;
}

.logo-image-top img {
	max-width:100%;
	margin:0px;
	width: 100%;
	/* margin-top: 6%; */
}

#bs-menu-collapse .headerCatalogItem.horiz .headerCatalogSub {
	z-index:100;
}

#div903 {
	margin-left:0px;
	padding-left:5px;
}

#div904 {
	width:62%;
}

#global2 .cont_rattxt #divclear {
	display:none;
}

.block-right #global2 #div8 {
	margin-top:0px;
}

.block-right #global2 {
	padding-top:0px;
}

.slider-block {
	/*min-height:400px;*/
}

#fadeImg.fadedImages_a .objectImage {
	width:100%;
}

.cont-txt-script {
	display:none;
}

/*#table1038 {
    display: inline-block;
    width: 100%;	
}

#div1002 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}*/

#table1038 {
	/* display:none; */
}

#div6 {
	margin-top:0px;
}

#ya-site-form2 .ya-site-suggest__iframe {
	left:0;
}

#ya-site-form2 .ya-site-suggest-elem {
	text-align:left;
}

.callback-block-mob {
	padding: 20px 0px;
    font-size: 18px;
}

.callback-block-mob p {
	margin-bottom:20px;
}

#siteTitle {
	display:none;
}

.social-block {
	background-color: #3b2881;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    margin-top: 0px;
    position: static;
    z-index: 10000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    color: #fff;
    padding: 10px;
	font-family: arial, helvetica, sans-serif;
}

.social-title {
	margin-bottom:7px;
}

.social-item {
	margin-bottom: 5px;
}

.social-link {
	display:inline-block;
	padding-left:30px;
	position:relative;
	color:#fff;
}

.inst .social-link {
	margin-left:-5px;
}

.social-link:hover {
	text-shadow: lightblue 1px 0px 1px, lightblue 0 0 1em;
	text-decoration:none;
}

.social-link:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	height:20px;
	width:20px;
	background-size:cover;
	background-repeat:no-repeat;
}

.inst .social-link:before {
	background-image:url(images/icons8-instagram-48.png);
}

.inst .social-link:before {
	background-image:url(images/icons8-instagram-48.png);
}

.vk .social-link:before {
	background-image:url(images/icons8-vkontakte-48.png);
}

.cont_faq ul li {
	line-height: 35px;
}

.cont_ank_order {
	background-color: #3b2881;
	border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	color:#fff;
	padding:15px 10px;
	font-family: arial, helvetica, sans-serif;
}

.cont_ank_order .contentTitle {
	height:42px;
	margin-bottom:0;
	margin-top: 15px;
}

.cont_ank_order .contentTitleTxt {
	text-transform: uppercase;
    font-size: 14px;
}

.cont_ank_order table, .cont_ank_order tbody, .cont_ank_order tr, .cont_ank_order td {
	display:block;
}

.cont_ank_order input[type="text"] {
	color:#333;
	width:100%;
	border-radius: 3px;
    border: 0;
    padding: 3px;
}

.cont_ank_order textarea {
	width:100%;
	color:#333;
	min-height:80px;
	border-radius: 3px;
    border: 0;
}

.cont_ank_order .objTitl {
	width:auto;
	display:none;
}

.cont_ank_order .objHSpace {
	display:none;
}

.cont_ank_order .record-ispolnitel .objTitl {
	display:none;
}

.cont_ank_order .objTitl {
	font-family: arial, helvetica, sans-serif;
}

.cont_ank_order .record-item {
	margin-bottom:7px;
}

.cont_ank_order .tableRow {
	margin-bottom:7px;
}

.cont_ank_order .buttons_section {
	padding-top:5px;
}

.cont_ank_order .tableBody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cont_ank_order .record-vash-vopros {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-ordinal-group: 2;
}

.cont_ank_order .ank_tdbtn {
	margin-top:15px;
	text-align:center;
}

.cont_ank_order .ank_tdbtn .buttonSend {
	background-color: #5640a9;
    border-color: #ffffff;
    color: #ffffff;
	border-width: 1px;
    border-style: solid;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	font-size:16px;
	font-family: arial, helvetica, sans-serif;
	padding:5px 10px;
}

.cont_ank_order .inppin {
	color:#333;
}

#cntBack .buttonSend {
	background-color: #5640a9;
    border-color: #ffffff;
    color: #ffffff;
	border-width: 1px;
    border-style: solid;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	font-family: arial, helvetica, sans-serif;
	padding:5px 10px;
}

.cont_ank_order .pinttl {
	display:none;
}

.cont_ank_order .ank_tderr {
	margin-bottom: 10px;
	color: #ff6464;
	font-weight:bold;
    /*border: 2px solid;
    padding: 5px;*/
}

.cont_ank_order .recaptcha-item > div {
	width: auto !important;
    height: auto !important;
}

#global3 .button_ank_order {
	background-color: #3b2881;
	/*background: -webkit-linear-gradient(#6951c1, #3b2881);
	background: -moz-linear-gradient(#6951c1, #3b2881);
	background: -o-linear-gradient(#6951c1, #3b2881);
    background: linear-gradient(#6951c1, #3b2881);*/
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    margin-top: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px 2px white;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    box-shadow: 2px 10px 10px 0px #0b2e54;
}

#global3 .button_ank_order:hover, #global3 .button_ank_order:focus {
	color:#fff;
	text-decoration:none;
	/*background: -webkit-linear-gradient(#7860d0, #452e98);
	background: -moz-linear-gradient(#7860d0, #452e98);
	background: -o-linear-gradient(#7860d0, #452e98);
	background: linear-gradient(#7860d0, #452e98);*/
}

.side_content_button_xs {
	display:none;
	max-width:320px;
	margin:15px auto;
}

#global0 .button_ank_order {
	background-color: #3b2881;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    margin-top: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px 2px white;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    box-shadow: 2px 10px 10px 0px #0b2e54;
	color:#fff;
	border:0;
}

#global0 .button_ank_order:hover, #global0 .button_ank_order:focus {
	color:#fff;
	text-decoration:none;
}

.side_content_button {
	display:none;
}

.cont_ank_order .recaptcha-item iframe {
	max-width: 100% !important;
	border-radius: 5px;
	/*height:82px !important;*/
}

@media (min-width: 1200px) {
	.block-left {
		/*width:15%;*/
		width:215px;
		margin-top: 0px;
		margin-right: 9px;
		margin-left: -14px;
		padding-left:15px;
	}
	.block-right {
		width: -webkit-calc(100% - 215px);
		width: -moz-calc(100% - 215px);
		width: calc(100% - 215px);
		/* background: rgba(1, 52, 88, 0.79); */
		/*margin-top: -32px;*/
		padding: 5px;
		/*border-radius: 6px;
		background: rgba(4, 44, 86, 0.81);*/
		margin-bottom: 18px;
	}
	.block-conleft {
		width:-webkit-calc(100% - 215px);
		width:-moz-calc(100% - 215px);
		width:calc(100% - 215px);
		margin-top: -56px;
		margin-left: -6px;
	}
	.block-formright {
		/*width:18%;*/
		width:215px;
		/*margin-top: -20px;*/
		/* padding-top: 20px; */
		padding-left: 11px;
	}
	.block-conright {
		/*width:18%;*/
		width:215px;
		padding:0;
		/*margin-top: -56px;*/
		padding-top: 0px;
		padding-left: 11px;
	}
	.search-block {
		width:216px;
		margin-top: -56px;
	}
	#fadeImg.fadedImages_a .faded {
		height:400px;
	}
}

@media (max-width:1440px) {
	/*.block-left {
		width: 15%;
		margin-left: -14px;
	}
	.block-right {
		width: 85%;
	}*/
}

@media (max-width:1326px) and (min-width:1200px) {
	.block-conleft {
		/*width:81%;*/
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	.block-conright {
		width:19%;
		padding-top: 20px;
		padding-left: 5px;
	}

	.block-formright {
		/*width: 18%;*/
		width: 200px;
		/*padding-top: 20px;*/
		padding-left: 8px;
	}
	.search-block {
		width:106%;
	}
	.block-left #div871 {
		/*max-width: 96%;*/
		/*margin-top:24px;*/
	}
	.block-left #div1002 {	
		/*max-width:96%;*/
	}
	.cont_ank_order .contentTitleTxt {
		font-size: 12px;
	}
}


@media (max-width:1199px) and (min-width:993px) {
	.block-conleft {
		width:-webkit-calc(100% - 200px);
		width:-moz-calc(100% - 200px);
		width:calc(100% - 200px);
		margin-top: -55px;
	}
	.block-formright {
		width:190px;
		margin-left: 1%;
		margin-top: -55px;
	}
	.block-conright {
		width:200px;
		padding-left: 10px;
	}
	.block-left #div871 {
		/*max-width: 96%;*/
		margin-top:-1px;
	}
	.block-left #div1002 {	
		/*max-width:96%;*/
	}
	.block-left {
		width:200px;	
	}
	.block-right {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
		padding: 4px 2px 4px 10px;
	}
	.cont_ank_order .contentTitleTxt {
		font-size: 12px;
	}
}

@media (max-width:992px) {
	#siteTitle {
		margin-top:0 !important;
	}
	#div871 {
		margin: 30px auto !important;
	}
	.search-block {
		margin:0 auto;
	}
	.headerCatalog {
		padding:0;
	}
	.topmenucollapse.button_menu {
		color: #FF80C0;
		background-color: #3b2881;
		border-width: 2px;
		border-color: #996633;
		border-style: solid;
		position: relative;
		-moz-box-shadow: 0px 0px 3px 2px white;
		-webkit-box-shadow: 0px 0px 3px 2px white;
		box-shadow: 0px 0px 3px 2px white;
		margin-bottom: 0;
		text-align: left;
		font-size: 1.05em;
		padding: 12px 15px;

	}
	#section-head-menu  .groupList {
		display:block;
	}
	#section-head-menu  .headerCatalog .groupList .headerCatalogItem.horiz {
		width: 100%;
		float: none;
		height:auto;
	}
	#section-head-menu  .groupList .horiz > a.headerCatalogSubItem {
		margin: 0;
		width: 100%;
		display: block;
		border-radius: 0;
		padding: 12px 15px;
		-moz-box-shadow: 0px 0px 3px 2px white !important;
		-webkit-box-shadow: 0px 0px 3px 2px white !important;
		box-shadow: 0px 0px 3px 2px white !important;
	}
	#section-head-menu  .groupList .horiz > a.headerCatalogSubItem:hover {
		width:100%;
	}
	#section-head-menu  .groupList .horiz > a.headerCatalogSubItem br {
		content:"";
	}
	#section-head-menu  .headerCatalogItem.horiz .headerCatalogSub {
		padding: 0;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	#section-head-menu  .headerCatalogItem.horiz .catWindow {
		padding: 0;
		position: static;
		float: none;
		width: 100%;
		margin-top: 0;
		max-width:100%;
		border:0;
	}
	#section-head-menu  .headerCatalog .groupList .headerCatalogSub .headerCatalogSubItem.headerCatalogSubSection {
		color: #fbd;
		background: #47319a;
		border-width: 1px;
		border-color: #996633;
		border-style: solid;
		padding: 7px 10px 7px 30px;
		-moz-box-shadow: 0px 0px 3px 1px white;
		-webkit-box-shadow: 0px 0px 3px 1px white;
		box-shadow: 0px 0px 3px 1px white;
		text-transform:none;
	}
	#section-head-menu .bottomfixmenu {
		margin-top: 0;
		width: 100%;
	}
	#section-head-menu .bottomfixmenu  .groupList {
		border:0;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	#section-head-menu .bottomfixmenu  .headerCatalog {
		border-radius:0;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#section-head-menu .bottomfixmenu  .groupList .horiz > a.headerCatalogSubItem {
		padding: 12px 15px;
		border-radius:0;
		width:100%;
	}
	#section-head-menu .bottomfixmenu .headerCatalogItem.horiz .headerCatalogSub {
		padding:0 !important;
	}
	#global2 {
		margin-top:40px !important;
	}
	#div871 {
		max-width:320px !important;
		height:30px !important;
	}
	#div904 {
		width: 63% !important;
	}
	.menuhor-main {
		margin-right:0;
	}
	.nav-title-menu {
		display:block;
	}
	.navbar-header {
		display:block;
		-moz-box-shadow: 0px 0px 3px 2px white;
		/* -webkit-box-shadow: 0px 0px 3px 2px white; */
		/* box-shadow: 0px 0px 3px 2px white; */
	}
	.menuhor-main .navbar-collapse {
		height: auto;
		/*overflow-x: visible;
		overflow-y: visible;*/
		max-height: 100%;
		 -moz-box-shadow: 0px 0px 3px 2px white;
		-webkit-box-shadow: 0px 0px 3px 2px white;
		box-shadow: 0px 0px 3px 2px white;
	}
	.menuhor-main .navbar-nav {
		display: block;
		width: 100%;
		margin: 0;
	}
	.menuhor-main .navbar-nav>li {
		width:100%;
		display:block;
		height:auto;
	}
	.menuhor-main.navbar-default .navbar-nav>li>a {
		width: auto;
		display: block;
		border-radius: 0;
		padding: 12px 0px;
		-moz-box-shadow: 0px 0px 3px 2px white !important;
		/* -webkit-box-shadow: 0px 0px 3px 2px white !important; */
		/* box-shadow: 0px 0px 3px 2px white !important; */
		border:0;
		border-bottom: 1px solid #776fd4;
	}
	.menuhor-main.navbar-default .navbar-nav>li>a br {
		content:"";
	}
	.menuhor-main.navbar-default .navbar-nav>li>a:hover {
		display:block;
	}
	.navbar-nav .open .dropdown-menu {
		min-width:100%;
		padding:0;
		position:static;
		border:0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #47319a;
		border-width: 1px;
		border-color: #fff;
		border-style: solid;
		padding: 13px 10px;
		font-size: 18px;
		-moz-box-shadow: 0px 0px 3px 1px white;
		/* -webkit-box-shadow: 0px 0px 3px 1px white; */
		/* box-shadow: 0px 0px 3px 1px white; */
		border:0;
		border-bottom: 1px solid #776fd4;
	}
	.bottomfixmenu {
		margin-top:10px;
		width:100%;
	}
	.bottomfixmenu .navbar-collapse {
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		max-height:100%;
		border-radius:0;
	}
	.bottomfixmenu .vertical-nav {
		width:100%;
		border-radius:0;
	}
	.bottomfixmenu .vertical-nav>li {
		border-radius: 0;
		position: relative;
		width:100%;
		display:block;
		height:auto;

	}
	.bottomfixmenu .navbar-header {
		margin-left:0;
		margin-right:0;
	}
	.bottomfixmenu.navbar-default .vertical-nav>li>a {
		background-color: #3b2881;	
		border-width: 2px;
		border-color: #996633;
		border-style: solid;
		width: 100%;
		display: block;
		border-radius: 0;
		padding: 12px 15px;
		-moz-box-shadow: 0px 0px 3px 2px white;
		-webkit-box-shadow: 0px 0px 3px 2px white;
		box-shadow: 0px 0px 3px 2px white;
	}
	.bottomfixmenu.navbar-default .navbar-nav>li>a:hover {
		display:block;
	}
	.bottomfixmenu .open .dropdown-menu {
		padding-bottom: 0;
		padding-top: 0;
		position: static;
		width: 100%;
		height: 100%;
		float: none;
		border-radius: 0;
		max-height:100%;
	}
	.bottomfixmenu .dropdown-menu>li>a {
		color: #fbd;
		background: #47319a;
		border-width: 1px;
		border-color: #fff;
		border-style: solid;
		padding: 7px 10px;
		-moz-box-shadow: 0px 0px 3px 2px white;
		-webkit-box-shadow: 0px 0px 3px 2px white;
		box-shadow: 0px 0px 3px 2px white;
	}
	.navbar-default .navbar-toggle {
		background: #3b2881;
		border-color: #fff;
		border-width: 2px;
		-moz-box-shadow: 0px 0px 3px 0px white;
		/* -webkit-box-shadow: 0px 0px 3px 0px white; */
		/* box-shadow: 0px 0px 3px 0px white; */
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
		-moz-box-shadow: 0px 0px 3px 0px white;
		/* -webkit-box-shadow: 0px 0px 3px 0px white; */
		/* box-shadow: 0px 0px 3px 0px white; */
	}
	.navbar-toggle {
		display:block;
	}
	.navbar-header {
		float:none;
		border:0;
	}
	#pageMainmenu {
		display:block;
		margin-top:20px;
	}
	.bottomfixmenu .container-fluid {
		padding-left: 2px;
		padding-right: 4px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background: #47319a;
	}
	.navbar {
		z-index:100;
	}
	.navbar-nav>li>.dropdown-menu>li {
		float:none;
		width:100%;
		text-align:center;
	}
	.cont-menu {
		padding-top: 5px;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.contentText .logo-m {
		margin-bottom: 5px;
	}
	.block-conleft {
		margin-top:10px;
	}
	#siteTitle {
		display:block;
	}
	#global3 a {
		display:block;
	}
	.social-block {
		margin-top: 15px;
	}
	.social-title {
		margin-bottom: 4px;
	}
	.social-item {
		margin-bottom: 3px;
	}
	.cont_faq .objectNote ul li {
		line-height: 35px;
	}
	.block-right #div1002 {
		height: 44px;
	}
	#div903 {
		width: 35% !important;
		margin-top: 6px !important;
		margin-left: 5px !important;
		font-size: 14px !important;
	}
	#ya-site-form2 .ya-site-form__form *, #div1002 #ya-site-form2 .ya-site-form__form * {
		font-size: 16px !important;
	}
	#ya-site-form2 .ya-site-form__form .ya-site-form__input-text, #div1002 #ya-site-form2 .ya-site-form__form .ya-site-form__input-text {
		color: #333 !important;
		padding:5px;
	}
	.ya-site-form__search-wrap, #div1002 .ya-site-form__search-wrap {
		padding-right:0 !important;
	}
	#ya-site-form2 .ya-site-form__submit_type_image, #div1002 #ya-site-form2 .ya-site-form__submit_type_image {
		background-size: cover !important;
		width: 22px !important;
		height: 20px !important;
	}
	#ya-site-form2 .ya-site-suggest-list {
		text-align:left !important;
	}
	.side_content_button_xs {
		display:block;
	}
	.side_content_button {
		display:none;
	}
	.cont_ank_order {
		display:none;
		width:320px;
		border:0;
	}
	.block-formright #global3 .cont_txt {
		border:0;
	}
	.cont_ank_order .objArea {
		text-align:center;
	}
	.cont-menu #pageMainmenu .navbar .navbar-header {
		opacity:1;
	}
	.nav-title-menu {
		font-size: 15px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform: uppercase;
		padding: 15px 15px;
		font-weight: bold;
	}
	.block-left #vertical-nav .navbar .navbar-header {
		opacity:1;
	}
}

@media (max-width:992px) and (min-width:768px){
	.block-left {
		width:100%;
	}
	.block-right {
		width:100%;
		/*border-radius: 6px;
		background: rgba(4, 44, 86, 0.81);*/
		margin-top: 12px;
		padding: 5px;
	}
}

@media (min-width:768px){
	.navbar-fixed-bottom {
		/*width:208px;*/
	}
	.logo-big {
		display:block;
	}
	.logo-m {
		display:none;
	}
}

@media (max-width:767px) {
	.cont-menu {
		display:block;
	}
	.global0 {
		display:block;
	}
	
	#div517 {
		height:0 !important;
	}
	.block-right {
		margin-top:35px;
	}
	#siteTitle {
		margin-top:0 !important;
	}
	#div1001 {
		margin-top:0 !important;
	}
	#global2 {
		margin-top:0px !important;
	}
	#global2 .cont_txt .contentText {
		margin-bottom:0 !important;
	}
	#content #menuLink .object {
		display:block !important;
		margin-bottom:15px !important;
		float:none !important;
		width:auto !important;
	}
	#div32 {
		width:auto !important;
	}
	#table1038 {
		margin-top: 20px;
		/* display: flex; */
	}
	#content .contentText {
		margin-top:0;
	}
	.search-block {
		height:auto;
		margin:0 auto;
	}
	.cont_ank #anketa {
		/*width: 450px !important;*/
		margin: 0 auto !important;
		display: block !important;
	}
	#div6 table {
		width:100% !important;
	}
	.contentText p>ymaps {
		width:100% !important;
	}
	.site-title-block {
		display:block;
	}
	#global2 img {
		display:none !important;
	}
	.site-title-main {
		font-size:20px !important;
	}
	#siteTitle {
		font-size:110% !important;
		padding-left:0 !important;
	}
	#global2 {
		padding:0 !important;
	}
	.slider-block {
		min-height:80px;
	}
	#fadeImg.fadedImages_a .faded {
		display:none;
	}
	.logo-big {
		display:none;
	}
	.logo-image-top {
		position:relative;
	}
	.fadedImages {
		background:none;
	}
	.container {
		padding:0px;
	}
	.cont-menu {
		padding-left:10px;
		padding-right:10px;
	}
	.block-left {
		padding-left:10px;
		padding-right:10px;
		/* margin-bottom: -52px; */
	}
	#div32 {
		padding-left: 5px;
		padding-right: 5px;
	}
	#table1038 {
		display:none;
		padding:0px 5px;
	}
	.cont_txt  img {
		margin-left:0px;
		margin-right:0px;
	}
	#td128 #div871 {
		float:none;
		display:none;
	}
	.logo-m {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding:7px 5px;
		background: #3b2881;
		box-shadow: 0px 4px 5px 0px #282556;
		margin-bottom: 20px;
		
	}

	.logo-m__link {
		max-width:115px;
		display: inline-block;
			padding: 5px;
	}

	.logo-m__text {
		color: #fff;
		font-size: 26px;
		font-family: "Impact", impact;
		width: -webkit-calc(100% - 115px - 70px);
		width: -moz-calc(100% - 115px - 70px);
		width: -o-calc(100% - 115px - 70px);
		width: calc(100% - 115px - 70px);
		line-height: 1.3;
			text-transform: uppercase;
	}

	.logo-m__text span {
		display: block;
			font-size: 30px;
	}

	.logo-m__search {
		width: 70px;
	}

	.logo-m__search_link {
		display:inline-block;
		position:relative;
		font-size: 28px;
		color: #2f2a7f;
		background: #fff;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		/* border-radius: 100%; */
		margin-top: 10px;	
	}

	.logo-m__search_link:before {
		content:"\f002";
		font-family:FontAwesome;
		display:inline-block;
		width:50px;
		height:50px;
		position:absolute;
		left: calc(50% - 25px);
		top: calc(50% - 22px)
	}
	.logo-m__search_link:hover, .logo-m__search_link:focus {
		color: #2f2a7f;
	}
	#fadeImg.fadedImages_a {
		z-index:101;
	}
	.logo-m__search #ya-site-form0 {
		display:none;
			position: absolute;
		right: 0;
		top: 100%;
		background: #fff;
		padding: 3px 3px !important;
		box-shadow: 1px 2px 5px #616161;
	}
	.logo-m__search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
			color: #333 !important;
		font-size: 16px !important;
		padding: 5px !important;
	}
	.logo-m__search #ya-site-form0 .ya-site-form__submit_type_image {
			width: 26px;
		height: 26px;
		background-size: contain;
	}
	.block-conleft {
		margin-top:10px;
	}
	.logo-m__text {
		font-size: 22px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: bold;
		padding: 5px 0;
	}
	.logo-m__text span {
		font-size: 24px;
	}
}

@media (max-width:520px) {
	#content {
		margin-left:0 !important;
	}
	.cont_ank #anketa {}
	.logo-m__text {
		font-size: 18px;
	}
	.logo-m__text span {
		font-size: 20px;
	}
}

@media (max-width:500px) {
       .logo-m__link {
       	    max-width: 100px;
       }
       .logo-m__text {
       	    width: calc(100% - 100px - 70px);
       }
       .logo-m__search {
       		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
		padding:5px;
       }
       .logo-m__search_link {
       		margin:0;
       		font-size: 24px;
       		width: 44px;
    		height: 44px;
       }
       .logo-m__search_link:before {
       		width: 30px;
    		height: 30px;
    		position: absolute;
    		left: calc(50% - 15px);
    		top: calc(50% - 19px);
       }
}

@media (max-width:420px) {
       .logo-m__link {
       		max-width: 80px;
       }
       .logo-m__text {
       		width: calc(100% - 80px - 50px);
    		font-size: 20px;
       }
       .logo-m__text span {
                font-size: 20px;
       }
       .logo-m__search {
       		width: 50px;
       }
       .logo-m__search_link {
       		font-size: 22px;
    		width: 38px;
    		height: 38px;
       }
       .logo-m__search_link:before {
       		top: calc(50% - 18px);
       }
	   .nav-title-menu {
			font-size: 12px;
			padding: 17px 15px;
		}
		.sitetitle_stick {
			display:none;
		}
		.logo-m__text {
			font-size: 14px;
		}
		.logo-m__text span {
			font-size: 16px;
		}
}

@media (max-width:380px) {
	#div1002 {
		width:auto !important;
	}
	.cont_ank_order .recaptcha-item iframe {
		max-width: 100% !important;
		border-radius: 5px;
		/*height:82px !important;*/
	}
}
