@font-face {
	font-family: 'ClearSans';
	src: url('../fonts/clearsans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ClearSans';
	src: url('../fonts/clearsans-italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'ClearSans';
	src: url('../fonts/clearsans-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'ClearSans';
	src: url('../fonts/clearsans-bolditalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

html {
	background: #f4f4f7;
}

body {
	font: 17px/1.3 'ClearSans', sans-serif;
	color: #181818;
	background: #f4f4f7;
}

textarea {
	resize: none;
}

a {
	color: #303D87;
	transion: color 0.3s;
}

a:hover {
	color: #303D87;
	text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
	white-space: nowrap;
	color: inherit;
}

.input-group-text {
	min-width: 53px;
	text-align: center;
	background: none;
	border-color: #888;
	border-radius: 0;
}

.input-group-text img {
	display: block;
	margin: 0 auto;
}

.form-control {
	min-height: 45px;
	color: #181818;
	font-size: 17px;
	border-color: #888;
	border-radius: 0;
}

.form-control:focus {
	color: #181818;
	border-color: #303D87;
	box-shadow: none;
}

.btn {
	padding: 15px;
	color: #303D87;
	font-size: 17px;
	font-weight: bold;
	border: 2px solid currentColor;
	border-radius: 0;
	text-transform: uppercase;
	white-space: normal;
	background: none;
	transion: color 0.3s, border-color 0.3s;
}

.btn:hover {
	color: #303D87;
}

.btn-small {
	padding: 10px 15px;
}

.btn-white,
.btn-white:hover {
	color: #fff;
}

.btn-yellow,
.btn-yellow:hover {
	color: #E65626;
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox:disabled + .form-check-label {
	color: inherit;
}

.checkbox + label {
	position: relative;
	margin-left: -1.25rem;
	padding-left: 33px;
}

.checkbox + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 21px;
	height: 21px;
	border: 1px solid #3d3d3e;
}

.checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 21px;
	height: 21px;
	background: url('../images/icon-tick.svg') 50% 50% no-repeat;
	background-size: 11px 7px;
}

h1, .h1 {
	position: relative;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

h2, .h2 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35;
}

h3, .h3 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

h4, .h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #303D87;
}

p {
	margin-bottom: 22px;
}

strong {
	color: #303D87;
}

#wrapper {
	position: relative;
	overflow-x: hidden;
}

#header {
	padding: 28px 0 0 0;
	background: #fff;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.col-header {
	margin-bottom: 28px;
}

.logo {
	display: inline-block;
	max-width: 277px;
}

.working-hours {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
}

.header-phone {
	position: relative;
	display: block;
	padding: 0 0 0 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 23px;
	line-height: 32px;
}

#recallChatButtonNone{
	background: #303d87;
}
.mobile-menu {
		display: none;
		padding: 20px 0 0 0;
	justify-content: space-around;
}
.header-phone:before {
	content: '';
	position: absolute;
	margin: 10px 0 0 -35px;
	width: 27px;
	height: 38px;
	background: url('../images/icon-phone.svg') 50% 50% no-repeat;
	background-size: 27px 38px;
}
.header-middle {
	display: flex;
	align-items: center;
}


.links-middle {
	border-right: 2px solid #000;
	
}

.navigation-menu-middle {
	width: 300px;
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
}

.middle-content-menu {
	padding-top: 30px;
}



.header-lang option span:before {
	content: 'asdasd';
}

#main {
	position: relative;
	z-index: 0;
	margin-top: 110px;
}

.section {
	position: relative;
	z-index: 1;
	padding: 30px 0;
}

