@import url(animation.css);
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
html {
    font-size: 16px;                           
}                                                                              
* {                                                                                            
   	margin: 0px;                                                           
	padding: 0px;                         
}                                                     
A:hover {
	text-decoration: none;
}   
:focus {outline: none;}
img {
    max-width: 100%;
}
.hov, .hov::after, .hov::before, a, a::after, a::before, input[type=submit] {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; 
}
BODY {
	font-size: 16px;
	font-family: roboto, sans-serif;
	;
	line-height: 1.5;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-bold-webfont.eot');
    src: url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('roboto/roboto-bold-webfont.woff') format('woff'),
         url('roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-bolditalic-webfont.eot');
    src: url('roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('roboto/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-italic-webfont.eot');
    src: url('roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-italic-webfont.woff2') format('woff2'),
         url('roboto/roboto-italic-webfont.woff') format('woff'),
         url('roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-light-webfont.eot');
    src: url('roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-light-webfont.woff2') format('woff2'),
         url('roboto/roboto-light-webfont.woff') format('woff'),
         url('roboto/roboto-light-webfont.ttf') format('truetype'),
         url('roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-lightitalic-webfont.eot');
    src: url('roboto/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('roboto/roboto-lightitalic-webfont.woff') format('woff'),
         url('roboto/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-regular-webfont.eot');
    src: url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('roboto/roboto-regular-webfont.woff') format('woff'),
         url('roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
div.k {
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	float: left;
}
div.b1 {
	color: #F06B22;
	font-size: 200%;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 300px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.b2 {
	color: #42318C;
	font-size: 150%;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: justify;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.btn1 {
	font-size: 120%;
	text-align: center;
}

.btna {
    background-color: transparent;
    border: 1px solid #039be5;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #039be5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin: 6px;
    overflow: hidden;
    position: relative;
    padding: .7rem 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    border-radius: 8px;

}
.btna:hover {
    color: #fefefe;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
 
/*--------------------------------------------------
	:: Эффекты при наведении
-------------------------------------------------- */
 
/* эффект №1 */
.fade1 {
    transition: background-color 1000ms;
}
 
.fade1:hover {
    background-color: #F06B22;
}


 
#shapkapravo.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
#shapkapravo span {
	color: #23A2FC;
	font-size: 20px;
	position: absolute;
	top: 11px;
	left: 0px;
}
#shapkapravo a {
	color: #706AAF;
}
#telshap {
	color: #706AAF;
	font-size: 150%;
	font-weight: bold;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 36px !important; 
    width: 36px !important; 
    background-size: 36px 36px !important; /*Увеличиваем кнопки*/
}
#timejob {
	font-size: 14px;
	display: none;
	position: relative;
}
#pageMenu .menu {
	color: #464855;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	width: 100%;
	position: relative;
	float: left;
}
#blokmenu {
	height: 50px;
	z-index: 100;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(135deg,#e95095), to(#7049ba));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(135deg,#e95095), to(#7049ba));
	background: -webkit-linear-gradient(135deg,#e95095, #7049ba);
	background: -moz-linear-gradient(135deg,#e95095, #7049ba);
	background: -ms-linear-gradient(135deg,#e95095, #7049ba);
	background: -o-linear-gradient(135deg,#e95095, #7049ba);
	background: linear-gradient(135deg,#e95095, #7049ba);

}
#pageMenu .menu.menuActive {
	color: #F06B22;
}
#btnmenu {
	display: none;
	width: 30px;
	height: 30px;
	float: left;
	z-index: 100;
}
#btnmenu .knopka_menu {
	background-color: transparent;
	border-style: none;
	width: 30px;
	height: 30px;
}
#btnmenu .knopka_menu .icon-bar {
	background-color: #464855;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	height: 3px;
}
#btnmenu .knopka_menu .icon-bar .icon-bar1 {}
#btnmenu .knopka_menu .icon-bar .icon-bar2 {}
#btnmenu .knopka_menu .icon-bar .icon-bar3 {}
.contentTitle {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	margin-bottom: 20px;
	text-align: center;
}
.contentTitle:before {
	background-color: #23A2FC;
	margin: auto;
	margin-bottom: 20px;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
}
.contentText {
	line-height: 1.75;
}
.flex_space-between {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.flex_space-around {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
#content2 .cont_txt .object {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #eee;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 291px;
	-ms-flex-preferred-size: 291px;
	flex-basis: 291px;
	width: 240px;
	height: 200px;
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content2 .cont_txt .contentText {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;
	text-align: center;
}
#content2 .cont_txt .objectTitle {
	color: #464855;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sdelat_zapros {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #23A2FC;
	margin: 0 auto;
	display: block;
	max-width: 230px;
	padding: 23px 37.5px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sdelat_zapros:hover {
	color: #FFFFFF;
	background-color: #464855;
}

#divzapros {
	text-align: center;
}
#preimva {
	padding-bottom: 6rem;
	padding-top: 4.5rem;
	display: none;
}
#cifry {
	background-color: #96415D;
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	position: relative;
	padding: 0;
	-moz-box-shadow: 0px 3px 8px #808080;
	-webkit-box-shadow: 0px 3px 8px #808080;
	box-shadow: 0px 3px 8px #808080;
}
#content3 .chisla .contentBody .object .objectChislo {
	color: #23A2FC;
	font-size: 40px;
}
#content3 .chisla .contentBody .object .objectTitle {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#content3 .chisla .contentBody .object .objectTitle:after {
	background-color: #23A2FC;
	margin: auto;
	margin-top: 20px;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
}
#content3 .chisla .contentBody .object {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #464855;
	margin-bottom: 50px;
	width: 25%;
	text-align: center;
}
#content3 .chisla .contentBody .object.object1 {
        border-left: none;
} 
#dopblok1 {
	margin-top: 50px;
	display: none;
}
#content4 .cont_txt .objectTitle {
	font-size: 3.9rem;
	line-height: 1.4em;
}
.zag1 {
	color: #23A2FC;
	font-size: 6rem;
}
#content4 .cont_txt .object {
	font-size: 1.7rem;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	float: left;
}
#dopblok1 .sdelat_zapros {
	margin: 0;
}
#forma_zayavki {
	background-color: #F6F5F3;
	padding-bottom: 2rem;
	padding-top: 2rem;
	display: none;
}
#resheniya {
	padding-bottom: 3rem;
	padding-top: 7rem;
	display: none;
	text-align: center;
}
#content6 .cont_txt .object {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #464855;
	margin-bottom: 50px;
	width: 16.65%;
	text-align: center;
}
#content6 .cont_txt .object.object1 {
        border-left: none;
}
#content6 .cont_txt .objectNote {
	font-size: 18px;
}
#content6 .cont_txt .objectTitle:before {
	background-color: #23A2FC;
	margin: auto;
	margin-bottom: 20px;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
}

