@import url(https://fonts.googleapis.com/css?family=Arsenal:400,700&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic);
@keyframes move {
	0%, to {
		bottom: 0;
		left: 50%
	}
	25%, 75% {
		bottom: -10px
	}
	50% {
		bottom: -5px
	}
}
body {
	font-family: Montserrat, sans-serif!important;
	font-size: 1.2rem!important;
	word-break: break-word;
	overflow-x: hidden;
	background: radial-gradient(#fff, rgba(35, 148, 187, .160784)) no-repeat!important
}
body * {
	outline: none!important
}
body .row {
	margin-left: 0;
	margin-right: 0
}
@media (max-width:992px) {
	body * {
		/* font-size: 1rem!important */
	}
	body .line {
		display: none
	}
	body .colga {
		margin-bottom: 80px
	}
	body .colga:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -45%;
		top: 100%;
		margin-left: -50px;
		border: 50px solid transparent;
		border-top: 40px solid #052a46
	}
	body #stages>.container>.row:last-child>.colga {
		margin-bottom: unset!important
	}
	body #stages>.container>.row:last-child>.colga:after {
		content: none;
		border: unset!important;
		border-top: unset!important
	}
}
@media (max-width:768px) {
	h1 {
		font-size: 1.7rem!important
	}
}
h2 {
	display: inline;
	font-size: 2rem!important;
	font-family: Roboto, sans-serif;
	font-weight: 900!important
}
@media (max-width:768px) {
	h2 {
		font-size: 1.7rem!important
	}
}
section {
	padding: 50px!important
}
@media (max-width:768px) {
	section {
		padding: 20px 0!important
	}
}
footer {
	background-color: #052a46
}
footer .navigation {
	width: 100%
}
footer nav {
	width: 100%;
	background-color: #052a46!important
}
footer ul {
	width: 100%;
	text-align: center;
	flex-direction: row!important
}
footer ul li {
	cursor: pointer;
	border-right: 1px solid #fff;
	width: 25%
}
footer ul li:last-child {
	border-right: none
}
@media (max-width:768px) {
	footer ul li {
		width: 100%;
		border-right: unset!important;
		border-bottom: 1px solid #fff
	}
}
footer ul li a {
	color: #fff!important;
	outline: none!important
}
@media (max-width:768px) {
	footer ul {
		flex-direction: column!important
	}
}
footer .row:nth-child(2) {
	justify-content: space-around
}
footer .contacts {
	color: #fff;
	padding: 0 5%;
	font-size: 1rem;
	line-height: 20pt
}
@media screen and (max-width:992px) {
	footer .contacts {
		text-align: center
	}
}
footer .contacts a {
	color: #b8f3fb;
	text-decoration: none
}
@media screen and (max-width:992px) {
	footer .logo {
		text-align: center
	}
}
footer .logo img {
	float: right
}
@media screen and (max-width:992px) {
	footer .logo img {
		float: unset;
		width: 290px
	}
}
footer .promedia {
	text-align: center;
	padding: 0 5%
}
footer .promedia p {
	color: rgba(255, 255, 240, .68);
	font-size: .7rem!important
}
footer .promedia span {
	color: rgba(255, 205, 0, .86);
	font-size: .7rem!important
}
footer .promedia a {
	text-decoration: none;
	font-size: .7rem!important
}
#topheader {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	font-size: 1rem;
	position: relative
}
@media (max-width:992px) {
	#topheader {
		position: fixed
	}
}
#topheader * {
	background-color: #fff!important
}
#topheader .navbar-brand img {
	height: 40px
}
#topheader .navbar-brand p {
	text-align: center;
	color: red;
	font-size: .8rem;
	margin: -8px 0 0;
	font-weight: 500
}
#topheader ul {
	list-style: none
}
#topheader ul:first-child li {
	transition: .2s ease-out;
	border-bottom: 2px solid #fff
}
#topheader ul:first-child li:hover {
	border-bottom: 2px solid #169aad;
	background-color: hsla(0, 0%, 92.2%, .56);
	transition: .2s ease-in
}
#topheader ul:first-child a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
#topheader ul:nth-child(2) {
	margin-left: auto;
	margin-right: unset!important
}
@media (min-width:992px) {
	#topheader ul:nth-child(2) li {
		margin: 5px
	}
}
@media (max-width:992px) {
	#topheader ul:nth-child(2) li {
		padding: .5rem 0
	}
}
#topheader ul:nth-child(2) li:first-child {
	padding-right: 15px
}
@media (min-width:992px) {
	#topheader ul:nth-child(2) li:first-child {
		border-right: 1px solid #000
	}
}
#topheader ul:nth-child(2) li a {
	color: #226394;
	text-decoration: none;
	font-weight: 500
}