.section-white {
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.tagline {
	margin: 40px 0 0 -15px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.tagline li {
	position: relative;
	display: inline-block;
	padding: 55px 15px 0 15px;
	max-width: 33.33%;
	text-align: center;
	font-size: 18px;
}

.tagline li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 34px;
	background: currentColor;
}

.navigation-menu__link,
.services__link,
.price-link {
	font-size: 26px;
	color: #000;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	transition: 0.3s all ease-in-out;
	outline: none;
}

.tagline li:first-child:before {
	display: none;
}

.tagline img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.section-title {
	display: table;
	margin: 0 0 35px 0;
	padding: 0 0 0 23px;
	width: 100%;
	height: 48px;
	border-left: 2px solid currentColor;
}

.section-title > * {
	display: table-cell;
	vertical-align: middle;
}

.features {
	margin: 0 -7px;
}

.features .feature-col {
	position: relative;
	z-index: 0;
	margin-bottom: 14px;
	padding: 25px 7px 35px 7px;
	text-align: center;
}

.features .feature-col:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 7px;
	top: 0;
	right: 7px;
	bottom: 0;
	border: 1px solid #303D87;
}

.features .feature-icon {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 auto 20px;
	padding: 0 0 16px 0;
	width: 152px;
	height: 75px;
	border-bottom: 3px solid #dcdcdc;
}

.features .feature-icon img {
	display: block;
	margin: 0 auto;
}

.features .feature-icon:before {
	content: '';
	position: absolute;
	left: 40px;
	top: 100%;
	right: 40px;
	height: 3px;
	background: #303D87;
}

.features .feature-text {
	padding: 0 10px;
}

.features .col-consultation {
	position: relative;
	z-index: 0;
	margin-bottom: 14px;
	padding: 20px 20px;
	color: #fff;
}

.features .col-consultation:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 7px;
	top: 0;
	right: 7px;
	bottom: 0;
	border: 1px solid #303D87;
	background: #303D87;
}

.consultation-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
}

.consultation-text {
	margin-bottom: 20px;
	font-size: 18px;
}

.services {
	padding-left: 15px;
}

.services .service-col {
	position: relative;
	padding: 0 10px 5px 53px;
}

.services .service-col:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	width: 36px;
	height: 36px;
	border: 1px dashed #b8b8b8;
	border-radius: 50%;
	background: #303D87;
	background: -webkit-radial-gradient(center, circle cover, #303D87 0%, #303D87 35%, #303D87 35%, #66303D87f 36%, #66303D87f 100%);
	background: radial-gradient(circle at center, #303D87 0%, #303D87 35%, #303D87 35%, #66303D87f 36%, #66303D87f 100%);
	background-position: 50% 50%;
	background-clip: content-box;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.services .service-col:after {
	content: '';
	position: absolute;
	left: 17px;
	top: 36px;
	bottom: 0;
	border-left: 1px dashed #b8b8b8;
}

.services .service-row:last-child .service-col:last-child:after {
	display: none;
}

.section-trademark {
	overflow: hidden;
}

.section-trademark:before {
	content: '\ae';
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	font-weight: bold;
	font-size: 640px;
	color: #e7e7ef;
	opacity: 0.57;
	transform: translate(26%, -58%);
}

.trademark-list {
	padding: 0 0 0 35px;
}

.trademark-list ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.trademark-list ul li {
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
}

.trademark-list ul li:before {
	content: '\2022';
	position: absolute;
	left: 2px;
	top: -1px;
	color: #303D87;
	font-size: 1.1em;
}

.trademark-text {
	margin: 30px 0 0 0;
	padding: 15px 23px 0 23px;
	border: 3px solid #303D87;
}

.offers .offer-col {
	margin-bottom: 25px;
}

.offers .offer {
	padding: 35px 22px;
	text-align: center;
	background: #fff;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.offer-title {
	margin-bottom: 15px;
	font-size: 25px;
}

.offer-price {
	margin-bottom: 15px;
	font-size: 48px;
	color: #303D87;
	line-height: 1;
}

.offer-list {
	position: relative;
	margin: 0 0 20px 0;
	padding: 25px 0;
	border-top: 3px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;
}

.offer-list:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	margin: 0 0 0 -36px;
	width: 72px;
	height: 3px;
	background: #303D87;
}

.offer-list:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin: 0 0 0 -36px;
	width: 72px;
	height: 3px;
	background: #303D87;
}

.offer-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.offer-list ul li {
	position: relative;
}

.offer-list ul li:before {
	content: '\2022';
	display: block;
	text-align: center;
	color: #303D87;
	font-size: 1.1em;
}