#content6 .cont_txt .contentText {
	margin-bottom: 5rem;
}

#content6 .cont_txt {
	margin-bottom: 3rem;
}
#content7 .adapkarslick .contentBody .object {
	padding-top: 25px;
	margin-top: 1rem;
	margin-bottom: 4rem;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	min-height: 150px;
	position: relative;
}
#content7 .adapkarslick .contentBody .object .objectImage {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 220px;
	max-height: 220px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#content7 .adapkarslick .contentBody .object .objectNote {
	line-height: 1.75;
	padding-left: 280px;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 16px;
	position: relative;
}
#content7 .adapkarslick .contentBody .object .objectNote:before {
	color: #23A2FC;
	font-size: 72px;
	font-weight: 700;
	font-family: "Times New Roman",Times,serif;
	line-height: 50px;
	display: block;
	content: "\201c";
}
#content7 .adapkarslick .contentBody .object .objectTitle {
	color: #23A2FC;
	font-size: 18px;
	line-height: 1.89;
	padding-left: 280px;
	position: relative;
}
#content7 .adapkarslick .contentBody {
	margin: 0 auto;
	max-width: 1000px;
}
#otzyvy {
	padding-bottom: 8rem;
	padding-top: 6rem;
	display: none;
}
#content7 .adapkarslick .contentBody .slick-dots li {
	margin-left: 20px;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#content7 .adapkarslick .contentBody .slick-dots li.slick-active {
	background-color: #23A2FC !important;
}

#content7 .adapkarslick .contentBody .slick-dots li:hover {
	background-color: #23A2FC;
}
#dopblok2 {
	background-color: #f2f2f3;
	padding-bottom: 7rem;
	padding-top: 7rem;
	display: none;
}
#content8 .cont_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#content8 .cont_txt .contentTitle {
	padding-left: 0px;
	text-align: left;
}
#content8 .cont_txt .contentTitle:before {
	margin-left: 0px;
}
.blok_info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 450px;
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px;
	width: 50%;
}
.blok_video {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 450px;
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px;
	width: 50%;
	text-align: right;
}