/* Фон в блоках  */
.wrapper-bgpict {
    position: relative;
}
.wrapper-bgpict::after {
	content: "";
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	background: url(../img/about_company_background.jpg) repeat scroll 0 0 transparent;
	background-size: cover;
	opacity: 0.3;
    z-index: -10;
}
.red {
    color: #900;
}
.blue {
    color: #224f7d;
}
.red-bg {
    background-color: #900;
}
.blue-bg {
    background-color: #224f7d;
}
.big {
	font-size: 64px!important;
}
/* Первый экран  */
#offer {
    position: relative;
	height: 100vh;
	width: 100%;
	text-align: center;
	/* color: #fff; */
	background-attachment: fixed;
	/* background-image: url(../img/offering.jpg); */
	background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
            box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	background-repeat: no-repeat;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	margin-bottom: 25px;
}
#offer, #offer:after {
	background-size: cover
}
#offer::before {
	content: "";
	width: 250px;
	height: 50%;
	background-color:#224f7d;
	display: block;
	margin-left: -50px;
	margin-bottom: 15px;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
	/* animation: move 6s ease-in-out infinite */
}
#offer:after {
	content: "";
	width: 250px;
	height: 51%;
	background-color:#900;
	display: block;
	margin-left: -50px;
	margin-bottom: 15px;
	position: absolute;
    right: 0;
    bottom: -18px;
    z-index: 50;
	/* animation: move 6s ease-in-out infinite */
}
#offer .container {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0;
    margin: 0;
    max-width: none;
}
.offer_image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
#offer .col_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    height: 100%;
}
#offer .navbar-brand {
    width: 40%;
}
#offer .heading {
    text-transform: uppercase;
    /* color: #900; */
}
#offer .heading h1 {
    text-align: left;
}
#offer .heading h1 span {
    display: block;
    font-weight: 700;
    font-size: 42px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 5px;
}
#offer .heading h1 .bold {
    font-weight: 900;
    font-size: 72px;
}
#offer .text {
    position: relative;
    text-align: left;
    z-index: 100;
}
#offer .text span {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
#offer .text::before {
    content: "";
	width: 50px;
	height: 100%;
	background-color:#224f7d;
	display: block;
	margin-left: -50px;
	/* margin-bottom: 15px; */
	position: absolute;
    left: -15px;
    bottom: 0;
    z-index: 50;
	/* animation: move 6s ease-in-out infinite */
}
@media (max-height: 900px) {
	#offer {
		height: auto;
	}
}
@media (max-width: 1024px) {
    #offer .heading h1 span {
        font-size: 2rem;
    }
    #offer .heading h1 .bold {
        font-size: 3rem;
    }
    #offer .text span {
        font-size: 1rem;
    }
}
@media (max-width: 1000px) {
    #offer .heading h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 950px) {
    #offer .heading h1 span {
        font-size: 1.8rem;
    }
    #offer .heading h1 .bold {
        font-size: 2.7rem;
    }
    #offer .text span {
        font-size: 1rem;
    }
}
@media (max-width:768px) {
	#offer {
		padding-top: 15px!important;
        height: auto;
	}
    #offer .col_left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #offer::before {
        width: 50%;
        height: 50px;
        left: 0;
        bottom: -15px;
        top: auto;
        margin-left: 0;
    }
    #offer::after {
        width: 50%;
        height: 50px;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
    }
    #offer .offer_image {
        width: 50%;
    }
    #offer .text {
        width: 70%;
    }
}
@media (max-width:570px) {
    #offer .heading h1 span {
        font-size: 1.2rem;
    }
    #offer .heading h1 .bold {
        font-size: 1.6rem;
    }
    #offer .text span {
        display: block;
        font-size: 0.7rem;
    }
}
@media (max-width:475px) {
    #offer .heading h1 span {
        font-size: 1rem;
    }
    #offer .heading h1 .bold {
        font-size: 1.3rem;
    }
    #offer .text span {
        display: block;
        font-size: 0.5rem;
    }
}
/* Конец первого экрана  */

/* Второй экран  */
#areas {
    position: relative;
	height: 100vh;
	width: 100%;
	margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
            box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
}
#areas .container {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    padding: 0;
    margin: 0;
    max-width: none;
	height: 100%;
}
#areas .heading {
	position: relative;
    text-transform: uppercase;
    /* color: #900; */
	margin-bottom: 30px;
	z-index: 10;
}
#areas .heading h2 {
    text-align: left;
}
#areas .heading h2 span {
    display: inline-block;
    font-weight: 700;
    font-size: 42px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
}
#areas .areas_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#areas .areas_item {
	position: relative;
	width: 22%;
	/* margin: 0 10px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/* height: 320px; */
}
#areas .areas_image {
	position: relative;	
}
#areas .areas_image::before {
	content: '';
	position: absolute;
	top: 155px;
	left: -25px;
	display: block;
	background-color: #ccdcee;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	z-index: 20;
}
#areas .areas_image img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin-bottom: 10px;
	z-index: 10;
} 
#areas .areas_text {
	text-transform: uppercase;
	font-weight: 500;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
	z-index: 30;
}