.offer-list ul li:first-child:before {
	display: none;
}

.offer-note {
	margin-bottom: 25px;
	font-weight: bold;
	font-style: italic;
	color: #303D87;
}

.reasons {
	margin-bottom: 30px;
}

.reasons .reason-col {
	position: relative;
	z-index: 0;
	padding: 24px 10px 24px 10px;
	cursor: pointer;
	background-color: #fff;
	transition: background-color 0.3s, color 0.3s;
}

.reasons .reason-col.active {
	cursor: default;
	color: #fff;
	background: #303D87;
}

.reasons .reason-col:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	outline: 1px solid #dcdcdc;
}

.reasons .reason-col:after {
	content: attr(data-order);
	position: absolute;
	z-index: -1;
	right: 25px;
	top: 5px;
	line-height: 1;
	font-size: 126px;
	font-weight: bold;
	color: #343434;
	opacity: 0.05;
	transition: color 0.3s;
}

.reasons .reason-col.active:after {
	color: #fff;
}

.reasons .reason-icon {
	margin-bottom: 10px;
}

.reasons-info .reason-details {
	display: none;
}

.reasons-info .reason-details.active {
	display: block;
}

.reason-details .reason-title {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1.2;
	color: #303D87;
}

.section-more {
	z-index: 0;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
	width: 100vw;
	color: #fff;
	text-align: center;
	background: url('../images/bg.jpg') 50% 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.more-title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
}

.more-text {
	margin: 25px 0 0 0;
	font-size: 20px;
}

.work-sequence {
	margin-bottom: -60px;
	padding-top: 30px;
}

.work-item {
	position: relative;
	margin: 0 0 60px;
	padding: 50px 15px 15px;
	border: 1px dashed #bebebe;
}

.work-item:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin: -42px 0 0 -42px;
	padding: 5px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #e7e7ef;
}

