@font-face {
	font-family: "Circe-Bold";
	src: url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe-ExtraBold";
	src: url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe-ExtraLight";
	src: url("../fonts/Circe-ExtraLight.woff") format("woff"), url("../fonts/Circe-ExtraLight.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe-Light";
	src: url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe-Regular";
	src: url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

:root {
	--black-violette: #1b0f1c;
	--dark-violette: #29152b;
	--violette: #5e2664;
	--light-violette: #c19fc4;
	--super-light: #fbf1fc;
	--raspberry-dark-red: #50030c;
	--raspberry-ripe-red: #89091d;
	--raspberry-red: #ee1e3e;
}

.navbar-brand {
	margin-right: 7rem;
	width: 265px;
	height: 60px;
	background: url(/images/Logo.gif) top;
	transition: none;
}

.navbar-brand:hover {
	background-position: bottom;
}

html, body {
	font-family: "Circe-Regular";
	font-size: 1rem;
	width: 100%
}

a, .btn {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#home header {
	background-color: var(--dark-violette);
	position: sticky;
	width: 100%;
	z-index: 999;
}

#default header {
	background: var(--dark-violette);
	position: relative;
}

.navbar-light {
	background-color: transparent
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 1.125rem;
	padding: 2rem 1rem;
	text-transform: uppercase;
	font-family: "Circe-Bold";
	position: relative;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
	color: #a71930;
	background: transparent;
}

.navbar-light .nav-item {
	position: relative;
}

.navbar-light .nav-item:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 2px;
	right: -38px;
	top: 41%;
	height: 15px;
	background: url(../images/line-t.png) no-repeat center center;
}

.navbar-light .nav-item:last-child:after {
	display: none;
}

.navbar-light .navbar-nav .nav-link.show:before, .navbar-nav .show>.nav-link:before {
	width: 65%;
}

.navbar-light .navbar-nav .nav-link:hover:before {
	width: 65%;
}

.navbar-light .navbar-nav .nav-link:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	width: 0;
	height: 3px;
	background: #a71930;
	left: 15%;
	border-radius: 0rem;
	-webkit-transition: width 0.5s cubic-bezier(0.56, 0.01, 0, 1);
	transition: width 0.5s cubic-bezier(0.56, 0.01, 0, 1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #a71930 !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #a71930 !important;
}

.navbar-light .dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-light .navbar-nav > li > .dropdown-menu {
	padding-top: 0px;
}

.navbar-light .dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	left: -15%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 0px;
	box-shadow: none;
	background: rgba(41, 21, 43, 0.84);
	width: 250px;
}

.navbar-light .dropdown-menu > li:after {
	display: none;
}

.navbar-light .dropdown-menu > li > a {
	display: block;
	padding: 1rem 1rem;
	clear: both;
	line-height: 1.42857143;
	color: #ffffff;
	white-space: inherit;
	text-align: center;
	font-size: 0.75rem;
	text-decoration: none;
	font-family: "Circe-Bold";
	text-transform: uppercase;
}

.navbar-light .dropdown-menu > li > a:hover {
	color: #af69b7;
	text-decoration: underline;
	background-color: inherit;
}

.navbar-light .dropdown-menu > .active > a, .navbar-light .dropdown-menu > .active > a:hover, .navbar-light .dropdown-menu > .active > a:focus {
	color: #af69b7 !important;
	text-decoration: underline;
	background-color: inherit;
	outline: 0;
}

.dropdown-toggle::after {
	display: none;
}

h1 {
	text-align: center;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--dark-violette);
	font-family: "Circe-Bold";
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	background: url(../images/line.png) no-repeat bottom center;
	display: block;
	clear: both;
}

h2 {
	text-align: center;
	font-size: 2.125rem;
	color: var(--dark-violette);
	font-family: "Circe-Bold";
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	display: block;
	clear: both;
}

h3 {
	text-align: center;
	font-size: 1.75rem;
	color: black;
	font-family: "Circe-Bold";
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	display: block;
	clear: both;
}

.titleblock {
	text-align: center;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--dark-violette);
	font-family: "Circe-Bold";
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	background: url(../images/line.png) no-repeat bottom center;
	display: block;
	clear: both;
}