@media (max-width: 1000px) {
	#areas {
		height: auto;
	}
}
@media (max-height: 900px) {
	#areas {
		height: auto;
	}
}
@media (max-width: 1120px) {
    #areas .heading h2 span {
        font-size: 2rem;
    }
    #areas .heading h2 .bold {
        font-size: 3rem;
    }
    #areas .areas_text {
        font-size: 1rem;
    }
	#areas .areas_item {
		width: 28%;
		height: 320px;
	}
}
@media (max-width: 1000px) {
    #areas .heading h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 950px) {
    #areas .heading h2 span {
        font-size: 1.8rem;
    }
    #areas .heading h2 .bold {
        font-size: 2.7rem;
    }
    #areas .areas_text {
        font-size: 1rem;
		text-align: center;
    }
}
@media (max-width:768px) {
	#areas {
		padding-top: 15px!important;
        height: auto;
	}
	#areas .heading {
        margin-bottom: 15px;
    }
	#areas .areas_item {
		width: 45%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width:570px) {
    #areas .heading h2 .bold {
        font-size: 1.6rem;
    }
    #areas .areas_text {
        display: block;
        font-size: 0.7rem;
    }
	#areas .areas_item {
		width: 49%;
		height: 260px;
	}
	#areas .areas_image img {
		height: 130px;
		width: 130px;
	}
	#areas .areas_image::before {
		top: 100px;
		left: -10px;
		width: 45px;
		height: 45px;
	}
}
@media (max-width:475px) {
    #areas .heading h2 .bold {
        font-size: 1.3rem;
    }
    #areas .areas_text {
        display: block;
        font-size: 0.8rem;
    }
}
/* Конец второго экрана  */

/* Третий экран  */
#advantages {
	color: #fff;
	background-image: url(../img/adult.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	        box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	text-align: center
}
#advantages .heading {
	margin-bottom: 50px
}
#advantages .heading h2 {
	text-transform: uppercase;
	-webkit-text-decoration-color: #fff!important;
	        text-decoration-color: #fff!important
}
#advantages .image img {
	height: 100px
}
#advantages .text {
	padding: 2rem 1rem;
	text-shadow: 1px 1px 10px #000
}

#advantages_new {
	height: 100vh;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	        box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
}
#advantages_new .container-fluid {
	height: 100%;
}
#advantages_new .heading {
	margin-bottom: 50px
}
#advantages_new .heading h2 {
	text-transform: uppercase;
	-webkit-text-decoration-color: #fff!important;
	        text-decoration-color: #fff!important
}
#advantages_new .image img {
	width: 57px;
}
#advantages_new .text span {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.font-18pt {
	font-size: 24px;
}
.font-16pt {
	font-size: 21px;
}
.font-14pt {
	font-size: 18px;
}
.font-10pt {
	font-size: 13px;
}

@media (max-width: 1200px) {
	#advantages_new .big {
		font-size: 48px!important;
	}
	#advantages_new .font-18pt {
		font-size: 20px;
	}
	#advantages_new .font-16pt {
		font-size: 18px;
	}
}
@media (max-width: 1000px) {
	#advantages_new {
		height: auto;
	}
}
@media (max-height: 900px) {
	#advantages_new {
		height: auto;
	}
}
@media (max-width: 1024px) {
    #advantages_new .heading h2 span {
        font-size: 2rem;
    }
    #advantages_new .heading h2 .bold {
        font-size: 3rem;
    }
	#advantages_new .big {
		font-size: 36px!important;
	}
    #advantages_new .text {
        font-size: 1rem;
    }
	#advantages_new .advantages_new_item {
		width: 28%;
		height: auto;
		margin-bottom: 30px;
	}
}
@media (max-width: 1000px) {
    #advantages_new .heading h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 950px) {
    #advantages_new .heading h2 span {
        font-size: 1.8rem;
    }
    #advantages_new .heading h2 .bold {
        font-size: 2.7rem;
    }
    #advantages_new .text {
        font-size: 0.9rem;
    }
	#advantages_new .big {
		font-size: 30px!important;
	}
	#advantages_new .font-18pt {
		font-size: 1rem;
	}
	#advantages_new .font-16pt {
		font-size: 16px;
	}
	#advantages_new .advantages_new_item div div span {
		margin-right: 4px!important;
	}
	
}
@media (max-width:768px) {
	#advantages_new {
		padding-top: 15px!important;
        height: auto;
	}
	#advantages_new .heading {
		margin-bottom: 15px;
	}
	#advantages_new .advantages_new_item {
		width: 45%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#advantages_new .big {
		font-size: 30px!important;
	}
	#advantages_new .font-18pt {
		font-size: 16px;
	}
	#advantages_new .font-16pt {
		font-size: 16px;
	}
	#advantages_new .font-14pt {
		font-size: 14px;
	}
	#advantages_new .font-10pt {
		font-size: 12px;
	}
}
@media (max-width:576px) {
	#advantages_new .advantages_new_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
    #advantages_new .heading h2 span {
        font-size: 1.2rem;
    }
    #advantages_new .heading h2 .bold {
        font-size: 1.6rem;
    }
    #advantages_new .text {
        display: block;
        font-size: 0.7rem;
    }
	#advantages_new .advantages_new_item {
		width: 49%;
		height: auto;
	}
}
@media (max-width:475px) {
    #advantages_new .advantages_new_item {
		width: 70%;
	}
	#advantages_new .heading h2 span {
        font-size: 1rem;
    }
    #advantages_new .heading h2 .bold {
        font-size: 1.3rem;
    }
    #advantages_new .text {
        display: block;
        font-size: 16px;
    }
}

