body {
    font-family: 'ProximaNova 400', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 320px;
    color: #434343;
    font-size: 16px;
	background-color: #F6F6F6;
}
* {
	box-sizing: border-box;
}

.fs-14{
	font-size: 14px;
}

ol {
	margin: 0!important;
}
ul,
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;
}
.overflow-y-scroll {
	overflow-y: auto;
	overflow-x: hidden;
}
.ov-x-hidden {
	overflow-x: hidden;
}
.mini-title{position:relative; margin-bottom:20px;}
.mini-title:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -12px;
    background: #F6F6F6;
    border-radius: 50em;
    z-index: -1;
}
.mini-title:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-left: 15px;
    background: #e4e4e4;
    border-radius: 50em;
    margin-bottom: 5px;
}
.ov-hidden {
	overflow: hidden;
}
.m-height-img {
	max-height: 150px;
}
.container {
    max-width: 1200px;
}

.bg-lgrey{
 background-color: #F6F6F6;
}
.f-12 {
	font-size: 12px;
}
.f-14 {
	font-size: 14px;
}
.f-16 {
	font-size: 16px;
}
.f-18 {
	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;
}
.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: 19px;
}
.ttu {
    text-transform: uppercase!important;
}
.ttn {
    text-transform: none!important;
}
.tdu {
  text-decoration: underline !important;
}
.tdn,
.tdn:hover {
  text-decoration: none !important;
}
.ls {
    letter-spacing: 0.05em;
}
.lh {
	line-height: 16px;
}
.lh-m {
	line-height: 19px;
}
.c-poin {
	cursor: pointer;
}
.text-ldblue {
    color: #85A8B8;
}
.text-gray {
 	color: rgba(67, 67, 67, 1);
}
.text-lgray {
 	color: #797979;
}
.text-llgray {
 	color: #A9A9A9;
}
.text-lllgray {
	color: #C4C4C4;
}
.text-black {
 	color: #151515;
}
.text-blue {
	color: #007bff;
}
.text-red {
	color: rgba(240, 81, 97, 1);
}
.text-green {
	color: #51F069;
}
.text-yellow {
	color: #E4C967;
}
.bg-transp {
	background: transparent;
}
.bg-green {
	background: #51F069;
}
.bg-gray {
	background: #434343;
}
.bg-lgray {
	background: #F6F6F6;
}
.bg-gray-1 {
	background: #E5E5E5;
}
.bg-black {
 	background: #434343;
}
.bg-lwhite {
 	background: #ffffffd6;
}
.bg-black-rgba {
 	background: rgba(0, 0, 0, .7);
}
.bg-ov-gradient {
	background: linear-gradient(360deg, #000000 0%, rgba(19, 80, 102, 0) 50%);
}
.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);
}
.hover-opacity {
	opacity: .6;
	transition: .3s;
}
.hover-opacity:hover {
	opacity: 1;
	transition: .3s;
	text-decoration: none;
}
.m-h-100 {
	min-height: 100vh;
}
.border-left-dark {
	border-left: 2px solid #434343;
}
.b-radius-3 {
	border-radius: 3px;
}
.nowrap {
	white-space: nowrap;
}
.border-none {
	border: none;
}
.select {
	position: relative;
}
.select select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/arr-select.png') no-repeat right 15px center;
	z-index: 2;
	padding: 5px 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-received {
	border-color: #51F069!important;
	color: #51F069!important;
}
.btn-reject {
	border-color: #F05161!important;
	color: #F05161!important;
}
.btn.disabled, .btn:disabled {
    background: #F5F5F5;
    border: none;
}
/* .btn {
	position: relative;
	display: table;
	padding: 13px 20px;
	background: transparent;
	border-radius: 50px;
	text-transform: uppercase;
	color: #151515;
	transition: .4s;
	margin: auto;
	font-size: 14px;
	border: 1px solid #434343;
	border-radius: 3px;
}
.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: 15px;
	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;
}
.btn-gray {
	background: #434343;
	border-radius: 3px;
	color: #fff;
}
.btn-gray:hover {
	color: #fff;
	opacity: .9;
}
.close {
	height: 20px;
	width: 20px;
	opacity: .7;
}
.close-min {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 18px;
    height: 18px;
    opacity: .9;
}
.bord-dashed {
	border: 1px dashed #A1A1A1;
}
.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%;
}
.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%);
}
.card-comp {
    min-height: 218px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	transition: .3s;
}
.card-comp:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	transition: .3s;
}
.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;
}
.top-0 {
	top: 0;
}
.bottom-0 {
	bottom: 0;
}
.right-0 {
	right: 0;
}
.left-0 {
	left: 0;
}
.w-content {
	width: fit-content;
}
.i-photo-b img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
.i-photo-m img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	object-fit: cover;
}
.i-photo-mm img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}
.obj-cover {
	object-fit: cover;
}
.scale-2 {
	transform: scale(1.4);
}
.hover-opacity-block:hover .hover-opacity-elem {
	opacity: 1;
	transition: .3s;
}
.hover-opacity-elem {
	opacity: 0;
	transition: .4s;
}
.hover-scale {
	transition: .4s;
}
.hover-scale:hover {
	transform: scale(1.3);
	transition: .3s;
}
.online {
	border: 3px solid #25C952;
}
.textarea,
.select select,
.input {
	padding: 12px 15px;
	border: 1px solid rgba(67, 67, 67, 0.5);
	border-radius: 3px;
}
.checkbox-1 {
	position: relative;
	width: 40px;
    height: 24px;
	-webkit-appearance: none;
	background: #F05161;
	outline: none;
	border-radius: 50px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	transition: .5s;
	cursor: pointer;
}
.checkbox-1:checked {
	background: rgba(81, 240, 105, 1);
}
.checkbox-1:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	top: 3px;
	left: 3px;
	background: #fff;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transition: .5s;
}
.checkbox-1:checked:before{
	left: 19px;
}
.search select {
	border: 1px solid rgba(246, 246, 246, 1);
}
.input-search {
	border: none;
	background: rgba(246, 246, 246, 1);
	padding: 12px 10px 11px 40px;
}
.input-search:focus {
	outline: none;
	box-shadow: 0 0 1px;
}
/*scroll*/
.scroll::-webkit-scrollbar {
	height: 6px;
	width: 4px;
}

