@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; }

html {
	color: #041520;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

a {
	color: #041520;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	cursor: pointer;
	text-decoration-skip-ink: none;
}

a:hover {
	color: #1BA1F2;
	text-decoration: none!important;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

.button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	background-color: #1BA1F2;
	border-radius: 5px;
	padding: 15px 52px;
	color: #fff;

	line-height: 19px;
	
}

.button:hover {
	color: #fff;
	background: #4DC160;
}

.button:active {
    background-color: #3c464f;
}

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #041520;
}

h1 {
	margin-bottom: 30px;
}

header {
	margin-top: 30px;
	margin-bottom: 40px;
}

header .logo {
	width: 220px;
}

img.logo:hover {
    opacity: 0.9;
}

.header-center p {
    line-height: 13px;
    font-size: 11px;
    color: #8F9CA4;	
	margin-left: 16px;
}

.header-center p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #041520;
	margin-left: 0px;
}

.header-center p:last-child {
	margin-left: 0px;
	margin-top: 14px;
	color: #041520;
}

.header-center p:last-child  a {
	font-size: 14px;
    display: inline-block;
    padding: 2px 0px 2px 23px;
    background: url(../images/m53_geo.svg) 3px 0px no-repeat;
}	

.header-right {
	text-align: right;
}

.header-right p {
    margin: 10px 0px 10px 0px;
    float: right;
	font-size: 11px;
	line-height: 100%;
	color: #8F9CA4;
}

.top-nav {
	border-top: 1px solid #EAEDEE;
	border-bottom: 1px solid #EAEDEE;
    margin-bottom: 80px;
    background-color: #F9FAFB;
}

.top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
    display: table-row;	
}

.top-nav ul li {
	display: table-cell;
    text-align: center;
    white-space: nowrap;	
	position: relative;
}

.top-nav ul li a, .top-nav ul li span  {
	display: block;
	padding: 13px;
	font-size: 16px;
  line-height: 24px;		
}

.top-nav ul li span, .top-nav ul li.active a  {
	background: #EAEDEE;
	color: #041520;
}

.top-nav ul li a:hover, .top-nav ul li.active li a:hover {
	background-color: #1BA1F2;
	color: #fff;
}

.top-nav ul li:hover {
	background-color: #EAEDEE;
}

.top-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 2;
	border: 1px solid #EAEDEE;
	box-shadow: 0px 0px 15px rgba(4, 21, 32, 0.25);
	width: auto;
}

.top-nav ul li.active li a {
    background: #fff;
}

.top-nav ul li.active li.active > a {
	background: #EAEDEE;
	color: #041520;
}


.top-nav ul li ul li {
	display: block;
	border-bottom: 1px solid #EAEDEE;
	background: #fff;
	text-align: left;
}

.top-nav ul > li:hover > ul {
	display: block;	
}

.top-nav div {
	display: table;
}

.top-nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 100%;
}

.top-nav ul > ul > li:hover > ul {
    display: block
}

footer {
	background: #EAEDEE url(../images/bg-u1583-fr.png) repeat center center;	
	border-top: 1px solid #EAEDEE;
	padding: 70px 0 0;
	margin-top: 100px;
}

footer p {
	line-height: 20px;
    font-size: 14px;
    color: #041520;	
	margin-bottom: 7px;	
}

footer a {
	color: #1BA1F2;
	text-decoration: underline;
}

footer a:hover {
	color: #4DC160;
	text-decoration: none;
}

footer .uk-width-1-1 {
	margin-bottom: 40px;
}

a.soc {
	width: 48px;
	height: 48px;
	display: inline-block;
	background-color: #39454C;
	border-radius: 5px;
	background-position: center center;
	margin-left: 5px;
}

a.soc:hover {
	background-color: #1BA1F2;
}

.socials {
	text-align: right;
}

a.soc.vk {
	background-image: url("../images/m53_vk.svg");	
}

a.soc.ok {
	background-image: url("../images/m53_ok.svg");	
}

a.soc.fb {
	background-image: url("../images/m53_fb.svg");	
}

a.soc.insta {
	background-image: url("../images/m53_insta.svg");	
}

a.soc.tg {
	background-image: url("../images/tg.svg");	
    background-size: 30px;
    background-repeat: no-repeat;
}

p.top-phone {
    display: flex;
    align-items: center;
}

