* {
	background: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	font: 16px 'Montserrat', sans-serif;
	line-height: normal;
	padding: 0;
	margin: 0;
	color: #212529;
	background: #fff;
	min-height: 100%;
	width: 100%;
	font-weight: 400;
}

a {
	color: #4b99c8;
	text-decoration: none;
}

strong,
b {
	color: #4d4d4d;
}

p {
	margin: 0 0 25px;
	line-height: 31px;
	font-size: 16px;
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

h1 {
	font-size: 29px;
	line-height: normal;
	color: #424652;
	margin: 0 0 25px 0;
}

h2 {
	font-size: 26px;
	line-height: normal;
	color: #2d2d2d;
	margin: 40px 0 40px 0;
	position: relative;
}

h3 {
	font-size: 21px;
	line-height: normal;
	color: #2d2d2d;
	margin: 20px 0 25px 0;
	position: relative;
}

h4 {
	font-size: 19px;
	line-height: normal;
	color: #2d2d2d;
	margin: 20px 0 25px 0;
	position: relative;
}

article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
	display: block;
}

.wrap {
	min-width: 320px;
	position: relative;
}

.wrap-main {
	background-color: #fff;
}

.wrap-center {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.header {
	border-radius: 10px 10px 0 0;
	padding: 35px 30px 20px 30px;
	background-color: #fff;
}

.logo {
	display: block;
	height: 50px;
	line-height: 18px;
	padding: 7px 0 0 0;
	margin: 0 auto;
	color: #adadad;
	font-weight: 300;
	font-size: 10px;
	background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/favicon.svg) 0 center / 46px no-repeat;
	padding-left: 61px;
}

.logo span {
	font-size: 32.1px;
	color: #313131;
}

.logo p {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 0 2px;
}

.logo span:hover {
	color: #797979;
}

.logo span.logo-domain {
	color: #8491bb;
	font-size: 18px;
	font-weight: 300;
}

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

ol,
ul {
	list-style: none;
}

.cols {
	padding: 10px 30px 30px 30px;
}

.main {
	min-height: 100vh;
}

.fx-1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.sect {
	margin-bottom: 40px;
}

.sect ul {
	margin: 40px 0 40px 25px;
	padding: 0 0 0 40px;
	list-style: none;
}

.sect a {
	color: #0c469c;
	text-decoration: underline;
}

.sect a:hover {
	text-decoration: none;
}

.sect ul>li {
	position: relative;
	margin: 0 0 11px;
	line-height: 31px;
}

.sect ul>li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -32px;
	width: 9px;
	height: 9px;
	border-radius: 8px;
	background: #3987be;
}

.sect ol {
	counter-reset: li;
	margin: 35px 0 25px 25px;
	padding: 0 0 0 40px;
}

.sect ol>li {
	position: relative;
	list-style: none;
	margin: 0 0 17px 4px;
	line-height: 31px;
}

.sect ol>li::before {
	content: counters(li, ".");
	counter-increment: li;
	position: absolute;
	top: 4px;
	left: -40px;
	width: 23px;
	/* height: 23px; */
	text-align: center;
	letter-spacing: -1px;
	border-radius: 15px;
	font-size: 25px;
	/* background: #3987be; */
	color: #3987be;
	font-weight: 600;
	line-height: 25px;
}

.sect-header {
	margin-bottom: 20px;
}

.fx-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sect-title {
	font-weight: 600;
	font-size: 24px;
}

#dle-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#menu {
	margin: 30px 0 40px 0;
}

#menu a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #405965;
	margin: 0 0 15px 0;
	background: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}

#menu a:hover {
	color: #fff;
	background-color: #518abb;
}

#menus {
	padding: 15px 0 5px 0;
}

#menus a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #405965;
	margin: 0 0 15px 0px;
	background: #fcfcfc;
	text-decoration: none;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#menus a:hover {
	color: #fff;
	background-color: #337ab7;
}

.sidebar__nav__toggle {
	display: none;
}

.form-and-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 0 20px 0;
}

.form-and-list ol {
	width: 60%;
	margin-top: 0;
	font-size: 14px;
	padding: 20px 0px 0 40px;
}

.form-and-list ol li:before {
	font-size: 36px;
	font-weight: 900;
	color: #3987be;
	background: transparent;
	top: 10px;
}

@media (max-width: 1140px) {
	#menus a {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	#primary_nav_wrap {
		display: none;
	}
	.sidebar {
		display: none;
	}
	.sect-title.nowrap {
		white-space: normal;
	}
}

@media (max-width: 1000px) {
	.form-and-list {
		display: block;
	}
	.form-and-list ol {
		width: 100%;
	}
	#infoheader {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.fixheader {
		padding: 0 6px;
	}
	.sect-title.nowrap {
		white-space: normal;
	}
	h1 {
		font-size: 21px;
	}
	p {
		margin: 28px 0 10px;
		line-height: 28px;
		font-size: 15px;
	}
	.logo {
		line-height: 33px;
		padding-top: 0;
		font-size: 28px;
	}
}

.quote {
	display: block;
	padding: 25px 35px 25px 110px;
	margin: 40px 0 40px;
	border-radius: 4px;
	background: #ffffff no-repeat 30px;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/quotes.svg);
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	border-radius: 6px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 4px 23px #ecf2f8;
	font-size: 17px;
}

@media (max-width: 450px) {
	.sect ul {
		margin: 35px 10px 30px 0px;
		padding: 0 0 0 40px;
		list-style: none;
	}
	.logo p {
		margin: 0;
		font-size: 9px;
		line-height: 18px;
	}
	.sect ul>li {
		position: relative;
		margin: 0 0 11px;
		line-height: 27px;
		font-size: 14px;
	}
	h1 {
		font-size: 18px;
	}
	.logo span {
		font-size: 18px;
	}
	.sect-title.nowrap {
		white-space: normal;
	}
	.logo {
		display: block;
		height: 40px;
		line-height: 14px;
		padding: 5px 0 0 0;
		color: #adadad;
		font-weight: 300;
		font-size: 10px;
		background: url(https://xn----7sbbqffcc2boiaif9bemb9ona.xn--p1ai/favicon.svg) 0 center / 30px no-repeat;
		padding-left: 43px;
	}
	.wrap-center {
		margin-top: 10px;
	}
	.header {
		padding: 10px 10px 10px 15px;
	}
	p {
		margin: 5px 0 30px;
		line-height: 24px;
		font-size: 14px;
	}
	h2,
	h3 {
		margin: 20px 0 20px 0px;
	}
	h2:before,
	h3:before {
		content: none;
	}
	.sect ol {
		counter-reset: li;
		margin: 15px 0 10px 0px;
		padding: 0 0 0 40px;
		font-size: 14px;
	}
	.sect ol>li {
		position: relative;
		list-style: none;
		margin: 0 0 12px 4px;
		line-height: 27px;
	}
	.quote {
		padding: 10px 15px;
		margin: 20px 0 20px 0;
		background: #f5f5f5 no-repeat 35px 50%;
		border-radius: 4px;
		background-image: none;
		line-height: 21px;
		color: #525252;
		font-size: 13px;
	}
	.quote:before {
		background: none;
	}
	.inn-input {
		padding-right: 4px;
	}
}

.white_p {
	text-align: center;
}

.white_p p {
	font-size: 14px;
	line-height: 24px;
	color: #6c6c6c;
}

.inn-form,
.inn-result {
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
}

.inn-form * {
	box-sizing: border-box;
}

.inn-form button {
	display: inline-block;
	border: none;
	border-radius: 5px;
	height: 52px;
	padding: 0 25px;
	font-size: 15px;
	color: #fff;
	background: #bcbcbc;
	cursor: pointer;
}

.inn-input select {
	border: none;
	border-radius: 5px;
	width: 100%;
	color: #757575;
	line-height: 1.15;
	margin: 0 0 0 2px;
	padding: 0 15px;
	font-weight: 400;
	background-color: #eee;
	height: 56px;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}

#inn-confirm {
	background: #459bd2;
	width: 100%;
	display: inline-block;
	border: none;
	border-radius: 5px;
	height: 52px;
	padding: 0 28px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

#inn-confirm:hover {
	background: #2c8ac6;
	box-shadow: 0px 10px 20px rgb(63 140 190 / 43%);
}