.navbar {
	padding: 0;
}

/*.slider {
	position: relative;
	width: 100%;
	background: url(../images/line-b.jpg) no-repeat bottom center;
	padding-bottom: 3px;
}

.slider .container {
	position: relative;
}

.slider-caption {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
}

.slider-text {
	font-size: 1.3rem;
	color: #fff;
	font-family: "Circe-Bold";
	text-transform: uppercase;
}*/

.white-slide {
	position: relative;
	border-bottom: 1px solid var(--light-violette);
}

.white-slide img {
	width: 100%;
}

.white-slide a {
	position: absolute;
	background: url(/images/HeroImageRed.jpg) top right no-repeat;
	background-size: contain;
	right: 0;
	bottom: 35%;
	left: 73.8%;
	top: 15.7%;
	opacity: 0;
}

.white-slide a:hover {
	opacity: 1;
}

.top-home-four .item,
.top-home-two .item,
.top-home .item {
	position: relative;
	background-color: var(--violette);
}

.top-home-four .item img,
.top-home-two .item img,
.top-home .item img {
	height: 100%;
	border: 4px solid #a71930;
	transition: opacity .5s;
	opacity: .8;
}

.top-home-four .item-title,
.top-home-two .item-title,
.top-home .item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	color: white;
	font-family: "Circe-Bold";
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}

.top-home-four .item .overlay,
.top-home-two .item .overlay,
.top-home .item .overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background-color: var(--raspberry-dark-red);
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	transition: opacity .5s;
}

.top-home-four .item:hover img,
.top-home-two .item:hover img,
.top-home .item:hover img {
	opacity: 1;
}

.top-home-four .item:hover .overlay,
.top-home-two .item:hover .overlay,
.top-home .item:hover .overlay {
	opacity: .7;
}

.top-home-two .row {
	margin: 0 auto;
	width: 85%;
}



.mb-44 {
	margin-bottom: 1.7rem;
}

.top-home-four .item {
	height: 270px;
}

.ytvideo {
	height: 564px;
	border: 4px solid #a71930;
}

.ytvideo-cover:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 111px;
	background: url(../images/button-video.png) no-repeat bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.breadcrumb {
	background-color: transparent;
	padding: .75rem 1rem;
	margin-bottom: 0rem;
	padding-left: 0;
	margin-top: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .3rem;
	color: #616161;
	content: "|";
	position: relative;
	top: 2px;
}

.breadcrumb-item a {
	color: #a71930;
	font-size: 0.9375rem;
}

.breadcrumb-item span {
	font-size: 0.9375rem;
}

.breadcrumb-item.active {
	color: #616161;
	text-decoration: underline;
}

.page p {
	font-size: 1.1rem;
	color: var(--dark-violette);
}

.page p.final {
	font-size: 1.4rem;
	color: var(--raspberry-ripe-red);
	margin-bottom: 3em;
}

.page ul {
	padding: 1.5rem 0;
	background: #f4f4f4;
	margin-bottom: 1rem;
	border-radius: .5rem;
}

.page ul li {
	font-size: 1.1rem;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
	padding-left: 33px;
	line-height: 2em;
	position: relative;
}

.page ul li:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 13px;
	left: 10px;
	background: url(../images/bg-ul-li.png) no-repeat center center;
}

.page ol li {
	font-size: 1.1rem;
	color: #000;
	list-style: none;
	position: relative;
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.page ol {
	counter-reset: myCounter;
	padding: 0;
	background: #f4f4f4;
	border-radius: .5rem;
	padding: 1.5rem;
	margin-left: 15px;
}

.page ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #fff;
	background: url(../images/bg-ol-li.png) no-repeat center center;
	display: inline-block;
	font-size: 1.125rem;
	font-family: "Circe-Bold";
	padding-left: 14px;
	line-height: 46px;
	font-style: initial;
	width: 41px;
	height: 44px;
	position: relative;
	left: -42px;
	position: absolute;
	top: -8px;
}

.page a {
	color: #a71930;
}

.page .important {
	padding: 1rem;
	margin-bottom: 2rem;
	position: relative;
	border-radius: .5rem;
	background: var(--dark-violette) url(../images/important.png) no-repeat 3rem center;
}