p.top-phone .soc{
    display: flex;
    align-items: center;
    margin-left: 20px;
}


div.img {
	background-size: cover;
}

.person {
	margin-bottom: 40px;
}

.person div.img {
	
	border-radius: 5px;
	position: relative;
}

.person div.img img {
	border-radius: 5px;
	width: 100%;
}

.person .uk-width-1-1 {
	margin-bottom: 60px;
}

.person div.img:before {
	content: "";
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1BA1F2;
	position: absolute;
	border-radius: 5px;
	opacity: 0;
	margin-top: -20px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;		
}

div.img.gr:before {
    background-color: #fff;
}    

.marg-grid {
	margin-top: 30px;
}

.person div.img:hover:before {
	opacity: 0.17;
}

.person p:first-of-type {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #041520;
    font-size: 22px;
    line-height: 30px;	
	margin: 8px 0px;
}

.person p:last-of-type {
	color: #8F9CA4;	
}	

.bottom-text {

}

.uk-grid.chunk05 {
    margin-top: 90px;
}

.header-fix {
	position: fixed;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.43);
    background-color: #FFFFFF;	
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 10px 0px;
	display: none;
}

.header-mob-fix {
	position: fixed;	
    background-color: rgba(255,255,255,0.9);	
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 12px 0px;	
}

.header-fix img.logo {
	width: 105px;
}

.header-fix .header-center p:last-child {    
    margin-top: 0px;
    color: #8F9CA4;
}

.wrapper {	
	margin: 0 auto;
}

a.menu {
	float: right;
	padding-top: 2px;
}

.header-height {
	width: 100%;
	height: 60px;
}


.uk-offcanvas, .uk-modal {
	background: rgba(57,69,76,0.8);
	
}

.uk-offcanvas ul {
	list-style: none;
	padding: 0;
	position: relative;
	margin-top: 5px;
}

.uk-offcanvas ul  li{
	font-size: 18px;
	line-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	border-bottom: 1px solid #efefef;
}

.uk-offcanvas ul  li ul  {
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.2s ease-out;
}

.uk-offcanvas ul  li.opened ul  {	
	max-height: 1000px;    
	transition: max-height 1s ease-out;
}	

.uk-offcanvas ul  li ul li {
	border-top: 1px solid #efefef;
	border-bottom: none;
	padding-left: 20px;
	background: #f8f8f8;
	line-height: 120%;
}

li.has-parent {
	position: relative;
}

li.has-parent:before {
	content: "";
    display: block;
    width: 22px;
    height: 11px;
    background: url(../images/arrow.svg);
    position: absolute;
    right: 40px;
    top: 25px;
	z-index: -1;
	transition: transform 0.2s ease-out;
}

li.has-parent.opened:before {
	-webkit-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
	transition: transform 0.2s ease-out;
}	

.close-modal:hover {
	-webkit-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
	transition: transform 0.2s ease-out;
}

.close:hover {
	-webkit-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
	transition: transform 0.2s ease-out;
}

.uk-offcanvas ul  li a {
	display: block;
	padding: 18px 40px; 
}

.uk-offcanvas-bar {
	width: 100%;
	max-width: 480px;
	background: #fff;
}

.menu-header {
	background: #1BA1F2;
	padding: 40px;
	
}

a.close {
	float: right;
}

.person-detail {
    margin-top: 0px;
}

.person-detail  h1, .person-detail  p.h1, .napr-side  p.h1, p.h1 {
		font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    color: #041520;
    margin-bottom: 20px;
    margin-top: 10px;
}

.person-detail  p.h1, .napr-side  p.h1, p.h1 {
	color: #EAEDEE;
    margin-bottom: 35px;
}

.mobile-xl p.h1 {
	margin-top: 40px;
}

.person-detail  h4{
	font-family: "Verdana";
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	margin-top: 60px;
	color: #39454C;
}	

.person-detail  h4:first-of-type {
	margin-top: 40px;
}

.person-detail p {
	font-size: 15px;
	margin-bottom: 10px;
}
.person-detail-content {
    margin-top: 8px;
}

.person-detail a.button {
	width: 100%;
	padding: 16px 0px;
	text-align: center;
	margin: 20px 0;
	color: #fff;
    text-decoration: none;
}

.person-detail img {
	width: 100%;
}