#modalButton {
	background: #459bd2;
	width: 100%;
	display: inline-block;
	border: none;
	border-radius: 5px;
	height: 37px;
	padding: 0 28px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

#modalButton:hover {
	background: #2c8ac6;
}

.inn-row {
	margin-bottom: 20px;
}

.inn-row label {
	font-size: .92857rem;
	font-weight: bold;
	color: #000;
}

.inn-input {
	padding-top: 5px;
}

.inn-input input {
	border: none;
	border-radius: 5px;
	width: 100%;
	line-height: 1.15;
	margin: 0 0 0 2px;
	padding: 0 15px;
	font-weight: 400;
	background-color: #eee;
	height: 56px;
	font-size: 15px;
}

.inn-input input:focus {
	outline-color: #2a3f84;
}

.infor {
	text-align: center;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 23px 15px 15px 15px;
	height: 252px;
}

.infor p {
	margin: 21px 0 5px;
	line-height: 25px;
	font-size: 13px;
}

.infor img {
	width: 46%;
}

.button {
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #3c8cc394;
	padding: 2px 5px;
	border-radius: 5px;
	margin: 0 3px;
}

.click1 {
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 5px;
}

.site {
	margin: 35px 0;
}

.site a {
	background: #337ab7;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 4px;
}

.site a:hover {
	background: #518abb;
}

.fixheader {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 25px 0 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#infoheader {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#infoheader a {
	color: #fff;
}

.infoheader-link {
	color: #ffffff;
	display: block;
	position: relative;
}

.infoheader-link:hover {
	text-decoration: underline;
	color: #d7f0ff;
}

.infoheader-phone {
	margin: 0 20px 0 20px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient( 180deg, #4b93c6 30%, #6bb6dc 100%);
	background-image: -o-linear-gradient(88deg, #4b93c6 0%, #48bfcb 100%);
	background-image: linear-gradient( 270deg, #4b93c6 30%, #6bb6db 100%);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 12px rgb(57 135 190 / 37%);
	box-shadow: 0 0 12px rgb(57 135 190 / 37%);
	padding: 7px 11px 8px 53px;
	position: relative;
}

.infoheader-phone-online {
	margin: 0 20px 0 20px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient( 180deg, #4b93c6 30%, #6bb6dc 100%);
	background-image: -o-linear-gradient(88deg, #4b93c6 0%, #48bfcb 100%);
	background-image: linear-gradient( 270deg, #4b93c6 30%, #6bb6db 100%);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 12px rgb(57 135 190 / 37%);
	box-shadow: 0 0 12px rgb(57 135 190 / 37%);
	padding: 7px 11px 8px 53px;
	position: relative;
	overflow: hidden;
}

.infoheader-phone-online::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -32%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.4) 50%, rgba(229, 172, 142, 0));
	transform: rotateZ( 114deg) translate(-5em, 7.5em);
	animation: sheen 2s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(110deg) translate(1em, -32em);
	}
}

.infoheader-link:before {
	content: "";
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/img/download.svg);
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	transform: translate(-38px, 3px);
}

.infoheader-link2 {
	color: #ffffff;
	display: block;
	position: relative;
}

.infoheader-link2:hover {
	text-decoration: underline;
	color: #d7f0ff;
}

.infoheader-link2 {
	color: #ffffff;
	display: block;
	position: relative;
}

.infoheader-link2:before {
	content: "";
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/img/online.svg);
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	transform: translate(-41px, 2px);
}

.infoheader-phone span {
	display: block;
	color: #dbf2ff;
	font-size: 11px;
}

.infoheader-phone a {
	font-size: 15px;
}

.infoheader-phone a:hover {
	color: #3987be;
}

.infoheader-phone-online span {
	display: block;
	color: #dbf2ff;
	font-size: 11px;
}

.infoheader-phone-online a {
	font-size: 15px;
}

.infoheader-phone-online a:hover {
	color: #3987be;
}

.headmenu {
	background: #3987be;
	background-image: linear-gradient( 90deg, #4b93c6 55%, #6cb7dc 100%);
}

.headcenter {
	max-width: 1140px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	text-align: center;
}

.headcenter li {
	display: inline-block;
}

.headcenter a {
	color: #fff;
	padding: 5px 14px;
	font-size: 14px;
}

.headcenter a:hover {
	background: #6ba6d0;
}

@media (max-width: 1200px) {
	.fixheader {
		padding: 0;
	}
}

@media (max-width: 1140px) {
	.fixheader {
		padding: 0;
	}
	.form1 {
		float: none;
		width: 100%;
		padding: 0 4px 0 0;
	}
	.wrap-center {
		margin-top: 10px;
	}
}

#results {
	width: 100%;
}

.arriva {
	display: block;
	padding: 25px 35px 25px 99px;
	margin: 0 0 40px;
	border-radius: 4px;
	background: #ffffff no-repeat 30px;
	background-image: url(https://xn--o1adak.xn--80asehdb/ok.svg);
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	border: 1px solid #e6e6e6;
	font-size: 17px;
}

.arreva {
	display: block;
	padding: 25px 35px 25px 99px;
	margin: 0 0 40px;
	border-radius: 4px;
	background: #ffffff no-repeat 30px;
	background-image: url(https://xn--o1adak.xn--80asehdb/error.svg);
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	border: 1px solid #e6e6e6;
	font-size: 17px;
}

.d1 {
	margin: 20px 0;
	background-color: #fff;
	overflow: hidden;
	padding: 0;
}

.d1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 20px;
	border: 1px solid #dadada;
	background: #fdfdfd;
	border-radius: 5px;
	padding: 15px 15px;
}

.d1 p {
	max-width: 173px;
	color: #212738;
	line-height: 20px;
	font-size: 13px;
	margin-top: 10px;
}

.search-result__content-wrapper {
	width: 100%;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	word-break: break-word;
	padding-right: 20px;
	border-right: 1px dashed #d4d4d4;
}

.search-result__content-wrapper:last-child {
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.search-result__col-title {
	color: #1b6cb1;
	font-size: 13px;
	height: 30px;
}

.count {
	border: 1px solid #e87777;
	background: #fef5f5;
	padding: 20px 29px 20px 29px;
}

@media (max-width: 990px) {
	.d1 p {
		max-width: 100%;
		font-size: 15px;
		margin: 10px 0 20px 0;
	}
	.d1 {
		display: block;
		padding: 15px 15px 0 15px;
	}
	.search-result__col-title {
		height: auto;
	}
}

.summa {
	font-size: 14px;
	background: #3987be;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0px;
	margin: 15px 0 0 0;
}

.shorts h2 {
	font-size: 26px;
	line-height: normal;
	color: #2d2d2d;
	margin: 15px 0 22px 0;
}

.quotes {
	display: block;
	padding: 25px 35px 25px 110px;
	margin: 40px 0 40px;
	border-radius: 4px;
	background: #ffffff no-repeat 30px;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/ok.svg);
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	border-radius: 6px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 4px 23px #ecf2f8;
	font-size: 17px;
}

.quotis {
	display: block;
	padding: 25px 35px 5px 99px;
	margin: 40px 0 40px;
	border-radius: 4px;
	background: #fff no-repeat 30px;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/ok.svg);
	border: 1px solid #e6e6e7;
	box-shadow: 0 4px 23px #ecf2f8;
	background-position-x: 27px;
	background-position-y: 32px;
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	font-size: 17px;
}

.quotis p {
	margin: 0 0 20px;
}

.download-file {
	padding: 15px 30px;
	margin: 20px 0 20px 0;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	box-shadow: 0px 0px 38px rgb(38 50 56 / 13%), 0px 0px 100px rgb(38 50 56 / 0%);
	background-image: none;
	line-height: 27px;
	color: #525252;
	font-size: 15px;
	position: relative;
}

.download-files {
	padding: 15px 30px 5px 30px;
	margin: 20px 0 30px 0;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 38px rgb(38 50 56 / 13%), 0px 0px 100px rgb(38 50 56 / 0%);
	border-radius: 4px;
	background-image: none;
	line-height: 27px;
	color: #525252;
	font-size: 15px;
	position: relative;
}

.file {
	background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/down1.png) no-repeat 0px 10px;
	background-size: 44px;
	padding: 14px 20px 20px 64px;
	font-size: 18px;
	line-height: 19px;
}

.file span {
	font-size: 13px;
	color: #a9a9a9;
}

.sam {
	background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/sam.svg) no-repeat 0px 10px;
	background-size: 44px;
	padding: 14px 20px 20px 64px;
	font-size: 18px;
	line-height: 19px;
}