#content8 .cont_txt .contentText {
	line-height: 1.75;
}
#content8 .cont_txt .contentText a {
	margin-top: 40px;
	margin-left: 0px;
}

#content8 .cont_txt .objectImage {
	margin-left: 40px;
}
#content8 .cont_txt .objectImage img {
	-moz-box-shadow: 31px 0 40px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 31px 0 40px rgba(0, 0, 0, 0.25);
	box-shadow: 31px 0 40px rgba(0, 0, 0, 0.25);
}
#content9 .cont_txt .object {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 3rem;
	text-align: center;
}
#content9 .cont_txt .contentTitle {
	margin-bottom: 4rem;
}
#partnery {
	background-color: #f7fafc;
	padding-bottom: 3rem;
	padding-top: 6rem;
	display: none;
}
#content10 .cont_news .object {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 340px;
	-ms-flex-preferred-size: 340px;
	flex-basis: 340px;
	width: 32%;
	max-width: 500px;
	text-align: center;
}
#content10 .cont_news .objectTitle {
	color: #23A2FC;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}
#content10 .cont_news .objectNote {
	color: #464855;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#content10 .cont_news .newslink {
	color: #464855;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	cursor: pointer;
	background-color: inherit;
	padding-bottom: 4.5%;
	padding-top: 4.5%;
	padding-left: 1%;
	padding-right: 1%;
	border-width: 2px;
	border-color: #464855;
	border-style: solid;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	width: 100%;
	max-width: 160px;
	position: relative;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#content10 .cont_news .newslink:hover {
	color: #FFFFFF;
	background-color: #23A2FC;
	border-color: #23A2FC;
}
#novosti {
	padding-bottom: 3rem;
	padding-top: 6rem;
	display: none;
}

#content10 .cont_news .contentTitle {
	margin-bottom: 3rem;
}
#global2 {
	margin-top: 50px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
}
#podval {
	background-image: url(tim.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 3rem;
	padding-top: 6rem;
	border-bottom: 2px solid #FFFFFF;
	margin-top: 70px;
}
#global2 .content {
	font-size: 14px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
#global2 .contentTitle {
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
#global2 .contentTitle:before {
	display: none;
}

#global2 a {
	color: #23A2FC;
}
#nizpodval {
	padding-bottom: 2rem;
	padding-top: 2rem;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(135deg,#e95095), to(#7049ba));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(135deg,#e95095), to(#7049ba));
	background: -webkit-linear-gradient(135deg,#e95095, #7049ba);
	background: -moz-linear-gradient(135deg,#e95095, #7049ba);
	background: -ms-linear-gradient(135deg,#e95095, #7049ba);
	background: -o-linear-gradient(135deg,#e95095, #7049ba);
	background: linear-gradient(135deg,#e95095, #7049ba);
}
#politika {
	color: #FFFFFF;
	font-family: MS Sans Serif4, Geneva, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
}
#nizsloy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#nizsloy a {
	color: #23A2FC;
}
#global3 .shareblok .umsait_share_blok .share_link {
	color: #818390;
	padding-left: 10px;
	padding-right: 10px;
}

#global3 {
	padding-left: 25px;
	padding-right: 25px;
}
#global3 .shareblok .umsait_share_blok .share_link:hover {
	color: #23A2FC;
}
#content1 .adapkarslick .contentBody .slick-dots {
	display: none !important;
}

#content1 .adapkarslick .contentBody .blokkont {
	text-align: center;
}
#content1 .adapkarslick .contentBody .object .objectTitle {
	color: #FFFFFF;
	font-size: 2.5rem;
	line-height: 1.4em;
}
#content1 .adapkarslick .contentBody .object .objectTitle:before {
	background-color: #23A2FC;
	margin: auto;
	margin-bottom: 20px;
	display: block;
	width: 35px;
	height: 4px;
	content: "";
}
#content1 .adapkarslick .contentBody .object .objectNote {
	color: #FFFFFF;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
}
#content1 .adapkarslick .contentBody .object .objectNote a {
	margin-top: 50px;
}
#content1 .adapkarslick .contentBody .object {
	padding-bottom: 12rem;
	padding-top: 16rem;
}
#content1 .adapkarslick .contentBody .object .objectImage {
	background-size: cover;
}
#content1 .adapkarslick .contentBody > button {
	color: #FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}