.person-detail .uk-width-1-1, .napr-name.uk-width-1-1, .napr-descr.uk-width-1-1 {
	margin-bottom: 20px;
}

.napr-descr.uk-width-1-1 {
	margin-bottom: 60px;
}

.napr-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #1BA1F2;
}

.napr-name a {
	color: #1BA1F2;
}

.napr-name a:hover {
		opacity: 0.8;
		padding-bottom: 3px;
    background: linear-gradient(to right, rgb(27,161,242) 0%, rgb(27,161,242) 100%);
    background-size: 1px 2px;
    background-position: 0 90%;
    background-repeat: repeat-x;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.napr-descr {
	font-size: 16px;
	line-height: 24px;
	color: #041520;
}

.napr-descr a {
	color: #1BA1F2;
}

.napr-content p {
	min-height: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #041520;

}

.napr-side ul {
	list-style: none;
	padding: 0;
	margin-bottom: 100px;
}

.napr-side li {
	margin-bottom: 20px;
}

.napr-side li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #1BA1F2;
}

.napr-side li a:hover {
	opacity: 0.8;
	padding-bottom: 2px;
	background: linear-gradient(to right, rgb(27,161,242) 0%, rgb(27,161,242) 100%);
	background-size: 1px 2px;
	background-position: 0 90%;
	background-repeat: repeat-x;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.napr-side .person-photo {
	max-width: 180px;
	max-height: 155px;
}

a.person-link {
	display: block;
	margin-bottom: 40px;
}

a.person-link p:first-of-type {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 100%;
	margin: 16px 0 10px;
	
}

a.person-link p:last-of-type {
	font-size: 12px;
	line-height: 140%;
	color: #8F9CA4;	
}


p.blockquote {	
	background: #EAEDEE;
	padding: 24px 24px;
	position: relative;
	margin-bottom: 0;
}

p.blockquote:before {
	content: "";
	position: absolute;
	display: block;
	width: 66%;
	height: 4px;
	background: #1BA1F2;
	top: 0;
	left: 0;
	z-index: 1;
}

form label {
	font-size: 16px;
	line-height: 150%;
	color: #041520;
	margin-bottom: 24px;
	display: block;
	width: 100%;
}

input, select, a {
	outline:none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/arr-down.svg) right 15px center no-repeat;
}

form input[type="text"] {
	width: calc(100% - 40px);
	font-size: 15px;
	color: #8F9CA4;
	border: 1px solid #8F9CA4;
	padding: 14px 20px;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
}

::-webkit-input-placeholder { 
    color: #8F9CA4;
}
::-moz-placeholder { 
    color: #8F9CA4;
}
:-ms-input-placeholder { 
    color: #8F9CA4;
}
:-moz-placeholder { 
    color: #8F9CA4;
}

.uk-modal-dialog form input[type="text"]:active, .uk-modal-dialog form input[type="text"]:focus, .uk-modal-dialog form input[type="text"]:hover, textarea:active, textarea:focus, textarea:hover 
form input[type="text"]:active, form input[type="text"]:focus, form input[type="text"]:hover, textarea:active, textarea:focus, textarea:hover
{
    border: 1px solid #1BA1F2;
}

form select {
	width: 100%;
	font-size: 15px;
	color: #8F9CA4;
	background-color: #EAEDEE;
	padding: 14px 20px;
	display: block;
	margin-top: 10px;
	border: none;
	border-radius: 2px;
}

form input.error {
    border: 1px solid #e2278d;
    background-color: #fff;
}   

.uk-modal-dialog  {
	padding: 45px 80px;
	max-width: 460px;
	border-radius: 5px;
}

.uk-modal-dialog form input[type="text"],
.dialog  form input[type="text"] {
	border: 1px solid #8F9CA4;
	border-radius: 5px;
	background: #fff;
}

.uk-modal-dialog form input.error, 
.dialog form input.error {
	border: 1px solid #e2278d;

}

.uk-modal-dialog form select,
.dialog form select {
	border: 1px solid #8F9CA4;
	border-radius: 5px;
	background-color: #fff;
}

.uk-modal-dialog  a.button,
.dialog  a.button {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}

.dialog .success p:first-of-type {
    margin-top: 10px;
}

.dialog .success p {
    text-align: left !important;
}



.close-modal, .close-modal-mobile {
	position: fixed;
	right: 40px;
	top: 40px;
}

