@charset "UTF-8";
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap&subset=cyrillic-ext");
@font-face {
	font-family: 'HeadingNowVar';
	src: local("HeadingNowVar"), url("fonts/heading-now-variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Defaults */
/* Media */
body {
	background: #fff;
	font-family: 'Raleway', 'Arial', 'Helvetica', sans-serif;
	/* Выравнивание цифр шрифта Raleway */
	-webkit-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	font-weight: 600;
	font-size: 4.44444vw;
	line-height: 1.25;
	color: #040404;
}

.wrapper {
	margin: 0 auto;
}

.container {
	max-width: 100vw;
	padding-left: 5.55556vw;
	padding-right: 5.55556vw;
}

img {
	max-width: 100%;
	border: 0;
}

a {
	color: inherit;
	outline: none;
	transition: 0.3s;
}

a:active, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

a.red {
	color: #ff0000;
}

a.red:active, a.red:hover, a.red:focus {
	color: #d90000;
}

BUTTON:focus {
	outline: none;
}

ul {
	list-style: none;
}

ul,
li,
P {
	padding: 0;
	margin: 0;
}

[href^="tel:"] {
	white-space: nowrap;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 11.38889vw;
	padding: 0 2.77778vw;
	padding: 0;
	border: 0;
	border-radius: 27.77778vw;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	cursor: pointer;
	outline: none;
}

.button_1 {
	background: #ff0000;
	color: #fff;
}

.button_1:hover, .button_1:focus {
	background: #d90000;
	color: #fff;
}

.button_2 {
	background: #fff;
	color: #ff0000;
}

.button_2:hover, .button_2:focus {
	background: #fff;
	color: #d90000;
}

.button_3 {
	background: #fff;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.button_3:hover, .button_3:focus {
	background: #fff;
	color: #d90000;
}

.button_4 {
	background: none;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.button_4:hover, .button_4:focus {
	background: none;
	border-color: #d90000;
	color: #d90000;
}

.button_5 {
	background: #2b2eea;
	color: #fff;
}

.button_5:hover, .button_5:focus {
	background: #2b2eea;
	color: #fff;
}

.button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.button_picture {
	justify-content: flex-start;
	height: 15.83333vw;
	padding: 0 2.77778vw 0 37.22222vw;
	background-color: #ff0000;
	background-repeat: no-repeat;
	background-position: 0.83333vw 50%;
	background-size: auto 14.16667vw;
	font-size: 6.11111vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #fff;
}

.button_picture:hover {
	background-color: #d90000;
	color: #fff;
	font-size: 6.66667vw;
}

.button_picture:focus {
	color: #fff;
}

.button_picture_trainer {
	background-image: url(../img/common/trio-trainer.png);
}

.button_picture_student {
	background-image: url(../img/common/trio-student.png);
}

.button_picture_inventory {
	background-image: url(../img/common/trio-inventory.png);
}

.button_picture_cooperation {
	background-image: url(../img/common/trio-cooperation.png);
}

H1 {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 245;
	font-size: 11.66667vw;
	line-height: 90%;
	text-transform: uppercase;
	margin: 0;
}

.section-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 23.88889vw;
	line-height: 80%;
	text-transform: uppercase;
	margin: 0;
}

.more {
	display: inline-flex;
	align-items: center;
	gap: 1.11111vw;
}

.more:after {
	content: '';
	display: block;
	width: 11.66667vw;
	height: 11.66667vw;
	background: url(../img/common/icon-more.svg) no-repeat 50% 50%/100% 100%;
}

.more:hover:after {
	background: url(../img/common/icon-more-hover.svg) no-repeat 50% 50%/100% 100%;
}

.corner {
	position: relative;
}

.corner:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 10vw;
	height: 10vw;
	background: url(../img/common/corner.svg) no-repeat 100% 0/100% 100%;
}

.corner_black:before {
	background-image: url(../img/common/corner-black.svg);
}

.corner_gray-1:before {
	background-image: url(../img/common/corner-gray-1.svg);
}

.number {
	position: relative;
	display: block;
}

.number:before {
	position: absolute;
	top: 0;
	left: 3.33333vw;
	content: '';
	width: 6.66667vw;
	height: 6.66667vw;
	border-radius: 50%;
	background: #fff;
}

.number DIV {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 6.66667vw;
	border-radius: 50%;
	background: #cfd5e1;
	font-size: 3.33333vw;
	color: #fff;
}

.bigbuttonbox-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	padding: 5.55556vw;
	border-radius: 3.33333vw;
	background: #ff0000;
}