.sam span {
	font-size: 13px;
	color: #a9a9a9;
}

@media (max-width: 790px) {
	.quotes {
		display: block;
		padding: 15px 20px;
		margin: 20px 0 20px;
		border-radius: 4px;
		background: #fff no-repeat 30px;
		background-image: none;
		background-size: 49px;
		line-height: 25px;
		color: #525252;
		border: 1px solid #ced4da;
		box-shadow: 0 4px 23px #ecf2f8;
		font-size: 14px;
	}
	.quotis {
		display: block;
		padding: 15px 20px 5px 20px;
		margin: 20px 0 20px;
		border-radius: 4px;
		background: #fff no-repeat 30px;
		border: 1px solid #ced4da;
		box-shadow: 0 4px 23px #ecf2f8;
		background-image: none;
		background-size: 49px;
		line-height: 25px;
		color: #525252;
		font-size: 14px;
	}
}

@media (max-width: 830px) {
	.file {
		font-size: 14px;
	}
	.sam {
		font-size: 14px;
	}
}

.newp a {
	color: #493920;
	text-decoration: none;
	white-space: nowrap;
}

.wrapper1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}

.card-bl {
	min-width: 190px;
	min-height: 304px;
	background: #ffffff;
	padding: 7px 5px 0 5px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	margin: 10px 12px 35px 13px;
	box-shadow: 0 3px 11px #e7e7e7;
	border: 1px solid #e7e7e7;
}

.card-bls {
	min-width: 190px;
	min-height: 143px;
	background: #ffffff;
	padding: 7px 5px 15px 5px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	margin: 10px 12px 35px 13px;
	box-shadow: 0 3px 11px #e7e7e7;
	border: 1px solid #e7e7e7;
}

.wrapper2 {
	display: flex;
	flex-wrap: wrap;
}

.card-b2 {
	max-width: 175px;
	min-height: 277px;
	background: #ffffff;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	margin: 10px 10px 35px 10px;
	border: 1px solid #ced4da;
	box-shadow: 0 4px 14px #ecf2f8;
}

#card-btn-bl {
	all: unset;
	display: inline-block;
	margin-left: auto;
	padding: 5px 6px;
	border-radius: 4px;
	font-size: 11px;
	transition: all 0.1s;
	cursor: pointer;
	letter-spacing: 1.2px;
	background: #57a0ce;
}

#card-btn-bl:hover {
	color: #57a0ce;
	background: #FFF;
}

#category {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#category a {
	text-decoration: none;
	color: #535353;
}

.app-block-wrapper {
	border-radius: 6px;
	vertical-align: top;
	display: inline-block;
	margin: 10px;
	flex: 1;
	position: relative;
	min-width: 250px;
	max-width: 250px;
}

.app-block-wrapper a {
	color: #1d1d1d;
	text-decoration: none;
	font-weight: bold;
}

.app-block-wrapper p {
	margin-top: 10px;
	line-height: 22px;
	color: #383838;
	font-size: 15px;
}

.app-block-wrapper img {
	border: 1px solid #e7e7e7;
	border-radius: 7px;
	margin-bottom: 10px;
}

.app-block-wrapper:hover {
	transition: all 0.5s ease 0s;
	opacity: 0.8;
}

.app-block-wrapper span {
	position: absolute;
	left: 0;
	bottom: 10px;
	max-width: 280px;
	background: #1c1c1aa3;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 0 5px 5px 0;
}

.content {
	max-width: 800px;
	float: left;
	padding-right: 20px;
}

.right-menu {
	width: 280px;
	float: right;
	padding: 0 0 0 10px;
	position: sticky;
	top: 10px;
}

.right-menu-content {
	border: 1px solid #ced4da;
	box-shadow: 0 4px 13px #ecf2f8;
	border-radius: 8px;
	margin: 10px 0 20px 0;
	padding: 0 10px;
}

.right-menu-content:hover {
	border: 1px solid #97a2ad;
}

.full-image {
	max-width: 780px;
	max-height: 408px;
	position: relative;
	display: inline-block;
	margin: 0 0 35px 0;
}

.full-image img {
	opacity: 0.9;
}

.full-image span {
	position: absolute;
	left: 0;
	bottom: 25px;
	max-width: 450px;
	background: #1c1c1a8a;
	padding: 10px 10px 10px 20px;
	border-radius: 0 5px 5px 0;
}

.full-image h1 {
	font-size: 25px;
	line-height: normal;
	color: #ffffff;
	margin: 0;
	text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
}

.rezume {
	width: 100%;
	margin: 20px 0;
}

.rezume a {
	display: inline-block;
	border: none;
	border-radius: 5px;
	padding: 11px 28px;
	font-size: 16px;
	color: #fff;
	background: #337ab7;
	cursor: pointer;
	text-decoration: none;
}

.rezume a:hover {
	background: #4f87b8;
}