.close-modal-mobile {
	display: none;
}

.person-photo {
    width: 100%;
    height: 80vw;
    min-height: 240px;
    max-height: 380px;
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: cover;
}

.person-photo-detail {
    height: 80vw;
    min-height: 370px;
    max-height: 440px;
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: cover;
}

.slider .uk-slideshow {
	margin-top: -40px;
}

.slider .uk-slideshow  li{
//	position: relative;		
}
div.slide {
	position: relative;
    width: 100%;
    height: 55vw;
//    min-height: 240px;
    max-height: 350px;
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: cover;	
}

p.slide-text {
	
	padding: 30px 15% 30px 15%;
	position: absolute;
	left: 0;
	bottom: 0px;	
	color: #fff;
	background: rgba(4, 21, 32, 0.8);
	width: 70%;
}

p.slide-text a {
	color: #1BA1F2;
}

p.new-slide-text, .slider-marg p {
    color: #fff;
    font-size: 18px;
    padding: 2%;
    text-align: center;
}

p.new-slide-text a, .slider-marg p a {
	color: #1BA1F2!important;
}

ul.uk-dotnav {
	list-style: none;
	padding: 0;
	margin: 15px 0 60px;
//	border-top: 1px solid #1BA1F2;
}

ul.uk-dotnav li {
	display: inline-block;	
}

ul.uk-dotnav li {
	color: #041520;
}

ul.uk-dotnav li a {
	display: block;
	padding: 5px;
	color: #8F9CA4;
}

ul.uk-dotnav li.uk-active  a {
	color: #041520;
}

ul.uk-dotnav a:hover {
    color: #041520;
}

ul.uk-dotnav a:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.text ul.ul-pad {
    margin: -10px 0px 20px 30px;
}

.text ul.ul-pad li {
    margin-bottom: 5px;
}

p.ul-pad-top {
    font-weight: 700;
    margin-bottom: 14px;
}



/*====================Чанки====================*/

.gray-full {
	background: #F9FAFB;	
	margin-bottom: 80px;
}

.text {
	margin-bottom: 80px;
}

.text a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	color: #1BA1F2;	
}

.text p {
	margin-bottom: 12px;
	font-size: 16px;
    line-height: 145%;
    color: #041520;
}

.chunk18 {
    padding: 80px 0;
}

.text h5 {
    background: #EAEDEE;
    padding: 24px;
    font-size: 16px;
    font-family: "Verdana";
    font-style: normal;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 30px;
}

.text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;  
}

.text li {
	padding-left: 0.8em; 
	text-indent: -1em;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 24px;
	color: #041520;
}

.quote {
	font-size: 14px;
	line-height: 20px;
	color: #8F9CA4;	
}

.quote:before {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	background: url(../images/M53_quot_lest.svg);
	margin: 0px auto 20px auto;
}

.quote:after {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	background: url(../images/M53_quot_right.svg);
	margin: 20px auto 0px auto;
}

.chunk03 p {
	max-width: 95%;
}

.text li:before {
  content: "• ";
  color: #1BA1F2; /* or whatever color you prefer */
}

p.block-title, .uk-width-1-1 p.block-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #041520;
	margin-bottom: 30px;
}

.chunk01 img {
	display: block;
	margin: 40px auto 0px auto;	
}

.chunk01 div p:first-of-type, .chunk05 div p:first-of-type {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #041520;
	margin-bottom: 20px;
}

.chunk01 div p:last-of-type {
	font-family: "Verdana";
	font-size: 14px;
	line-height: 20px;
	color: #8F9CA4;
}

.chunk01 div p a {
	font-size: 18px;
	line-height: 28px;
	text-decoration: underline;
	color: #1BA1F2;	
}

.chunk06 div.uk-width-medium-1-3 p:first-of-type {	
	font-size: 20px;
	line-height: 30px;
	color: #041520;
	border-bottom: 2px solid #1BA1F2;
	padding-bottom: 10px;
}

.chunk06-3 p:first-of-type {
    font-size: 18px;
    line-height: 140%;
    color: #041520;
    font-weight: 700;
}

.no-marg {
    margin-bottom: 0px!important;
}

img.resp {
	width: 100%;
}

p.blq {
    color: #8F9CA4;
    font-size: 14px;
    line-height: 20px;
}