.bigbuttonbox-title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 13.33333vw;
	line-height: 90%;
	text-transform: uppercase;
	color: #fff;
}

.bigbuttonbox .button {
	width: 45.55556vw;
}

.hidden {
	display: none;
}

.slick-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slider-dots {
	display: flex;
	flex-grow: 1;
	border-radius: 5.55556vw;
	overflow: hidden;
}

.slick-slider-dots ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #f1f1f7;
}

.slick-slider-dots ul li {
	flex-grow: 1;
}

.slick-slider-dots ul li button {
	display: block;
	width: 100%;
	height: 1.66667vw;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	outline: none;
	cursor: pointer;
	background: #f6f6f6;
}

.slick-slider-dots ul li.slick-active button {
	border-radius: 5.55556vw;
	background: #dbdbdb;
}

.slick-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.77778vw;
}

.slick-arrow {
	width: 7.77778vw;
	height: 7.77778vw;
	background: url(../img/common/icon-arrow-red.svg) no-repeat 50% 50%/100% 100%;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	cursor: pointer;
}

.slick-arrow:hover {
	opacity: .8;
}

.slick-slider-next {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.slick-disabled {
	background-image: url(../img/common/icon-arrow-gray.svg);
	cursor: auto;
}

.notification {
	position: fixed;
	left: 50%;
	top: 22.22222vw;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 100000;
	display: none;
	justify-content: center;
	width: calc(100% - 5.55556vw);
}

.notification DIV {
	position: relative;
	width: 100%;
	max-width: 55.55556vw;
	text-align: center;
}

.tabsblock .tabsbox {
	display: none;
}

.tabsblock .tabsbox.visible {
	display: block;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

.form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #a6b0bf;
}

.form ::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #a6b0bf;
}

.form ::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #a6b0bf;
}

.form ::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #a6b0bf;
}

.form :-ms-input-placeholder {
	/* IE 10+ */
	color: #a6b0bf;
}

.form__title {
	font-family: "HeadingNowVar", "Arial", sans-serif;
	font-variation-settings: "wght" 650, "wdth" 260;
	font-size: 13.33333vw;
	line-height: 80%;
	text-transform: uppercase;
	margin-bottom: 4.16667vw;
}

.form__title_small {
	font-size: 3.88889vw;
	line-height: 100%;
	margin-bottom: 2.77778vw;
}

.form__text {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 100%;
	margin-bottom: 2.77778vw;
}

.form__items {
	display: flex;
	flex-flow: column;
}

.form__item {
	flex: 1 0;
	margin-bottom: 4.72222vw;
}

.form__item_button {
	margin: 0;
}

.form__input {
	width: 100%;
	height: 15.83333vw;
	padding: 0 5vw;
	border: 0;
	border-radius: 3.33333vw;
	background-color: #f1f1f7;
	font-weight: 600;
	font-size: 4.44444vw;
	letter-spacing: -0.03em;
	color: #040404;
	-webkit-appearance: none;
	outline: none;
}

.form__input.error {
	border: 1px solid #ff2626;
}

.form__input.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff2626;
}

.form [readonly] {
	pointer-events: none;
	caret-color: transparent;
}

.form__substitution {
	position: relative;
	margin-bottom: 5vw;
}

.form__substitution-input {
	position: absolute;
	color: transparent;
	min-height: 100%;
}

.form__substitution-text {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 16.11111vw;
	padding: 1.38889vw 11.11111vw 1.38889vw 5vw;
	border-radius: 3.33333vw;
	background-color: #f1f1f7;
	font-size: 4.44444vw;
	letter-spacing: -0.03em;
	color: #a6b0bf;
	margin: 1px;
}

.form__substitution-text:after {
	position: absolute;
	top: 50%;
	right: 5vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '';
	width: 5.27778vw;
	height: 3.61111vw;
	background: url(../img/form/select.svg) no-repeat 0 0/100% 100%;
}

.form__substitution-text.fill {
	color: #040404;
}