@media (max-width: 1140px) {
	.content {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.right-menu {
		display: none;
	}
}

@media (max-width: 1000px) {
	.form-and-list ol {
		width: 100%;
		margin: 40px 0;
	}
}

@media (max-width: 400px) {
	.form-and-list ol {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.form-and-list ol {
		font-size: 12px;
	}
	.full-image span {
		position: absolute;
		left: 0;
		bottom: 25px;
		max-width: 300px;
		background: #1c1c1a8a;
		padding: 10px;
		border-radius: 0 5px 5px 0;
	}
	.full-image h1 {
		font-size: 18px;
		line-height: normal;
		color: #ffffff;
		margin: 0;
		text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
	}
	.full-image {
		max-width: 780px;
		max-height: 408px;
		position: relative;
		display: inline-block;
		margin: 0;
	}
}

@media (max-width: 454px) {
	.full-image {
		margin: 0 0 20px 0;
	}
	.app-block-wrapper {
		margin: 10px 0;
	}
}

@media (max-width: 370px) {
	.full-image span {
		max-width: 240px;
	}
	.full-image h1 {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.app-block-wrapper {
		min-width: 220px;
		max-width: 220px;
	}
}

@media (max-width: 900px) {
	.wrapper2 {
		justify-content: center;
	}
	.app-block-wrapper {
		min-width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 320px) {
	.logo p {
		margin: 0;
		font-size: 8px;
		line-height: 18px;
	}
}

@media (max-width: 350px) {
	.app-block-wrapper span {
		max-width: 250px;
		font-size: 13px;
	}
}

.polezno {
	margin-bottom: 20px;
}

.white {
	background: #FFFFFF;
	box-shadow: 0px 0px 38px rgb(38 50 56 / 13%), 0px 0px 100px rgb(38 50 56 / 0%);
	border-radius: 20px;
	padding: 50px 60px 30px 60px;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}

.white__title {
	color: #404040;
	font-size: 30px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.white__title span {
	font-weight: 300;
	color: rgba(64, 64, 64, 0.7);
}

.tabs__body {
	padding-top: 40px;
	position: relative;
	border-top: 1px solid #EAF1F3;
}

.tabs__body--main {
	margin: 0px -60px;
	padding: 0px 60px;
	padding-top: 40px;
}

.group-info-block {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

.info-block {
	display: flex;
	flex-direction: column;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 22px;
	padding: 15px;
}

.ts-col-3 {
	width: calc((100%) / 3);
	flex-direction: row;
}

.ts-col-3 .img-block {
	margin-right: 20px;
}

.img-block img {
	padding-top: 10px;
	max-width: 99px;
}

.text-block p {
	margin: 8px 0 0 0;
	line-height: 22px;
	font-size: 14px;
}

.info-block1 {
	display: flex;
	flex-direction: column;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 22px;
	padding: 15px;
}

.infos {
	padding: 10px 0px;
	position: relative;
	background: linear-gradient( 180deg, #3987be 0%, #53b2ea 100%);
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
}

.container h2 {
	color: #fff;
	font-size: 32px;
	margin: 30px 0 30px 0;
}

.container ol {
	counter-reset: li;
	margin: 35px 0 25px 25px;
	padding: 0 0 0 15px;
}

.container ol>li {
	position: relative;
	list-style: none;
	margin: 0 0 17px 0px;
	line-height: 31px;
}

.container ol>li::before {
	content: counters(li, ".");
	counter-increment: li;
	position: absolute;
	top: 3px;
	left: -40px;
	width: 23px;
	/* height: 23px; */
	text-align: center;
	letter-spacing: -1px;
	border-radius: 15px;
	font-size: 27px;
	/* background: #3987be; */
	color: #ffffff;
	font-weight: 600;
	line-height: 25px;
}

.footer {
	padding: 40px 0px;
	background-color: #F0F4F8;
}

.container-footer {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 13px;
	color: rgba(64, 64, 64, 0.7);
	text-align: center;
}

.container-footer img {
    width: 60px;
    margin-right: 5px;
    vertical-align: middle;
    border-style: none;
    display: inline;
}

.container-footer p {
	margin: 0 0 10px 0;
	line-height: 23px;
	font-size: 14px;
}

@media (max-width: 999px) {
	.button {
		white-space: normal;
	}
	.ts-col-3 {
		width: 100%;
	}
}

@media (max-width: 1190px) {
	.white__title {
		color: #404040;
		font-size: 27px;
		font-style: normal;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.white {
		padding: 30px 60px;
		margin-right: 30px;
		margin-left: 30px;
	}
	.container {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
		color: #fff;
	}
	.container-footer {
		padding: 0 30px;
	}
}

@media (max-width: 999px) {
	.white__title {
		font-size: 23px;
	}
	.white {
		padding: 30px 30px;
		margin-right: 0;
		margin-left: 0;
		box-shadow: none;
	}
}

@media (max-width: 700px) {
	.white {
		padding: 0px 25px;
		margin-right: 0;
		margin-left: 0;
		box-shadow: none;
	}
}

@media (max-width: 500px) {
	.white {
		padding: 0px 25px;
		margin-right: 0;
		margin-left: 0;
		box-shadow: none;
	}
	.logo span {
		font-size: 24px;
		color: #313131;
	}
	.logo p {
		font-size: 8.4px;
	}
	.logo {
		display: block;
		height: 50px;
		line-height: 29px;
		padding-top: 0;
		font-size: 28px;
		padding: 0;
		margin: 0;
		color: #adadad;
		font-weight: 300;
		background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/favicon.svg) 0 center / 39px no-repeat;
		padding-left: 53px;
	}
	.white__title {
		font-size: 19px;
		text-align: left;
	}
	.header {
		padding: 20px 30px 10px 30px;
	}
	.container h2 {
		color: #fff;
		font-size: 20px;
		margin: 30px 0 30px 0;
	}
	p {
		margin: 28px 0 10px;
		line-height: 24px;
		font-size: 15px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.cols {
		padding: 10px 20px;
	}
	.center-xs {
		-ms-flex-pack: left;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		justify-content: left;
		text-align: left;
	}
	.text-block p {
		margin: 5px 0 0 0;
		line-height: 18px;
		font-size: 13px;
	}
	.img-block img {
		padding-top: 10px;
		max-width: 65px;
	}
	.container ol>li {
		position: relative;
		list-style: none;
		margin: 0 0 17px 0px;
		line-height: 24px;
		font-size: 15px;
	}
	.click1 {
		border: 1px solid rgba(255, 255, 255, .35);
		border-radius: 5px;
		padding: 0px 5px;
		margin: 0 5px;
		background: rgb(245 245 245 / 28%);
	}
}

@media (max-width: 320px) {
	.group-info-block {
		margin-right: 15px;
		margin-left: 15px;
	}
	.white {
		padding: 0px 15px;
		margin-right: 0;
		margin-left: 0;
		box-shadow: none;
	}
	.container {
		padding: 0 15px;
	}
	.container h2 {
		color: #fff;
		font-size: 20px;
		margin: 20px 0 25px 0;
	}
}

.form-and-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 0 20px 0;
}

.form-and-list img {
	display: block;
	margin-bottom: 10px;
}

.forms {
	width: 100%;
}

.form-and-list span {
	width: 35%;
	margin-top: 0;
	font-size: 14px;
	color: #555555;
	line-height: 23px;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 30px 20px 0;
}

.col-text {
	-ms-flex-preferred-size: 36%;
	-webkit-flex-basis: 36%;
	flex-basis: 36%;
	max-width: 36%;
	width: 36%;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: left;
	padding: 20px 0 0 0;
}

.col-input {
	-ms-flex-preferred-size: 64%;
	-webkit-flex-basis: 64%;
	flex-basis: 64%;
	max-width: 64%;
	width: 64%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.inputn {
	height: 60px;
	padding: 0px 25px;
	font-size: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box!important;
	line-height: inherit;
	outline: none;
	opacity: 1;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-o-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	overflow: hidden;
	background: #F0F4F8;
	border: 1px solid transparent;
	color: rgba(64, 64, 64, 1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	position: relative;
	font-weight: normal;
}

.inputn:hover {
	border-color: rgba(38, 50, 56, 0.3);
}

.inputn:focus {
	border-color: transparent;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(38, 50, 56, .15);
}

.inputn::placeholder {
	font-weight: 300;
	color: rgba(64, 64, 64, 0.5);
}

.inn-error {
	box-shadow: 0px 0px 0px 2px rgb(255 0 0 / 75%);
	-webkit-box-shadow: 0px 0px 0px 2px rgb(255 0 0 / 75%);
	-moz-box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 0.75);
}

.inn-result {
	font-size: 14px;
}

.inn-result p {
	margin: 5px 0;
	/*padding: 5px 0;*/
}

.inn-img {
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
}

.inn-img img {
	width: 100%;
}

#inn-nfo {
	padding-top: 10px;
}

#inn-nfo p {
	margin: 0 0 15px 0;
	line-height: 15px;
	font-size: 16px;
}

.inn-nfo-inn {
	font-size: 18px;
}

.inn-hidden {
	display: none;
}

.quote-result {
	display: block;
	padding: 25px 35px 25px 99px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #ffffff no-repeat 30px;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/error.svg);
	background-size: 49px;
	line-height: 29px;
	color: #525252;
	border: 1px solid #e6e6e6;
	font-size: 17px;
}

.quote-hidden {
	display: none;
}


.help-block {
	padding-top: 5px;
}

.help-block span {
	font-size: 12px;
	color: #eb3e42;
	line-height: 18px;
	margin: 6px 0px 10px 0px;
}

.help-block-hide {
	display: none;
}

.help-block1 {
	padding-top: 5px;
}

.help-block1 span {
	font-size: 12px;
	color: #eb3e42;
	line-height: 18px;
	margin: 6px 0px 10px 0px;
}

.help-block-hide1 {
	display: none;
}

.help-block2 {
	padding-top: 5px;
}

.help-block2 span {
	font-size: 12px;
	color: #eb3e42;
	line-height: 18px;
	margin: 6px 0px 10px 0px;
}

.help-block-hide2 {
	display: none;
}

@media (max-width: 1199px) {
	.tabs__body--main {}
	.tabs__body--main .info-img {}
	.tabs__body--main .info-link {
		width: 400px;
		max-width: 100%;
	}
	.tabs__body--main #mainul li {
		margin-bottom: 15px;
	}
	#mainul a {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.tabs__body--main {}
	.tabs__body--main .info-img {
		max-width: 56%;
	}
	.tabs__body--main .info-link {
		max-width: calc(44% - 32px);
	}
	#mainul li {}
	#mainul a {}
}

@media (max-width: 767.98px) {
	.tabs__body--main .info-img {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	.tabs__body--main .info-link {
		float: none;
		display: block;
		margin: 15px auto;
	}
}

@media (max-width: 1024px) {
	.col-text {
		-ms-flex-preferred-size: 36%;
		-webkit-flex-basis: 36%;
		flex-basis: 45%;
		max-width: 45%;
		width: 45%;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: left;
		padding: 20px 0 0 0;
	}
	.col-input {
		-ms-flex-preferred-size: 55%;
		-webkit-flex-basis: 55%;
		flex-basis: 55%;
		max-width: 55%;
		width: 55%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 700px) {
	.form-and-list {
		display: block;
	}
	.form-and-list span {
		width: 100%;
		margin-top: 0;
		font-size: 14px;
	}
	.tabs__body--main {
		margin: 0px -10px;
		padding: 20px 10px 0 10px;
	}
	.col-text {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		text-align: left;
		padding: 0px 0 10px 0;
	}
	.col-input {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.row {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		display: -webkit-flex;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 20px 0;
	}
	.inputn {
		height: 45px;
		padding: 0px 25px;
		font-size: 18px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box!important;
		line-height: inherit;
		outline: none;
		opacity: 1;
		box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
		-o-transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
		transition: border-color .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
		overflow: hidden;
		background: #F0F4F8;
		border: 1px solid transparent;
		color: rgba(64, 64, 64, 1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		width: 100%;
		position: relative;
		font-weight: normal;
	}
}

@media (max-width: 600px) {
	.modalContext {
		position: fixed;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: white;
		border-radius: 4px;
		width: 80%;
	}
	.white_p {
		text-align: left;
	}
}

@media (max-width: 320px) {
	.header {
		padding: 20px 30px 10px 15px;
	}
	.logo {
		display: block;
		height: 42px;
		line-height: 25px;
		padding-top: 0;
		font-size: 23px;
		padding: 0;
		margin: 0;
		color: #adadad;
		font-weight: 300;
		background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/favicon.svg) 0 center / 30px no-repeat;
		padding-left: 38px;
	}
	.logo span {
		font-size: 21px;
		color: #313131;
	}
	.logo p {
		font-size: 7.9px;
	}
}

.info-img {
	max-width: 600px;
	float: left;
	display: inline-block;
}

.info-link {
	max-width: 400px;
	float: left;
	display: inline-block;
	margin-left: 32px;
}

.both {
	clear: both;
	margin-bottom: 20px;
}

#mainul li {
	margin-bottom: 33px;
}

#mainul a {
	background: #57a0ce;
	color: #ffffff;
	padding: 8px 12px 8px 35px;
	border-radius: 5px;
}

#mainul a:hover {
	background: #81b6dd;
}

#mainul a:before {
	content: "";
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/ok.svg);
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	transform: translate(-27px, -2px);
}

.app-block-wrapper2 {
	border-radius: 6px;
	display: inline-block;
	margin: 10px;
	flex: 1;
	position: relative;
	min-width: 515px;
}

.app-block-wrapper2 a {
	display: block;
	padding: 0 0 5px 32px;
	background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/cv.svg) no-repeat 2px 0px;
	font-size: 15px;
}

@media (max-width: 1024px) {
	.app-block-wrapper2 {
		border-radius: 6px;
		display: inline-block;
		margin: 10px;
		flex: 1;
		position: relative;
		min-width: 462px;
	}
}

@media (max-width: 500px) {
	.app-block-wrapper2 a {
		display: block;
		padding: 0 0 5px 31px;
		line-height: 24px;
		background: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/cv.svg) no-repeat 0px 2px;
		background-size: 23px;
	}
	#mainul a {
		background: #57a0ce;
		color: #ffffff;
		padding: 8px 12px 8px 35px;
		border-radius: 5px;
		font-size: 13px;
	}
}

