/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	outline: none;
}
button {
	cursor: pointer;
}
button, input, a {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	color: inherit;
}
strong {
	font-weight: bold;
}
/*----------------------
		general
----------------------*/
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
#wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #fff;
}
.wrapper {
	width: 100%;
}
/*----------------------
	header
----------------------*/
.logo {
	width: 21%;
	float: left;
	position: relative;
}
.logo img {
	width: 50px;
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
}
.logo p {
	padding: 18px 0 0 65px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	max-width: 205px;
}
.contact-head {
	width: 26%;
	float: right;
	text-align: right;
	padding: 10px 0 0;
}
.contact-head p span,
.box-contacts-little div span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.contact-head p a,
.box-contacts-little div a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}
.contact-head p a:after,
.box-contacts-little div a:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/icon-phone.png) no-repeat center;
	background-size: contain;
	top: -15px;
	left: -50px;
}
/*----------------------
	nav
----------------------*/
#nav.default {
	width: 53%;
	float: left;
	overflow: visible !important;
	z-index: 99;
}
#nav.fixed {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	overflow: visible !important;
	top: 0;
	box-shadow: 0 2px 6px rgba(0,0,0, .2);
	background: #fff;
}
.inner-nav {
	border-bottom: 1px solid #fff;
}
#nav.fixed .inner-nav {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
#nav ul {
	display: flex;
	justify-content: space-around;
}
#nav ul li {
	display: inline-block;
	padding: 20px 0;
	position: relative;
}
#nav a {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}
#nav.fixed a {
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li a.active {
	color: #3b62e5 !important;
}
.mobile-nav-toggle-label span {
	display: none;
}
.mainmenubtn {
    background: url(../img/arrow-nav.svg) no-repeat right center;
    background-size: 14px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px 0 0;
    font-weight: 300;
    color: #fff;
}
#nav.fixed .mainmenubtn {
	color: #000;
	background: url(../img/arrow-nav-black.svg) no-repeat right center;
	background-size: 14px;
}
.mainmenubtn:hover {
    text-decoration: underline;
}
.dropdown {
    position: relative;
    z-index: 9999;
    display: inline-block;
}
.dropdown-child {
    display: none;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0, .12);
    border-radius: 10px;
    color: #000;
    min-width: 300px;
    padding: 10px 0 15px;
}
.dropdown-child a {
    color: #000 !important;
    padding: 3px 20px;
    margin: 10px 0 0;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-child {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
}
/*----------------------
	general-block
----------------------*/
.bg-general-block {
	background: url(../img/bg-general.jpg) no-repeat center;
	background-size: cover;
}
.wrap-general-content {
	padding: 50px 0 130px;
	width: 62%;
}
h1 {
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 300;
}
.description {
	color: #fff;
	margin: 30px 0 0;
	font-size: 22px;
	font-weight: 300;
}
.list-reas-gen {
	padding: 10px 0 0;
}
.list-reas-gen li {
	margin: 25px 0 0;
	display: inline-block;
	width: 46%;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 0 46px;
	position: relative;
}
.list-reas-gen li:after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 90px;
	top: 0;
	left: 0;
	background: #fff url(../img/arrow-list.png) no-repeat center;
	background-size: 18px;
}
.wrap-general-content .btn-container div {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 0;
}
.btn-call {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 220px;
	padding: 15px 5px 15px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background: #3b62e5;
	border-radius: 90px;
	font-weight: bold;
}
.btn-call:hover {
	background: #6b8cfa;
}
.btn-call:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/icon-btn-call.png) no-repeat center;
	background-size: 100% 100%;
	top: 11px;
	left: 10px;
}
.btn-link-mess {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 220px;
	padding: 15px 5px 15px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background: #1fd447;
	border-radius: 90px;
	font-weight: bold;
}
.btn-link-mess:hover {
	background: #44f76b;
}
.btn-link-mess:after {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../img/icon-whatsapp.png) no-repeat center;
	background-size: 100% 100%;
	top: 7px;
	left: 12px;
}
/*----------------------
	deliv-block
----------------------*/
#deliv-block {
	margin-top: -90px;
}
.wrap-deliv {
	max-width: 980px;
	margin: 0 auto;
	border-radius: 80px;
	background: #3b62e5;
	padding: 30px 30px 60px;
	position: relative;
}
.title-deliv {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	max-width: 260px;
}
.box-image-deliv-block {
	position: absolute;
	bottom: -50px;
	right: 0;
}
.box-image-deliv-block img {
	display: block;
	width: 520px;
}
.wrap-deliv .clearfix {
	width: 60%;
	margin-left: -15px;
	margin-right: -15px;
}
.col-deliv {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.col-deliv p {
	color: #fff;
	margin: 30px 0 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
}
.col-deliv ul {
	margin-top: -35px;
}
.col-deliv li {
	color: #fff;
	padding: 20px 0 0;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
}
.box-contacts-little {
	margin: 10px 0 0;
}
/*----------------------
	quiz-block
----------------------*/
#quiz-block {
	padding: 60px 0 0;
}
h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	color: #4A4A4A;
}
h2 span {
	display: block;
	font-weight: 600;
}
.box-quiz {
	position: relative;
}
.wrap-btn-quiz {
	position: absolute;
	bottom: 25px;
	right: 30px;
	width: 200px;
}
.btn-next-quiz {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	background: #3b62e5;
	border: none;
	height: 56px;
	cursor: pointer;
	border-radius: 23px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
}
.btn-next-quiz:hover {
	background: #5a7ffc;
}
.disabled-btn {
	pointer-events: none;
	opacity: 0.5;
}
.step-quiz-info {
	font-size: 15px;
	font-weight: 300;
}
.boxQuiz-2 {
	display: none;
}
.boxQuiz-3 {
	display: none;
}
.boxQuiz-4 {
	display: none;
}
.boxQuiz-2-1 {
	display: none;
}
.boxQuiz-2-2 {
	display: none;
}
.box-quiz-hidden {
	display: none !important;
}
.box-quiz-visible {
	display: block;
}
.wrap-quiz {
	background: url(../img/bg-quiz.jpg) no-repeat center;
	background: cover;
	margin: 30px 0 0;
	border-radius: 40px;
	min-height: 500px;
}
.disabled-hidden {
	display: none;
}
.box-quiz {
	max-width: 670px;
	padding: 20px 30px 40px;
}
.box-quiz .btn-container {
	padding: 50px 0 0;
}
.progressbar {
	position: relative;
	border-radius: 90px;
	background: #fff;
	box-shadow: inset 0 2px 5px rgba(0,0,0, .3);
	height: 30px;
	text-align: center;
}
.progressbar span {
	font-size: 12px;
	position: relative;
	z-index: 10;
	line-height: 30px;
	font-weight: 600;
}
.progressbar:after {
	content: '';
	position: absolute;
	width: 25%;
	left: 4px;
	top: 4px;
	height: 22px;
	border-radius: 90px;
	background: #3b62e5;
}
.boxQuiz-2-1 .progressbar:after,
.boxQuiz-2-2 .progressbar:after {
	width: 50%;
}
.boxQuiz-3 .progressbar:after {
	width: 75%;
}
.boxQuiz-4 .progressbar:after {
	width: 98.5%;
}
.head-quiz p {
	margin: 25px 0 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.group-radio li label {
	display: block;
	position: relative;
	margin: 30px 0 0;
	border-radius: 30px;
}
.group-radio li label span {
	display: block;
	height: 180px;
}
.group-radio li label img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}
.group-radio li label p {
    text-align: center;
    color: #000;
    padding: 10px 5px 0;
    font-size: 15px;
}
.radio {
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
.radio + label {
	cursor: pointer;
	font-size: 18px;
}
.radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	cursor: pointer;
}
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 50%;
}
.radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 158px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #3b62e5 url(../img/arrow-list-about.png) no-repeat center;
	opacity: 0;
	transition: all .2s;
}
.radio:checked + label:after {
	opacity: 1;
}
.boxQuiz-2-1 .group-radio li label span,
.boxQuiz-2-2 .group-radio li label span {
	height: 100px;
}
.boxQuiz-2-1 .radio:not(checked) + label:after,
.boxQuiz-2-2 .radio:not(checked) + label:after
 {
	top: 80px;
}
.box-else {
	padding: 20px 0 0;
}
.else-text {
	font-weight: bold;
	font-size: 16px;
}
.box-quiz input[type='text'],
.box-quiz input[type='tel'] {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	height: 40px;
	background: #E5E5E5;
	text-align: center;
	font-size: 15px;
	box-shadow: inset 0 2px 4px rgba(0,0,0, .3);
	border: none;
	margin: 15px 0 0;
}
.boxQuiz-3 .head-quiz p {
	text-align: left;
}
.title-bonus-quiz {
	padding: 70px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.end-descript-quiz {
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.wrap-inpust-quiz .left,
.wrap-inpust-quiz .right {
	width: 48%;
	position: relative;
}
.wrap-inpust-quiz,
.btn-container-end {
	max-width: 500px;
}
.btn-container-end {
	padding: 50px 0 0;
	text-align: center;
}
/*----------------------
	services-general
----------------------*/
#services-general {
	padding: 60px 0 0;
}
.box-serv-gen {
	margin: 30px 0 0;
	position: relative;
	height: 280px;
	border-radius: 40px;
	overflow: hidden;
}
.box-serv-gen img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-serv-gen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 25px 25px 60px;
	background: rgba(0,0,0, .6);
}
.title-serv-gen {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.text-serv-gen {
	color: #fff;
	font-size: 16px;
	margin: 10px 0 0;
	font-weight: 300;
	line-height: 1.5;
}
.body-serv-gen .btn-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 25px;
}
.link-serv {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 190px;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 90px;
	background: #3b62e5;
	box-shadow: inset 2px 4px 10px rgba(0,0,0, .15);
	text-decoration: none;
}
.link-serv:hover {
	background: #5b80fc;
}
/*----------------------
	reasons
----------------------*/
#reasons {
	padding: 60px 0 0;
}
.wrap-slider-reasons {
	margin: 35px 0 0;
}
.box-gallery {
	display: block;
	height: 520px;
	border-radius: 40px;
	overflow: hidden;
}
.box-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#reasons .owl-prev,
#reasons .owl-next {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255, .6);
	border-radius: 90px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
}
#reasons .owl-prev span,
#reasons .owl-next span {
	display: block;
	line-height: 30px;
	padding: 0 0 6px;
}
#reasons .owl-prev {
	left: 15px;
}
#reasons .owl-next {
	right: 15px;
}
#reasons .owl-prev:hover,
#reasons .owl-next:hover {
	background: rgba(255,255,255, 1);
}
.wrap-content-reasons {
	padding: 30px 0 0;
}
.title-reas-big {
	font-weight: bold;
	font-size: 26px;
	color: #4A4A4A;
}
.text-reas-big {
	margin: 15px 0 0;
	color: #4A4A4A;
	font-size: 15px;
	line-height: 1.5;
}
.subtitle-reas-big {
	margin: 10px 0 0;
	color: #4A4A4A;
	font-weight: 600;
	font-size: 22px;
}
.box-reasons-list {
	margin: 15px 0 0;
	background: #3c3f46;
	border-radius: 40px;
	padding: 2px 15px 15px;
	background: -moz-linear-gradient(left, #3c3f46 0%, #061033 100%);
	background: -webkit-linear-gradient(left, #3c3f46 0%,#061033 100%);
	background: linear-gradient(to right, #3c3f46 0%,#061033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f46', endColorstr='#061033',GradientType=1 );
}
.box-reasons-list li {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	color: #fff;
	padding: 0 0 0 46px;
	font-size: 13px;
	line-height: 1.5;
	margin: 15px 0 0;
}
.box-reasons-list li:after {
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 90px;
	top: 10px;
	left: 5px;
	background: url(../img/arrow-list-about.png) no-repeat center;
	background-size: 18px auto;
}
/*----------------------
	call-to-action
----------------------*/
#call-to-action {
	padding: 50px 0 0;
}
.wrap-bg-call-action {
	position: relative;
	background: #3c3f46;
	border-radius: 40px;
	padding: 2px 15px 15px;
	background: -moz-linear-gradient(left, #3c3f46 0%, #061033 100%);
	background: -webkit-linear-gradient(left, #3c3f46 0%,#061033 100%);
	background: linear-gradient(to right, #3c3f46 0%,#061033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f46', endColorstr='#061033',GradientType=1 );
}
.inner-call-action {
	width: 65%;
	text-align: center;
	padding: 15px 0;
}
.wrap-image-call-action {
	position: absolute;
	top: -50px;
	right: -50px;
}
.inner-call-action h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	max-width: 500px;
	margin: 0 auto;
}
.description-call-action {
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin: 15px 0 0;
}
.inner-call-action form {
	max-width: 600px;
	margin: 0 auto;
}
.inner-call-action li {
	margin: 20px 0 0;
}
.inner-call-action input[type='text'],
.inner-call-action input[type='tel'],
.wr-hidden li input[type='text'],
.wr-hidden li input[type='tel'] {
	width: 100%;
	max-width: 280px;
	height: 50px;
	border: none;
	border-radius: 90px;
	box-shadow: inset 2px 4px 8px rgba(0,0,0, .2);
	text-align: center;
	padding: 0 15px;
}
.btn-gen {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	height: 50px;
	border: none;
	border-radius: 90px;
	background: #3b62e5;
	color: #fff;
	position: relative;
	padding: 0 0 0 20px;
}
.btn-gen:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 30px;
	background: url(../img/icon-btn-call.png) no-repeat center;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 25px;
}
.btn-gen:hover {
	background: #6f8ffa;
}
/*----------------------
	steps-block
----------------------*/
#steps-block {
	padding: 60px 0 0;
}
#steps-block h2 span,
#questions-block h2 span {
	display: inline;
}
.wrap-steps {
	padding: 25px 0 0;
	position: relative;
}
.wrap-steps:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #3b62e5;
	left: -15px;
	right: -15px;
	top: 74px;
}
.col-step {
	width: 20%;
	float: left;
}
.box-step {
	margin: 30px 15px 0 0;
}
.num-step {
	position: relative;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 90px;
	margin: 0 auto;
	text-align: center;
	background: #979eba;
	color: #979eba;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.num-step span {
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.box-step:hover .num-step {
	background: #3b62e5;
	color: #fff;
}
.box-step .title {
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: bold;
	min-height: 54px;
}
.box-step .text {
	font-size: 14px;
	color: #2D2C2C;
	line-height: 1.5;
}
#steps-block .box-contacts-little {
	margin: 10px 0 0 48px;
}
#steps-block .box-contacts-little div a {
	font-size: 18px;
}
#steps-block .box-contacts-little div span {
	font-size: 11px;
}
#steps-block .box-contacts-little div a,
#steps-block .box-contacts-little div span {
	color: #000;
}
/*----------------------
	questions
----------------------*/
#questions-block {
	padding: 60px 0 0;
}
.wrap-questions {
	padding: 30px 0 0;
}
.wrap-questions .accordion {
	background: transparent;
	text-align: left;
	border: none;
	display: block;
	width: 100%;
	position: relative;
	padding: 15px 40px 15px 56px;
	transition: 0.5s;
	border-bottom: 2px solid #3B61E5;
	margin: 5px 0 0;
}
.wrap-questions .accordion em {
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 40px;
	height: 32px;
	background: url(../img/arrow-quest.png) no-repeat center;
}
.wrap-questions .accordion strong {
	font-size: 20px;
	font-weight: 600;
}
.wrap-questions .accordion span {
	display: block;
	position: absolute;
	top: 15px;
	font-size: 18px;
	font-weight: 600;
	right: 10px;
	color: #3B61E5;
}
.wrap-questions .active em {
    transform: rotate(180deg);
}
.wrap-questions .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.wrap-questions .panel p {
	padding: 20px 0 0;
	color: #5F5F5F;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 300;
}
/*----------------------
	map-block
----------------------*/
#map-block {
	padding: 60px 0 0;
}
.box-map {
	border-radius: 40px;
	overflow: hidden;
	margin: 30px 0 0;
	height: 400px;
	background: #f0f0f0;
}
.box-info-map {
	border-radius: 40px;
	margin: 30px 0 0;
	height: 400px;
	background: #3c3f46;
	background: -moz-linear-gradient(left, #3c3f46 0%, #061033 100%);
	background: -webkit-linear-gradient(left, #3c3f46 0%,#061033 100%);
	background: linear-gradient(to right, #3c3f46 0%,#061033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f46', endColorstr='#061033',GradientType=1 );
	text-align: center;
	padding: 5px 15px 0;
}
.box-info-map .title {
	font-weight: bold;
	color: #fff;
	margin: 20px 0 0;
	font-size: 22px;
}
.box-info-map .text {
	color: #fff;
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 300;
}
.link-geo {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	margin: 20px 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 90px;
	background: #3b62e5;
	padding: 12px 15px;
}
.link-geo:hover {
	background: #6f8ffa;
}
.box-info-map li {
	padding: 15px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.box-info-map li a {
	font-weight: 300;
	text-decoration: none;
}
/*----------------------
	page-condensator
----------------------*/
.bg-general-condensator {
	background: url(../img/bg-condensator.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-transistor {
	background: url(../img/bg-transistor.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-resistor {
	background: url(../img/bg-resistor.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-platy {
	background: url(../img/bg-platy.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-razyom {
	background: url(../img/bg-razyom.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-micro {
	background: url(../img/bg-micro.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-rele {
	background: url(../img/bg-rele.jpg) no-repeat center;
	background-size: cover;
}
.bg-general-sssr {
	background: url(../img/bg-sssr.jpg) no-repeat center;
	background-size: cover;
}
.wrap-general-content-inner {
	padding: 50px 0 70px;
}
.wrap-general-content-inner .btn-link-mess {
	margin: 30px 0 0;
}
#price-block {
	padding: 60px 0 30px;
}
#price-block h2 {
	text-align: left;
}
.wrap-price {
	padding: 15px 0 0;
}
.box-price {
	margin: 30px 0 0;
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid #3c3f46;
}
.image-price {
	width: 50%;
	float: left;
	height: 220px;
}
.image-price img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.price-info {
	width: 50%;
	height: 220px;
	display: flex;
	align-items: center;
	float: left;
	justify-content: center;
	background: #3c3f46;
	background: -moz-linear-gradient(left, #3c3f46 0%, #061033 100%);
	background: -webkit-linear-gradient(left, #3c3f46 0%,#061033 100%);
	background: linear-gradient(to right, #3c3f46 0%,#061033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f46', endColorstr='#061033',GradientType=1 );
}
.inner-price-info {
	padding: 0 5px;
	text-align: center;
}
.name-goal {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.name-goal small {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: rgba(255,255,255, .8);
}
.sum-goal {
	color: #3B61E5;
	font-weight: bold;
	margin: 20px 0 0;
	font-size: 18px;
}
.sum-goal span {
	display: block;
	color: #20D448;
	font-weight: 600;
}
#call-to-action.page-resistor .wrap-image-call-action {
	top: 0;
	right: 5px;
}
#price-block.page-sssr h2 {
	text-align: center;
}
#price-block.page-sssr .name-goal {
	font-size: 18px;
}
.text-goal {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 0;
	color: #fff;
}
.inner-price-info .link-serv {
	margin: 10px 0 0;
	font-size: 14px;
	padding: 8px 5px;

}
.inner-price-info .btn-link-mess {
	font-size: 13px;
	max-width: 190px;
	padding: 10px 2px 10px 35px;
	margin: 12px 0 0;
}
.inner-price-info .btn-link-mess:after {
	width: 26px;
	height: 26px;
}
#price-block.page-sssr .image-price,
#price-block.page-sssr .price-info {
	height: 250px;
}
#call-to-action.page-sssr .wrap-image-call-action {
	top: 20px;
	right: -35px;
}
/*----------------------
		footer
----------------------*/
#footer {
	padding: 30px 0;
}
.wrap-bg-footer {
	border-radius: 40px;
	background: #3c3f46;
	background: -moz-linear-gradient(left, #3c3f46 0%, #061033 100%);
	background: -webkit-linear-gradient(left, #3c3f46 0%,#061033 100%);
	background: linear-gradient(to right, #3c3f46 0%,#061033 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3f46', endColorstr='#061033',GradientType=1 );
}
.logo-footer {
	width: 24%;
	float: left;
}
.logo-footer p {
	color: #fff;
	font-size: 20px;
	padding: 85px 0 0 25px;
	font-weight: bold;
	max-width: 200px;
}
.nav-footer {
	width: 16%;
	float: left;
	padding: 20px 0;
	color: #fff;
}
.nav-footer p.title {
	font-size: 20px;
	font-weight: bold;
}
.nav-footer li {
	margin: 2px 0 0;
}
.nav-footer li a {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255, .8);
	text-decoration: none;
}
.nav-footer li a:hover {
	text-decoration: underline;
}
.copyright {
	width: 33%;
	float: left;
	text-align: center;
	padding: 65px 0;
	color: #fff;
}
.copyright p {
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 18px;
}
#footer .contact-head {
	width: 27%;
	padding: 87px 15px 0 0;
}
.copyright span {
	display: inline-block;
	cursor: pointer;
}
.copyright span:hover {
	text-decoration: underline;
}
/*----------------------
	modal
----------------------*/
.a-modal {
	position: relative;
	max-width: 500px;
	margin: 5% auto;
	background: #eff4f7;
	border-radius: 40px;
	padding: 40px 40px 50px;
}
.wr-hidden li {
	margin: 20px 0 0;
	text-align: center;
}
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.arcticmodal-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/cross.png) no-repeat top left;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.b-modal {
	position: relative;
	max-width: 998px;
	margin: 5% auto;
	background: #fff;
	padding: 25px;
	z-index: 9999;
}
.title-hidden {
	color: #282828;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.hidden-descript {
	font-size: 16px;
	line-height: 1.5;
	margin: 7px 0 0;
	text-align: center;
	color: #fff;
}
form li {
	position: relative;
}
label.error {
	position: absolute;
	top: 45px;
	left: 0;
	color: #fff;
	background: red;
	font-size: 12px;
	padding: 2px 4px;
	border-radius: 3px;
}
a {
	color: inherit;
}
.title-pol {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.text-pol {
	margin: 25px 0 0;
	line-height: 1.5;
	text-align: justify;
	font-size: 15px;
}
.text-pol strong {
	font-weight: bold;
}
.politic span {
	cursor: pointer;
	font-size: 14px;
}
.politic span:hover {
	text-decoration: underline;
}
/*---------------------------
		MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 1200px) {
	.mainmenubtn,
	#nav a {
		font-size: 14px;
	}
	.wrap-general-content {
		width: 80%;
	}
	.description {
		font-size: 19px;
	}
	.box-image-deliv-block img {
		width: 450px;
	}
	.box-image-deliv-block {
		bottom: -30px;
	}
	.text-serv-gen {
		font-size: 15px;
	}
	.body-serv-gen {
		padding: 20px 15px 60px;
	}
	.box-serv-gen {
		height: 260px;
	}
	.wrap-image-call-action img {
		display: block;
		width: 400px;
	}
	.wrap-image-call-action {
		top: -25px;
		right: -75px;
	}
	.box-step .title {
		font-size: 16px;
	}
	.box-step .text {
		font-size: 13px;
	}
	.box-contacts-little div a:after {
		width: 20px;
		height: 20px;
		left: -25px;
		top: -6px;
	}
	#steps-block .box-contacts-little {
		margin: 10px 0 0 0;
	}
	.wrap-questions .accordion strong {
		font-size: 16px;
	}
	.link-geo {
		font-size: 13px;
	}
	.copyright p {
		font-size: 16px;
	}
	.sum-goal {
		font-size: 17px;
	}
}
@media screen and (max-width: 992px) {
	.mobile-nav-toggle-label {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    z-index: 1010;
	    padding: 0;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    vertical-align: middle;
	    line-height: 16px;
	    text-align: right;
	    cursor: pointer;
	    user-select: none;
	    color: #3b62e5;
	    width: 50px;
	    height: 49px;
	    background: #3b62e5;
	}
	.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
	    width: 36px;
	    height: 3px;
	    background-color: #fff;
	    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    -o-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	    position: absolute;
	    top: 12px;
	    right: 7px;
	}
	.mobile-nav-toggle-label .middle-bar {
	    -webkit-transition: opacity 0s .15s linear;
	    -moz-transition: opacity 0s .15s linear;
	    -ms-transition: opacity 0s .15s linear;
	    -o-transition: opacity 0s .15s linear;
	    transition: opacity 0s .15s linear;
	    top: 23px;
	}
	.mobile-nav-toggle-label .bottom-bar {
	    top: 34px;
	}
	#nav,
	#nav.fixed,
	#nav.default {
		position: fixed !important;
		top: 0 !important;
		margin: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, .96) !important;
		z-index: 0;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.inner-nav {
		text-align: center;
		width: 100%;
		max-width: inherit;
		height: 100%;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
	}
	#nav ul li:after {
		display: none;
	}
	.inner-nav:before {
	  content: '';
	  height: 100%;
	  display: inline-block;
	  vertical-align: middle;
	}
	#nav ul {
		width: 90%;
		display: inline-block;
		vertical-align: middle;
	}
	#nav.active-menu {
		z-index: 100;
		opacity: 1;
		visibility: visible;
	}
	.mobile-nav-toggle-label.active-close .middle-bar {
		display: none;
	}
	.mobile-nav-toggle-label.active-close .top-bar {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transform-origin: 31px 7px 0;
		-ms-transform-origin: 31px 7px 0;
		-webkit-transform-origin: 31px 7px 0;
		transform-origin: 31px 7px 0;
	}
	.mobile-nav-toggle-label.active-close .bottom-bar {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transform-origin: 31px -2px 0;
		-ms-transform-origin: 31px -2px 0;
		-webkit-transform-origin: 31px -2px 0;
		transform-origin: 31px -2px 0;
	}
	#nav ul li {
		display: block;
		float: none;
		margin: 0 0 4px;
		padding: 0;
		text-align: center;
	}
	#nav.fixed .mainmenubtn,
	.mainmenubtn {
		display: none !important;
	}
	#nav ul li a,
	#nav.fixed a {
		color: #fff;
		font-size: 22px;
		line-height: 1.5;
		border: none;
		cursor: pointer;
		text-decoration: underline;
		padding: 2px 0;
		background: transparent;
		display: inline-block;
	}
	.dropdown-child {
		display: block !important;
		background: transparent;
	}
	#nav .dropdown-child a {
		display: block;
		font-size: 12px;
		color: #fff !important;
		margin: 5px 0 0;
	}
	#nav ul li a:hover {
		color: #fff;
		text-decoration: none;
	}
	.mobile-nav-toggle-label span {
		display: block;
		position: absolute;
		bottom: -14px;
		left: 0;
		right: 0;
		font-size: 13px;
		text-align: center;
	}
	.dropdown:hover .dropdown-child {
		position: static;
	}
	.logo {
		width: 45%;
	}
	.contact-head {
		width: 55%;
		padding: 20px 60px 0 0;
	}
	.logo img {
		top: 20px;
	}
	.logo p {
		padding: 25px 0 0 65px;
	}
	.wrap-general-content {
		width: 100%;
	}
	.box-image-deliv-block {
		position: static;
	}
	.box-image-deliv-block img {
		width: 100%;
	}
	.wrap-deliv {
		padding: 30px 0 0;
	}
	.title-deliv {
		max-width: inherit;
		text-align: center;
		padding: 0 25px;
	}
	.wrap-deliv .clearfix {
		width: 100%;
		margin: 0;
	}
	.col-deliv ul {
		margin: 10px 0 0;
	}
	.box-gallery {
		height: 400px;
	}
	.wrap-image-call-action {
		position: static;
	}
	.wrap-image-call-action img {
		margin: 0 auto;
	}
	.inner-call-action {
		width: 100%;
	}
	.wrap-steps {
		text-align: center;
	}
	.col-step {
		display: inline-block;
		width: 31%;
		float: none;
		vertical-align: top;
	}
	.box-step {
		margin: 40px 0 0;
	}
	.num-step span {
		color: #fff;
	}
	.wrap-steps:before {
		top: 83px;
	}
	.box-info-map .text {
		font-size: 14px;
	}
	.box-info-map li {
		font-size: 13px;
	}
	.logo-footer {
		width: 100%;
		float: none;
		text-align: center;
	}
	.logo-footer p {
		max-width: inherit;
		padding: 25px 0 0;
	}
	.nav-footer {
		width: 100%;
		float: none;
		text-align: center;
	}
	.nav-footer p.title {
		font-size: 16px;
	}
	.nav-footer li {
		margin: 10px 0 0;
	}
	.nav-footer li a {
		font-size: 16px;
	}
	.copyright {
		width: 100%;
		float: none;
		padding: 2px 15px 0;
	}
	#footer .contact-head {
		width: 100%;
		float: none;
		padding: 30px 0;
		text-align: center;
	}
	.wrap-general-content-inner .btn-container {
		padding: 30px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.logo p {
		font-size: 13px;
		padding: 25px 0 0 55px;
	}
	.contact-head p a:after {
		display: none;
	}
	.contact-head p a {
		font-size: 18px;
	}
	.contact-head p span {
		font-size: 11px;
		font-weight: 300;
	}
	h1 {
		font-size: 28px;
	}
	.list-reas-gen li {
		font-size: 13px;
		padding: 0 0 0 35px;
	}
	.list-reas-gen li:after {
		width: 30px;
		height: 30px;
	}
	.wrap-general-content .btn-container {
		text-align: center;
	}
	.wrap-general-content .btn-container div {
		width: 49%;
	}
	.btn-call,
	.btn-link-mess {
		font-size: 13px;
	}
	.title-deliv {
		font-size: 22px;
	}
	.col-deliv p,
	.col-deliv li {
		font-size: 15px;
	}
	h2 {
		font-size: 24px;
	}
	.head-quiz p {
		font-size: 18px;
	}
	.box-quiz {
		padding: 15px 10px 30px;
	}
	#quiz-block .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	#quiz-block .col-sm-6,
	.boxQuiz-2-2 .col-xs-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    padding: 0 5px;
	}
	.wrap-btn-quiz {
		width: 140px;
		bottom: 11px;
	}
	.group-radio li label p {
		font-size: 12px;
	}
	.group-radio li label span {
		height: 120px;
	}
	.radio:not(checked) + label:after {
		top: 95px;
	}
	.boxQuiz-3,
	.boxQuiz-3 .head-quiz p {
		text-align: center;
	}
	.box-else {
		text-align: center;
	}
	.step-quiz-info {
		text-align: left;
	}
	.step-quiz-info p {
		font-size: 12px !important;
	}
	.boxQuiz-2-1 .col-xs-4 {
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	    padding: 0 3px;
    }
    #services-general .col-sm-6 {
    	-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    padding: 0 5px;
    }
    .box-reasons-list li:after {
    	width: 28px;
    	height: 28px;
    	top: 0;
    	left: 50%;
    	margin-left: -19px;
    }
    .box-reasons-list {
    	text-align: center;
    }
    .box-reasons-list li {
    	text-align: center;
    	padding: 40px 0 0;
    }
    .inner-call-action h3 {
    	font-size: 20px;
    }
    .description-call-action {
    	font-size: 14px;
    }
    .inner-call-action form {
    	max-width: 280px;
    }
    .col-step {
    	width: 48%;
    }
    .box-step .title {
    	margin: 10px 0 0;
    }
    .wrap-general-content-inner {
    	text-align: center;
    }
    #price-block h2 {
    	text-align: center;
    }
}