/* Конец третьего экрана  */

/* Начало четвертого экрана  */

#stages {
	/* text-align: center */
	padding: 0!important;
	margin-bottom: 25px;
	/* height: 100vh; */
}
#stages .heading {
	text-transform: uppercase;
	margin-bottom: 50px
}
#stages .image img {
	height: 110px
}
#stages .left_stage {
	padding: 50px;
}
#stages .image-ar img {
	height: 30px;
	margin-top: 50%
}
#stages .colga {
	padding: 0 1rem
}
#stages .stages_text {
	width: 88%!important;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 88%;
	        flex: 0 0 88%;
	max-width: 88%;
}

#stages .colga .text p {
	margin-top: 1rem
}
#stages .line-right {
	right: -1px
}
#stages .line-left, #stages .line-right {
	position: absolute;
	width: 2px;
	top: 10px;
	background: #b3c6e6	;
	/* background: #000; */
	bottom: 45px;
	margin: 0 auto
}
#stages .line-left {
	left: 26px
}
#stages .stage-num-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
#stages .stage-num {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid #dae3f3;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#stages .first-line {
	top: 40%
}
#stages .first-num {
	top: -20%
}
#stages .last-line {
	bottom: 50%
}
#stages .last-num {
	bottom: 0;
	top: unset
}
#stages .image-right {
	/* width: 100%; */
	/* height: 100%; */
	background-image: url("/assets/img/stages_image_1.png");
	background-size: cover;
	background-position: 45%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (max-width: 1310px) {
	#stages .line-left, #stages .line-right {
		top: 20px;
	}
}
@media (max-width: 1024px) {
	#stages .image-right {
		background-position: 48%;
	}
}
@media (max-width: 1024px) {
	#stages {
		height: auto;
	}
    #stages .heading h2 span {
        font-size: 2rem;
    }
    #stages .heading h2 .bold {
        font-size: 3rem;
    }
}
@media (max-width: 1000px) {
    #stages .heading h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 992px) {
	#stages .image-right {
		display: none;
	}
	#stages .stages_text {
		text-align: center;
	}
	#stages .stage-num-wrapper, #stages .stage-num {
		display: none;
	}
	body .colga:after:last-child {
		display: none;
	}
}
@media (max-width: 950px) {
    #stages .heading h2 span {
        font-size: 1.8rem;
    }
    #stages .heading h2 .bold {
        font-size: 2.7rem;
    }
    #stages .text {
        font-size: 1rem;
		text-align: center;
    }
}
@media (max-width:768px) {
	#stages {
		padding-top: 15px!important;
        height: auto;
	}
	#stages .heading {
		margin-bottom: 15px;
	}
	#stages .left_stage {
		padding: 0;
	}
}
@media (max-width:570px) {
    #stages .heading h2 span {
        /* font-size: 1.2rem; */
    }
    #stages .heading h2 .bold {
        font-size: 1.6rem;
    }
    #stages .text {
        display: block;
        font-size: 0.7rem;
    }
}
@media (max-width:475px) {
    #stages .heading h2 span {
        /* font-size: 1rem; */
    }
    #stages .heading h2 .bold {
        font-size: 1.3rem;
    }
    #stages .text {
        display: block;
        font-size: 0.8rem;
    }
}
/* Конец четвертого экрана  */


/* Начало экрана Кейсы  */

#cases {
	/* height: 100vh; */
	margin-bottom: 25px;
	-webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	        box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
}
#cases .container-fluid {
	height: 100%;
}
#cases .heading {
	margin-bottom: 50px
}
#cases .heading h2 {
	text-transform: uppercase;
	-webkit-text-decoration-color: #fff!important;
	        text-decoration-color: #fff!important
}
#cases .image img {
	width: 57px;
}
#cases span {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	/* text-transform: uppercase; */
}
#cases .case {
	position: relative;
	height: 100%;
	padding: 10px;
}
#cases .case_red {
	border: 3px solid #900;
}
#cases .case_blue {
	border: 3px solid #224f7d;
}
#cases .case_number {
	position: absolute;
	top: -15px;
  	left: -15px;
  	color: #fff;
  	width: 30px;
  	height: 30px;
  	text-align: center;
}
#cases .case_number_red {
	background: #900;
}
#cases .case_number_blue {
	background: #224f7d;
}

@media (max-width: 1200px) {
	#cases .mb-4 {
		margin-bottom: 1.5rem!important;
	}
}
@media (max-width: 768px) {
	#cases .heading {
		margin-bottom: 15px;
	}
}

/* Конец экрана Кейсы  */


/* Начало экрана Контакты  */
#contacts {
	position: relative;
	height: 100vh;
	width: 100%;
	text-align: center;
	/* color: #fff; */
	/* background-attachment: fixed; */
	background-image: url(../img/image_contacts_bg.png);
	background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
            box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