@media (max-width: 800px) {
	.app-block-wrapper2 {
		width: 100%;
		min-width: 0px;
		margin: 10px 0;
	}
}

@media (max-width: 320px) {
	.app-block-wrapper2 {
		width: 100%;
		min-width: 100%;
		margin: 10px 0;
	}
	.wrapper1 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 20px 0 0 0;
	}
	.wrapper1 img {
		max-width: 100%;
		width: 122px;
	}
	#card-btn-bl {
		all: unset;
		display: inline-block;
		margin-left: auto;
		border: 2px solid #3987be;
		padding: 4px 5px;
		border-radius: 4px;
		font-size: 8px;
		transition: all 0.1s;
		cursor: pointer;
		letter-spacing: 1.2px;
		background: #3987be;
	}
	.card-bl {
		min-width: 150px;
		min-height: 214px;
		background: #ffffff;
		padding: 0;
		box-sizing: border-box;
		color: #FFF;
		font-weight: 600;
		text-align: center;
		border-radius: 5px;
		margin: 4px 3px 35px 3px;
		box-shadow: 0 3px 11px #e7e7e7;
		border: 1px solid #e7e7e7;
	}
	#card-btn-bl {
		padding: 5px 2px;
	}
}

.fullstory {
	border: 8px solid #e4eef5;
	border-radius: 10px;
	padding: 40px 55px;
}

.fullstory h1 {
    text-align:center;
}

.rezumes {
	margin: 0 0 25px;
	line-height: 27px;
	font-size: 15px;
}

.rezume-ramka h2 {
	font-size: 26px;
	line-height: normal;
	color: #3987be;
	margin: 40px 0 15px 0;
	position: relative;
}

.rezume-ramka h3 {
	font-size: 21px;
	line-height: normal;
	color: #427cba;
	margin: 50px 0 25px 0;
	position: relative;
}

.rezume-ramka p {
	margin: 0 0 8px;
	line-height: 31px;
	font-size: 16px;
}

.rezume-ramka ul {
	margin: 20px 0 30px 25px;
	padding: 0 0 0 40px;
	list-style: none;
}

.rezume-ramka img {
	border-radius: 5px;
    display: initial;
}

.centri {
	text-align: center;
}

.img1 {margin: 17px 0 0 0;}

@media (max-width: 900px) {
.img1 {
    border-radius: 5px;
    display: initial;
    width: 20%;
    margin: 18px 10px 15px 0;
}
}

@media (max-width: 480px) {
.rezume-ramka h2 {
    font-size: 21px;
    line-height: normal;
    color: #3987be;
    margin: 40px 0 15px 0;
    position: relative;
}
.img1 {
    width: 32%;
}
}

@media (max-width: 650px) {
	.rezume-ramka ul {
		margin: 20px 0 30px 14px;
		padding: 0px 0 0 26px;
		list-style: none;
	}
	.rezume-ramka ul>li {
		position: relative;
		margin: 0 0 11px;
		line-height: 23px;
		font-size: 13px;
	}
	.download-files {
		margin: 20px 0 30px 0;
		padding: 15px 20px 15px 20px;
	}
	.centri {
		text-align: left;
	}
	.file {
		background: none;
		background-size: 44px;
		padding: 0;
	}
	.file span {
		font-size: 13px;
		color: #a9a9a9;
		line-height: 28px;
	}
	.img1 {
		margin-bottom: 30px;
	}
	.rezumes {
		margin: 0 0 25px;
		line-height: 22px;
		font-size: 13px;
	}
	.fullstory {
		border: 0px;
		border-radius: 0px;
		padding: 0px;
	}
	.rezume-ramka {
		border: 4px solid #e4f5ef;
		border-radius: 10px;
		padding: 0 20px 15px 20px;
	}
	.rezume-ramka p {
		margin: 0 0 8px;
		line-height: 21px;
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.img1 {
		display: none;
	}
}

.framedoc {
	width: 100%;
	height: 1000px;
}

.hi1 {
	width: 33px;
	margin-bottom: -9px;
	margin-left: -3px;
}

.hi2 {
	width: 30px;
	margin-bottom: -7px;
	margin-left: 0px;
	margin-right: 5px;
}

.hi3 {
	width: 27px;
	margin-bottom: -5px;
	margin-left: -2px;
	margin-right: 5px;
}

.hi4 {
	width: 33px;
	margin-bottom: -9px;
	margin-left: -3px;
	margin-right: 5px;
}

.hi5 {
	width: 29px;
	margin-bottom: -7px;
	margin-left: -2px;
	margin-right: 5px;
}

.hi6 {
	width: 29px;
	margin-bottom: -7px;
	margin-left: -2px;
	margin-right: 5px;
}

#menu-head {
	text-align: center;
	margin: 0 0 30px 0;
}