#slider {
	color: #535353;
	display: block;
	height: 100%;
	position: relative;
	padding: 0;
}

#content7 .adapkarslick .contentBody .slick-prev {
	font-size: 0;
}

#content7 .adapkarslick .contentBody .slick-next {
	font-size: 0;
}
#content0 .contentTitle {
	color: #464855;
	margin-bottom: 50px;
}
#content0 .modal_block {
	color: #464855;
}
#content0 .modal_block .lnkLicense {
	color: #464855;
	border-bottom: 1px dashed #464855;
}
#content0 .modal_block .contentTitle:before {
	background-color: #23A2FC;
}
#content0 .modal_block .inputTxt {
	color: #464855;
	background-color: #f8f8f8;
	padding-left: 25px;
	border-width: 0px;
}
#content0 ::-webkit-input-placeholder {color: #464855;}
#content0 ::-moz-placeholder          {color:#464855;}/* Firefox 19+ */
#content0 :-moz-placeholder           {color:#464855;}/* Firefox 18- */
#content0 :-ms-input-placeholder      {color:#464855;}
#content0 .modal_block .inputAr {
	background-color: #f8f8f8;
	padding-left: 25px;
	border-width: 0px;
}
#content0 .modal_block .buttonForm.buttonSend {
	background-color: #23A2FC;
} 
#content0 .modal_block .buttonForm.buttonSend:hover {
	color: #FFFFFF;
	background-color: #464855;
}
.main1 {
	margin-top: 10px;
	float: left;
}
.main {
	margin-top: 0px;
	width: 77%;
	float: left;
}
#pageMenu {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
}
#pageMainmenu .menu {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	height: 50px;
	position: relative;
}
#siteLogotype {
	float: left;
}
#siteTitle {
	color: #F06B22;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 30px;
	position: relative;
	float: left;
}
#siteSubtitle {
	color: #F06B22;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 1.2;
	margin-left: 60px;
	position: relative;
	float: left;
	text-align: center;
}
#global2 .cont_txt .contentTitle {
	color: #E15098;
	font-size: 180%;
	font-weight: bold;
}


#global2 #menuLink .contentTitle {
	color: #23A2FC;
}


#global2 #menuLink .object .link {
	color: #23A2FC;
}
#global4 .cont_txt {
	background-color: #F6F5F3;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #F06B22;
	margin-top: 50px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	text-align: justify;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#pageTitle {
	color: #E73533;
	font-size: 170%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
.letter {
	color: #F06B22;
	font-size: 200%;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.letter1 {
	color: #FFFFFF;
	font-size: 140%;
}


#global4 .cont_txt .contentText {
	padding: 5;
}
#soc.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.shapkapravo {
	width: 200px;
	float: right;
}
.soc {
	width: 200px;
	float: right;
}
#shapkapravo {
	margin-top: 25px;
	width: 30%;
	position: relative;
	float: right;
	text-align: center;
}
#soc {
	position: relative;
	float: right;
}
#shapkalevo {
	width: 70%;
	position: relative;
	float: left;
	text-align: center;
}
.row {
	position: relative;
}
#mail {
	color: #4e4e4e;
	font-size: 120%;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 5px;
	margin-left: 30px;
	display: none;
}
#soc1 {
	color: #4e4e4e;
	font-size: 120%;
	margin-top: 0px;
	display: none;
	text-align: center;
}

.b3 {
	 background-color:#fafafa;
	 padding-top:10px;
	 padding-right:10px;
	 border-top:1px solid #c0c0c0;
	 border-bottom:1px solid #c0c0c0;
	 margin-top:10px;
	 display:block;
	 width:630px;
	 height:100%;
	 float:left;
}
div.addres {
	font-size: 140%;
	margin-top: 0px;
}


.MenuBlok {
	float: left;
}

.blokmen {
	float: left;
}
#contaktmenu {
	display: none;
	position: relative;
	float: right;
}
#telmenu {
	float: right;
}
#mailmenu {
	float: left;
}
#head {
	background-repeat: no-repeat;
	margin-top: 10px;
}
ul {
	margin-left: 20px;
	list-style-position: inside;
}
.fb-comments {
	float: left;
}