.work-item:after {
	content: attr(data-order);
	position: absolute;
	left: 50%;
	top: 0;
	margin: -42px 0 0 -42px;
	padding: 5px;
	width: 84px;
	height: 84px;
	font-size: 30px;
	font-weight: bold;
	line-height: 68px;
	color: #fff;
	text-align: center;
	border: 1px dashed #bebebe;
	border-radius: 50%;
	background: #303D87;
	background: -webkit-radial-gradient(center, circle cover, #303D87 0%, #303D87 44%, #303D87 44%, #66303D87f 45%, #66303D87f 100%);
	background: radial-gradient(circle at center, #303D87 0%, #303D87 44%, #303D87 44%, #66303D87f 45%, #66303D87f 100%);
	background-position: 50% 50%;
	background-clip: content-box;
	background-repeat: no-repeat;
	background-size: 72px 72px;
}

.work-title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #303D87;
}

.section-registration {
	z-index: 2;
	margin: 30px -15px 0;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 200px;
	color: #fff;
	background: #303D87;
}

.registration-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

.registration-text {
	margin-bottom: 25px;
	font-size: 20px;
}

.application-form {
	padding: 25px 15px 9px 15px;
	color: #181818;
	background: #fff;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.captcha-reload {
	margin: 0 10px 0 5px;
	cursor: pointer;
}

.captcha-text {
	clear: both;
	margin-top: 5px;
	font-size: 12px;
}

.experts {
	overflow: hidden;
	margin: 30px -11px 0;
	font-size: 0;
	white-space: nowrap;
}

.experts.slick-slider {
	overflow: visible;
	white-space: normal;
}

.experts .expert {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
	width: 100%;
	white-space: normal;
	font-size: 17px;
}

.experts .expert-photo {
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}

.experts .expert-photo img {
	margin: 0 auto;
	width: auto;
	height: 400px;
}

.experts .expert-name {
	margin-bottom: 5px;
	font-weight: bold;
	color: #303D87;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 43px;
    line-height: 1;
    opacity: .75;
    color: #1c305c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .slick-arrow { */
	/* z-index: 1; */
	/* left: -4px; */
	/* width: 51px; */
	/* height: 51px; */
	/* font-size: 20px; */
	/* line-height: 51px; */
	/* color: inherit; */
	/* text-align: center; */
	/* background: #dcdcdc; */
	/* border-radius: 50%; */
	/* transition: color 0.3s, background-color 0.3s; */
/* } */

.slick-next {
	left: auto;
	right: -4px;
}

.slick-arrow:focus {
	color: inherit;
	background: #dcdcdc;
}

/* .slick-arrow:hover { */
	/* color: #fff; */
	/* background-color: #303D87; */
/* } */



.slick-arrow svg {
	display: inline-block;
	width: 23px;
	height: 18px;
}

.slick-dots {
	line-height: 10px;
	font-size: 0;
}

.slick-dots li {
	vertical-align: top;
	margin: 0 6px;
	width: 10px;
	height: 10px;
}

.slick-dots span {
	cursor: pointer;
	display: inline-block;
	margin-top: 2px;
	width: 6px;
	height: 6px;
	background: #dcdcdc;
	border-radius: 50%;
}

.slick-dots .slick-active span {
	margin-top: 0;
	width: 100%;
	height: 100%;
	background: #303D87;
}

.experts .slick-arrow {
	top: 40%;
}

.awards {
	margin-bottom: -20px;
	padding-top: 35px;
}

.award-col {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}

.award-col:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 15px;
	top: 0;
	right: 15px;
	bottom: 0;
	border: 1px dashed #888;
}

.award-col:hover:before {
	border-color: #303D87;
}

.award-col:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.award-title {
	position: absolute;
	top: -35px;
	font-weight: bold;
	color: #303D87;
}

.award-content {
	display: inline-block;
	padding: 0 10px;
	width: 100%;
	vertical-align: middle;
	white-space: normal;
}

.ratings-col {
	margin-top: 45px;
}

.ratings .award-content {
	vertical-align: bottom;
}

.award-image {
	margin-bottom: 15px;
	min-height: 60px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.award-col:hover .award-image {
	-webkit-filter: none;
	filter: none;
}

.clients {
	overflow: hidden;
	margin: -10px 35px 0;
	white-space: nowrap;
	font-size: 0;
}

.clients.slick-slider {
	margin: -35px 0 0;
	padding: 0 35px;
	overflow: visible;
	white-space: normal;
}

.clients .slick-prev {
	left: -15px;
}

.clients .slick-next {
	right: -15px;
}

.clients .client {
	display: inline-block;
	vertical-align: top;
	padding: 25px 10px ;
	width: 100%;
	white-space: normal;
	font-size: 17px;
}

.clients .client-image {
	height: 138px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.clients .client-image:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.clients .client-image:hover {
	background: #fff;
	border-color: #dcdcdc;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.clients .client-image img {
	display: inline-block;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	vertical-align: middle;
}

.testimonials {
	position: relative;
	overflow: hidden;
	margin: 0 -22px;
	white-space: nowrap;
	font-size: 0;
}

.testimonials.slick-dotted {
	margin-bottom: 10px;
	padding-bottom: 15px;
	overflow: visible;
	white-space: normal;
}

.testimonials .testimonial {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 15px 22px 0;
	white-space: normal;
	font-size: 17px;
}

.testimonial-review {
	position: relative;
	padding: 35px 20px 40px;
	border: 1px solid #dcdcdc;
}

.testimonial-review:before {
	content: '';
	position: absolute;
	top: -15px;
	width: 41px;
	height: 27px;
	background: url('../images/icon-quotes.svg') 0 0 no-repeat;
	background-size: 41px 27px;
}

.testimonial-author {
	position: relative;
	margin: -20px 20px 0 20px;
	padding: 10px 14px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.testimonial-author .author-avatar {
	float: left;
	width: 50px;
	margin-right: 12px;
}

.testimonial-author .author-avatar img {
	border-radius: 50%;
}

.testimonial-author .author-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #303D87;
}

.testimonial-author .author-post {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.testimonial .testimonial-more {
	padding: 10px 20px 5px 20px;
	font-size: 15px;
}

.testimonial .testimonial-more a {
	border-bottom: 1px dashed currentColor;
}

.testimonial .testimonial-more a:hover {
	border-color: transparent;
}

.why-we-text {
	padding: 0 0 40px 25px;
}

.col-advantage {
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

.advantage-icon {
	height: 55px;
}

.advantage-title {
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
	color: #303D87;
}

.advantage-text {
	margin: 0 auto;
	max-width: 280px;
}

.section-faq {
	overflow: hidden;
}

.section-faq:before {
	content: '?';
	position: absolute;
	z-index: -1;
	right: -138px;
	top: -61px;
	width: 503px;
	height: 503px;
	text-align: center;
	font-size: 337px;
	font-weight: bold;
	line-height: 310px;
	color: #f1f1f6;
	border: 69px solid rgba(231,231,239,0.57);
	border-radius: 50%;
}

.faq {
	margin-bottom: -25px;
}

.col-faq {
	position: relative;
	z-index: 0;
	padding: 20px 25px 25px 40px;
	margin-bottom: 25px;
}

.col-faq:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 15px;
	top: 0;
	right: 15px;
	bottom: 0;
	border: 1px solid #dcdcdc;
}

.faq-question {
	margin-bottom: 5px;
	min-height: 2.6em;
	font-weight: bold;
}

.section-question {
	z-index: 2;
	margin: 0 -15px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 200px;
	color: #fff;
	background: #303D87;
}

.question-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

.question-text {
	margin-bottom: 25px;
	font-size: 20px;
}

.question-form {
	padding: 25px 15px 9px 15px;
	color: #181818;
	background: #fff;
	box-shadow: 0 8px 27px rgba(0,0,0,0.05);
}

.section-contacts {
	margin-bottom: -20px;
	font-size: 20px;
}

.contacts-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #303D87;
}

.contacts-address {
	margin-bottom: 20px;
	padding-left: 40px;
	min-height: 34px;
	line-height: 1.2;
	background: url('../images/icon-marker.svg') 0 50% no-repeat;
	background-size: 24px 34px;
}

.contacts-phone {
	display: inline-block;
	margin: 0 50px 20px 0;
	padding: 8px 0 0 40px;
	min-height: 38px;
	line-height: 1.2;
	background: url('../images/icon-phone.svg') 0 50% no-repeat;
	background-size: 27px 38px;
}

.contacts-fax {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 0 0 40px;
	min-height: 38px;
	line-height: 1.2;
	background: url('../images/icon-fax.svg') 0 50% no-repeat;
	background-size: 29px 26px;
}

.contacts-email {
	margin-bottom: 20px;
	padding: 8px 0 10px 40px;
	min-height: 26px;
	line-height: 1.2;
	background: url('../images/icon-email.svg') 0 50% no-repeat;
	background-size: 27px 26px;
}

.file {
	position: relative;
	width: 100%;
}

.file label {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	min-height: 45px;
	padding: .375rem .75rem;
	border: 1px solid #888;
}

.file input {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
}

.file button {
	position: absolute;
	z-index: 0;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.file span {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 150px 0 .75rem;
	line-height: 43px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer {
	padding: 15px 0 20px 0;
	color: #fff;
	background: #303D87;
}

#footer a {
	color: inherit;
}

.navigation {
	margin: 0 0 -5px 0;
	padding: 0;
	list-style: none;
}


.navigation li {
	padding: 5px 0;
}

.popup {
	position: relative;
	margin: 0 auto;
	padding: 30px;
	max-width: 640px;
	background: #fff;
}

.popup-title {
	margin: -30px -30px 30px -30px;
	padding: 15px 70px 15px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	background: #303D87;
}

.popup form {
	margin-bottom: -1rem;
}

.popup-consult {
	max-width: 506px;
}

.popup-registration,
.popup-callback {
	max-width: 350px;
}
.popup-success {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
	height: 100%;
}

#success {
	position: absolute;
	left: 0;
	top: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.success-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.success-title {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 41px;
	color: #303D87;
}

.boss-name {
	display: block;
	top: 400px;
	width: 350px;
	height: 125px;
	padding: 25px 15px;
	position: absolute;
	z-index: 10;
	background-color: #2f3c84b3;
	color: #fff;
}

@media (min-width: 300px) {
	.boss-name {
		display: none;
	}
}

@media (min-width: 576px) {
	h1:before, .h1:before {
		position: absolute;
		right: 100%;
		top: -2px;
		content: '\2014\A0';
	}
	.btn {
		padding: 15px 20px;
		font-size: 18px;
	}
	.btn-call{
		padding: 8px 17px;
		font-size: 14px;
	}

	.working-hours {
		margin: 0 11px 0 0;
		padding: 4px 14px 4px 0;
		text-align: right;
		border-right: 2px solid #000;
		border-bottom: 0;
	}
	.header-phone,
	.header-lang {
		display: inline-block;
	}
	.section {
		padding: 30px 20px;
	}
	.section-white {
		margin: 0;
	}
	.tagline {
		margin: 40px 0 0 -20px;
	}
	.tagline li {
		padding: 55px 20px 0 20px;
		font-size: 19px;
	}
	.section-more {
		margin-top: -40px;
		padding-top: 75px;
	}
	.more-content {
		padding: 0 0 10px 0;
	}
	.more-title {
		font-size: 28px;
	}
	.section-registration,
	.section-question {
		margin: 30px 0;
		padding: 30px 20px 35px 140px;
	}
	.section-question {
		margin-bottom: 0;
	}
	.section-registration:before,
	.section-question:before {
		content: '';
		position: absolute;
		z-index: -1;
		left: -96px;
		top: 6px;
		height: 192px;
		border-left: 96px solid transparent;
		border-right: 96px solid #E65626;
		border-radius: 50%;
	}
	.section-registration:after,
	.section-question:after {
		content: url('../images/icon-email-white.svg');
		position: absolute;
		z-index: -1;
		left: 21px;
		top: 55px;
		width: 94px;
	}
	.application-form,
	.question-form {
		margin: 0 0px 0 -120px;
		padding: 25px 25px 9px 25px;
	}
	/* .slick-arrow { */
		/* left: -14px; */
	/* } */
	.slick-next {
		left: auto;
		right: -23px;
	}
	.clients .slick-prev {
		left: -25px;
	}
	.clients .slick-next {
		right: -25px;
	}
	.clients .client {
		width: 33.33%;
	}
	.navigation {
		padding: 0 0 0 20px;
	}
	.boss-name {
		display: none;
	}
	
}

@media (min-width: 768px) {
	.section {
		padding: 30px;
	}
@keyframes fadeIn {
	  0% { opacity: 0; }
	  100% { opacity: 1; }
	}
	.section-first {
		margin: 0 -15px 0 -15px;
		padding: 30px 0 30px 330px;
		min-height: 400px;
		background: url('../images/Pavleva Viktoria.png') 30px 150px no-repeat;
		background-size: 40% !important;
		animation: fadeIn 1s;
	}
	
	.sf{
		
		background: url('../images/Pavleva Viktoria.png') 30px 50px no-repeat;
	}
	
	.ss{
		background: url('../images/Islamov Timur.png') 0px 50px no-repeat;
	}
	
	
	
	.tagline {
		margin: 50px 0 0 -20px;
	}
	.services {
		margin-bottom: -30px;
	}
	.services .service-row:last-child .service-col:after {
		display: none;
	}
	.trademark-text {
		margin: -18px 0 0 0;
	}
	.reasons {
		margin-bottom: 0;
	}
	.section-more {
		padding-top: 75px;
	}
	.more-title {
		font-size: 35px;
		line-height: 1.2;
	}
	.work-sequence {
		margin-bottom: 0;
		padding-top: 0;
	}
	.work-item {
		float: left;
		margin-bottom: 20px;
		padding: 20px 50px 25px 15px;
		width: calc(50% - 41px);
	}
	.work-item:nth-child(even) {
		float: right;
		padding: 20px 15px 25px 50px;
	}
	.work-item:before,
	.work-item:after {
		left: 100%;
		top: 50%;
	}
	.work-item:nth-child(even):before,
	.work-item:nth-child(even):after {
		left: 0;
	}
	.section-registration,
	.section-question {
		margin: 0 0 30px 0;
		padding: 30px 20px 35px 140px;
	}
	.section-question {
		margin: 30px 0 0 0;
	}
	.experts {
		margin-top: 40px;
	}
	.experts .expert {
		width: 50%;
	}
	.ratings-col {
		margin-top: 0;
	}
	.award-col:before {
		left: 10px;
		right: 10px;
	}
	.award-title {
		left: 10px;
	}
	.testimonials .testimonial {
		width: 50%;
	}
	.why-we-text {
		padding: 0 0 50px 25px;
	}
	.col-advantage {
		margin-bottom: 0;
	}
	.col-advantage:before {
		content: '';
		position: absolute;
		left: 0;
		top: 4px;
		width: 1px;
		height: 34px;
		background: currentColor;
	}
	.col-advantage:first-child:before {
		display: none;
	}
	.advantage-title {
		margin-bottom: 20px;
	}
	.navigation {
		margin: -5px 0;
		padding: 0 0 0 18px;
		list-style: none;
	}
	.navigation li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 5px 23px 5px 12px;
	}
	.navigation li:before {
		content: '|';
		position: absolute;
		right: 0;
	}
	.navigation li:last-child:before {
		display: none;
	}
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		margin-bottom: 15px;
		font-size: 26px;
		font-weight: normal;
		line-height: 1.35;
	}
	h3, .h3 {
		margin: 0;
		font-weight: bold;
		font-size: 25px;
		line-height: 1.2;
	}
	#header {
		margin: 0 0 34px 0;
		position: fixed;
		width: 100%;
		z-index: 99999;
	}
	.section {
		padding: 40px;
	}
	.section-first {
		margin: 0 -10px 0 -30px;
		padding: 40px 0 0 410px;
		min-height: 500px;
		background-size: auto 500px;
	}
	.tagline {
		margin: 135px 0 0 -20px;
	}
	.section-title {
		padding: 0 0 0 33px;
		height: 52px;
	}
	.features .col-consultation {
		padding: 20px 35px;
	}
	.features .col-consultation:after {
		content: url('../images/icon-pencil.svg');
		position: absolute;
		z-index: -1;
		box-sizing: content-box;
		right: 35px;
		bottom: 30px;
		width: 84px;
		height: 86px;
		padding: 0 0 33px 35px;
		background: #E65626;
		border-radius: 50%;
	}
	.features .feature-icon {
		margin-bottom: 40px;
	}
	.consultation-title {
		font-size: 30px;
	}
	.consultation-text {
		font-size: 20px;
	}
	.offers {
		margin: 0 -8px;
	}
	.offers .offer-col {
		padding: 0 8px;
		margin-bottom: 0;
	}
	.reasons .reason-col {
		padding: 34px 10px 24px 20px;
	}
	.section-more {
		padding-top: 75px;
	}
	.more-content {
		padding: 0 50px;
	}
	.work-item {
		padding: 20px 80px 25px 20px;
	}
	.work-item:nth-child(even) {
		padding: 20px 20px 25px 80px;
	}
	.section-registration {
		margin: 25px 0 100px 0;
		padding: 30px 40px 35px 140px;
	}
	.registration-text {
		margin-bottom: 0;
	}
	.application-form {
		margin: -130px 0;
		padding: 25px 25px 9px 25px;
		width: 435px;
	}
	.experts {
		margin-top: 60px;
	}
	.experts .expert {
		width: 33.33%;
	}
	.testimonials.slick-dotted {
		margin-bottom: 10px;
		padding-bottom: 40px;
	}
	.testimonial-author {
		float: left;
		margin: -20px 0 0 20px;
		padding: 10px 14px;
		width: 60%;
	}
	.testimonial .testimonial-more {
		float: right;
		padding: 5px 0 5px 10px;
		width: calc(40% - 20px);
		text-align: right;
	}
	.why-we-text {
		padding: 0 0 70px 35px;
	}
	.faq {
		padding-top: 10px;
	}
	.col-faq {
		padding: 20px 35px 25px 50px;
		margin-bottom: 30px;
	}
	.section-question {
		margin: 100px 0 -20px 0;
		padding: 30px 40px 35px 140px;
	}
	.question-text {
		margin-bottom: 0;
		font-size: 20px;
	}
	.question-form {
		margin: -85px 0 -100% 0;
		padding: 25px 25px 9px 25px;
		width: 435px;
	}
	.navigation {
		padding: 0 0 0 28px;
	}
	.boss-name {
		display: inline-block;
		top: 400px;
		width: 450px;
		height: 125px;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 40px;
	}
	.container {
		max-width: 1200px;
	}
	/* #main:before, */
	/* #success:before { */
		/* content: 'legalmax'; */
		/* position: absolute; */
		/* z-index: -1; */
		/* left: 50%; */
		/* top: -30px; */
		/* font-size: 505px; */
		/* font-weight: bold; */
		/* line-height: 1; */
		/* color: #fff; */
		/* white-space: nowrap; */
		/* opacity: 0.4; */
		/* pointer-events: none; */
		/* text-shadow: 0 0 21px rgba(47,47,68,0.04); */
		/* transform: translateX(-50%); */
	/* } */
	#success:before {
		top: 50%;
		margin-top: -50px;
		font-size: 336px;
		transform: translate(-50%, -50%);
	}
	.section {
		padding: 50px 70px;
	}
	.section-first {
		margin: 0 -10px 0 -30px;
		padding: 90px 0 1px 510px;
		min-height: 591px;
		background-size: auto;
	}
	.tagline {
		margin: 110px 0 25px -20px;
	}
	.section-more {
		padding-top: 75px;
	}
	.more-content {
		padding: 0 70px;
	}
	.section-registration {
		margin: 65px 0 140px 0;
		padding: 30px 40px 35px 140px;
	}
	.testimonial-author {
		width: 55%;
	}
	.testimonial .testimonial-more {
		float: right;
		padding: 10px 0 0 0;
		width: calc(45% - 30px);
		font-size: 15px;
		text-align: right;
	}
	.registration-title,
	.question-title	{
		font-size: 30px;
		line-height: 1.2;
	}
	.section-question {
		padding: 30px 40px 35px 140px;
	}
	.section-contacts {
		margin: 0;
	}
	.navigation {
		padding: 0 0 0 58px;
	}
	.boss-name {
		top: 523px;
	}
}