#menu-head ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-head li {
	list-style: none;
}

#menu-head ul>li::before {
	content: none;
}

#menu-head ul>li {
	display: inline;
	position: relative;
	margin: 0;
	line-height: 31px;
}

#menu-head a {
	background: #57a0ce;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

#menu-head a:hover {
	background: #81b6dd;
}

#menu-heads {
	text-align: center;
	margin: 0 0 30px 0;
}

#menu-heads ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-heads li {
	list-style: none;
}

#menu-heads ul>li::before {
	content: none;
}

#menu-heads ul>li {
	display: inline;
	position: relative;
	margin: 0;
	line-height: 31px;
}

#menu-heads a {
	background: none;
	border-radius: 3px;
	color: #595959;
	text-decoration: none;
	padding: 5px 10px;
}

#menu-heads a:hover {
	background: #eaeaea;
}

.hamburger_toggler {
	display: none;
}

#head-menu-mobile {
	margin-bottom: 30px;
}

#head-menu-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#head-menu-mobile li {
	list-style: none;
}

#head-menu-mobile ul>li::before {
	content: none;
}

#head-menu-mobile a {
	background: #57a0ce;
	border-radius: 3px;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}

#head-menu-mobile a:hover {
	background: #81b6dd;
}

@media (max-width: 870px) {
	#card-btn-bl {
		padding: 5px 4px;
	}
	#menu-head {
		display: none;
	}
	#menu-heads {
		display: none;
	}
	.hamburger_toggler {
		width: 50px;
		height: 37px;
		box-sizing: border-box;
		display: block;
		margin: 0;
		padding: 10px;
		cursor: pointer;
		margin-left: 10px;
		position: absolute;
		top: 40px;
		right: 30px;
	}
	.hamburger_toggler span {
		transition: 0.3s all ease;
		height: 1px;
		width: 100%;
		background: #405965;
		display: block;
	}
	.hamburger_toggler span:not(:last-child) {
		margin-bottom: 7px;
	}
}

@media (max-width: 500px) {
	.hamburger_toggler {
		top: 30px;
		right: 15px;
	}
}

.show__fixed__btn {
	position: fixed;
	bottom: -100%;
	transition: 0.4s all ease;
	z-index: 99;
	margin: 0 auto;
}

.show__fixed__btn--active {
	display: none;
	bottom: 10px;
	max-width: 283px;
	width: 100%;
	transition: 0.4s all ease;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content__fixed__btn {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
}

.content__fixed__btn__title {
	max-width: 60%;
	font-size: 16px;
	line-height: 25px;
}

.show__fixed__right {
	display: flex;
	align-items: center;
}

.show__fixed__btn button {
	margin: 0 !important;
}

.data__button {
	margin: 10px 35px 40px 0;
	padding-right: 40px;
	padding-left: 40px;
	display: table;
	float: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.data__button:active,
.data__button:focus {
	outline: none !important;
}

.button-bu {
    display: table;
    padding: 10px 30px 11px;
    border: none;
    box-shadow: 0px 18px 30px rgba(3, 66, 160, 0.14);
    border-radius: 10px;
    background: #57a0ce;
    /* box-shadow: inset 5px 5px 25px rgb(255 255 255 / 20%), inset -5px -5px 25px rgb(0 0 0 / 20%); */
    /* box-shadow: rgb(53 130 179 / 58%) 1px 3px 12px; */
    color: #fff;
    font: inherit;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.data__button::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -140%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.4) 50%, rgba(229, 172, 142, 0));
	transform: rotateZ( 110deg) translate(-5em, 7.5em);
	animation: sheen 3s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(110deg) translate(1em, -32em);
	}
}

.content__fixed__close {
	padding: 0;
	text-decoration: none;
	border: none;
	background-color: transparent;
	outline: none;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/close.svg);
	width: 18px;
	height: 18px;
	margin: 0 0 0 2px;
	opacity: .7;
}

.modal {
	position: relative;
}

.modal__container {
	position: fixed;
	width: 980px;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal__inner {
	overflow-y: auto;
	max-height: calc(100vh - 20px);
	padding: 40px;
}

hr {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 5px dotted #8f8f8f;
}

.views {
	background: #ffffff no-repeat 0px;
	background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/quotes.svg);
	background-size: 24px;
	padding-left: 35px;
}

@media (max-width: 700px) {
	.views {
		background: #ffffff no-repeat 0px;
		background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/quotes.svg);
		background-size: 21px;
		padding-left: 30px;
	}
}

#s-templates-block {
	width: 100%;
	margin-top: 30px;
}

#s-templates-block ul {
	list-style-type: none;
	padding: 0;
	margin: 40px -15px 0 -15px;
}

.s-templates-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

#s-templates-block li {
	width: 20%;
	padding: 0 15px;
	margin-bottom: 45px;
	list-style-type: none;
}

#s-templates-block ul>li::before {
	content: "";
	position: none;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 0;
	background: none;
}

.s-templates-img {
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 22px rgb(0 0 0 / 10%);
	box-shadow: 0 0 22px rgb(0 0 0 / 10%);
	position: relative;
	padding: 8px 7px 7px 7px;
	border-radius: 7px;
}

.s-templates-img:hover {
	border: 1px solid #4b93c6;
}

.s-templates-title {
	text-align: center;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	padding-bottom: 15px;
}

.modallink {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width: 55px;
	height: 55px;
	background-color: rgb(0 0 0 / 55%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-zoom-in'%3e%3ccircle cx='11' cy='11' r='8'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='16.65' y2='16.65'%3e%3c/line%3e%3cline x1='11' y1='8' x2='11' y2='14'%3e%3c/line%3e%3cline x1='8' y1='11' x2='14' y2='11'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 58%;
	background-position: center center;
}

.s-templates-img:hover .modallink {
	top: 40%;
	visibility: visible;
	opacity: 1;
}

.modallink2 {
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background-color: #4b93c6;
	max-width: 130px;
	display: inline-block;
	text-align: center;
	height: 34px;
	-webkit-border-radius: 27px;
	border-radius: 0px;
	color: #fff;
	/* line-height: 36px; */
	border-radius: 5px;
	font-size: 16px;
	padding: 1px 10px 0 10px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	text-decoration: none!important;
	color: #fff!important;
}

.s-templates-img:hover .modallink2 {
	bottom: 10%;
	visibility: visible;
	opacity: 1;
}

.modallink2:hover {
	color: #fff;
	background-color: #387bb9;
	box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}

.modallink:hover {
	color: #fff;
	background-color: #494949;
	box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}

@media (max-width: 925px) {
	.s-templates-title {
		text-align: center;
		color: #2b2b2b;
		font-size: 15px;
		font-weight: 500;
		line-height: 26px;
		padding-bottom: 15px;
	}
}

@media (max-width: 700px) {
	#s-templates-block li {
		width: 33%;
		padding: 0 15px;
		margin-bottom: 45px;
		list-style-type: none;
	}
}

@media (max-width: 429px) {
	#s-templates-block li {
		text-align: center;
		width: 50%;
		padding: 0 5px;
	}
	.modallink2 {
		bottom: 10%;
		visibility: visible;
		opacity: 1;
		max-width: 137px;
		height: 27px;
		padding: 0 10px 0 10px;
	}
}