.form__substitution.open .form__substitution-text {
	background-color: #eaebf2;
}

.form__substitution.open .form__substitution-text:after {
	-webkit-transform: translate(0, -50%) scaleY(-1);
	        transform: translate(0, -50%) scaleY(-1);
}

.form__substitution-list {
	position: absolute;
	top: 13.33333vw;
	left: 0;
	right: 0;
	padding: 0 5vw;
	border-radius: 0 0 3.33333vw 3.33333vw;
	background-color: #eaebf2;
}

.form__substitution-list LI {
	padding: 1.94444vw 0;
	font-size: 4.44444vw;
	letter-spacing: -0.03em;
	color: #323234;
	cursor: pointer;
}

.form__clarifying {
	font-weight: 600;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #a6b0bf;
	margin-bottom: 4.72222vw;
}

.form__button {
	height: 13.33333vw;
}

.form__button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.form__footer {
	position: relative;
	display: block;
	font-size: 2.77778vw;
	line-height: 100%;
	color: #d3d8df;
	cursor: pointer;
	margin-bottom: 2.77778vw;
}

.form__footer-checkbox {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.61111vw;
	height: 3.61111vw;
	background: none;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #d3d8df;
	border-radius: 50%;
}

input:checked + .form__footer-checkbox-icon {
	border: 0;
}

.form__footer-checkbox-icon:before {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	content: '';
	background: url(../img/form/check.png) no-repeat 50% 50%/100% 100%;
}

input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form__footer-text {
	padding-left: 4.44444vw;
}

.form__footer-text a {
	text-decoration: underline;
}

.form_vertical {
	max-width: 100vw;
	margin: 0 auto;
}

.form_horisontal {
	max-width: 100vw;
	margin: 0 auto;
}

.form_vertical .form__items {
	flex-direction: column;
}

.form_vertical .form__item {
	max-width: 100vw;
}

.form_vertical .form__more {
	max-width: 100vw;
}

.form_horisontal .form__title {
	margin-bottom: 6.38889vw;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.send-success {
	color: #000000;
}

.phone-info {
	padding-top: 2.77778vw;
}

.phone-info__text {
	max-width: 80.55556vw;
	padding-bottom: 3.05556vw;
	font-size: 3.05556vw;
	line-height: 3.33333vw;
	letter-spacing: 0.04em;
	color: #222;
	text-transform: uppercase;
}

.phone-info__number {
	font-size: 5.83333vw;
	font-weight: 700;
	line-height: 100%;
	color: #000;
}

.phone-info__number:hover, .phone-info__number:focus {
	color: #000;
	text-decoration: none;
}

/* Blocks */
.header {
	position: fixed;
	left: auto;
	right: auto;
	top: 0;
	z-index: 30;
	width: 100%;
}

.page-scrolled .header {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 2.77778vw rgba(0, 0, 0, 0.2);
}

.header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 20.55556vw;
	transition: 0.3s;
}

.page-scrolled .header__box {
	min-height: 13.88889vw;
}

.header__logo {
	position: relative;
	z-index: 11;
	flex: 0 0 17.22222vw;
}

.header__logo IMG {
	width: 100%;
}

.header__buttons {
	display: flex;
	justify-content: flex-start;
}

.header__buttons .button {
	width: auto;
	height: 7.22222vw;
	padding: 0 2.77778vw;
	font-size: 3.88889vw;
}

.header__menu {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 21.11111vw 4.16667vw 8.33333vw;
	text-align: center;
}

.header__menu-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