.overlay-background {
    background: rgba(4, 21, 32, 0.8);
    border-radius: 0 0 5px 5px;
}

.slider-marg {
    margin-top: -80px;
}

.napr-content blockquote {
    font-size: 16px;
    line-height: 140%;
    margin: 50px 0;
    background: #EAEDEE;
    padding: 24px;
    border-left: 5px solid #1ba1f2;
}

.napr-content h2,h3,h4 {
    margin-top: 50px;
    line-height:140%;
}

.napr-content h1 {
margin-bottom: 40px;
}

.napr-content h2 {
font-size: 28px;
}

.napr-content h3 {
font-size: 24px;
}

.napr-content h4 {
    font-size: 20px;
}

.chunk08 {
	padding: 80px 0px;
}

.chunk08 img {
	display: block;
	max-height: 80px;
	float: left;
	margin-right: 40px;
}

.chunk08 p:last-of-type {
	margin-bottom: 0px;
}

.chunk10 div.uk-width-medium-1-2 p:first-of-type {	
	color: #041520;
	border-bottom: 2px solid #1BA1F2;
	padding-bottom: 10px;
}

.chunk10 .button {
    margin-top: 20px;
}

.block-title-border {
	color: #041520;
	border-bottom: 2px solid #1BA1F2;
	padding-bottom: 10px;	
	margin-bottom: 20px;
}

.chunk10 a.button {
	text-decoration: none;
	color: #fff;	
}

.chunk11 div p:first-of-type, .chunk18 div p:first-of-type  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #041520;
	margin-bottom: 20px;
}

.chunk12 div:first-child {
	margin-bottom: 20px;
}

p.bloquote-p {
	padding: 40px;
	background: #F9FAFB;
	font-size: 14px;
	line-height: 20px;
	color: #8F9CA4;
	margin-top: 30px;
}

a.gr {
    color: #1ba1f2;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

.uk-vertical-align-middle p:last-of-type {
	margin-bottom: 0px;
}
.chunk16 {
	padding: 80px 0px;
}
.chunk16 img {
	display: block;
	max-height: 130px;
	float: left;	
}

.chunk16 p {
	margin-left: 170px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #041520;
	margin-bottom: 0px;
}

.chunk17 .uk-width-1-1 {
	margin-bottom: 70px;
}

.chunk17 a.button {
	text-decoration: none;
	color: #fff;	
	margin-top: 20px;
}



.gray-column {
	background: #EAEDEE;
	padding: 40px 60px;
}

.chunk22 {
	padding: 40px 0px;
}


.quote-middle {
	font-size: 18px;
	line-height: 28px;
	color: #041520;
	padding: 0px 40px 0px 40px;
	position: relative;
	
}


.quote-middle:before {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	background: url(../images/M53_quot_lest.svg);
	position: absolute;
	left: 0;
	top:0;
}

.quote-middle:after {
	content: "";
	display: block;
	width: 23px;
	height: 19px;
	background: url(../images/M53_quot_right.svg);
	position: absolute;
	right: 20px;
	bottom:0;
}

.image-and-quote {
	margin-top: 40px;
	
	border-radius: 5px;	
}

.image-and-quote img {
	border-radius: 5px 0px 0px 5px;
	display: block;
}

.image-and-quote a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    display: block;
    margin-left: 40px;
    margin-top: 10px;
}

.image-and-quote span {
    font-size: 14px;
    line-height: 20px;
    color: #8F9CA4;
    display: block;
    margin-left: 40px;
}

.image-and-quote .uk-width-2-3 {
	border: 1px solid #EAEDEE;
	border-radius: 0px 5px 5px 0px;
}

.text.chunk24 p {
    font-size: 12px;
    line-height: 140%;
    color: #8F9CA4;
}

.text.chunk24 a {
    font-size: 12px;
    line-height: 140%;
}

ul.ul-sub {
    margin-left: 2em;
}

.ul-sub li:before {
    content: "• ";
    color: #8F9CA4;
}

.ul-sub li {
    font-size: 14px;
    line-height: 140%;
}

.uk-accordion-content {
    display: block;
    padding: 40px;
    background-color: #F9FAFB;
    border-radius: 0 0 20px 20px;
}

.know-more {
	display: block;
	padding: 10px 20px;
	border: 1px solid #EAEDEE;
	color: #041520;
	margin: 20px 0px 0px 0px;
	text-decoration: none;
	position: relative;
//	background: url(../images/arrow.svg) right 10px center no-repeat;
}

