@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

img {
	max-width: 100%;
}

body {
	font-family: "Rubik", sans-serif;
	color: #10171a;
}

.container {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}

.container-fluid {
	margin: auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.mobile {
	display: none;
}


div#wpadminbar {
    bottom: 0;
    top: auto;
}

html {
    margin-top: 0!important;
}



header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a.logo {
	max-width: 204px;
}

.head_menu ul {
	display: flex;
	list-style: none;
}

.head_menu ul a {
	text-decoration: none;
	color: #10171a;
	font-size: 17px;
	font-weight: bold;
	margin-left: 39px;
	transition: 0.2s;
}

header {
	padding-top: 36px;
	padding-bottom: 36px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.hero {
	background: url(../images/home.webp);
	background-position: center top;
	background-size: cover;
	padding-top: 163px;
	padding-bottom: 50px;
}

.hero-1 {
	max-width: 560px;
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 71px;
}

.hero-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero-left {
	font-weight: 500;
}

.btn {
	text-decoration: none;
	color: white;
	border: 1px solid #007edc;
	background: #007edc;
	border-radius: 5px;
	padding: 18px 43px;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	transition: 0.2s;
	cursor: pointer;
}

.problems {
	margin-top: 50px;
	margin-bottom: 70px;
}

h2.title {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 60px;
}

.problems-items {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.problems-item {
	background: #f1f6fe;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 45px 20px;
	padding-bottom: 70px;
}

.problems-item-icon {
	margin-bottom: 11px;
}

.problems-item-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 9px;
}

.problems-item-text {
	font-size: 14px;
}

.timer {
	background: #007edc;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

.timer-inner {
	display: flex;
	justify-content: space-between;
}

.timer-left {
	display: flex;
}

.timer-item-number {
	font-size: 125px;
	font-weight: 100;
	line-height: 1;
}

.timer-item {
	text-align: center;
}

.timer-item-text {
	font-size: 37px;
	font-weight: 100;
	text-transform: uppercase;
}

.timer-item.timer-separator {
	font-size: 125px;
	font-weight: 100;
	padding: 0 25px;
	line-height: 98px;
	animation: blink 1.5s infinite;
}

.timer-right {
}

.tr-item {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.tr-item-text {
	font-size: 21px;
}

.tr-item-icon {
	margin-right: 25px;
}

.timer .btn {
	width: 100%;
	text-align: center;
	border: 2px solid white;
	font-size: 23px;
}

.tr-items {
	margin-top: 10px;
	margin-bottom: 19px;
}

.timer .btn:hover {
	background: white;
	color: #007edc;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.thumbs-up {
	padding-top: 60px;
	padding-bottom: 60px;
}

.thumbs-up-inner {
	display: flex;
	justify-content: space-between;
}

.thumbs-up-inner>div {
	width: 36.7%;
}

.thumbs-title {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

img.thumbs-title-icon {
	margin-right: 20px;
}

.thumbs-title span {
	font-size: 25px;
	font-weight: 500;
}

.thumbs-left-body div:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 28px;
	background: url(../images/ico7.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	margin-right: 13px;
}

.thumbs-left-body div {
	font-size: 20px;
	margin-bottom: 19px;
}

.check-models-wrap {
	display: flex;
	justify-content: space-between;
}

.check-models-wrap .item {
	width: 31.7%;
	box-sizing: border-box;
	padding: 30px 22px;
	background: #f1f6fe;
	padding-bottom: 17px;
}

.check-models-wrap .image {
	text-align: center;
}

.check-models-wrap .info {
	padding: 11px 23px;
}

h3.name {
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.check-models-wrap .price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 37px;
}

.price-price {
	font-size: 28px;
	font-weight: 500;
}

.price-meta {
	font-style: italic;
	font-size: 15px;
}

.check-models-wrap .btn {
	margin-top: 19px;
}

.btn:hover {
	color: #007edc;
	background: white;
}

.check-model {
	margin-bottom: 60px;
}

.lr-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.lr-left {
	width: 50%;
}

.lr-right {
	width: 40.8%;
}

.lr-header {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 25px;
}

.lr-header img {
}

h3.lr-title {
	font-size: 25px;
	margin-bottom: 6px;
}

.lr-line:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 28px;
	background: url(../images/ico7.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	margin-right: 13px;
}

.lr-line {
	display: flex;
	margin-bottom: 15px;
}

.lr-line p {
	font-size: 20px;
}

.lr-content-inner .lr-item:nth-child(even) {
	flex-direction: row-reverse;
}

.lr-content-inner .lr-item:nth-child(even) .lr-right {
	padding-left: 8%;
	box-sizing: border-box;
	width: 44%;
}

.line-dots {
	background: #007edb;
	color: white;
	margin-top: 67px;
	padding-top: 49px;
	padding-bottom: 111px;
	margin-bottom: 56px;
}

.line-dots h2.title {
	margin-bottom: 21px;
}

.line-dots-item {
	display: flex;
	position: relative;
	width: 46%;
	padding-top: 34px;
	padding-bottom: 36px;
	flex-direction: row-reverse;
	gap: 34px;
	align-items: center;
}

.line-dots-inner {
	display: flex;
	flex-direction: column;
	position: relative;
}

.line-dots-inner .line-dots-item:nth-child(odd) {
	margin-left: auto;
	flex-direction: row;
}

.line-dots-item .name {
	font-size: 28px;
	margin-bottom: 6px;
}

.line-dots-inner .line-dots-item:nth-child(even) .info {
	text-align: right;
}

.line-dots-item img {
	display: block;
}

.line-dots-inner:before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 11px);
	background: white;
	width: 20px;
	height: 100%;
	top: 0;
}

.line-dots-inner .line-dots-item:nth-child(odd):before {
	content: "";
	display: block;
	position: absolute;
	left: -77px;
	background: #007edb;
	width: 43px;
	height: 43px;
	top: calc(50% - 25px);
	border-radius: 50%;
	border: 6px solid white;
}

.line-dots-inner .line-dots-item:nth-child(even):before {
	content: "";
	display: block;
	position: absolute;
	right: -74px;
	background: #007edb;
	width: 43px;
	height: 43px;
	top: calc(50% - 25px);
	border-radius: 50%;
	border: 6px solid white;
}

.reviews {
	margin-bottom: 56px;
}

.faq {
	background: #007edc;
	padding-top: 56px;
	color: white;
	padding-bottom: 78px;
	margin-bottom: 53px;
}

.faq-inner {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}

.faq-item-top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 10px;
	cursor: pointer;
}

.faq-item-title {
	font-size: 23px;
}

.faq-item-icon {
	border: 1px solid white;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.faq-item-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.faq-item-icon path {
	stroke: white;
}

.faq-item {
	border-bottom: 2px solid white;
	padding-bottom: 10px;
	margin-bottom: 24px;
}

.faq-item-body {
	display: none;
	font-style: italic;
}

.contacts-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
}

.contacts-right {
	width: 50%;
	padding-top: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.contacts-left {
	width: 50%;
}

.cr-l {
	width: 47%;
}

.cr-r {
	width: 47%;
}

.cr-line {
	display: flex;
	align-items: center;
}

.cr-line a, .cr-line span {
	color: #10171a;
	text-decoration: none;
	font-weight: 500;
	margin-left: 19px;
	font-size: 20px;
}

.cr-line span {
	margin-left: 7px;
	display: block;
	padding-top: 10px;
}

input#phone-form {
	border: 3px solid #bbcde0;
	width: 100%;
	border-radius: 5px;
	margin-top: 19px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 17px 20px;
	padding-bottom: 17px;
}

input#phone-form::placeholder {
	color: #bbcde0;
}