#contacts .row {
	height: 100%;
}
#contacts .contacts_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 100%;
}
#contacts .contacts_wrapper img {
	width: 50%;
}
#contacts .contacts_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-transform: uppercase;
	color: #fff;
}
#contacts .contacts_text a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#contacts .contacts_text p {
	padding: 15px 25px;
	margin-bottom: 25px;
}
#contacts .contacts_text span {
	padding: 15px 25px;
	margin-right: 10px;
}
#contacts .contacts_text span:last-child {
	margin-right: 0;
}
#contacts .red_bg {
	background-color: #900;
	font-size: 32px;
}
#contacts .blue_bg {
	background-color:  #224f7d;
	font-size: 28px;
}
@media (max-width: 1350px) {
	#contacts .contacts_wrapper {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
}
@media (max-width: 1150px) {
	#contacts .contacts_text span {
		display: block;
		text-align: left;
	}
	#contacts .contacts_text span:first-child {
		margin-bottom: 25px;
		margin-right: 0;
	}
	#contacts .red_bg {
		font-size: 28px;
	}
	#contacts .blue_bg {
		font-size: 24px;
	}
}
@media (max-width: 930px) {
	#contacts {
		height: auto;
	}
	#contacts .contacts_text {
		padding-top: 50px;
	}
	#contacts .red_bg {
		font-size: 24px;
	}
	#contacts .blue_bg {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	#contacts .red_bg {
		font-size: 20px;
	}
	#contacts .blue_bg {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	#contacts {
		background-size: cover;
		background-position-x: 75%;
	}
	#contacts .contacts_wrapper {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 525px) {
	#contacts {
		background-position-x: 60%;
	}
	#contacts .red_bg {
		font-size: 16px;
	}
	#contacts .blue_bg {
		font-size: 14px;
	}
}

/* Конец экрана Контакты  */

