.header-buy a {
	box-shadow: 5px 10px 25px rgba(10, 23, 58, 0.15);
	border-radius: 5px;
	background-color: #00ca99;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 11.5px 30px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid transparent;
}
.header-buy a:hover {
	background-color: #2fad79;
	cursor: pointer;
	transition: background 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}
.header-n-top__sign svg {
	margin-right: 15px;
}
@media (max-width: 1300px) {
	.header-buy {
		display: none;
	}
}
.forms {
	display: none;
	padding: 60px;
}
.select {
	position: relative;
	background: #ffffff;
	box-shadow: 0px 10px 20px #eef2f9;
	border-color: #fff;
	transition: box-shadow 0.2s linear 0s, background 0.2s linear 0s, border-color 0.2s linear 0s;
	margin-bottom: 20px;
}
.select__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 8px 24px;
	cursor: pointer;
}
.select__header::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url("../images/arrow-menu-icon-blue.svg") top left no-repeat;
}
.select__body {
	position: absolute;
	top: 50px;
	left: 3px;
	border-radius: 10px;
	width: 200px;
	width: calc(100%);
	background-color: #ffffff;
	-webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	z-index: 8;
	overflow: hidden;
	visibility: hidden;
	color: #141414;
	padding: 10px 20px;
}
.select.is-active .select__body {
	opacity: 1;
	visibility: visible;
}
.select.is-active .select__item {
	max-height: 40px;
}
.select__item:hover {
	color: #1a8cff;
	cursor: pointer;
}
.request-page__form-btn {
	box-shadow: 5px 10px 25px rgba(10, 23, 58, 0.15);
	border-radius: 5px;
	background-color: #3065ed;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 11px 30px;
	line-height: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid transparent;
	margin: auto;
	margin-top: 20px;
}
.request-page__form-btn:hover {
	background-color: #5887ff;
	cursor: pointer;
	transition: background 0.2s linear 0s, border-color 0.2s linear 0s, color 0.2s linear 0s;
}
.request-page__form-label {
	margin-bottom: 5px;
}
.request-page__form-input {
	margin-bottom: 15px;
}
.request-page__form-input textarea {
	height: 90px;
	padding: 10px 20px;
	border: 1px solid #ebeef9;
}
.request-page__form-input input:not([type="checkbox"]):not([type="radio"]) {
	height: 40px;
}
.first-section.first-screen .first-section__img img {
	object-position: bottom left;
}
.first-section.first-screen {
	background: #d7ecfb;
	width: 100%;
	height: 100%;
}
.first-section.first-screen .first-section__img {
	width: 54%;
}
.first-section.first-screen .first-section__img.w-59 {
	width: 59%;
}

.first-section.first-screen img.w-100 {
	width: 100%;
}
.first-section.first-screen .first-section__main.maw-480 {
	max-width: 480px;
}
.first-section__img .totlip__container {
	left: 5%;
	width: 310px;
	padding: 10px 25px;
	bottom: 30px;
	z-index: 3;
}
.first-section__img .totlip__container::after {
	bottom: unset;
	top: -20px;
}
.first-section.first-screen img.pos-120 {
	object-position: 80%;
}

.first-section.first-screen img.op-80 {
	object-position: 67%;
}
.mt-30 {
	margin-top: 30px;
}
.first-section.first-screen .first-section__main.mw-550 {
	max-width: 550px;
}
.first-section.first-screen {
	min-height: 54rem;
	padding-bottom: 40px;
}
.first-section.first-screen.mh-60 {
	min-height: 61.5rem;
}
.pt-60 {
	padding-top: 60px;
}
.first-section.first-screen .included-main__list-btn {
	margin-top: 40px;
}
@media (min-width: 1920px) {
	.first-section.first-screen .first-section__img img {
		/* width: 110%; */
		object-fit: cover;
		object-position: unset;
	}
	.first-section.first-screen .first-section__img {
		width: 45%;
	}
}
@media (max-width: 1400px) {
	.first-section.first-screen img.pos-120 {
		object-position: 80%;
	}
}
@media (max-width: 1300px) {
/*	.first-screen .first-section__wrap {
		margin-top: 60px;
	}
*/	.first-section.first-screen,
	.first-section.first-screen.mh-60 {
		min-height: 44.5rem;
	}
}
@media (max-width: 1200px) {
	.first-section.first-screen img.w-100 {
		width: 110%;
	}
	.first-section.first-screen .first-section__main {
		max-width: 500px;
	}
}
@media (max-width: 1000px) {
	.pt-60 {
		padding-top: 0px;
	}
	.first-section.first-screen .first-link__container a {
		color: #fff;
	}
	.first-section.first-screen .first-link__container svg {
		fill: #fff;
	}
	.first-section.first-screen .first-section__main.mw-550 {
		max-width: unset;
	}
	.first-section.first-screen,
	.first-section.first-screen.mh-60 {
		min-height: auto;
	}
	.first-section__img .totlip__container {
		left: 50%;
		transform: translateX(-50%);
	}
	.first-section.first-screen .social-trial-main__list-col {
		margin-top: 0;
	}
	.first-screen .form__content-row label,
	.first-screen .form__content-row > label > a {
		color: #fff;
	}
	.first-section.first-screen:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 2;
	}
	.first-section.first-screen .first-section__content {
		position: relative;
		z-index: 3;
	}
	.first-section.first-screen .first-section__img,
	.first-section.first-screen .first-section__img.w-59 {
		width: 100%;
	}
	.first-section.first-screen .first-section__img img {
		filter: brightness(30%);
	}
	.copy17 .first-section.first-screen .included-main__list-btn {
		margin: 40px auto 70px;
	}
	.copy17 .first-section.first-screen .first-section__img .totlip__container {
		bottom: 75px;
		text-align: left;
	}
	.first-section__subtitle,
	.first-section__title,
	.first-section__text {
		color: #fff;
	}
	.first-section.first-screen .first-section__main.maw-340 {
		max-width: unset;
	}
}
@media (max-width: 767px) {
	.first-section.first-screen {
		padding-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.first-section.first-screen .social-trial-main__list-col:first-child {
		margin-bottom: 20px;
	}
}