.scroll::-webkit-scrollbar-track {
	background: #FBFBFB;
	/*border-radius: 5px;*/
}

.scroll::-webkit-scrollbar-thumb {
	background: #AFAFAF;
	border-radius: 5px;
	width: 40px;
	height: 25px;
	padding: 10px;

}
.link-prev {
	border: 1px solid #F6F6F6;
	border-radius: 3px;
	background: transparent;
	color: rgba(67, 67, 67, 0.5);
	display: inline-block;
}
.link-prev:hover {
	border: 1px solid #F5F5F5;
	background: #F5F5F5;
	color: rgba(67, 67, 67, 1);
	text-decoration: none;
}
.link-prev svg {
	fill: rgba(67, 67, 67, 0.5);
}
.link-prev:hover svg {
	fill: rgba(67, 67, 67, 1);
}
/*col-borders*/
.col-borders > div {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.col-borders > div:last-child {
	border-bottom: 1px solid transparent;
}
.col-borders > div > div:first-child {
	border-right: 1px solid rgba(0,0,0,.1);
}
@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;
	}
}
@media (max-width: 991px) {
 	h2, .h2 {
	    font-size: 27px;
	}
	h3, .h3 {
	    font-size: 26px;
	}
	.section-padding {
	    padding: 50px 0;
	}
}
@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-12-min {
		font-size: 12px;
	}
	.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;
	}
}
@media (max-width: 414px){
	.container {
	    max-width: 100%;
	}
 	h2, .h2 {
	    font-size: 21px;
	}
	.btn {
	    /*padding: 10px;*/
	    font-size: 13px;/*
	    text-align: left;*/
	}
	.btn-elips:after {
	    width: 41px;
	    height: 41px;
	}
	.btn-arr:before {
	    top: 12px;
	}
	.page-specialist .btn {
	    padding: 10px 25px 10px 10px;
	}
	.page-specialist .btn-elips span {
	    font-size: 12px;
	}
	.bg-head {
	    height: 160px!important;
	}
}