@media (max-width: 326px) {
	#s-templates-block li {
		text-align: center;
		width: auto;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	.modallink2 {
		bottom: 10%;
		visibility: visible;
		opacity: 1;
		max-width: 137px;
		height: 27px;
		padding: 0 10px 0 10px;
	}
}

@media (max-width: 768px) {
	.modallink2 {
		text-decoration: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		background-color: #4a8ac5;
		max-width: 108px;
		display: inline-block;
		text-align: center;
		height: 28px;
		-webkit-border-radius: 27px;
		border-radius: 5px;
		color: #fff;
		/* line-height: 36px; */
		font-size: 16px;
		padding: 0px 10px 0 10px;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		text-decoration: none!important;
		color: #fff!important;
	}
	.modallink {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		top: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		width: 40px;
		height: 40px;
		background-color: #383838;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-zoom-in'%3e%3ccircle cx='11' cy='11' r='8'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='16.65' y2='16.65'%3e%3c/line%3e%3cline x1='11' y1='8' x2='11' y2='14'%3e%3c/line%3e%3cline x1='8' y1='11' x2='14' y2='11'%3e%3c/line%3e%3c/svg%3e);
		background-repeat: no-repeat;
		background-size: 58%;
		background-position: center center;
	}
}

@media (max-width: 540px) {
	.modallink2 {
		text-decoration: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		background-color: #4a8ac5;
		max-width: 108px;
		display: inline-block;
		text-align: center;
		height: 28px;
		-webkit-border-radius: 27px;
		border-radius: 5px;
		color: #fff;
		/* line-height: 36px; */
		font-size: 16px;
		padding: 0px 10px 0 10px;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		text-decoration: none!important;
		color: #fff!important;
	}
	.modallink {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		top: 40%;
		visibility: visible;
		opacity: 1;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		width: 50px;
		height: 50px;
		background-color: rgb(57 57 57 / 51%);
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-zoom-in'%3e%3ccircle cx='11' cy='11' r='8'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='16.65' y2='16.65'%3e%3c/line%3e%3cline x1='11' y1='8' x2='11' y2='14'%3e%3c/line%3e%3cline x1='8' y1='11' x2='14' y2='11'%3e%3c/line%3e%3c/svg%3e);
		background-repeat: no-repeat;
		background-size: 58%;
		background-position: center center;
	}
}

@media (max-width:530px) {
	.modallink2 {
		bottom: 7%;
		visibility: visible;
		opacity: 1;
		max-width: 100px;
		height: 27px;
		/* line-height: 36px; */
		padding: 0 10px 0 10px;
	}
}

@media (max-width:320px) {
	.modallink2 {
		bottom: 10%;
		visibility: visible;
		opacity: 1;
		max-width: 125px;
		height: 31px;
		/* line-height: 36px; */
		padding: 1px 10px 0 10px;
	}
}

#mainul {
	margin-top: 55px;
}

@media (max-width:1194px) {
	#mainul {
		margin-top: 0px;
	}
}


/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul[class],
ol[class] {
	list-style: none;
}


/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
	text-decoration-skip-ink: auto;
}


/* Упрощаем работу с изображениями */

img {
	max-width: 100%;
	display: block;
}


/* Указываем понятную периодичность в потоке данных у article*/

article>*+* {
	margin-top: 1em;
}


/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
	font: inherit;
}


/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

.sdicarousel-wrapper {position: relative; min-height: 400px;}

.sdicarousel-wrapper .carousel-element {
    position: absolute;
    transition: top 0.5s ease 0s, left 0.5s ease 0s;
    top: 0;
    left: 0;
    width: 200px;
    box-shadow: rgb(236, 242, 248) 0px 4px 14px;
    text-align: center;
    border: 1px solid #57a0ce85;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    cursor: pointer;
}

.sdicarousel-wrapper .carousel-element .title {
	color: #343434;
	padding-top: 5px;
	padding-bottom: 3px;
}

.sdicarousel-wrapper .carousel-element img {
	width: 100%;
}

.sdicarousel-wrapper .carousel-element .link-area {
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	width: 100%;
}

.sdicarousel-wrapper .carousel-element .modalbuttons {
    display: none;
    z-index: 9991;
    text-decoration: none;
    padding: 7px 11px;
    text-transform: uppercase;
    box-shadow: rgb(53 130 179 / 58%) 1px 3px 12px;
    background: #57a0ce;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    transition: 0.3s ease 0s;
}

.sdicarousel-wrapper .carousel-element .modalbuttons:hover {
    background: #81b6dd;
}

@media (max-width: 750px) {
	.sdicarousel-wrapper .carousel-element {
		max-width: 150px;
	}
}


@media (max-width: 900px) {
.sdicarousel-wrapper {
   min-height: 370px;
    margin-top: 50px;
    }
}



@media (max-width: 745px) {
.sdicarousel-wrapper {
   min-height: 290px;
    }
}

.tumbler {
	display: flex;
	margin-bottom: 5px;
	margin-top: -8px;
}

.tm_podp {
	padding-top: 14px;
	margin-right: 5px;
}

.switch {
	display: block;
	margin: 2px 0 5px 0;
}

.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 62px;
	height: 20px;
	padding: 3px;
	background-color: white;
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
	background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
	background-image: -o-linear-gradient(top, #eeeeee, white 25px);
	background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked~.switch-label {
	background: #66aedc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
	opacity: 0;
}

.switch-input:checked~.switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}

.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
	left: 40px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}















.modal h2 {
    font-size: 25px;
    line-height: normal;
    color: #2d2d2d;
    margin: 8px 12px 15px 0;
}

.modalContext {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px 30px 40px 30px;
    border-radius: 4px;
    font-size: 16px;
    z-index: 91293129392323;
}

.modalCover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background: black;
	z-index: 912931293923;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog>div {
	width: 350px;
	position: relative;
	margin: 5% auto;
	padding: 10px 20px 13px 20px;
	background: #fff;
}








.login-div {
 margin: 0;
 padding: 0;
 flex: 0 1 auto;
}

.login-button {
    margin-top: 30px;
}

.login-button a {
    background: rgb(70 217 180);
    box-shadow: 0px 10px 15px rgb(88 228 174 / 25%);
    position: relative;
    margin: 0 0 15px 0;
    border-radius: 5px;
    padding: 7px 11px 8px 11px;
    cursor: pointer;
    width: auto;
    transition: box-shadow 0.3s ease 0s;
    border-width: 0;
    color: #fff;
    font-size: 16px;
}

.login-button a:hover {
    box-shadow: none;
}

#login-form p {
    margin: 0 0 9px;
    line-height: 31px;
    font-size: 16px;
}


.cl-btn-7 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.cl-btn-7:before {
    content: '+';
    color: #3a99b9;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 50px;
    line-height: 1;
    top: -5px;
    left: 6px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}


.cl-btn-7:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #3a99b9;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}

.cl-btn-7:hover:after {
    transform: scale(1);
}
.cl-btn-7:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}





@media (max-width: 1024px) {
.modal h2 {
    font-size: 19px;
    line-height: normal;
    color: #2d2d2d;
    margin: 0px 10px 15px 0;
}
    .modal-error h2 {
    font-size: 19px;
    line-height: normal;
    color: #2d2d2d;
    margin: 0px 10px 15px 0;
}

.modalContext {
    width: 80%;
} 
    
    
}
.modal {
    position: absolute;
    z-index: 99999999999;
}

.modal-error {
    position: absolute;
    z-index: 99999999999;
}
.openmodals {cursor:pointer;}