.ya-share2
 {
	float: left;
}
.cont_txt {
	width: 100%;
	float: left;
}
.cont_txt .contentImage {
	margin-top: 10px;
	margin-bottom: 30px;
}
#pageMenu .submenu .menu {
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
	float: left;
}

div.m{
 display:inline;
 height:0px;
 left:-1000px;
 margin:0px;
 padding:0px;
 position:absolute;
 top:-1000px;
 visibility:hidden;
 width:0px
 }


#pageMenu .menu:hover {
	background-color: #f7fafc;
}
h1 {
	font-size: 200%;
	align=right;
}

#div38 {
	 width:10px;
}
#content0 {
	display: none;
	width: 100%;
	float: left;
}
#soc2 {
	margin-top: 50px;
	float: left;
}
.soc2 {
	margin-top: 50px;
	margin-bottom: 100px;
	display: none;
	float: left;
}
#soczak {
	width: 100%;
	float: left;
}
#komment {
	margin-top: 50px;
	width: 550px;
	float: left;
}
#statistic {
	color: #FFFFFF;
	float: left;
}
#content1 .cont-text {
	background-color: #5583AA;
	margin-top: 0px;
	height: 100%;
	position: relative;
	text-align: right;
}


#global4 .cont_txt .contentTitle {
	font-size: 110%;
}
li {
	list-style-image: url(1212a.png);
}

#content1 .cont-text .contentTitle {
	display: none;
}
#content1 .cont-text .contentText {
	width: 100%;
}


#content1 .cont-text .content-image {
	float: right;
}
#content2 .cont_txt .objectImage {
	text-align: center;
	vertical-align: middle;
}
#content3 .cont-text .content-image {
	float: left;
}
#content3 .cont-text {
	margin-top: 0px;
	height: 100%;
	position: relative;
	text-align: center;
}
#content3 .cont-text .contentText {
	width: 100%;
}

#content5 .gs_form_mod #f_mass .inputAr {
	height: 100px;
}

#content5 .gs_form_mod #f_mail .inputTxt {
	height: 30px;
}

#content5 .gs_form_mod #f_phone .inputTxt {
	height: 30px;
}

#content5 .gs_form_mod #f_name .inputTxt {
	height: 30px;
}

#content5 .gs_form_mod .contentTitle {
	font-size: 120%;
}

#content5 .gs_form_mod .contentBody {
	text-align: center;
}

.kon {
	font-weight: bold;
	text-align: center;
}

#content4 .cont_txt .contentTitle {
	margin-bottom: 0px;
}

#content4 .cont_txt .objectImage {
	-moz-box-shadow: 5px 5px 10px #646464;
	-webkit-box-shadow: 5px 5px 10px #646464;
	box-shadow: 5px 5px 10px #646464;
}
#content4 .cont_txt {
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
}
.video {
	text-align: center;
}

.img1 {
	margin-right: 20px;
	height: auto;
	max-width: 100%;
	float: left;
}

#content6 .adap_imggallery .contentBody .links .object {
	width: 250px;
}

#content6 .adap_imggallery .contentTitle {
	margin-bottom: 30px;
}

.ya-share2, .ya-share2 * {
    margin-top: 3px;

}

#div84 {
	 width:10px;
}
.landing1 .content-title {
	text-align: center;
}
#content2 .menu_link__effect_free_sarah-title {
	background-color: #96415D;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.menu_link__effect_free_sarah-object {
	border: 1px solid #FFFFFF;
}

.menu_link__effect_free_sarah-title {
	font-weight: bold;
}

#pageMainmenu .mids {
	display: none;
}
#pageMainmenu .menu.menuActive {
	color: #7049ba;
	background-color: rgba(255,255,255,0.8);
}
#pageMainmenu .menu:hover {
	background-color: rgba(255,255,255,0.5);
}

#pageMainmenu .mbordr {
	display: none;
}


