body {
    font-family: 'ProximaNova 400', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    color: #424242;
    font-size: 18px;
}
* {
	box-sizing: border-box;
}
ol {
	margin: 0!important;
}
li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.lb-container {
    background: #fff;
}
.tm{font-size:16px;}
img {
    max-width: 100%;
	max-height:100%;
}
a {
    color: #434343;
    transition: .3s;
    border-bottom: 1px solid transparent;
}
a:hover {
    color: #434343;
    transition: .3s;
    text-decoration: underline;
}
hr {
    border-top: 1px solid rgb(169, 169, 169)!important;
}
.ov-x-hidden {
	overflow-x: hidden;
}
.z-index-1 {
	z-index: 1;
	position: relative;
}
.position-center {
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.mini-title{position:relative; margin-bottom:20px;}
.mini-title:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -8px;
    background: #F6F6F6;
    border-radius: 50em;
    z-index: -1;
}
.mini-title:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: 15px;
    background: #f6f6f6;
    border-radius: 50em;
    margin-bottom: 7px;
    right: 0;
    z-index: -1
}
.ov-hidden {
	overflow: hidden;
}
.m-height-img {
	max-height: 150px;
}
.rss-desc{}
.container {
    max-width: 1200px;
}
.f-12 {
	font-size: 12px;
}
.f-14 {
	font-size: 14px;
}
.f-16 {
	font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova 700', sans-serif!important;
    color: #151515;
}
h1, .h1 {
	font-family: 'ProximaNova 400'!important;
	font-size: 64px;
}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 30px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
.f-24 {
	font-size: 24px;
}
.fw-3 {
	font-family: 'ProximaNova 300', sans-serif!important;
}
.fw-4 {
	font-family: 'ProximaNova 400', sans-serif!important;
}
.fw-6 {
	font-weight: 600;
}
.fw-7 {
	font-family: 'ProximaNova 700', sans-serif!important;
}
.ttu {
    text-transform: uppercase;
}
.tdu {
  text-decoration: underline !important;
}
.ls {
    letter-spacing: 0.05em;
}
.lh {
	line-height: 16px;
}
.lh-m {
	line-height: 19px;
}
.lh-title-m {
	line-height: 50px;
}
.c-poin {
	cursor: pointer;
}
.text-ldblue {
    color: #85A8B8;
}
.text-lgray {
 	color: #797979;
 }
.text-llgray {
 	color: #A9A9A9;
}
.text-lllgray {
	color: #C4C4C4;
}
.text-black {
 	color: #151515;
}
.text-blue {
	color: #007bff;
}
.bg-transp {
	background: transparent;
}
.bg-lgray {
	background: #F6F6F6;
}
.bg-black {
 	background: #434343;
}
.bg-lwhite {
 	background: #ffffffd6;
}
.bg-black-rgba {
 	background: rgba(0, 0, 0, .7);
}
.bx-shadow {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}
.bx-shadow-dark {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.m-h-100 {
	min-height: 100vh;
}
.border-left-dark {
	border-left: 2px solid #434343;
}
.nowrap {
	white-space: nowrap;
}
.border-none {
	border: none;
}
.select {
	position: relative;
}
.select select {
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/arr-select.png') no-repeat right 3.5% center;
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
}
.select select::-ms-expand {
	/* IE */
	display: none;
}
button:focus {
	outline: none!important;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 10px 60px 10px 23px;
    background: transparent;
    border-radius: 50px;
    text-transform: uppercase;
    color: #151515;
    transition: .4s;
}
.btn:hover {
	box-shadow: 0px 4px 15px #E5E5E5;
}
.btn-arr:before {
    content: '';
    position: absolute;
    background: url(../img/arr-link.svg) center no-repeat;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 15px;
    z-index: 2;
}
.btn-arr-rotate:before {
	transform: rotate(-180deg);
}
.btn-elips:after {
	content: '';
	position: absolute;
	left: -1px;
    top: -1px;
    width: 46px;
    height: 46px;
	background: #F6F6F6;
	border-radius: 50px;
	z-index: 1;
	transition: .4s;
}
.btn-elips span {
	z-index: 2;
	position: relative;
}
.btn:hover:after {
	width: 101%;
	transition: .7s;
	background: #fff;
}
.btn-ordinar {
	padding: 8px 35px;
	text-align: center;
	border-radius: 2px;
	background: transparent;
	border: 1px solid #434343;
	transition: .3s;
}
.btn-ordinar:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.20);
	transition: .3s;
}
.btn-ordinar_min {
	padding: 8px 10px;
}
.link-bg {
    display: inline-block;
    padding: 5px 10px;
    background: #f6f6f6;
}
.link-bg:hover {
    background: #fbfbfb;
}
.padding-bottom {
	padding-bottom: 75px;
}
.section-padding {
	padding-top: 75px;
	/*padding-bottom: 75px;*/
}
.arr-link img {
	width: 20px;
    height: 10px;
}
.arr-link-bg {
	background: #F6F6F6;
    border: none;
    border-radius: 50px;
    width: 58px;
    height: 58px;
}
.arr-prew {
	transform: rotate(-180deg);
}
ul.list-st {
    padding-left: 10px;
}
.list-st li:before {
    content: '';
    background: #C4C4C4;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    border-radius: 5px;
}
.socials-links a {
    background: #F6F6F6;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 3px 0;
}
.socials-links a img {
    width: 55%;
	margin: 50% auto;
    display: block;
    transform: translate(0, -70%);
}
.socials-links a:hover {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.bord-top-bot {
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}
.i-plus {
	width: 18px;
	height: 18px;
	margin: auto 0;
	cursor: pointer;
}
.i-size {
	width: 15px;
	height: 15px;
}
.photo {
	margin-top: -100px;
}
.mh-big-img{
	max-height:500px;
	overflow:hidden;
}
.fon-page {
	height: 50vh;
}
/*cards educat-institution*/
.card-min-height {
	min-height: 170px;
}
.t-height-big {
	line-height: 29px;
	min-height: 90px;
}
.brand-comp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.brand-comp-page {
	max-width: 85%;
    width: auto;
}
.card-img {
	min-height:100px;
}
.card-comp {
    height: 100%;
    border: 1px solid #e2e2e2;
    transition: .3s;
}
.card-comp:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	transition: .3s;
}
.spec-persona {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid #f2f2f2;
    object-fit: cover;
    margin: auto;
    display: block;
}
.spec-desc-text {
    height: 40px;
	overflow: hidden;
}
.tmm {font-size:14px;}

