/*Fonts*/
@font-face {
	font-family: "Circe-Bold";
	src: url("../fonts/Circe-Bold.eot");
	/* IE9 Compat Modes */
	src: url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("../fonts/Circe-Bold.otf") format("opentype"),
		/* Open Type Font */
		url("../fonts/Circe-Bold.svg") format("svg"),
		/* Legacy iOS */
		url("../fonts/Circe-Bold.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("../fonts/Circe-Bold.woff") format("woff"),
		/* Modern Browsers */
		url("../fonts/Circe-Bold.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Circe-Regular";
	src: url("../fonts/Circle-Regular.eot");
	/* IE9 Compat Modes */
	src: url("../fonts/Circle-Regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("../fonts/Circle-Regular.otf") format("opentype"),
		/* Open Type Font */
		url("../fonts/Circle-Regular.svg") format("svg"),
		/* Legacy iOS */
		url("../fonts/Circle-Regular.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("../fonts/Circle-Regular.woff") format("woff"),
		/* Modern Browsers */
		url("../fonts/Circle-Regular.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/*Specifications*/
body {
	font-family: "Circe-Regular";
	background: #FDFDFD;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0.06em;
}

body {
	overflow-y: visible !important;
}

div,
form,
input,
p,
a,
span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li,
p {
	display: block;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a,
a:hover,
button {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

button:active,
button:focus,
input:active,
input:focus {
	outline: none !important;
	text-decoration: none !important;
}

button:hover {
	cursor: pointer;
}

section,
footer,
header {
	overflow: hidden;
}

:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;

}

h1 {
	font-size: 47px;
	line-height: 50px;
	letter-spacing: 0.06em;
	color: #0C0E27;
	font-family: "Circe-Bold";
}

h2 {
	font-size: 36px;
	letter-spacing: 0.06em;
	color: #0C0E27;
	font-family: "Circe-Bold";
}

.ovh {
	overflow: hidden !important;
}

.d-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.pink {
	color: #DC2684;
}

.bttn {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 153px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 66px;
	border: 1px solid #B91EC2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000031;
}

.bttn:hover {
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

label.error,
.email-error {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.06em;
	color: #FF6566;
	display: block;
	margin-left: 20px;
	margin-bottom: 0;
}

label.nickname__error {
	display: none;
}

.popup-parol__box .email-error {
	margin-top: -25px;
}

.alerts .form__valid {
	display: none;
}

.form-control {
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.form-control:focus {
	color: #000031;
	-webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 1px transparent;
	background-image: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	-webkit-box-shadow: 2px 1000px 1px #fff inset;
	box-shadow: 2px 1000px 1px #fff inset;
}

/*Preloader*/
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 100500;
}

#page-preloader .spinner {
	width: 180px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.topline {
	width: 100%;
	height: 8px;
	background: -webkit-gradient(linear, left top, right top, from(#FE2E47), color-stop(98.53%, #B91EC2));
	background: linear-gradient(90deg, #FE2E47 0%, #B91EC2 98.53%);
}

/*Option*/
.selectbox {
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	display: block !important;
	background: #fff;
}

.selectbox .select {
	margin-top: 12px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	color: #000000;
	width: 208px;
	height: 40px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px .75rem;
	overflow: visible;
	background: #F4F4F4;
	border-radius: 66px;
	width: 416px;
	height: 45px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 21px;
	/* identical to box height */

	letter-spacing: 0.06em;

	color: #505050;
}

.selectbox .select:hover {
	background-position: 0 -10px;
}

.selectbox .select:active {
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.selectbox.focused .select {
	border: 1px solid #5794BF;
}

.selectbox .select .text {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 26px;
}

.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	top: 4px;
	right: 15px;
}

.selectbox .trigger .arrow {
	position: absolute;
	top: 15px;
	right: 12px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100);


}

.selectbox .dropdown {
	top: 31px !important;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-family: "Circe-Regular";
	color: #000;
	background: #F4F4F4;
	border-radius: 0px 0px 25px 25px;
	padding-top: 26px;
	max-height: 199px;
	overflow: scroll;
}

.selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
	list-style: none;
	font-size: 14px;
}

.selectbox li.selected {

	background: -webkit-gradient(linear, left top, right top, color-stop(0.67%, #E2E1E2), to(#F4F4F4));

	background: linear-gradient(90deg, #E2E1E2 0.67%, #F4F4F4 100%);
	color: #000;
}

.selectbox li:hover {
	background: -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background: linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	color: #FFF;
}

.selectbox li.disabled {
	color: #AAA;
}

.selectbox li.disabled:hover {
	background: none;
}

.system__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__country {
	margin-right: 70px;
}

.system__instr {
	display: block;
}

/*NAV*/
.nav {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.nav__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 85px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.nav__item {
	margin: 0 20px;
}

.nav__item a {
	font-family: "Circe-Bold";
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 0.06em;
	color: #000031;
	padding: 0 8px;
}
.nav__lang{
    margin: 3px 20px 0;
}
.nav__lang, .nav__lang a{
   	font-family: "Circe-Bold";
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 0.06em;
	color: #000031; 
}
.nav__lang .nav__item{
    margin: 0
}
.lang__item{
    padding: 0 8px;
}

.nav__item:after {
	display: block;
	content: '';
	width: 0;
	background: -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background: linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	height: 2px;
	margin-top: -4px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav__item:hover:after {
	width: 100%;
}

/*.nav__underline:after {
	display: block;
	content: '';
	width: 100%;
	background: linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	height: 2px;
	margin-top: -4px;
}*/
.nav__socials {
	background: -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background: linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	padding: 1px;
	border-radius: 66px;
}

.nav__socials_wrap {
	padding: 4px 12px 0;
	background: #fff;
	border-radius: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__socials a {
	font-size: 25px;
	color: #000031;
	margin: 0 10px;
	line-height: normal;
}

.nav__socials a:hover {
	color: #DC2684;
}

.nav__btn {
	width: 193px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #FFDB4D;
	border-radius: 66px;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.06em;

	color: #000031;
}

.nav__btn img {
	margin-left: 5px;
}

.nav__btn:hover {
	border: 1px solid #DC2684;
	color: #000031;
}

.header__top {
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.06em;
	color: #2C2A37;
}

h1 {
	margin: 27px 0 16px;
	max-width: 534px;
}

#header-parol h1 {
	margin-bottom: 70px;
}

#header-parol {
	padding: 160px 0 203px;
}

/*HEADER*/
.header {
	padding: 160px 0 60px;
	background: #fff;
}

.header__pic {
	position: absolute;
	right: -5%;
	top: 75px;
}

.header__text {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	max-width: 425px;
	color: #2C2A37;

}

.header__form {
	width: 381px;
}

.registrationFormAlert {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.06em;
	color: #FF6566;
	display: block;
	margin-left: 20px;
	position: relative;
}

.settings__form .registrationFormAlert {
	margin-bottom: 11px;
	position: absolute;
}

.form__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form__field {
	background: #F4F4F4;
	/*
	-webkit-box-shadow: inset 0px 4px 3px #F4F4F4;
	box-shadow: inset 0px 4px 3px #F4F4F4;
	*/
	border-radius: 66px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	font-family: "Circe-Regular";
	padding-left: 20px;
	padding: 12px 20px;
	color: #333333;
	height: 45.33px;
}

.header__form {
	margin-top: 16px;
}
.header__box{
    width: 40%;
    margin: 100px 0 0;
}
.header__btn {
	color: #000031;
	-webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 1px transparent;
	background-image: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	-webkit-box-shadow: 2px 1000px 1px #fff inset;
	box-shadow: 2px 1000px 1px #fff inset;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 66px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	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;
}

.header_ _btn:focus {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 10, 10, 0.35)), to(rgba(10, 10, 10, 0.35))), -webkit-gradient(linear, left top, right top, from(#FE2E47), color-stop(98.53%, #B91EC2));
	background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.35)), linear-gradient(90deg, #FE2E47 0%, #B91EC2 98.53%);
}

.header__btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
}

.header__agree {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.06em;
	color: #C4C4C4;
	margin-top: 12px;
	margin-left: 30px;

}

.fa-facebook-f {
	font-size: 18px;
}

.fa-instagram {
	font-size: 19px;
}

/*WORK*/
.work {
	background: #FDFDFD;
	padding: 111px 0 110px;
	position: relative;
}

.work__num {
	width: 36px;
	height: 36px;
	color: #DC2684;
	border: 2px solid #DC2684;
	border-radius: 50%;
	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;
	font-size: 21px;
	font-family: "Circe-Bold";
	padding-top: 4px;
	margin-right: 20px;
	margin-top: -5px;
}

.work__pic {
	right: auto;
	top: 90px;
	width: 820px;
	height: auto;
	position: absolute;
	left: 665px;
}

.work__title {
	margin-bottom: 62px;
}

.work__name {
	color: #DC2684;
	font-family: "Circe-Bold";
	font-size: 20px;
	margin-bottom: 17px;
	position: relative;
}

.work__text {
	color: #2C2A37;
	width: 451px;
}

.work__item {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 35px;
}

.work__name:after {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -18%;
	background: #D7D7D7;
}

.work__last .work__name:after {
	width: 110%;
	right: -78%;

}

.work__link {
	position: relative;
	z-index: 2;
	margin-left: 28px;
}

.work__item:nth-child(2) .work__link img {
	margin-top: 25px;
}

.work__item:nth-child(2) {
	margin-top: -25px;
}

.work__num2 {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 57px;
}

.work .container {
	position: relative;
}

/*HELP*/
.help {
	background: url(../img/guitar.png) no-repeat center center / cover;
	padding: 111px 0 164px;
}

.help__title {
	color: #fff;
	margin-bottom: 10px;
}

.help__stat {
	font-size: 16px;
	font-family: "Circe-Bold";
}

.help__stat .pink {
	font-family: "Circe-Regular";

}

.help__box {
	margin-top: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.help__vidget {
	width: 380px;
	height: 217px;

}

.help__text {
	width: 41%;
	position: relative;
}

.help__text:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -180px;
	background: #fff;
	bottom: inherit;
}

.form__field {
	border: none;
	position: relative;
	z-index: 10;
}

.help__vidget iframe {
	width: 100%;
	height: 100%;
}

/*TEAM*/
.team {
	background: #FBFBFB;
	padding: 90px 0 120px;
	color: #2C2A37;
}

.team__title {
	margin-bottom: 120px;
}

.team__pic {
	margin-bottom: 25px;
	margin-left: -10px;

}

.team__name {
	font-size: 18px;
	font-family: "Circe-Bold";
	margin-bottom: 38px;
}

.team__one {
	font-size: 14px;
	line-height: 149.4%;
}

.team__box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 -30px;
}

.team__list {
	margin-bottom: 60px;
}
.team__item {
    max-width: 30%;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.team__btn, .team__btn2 {
	width: 153px;
	height: 31px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 2px 1000px 1px #FBFBFB inset;
	box-shadow: 2px 1000px 1px #FBFBFB inset;
	margin-top: auto;
}

/*NOW*/
.now {
	background: -webkit-gradient(linear, left top, right top, from(#bd4cbe), to(#e6443e));
	background: linear-gradient(to right, #bd4cbe 0%, #e6443e 100%);
	padding: 107px 0 88px;
}

.now__title {
	color: #fff;
	margin-bottom: 20px;
}

.vio {
	color: #6C135E;
}

.now__word {
	font-family: "Circe-Bold";
	width: 190px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 35px;
}

.now__info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.now__links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 29px;
}

.now__wind,
.now__mac {
	width: 190px;
	height: 45px;
	font-size: 14px;
}

.now__mac {
	color: #fff;
	background: transparent;
	border: 1px solid #FFFFFF;
}

.now__wind {
	color: #D82780;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 35px;
}

.now__box {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


.now__mac:hover {
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #fff;
}

.now__content {
	margin-bottom: 13px;
}

.now__pic {
	margin-right: -75px;
	width: 600px;
	height: auto;
}

/*FOOTER*/
.footer {
	padding: 40px 0 70px;
	background: #17161D;
	position: relative;
}

.footer__line {
	height: 13px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#FE2E47), color-stop(98.53%, #B91EC2));
	background: linear-gradient(90deg, #FE2E47 0%, #B91EC2 98.53%);
	position: absolute;
	bottom: 0;
}

.footer__box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__logo {
	margin-left: -41px;
	margin-bottom: 10px;
}

.footer__info,
.footer__info a {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	line-height: 24px;
}

.footer__links {
	width: 134px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin-top: 36px;
}

.footer__socials {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.footer__other {
	margin-top: 98px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__media {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	line-height: 25px;
}

.footer__one a {
	color: #fff;
	font-size: 14px;
}

.footer__list {
	text-align: right;
	margin-top: 26px;
}

.nav__logo_text {
	font-size: 8px;
	line-height: 12px;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	text-transform: uppercase;
	background: -webkit-gradient(linear, right top, left top, from(#AC1AD5), to(#FF3232));
	background: linear-gradient(270deg, #AC1AD5 0%, #FF3232 100%);
	border-radius: 6px;
	width: 37px;
	height: 12px;
	display: block;
	position: absolute;
	right: 6px;
	top: 17px;
	text-align: center;

}

.nav__logo {
	position: relative;
}

.nav__socials a {
	font-size: 18px;
}

/*SETTINGS*/
.settings {
	padding-top: 95px;
}

.settings__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar {
	background: #2C2A37;
	width: 288px;
	padding-top: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	z-index: 100;
	position: relative;
}

.content {
	width: 100%;
	background: #F4F4F4;
	padding: 40px;
}

.content__box {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 60px;
}

.sidebar__item a {
	height: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 35px 0 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #2C2A37;
}

.sidebar__download {
	/* margin-top: 160px; */
}

.sidebar__group a {
	color: #6F6F6F;
}

.sidebar__item img {
	margin-right: 20px;
}

.container-fluid {
	padding: 0;
}

.sidebar__item.active a {
	background: #17161D;
}

.sidebar__item a:hover {
	background: -webkit-gradient(linear, left top, right top, from(#FE2E47), color-stop(98.53%, #B91EC2));
	background: linear-gradient(90deg, #FE2E47 0%, #B91EC2 98.53%);
}

.sidebar__triangle {
	margin-left: auto;
}

.sidebar__link.open {
	z-index: 10000;
	opacity: 1;
}

a.sidebar__link {
	z-index: -1;
	background: #48445A;
	height: 50px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar__group a:hover {
	background: #2C2A37;
	cursor: inherit;
}

.content h1 {
	margin: 0;
}

.content__text {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	color: #999999;
	margin: 35px 0 60px;
	max-width: 600px;

}

.content__title {
	font-size: 20px;
	line-height: 149.4%;
	letter-spacing: 0.06em;
	color: #0C0E27;
	font-family: "Circe-Bold";

}

.content__email {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	color: #0C0E27;
	margin: 17px 0 43px;

}

.settings__form {
	width: auto;
	margin-top: 25px;

}

.settings__form input {
	width: 415px;
}

.form__newpass {
	margin-right: 72px;
}

.settings__btn {
	width: 415px;
	-webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 1px transparent;
	background-image: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	margin-top: 52px;

}

.settings__btn:hover {
	-webkit-box-shadow: 2px 1000px 1px #fff inset;
	box-shadow: 2px 1000px 1px #fff inset;
	color: #000031;
}

.form__flex {
	margin-top: 44px;

}

.nav .container-fluid {
	padding-right: 40px;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #CBCBCB !important;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #CBCBCB !important;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #CBCBCB !important;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #CBCBCB !important;
}

.sidebar__box {
	height: 100%;
	position: relative;
}

.sidebar__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 100px);
    position: absolute;
}

.sidebar__logout {
	margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*SYSTEM*/
.system__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.system__add {
	position: relative;
	width: 195px;
	height: 195px;
	background: #F4F4F4;
	border-radius: 50%;
	margin-top: 33px;
	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;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.system__photo {
	margin-right: 260px;
}

.system__add img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.system__add:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.system__add:hover .system__add-container:first-child {
	z-index: 20;
}

.system__add-container {
	width: 200px;
	height: 200px;
	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;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.system__add-icon {
	z-index: 10;
}

.system__add-img {
	z-index: 15;
}

.system__name .content__title {
	margin-bottom: 66px;
}

.system__form .form__field {
	width: 416.37px;
	margin-bottom: 10px;
}

.slick-next {
	right: 11px;
	margin-top: -107px;
	width: 26px;
	height: 26px;
}

.slick-prev {
	left: 11px;
	margin-top: -107px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 10;
	width: 26px;
	height: 26px;
}

.slick-disabled {
	display: none !important;
}

.system__country {
	margin-top: 70px;
	margin-bottom: 100px;
}

/*POPUP*/
.popup-parol__box {
	width: 576px;
	height: 418px;
	background: #FFFFFF;
	position: absolute;
	margin-left: -288px;
	top: 50%;
	left: 50%;
	margin-top: -214px;
	padding: 45px 0 40px 60px;
}

.popup-parol__box .close__pic {
	width: 31px;
	height: 31px;
}

.popup-parol__box .registr__text {
	margin-bottom: 50px;
}

#popup-parol .field__parol {
	margin-bottom: 38px;
}

.popup-parol__box .vacansy__title {
	padding-bottom: 20px;
	padding-top: 0;
}

.box-modal__close:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.popup-parol__green {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.06em;
	color: #21C63B;
	margin-top: 12px;
	text-align: center;
}

.box-modal__close {
	position: absolute;
	top: 5%;
	right: 5%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box-modal {
	position: relative;
}

.popup-thanks__box {
	width: 344px;
	height: 204px;
	background: #FFFFFF;
	position: absolute;
	margin-left: -172px;
	top: 50%;
	left: 50%;
	margin-top: -102px;
}

.thanks__title {
	color: #000131;
	font-size: 16px;
	text-align: center;
	padding-top: 71px;
	padding-bottom: 20px;
}

.thanks__text {
	font-size: 10px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 0.06em;
	color: #000131;
}

.popup-vacansy__box {
	width: 460px;
	height: 600px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 45px;
	/* Используя transform можно ровнять по центру и не заморачиваться с отрицательным margin */
	transform: translateX(-50%) translateY(-50%);
}

.vacansy__title {
	font-size: 36px;
	line-height: 50px;
	color: #0C0E27;
	padding-bottom: 42px;
	padding-top: 36px;
	font-family: "Circe-Bold";
}

.vacansy__text {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	width: 80%;
	height: 316px;
	overflow-y: scroll;
}

.thanks__btn {
	margin-top: 54px;
	width: 381px;
	height: 45.33px;
	font-size: 14px;
	color: #000031;
}

.popup-registr__box {
	width: 720px;
	height: 560px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 45px;
	transform: translateX(-50%) translateY(-50%);
}

.popup-select-img__box,
.popup-edit-img__box {
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 500px;
}

.popup-select-img__box .vacansy__title,
.popup-edit-img__box .vacansy__title {
	font-size: 20px;
	line-height: 21px;
	padding-bottom: 20px;

}

.popup-select-img__box .registr__text,
.popup-edit-img__box .registr__text {
	margin-bottom: 20px;

}

.avatar__container {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-submit__btn {
	margin-right: 10px;
}

.registr__text {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.06em;
	color: #999999;
	width: 90%;
	margin-bottom: 40px;
}

.popup-registr__box .vacansy__title {
	padding-bottom: 20px;
}

.close__pic {
	cursor: pointer;
}

.popup-registr__box .header__btn {
	width: 381px;
	height: 45.33px;
	margin-right: 18px;
	margin-top: 20px;
}

.registr__flex {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.registr__btn {
	width: 231px;
	height: 45.33px;
}

.popup-registr__box .header__form {
	width: auto;
}

.popup-registr__box .form__field {
	width: 381px;
}

#popup-welcome .checkbox__label {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	margin-bottom: 20px;
}

.welcome__text {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

#popup-welcome .dia {
	width: 58%;
}

.welcome__link {
	color: #000031;
}

.welcome__btn {
	color: #000131;
	margin-top: 20px;
}

.welcome__info {
	margin-top: 40px;
}

input[type="checkbox"] {
	display: none;
}

.box-modal .form__field {
	margin-bottom: 25px;
}

.box-modal label.error {
	margin-top: -20px;
}

/* стили для метки */
#popup-welcome .checkbox__label {
	color: #000;
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0;
	vertical-align: middle;
	margin-top: -18px;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
#popup-welcome .checkbox__label:before {
	content: " ";
	color: #000;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	width: 17px;
	height: 17px;
	background: #FFF;
	border: 2px solid #333333;
	-o-border-image: initial;
	border-image: initial;
	vertical-align: middle;
	border-radius: 50%;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
#popup-welcome input:checked+.checkbox__label:before {
	content: "";
	background: url(../img/check.svg) no-repeat center center;

}

/* disabled */
#popup-welcome input:disabled+.checkbox__label:before {
	background: #eee;
	color: #aaa;
}

.footer__media:hover {
	color: #DC2684;
}

.welcome__text {
	text-align: left;
}

.header {
	overflow: hidden;
	position: relative;
}

.nav__mob {
	display: none;
}

.header__pic_desc {
	width: 1189px;
	height: auto;
}

.header .header__btn {
	margin-top: 50px;
}

.form__line {
	position: relative;
	margin-bottom: 20px;
}

.form-file {
	visibility: hidden;
	position: absolute;
}

.alerts {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 100;

}

.help__text span {
	padding-top: 10px;
	display: block;
}

.set__btn {
	margin-top: 165px;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.already {
	color: #000031;
	-webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 1px transparent;
	background-image: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	-webkit-box-shadow: 2px 1000px 1px #fff inset;
	box-shadow: 2px 1000px 1px #fff inset;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 66px;
}

.already:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	background-image: -webkit-gradient(linear,
			left top, left bottom,
			from(rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)), linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
}

.sidebar__triangle {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar__triangle.rot {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.system__form .form__select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
}

.tooltip__list {
	padding-top: 25px;
	position: absolute;
	left: 0;
	background: #F4F4F4;
	right: 0;
	top: 20px;
	z-index: 15;
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 23px;
}

.tooltip__item {
	cursor: pointer;
	padding-left: 20px;
	color: #000;
	-webkit-transition: background-image 0.5s ease;
	transition: background-image 0.5s ease;
}

.tooltip__item:last-child {
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 23px;
}

.tooltip__item:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))),
		-webkit-gradient(linear, left top, right top, from(#FF3232), to(#AC1AD5));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
		linear-gradient(90deg, #FF3232 0%, #AC1AD5 100%);
	color: #fff;
}

.tooltip__error {
	color: #FF3232;
	margin-left: 20px;
}

.popup-parol__box label.error {
	margin-top: -35px;

}

.page404{
    padding: 200px 0 120px;

}
.page404 .container-fluid{
    display: flex;
    justify-content:center;
    align-items: center;
    }
.page404__content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.page404__text{
    margin: 5px 0 0;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #2C2A37;
    width: 50%;
}
.page404-2 .page404__text{
    align-self: flex-end;
}
.page404__btn{
    margin: 70px 0 0;
    cursor: pointer;
}
.news{
    padding: 70px 0;
    background: #ffffff;
}
.news__items{
    margin: 70px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news__item{
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    width: 310px;
    overflow: hidden;
    padding: 10px;
}
.news__item-s{
    height: 225px;
}
.news__item-m{
    height: 325px;
}
.news__item-m .news__img{
    height: 120px;
}
.news__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__date{
    margin: 10px 0 0;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #B4B1C6;
}
.news__title{
    width: 80%;
    margin: 10px 0 0;
    font-family: Circe;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000131;
}
.news__text{
    margin: 20px 0 0;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #B4B1C6;
}
.news__text p{
    margin: 30px 0 0;
}
.news__btn{
    width: 200px;
    padding: 13px 20px;
    margin: 50px auto 0;
    border: 1px solid #B4B1C6;
    box-sizing: border-box;
    border-radius: 66px;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B4B1C6;
}
.newsPage{
    padding: 160px 0 100px;
}
.newsPage__items{
    margin: 45px 0 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsPage__breadcrumbs{
    margin: 10px 0 0;
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #B4B1C6;
}
.newsPage__breadcrumbs a{
    color: #B4B1C6;
}
.newsPage__breadcrumbs span{
    color: #000131;
}
.newsPage__line{
    width: 100%;
    height: 1px;
    background: #C4C4C4;
}
.newsPage__content{
    max-width: 35vw;
    margin: 45px auto 60px;
}
.planeta__title{
    text-transform: uppercase;
    color: #000031;
        font-family: "Circe-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 95px;
    line-height: 120%;
    letter-spacing: 0.01em;
}
.planeta__text{
    color: #000031;
    margin: 10px 0 60px;
        font-family: "Circe-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 22.9723px;
    line-height: 120%;
    letter-spacing: 0.01em;
}
.planeta__popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 75px 100px;
    background: white url(../img/juplin__popup-bg.png) no-repeat top right;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}
.planeta__link{
    width: 100%;
    margin: 0 auto;
    padding: 15px 110px 10px;
    background: #06B1CD;
    border-radius: 66px;
        font-family: "Circe-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.planeta__link:hover{
    color: #FFFFFF;
}
.planeta__cross{
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -50px;
}



/*MEDIA*/
@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
	.planeta__popup{
    width: 720px;
    height: 600px;
	}
	
}

@media screen and (max-width: 1599px) {
	.work__pic {

		top: 95px;

	}
}

@media screen and (max-width: 1399px) {

	.settings__form input {
		width: 335px;
	}

	.form__newpass {
		margin-right: 30px;
	}

	.system__photo {
		margin-right: 93px;
	}

	.system__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form__country {
		margin-bottom: 30px;
	}

	.header__pic {
		right: -10%;
	}

	.header {
		overflow: hidden;
		position: relative;
	}
	.newsPage__content {
        max-width: 65vw;
	}
}

@media screen and (max-width: 1199px) {
    
    .planeta__title{
        font-size: 60px;
    }
    .planeta__text{
        font-size: 20px;
        margin: 10px 0 45px;
    }
    
	.planeta__popup{
    height: 50%;
    max-width: 720px;
    max-height: 600px;
	}
    .planeta__link {
        padding: 15px 40px 10px;
        
    }
    
	.help__text:after {
		width: 80px;
		height: 1px;
		right: 50%;
		margin-right: -40px;
		top: auto;
		bottom: -50px;
	}

	.now__box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.now__content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.now__info {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.now__pic {
		margin-top: 40px;
		margin-bottom: 70px;
	}

	.now__word {
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}

	.work__text {
		width: 300px;
	}

	.work__pic {
		left: 525px;
		top: 135px;
	}

	.work__text br {
		display: none;
	}

	.nav__item a {
		font-size: 12px;
	}

	.nav__item {
		margin: 0 10px;
	}

	.header__pic img {
		width: 100%;
	}

	.header__pic {
		top: 135px;
		width: 75%;
	}

	.nav__btn {
		display: none;
	}

	.header__pic {
		top: 20%;
		width: 900px;
	}

	.now__pic {
		margin-right: 0px;
	}

	.now__links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form__flex {
		-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;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.settings__form input {
		width: 415px;
	}

	h1 {
		font-size: 43px;
	}

	.system__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.system__name {
		margin-top: 50px;
	}
	.newsPage__content {
        max-width: none;
	}
}

@media screen and (max-width: 991px) {
    .planeta__link{
        max-width: 90%;
        padding: 5px 10px 5px;
        min-width: 200px;
    }
	.help__text {
		width: 67%;
		margin-bottom: 110px;
	}

	.help__box {
		margin-top: 80px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.help {
		padding: 90px 0 80px;
	}

	.team {
		padding: 90px 0 92px;
	}

	.work__pic {
		top: auto;
		width: 100%;
		left: auto;
		right: auto;
		position: relative;

	}

	.work {
		text-align: center;
	}

	.work__last .work__name:after {
		display: none;
	}

	.work__content {
		text-align: left;
	}

	.work__text {
		width: 100%;
	}

	.work__num {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.work__name:after {
		width: 57%;
		right: -8%;
	}

	.header__pic {
		top: 33%;
		width: 600px;
		right: -15%;
	}

	.content__box {
		padding: 40px;
	}

	.sidebar {
		width: 235px;
	}

	.sidebar__item a {
		padding: 0 15px;
	}

	.sidebar__item span,
	.sidebar__item a {
		font-size: 14px;
	}

	.nav .container-fluid {
		padding-right: 20px;
	}

	.settings__form input,
	.settings__btn {
		width: 415px;
	}

	.content h1 {
		font-size: 37px;
	}

	.select:hover .arrow {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);

	}

	#header-parol {
		padding: 160px 0 165px;
	}
	.newsPage__content {
        max-width: none;
	}


}

@media screen and (max-width: 767px) {

    
    .planeta__title{
        font-size: 45px;
        line-height: 120%;
    }
    .planeta__text{
        font-size: 18px;
        line-height: 120%;
        margin: 10px 0 30px;
    }

    .planeta__popup{
        padding: 25px;
        height: 90%;
        width: 90%;
        max-height: 291px;
        max-width: 344px;
        background: white url(../img/juplin__popup-bg-MOBILE.png) no-repeat top left;
    }
    .planeta__link{
        padding: 13px 23px;
        font-weight: bold;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.03em;
    }

	.help__title,
	.help__stat {
		text-align: center;
	}

	.help__text {
		margin-bottom: 110px;
	}

	.help__box {
		margin-top: 45px;
	}

	.now__links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.now__title {
		text-align: center;
	}

	.now {
		padding: 70px 0;
	}

	.now__pic {
		width: 95%;
	}

	.team__item {
		text-align: center;
		max-width: 100%;
	}

	.team__pic {
		margin: 0 auto 30px;
	}

	.team__btn, .team__btn2 {
		margin: 0 auto;
	}

	.team__title {
		text-align: center;
		margin-bottom: 80px;
	}

	.slick-disabled {
		display: none;
	}

	.team {
		padding: 66px 0 65px;
	}

	.popup-vacansy__box {
		width: 560px;
	}

	.popup-registr__box {
		width: 580px;
	}

	.popup-registr__box .form__field,
	.popup-registr__box .header__btn {
		width: 300px;
	}

	.registr__btn {
		width: 200px;
	}

	.header__pic {
		top: 28%;
		width: 600px;
	}

	h1 {
		font-size: 35px;
	}

	/*Burger*/

	.menu-toggle {

		opacity: 0.85;

		background-color: transparent;

		position: absolute;

		z-index: 2000;

		border: none;

		width: 36px;

		height: 20px;

		outline: none;

		-webkit-transition: opacity 0.2s ease-out;

		transition: opacity 0.2s ease-out;

		right: 20px;

		top: 35%;





	}


	.menu-toggle:before {

		content: "";

		position: absolute;

		top: 0;

		right: 0;

		bottom: 0;

		left: 0;

		margin: auto;

		right: auto;

		width: 100%;

		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, transparent), color-stop(45%, transparent), color-stop(45%, #C4C4C4), color-stop(55%, #C4C4C4), color-stop(55%, transparent), color-stop(90%, transparent), color-stop(90%, #C4C4C4), to(#C4C4C4));

		background: linear-gradient(transparent, transparent 10%, transparent 10%, transparent 45%, #C4C4C4 45%, #C4C4C4 55%, transparent 55%, transparent 90%, #C4C4C4 90%, #C4C4C4 100%);

		-webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;

		transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;

	}

	.menu-toggle:after {

		opacity: 0;

		content: '';
		background: url(../img/cross.svg) no-repeat center center;
		width: 22px;
		height: 22px;
		display: block;

		color: #C4C4C4;

		position: absolute;

		top: 3px;
		left: 6px;

		font-family: Arial, sans-serif;

		font-size: 55px;

		line-height: 0;

		-webkit-transition: opacity 0s ease-out;

		transition: opacity 0s ease-out;

	}

	.menu-toggle:active {

		-webkit-transform: translateY(2px);

		transform: translateY(2px);

	}

	.menu-toggle:hover {

		opacity: 1;

	}

	.open .menu-toggle {

		opacity: 1;

		position: fixed;

		top: 45px;

		right: 15px;

	}

	.open .nav {

		overflow: visible;

		height: 100vh;

	}

	.open .menu-toggle:before {

		opacity: 0;

		width: 0;

	}

	.open .menu-toggle:after {

		opacity: 1;

		-webkit-transform: translate3d(0, 0, 0) rotate(360deg);

		transform: translate3d(0, 0, 0) rotate(360deg);

		-webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;

		transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;

		transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;

		transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;

	}

	.open .nav__item a {

		color: #000031;

		font-size: 23px;

		display: block;

		padding-top: 25px;
		padding: 20px 30px 20px 45px;
		font-family: "Circe-Regular";
		font-size: 20px;
		line-height: 31px;
		/* or 155% */

		letter-spacing: 0.06em;

		color: #000131;

	}

	.nav__box {
		position: relative;
	}

	.nav__black .nav__socials {
		margin-top: 30px;
		margin-right: 50px;
	}

	.nav__black .nav__socials_wrap i {
		color: #fff;
	}

	.nav__black .nav__socials_wrap {
		background: transparent;
	}

	.nav__black .nav__socials {
		background: transparent;
		border: 2px solid #fff;
	}

	.open {

		position: relative;

	}

	nav {

		z-index: 1;

		position: fixed;

		top: -100%;

		left: 0;

		width: 100%;

		height: 100%;

		-webkit-transform: translate3d(0, 0, 0);

		transform: translate3d(0, 0, 0);

		-webkit-backface-visibility: hidden;

		backface-visibility: hidden;

		overflow: hidden;

	}

	nav:before {

		content: '';

		position: absolute;

		top: 0;

		right: 0;

		bottom: 0;

		left: 0;

		margin: auto;

		background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#FBFBFB));

		background: linear-gradient(180deg, #F9F9F9 0%, #FBFBFB 100%);

		width: 100%;

		height: 0;

		padding-bottom: 100%;

		border-radius: 100%;

		-webkit-transform: scale(0.04), translateY(9999px);

		transform: scale(0.04), translateY(9999px);

		overflow: hidden;

	}

	.open .nav__list {
		background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#FBFBFB));
		background: linear-gradient(180deg, #F9F9F9 0%, #FBFBFB 100%);
	}

	.open {

		position: relative;

		z-index: 10000;

	}

	.open nav {

		top: 0;

	}

	.open nav:before {

		-webkit-animation: menu-animation 0.3s ease-out forwards;

		animation: menu-animation 0.3s ease-out forwards;

	}

	.menu-collapse {

		-webkit-transition: opacity .4s;

		transition: opacity .4s;

		padding: 150px 0px 0;

		max-width: 100%;

		margin: 0 auto;

	}



	.open body {

		-webkit-transform: scale(0.92);

		transform: scale(0.92);

		-webkit-transition: -webkit-transform 0.2s 0.41s ease-out;

		transition: -webkit-transform 0.2s 0.41s ease-out;

		transition: transform 0.2s 0.41s ease-out;

		transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;

	}




	

	.menu-collapse {

		position: relative;

	}

	button:active,
	button:focus {

		outline: none;

	}

	.open .nav__list li {

		margin-left: 0 !important;

	}

	.nav__close {
		position: absolute;
		width: 22px;
		height: 22px;
		display: block;

		right: 30px;
		top: 35px;
		z-index: 100;

	}

	.nav__close img {
		-webkit-transition: all 2s ease;
		transition: all 2s ease;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	.open .nav__close img {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);

	}

	.open .nav__close img:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.open .nav .nav__list {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;
		z-index: -1;

	}

	.open .nav__mob {
		display: block;
		position: fixed;
		z-index: 1000000;
		width: 100%;
		height: 100vh;
		background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#FBFBFB));
		background: linear-gradient(180deg, #F9F9F9 0%, #FBFBFB 100%);
	}

	/*End of burger*/
	.nav__black {
		background: #17161D;
		height: 140px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: absolute;
		width: 100%;
		bottom: 0;
	}

	.nav__item {
		width: 100%;
		border-top: 1px solid #F3EFEF;
	}

	.nav__item a {
		padding: 5px 8px;
	}


	.open .nav,
	.nav__box {
		height: auto;
	}

	.sidebar__mob {
		width: 24px;
		height: 332px;
		display: block;
		background: #2C2A37;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		position: fixed;
		top: 200px;
		left: 0;
	}

	.sidebar {
		height: 332px;
		position: fixed;
		top: 200px;
		left: -400px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 100000;
		padding-top: 35px;
	}

	.sidebar.slideright {
		left: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;

	}

	.sidebar.slideright .sidebar__mob {
		z-index: -1;
	}

	.sidebar__download {
		margin-top: 20px;
	}

	.sidebar__last {
		border-bottom-right-radius: 20px;
	}

	.sidebar__mob:after {
		content: '';
		display: block;
		position: absolute;
		background: url(../img/navarrow.svg) no-repeat;
		width: 9px;
		height: 16px;
		top: 50%;
		margin-top: -8px;
		left: 50%;
		margin-left: -5px;
	}

	.sidebar__left {
		content: '';
		display: block;
		position: absolute;
		background: url(../img/navarrow.svg) no-repeat;
		width: 9px;
		height: 16px;
		top: 50%;
		margin-top: -8px;
		right: 10px;
		z-index: 10;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.content {
		background: #fff;
	}

	.settings {
		padding-top: 85px;
		overflow: visible;
	}

	.settings__form {
		margin-bottom: 60px;
	}

	.welcome__info {
		margin-top: 16px;
	}

	.header__pic img {
		width: 800px;
	}

	.sidebar__link {
		position: absolute;
		width: 100%;
	}

	.sidebar__last {
		margin-top: 45px;
	}
	.newsPage__content {
        max-width: none;
	}

}


@media all and (max-width: 575px) {
	.help__title {
		font-size: 28px;
	}

	.help__stat {
		font-size: 14px;
	}

	.help__text {
		font-size: 13px;
		width: 90%;
	}

	.help__vidget {
		width: 306px;
		height: 240px;
	}

	.help {
		padding: 40px 0 39px;
	}

	h2 {
		font-size: 28px;
	}

	.now__title {
		margin-bottom: 20px;
	}

	.now__pic {
		margin-bottom: 50px;
	}

	.now__word {
		font-size: 15px;
	}

	.now__one {
		font-size: 13px;
		line-height: 25px;
		margin: 0 auto;
	}

	.now__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.now__mac,
	.now__wind {
		width: 306px;
		height: 45px;
		margin: 10px auto;
	}

	.now {
		padding: 40px 0 5px;
	}

	.team__pic {
		margin-bottom: 5px;
	}

	.team__title {
		margin-bottom: 40px;
	}

	.team__name {
		font-size: 15px;
		margin: 0 auto 30px;
	}

	.team__one {
		font-size: 13px;
	}

	.team__list {
		margin-bottom: 34px;
	}

	.team__item .bttn {
		width: 282px;
		height: 45px;
		font-size: 14px;
	}

	.team {
		padding: 35px 0 46px;
	}

	.thanks__btn {
		width: 260px;
		height: 37.33px;
		margin-top: 35px;
	}

	.popup-registr__box {
		width: 310px;
		padding-left: 25px;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.vacansy__title {
		font-size: 26px;
		line-height: 34px;
	}

	.registr__text {
		font-size: 12px;
		width: 100%;
	}

	.popup-registr__box .form__field,
	.popup-registr__box .header__btn {
		width: 100%;
		font-size: 13px;
	}

	.registr__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popup-registr__box .header__agree {
		font-size: 9px;
		margin-left: 12px;
		width: 100%;
		margin-bottom: 22px;
	}

	.nav__logo {
		margin-left: -35px;
	}

	.nav__socials {
		display: none;
	}

	.open .nav__socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 10000;
	}

	.menu-toggle {
		top: 39%;
		right: 0;
	}

	.header {
		padding-top: 115px;
	}

	.registr__flex .registr__btn {
		width: 100%;
	}

	h1 {
		font-size: 28px;
		line-height: 27px;
		/* or 96% */

		text-align: center;
		letter-spacing: 0.06em;
	}

	.header__pic {
		top: 38%;
		width: 500px;

	}

	.header__form {
		width: 100%;
	}

	.header__agree {
		font-size: 12px;
	}

	.header__agree br {
		display: none;
	}

	.header__top {
		font-size: 12px;
	}

	.work__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 40px;
	}

	.work__name:after {
		display: none;
	}

	.work__content {
		text-align: center;
		padding: 20px 0;
	}

	.work__num {
		margin-right: 0;
	}

	.work {
		padding-top: 40px;
	}

	.work__item:nth-child(2) .work__link img {
		margin-top: 0;
	}

	.work__item:nth-child(2) {
		margin-top: 0;
	}

	.work__pic {
		top: 0px;
		width: 100%;
		right: 0;
		position: relative;

		width: 300px;
		margin: 0 auto -0px;
	}

	.header {
		overflow: hidden;
	}

	.open .nav__btn {
		margin: 60px auto 0;
		display: none;
	}

	.menu-collapse {
		padding: 150px 15px 0;
	}

	.nav__socials_wrap {
		background: #f5f4f9;
	}

	.open .nav__btn {
		margin: 120px auto 0;
		position: absolute;
	}

	.menu-collapse {
		padding: 75px 0px 0;
	}

	.nav__black_logo {
		width: 200px;
		margin-top: 15px;
	}

	.nav__black a img {
		width: 100%;
	}

	.nav__black .nav__socials {
		margin-right: 20px;
	}

	.footer {
		padding-top: 0px;
	}

	.footer__list {
		position: absolute;
		right: 35px;
		top: 5px;
	}

	.footer__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 15px;
	}

	.footer__other {
		position: absolute;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 25px;
		padding-right: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 92%;
		bottom: -60px;
	}

	.footer__links {
		margin-top: 10px;
	}

	.content__box {
		padding: 0px 20px;
		background: #fff;
	}

	.nav .container-fluid {
		padding: 0 20px;
	}

	.content h1 {
		font-size: 26px;
		text-align: center;
	}

	.content__title,
	.content__email {
		text-align: center;
	}

	.settings__form .header__agree {

		text-align: center;
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		letter-spacing: 0.06em;
		color: #C4C4C4;
	}

	#popup-welcome .dia {
		width: 100%;
		margin-top: -35px;
	}

	#popup-welcome .welcome__text {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		letter-spacing: 0.06em;
	}

	#popup-welcome .popup-registr__box {
		height: 630px;
	}

	#popup-welcome .vacansy__title {
		font-size: 24px;
	}

	.system__add {
		margin: 30px auto 0;
	}

	.system__top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.system__photo {
		margin-right: 0px;
	}

	.popup-registr__box .header__btn {
		font-size: 14px;
	}

	.header__pic {
		position: relative;
		top: auto;
		margin: 0 auto;
		width: 100%;
		right: auto;
	}

	.header__top,
	.header h1,
	.header__text,
	.header__agree {
		text-align: center;
	}
	.header h1{
	    margin: 19px 0 16px;
	}
	
	.header__box {
        width: 100%;
        margin: 50px 0 0;
    }

	.header__agree {
		margin-left: 0;
	}

	.work__num {
		position: absolute;
		left: 13px;
		top: 16px;
	}

	.work__name {
		font-size: 15px;
	}

	.work__item {
		position: relative;
	}

	.work__item:nth-child(2) .work__num {
		top: -34px;
	}

	.open .nav__item a {

		padding: 15px 30px 15px 25px;
	}

	.nav__black {
		height: 105px;
	}

	.system__form .form__field,
	.selectbox .select,
	.settings__btn {
		width: 306px;
		height: 45px;
		margin-bottom: 18px;

	}

	.form__country {
		margin-right: 0;
	}

	.system__country {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.system__country label {
		width: 100%;
	}

	.system__name .content__title {
		margin-bottom: 24px;
	}

	.content__title {
		font-size: 15px;
	}

	.content__text {
		font-size: 13px;
	}

	.content__text br {
		display: none;
	}

	.system__flex {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form__country {
		margin-bottom: 0px;
		margin-top: 23px;
	}

	.settings .selectbox .select {
		margin-top: 0px;
	}

	.settings__btn {
		margin-top: 110px;
	}

	.content__title_inst {
		margin-bottom: 24px;
		margin-top: -15px;
	}

	.content h1 {
		font-size: 28px;
		font-size: 28px;
		line-height: 27px;
		text-align: center;
		letter-spacing: 0.06em;
		width: 106%;
	}

	.header__pic img {
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}

	.open .nav__close img:hover {
		-webkit-transform: none;
		transform: none;
	}

	.open .nav__close img {
		-webkit-transform: none;
		transform: none;
	}

	.header__text {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.03em;
	}

	.header .header__btn {


		margin: 30px auto 0;
	}

	.header__agree {
		font-size: 10px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
		width: 72%;
		margin: 22px auto 0px;
		color: #D7D7D7;
	}

	.header {
		padding-bottom: 25px;
	}

	.work__title {
		margin-bottom: 17px;
	}

	.work__num {
		width: 27px;
		height: 27px;
		top: 17px;
		font-size: 15px;
	}

	.work__text {
		font-size: 13px;
		line-height: 20px;
		/* or 154% */

		text-align: center;
		letter-spacing: 0.01em;
		margin-top: 120px;
	}

	.work__name {
		font-size: 15px;
		line-height: 100%;
		/* or 15px */

		text-align: center;
		letter-spacing: 0.06em;
	}

	.work__link {
		position: absolute;
		top: 27%;
		margin-left: 0;
	}

	.work__link img {
		width: 80%;
	}

	.work__item {
		margin-bottom: 0;
	}

	.work__content {
		padding-bottom: 6px;
	}

	.work__item {
		position: relative;

	}

	.work__last .work__text {
		margin-top: 0;
		position: absolute;
		top: 290px;
		left: 50%;
		margin-left: -50%;
	}

	.help__text:after {
		bottom: -20px;
	}

	.help__text {
		margin-bottom: 65px;
	}

	.team__pic {
		width: 90px;
	}

	.team__btn, .team__btn2 {
		width: 290px;
		height: 44px;
	}

	.footer__one a {
		font-size: 13px;
		line-height: 15px;
		text-align: right;
		letter-spacing: 0.06em;
	}

	.footer__one {
		line-height: 25px;
	}

	.footer .footer__links {
		margin-top: -10px;
		margin-bottom: 100px;
	}

	.footer__info {
		position: absolute;
		right: 30px;
		font-size: 13px;
		line-height: 23px;
		text-align: right;
		letter-spacing: 0.06em;
		bottom: 0;
	}

	.footer__info a {
		font-size: 13px;
		line-height: 23px;
		text-align: right;
		letter-spacing: 0.06em;
	}

	.footer {
		padding-bottom: 80px;
	}


	.now {
		background: url(../img/nowmobbg.png) no-repeat center right / cover;
	}

	.now__list {
		margin: 0 20px;
	}

	.content__text {
		margin: 35px 0;
	}


	.system__name label.error {
		margin-top: -15px;
	}

	.system__instr .form__select {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.set__btn {
		margin: 25px auto 0;
	}

	.settings .content__text {
		margin: 40px 0;
	}

	.settings__form input,
	.settings__btn {
		width: 295px;
		margin: 0 auto 15px;
	}

	.settings .settings__btn {
		margin-top: 25px;
	}

	.form__flex {

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;
	}

	.box-modal__close {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.registr__text {
		margin-bottom: 25px;
	}

	.work__num2 .work__link {
		margin-top: 5px;
	}

	.system__form .form__select {
		width: auto;
	}

	.popup-vacansy__box {
		width: 290px;
		height: 530px;
		padding-left: 35px;
	}

	.thanks__btn {
		width: 220px;
		height: 37.33px;
		margin-top: 9px;
	}

	.vacansy__text {
		width: 87%;
	}

	.vacansy__title {
		font-size: 24px;
	}

	.registr__text {
		font-size: 10px;
	}

	.popup-registr__box .vacansy__title {
		padding-bottom: 5px;
	}

	.box-modal .form__field {
		margin-bottom: 10px;
	}

	.registr__text {
		margin-bottom: 15px;
	}

	.popup-registr__box .header__agree {
		font-size: 9px;
		margin-left: 0px;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.popup-registr__box .header__btn {
		margin-top: 8px;
	}

	#popup-welcome .popup-registr__box {
		height: 500px;
	}

	.system__name,
	.system__form .form__field,
	.selectbox .select,
	.settings__btn {
		width: 100%;
	}

	.system__form .form__select,
	.selectbox,
	.settings__form input,
	.settings__btn {
		width: 100%;
	}

	.form__input {
		width: 100%;
	}

	.header__agree {
		width: 88%;
	}

	.sidebar__mob,
	.sidebar {
		top: 50%;
		margin-top: -170px;
	}

	.popup-parol__box {
		width: 310px;
		margin-left: -155px;
		padding: 67px 0 40px 16px;
	}

	#popup-parol .field__parol,
	#popup-parol .header__btn {
		width: 278px;
	}

	#popup-parol .registr__text,
	.popup-parol__green {
		font-size: 9px;
	}

	.popup-parol__green {
		margin-left: 15px;
	}

	#header-parol {
		padding: 160px 0 60px;
	}

	#header-parol h1 {
		margin-bottom: 30px;
	}
	
	.settings__popup {
	    padding: 25px;
	}
	.box-modal label.error {
        margin-top: -5px;
    }
    .popup-select-img__box{
        min-width: 300px;
        padding: 20px;
    }
    .news__items {
        margin: 20px 0 0;
    }
    .news__btn {
        margin: 20px auto 0;
    }
    .newsPage__content {
        max-width: none;
        
    }
}

.mb-20 {
	margin-bottom: 20px;
}

.p-0 {
	padding: 0;
}
.settings__popup {
    max-width: 90%;
    width: 720px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 45px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1001;
}
.settings__overlay{
    background-color: rgb(0, 0, 0); 
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.settings__popup .registr__text{
    width: 100%;
}

.fixed {
  position: fixed;
  z-index: 101;
}
.grecaptcha-badge{
    z-index: 50;
}
select[name="instrument"]{
    text-transform: capitalize;
}
.nav__language{
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 100;
    font-family: "Circe-Regular";
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.06em;
    color: #000131;
}
.nav__language a{
    color: #000131;
}



@keyframes menu-animation {

	0% {

		opacity: 0;

		-webkit-transform: scale(0.04) translateY(300%);

		transform: scale(0.04) translateY(300%);

	}

	40% {

		-webkit-transform: scale(0.04) translateY(0);

		transform: scale(0.04) translateY(0);

		-webkit-transition: ease-out;

		transition: ease-out;

	}

	40% {

		-webkit-transform: scale(0.04) translateY(0);

		transform: scale(0.04) translateY(0);

	}

	60% {

		opacity: 1;

		-webkit-transform: scale(0.02) translateY(0px);

		transform: scale(0.02) translateY(0px);

	}

	61% {

		-webkit-transform: scale(0.04);

		transform: scale(0.04);

	}

	99.9% {

		height: 0;

		padding-bottom: 100%;

		border-radius: 100%;

	}

	100% {

		-webkit-transform: scale(2);

		transform: scale(2);

		height: 100%;

		padding-bottom: 0;

		border-radius: 0;

	}

}

@media screen and (max-height: 767px)and (min-width: 767px){
    .planeta__popup{
        height: 80%;
        width: 96vh;
        padding: 45px 50px;
    }
    .planeta__link {
        padding: 15px 80px 10px;
    }
}