.page .important p {
	color: white;
	margin-bottom: 0;
	padding-left: 8rem;
}

.post-prev .post-title {
	font-family: "Circe-Bold";
	color: #5e1576;
	font-size: 1.75rem;
	margin-bottom: .5rem;
	display: flow-root;
}

.post-prev .readmore {
	display: flow-root;
}

.post-prev .readmore .btn {
	position: relative;
	background: rgba(168, 25, 48, 1);
	background: -moz-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168, 25, 48, 1)), color-stop(51%, rgba(204, 35, 63, 1)), color-stop(51%, rgba(167, 25, 48, 1)), color-stop(84%, rgba(167, 25, 48, 1)), color-stop(100%, rgba(116, 18, 34, 1)));
	background: -webkit-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -o-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -ms-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: linear-gradient(to bottom, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81930', endColorstr='#741222', GradientType=0);
	display: inline-block;
	border: none;
	padding: .75rem 3rem;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	outline: none;
	border-radius: 0.25rem;
	font-family: "Circe-Bold";
}

.post-prev .img-intro-left {
	height: 215px;
	width: 300px;
	position: relative;
}

.post-prev .img-intro-left img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
}

.post-prev .post-text {
	font-size: 1.1rem;
	color: #454545;
	display: flow-root;
}

.post-prev .post-text img,
.page img {
	float: right;
	margin: 10px 0 10px 20px;
}

.post-prev .readmore .btn:hover, .post-prev .readmore .btn:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(116, 18, 34, 1);
	background: -moz-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 18, 34, 1)), color-stop(16%, rgba(167, 25, 48, 1)), color-stop(49%, rgba(167, 25, 48, 1)), color-stop(49%, rgba(204, 35, 63, 1)), color-stop(100%, rgba(168, 25, 48, 1)));
	background: -webkit-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -o-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -ms-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: linear-gradient(to bottom, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#741222', endColorstr='#a81930', GradientType=0);
}

.post-prev {
	overflow: hidden
}

.post-prev .img-intro-left {
	margin-right: 1rem;
}

.clear {
	clear: both
}

.line-footer {
	background: url(../images/line-b.jpg) no-repeat center center;
	height: 3px;
}

footer {
	background-color: var(--black-violette);
}

footer .container {
	background: url(../images/Abstract_110003082.jpg) no-repeat left;
	height: 300px;
}

footer .container a {
	margin: 62px 0 0 183px;
}

footer .container a img {
	transition: opacity .7s;
	opacity: 0;
}

footer .container a:hover img {
	opacity: 1;
}

footer p {
	display: none;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.125rem;
}

.footer {
	border-top: 1px solid var(--violette);
	background: var(--black-violette);
	padding: 1rem;
	color: var(--violette);
}

.footer p {
	margin-bottom: 0;
}

.copy {
	font-size: 0.6875rem;
	font-family: "Circe-Bold";
}