.header-lang .dropdown {
	top: 2px;
}

.header-lang .btn,
.header-lang .btn:hover
.header-lang .btn:active,
.header-lang .btn:focus{
	border: none !important;
	background: none !important;
	color: #181818 !important;
	outline: none !important;
	box-shadow: none !important;
}

.header-lang button .flag-icon {
	top: -2px;
}

.header-lang .dropdown-item {
	padding: .5rem 1.2rem;
	font-size: 18px;
}

.header-lang .dropdown-item:hover {
	background-color: #ddd !important;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#search-form .btn {
    padding: 10px;
}

#search-form .preloader {
    padding: 0 0 40px;
}

#search-form .result {
    padding: 0 20px 40px;
}

#search-form .result .text-center {
    margin-top: 25px;
}

#search-form .result img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

#search-form .result .card-content {
    margin: 15px 30px;
    text-align: left;
}

#search-form .result .card-content p {
    margin-bottom: 12px;
}

@media (max-width: 575px) {
	
	.mobile-menu {
		display: flex;
		padding-top: 0.5rem;
		padding-bottom: 1rem;
		/* width: 290px; */
		justify-content: center;
		gap: 5px;
		/* margin: 0 auto; */
		/* margin-left: 55px; */
		
		
	}

	.navigation-menu__link-mobile {
		padding: 5px;
		color: #303d87;
		font-size: 17px;
		font-weight: bold;
		border: 2px solid currentColor;
		border-radius: 0;
		text-transform: uppercase;
		white-space: normal;
		background: none;
		transition: color 0.3s, border-color 0.3s;
		width: 142.5px;
		text-align: center;
	}

	.links-middle{
		display: none;
		
	}
	.header-middle{
		display: block;
	}
#main{
	margin-top: 0;
}
	
}