.landing2 div.pic {
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
.landing2 div.pic1 {
	margin-left: 30px;
	width: 30%;
	position: relative;
	float: left;
}
.hover11 figure img {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	margin-left: 30px;
	width: 30%;
	position: relative;
	float: left;
	-webkit-transition: .3s ease-in-out;
	    transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .8;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.hover11 {
	margin-bottom: 20px;
	text-align: center;
}
.landing2 div.h1 {
	color: #E15098;
	font-size: 250%;
	text-align: center;
}
.landing2 div.pic01 {
	text-align: center;
}
.landing2 div.pic02 {
	text-align: center;
}
.landing2 div.pic03 {
	text-align: center;
}
.landing2 div.table1 {
	font-size: 130%;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: center;
}

#pageMainmenu .mbordl {
	display: none;
}
.gs_form_mod #f_mass .inputAr {
	height: 100px;
}
.filtr {
	background-position: bottom center;
}
.landing2 div.b {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
}
.landing2 div.a {
	float: right;
}
#head1 {
	color: #FF010B;
	font-size: 300%;
	font-weight: bold;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	width: 100%;
	text-align: center;
}
.landing2 div.c1 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.landing2 div.d1 {
	width: 50%;
	float: left;
}
.landing2 div.d2 {
	font-size: 200%;
	width: 50%;
	float: left;
}

.landing1 div.c1 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.landing1 div.d1 {
	font-size: 200%;
	width: 50%;
	float: left;
}
.landing1 div.d2 {
	font-size: 200%;
	width: 50%;
	float: right;
}
.landing1 div.d3 {
	font-size: 200%;
	width: 50%;
	float: right;
}

.circled-title {
    overflow: hidden;
    margin: 20px 0 10px 0;
}

.circled-title .number {
    width: 50px;
    float: left;
    height: 50px;
    
    border: 2px solid white;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
}


.circled-title .text {
    color: white;
    float: left;
    
    line-height: 46px;
    font-weight: 400;
    margin-left: 20px;
}
.bg-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background: url(images/bg-1.jpg) no-repeat center;
}
.cwhite {
    color: #fff;
}
.ma {
    margin: auto;
}
.w90 {
    width: 90%;
}
.row {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}


.container .cols.col-6 {
    width: 50%;
}
.z5 {
    z-index: 5;
}
.pr {
    position: relative;
}
.pt1 {
    padding-top: 1em;
}
.fs18 {
    font-size: 18px;
}
.fs45 {
    font-size: 45px;
}
.lh15 {
    line-height: 1.5em;
}
.pt3 {
	color: #535353;
	font-size: 140%;
	background-color: #FFFFFF;
	padding-top: 2em;
	position: relative;
	z-index: 1;
	text-align: left;
}
.square-1 {
	border: 5px solid #FA4B07;
	margin-top: 40px;
	height: -webkit-calc(100% - 12em);
	height: -moz-calc(100% - 12em);
	height: calc(100% - 12em);
	position: relative;
	top: 6em;
	left: -10%;
	z-index: 0;
}
.square {
	position: relative;
	z-index: 0;
}
.bsbb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pa {
    position: absolute;
}
.h80 {
    height: 80%;
}
.w57 {
    width: 57%;
}
.cols {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.pic1 {
    width: 100%;
}


#shapka {
	display: block;
}
.gs_form_mod .modal_block {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 5px solid #E15098;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.gs_form_mod {
	background-image: url(background-image-spa.jpg);
	padding-bottom: 10px;
	padding-top: 10px;
}
.gs_form_mod .contentTitleTxt {
	color: #E15098;
}

.contacts .addr-block {
	display: none;
}


#copyright {
	color: #FFFFFF;
}
.cont_txt .object {
	margin-left: 20px;
	float: left;
}


.cont_txt .objectImage {
	width: 100%;
}
#global2 .cont_txt {
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 20px;
	border: 5px solid #E15098;
	margin: 0;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.landing2 table.tableTable {
	padding-left: 10px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.landing2 table.tableTable tr td {
	padding-left: 10px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.landing2  div.txt1 {
	font-size: 130%;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#content1 .landing2 .content-title {
	color: #E15098;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}







  
 #menublok {
	display: none;
 } 
 .main {
	width: 100%;
 }     
 #contaktmenu {
	margin-top: 10px;
	display: block;
	float: right;
 }       
 #mailmenu {
	color: #FFFFFF;
	font-size: 120%;
	margin-right: 20px;
 }  
 #telmenu {
	color: #FFFFFF;
	font-size: 120%;
 }  
 .landing2 div.table1 {
	width: 100%;
 }  
 .hover11 figure img {
	width: 30%;
 } 
 h1 {
	font-size: 150%;
 }  
 div.b2 {
	padding-bottom: 0px;
	padding-top: 0px;
	width: 90%;
 } 
 .landing2 div.txt1 {
	width: 100%;
 }     