.know-more:before {
    content: "";
    display: block;
    width: 22px;
    height: 11px;
    background: url(../images/arrow.svg);
    position: absolute;
    right: 15px;
    top: 16px;
   // z-index: -1;
    transition: transform 0.2s ease-out;
}

.know-more:hover {
    background-color: #EAEDEE;
}

.know-more.uk-active {
    background-color: #fff;
//    background: url(../images/minus.svg) right 10px center no-repeat;
}

.know-more.uk-active:before {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}

.know-more.uk-active:hover {
    background-color: #EAEDEE;
}

.know-more.uk-active:active, .know-more:active {
    background-color: #cad3d6;
}

.uk-accordion-content.acc-pad-price.uk-active {
    margin-bottom: 20px;
}

.know-more-price:hover {
    box-shadow: 0px 10px 20px 0 #eef0f1;
}

.uk-grid.know-more-price {
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
    border-bottom: 1px solid #e4e7e8;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.acc-pad-price {
    padding: 12px 0 30px 35px!important;
}

.uk-accordion {
    cursor: pointer;
}
.graphic h1 {
    margin-bottom: 40px;
}

.graphic h2 {
    margin-top: 40px;
}

.graphic hr {
    margin: 0;
}

.graphic .uk-width-1-1 {
    margin-bottom: 20px!important;
}

hr {
    border-color:#EAEDEE;
}

form {
    position: relative;    
}

.success {
    position: absolute;
    top: 0; left: 0; right: -10px; bottom: -10px;
    background: #fff;
    display: none;
}

.loading {
    position: absolute;
    top: 0; left: 0; right: -10px; bottom: -10px;
    background: #fff;
    display: none;
}


.success div p:first-of-type {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 115%;
    color: #1ba1f2;
/*  color: #4DC160;  */
    text-align: center;
    margin-top: 130px;
    margin-bottom: 20px;
}

.success div p:last-of-type {
    font-size: 14px;
    line-height: 20px;
    color: #8F9CA4;
    text-align: center;
}

.jobt {
    padding: 30px 50px;
    border: 2px solid #EAEDEE;
    border-radius: 9px;
    display: inline-block;
    margin-top: 20px;
}

.jobt h4 {
    margin-top: 0!important;
}

.jobt a.button {
    margin: 7px 0 3px;
}

.s-close {
    position: absolute;
    right: -30px;
    top: -10px;
}

.s-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}

.no-modal .s-close {
    right: 0px;
    top: 0px;
}

.success.no-modal div p:first-of-type {
    margin-top: 80px;
}

.pers-inf {
    font-size: 10px!important;
    line-height: 130%;
    margin-top: 20px;
    color: #8F9CA4;
}

.pers-inf a {
    color: #8F9CA4;
    border-bottom: 1px solid rgba(143, 156, 164, 0.36);
}

.pers-inf a:hover {
    color: #8F9CA4;
    border-bottom: 1px solid rgba(143, 156, 164, 0.75);
}

.docs h2,h3,h4 {
    margin-top: 40px;
}

.docs hr {
    margin-top: 20px;
}

.chunk05 a {
    font-size: 16px;
    color: #1BA1F2;
    text-decoration: underline;
}

a.morozov {
    float: right;
}
a.morozov:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

a.morozov:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

a svg #morozov_fill { 
    fill: #CCD6DC;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    
}

a svg:hover #morozov_fill { 
  fill: #39454C;
}


.cssload-loader {
 display: block;
 margin:0 auto;
 width: 29px;
 height: 29px;
 position: relative;
 border: 4px solid rgb(27,159,242);
 animation: cssload-loader 1.7s infinite ease;
  -o-animation: cssload-loader 1.7s infinite ease;
  -ms-animation: cssload-loader 1.7s infinite ease;
  -webkit-animation: cssload-loader 1.7s infinite ease;
  -moz-animation: cssload-loader 1.7s infinite ease;
  
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;  
}

.cssload-loader-inner {
 vertical-align: top;
 display: inline-block;
 width: 100%;
 background-color: rgb(27,159,242);
 animation: cssload-loader-inner 1.7s infinite ease-in;
  -o-animation: cssload-loader-inner 1.7s infinite ease-in;
  -ms-animation: cssload-loader-inner 1.7s infinite ease-in;
  -webkit-animation: cssload-loader-inner 1.7s infinite ease-in;
  -moz-animation: cssload-loader-inner 1.7s infinite ease-in;
}

