/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/* ---------------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #2C2C2C;
	background: #FFF;
	overflow-x: hidden;
}

.wrapper {}

.main {
	overflow: hidden;
}

.main-padd {
	padding: 170px 0px 0px 0px;
}

.header {}

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.btn-main {
	border-radius: 5px;
	border: 1px solid #3C6DF0;
	background: #6790FF;

	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.main-title {
	color: #2C2C2C;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	line-height: normal;
}

/* --------------------------------header---------------------------- */

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 138px;
	z-index: 2;
}

.header__container {}

.header__inner {}

.header__top {
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	display: flex;
	align-items: center;
	gap: 17px;
}

.header__logo-img {
	max-width: 73px;
	max-height: 73px;
	width: 100%;
}

.header__logo-text {}

.header__logo-name {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #000;
}

.header__logo-desc {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}

.email-tel {
	display: flex;
	align-items: center;
	gap: 10px;
}

.email-tel__image {
	padding: 11px;
	border-radius: 50%;
	border: 1px solid #6790FF;

	display: flex;
	justify-content: center;
	align-items: center;
}

.email-tel__img {}

.email-tel__text {}

.email-tel__name {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.8;
	margin: 0px 0px 2px 0px;
}

.email-tel__link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.social {
	display: flex;
	align-items: center;
	gap: 15px;
}

.social__link {}

.social__link-img {}

.header__btn {}

.header__btn-link {
	display: block;
	padding: 15px 25px;
}

.burger-btn {
	display: none;
}

.header-nav {}