.adap_imggallery .contentBody .links .object {
	margin-bottom: 20px;
	width: 25% !important;
	height: auto !important;
}
.adap_imggallery .contentTitle {
	color: #706AAF;
	font-size: 230%;
}
.adap_imggallery .contentBody .links > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}



















img.ImgMenu {
	margin-top: -10px;
}



















#global4 {
	display: block;
}
.menublok {
	float: left;
}



















#pageMenu .mids {
	display: none;
}

@media (min-width: 1200px) {
 .landing2 div.table1 {
	width: 70%;
 } 
 h1 {
	font-size: 150%;
 } 
 div.b2 {
	color: #42318C;
	font-size: 150%;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: justify;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
 } 
     
}/*@media*/

@media (min-width: 1500px) { 
 .container {
 	    width: 1450px;
 }

.adap_imggallery .contentBody .links .object {
	margin-bottom: 20px;
	width: 25% !important; 
} 
}/*@media*/

@media (max-width: 1500px) { 
 .flex_space-between {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
 }

.adap_imggallery .contentBody .links .object {
	margin-bottom: 20px;
	width: 25% !important; 
}
}/*@media*/

@media (max-width: 1199px) {
 html {
    font-size: 14px;
 } 
 #content9 .cont_txt .object {
	width: 33%;
 } 
 #content2 .cont_txt .object {
	text-align: center;
 }    
 #content2 .flex_space-between .objectNote span {
	margin: auto;
	width: 68px;
	left: 0px;
	right: 0px;
 } 
 #content1 .cont-text .content-image {
	float: none;
 }  
 .pic1 {
	width: 40%;
	float: right;
 } 
 .square-1 {
	margin-left: 10px;
 }           
 #head1 {
	font-size: 280%;
	line-height: 1;
	margin-top: 0px;
	text-align: center;
 }   
 #head {
	margin-top: 0px;
 }     
 #telshap {
	float: right;
 } 
 .landing2 div.h1 {
	font-size: 200%;
 } 
 
 h1 {
	font-size: 180%;
	margin: 0;
 } 
 div.b2 {
	width: 70%;
 }       
}/*@media*/

@media (max-width: 991px) { 
 #btnmenu {
	display: none;
 }                  
 .glavmenopen .blokmen {left: 0%;}  
 #pageMenu .menu {
	padding-left: 50px;
	display: block;
	position: relative;
 }   
 .blok_info {
	margin-bottom: 60px;
 }  
 #content8 .cont_txt .objectImage {
	margin-left: 0px;
	text-align: center;
 } 
html {
    font-size: 12px;
}   
 #shapkapravo.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	width: 100%;
 }    
 #shapkalevo.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
 }  
 #global2 .content {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
 } 
 #content1 .adapkarslick .contentBody .object .objectNote {
	font-size: 5rem;
 }  
 #content6 .cont_txt .object {
	border-width: 0px;
	width: 33.33333%;
 }   
 .hover11 figure img {
	width: 45%;
 } 
 .landing2 div.pic03 {
	display: none;
 } 
 .adap_imggallery .contentTitle {
	font-size: 200%;
 } 
 #siteLogotype {
	width: 200px;
 } 
 #head {
	font-size: 80%;
 } 
 #telshap {
	font-size: 120%;
 }         

 }

@media (max-width: 767px) {   
 #content7 .adapkarslick .contentBody .object .objectImage {
	margin: 0 auto;
	display: block;
	position: relative;
 } 
 #content7 .adapkarslick .contentBody .object .objectNote {
	padding-left: 0px;
 } 
 #content7 .adapkarslick .contentBody .object .objectTitle {
	padding-left: 0px;
	text-align: center;
 } 
 #content1 .adapkarslick .contentBody .object .objectNote {
	font-size: 4rem;
 }  
 #content3 .chisla .contentBody .object {
	border-width: 0px;
	width: 50%;
 } 
 #siteTitle {
	margin-left: 10px;
 }        
 #mail {
	width: 30%;
	float: left;
 }  
 #soc1 {
	margin-top: 5px;
	width: 30%;
	float: left;
 }       
 #telshap {
	float: left;
 }  
   .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.menu_link__effect_free_sarah-object {
	width: 100%;
}    
 .landing2 div.h1 {
	font-size: 180%;
 }  
 h1 {
	font-size: 140%;
 } 
 div.b2 {
	font-size: 130%;
 } 
 .hover11 figure img {
	margin-bottom: 20px;
	width: 90%;
 } 
 .landing2 div.pic03 {
	display: block;
 } 
 #shapkapravo {
	margin-top: 0px;
 }  
 #head1 {
	font-size: 250%;
	margin-top: 5px;
 } 
 #siteLogotype {
	margin-top: 10px;
	width: 150px;
 } 
}/*@media*/