.wrapper.bcrumbs {
    margin-top: -60px;
    margin-bottom: 60px;
}
ul.B_crumbBox {
    padding: 0;
}
ul.B_crumbBox li {
    display: inline;
    font-size: 12px;
    padding: 0;
    color: #1BA1F2;
}
ul.B_crumbBox li:before {
    content: none;
}
ul.B_crumbBox a {
    font-size: 12px;
    color: #041520;
    text-decoration: none;
}
ul.B_crumbBox a:hover {
    color: #1BA1F2;
}


@keyframes cssload-loader {
 0% {
  transform: rotate(0deg);
 }
 
 25% {
  transform: rotate(180deg);
 }
 
 50% {
  transform: rotate(180deg);
 }
 
 75% {
  transform: rotate(360deg);
 }
 
 100% {
  transform: rotate(360deg);
 }
}

@-o-keyframes cssload-loader {
 0% {
  transform: rotate(0deg);
 }
 
 25% {
  transform: rotate(180deg);
 }
 
 50% {
  transform: rotate(180deg);
 }
 
 75% {
  transform: rotate(360deg);
 }
 
 100% {
  transform: rotate(360deg);
 }
}

@-ms-keyframes cssload-loader {
 0% {
  transform: rotate(0deg);
 }
 
 25% {
  transform: rotate(180deg);
 }
 
 50% {
  transform: rotate(180deg);
 }
 
 75% {
  transform: rotate(360deg);
 }
 
 100% {
  transform: rotate(360deg);
 }
}

@-webkit-keyframes cssload-loader {
 0% {
  transform: rotate(0deg);
 }
 
 25% {
  transform: rotate(180deg);
 }
 
 50% {
  transform: rotate(180deg);
 }
 
 75% {
  transform: rotate(360deg);
 }
 
 100% {
  transform: rotate(360deg);
 }
}

@-moz-keyframes cssload-loader {
 0% {
  transform: rotate(0deg);
 }
 
 25% {
  transform: rotate(180deg);
 }
 
 50% {
  transform: rotate(180deg);
 }
 
 75% {
  transform: rotate(360deg);
 }
 
 100% {
  transform: rotate(360deg);
 }
}

@keyframes cssload-loader-inner {
 0% {
  height: 0%;
 }
 
 25% {
  height: 0%;
 }
 
 50% {
  height: 100%;
 }
 
 75% {
  height: 100%;
 }
 
 100% {
  height: 0%;
 }
}

@-o-keyframes cssload-loader-inner {
 0% {
  height: 0%;
 }
 
 25% {
  height: 0%;
 }
 
 50% {
  height: 100%;
 }
 
 75% {
  height: 100%;
 }
 
 100% {
  height: 0%;
 }
}

@-ms-keyframes cssload-loader-inner {
 0% {
  height: 0%;
 }
 
 25% {
  height: 0%;
 }
 
 50% {
  height: 100%;
 }
 
 75% {
  height: 100%;
 }
 
 100% {
  height: 0%;
 }
}

@-webkit-keyframes cssload-loader-inner {
 0% {
  height: 0%;
 }
 
 25% {
  height: 0%;
 }
 
 50% {
  height: 100%;
 }
 
 75% {
  height: 100%;
 }
 
 100% {
  height: 0%;
 }
}

@-moz-keyframes cssload-loader-inner {
 0% {
  height: 0%;
 }
 
 25% {
  height: 0%;
 }
 
 50% {
  height: 100%;
 }
 
 75% {
  height: 100%;
 }
 
 100% {
  height: 0%;
 }
}

/*====================Адапт====================*/


.napr-side-mobile {
	display: none;
	margin-top: 40px;
}

.desktop, .desktop-xl {
	display: block;
}

.mobile, .mobile-xl, .mobile-only {
	display: none;
}

@media screen and (min-width: 1354px) {
	.wrapper {
		width: 1274px;
	}		
}	

@media screen and (max-width: 1353px) and (min-width: 961px) {
	.wrapper {
		width: calc(100% - 100px);
	}	
}	

@media screen and (min-width: 1220px ) {

}	