.burger-menu {
	display: none;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header__item {}

.header__item-link {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}



/* -------------navigation--------------- */

.navigation {
	padding: 30px 0;
	border-top: 2px solid rgba(173, 169, 169, 0.479);
	margin: 0px 0px 20px 0px;
}

.navigation__container {}

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

.navigation__item {
	font-size: 14px;
	color: rgb(27, 27, 27);
	line-height: 1.2;
}

.navigation__item-link {
	position: relative;
	display: block;
	padding: 0px 30px 0px 0px;
	margin: 0px 10px 0px 0px;

	font-size: 14px;
	color: rgb(68, 119, 234);
	text-decoration: underline;
	line-height: 1.2;

}

.navigation__item-link::after{
	content: '>';

	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	width:15px;
	height:15px;

}


/* -------------------page__home---------------------- */

.page__home {
	padding: 170px 0px 50px 0px;
	margin: 0px 0px 50px 0px;
	position: relative;
	z-index: 1;
}

.page__home::after {
	content: '';

	position: absolute;
	bottom: 0px;
	left: 0;
	width: 213px;
	height: 213px;
	z-index: -1;

	background-image: url('../img/main/home/Ellipse-min.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home__container {}

.home__inner {
	max-width: 1100px;
	display: flex;
	align-items: center;
	gap: 89px;
}

.home__text {}

.home__title {
	color: #000;
	text-align: start;
	margin: 0px 0px 30px 0px;
}

.home__subtitle {
	margin: 0px 0px 66px 0px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.home__link {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #6790FF;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.home__link-img {
	padding: 12px;
	border: 1px solid #6790FF;
	border-radius: 50%;
}

.home__image {
	position: relative;
}

.home__img {}

.home__img-pos {
	position: absolute;
	top: 47%;
	left: 56%;
	width: 100%;
	max-width: 650px;
}

.home__bg-pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.home__bg-img {
	width: 100%;
	min-height: 900px;
	object-fit: cover;
}


/* -------------------page__services------------------- */

.page__services {
	margin: 0px 0px 100px 0px;
}

.services__container {}

.services__inner {}

.services__title {
	margin: 0px 0px 50px 0px;
}

.services__cards {
	display: flex;
	gap: 36px;
}

.services__card {
	flex: 1 1 258px;
}

.services__card-img {
	position: relative;
	width: 258px;
	height: 258px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 20px 0px;
}

.services__card-img::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;

	border-radius: 258px 0 0 258px;
	background: #6790FF;
}

.services__card-image {
	max-width: 258px;
	max-height: 258px;
}

.services__card-text {
	color: #2C2C2C;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	max-width: 250px;
}

/* --------------------------------------------- */

.page__advantages {
	overflow: hidden;
}

.advantages__container {}

.advantages__inner {}

.advantages__title {
	margin: 0px 0px 63px 0px;
}

.advantages__content {
	position: relative;
	padding: 0px 0px 80px 0px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

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

.advantages__step {
	max-width: 322px;
	width: 100%;
}

.advantages__step:nth-child(even) {
	text-align: end;
}

.advantages__step-num {
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
	color: #fff;

	-webkit-text-stroke: 1px #6790FF;
	text-stroke: 1px #6790FF;

	margin: 0px 0px 5px 0px;
}

.advantages__step-text {
	color: #2C2C2C;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.advantages__step-text-p {}

.advantages__pos-img {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 450px;
	z-index: -1;
}

/* -------------------page__price---------------------- */

.page__price {
	position: relative;
	margin: 0px 0px 100px 0px;
}

.price__container {}

.price__inner {
	padding: 80px 0;
}

.price__title {
	margin: 0px 0px 50px 0px;
}

.price__content {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;
}

.price-calc {

	display: flex;
	flex-direction: column;
	gap: 30px;

	max-width: 388px;
	width: 100%;
}

.price-calc__choice {}

.price-calc__name {
	margin: 0px 0px 15px 0px;

	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.price-calc__dropdown {
	position: relative;
}

.price-calc__dropdown-active {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 10px 25px;

	border-radius: 5px;
	border: 1px solid #AFAFAF;
	background: #FFF;

	cursor: pointer;
}

.price-calc__dropdown-active-text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	pointer-events: none;
}

.price-calc__dropdown-active-arrow {
	pointer-events: none;
}

.price-calc__dropdown-content {

	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;

	z-index: 2;

	max-height: 0;
	overflow: hidden;

	transition: all .3s ease;
}

.price-calc__dropdown-list {
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	background: #FFF;
}

.price-calc__dropdown-item {
	padding: 15px;
	cursor: pointer;
}

.price-calc__dropdown-item:not(:last-child) {
	border-bottom: 1px solid #AFAFAF;
}

.price-calc__result {}

.price-calc__result-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	margin: 0px 0px 15px 0px;
}

.price-calc__result-text {
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.price-calc__result-num {
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
}

.price-calc__result-num-value {}

.price-calc__result-btn {
	display: flex;
	justify-content: end;
}

.price-calc__result-btn-link {
	display: block;
	padding: 15px 60px;
}

.price-calc-warning {
	display: none;
	font-size: 14px;
	font-weight: 700;
	color: rgb(255, 0, 0);
}

.price__image {
	position: absolute;
	right: 0;
	top: -20%;
	max-width: 695px;
}

.price__img {}

.price__bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

/* -------------------------------------- */

.page__questions {
	margin: 0px 0px 100px 0px;
	position: relative;
}

.page__questions::after {
	content: '';

	position: absolute;
	top: 30px;
	left: 0px;
	width: 213px;
	height: 213px;
	z-index: -1;

	transform: scaleX(-1);

	background-image: url('../img/main/home/Ellipse-min-2.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.questions__container {}

.questions__inner {}

.questions__title {
	margin: 0px 0px 40px 0px;
}

.questions__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.questions__accordion {
	border-radius: 5px;
	border: 1px solid rgba(5, 147, 224, 0.30);
	background: rgba(87, 174, 240, 0.10);
	backdrop-filter: blur(5px);
}

.questions__accordion-name {
	padding: 18px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

	cursor: pointer;
}

.questions__accordion-name-text {
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.questions__accordion-name-icon {
	min-width: 34px;
	min-height: 34px;

	display: flex;
	justify-content: center;
	align-items: center;

	color: #FFF;
	font-family: Gilroy;
	font-size: 21px;
	font-weight: 500;
	line-height: normal;
	transition: all .3s ease;

	background-color: #6790FF;
	border-radius: 50%;
}

.questions__accordion-name--active .questions__accordion-name-icon {
	transform: rotate(360deg);
	background-color: #003E95;
}

.questions__accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.questions__accordion-content-body {
	padding: 18px 50px 50px 30px;
	border-top: 1px solid #00000010;
}

.questions__accordion-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 137.663%;
	opacity: 0.8;
}

/* ----------------------page__form-link---------------------- */

.page__form-link {
	position: relative;
	margin: 0px 0px 40px 0px;
}

.page__form-link::after {
	content: '';

	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
	height: 196px;
	z-index: -1;

	background-image: url('../img/main/home/Ellipse-min-2.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.form-link__containmer {}

.form-link__inner {
	text-align: center;
}

.form-link__title {
	max-width: 605px;
	margin: 0 auto 40px auto;
}

.form-link__link {
	display: inline-block;
	padding: 50px;
	border-radius: 50%;
	border: 1px solid #6790FF;
}

.form-link__link-arrow {
	width: 57px;
	height: 57px;
}

/* ---------------footer------------- */

.footer {

	padding: 60px 0 20px 0;

	background-image: url('../img/footer/bg-footer.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-blog{
	background-image: none;
	background-color: #003e95;
}

.footer__container {}

.footer__inner {}

.footer-form {
	max-width: 388px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.footer__title {
	color: #FFF;
	font-size: 32px;
	font-weight: 800;
	line-height: normal;
	margin: 0px 0px 20px 0px;
}

.footer-form__content {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.footer-form__inp {
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	background: #FFF;

	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.footer-form__content-label {
	display: flex;
	flex-direction: column-reverse;
	gap: 5px;
	text-align: start;
}

.footer-form__content-label div {
	font-size: 16px;
	font-weight: 700;
}


.footer-form__textarea {
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	background: #FFF;
	resize: none;
	height: 134px;

	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.footer-form__btn {}

.footer-form__button {
	display: inline-block;
	padding: 15px 80px;
}

.footer-form__button-submit {
	display: none;
}

.footer-form__button-link {}

.footer__bottom {
	padding: 22px 0px 0px 0px;
	border-top: 1px solid #ffffff7c;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__left {
	display: flex;
	align-items: center;
	gap: 50px;
}

.footer__link {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}

.footer__right {
	display: flex;
	align-items: center;
	gap: 67px;
}

.footer__bottom .email-tel__name,
.footer__bottom .email-tel__link {
	color: #fff;
}


/* ------------blog-form---------------- */

.page__blog-form {
    padding: 100px 0;
    background-image: url('../img/blog/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-form__container {}

.blog-form__inner {}

.blog-form__title {
    text-align: start;
    margin: 0px 0px 10px 0px;
}

.blog-form__subtitle {
    font-size: 30px;
    color: rgb(27, 27, 27);
    line-height: 1.433;
}

.blog-form__form {
    margin: 30px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
}

.blog-form__inp {

    font-size: 16px;
    color: rgb(27, 27, 27);
    line-height: 2.688;

    background-color: rgb(255, 255, 255);
    width: 265px;
    height: 55px;
    border-radius: 30px;
    padding: 0 20px;

}

.blog-form__inp::placeholder {
    color: rgb(27, 27, 27);
}

.blog-form__btn {
    background-color: #6790FF;

    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;

}

@media(max-width:900px) {

    .blog-form__form-label {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%;
        height: 55px;
    }

    .blog-form__inp {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media(max-width:768px) {

    .page__blog-form{
        padding: 40px 0;
    }

    .blog-form__subtitle{
        font-size: 20px;
        line-height: 1.2;
    }

}

/* ------------------media--------------- */
@media(max-width:1220px) {


	.main-title {
		font-size: 40px;
	}

	.main-title {
		font-size: 36px;
	}

	.home__subtitle {
		font-size: 18px;
	}

	.home__img {
		max-width: 200px;
	}

	.page__home {
		padding: 120px 0 50px 0;
	}

	.home__inner {
		gap: 20px;
	}


	/* services */

	.services__cards {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.services__card {
		flex: 1 1 48%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.services__card-text {
		text-align: center;
		font-size: 18px;
	}

	/* advantages */

	.advantages__pos-img {
		opacity: .8;
	}

	/* price */

	.price__image {
		display: none;
	}

	.price__content {
		justify-content: center;
	}

	.price-calc {
		max-width: 410px;
	}

	.burger-btn {
		display: flex !important;
		justify-content: space-between;
		flex-direction: column;
		width: 30px;
		height: 20px;
		cursor: pointer;
		position: relative;
		z-index: 11;
	}

	.burger-btn-line {
		width: 100%;
		height: 2px;
		background-color: #000;
	}

	.burger-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		z-index: 10;
		padding: 60px 40px 40px 40px;
		overflow: auto;
		transform: translateX(-100%);
		transition: all .3s ease;
	}

	.burger-menu--visible {
		transform: translateX(0%);
	}

	.burger-menu .header-nav {
		display: flex;
	}

	.header__list {
		flex-direction: column;
		align-items: start;
		gap: 40px;
	}

	.burger-menu__body {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}

	.burger-menu-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px;
	}

	.header__btn {
		flex: 1 1 100%;
	}

	.header__top>*:not(a) {
		display: none;
	}

	.header-nav {
		display: none;
	}


	.main-padd {
        padding: 120px 0px 0px 0px;
    }
}

@media(max-width:768px) {

	.main-title {
		font-size: 28px;
	}

	.btn-main {
		font-size: 14px;
	}

	.home__title {
		margin: 0px 0px 20px 0px;
	}

	.home__subtitle {
		font-size: 16px;
		margin: 0px 0px 35px 0px;
	}

	.home__image {
		display: none;
	}

	.home__bg-pos {
		opacity: .6;
	}

	.header__logo-img {
		max-width: 55px;
	}

	.header__logo-name {
		font-size: 20px;
	}

	.page__home {
		padding: 100px 0 20px 0;
		margin: 0px 0px 25px 0px;
	}

	.page__home::after {
		width: 100px;
	}

	/* services */

	.page__services {
		margin: 0px 0px 50px 0px;
	}

	.services__card-img {
		width: 200px;
		height: 200px;
		margin: 0px 0px 10px 0px;
	}

	.services__card-image {
		max-width: 150px;
		max-height: 150px;
	}

	.services__title {
		margin: 0px 0px 20px 0px;
	}

	.services__card-text {
		font-size: 16px;
	}

	/* advantages */

	.advantages__title {
		margin: 0px 0px 20px 0px;
	}

	.advantages__row {
		flex-wrap: wrap;
	}

	.advantages__step {
		max-width: unset;
	}

	.advantages__step-num {
		font-size: 54px;
	}

	.advantages__step-text {
		font-size: 18px;
	}

	.advantages__pos-img {
		opacity: .4;
	}

	.advantages__content {
		gap: 0;
		padding: 0px 0px 40px 0px;
	}

	/* price */

	.price__title {
		margin: 0px 0px 30px 0px;
	}

	.price-calc__name {
		font-size: 16px;
	}

	.price-calc__dropdown-active {
		padding: 8px 15px;
	}

	.price-calc__dropdown-active-text {
		font-size: 12px;
	}

	.price-calc {
		gap: 20px;
	}

	.price-calc__result-num {
		font-size: 28px;
	}

	.price-calc__result-text {
		font-size: 18px;
	}

	.price-calc__result-btn-link {
		padding: 12px 45px;
	}

	.price__inner {
		padding: 30px 0;
	}

	.page__price {
		margin: 0px 0px 50px 0px;
	}

	/* questions */

	.page__questions {
		margin: 0px 0px 50px 0px;
	}

	.questions__accordion-name {
		padding: 14px 20px;
	}

	.questions__accordion-name-icon {
		font-size: 18px;
		min-width: 25px;
		min-height: 25px;
	}

	.questions__accordion-name-text {
		font-size: 16px;
	}

	.questions__accordion-desc {
		font-size: 14px;
	}

	.questions__accordion-content-body {
		padding: 18px 30px 30px 20px;
	}

	/* form-link */

	.form-link__link {
		padding: 30px;
	}

	.footer__right {
		flex-wrap: wrap;
		gap: 20px 50px;
	}

	/* footer */

	.footer {
		padding: 20px 0;
	}

	.footer-form__textarea {
		height: 100px;
	}

	.footer-form__inp {
		padding: 10px 15px;
		line-height: 22px;
	}



	.main-padd {
        padding: 90px 0px 0px 0px;
    }
}

h2 {
	margin: 0px 0px 50px 0px;
    color: #2C2C2C;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: normal;
}

@media(max-width:1220px){
h2 {
	font-size: 36px;
}
}
@media(max-width:768px){
h2 {
	font-size: 28px;
}
}

.description_site {
	padding: 0px 20px 0px 20px;
}

.wrapper_description_site {
	
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 40px;
}

.description_site p {
	margin: 0 0 24px 0;
	color: #000;
}

.description_site ul {
	padding: 20px;
	list-style-type: auto;
}

.description_site ul > li {
    list-style: none;
}