.free-shablon {
    position: absolute;
    top: -11px;
    left: -31px;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: -webkit-gradient(linear, left top, right top, from(#ffc099), color-stop(50%, #f974ac), to(#c03acc));
    background: -webkit-linear-gradient(left, #feb066, #ff955d 50%, #ff9c72 100%);
    background: -o-linear-gradient(left, #ffc099, #f974ac 50%, #c03acc 100%);
    background: linear-gradient(left, #ffc099, #f974ac 50%, #c03acc 100%);
    padding: 3px 8px;
    border-radius: 10px;
    height: 17px;
    -webkit-box-shadow: 1px 3px 12px rgb(217 57 114 / 30%);
    box-shadow: 1px 3px 12px rgb(217 57 114 / 30%);
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 11px;
    font-size: 11px;
}

.expansion-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);

}

.expansion-hide {
	max-height: 1000px;
	transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}

.padding-card {
	max-width: 1127px;
	margin: 0 auto;
}

.card-item-content {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px rgba(199, 221, 239, 0.68);
	border-radius: 20px;
	z-index: 2;
	padding: 20px 0 10px 0;
	margin: 40px 74px 40px 40px;
}

.card-item-content:before {
	position: absolute;
	content: "";
	background: url("https://rezumecv.ru/img/dec3.png");
	width: 58px;
	height: 49px;
	z-index: 1;
	left: -41px;
	top: -40px;
}

.card-item-content:after {
	position: absolute;
	content: "";
	background: url("https://rezumecv.ru/img/dec4.png");
	width: 74px;
	height: 146px;
	z-index: 1;
	right: -74px;
	top: 42px;
}

.my-flex-conting {
	display: flex;
}

.my-flex-conting a {
	color: #fff;
	text-decoration: none;
}

.my-flex-boxing:nth-child(1) {
	margin: 5px;
	padding: 5px;
	flex: 0 1 40%;
}

.my-flex-boxing:nth-child(2) {
	margin: 5px;
	padding: 5px;
	flex: 0 1 20%;
}

.my-flex-boxing:nth-child(3) {
	margin: 5px;
	padding: 5px;
	flex: 0 1 40%;
}

.label {
	background-color: #ffcf3b;
	margin: 0 auto;
	height: 27px;
	font-size: 16px;
	color: #222536;
	line-height: 1.863;
	padding: 0 20px;
	border-radius: 20px;
	text-align: center;
	width: 185px;
	margin-bottom: 23px;
}

.no-price {
	font-size: 18px;
	color: #adadad;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
	text-decoration: line-through;
}

.price {
	font-size: 26px;
	color: #000000;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 16px;
}

.button-dostup.green {
	background-image: -webkit-linear-gradient(90deg, #77b739 0%, #bed543 100%);
	background-image: -ms-linear-gradient(90deg, #77b739 0%, #bed543 100%);
	box-shadow: 0px 24px 32px 0px rgba(173, 200, 30, 0.59);
	transition: box-shadow 0.3s ease 0s;
	cursor: pointer;
}

.button-dostup.small {
	height: 50px;
	line-height: 50px;
	width: 270px;
	max-width: 100%;
}

.button-dostup {
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	width: 360px;
	height: 60px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border-top-left-radius: 0;
}

.center-flip {
	text-align: center;
}

.button-dostup.green:hover {
	box-shadow: none;
}

.card-item-content h2 {
	font-size: 21px;
	line-height: normal;
	color: #424652;
	margin: 0 0 25px 18px;
	font-weight: 100;
}

#card-ul ul {
	list-style: none;
	padding: 0 15px 0 40px;
	margin: 27px 0 0 0;
	color: #222536;
}

#card-ul ul li {
	margin-bottom: 15px;
	position: relative;
	line-height: 21px;
	font-size: 14px;
}

#card-ul ul li:before {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.656' height='6.75' viewBox='0 0 9.656 6.75'%3E%3Cmetadata%3E%3C%3Fxpacket begin='ï»¿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c140 79.160451, 2017/05/06-01:08:21 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23adc81e; stroke: %23adc81e; stroke-width: 1px; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Line_2_copy' data-name='Line 2 copy' class='cls-1' d='M664.7,2680.4l0.6-.8,4,3-0.6.8Zm8.946-3.75,0.708,0.7-6,6-0.708-.7Z' transform='translate(-664.688 -2676.66)'/%3E%3C/svg%3E%0A");
	content: '';
	left: -22px;
	top: 11px;
	height: 6.75px;
	width: 9.656px;
	background-color: #fff;
}


@media (max-width: 1300px) {

	.button-dostup.small {
		height: 50px;
		line-height: 50px;
		width: 220px;
		max-width: 100%;
	}

	.card-item-content h2 {
		font-size: 18px;
	}

	.label {
		margin-top: 10px;
	}

	#card-ul ul {
		list-style: none;
		padding: 0 7px 0 40px;
		margin: 27px 0 0 0;
		color: #222536;
	}

	.my-flex-boxing:nth-child(1) {
		margin: 5px;
		padding: 5px;
		flex: 0 1 43%;
	}

	.my-flex-boxing:nth-child(2) {
		margin: 5px;
		padding: 5px;
		flex: 0 1 14%;
	}

	.my-flex-boxing:nth-child(3) {
		margin: 5px;
		padding: 5px;
		flex: 0 1 43%;
	}

}

@media (max-width: 1000px) {


	.card-item-content:before {
		content: none;
	}

	.card-item-content:after {
		content: none;
	}

	.card-item-content {
    	margin: 15px 13px 40px 13px;
	}

	.card-item-content h2 {
		text-align: center;
	}

}


@media (max-width: 896px) {
	.label {
		margin-top: 20px;
	}
}

@media (max-width: 850px) {

	.no-price {
		margin-top: 40px;
	}

	.button-dostup.small {
		margin: 15px 0 0 0;
	}
}


@media (max-width: 700px) {
	.card-item-content {
		margin: 0;
	}

	.my-flex-conting {
		flex-flow: column nowrap;
	}

	.my-flex-boxing:nth-child(1) {
		flex: 0 1 100%;
		order: 1;
	}

	.my-flex-boxing:nth-child(2) {
		flex: 0 1 100%;
		order: -1;
		padding-bottom: 20px;
	}

	.my-flex-boxing:nth-child(3) {
		flex: 0 1 100%;
		order: 0;
	}

	.label {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#card-ul ul li:before {
		top: 5px;
	}

	.price {
		margin-bottom: 20px;
	}

	#expansion-body {
		box-shadow: 0px 0px 21px 0px rgba(199, 221, 239, 0.68);
		border-radius: 20px;
	}

	.expansion-hide {
		margin: 20px 0 40px 0;
	}
}


@media (max-width: 700px) {
	.no-price {
		margin-top: 20px;
	}

	.button-dostup.small {
		margin: 1px 0 0 0;
	}
}

.unq a {
    background: -webkit-linear-gradient(left,#feb066,#ff955d 50%,#ff9c72 100%)!important;
}
    
.unq a:hover {
    background: #ffab77!important;
}
    
.primer p {
    margin: 0 0 5px;
    line-height: 31px;
    font-size: 16px;
}
    
.primer {
    border-left: 6px solid #BFE2FF;
    font-size: 16px;
    margin: 16px 16px 30px 16px;
    padding: 16px 24px;
    position: relative;
}
.primer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}
.primer:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #337AB7;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;    
}

#no-opyt {
    flex: 0 1 100%;
    margin: 0 20px 40px 0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
    padding: 1px 30px 30px 30px;
}

#soprovoditelnoe {
    flex: 0 1 100%;
    margin: 40px 0 40px 0;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 26%), 0 10px 0 -5px #eee, 0 10px 1px -4px rgb(0 0 0 / 16%), 0 20px 0 -10px #eee, 0 20px 1px -9px rgb(0 0 0 / 15%);
    padding: 30px 30px 10px 30px;
}

#button-new {margin:40px 0 30px 0;}



#button-new a {
    background: -webkit-linear-gradient(left,#feb066,#ff955d 50%,#ff9c72 100%)!important;
    background: #57a0ce;
    color: #ffffff;
    padding: 8px 12px 8px 35px;
    border-radius: 5px;
    text-decoration:none;
    font-size:19px;
}

#button-new a:before {
    content: "";
    background-image: url(https://xn----7sbavalqv7afo2d9c6a.xn--p1ai/ok.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    transform: translate(-27px, 0px);
}

#button-new a:hover {
    background: #ffab77!important;
}