.footer-menu .nav-link {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-family: "Circe-Bold";
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-menu .navbar-nav .active>.nav-link, .footer-menu .navbar-nav .nav-link.active, .footer-menu .navbar-nav .nav-link.show, .footer-menu .navbar-nav .show>.nav-link {
	color: #a71930 !important;
}

footer .text {
	font-size: 1.3rem;
	color: #fff;
	font-family: "Circe-Bold";
	text-transform: uppercase;
}

footer .text-right {
	padding-right: 7%;
}

footer .text-right p {
	font-family: "Circe-ExtraBold";
	font-size: 2.75rem;
	color: #a71930;
	text-decoration: underline;
	line-height: 1em;
}

footer .text-right p:nth-child(2) {
	font-size: 4.5rem;
	color: #fff;
	line-height: 0.9em;
}

footer .text-right p:nth-child(3) {
	padding-right: 10%;
}

.faq-row-faq {
	padding: 1.5rem 1rem;
}

.faq-row-faq .faq-header {
	font-size: 1.1rem;
	font-family: "Circe-Bold";
	color: #5e1576;
	padding-left: 6rem;
}

.faq-row-faq .faq-body {
	font-size: 1.1rem;
	color: #000000;
	padding-left: 6rem;
}

.faq .faq-row-faq {
	background: url(../images/faq-two.png) #fff no-repeat 2rem center;
}

.faq .faq-row-faq:nth-child(2n+1) {
	background: url(../images/faq.png) #f3f3f3 no-repeat 2rem center;
}

.bottom-form {
	margin: 3rem 0;
	background: #cec9de url(../images/Depositphotos_44157773_xl-2015.jpg) top right no-repeat;
	background-size: contain;
	border: 1px solid var(--raspberry-red);
	border-right-width: 0;
	border-left-width: 0;
	overflow: hidden;
}

@media screen and (max-width: 990px) {
	.bottom-form {
		background-image: none;
	}
}

.bottom-form .form-t {
	color: #fff;
	font-size: 1.7rem;
	font-family: "Circe-Bold";
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 1rem 0;
	background-color: var(--light-violette);
	border: 1px solid var(--raspberry-ripe-red);
	border-top-width: 0;
	border-radius: 0 0 .2em .2em;
	box-shadow: 0 0 50px var(--light-violette);
}

.bottom-form .input-block-level {
	background: #f9f9f9;
	border-radius: .25rem;
	font-size: 1.1rem;
	color: #000;
	height: 47px;
	padding-left: 4rem;
}

.bottom-form .input-block-level:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}

.bottom-form .input-block-level::-webkit-input-placeholder {
	color: #ababab;
}

.bottom-form .input-block-level::-moz-placeholder {
	color: #ababab;
}

.bottom-form .input-block-level:-ms-input-placeholder {
	color: #ababab;
}

.bottom-form .input-block-level:-moz-placeholder {
	color: #ababab;
}

.bottom-form textarea {
	height: 140px !important;
	background-image: url(../images/text.png) !important;
	background-position: 15px 5px !important;
	background-repeat: no-repeat !important;
}

.bottom-form .simplecallback-captcha {
	margin-bottom: 0px;
}

.bottom-form .simple-captcha {
	text-align: center;
	border: 0;
	padding-left: 0;
}