@media screen and (max-width: 1219px) and (min-width: 0px) {
	.desktop-xl {
		display: none;
	}	
	.mobile-xl{
		display: block;
	}
	
}	

@media screen and (max-width: 960px) and (min-width: 0px) {
	.wrapper {
		width: calc(100% - 40px);
	}	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.header-mob-fix a.button {
		font-size: 16px;
		width: 100%;
		padding: 6px 0 7px;
		text-align: center;
		line-height: 19px;
		margin-left: 18px;
	}
	
	.chunk01 div p:first-of-type, .chunk05 div p:first-of-type , .chunk11 div p:first-of-type, .chunk18 div p:first-of-type {
		font-size: 25px;
		line-height: 140%;
	}
}	

@media screen and (max-width: 959px) and (min-width: 0px) {
	.socials {
		text-align: left;
	}
	
	
}

@media screen and (max-width: 768px) and (min-width: 0px) {
	.napr-side  {
		//display: none;
	}
	.napr-side-mobile {
		display: block;
	}
    .chunk08 .uk-width-1-1, .chunk05 .uk-width-1-1, .chunk01 .uk-width-1-1, .text .uk-width-1-1 {
		margin-bottom: 60px;
	}
	.chunk03 p {
		max-width: 100%;
	}
	.chunk16 .uk-width-1-1 {
	    margin-bottom: 0px;
	}
    .chunk16 img {
        float: none;
        margin: 0px auto 40px auto;
    }
    .chunk16 p {
        margin-left: 0px;
        font-size: 20px;
    }
}	
.napr-side li span {
    font-size: 18px;
    line-height: 140%;
}

.person p.book-caption {
    text-align: center;
    margin: 0 0 5px;
    font-size: 16px!important;
    font-weight: bold;
}

@media screen and (max-width: 480px) and (min-width: 0px) {
	.header-mob-fix a.button {
	
	}
	.close-modal {
		display: none;
	}
	.close-modal-mobile {
		display: block;
	}
	.uk-modal-dialog {
		border-radius: 0;
		padding: 100px 40px;
	}
	.mobile-only {
		display: block;
	}	
	.mobile-xl {
		display: none;
	}
	
	.chunk01 div p:first-of-type {
		
	}
	.s-close {
        position: absolute;
        right: 10px;
        top: -60px;
    }

}

@media screen and (max-width: 960px) and (min-width: 0px) {
    .slider-marg {
        margin-top: -40px;
    }
}

@media screen and (min-width: 1220px) {
    .person-photo {
        max-height: 340px;
    }	
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .text {
        margin-bottom: 0;
    }
    
    a.morozov {
    float: left;
    }
    
    .text.chunk03 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 450px) and (min-width: 335px) {
    .uk-overlay-panel {
        bottom: -112px;
    }
    ul.uk-slideshow.uk-overlay-active {
    min-height: 288px;
    }
}
@media screen and (max-width: 320px) and (min-width: 0px) {
    .uk-overlay-panel {
        bottom: -125px;
    }
    ul.uk-slideshow.uk-overlay-active {
    min-height: 260px;
    }
}

@media screen and (max-width: 960px) {
    .wrapper.bcrumbs {
        margin-top:-30px;
    }
}
@media screen and (max-width: 550px) {
    .bcrumbs {
        display:none;
    }
}

@media screen and (max-width: 360px) and (min-width: 0px) {
    .header-mob-fix a.button {
    font-size: 14px; 
    }
}

.prodoctorov {
    float: right;
}
.prodocwr {
    margin-top:-22px;
    overflow:hidden;
}

@media screen and (max-width: 910px) {
.prodocwr {
    margin-top:30px;
    overflow:hidden;
}
.prodoctorov {
    float: left;
}
}

.warning {
    background: #EC2327;
    position: fixed;
    pointer-events: all;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.warning .container {
    padding: 10px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.warning p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    display: flex;
    align-items: flex-start;
}

.warning p span a {
    color: #fff;
    text-decoration: underline;
}
.warning p:before {
    content: "";
    display: none;
    width: 40px;
    height: 40px;
    background: url(/images/warning.svg) center center no-repeat;
    background-size: cover;
    flex: 0 0 40px;
    margin-right: 10px
}

.warning p + .close {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: url(/images/close.svg) center center no-repeat;
    background-size: cover;
}

.menu-header a.close {
    width: 60px;
}