button#get-call {
	margin-top: 19px;
	width: 100%;
}

.cr-lamp {
	display: flex;
	align-items: center;
	gap: 22px;
	font-style: italic;
	margin-top: 62px;
}

.cr-lamp img {
	width: 58px;
	height: auto;
}

div#contacts {
	margin-bottom: 39px;
}

footer {
	background: #007edc;
	padding-top: 12px;
}

footer .container {
	display: flex;
}

.f-1 {
	padding-bottom: 21px;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.f-3 {
	width: 21.4%;
	color: white;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

.f-2 {
	width: 28.6%;
}

.menu-title {
	color: white;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer .menu a {
	text-decoration: none;
	color: white;
	display: block;
	font-size: 14px;
}

footer .menu li {
	list-style: none;
}

footer .menu {
	margin-bottom: 22px;
}

.social {
	margin-top: auto;
	margin-bottom: 25px;
	align-self: end;
}

.f-3 {}

.social a {
	margin-left: 8px;
}

.f-1 img {
	margin-bottom: auto;
}

.f-1 span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	color: white;
}

.active .faq-item-icon {transform: rotate(
225deg);border-color: transparent;}

footer .menu a:hover {
	text-decoration: underline;
}

.head_menu ul a:hover {
	color: #007edc;
}

button#get-call[disabled] {
	background: grey;
	color: white!important;
	border-color: grey!important;
	outline:none;
}

.swiper-autoheight .swiper-wrapper {
	align-items: stretch;
}

.sp-testimonial-free-section .sp-testimonial-item {
	height: 100%;
	background: #f8f8f8;
	padding: 30px;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
	margin-top: 6px;
}