#navigation {
	padding-bottom: unset!important
}
#navigation nav {
	width: 100%;
	background-color: unset!important
}
#navigation ul {
	width: 100%;
	text-align: center;
	flex-direction: row
}
@media (max-width:768px) {
	#navigation ul {
		flex-direction: column
	}
}
#navigation ul li {
	cursor: pointer;
	font-size: 1rem;
	width: 25%
}
@media (max-width:768px) {
	#navigation ul li {
		width: 100%
	}
}
#navigation ul li:first-child {
	border-bottom: 3px solid rgba(255, 0, 0, .74)
}
@media (max-width:768px) {
	#navigation ul li:first-child {
		border-left: 3px solid rgba(255, 0, 0, .74);
		border-bottom: unset!important
	}
}
#navigation ul li:nth-child(2) {
	border-bottom: 3px solid rgba(255, 255, 0, .74)
}
@media (max-width:768px) {
	#navigation ul li:nth-child(2) {
		border-left: 3px solid rgba(255, 255, 0, .74);
		border-bottom: unset!important
	}
}
#navigation ul li:nth-child(3) {
	border-bottom: 3px solid rgba(0, 255, 255, .74)
}
@media (max-width:768px) {
	#navigation ul li:nth-child(3) {
		border-left: 3px solid rgba(0, 255, 255, .74);
		border-bottom: unset!important
	}
}
#navigation ul li:nth-child(4) {
	border-bottom: 3px solid rgba(0, 255, 0, .74)
}
@media (max-width:768px) {
	#navigation ul li:nth-child(4) {
		border-left: 3px solid rgba(0, 255, 0, .74);
		border-bottom: unset!important
	}
}
#navigation ul li.active:first-child {
	background-color: rgba(255, 0, 0, .05)
}
#navigation ul li.active:nth-child(2) {
	background-color: rgba(255, 255, 0, .05)
}
#navigation ul li.active:nth-child(3) {
	background-color: rgba(0, 255, 255, .05)
}
#navigation ul li.active:nth-child(4) {
	background-color: rgba(0, 255, 0, .05)
}
#feedback-popup {
	display: none;
	width: 65%
}
@media (max-width:1000px) {
	#feedback-popup {
		width: 100%
	}
}
#feedback-popup .heading {
	text-align: center
}
#feedback-popup .heading p {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: 900
}
#feedback-popup .form-check {
	padding-left: unset!important;
	font-size: .8rem
}
#feedback-popup .private {
	text-decoration: underline;
	color: #169aad
}
#feedback-popup .private:hover {
	color: #052a46
}
#newsfeed-popup {
	display: none;
	width: 65%
}
@media (max-width:1000px) {
	#newsfeed-popup {
		width: 100%
	}
}
#newsfeed-popup .heading {
	text-align: center
}
#newsfeed-popup .heading p {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: 900
}
#newsfeed-popup .form-check {
	padding-left: unset!important;
	font-size: .8rem
}
#newsfeed-popup .private {
	text-decoration: underline;
	color: #169aad
}
#newsfeed-popup .private:hover {
	color: #052a46
}
#newsfeed-bottom-popup {
	display: none;
	width: 65%
}
@media (max-width:1000px) {
	#newsfeed-bottom-popup {
		width: 100%
	}
}
#newsfeed-bottom-popup .heading {
	text-align: center
}
#newsfeed-bottom-popup .heading p {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: 900
}
#newsfeed-bottom-popup .form-check {
	padding-left: unset!important;
	font-size: .8rem
}
#newsfeed-bottom-popup .private {
	text-decoration: underline;
	color: #169aad
}
#newsfeed-bottom-popup .private:hover {
	color: #052a46
}
#service .row {
	align-items: center
}
#service .sync-row-fr, #service .sync-row-s, #service .sync-row-t {
	display: none
}
#service .ser-h {
	font-size: 1.3rem!important;
	font-weight: 900;
	font-family: Roboto, sans-serif;
	margin-bottom: 20px
}
@media (max-width:992px) {
	#service .ser-h {
		margin-top: 20px
	}
}
#service .image img {
	width: 100%;
	height: 375px
}
@media (max-width:768px) {
	#service .image img {
		height: 100%
	}
}
#service .text {
	padding: 0 20px
}
@media (max-width:992px) {
	#service .text ul {
		padding-left: unset
	}
}
#service .text ul p {
	font-size: 1.1rem
}
#price {
	padding: 20px 0;
	color: #fff;
	margin-bottom: 25px;
	/* background-image: url(../img/calc.jpg); */
	/* background-position: 50%; */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46;
	/* background-attachment: scroll */
}
#price .in-1, #price .in-2, #price .in-3, #price .in-4 {
	display: none
}
#price .priceline {
	align-items: center;
	min-height: 545px
}
#price .heading {
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center
}
#price .heading h2 {
	display: flex;
	text-decoration-color: #fff!important
}
#price table {
	text-align: left;
	/* color: #fff */
}
#price table thead {
	background-color: hsla(0, 0%, 100%, .75);
	color: #000
}
#price table tbody tr {
	color: #000;
	cursor: pointer
}
#price table tbody tr.active {
	background-color: hsla(0, 0%, 100%, .3)!important;
	color: #000
}
#price table tbody tr:hover {
	color: #000
}
#price table tbody tr .first-td {
	width: 70%
}
@media (max-width:768px) {
	#price table tbody tr .first-td {
		width: 50%
	}
}
#price table td {
	vertical-align: middle!important;
	text-align: left
}
#price table td a {
	color: #000;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%
}
#price .col-lg-6.table {
	padding: 7% 2%;
	border-right: 2px solid #ebebeb
}
@media (max-width:1070px) {
	#price table tbody tr .first-td {
		width: 65%
	}
}
@media (max-width:768px) {
	#price .col-lg-6.table {
		border-right: unset
	}
}
#price .desc-head {
	text-align: center
}
#price .desc-head p {
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #000;
	font-weight: 900;
	font-size: 1.7rem;
	font-family: Roboto, sans-serif
}
#price .desc-content {
	text-align: center
}
#price .desc-content ul {
	text-align: left
}
@media (max-width:992px) {
	#price .desc-content ul {
		padding-left: 15px
	}
	#price table tbody tr .first-td {
		width: 60%
	}
	#price table thead {
		font-size: 1rem;
	}
	#price table td {
		font-size: 1rem;
	}
}
@media (max-width:850px) {
	#price table tbody tr .first-td {
		width: 55%
	}
	#price table thead {
		font-size: 0.9rem;
	}
	#price table td {
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	#price .heading {
		margin-bottom: 15px;
	}
}
@media (max-width:600px) {
	#price table tbody tr .first-td {
		width: 55%
	}
	.table td, .table th {
		padding: 0.2rem;
	}
	#price table thead {
		font-size: 0.8rem;
	}
	#price table td {
		font-size: 0.8rem;
	}
}
@media (max-width:500px) {
	#price table thead {
		font-size: 0.7rem;
	}
	#price table td {
		font-size: 0.7rem;
	}
}
#price .desc-content ul p {
	font-weight: 300
}
#price .desc-content .want {
	font-size: 1rem;
	margin-top: 3rem;
	margin-bottom: .5rem;
	font-weight: 300
}
#price .desc-content a {
	border-radius: unset!important;
	padding: 10px 20px
}
#reviews {
	padding: 50px 0!important;
	background: rgba(131, 180, 255, .29)
}
#reviews .container-fluid {
	padding: 0
}
@media (max-width:400px) {
	#reviews .solo-rev {
		height: 650px!important
	}
	#reviews .c-name {
		align-items: center;
		flex-direction: column
	}
}
#reviews .reviews-line {
	height: auto
}
#reviews .reviews-line .slick-list, #reviews .reviews-line .slick-list .slick-track {
	height: 100%
}
#reviews .reviews-line .slick-list .slick-track .solo-rev {
	height: 440px
}
#reviews .heading {
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center
}
#reviews .solo-rev {
	border: 1px solid #b1b1b1;
	box-shadow: 1px 1px 10px hsla(0, 0%, 69.4%, .55);
	margin: 5px;
	padding: 5px;
	transform: scale(.9);
	transition: .3s ease-out;
	opacity: .7;
	background: hsla(0, 0%, 92.2%, .43);
	display: flex;
	flex-direction: row
}
#reviews .solo-rev.slick-current {
	transform: scale(1);
	transition: .3s ease-in;
	background: #fff;
	opacity: 1
}
#reviews .solo-rev .c-name, #reviews .solo-rev .c-rev {
	display: flex;
	align-items: center
}
#reviews .solo-rev .row {
	align-items: center;
	align-content: center
}
#reviews .solo-rev .head-rev {
	text-align: left;
	font-weight: 900;
	font-size: 1.1rem
}
#reviews .solo-rev .text {
	font-size: 1rem;
	text-align: left;
	margin-top: 10px
}
#reviews .solo-rev img {
	width: 100px;
	height: 100px;
	object-fit: scale-down;
	float: right;
	margin-right: 10px
}
#reviews .slick-dotted.slick-slider {
	margin-bottom: 30px
}
#reviews .slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
@media (max-width:768px) {
	#reviews .slick-dots {
		bottom: -45px
	}
}
#reviews .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
#reviews .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
#reviews .slick-dots li button:focus, #reviews .slick-dots li button:hover {
	outline: none
}
#reviews .slick-dots li button:focus:before, #reviews .slick-dots li button:hover:before {
	opacity: 1
}
#reviews .slick-dots li button:before {
	font-family: slick;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\2022";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#reviews .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