.bottom-form .simplecallback_name {
	background-image: url(../images/user.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.bottom-form .simplecallback-emailclient {
	background-image: url(../images/mail.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.zakonrf label input {
	margin-right: 0;
	height: 17px;
	width: 17px;
	position: relative;
	padding: 0;
	float: none;
	line-height: 2;
}

.zakonrf {
	color: #fff;
	font-size: 0.8125rem;
	font-family: "Circe-Bold";
	margin-top: .5rem;
}

.zakonrf span {
	top: -.25rem;
	position: relative;
}

.zakonrf a {
	color: #db1a10;
}

.bottom-form .btn {
	position: relative;
	background: rgba(168, 25, 48, 1);
	background: -moz-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168, 25, 48, 1)), color-stop(51%, rgba(204, 35, 63, 1)), color-stop(51%, rgba(167, 25, 48, 1)), color-stop(84%, rgba(167, 25, 48, 1)), color-stop(100%, rgba(116, 18, 34, 1)));
	background: -webkit-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -o-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: -ms-linear-gradient(top, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	background: linear-gradient(to bottom, rgba(168, 25, 48, 1) 0%, rgba(204, 35, 63, 1) 51%, rgba(167, 25, 48, 1) 51%, rgba(167, 25, 48, 1) 84%, rgba(116, 18, 34, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81930', endColorstr='#741222', GradientType=0);
	display: inline-block;
	border: none;
	padding: .75rem 3rem;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	outline: none;
	border-radius: 0.25rem;
	font-family: "Circe-Bold";
}

.bottom-form .btn:hover, .bottom-form .btn:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(116, 18, 34, 1);
	background: -moz-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 18, 34, 1)), color-stop(16%, rgba(167, 25, 48, 1)), color-stop(49%, rgba(167, 25, 48, 1)), color-stop(49%, rgba(204, 35, 63, 1)), color-stop(100%, rgba(168, 25, 48, 1)));
	background: -webkit-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -o-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: -ms-linear-gradient(top, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	background: linear-gradient(to bottom, rgba(116, 18, 34, 1) 0%, rgba(167, 25, 48, 1) 16%, rgba(167, 25, 48, 1) 49%, rgba(204, 35, 63, 1) 49%, rgba(168, 25, 48, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#741222', endColorstr='#a81930', GradientType=0);
}



/* Blockquotes */

blockquote {
	margin: 2rem 0;
	padding: 4rem 1rem;
	position: relative;
	background-color: var(--super-light);
	border: 1px solid var(--light-violette);
	border-radius: 1rem;
	box-shadow: 0 0 50px var(--super-light),
				0 0 150px white inset;
}

blockquote:before,
blockquote:after {
	position: absolute;
	font-size: 5rem;
	line-height: .8em;
	content: "\00AB";
	color: var(--light-violette);
	top: 0;
	left: .8rem;
	opacity: .3;
}

blockquote:after {
	line-height: 1em;
	content: "\00BB";
	top: unset;
	left: unset;
	bottom: 0;
	right: .8rem;
}

blockquote img {
	position: relative;
	right: calc(-1rem - 1px);
	border: inherit;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 50px white;
}

blockquote p:last-child {
	margin-bottom: 0;
}



@media(max-width:2600px) {
	.slider-caption2 {
		position: absolute;
		right: -10%;
		margin-top: -53%;
		z-index: 10;
	}

	footer .text {
		padding-left: 25%;
	}

	footer .btn {
		padding-left: 25%;
	}

}

@media(max-width:2200px) {
	.slider-caption2 {
		position: absolute;
		right: 0%;
		margin-top: -47%;
		z-index: 10;
	}

}

@media(max-width:2000px) {
	.slider-caption2 {
		position: absolute;
		right: 4%;
		margin-top: -40%;
		z-index: 10;
	}

}

@media(max-width:1700px) {
	footer {
		background-position: -10% 50%;
	}

	.slider-caption2 {
		right: 9%;
		margin-top: -39%;
	}

}

@media(max-width:1570px) {
	.slider-caption2 {
		right: 13%;
		margin-top: -35%;
	}

}

@media(max-width:1440px) {
	footer {
		background-position: -28% 50%;
	}

	footer .text {
		padding-left: 20%;
	}

	.slider-caption2 {
		right: 14%;
		margin-top: -33%;
	}

	footer .btn {
		padding-left: 20%;
	}

}

@media(max-width:1380px) {
	footer {
		background-position: -35% 50%;
	}

	footer .btn {
		padding-left: 7%;
	}

	footer .text {
		padding-left: 10%;
	}

	.slider-caption2 {
		right: 15%;
		margin-top: -33%;
	}

	.slider-caption2 img {
		width: 250px;
	}

}

@media(max-width:1300px) {
	.container {
		max-width: 1230px
	}

	.navbar-light .navbar-nav .nav-link {
		padding: .8rem 1.4rem
	}

}

@media(max-width:1150px) {
	.slider-caption2 img {
		width: 168px;
	}

	.breadcrumbs .row {
		margin-left: 0px;
	}

	.bottom-form .col-lg-5 {
		padding-right: 15px !important;
		margin-left: 0%;
	}

	.container {
		max-width: 960px
	}

	.top-home .item-title {
		font-size: 1.5rem;
	}

	.top-home-four .item-title {
		font-size: 1.2rem;
	}

	.ytvideo {
		height: 392px;
	}

	footer {
		background-position: -56% 50%;
	}

	.footer-menu .nav-link {
		font-size: 0.5rem;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: .7rem;
		padding: .8rem
	}

	.top-home-four .item {
		height: 184px;
	}

	.copy {
		font-size: 0.4rem;
	}

}

@media(max-width:1000px) {
	.slider-caption2 {
		right: 5%;
		margin-top: -42%;
	}

	.navbar-light .navbar-nav .nav-item {
		background: none
	}

	.navbar-light .nav-item:after {
		display: none;
	}

	.navbar-light .dropdown-menu {
		width: 100%;
		display: block;
		position: relative;
		left: 0;
	}

	.navbar-light .dropdown-menu > li > a {
		text-align: left;
		padding: .5rem 1rem;
	}

	.navbar-light .navbar-nav .nav-link:before {
		left: 0;
	}

	.container {
		max-width: 720px
	}

	.navbar-brand {
		display: inline-block
	}

	.navbar-light {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.navbar-light .navbar-brand {
		text-transform: uppercase;
		color: #fff;
		padding-left: 30px
	}

	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
		margin-right: 30px;
		border-radius: 0
	}

	.navbar-light .navbar-toggler:hover {
		background: #000
	}

	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=!string!xmlns=!string!%3E%3Cpath stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-miterlimit=!string!d=!string!/%3E%3C/svg%3E")
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 1rem;
		text-align: left;
		padding-left: 15px
	}

	.top-home .col-lg-6 {
		margin-bottom: 1.5rem;
	}

	.top-home .mb-44 {
		margin-bottom: 1.5rem;
	}

	.top-home-two .col-lg-6 {
		margin-bottom: 1.5rem;
	}

	.ytvideo {
		height: auto;
		margin-bottom: 1.5rem;
	}

	.top-home-four .item {
		height: auto;
		margin-bottom: 1.5rem;
	}

	footer .text-right {
		display: none;
	}

	footer .btn {
		padding-left: 0;
		text-align: center;
		display: block;
	}

	footer .text {
		padding-left: 0;
		text-align: center;
	}

	.design {
		display: none;
	}

	.footer-menu .collapse:not(.show) {
		display: block;
	}

	.footer-menu .nav-link {
		font-size: .75rem;
	}

	.footer-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.copy {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
		font-size: 0.6875rem;
		margin-top: .5rem;
	}

	.counter {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
		margin-top: .5rem;
	}

}

@media(max-width:800px) {
	.slider-caption2 img {
		width: 114px;
	}

	.slider-caption2 {
		right: 13%;
		margin-top: -32%;
	}

	footer {
		background-position: -100% 50%;
	}

}

@media(max-width:740px) {
	.slider-caption2 {
		right: 13%;
		margin-top: -26%;
	}

}

@media(max-width:600px) {
	footer {
		background: #1b0f1c;
	}

	.page img {
		width: 100%;
		text-align: center;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 5px !important;
		max-width: 100%;
	}

}

@media(max-width:535px) {
	.slider-caption2 {
		display: none;
	}

	.slider .img-fluid {
		object-fit: cover;
		height: 300px;
	}

	footer {
		background: #1b0f1c;
	}

	body {
		overflow-x: hidden
	}

	.navbar-light .navbar-brand {
		padding-left: 15px
	}

	.navbar-light .navbar-toggler {
		margin-right: 15px
	}

}

@media(max-width:500px) {
	.navbar-brand {
		margin-right: 0rem;
	}

	h1 {
		font-size: 2rem;
	}

	.page .important {
		background: #29172b;
	}

	.page .important p {
		padding-left: 0rem;
	}

}

@media(max-width:415px) {
	.slider-caption {
		left: 0;
	}

	.faq .faq-row-faq:nth-child(2n+1) {
		background: #f3f3f3;
	}

	.faq .faq-row-faq {
		background: #fff;
	}

	.faq-row-faq .faq-header {
		padding-left: 0rem;
		margin-bottom: 1rem;
	}

	.faq-row-faq .faq-body {
		padding-left: 0rem;
	}

}

@media(max-width:375px) {
	header .navbar-brand img {
		max-width: 180px;
	}

	.slider-caption .btn img {
		max-width: 320px;
	}

	.slider-text {
		font-size: 1rem;
	}

	footer .btn img {
		max-width: 320px;
	}

	footer .text {
		font-size: 1rem;
	}

	.top-home-two .row {
		width: 100%;
	}

	.bottom-form .simple-captcha {
		font-size: .875rem;
	}

	.zakonrf label {
		font-size: 0.8rem;
	}

}

@media(max-width:320px) {
	.slider-caption .btn img {
		max-width: 280px;
	}

	.slider-text {
		font-size: .75rem;
	}

	footer .btn img {
		max-width: 280px;
	}

	footer .text {
		font-size: .75rem;
	}

	.bottom-form .simple-captcha {
		font-size: .75rem;
	}

	.zakonrf label {
		font-size: 0.6rem;
	}

	.bottom-form .form-t {
		padding: 1rem 0;
	}

}