.sticky {
  position: fixed;
  z-index: 1;
padding-top:100px;
}
.stop {
  position: relative;
  z-index: 1;
padding-top:0;
}
.single .header-title{
bottom: 40px;
}
.pluso-010010011010-06 .pluso-wrap a {
    margin: 3px 8px 5px 0px!important;
}
.pluso-010010011010-06 .pluso-counter b {
    top: -15px!important;
}
.map {
	width: 100%;
	height: 500px;
    border: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
	.m-xl-inherit {
		margin: inherit!important;
	}
}
@media (min-width: 576px) {
	.m-sm-inherit {
		margin: inherit!important;
	}
}

@media (max-width: 1199px)  {
	body {
	    font-size: 16px;
	}
	h2, .h2 {
	    font-size: 30px;
	}
	.elips-elem:before {
	    width: 50px!important;
	    height: 50px!important;
	}
	.f-24 {
	    font-size: 18px;
	}
.brand-name {
    height: 50px;
    overflow: hidden;
}
}
@media (max-width: 991px) {
 	h2, .h2 {
	    font-size: 27px;
	}
	h3, .h3 {
	    font-size: 26px;
	}
	.section-padding {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.card-min-height {
	    min-height: 145px;
	}
	.bg-head {
	    height: 370px!important;
	}
	.photo {
		margin: -70px auto 30px;
	}
}
@media (max-width: 677px) {
	body {
	    font-size: 16px;
	}
	.f-24 {
	    font-size: 17px;
	}
	.padding-bottom {
	    padding-bottom: 0;
	}
}
@media (max-width: 575px) {
 	h2, .h2 {
	    font-size: 25px;
	}
	h3, .h3 {
	    font-size: 22px;
	}
	.f-24 {
	    font-size: 15px;
	}
	.f-min {
		font-size: 11px;
	}
	.card-min-height {
	    min-height: auto;
	}
	.t-height-big {
	    min-height: auto;
	}
	.m-xs-auto {
		margin: auto!important;
	}
	.bg-head {
	    height: 300px!important;
	}
	.photo {
		margin: -50px auto 30px;
	}
	.pluso-010010011010-06 .pluso-counter b {
		top: 10px!important;
	}
}
@media (max-width: 414px){
	.container {
	    max-width: 100%;
	}
 	h2, .h2 {
	    font-size: 21px;
	}
	.btn {
	    font-size: 13px;
	    text-align: left;
	}
	.btn-elips:after {
	    width: 41px;
	    height: 41px;
	}
	.btn-arr:before {
	    top: 12px;
	}
	.page-specialist .btn-elips span {
	    font-size: 12px;
	}
	.bg-head {
	    height: 160px!important;
	}
	.f-12-min {
		font-size: 12px;
	}
	.spec-persona {
		width: 80px;
		height: 80px;
	}
}