@media (max-width: 639px) {  
 #global2 .content {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
 }  
 #nizsloy {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
 } 
 #politika {
	margin-bottom: 15px;
 } 
 #content1 .adapkarslick .contentBody .object .objectNote {
	font-size: 3rem;
 }   
 html {
	font-size: 8px;
 }         
 #head {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 100%;
	padding: 0;
	text-align: center;
 }     
 #shapkalevo {
	width: 100%;
	padding: 0;
 }          
 #siteLogotype {
	margin: 0;
 } 
 #komment {
	width: 450px;
 }    
 #Logo {
	margin: 0;
	width: 100%;
	text-align: center;
 }    
 #head1 {
	margin-left: auto;
	margin-right: auto;
 }  
 #script {
	margin: 0;
	display: none;
 }   
 #shapkapravo {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
 }  
 #telshap {
	font-size: 130%;
	width: 100%;
 } 
 .landing2 div.table1 {
	font-size: 100%;
 }  
 .hover11 figure img {
	margin-bottom: 20px;
	width: 90%;
 } 
 .landing2 div.pic03 {
	display: block;
 } 
 h1 {
	font-size: 130%;
 }  
 div.b2 {
	width: 95%;
	padding: 0;
 } 
 .landing2  div.txt1 {
	font-size: 120%;
 }        
.adap_imggallery .contentBody .links .object {
	margin-bottom: 20px;
	width: 50% !important; 
}
}/*@media*/

@media (max-width: 479px) {         
 #telshap {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
 } 
 #dopblok1_sloy {
	margin-left: 0px;
 } 
 #content10 .cont_news .objectNote {
	font-size: 2rem;
 } 
 #content3 .chisla .contentBody .object {
	width: 100%;
 } 
 #content6 .cont_txt .object {
	width: 50%;
 } 
 #shapkapravo span {
	display: none;
 }   
 #timejob {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
 } 
 #shapkapravo.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	text-align: center;
 }  
 #mailmenu {
	display: none;
 }        
 #siteLogotype {
	margin-top: 0px;
	margin-left: 0px;
 }    
 #head {
	margin-top: 0px;
 }  
 #komment {
	width: 350px;
 }  
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}  
 #shapkalevo {
	margin: 0;
	text-align: center;
 }   
 #pageMainmenu .menu {
	font-size: 75%;
	padding-left: 10px;
	padding-right: 10px;
 }  
 .gs_form_mod .modal_block {
	width: 90%;
 } 
 .hover11 figure img {
	width: 90%;
 } 
 .landing2 div.h1 {
	font-size: 130%;
 } 
 div.b2 {
	font-size: 100%;
 } 
 #shapkapravo {
	margin-bottom: 0px;
 }   
}/*@media*/

@media (max-width: 374px) {
 #content1 .adapkarslick .contentBody .object .objectNote {
	font-size: 2.2rem;
 }   
 #content1 .adapkarslick .contentBody .object .objectTitle {
	font-size: 2rem;
	padding-left: 15px;
	padding-right: 15px;
 } 
 .zag1 {
	font-size: 4rem;
 } 
 #content6 .cont_txt .object {
	width: 100%;
 } 
 #content9 .cont_txt .object {
	width: 50%;
 } 
 #shapkalevo {
	width: 320px;
 }  
 #blokmenu {
	width: 100%;
 } 
 #komment {
	width: 300px;
 }     
 #content5 .gs_form_mod {
	width: 300px;
	margin: 0;
 } 
 #content4 .cont_txt .object {
	font-size: 1.7rem;
	margin-bottom: 2rem;
	margin-left: 0rem;


}  
 #siteLogotype {
	margin-left: 0px;
	width: 120px;
 }   
 #pageMainmenu .menu {
	font-size: 70%;
	padding-top: 18px;
	padding-left: 5px;
	padding-right: 10px;
 } 
 .landing2 div.table1 {
	font-size: 90%;
 } 
 div.b2 {
	font-size: 100%;
 } 
 #head1 {
	font-size: 200%;
 }  
}/*@media*/