.header__menu UL {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.header__menu LI {
	font-size: 6.66667vw;
	line-height: 180%;
	letter-spacing: -0.03em;
	color: #ff0000;
}

.header__menu A:hover {
	text-decoration: underline;
}

.header__contacts {
	display: flex;
	align-items: center;
	gap: 2.77778vw;
}

.header__phone {
	display: block;
	width: 7.22222vw;
	height: 7.22222vw;
	background: url(../img/header/phone.svg) no-repeat 0 0/100% 100%;
	text-indent: -2777.77778vw;
}

.header__basket {
	display: flex;
	align-items: center;
	gap: 0.55556vw;
}

.header__basket I {
	display: block;
	width: 7.22222vw;
	height: 7.22222vw;
	background: url(../img/header/basket.svg) no-repeat 0 0/100% 100%;
}

.header__basket SPAN {
	display: none;
	justify-content: center;
	align-items: center;
	min-width: 5.55556vw;
	height: 5.55556vw;
	padding: 0 0.83333vw;
	border-radius: 55.55556vw;
	background: #2b2eea;
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #fff;
}

.header__basket.full SPAN {
	display: flex;
}

.header__icon-menu {
	position: relative;
	z-index: 11;
	display: block;
	width: 4.72222vw;
	height: 0.55556vw;
	background-color: #ff0000;
	transition: all .0s;
}

.header__icon-menu:before, .header__icon-menu:after {
	position: absolute;
	content: '';
	width: 4.72222vw;
	height: 0.55556vw;
	background-color: #ff0000;
	transition: all .2s;
}

.header__icon-menu:before {
	top: -1.66667vw;
}

.header__icon-menu:after {
	top: 1.66667vw;
}

.header__icon-menu.open {
	background-color: transparent;
}

.header__icon-menu.open:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.header__icon-menu.open:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.header__buttonbox {
	padding-top: 8.33333vw;
}

.header__buttonbox.desk {
	display: none;
}

.header__button {
	height: 13.88889vw;
}

.footer {
	padding: 11.11111vw 0 16.66667vw 0;
	border-radius: 5.55556vw 5.55556vw 0 0;
	background: #e0e2ea;
}

.footer__top {
	display: flex;
	align-items: center;
	gap: 6.66667vw;
	margin-bottom: 10vw;
}

.footer__logo {
	flex: 0 0 17.22222vw;
}

.footer__logo IMG {
	width: 17.22222vw;
}

.footer__logo IMG.desk {
	display: none;
}

.footer__menu {
	display: flex;
}

.footer__menu UL {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 4.44444vw;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #ff0000;
}

.footer__menu LI A.desk {
	display: none;
}

.footer__menu LI A:hover {
	text-decoration: underline;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 1.94444vw;
	margin-bottom: 5.55556vw;
}

.footer__contacts LI {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
}

.footer__contacts LI:nth-child(2n+1) {
	min-height: 33.05556vw;
	background-image: url(../img/footer/bg1.svg);
}

.footer__contacts LI:nth-child(2n) {
	min-height: 29.16667vw;
	background-image: url(../img/footer/bg2.svg);
}

.footer__contacts-title {
	font-size: 4.44444vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	margin-bottom: 1px;
}

.footer__contacts-data {
	font-size: 5.55556vw;
	line-height: 110%;
	letter-spacing: -0.03em;
}

.footer__contacts A:hover {
	text-decoration: underline;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	font-size: 3.33333vw;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #a6b0bf;
}

.footer__bottom A {
	text-decoration: underline;
}

.popup .fancybox-button svg {
	display: none;
}

.fancybox-slide--html .popup .fancybox-close-small {
	width: 4.72222vw;
	height: 5vw;
	padding: 0;
	margin: 2.77778vw 2.77778vw 0 0;
}

.fancybox-slide--html .popup .fancybox-close-small:before {
	content: '';
	display: block;
	width: 4.72222vw;
	height: 5vw;
	background: url(../img/common/close.png) no-repeat 50% 50%/100% 100%;
}

.fancybox-slide--html .popup-video .fancybox-close-small {
	margin: 0;
}

.popup-reg {
	width: 100%;
	padding: 0;
	background: #fff;
}

.popup-reg__box {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
}

.popup-reg__content {
	display: none;
}

.popup-reg__logo {
	margin-bottom: 19.44444vw;
}

.popup-reg__logo IMG {
	width: 16.94444vw;
}

.popup-reg__head {
	margin-bottom: 4.44444vw;
}

.popup-reg__form {
	padding: 6.66667vw 8.33333vw;
	background: #fff;
	overflow: hidden;
}

.popup-video {
	width: 90vw;
	height: calc(90vw / 100 * 56.25 + 8.33333vw);
	padding: 8.33333vw 0 0 0;
	background: none;
}

.popup-video VIDEO,
.popup-video IFRAME {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.popup-video .fancybox-close-small {
	width: 3.33333vw;
	height: 3.61111vw;
	padding: 0;
}

.popup-video .fancybox-close-small:before {
	width: 3.33333vw;
	height: 3.61111vw;
}