#docs {
	text-align: center;
	margin-bottom: 25px;
}
#docs .heading {
	display: flex;
	text-transform: uppercase;
	margin-bottom: 50px
}
#docs a {
	text-decoration: none!important;
	color: #000!important
}
#docs .col-lg-4, #docs .col-lg-4:hover {
	transition: .2s ease-in
}
#docs .col-lg-4:hover {
	transform: scale(1.1)
}
#docs .image .downloader {
	position: absolute;
	width: 70px;
	z-index: 200;
	height: 70px;
	opacity: .6;
	right: 40%;
	top: 10%
}
@media (max-width:992px) {
	#docs .image .downloader {
		right: 50%
	}
}
@media (max-width:768px) {
	#docs .image .downloader {
		right: 46%!important
	}
	#docs .heading {
		margin-bottom: 15px
	}
}
@media (max-width:400px) {
	#docs .image .downloader {
		right: 42%!important
	}
}
#docs .image .upper {
	position: absolute;
	top: 20px;
	left: 40%
}
#docs .image .under, #docs .image .upper {
	width: 100px;
	height: 150px;
	box-shadow: 1px 1px 10px #b1b1b1
}
#docs .image .under {
	position: relative;
	right: 10%
}
#docs .text {
	padding: 10%;
	margin-top: 15px;
	font-size: 1.1rem
}
#specs {
	background: rgba(131, 180, 255, .29)
}
#specs ul {
	padding-left: 10px
}
#specs .heading {
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center
}
#specs .row {
	align-items: center
}
#specs .row .photo {
	height: 100%;
	text-align: center
}
#specs .row .text {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: Roboto, sans-serif
}
@media (max-width:992px) {
	#specs .row .text {
		text-align: center
	}
}
#specs .row .text.head {
	text-transform: uppercase;
	font-size: 1.7rem
}
#specs .row img {
	width: auto;
	max-height: 80vh;
	height: 485px;
	box-shadow: 1px 1px 10px #b1b1b1;
	border: 1px solid #ebebeb
}
@media (max-width:992px) {
	#specs .row img {
		margin-bottom: 15px;
		max-height: 65vh
	}
}
#specs .row .list-specs li {
	font-size: 1.2rem
}
#specs .row .cont-specs {
	list-style: none;
	font-size: 1.2rem
}
#specs .row .cont-specs li {
	margin-bottom: 5px
}
#specs .row .cont-specs li a {
	margin-left: 40px;
	color: #000
}
#specs .row .cont-specs li:first-child {
	background-image: url(../img/phone-dom.svg);
	background-repeat: no-repeat;
	background-size: 25px
}
#specs .row .cont-specs li:nth-child(2) {
	background-image: url(../img/mail.svg);
	background-repeat: no-repeat;
	background-size: 25px
}
#feedback {
	padding: 50px 0;
	color: #fff;
	/* background-image: url(../img/hands.jpg); */
	/* background-position: 0 65%; */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46
}
#feedback .heading {
	text-transform: uppercase;
	text-align: center
}
#feedback .heading h2 {
	text-decoration-color: #fff!important
}
#feedback form {
	width: 100%;
	margin-top: 20px
}
@media screen and (max-width:1000px) {
	#feedback form {
		width: 100%;
		margin-left: unset
	}
}
@media (max-width:768px) {
	#feedback form .col {
		flex-basis: unset
	}
	#feedback .heading {
		margin-bottom: 15px;
	}
}
#feedback form .form-check {
	padding-top: 20px
}
#feedback form .form-check label, #feedback form .form-check label * {
	font-size: .8rem!important
}
#feedback form label {
	/* text-shadow: 1px 1px 10px #000; */
	color: #000!important
}
#feedback form .private {
	text-decoration: underline;
	color: #000
}
#feedback form .private:hover {
	color: #169aad
}
#map {
	padding: 50px 0!important
}
#newsfeed {
	padding: 50px 0;
	color: #fff;
	background-image: url(../img/hands.jpg);
	background-position: 0 65%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46
}
#newsfeed .heading {
	text-transform: uppercase;
	text-align: center
}
#newsfeed .heading h2 {
	text-decoration-color: #fff!important
}
#newsfeed form {
	width: 100%;
	margin-top: 20px
}
@media screen and (max-width:1000px) {
	#newsfeed form {
		width: 100%;
		margin-left: unset
	}
}
@media (max-width:768px) {
	#newsfeed form .col {
		flex-basis: unset
	}
}
#newsfeed form .form-check {
	padding-top: 20px
}
#newsfeed form .form-check label, #newsfeed form .form-check label * {
	font-size: .8rem!important
}
#newsfeed form label {
	text-shadow: 1px 1px 10px #000;
	color: #fff!important
}
#newsfeed form .private {
	text-decoration: underline;
	color: #fff
}
#newsfeed form .private:hover {
	color: #169aad
}
#map {
	padding: 50px 0!important
}
#newsfeed-bottom {
	padding: 50px 0;
	color: #fff;
	background-image: url(../img/hands.jpg);
	background-position: 0 65%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px -4px #052a46, 0 -5px 10px -4px #052a46
}
#newsfeed-bottom .heading {
	text-transform: uppercase;
	text-align: center
}
#newsfeed-bottom .heading h2 {
	text-decoration-color: #fff!important
}
#newsfeed-bottom form {
	width: 100%;
	margin-top: 20px
}
@media screen and (max-width:1000px) {
	#newsfeed-bottom form {
		width: 100%;
		margin-left: unset
	}
}
@media (max-width:768px) {
	#newsfeed-bottom form .col {
		flex-basis: unset
	}
}
#newsfeed-bottom form .form-check {
	padding-top: 20px
}
#newsfeed-bottom form .form-check label, #newsfeed-bottom form .form-check label * {
	font-size: .8rem!important
}
#newsfeed-bottom form label {
	text-shadow: 1px 1px 10px #000;
	color: #fff!important
}
#newsfeed-bottom form .private {
	text-decoration: underline;
	color: #fff
}
#newsfeed-bottom form .private:hover {
	color: #169aad
}
#map {
	padding: 50px 0!important
}
#map .container-fluid {
	padding: unset
}
#map .desc {
	text-align: center;
	margin-bottom: 30px
}
#map .heading {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center
}
#map #vectorMap {
	height: 500px;
	text-align: center
}
#map #vectorMap .jvectormap-container {
	background-color: hsla(0, 0%, 100%, 0)!important
}
#map .mobile-block, #map .mobile-block #city-list-more {
	display: none
}
#map .mobile-block #city-list tbody tr td:last-child, #map .mobile-block #city-list thead tr th:last-child {
	text-align: center
}
#map .desktop-block {
	display: block
}
@media (max-width:768px) {
	#map .mobile-block {
		display: block
	}
	#map .desktop-block {
		display: none
	}
}
svg {
	touch-action: none
}
.jvectormap-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	touch-action: none
}
.jvectormap-tip {
	position: absolute;
	display: none;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #0c515c;
	color: #fff;
	font-size: smaller;
	font-weight: 900;
	text-align: center;
	padding: 5px 10px
}
.jvectormap-goback, .jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #169eb2;
	padding: 15px;
	color: #fff;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	box-sizing: content-box
}
.jvectormap-zoomin, .jvectormap-zoomout {
	width: 10px;
	height: 10px
}
.jvectormap-zoomin {
	top: 10px
}
.jvectormap-zoomout {
	top: 55px
}
.jvectormap-goback {
	bottom: 10px;
	z-index: 1000;
	padding: 6px
}
.jvectormap-spinner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: 50% no-repeat url(data:image/gif;base64,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)
}
.jvectormap-legend-title {
	font-weight: 700;
	font-size: 14px;
	text-align: center
}
.jvectormap-legend-cnt {
	position: absolute
}
.jvectormap-legend-cnt-h {
	bottom: 0;
	right: 0
}
.jvectormap-legend-cnt-v {
	top: 0;
	right: 0
}
.jvectormap-legend {
	background: #000;
	color: #fff;
	border-radius: 3px
}
.jvectormap-legend-cnt-h .jvectormap-legend {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 1px
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
	float: left
}
.jvectormap-legend-cnt-v .jvectormap-legend {
	margin: 10px 10px 0 0;
	padding: 3px
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
	width: 40px
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
	height: 15px
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle
}
.jvectormap-legend-tick-text {
	font-size: 12px
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
	text-align: center
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 3px
}
input[type=checkbox] {
	display: none
}
input[type=checkbox]+label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
input[type=checkbox]+label:last-child {
	margin-bottom: 0
}
input[type=checkbox]+label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #17a2b8;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s
}
input[type=checkbox]:checked+label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}