:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Play", sans-serif;
  --third-family: "Furore", sans-serif;
}

.register_button {
	border-radius: 10px;
	padding: 16px 40px;
	/* width: 227px; */
	height: 56px;
	backdrop-filter: blur(64px);
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
}
.header--scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0;
  backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}
.header__row {
	align-items: center;
	padding: 35px 0;
}
.header--scroll .header__row {
	padding: 10px 0;
}
.header__logo {
	margin: 0;
	height: auto;
}
.header__logo img {
	margin: 0;
}
.header--scroll .header__logo img {
	height: 35px;
}
.partners-header {
  height: auto;
	align-items: center;
	gap: 40px;
}
.header__list {
	display: flex;
	align-items: center;
  gap: 40px;
  flex: 1 1 auto;
  justify-content: end;
}
.header--scroll .header__list {
	display: flex;
	gap: 80px;
}
.header__btn {
	height: 44px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.header__burger {
  display: none;
} 
.promo__row--sql {
	align-items: center;
}
.promo__row--sql::before {
	display: none;
}
.promo__row--sql::after {
	min-width: 642px;
	height: 642px;
	background: url("../img/sql/promo-img3.png") no-repeat 0 bottom/850px 630px;
	bottom: 0px;
	top: inherit;
	right: 90px;
}
.promo__info {
	max-width: 624px;
	width: 60%;
	padding-bottom: 10px;
}
.promo__info .promo__title {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 60px;
	line-height: 133%;
	letter-spacing: 0.05em;
	color: #b4c8ff;
	white-space: nowrap;
	margin: 0 0 40px;
}
.promo__info .promo__title span {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	color: #b4c8ff;
	display: block;
}
.promo__list {
	display: flex;
	flex-direction: column;
	gap: 10px;	
	align-items: start;
	margin-left: 0;
	margin-bottom: 40px;
}
.promo__li {
	list-style: none!important;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
	border-radius: 10px;
	padding: 12px 20px;	
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;	
	color: #dcdcf0;	
}
.promo__text {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 127%;
	color: #dcdcf0;
	margin-bottom: 20px;
}
.promo__text--color {
	color: #f0f;
}
.promo__text--small {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 0;
}
.promo__link {
	margin: 0 0 10px;
}
.about {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	padding: 80px 0px;
}
.about__row {
	margin-bottom: 0;
	gap: 20px;
}
.about__item {
	border-radius: 20px;
	padding: 20px;
	width: 280px;
	height: 120px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}

.advantages-sql {
	padding-top: 160px;
	/* padding-bottom: 160px; */
}

.advantages-sql__row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.advantages-sql__item {
	border-radius: 20px;
	padding: 20px;
	flex: 0 1 580px;
	display: flex;
	align-items: start;
	gap: 20px;
}
.advantages-sql__item--big {
	flex: 1 1 100%;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.advantages-sql__image {
	min-width: 80px;
}
.advantages-sql__info {
}
.advantages-sql__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.advantages-sql__text--color {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 127%;
	color: #a064ff;
	margin-bottom: 10px;
}

.fit {
	background: none;
}
.fit__item {
	gap: 20px;
}
.fit__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
}
.what-learn-sql {
	padding-bottom: 160px;
}
.what-learn-sql__row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.what-learn-sql__item {
	flex: 0 1 580px;
	border-radius: 20px;
	padding: 20px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.what-learn-sql__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.what-learn-sql__text--color {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 127%;
	color: #a064ff;
	margin-bottom: 10px;
}

.program {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}

.program .slick-dots button {	
	border-color: #241339;
}
.program .slick-dots li.slick-active button::before {
  content: "Тема ";
}

.program__row {
	height: 348px;
	display: flex;
	justify-content: space-between;
	padding-right: 110px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 0;
	padding-top: 0;
}
.program__item {
	height: 348px;
}
.program__info {
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 20px;
	flex: 0 1 560px;
}
.program__subtitle {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 127%;
	color: #a064ff;
	border-color: rgba(220, 220, 240, 0.4);
	padding-right: 0;
}
.program__list {
	margin-left: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.program__list li {
	list-style: disc;
}
.program__list li:not(:last-child) {
	margin-bottom: 5px;
}
.program .slick-prev,
.program .slick-prev:hover, .program .slick-prev:focus {  
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	rotate: 0deg;
	right: 144px;
}

.program .slick-next,
.program .slick-next:hover, .program .slick-next:focus {  
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	rotate: 0deg;
	right: 40px;
}

.education {
	padding-top: 80px;
	padding-bottom: 80px;
}
.education__title {
}
.education__row {
	position: relative;
	display: flex;
	padding-bottom: 150px;
}
.education__row::before {
	content: "";
	height: 1px;
	width: 70%;
	background: #dcdcf0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%);
}
.education__item {
	position: relative;
	flex: 0 0 337px;
	display: flex;
	flex-direction: column;
}
.education__item::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	width: 16px;
	height: 20px;
	background: #f0f;
}
.education__num {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #f0f;
	margin-bottom: 20px;
}
.education__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	padding-left: 10px;
	padding-right: 10px;
}
.education__item:nth-child(2n+1) {
	padding-bottom: 20px;
}
.education__item:nth-child(2n+1)::before {
	bottom: 0;
}
.education__item:nth-child(2n+1) .education__text {
	order: -1;
	margin-bottom: 20px;
}
.education__item:nth-child(2n) {
	padding-top: 40px;
}
.education__item:nth-child(2n)::before {
	top: 0;
}

.education__item--2 {
	transform: translate(-169px, 151px);
}
.education__item--3 {
	transform: translate(-337px, 0px);
}
.education__item--4 {
	transform: translate(-506px, 151px);
}
.education__item--5 {
	transform: translate(-674px, 0px);
	justify-content: end;
}
.education__item--6 {
	transform: translate(-842px, 151px);
}
.faq-sql {
	padding-top: 160px;
	padding-bottom: 160px;
}
.faq-sql__row {
	display: flex;
	gap: 18px;
}
.faq-sql__list {
	height: 600px;
	overflow-y: auto;
	padding-right: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;	
}
.faq-sql__list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.faq-sql__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(150, 0, 255, 0.2);
}
.faq-sql__list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.faq-sql__list li {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: 570px;
	border-radius: 20px;
	padding: 20px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	counter-increment: count;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.faq-sql__list li::before {
	content: counter(count, decimal-leading);
	border-radius: 10px;
	min-width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.faq-sql__list li:hover,
.faq-sql__list li.tab_active,
.faq-sql__list li.tab_active:hover {
	backdrop-filter: blur(64px);
	background: linear-gradient(90deg, rgba(150, 0, 255, 0.4) 0%, rgba(0, 25, 255, 0.4) 100%);	
	font-weight: 600;	
}
.faq-sql__list li:hover {
	font-weight: 400;
}
#container {
	border-radius: 20px;
	padding: 20px;
	max-width: 570px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;	
	height: 600px;
	flex: 1 1 auto;
}
#container .tab_content {
    display: none;    		
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		width: 100%;
}
#container .tab_content.visible {
    display: flex !important;
		align-items: start;
}

#container .tab_content img {
	align-self: end;
}

.modules {
	padding-bottom: 160px;
}
.modules__row {
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.modules__item {
	border-radius: 20px;
	padding: 20px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	flex: 1 1 50%;
}
.modules__subtitle {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	text-align: center;
	color: #a064ff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
}
.modules__list {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
	min-height: 300px;
}
.modules__li {
	list-style: disc;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.modules__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	margin-bottom: 20px;
}
.modules__price {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: 0.05em;
	color: #dcdcf0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
}
.modules__btn {
	text-align: center;
}
.btn {
	margin: 0 auto;
	border-radius: 10px;
	padding: 16px 30px;
	width: 300px;
	height: 56px;
	backdrop-filter: blur(64px);
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	border: 0;
}
.btn:hover {
	border: 0;
	background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}

.teachers-express {
  padding-top: 80px;
  padding-bottom: 80px;
  backdrop-filter: blur(25px);
  background: url("../img/sql/bgteachers-exp.webp") no-repeat 50% 0, rgba(150, 0, 255, 0.1);
}
.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}

.footer__row {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	font-size: 16px;
	padding: 0;
}
.footer__item {
}
.footer__logo {
	margin-bottom: 40px;
}
.footer__text {
	margin-bottom: 16px;
}
.footer__link svg {
	display: block;
}
.footer__icons .footer__link--svg {
	color: #B4C8FF;
}
.footer__icons .footer__link:hover {
	color: #c800c8;
}
.footer__link--phone {
	white-space: nowrap;
}
.footer__icons {
	display: flex;
	gap: 20px;	
}
.footer__item h3.footer__title {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #dcdcf0;
	margin-bottom: 24px;
	text-transform: none;
	margin-top: 0;
}
.footer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer__item ul li:not(:last-child) {
    margin-bottom: 0px;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 40, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9998;
}

.overlay.visible {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease;
	z-index: 99999;
}
.modal__block {
  display: flex;
  max-width: 600px;
	padding: 40px;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;	
  backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
  cursor: default;
  position: relative;
  /* max-height: 682px; */
}
.modal__container {  
  
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal-success {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  background-color: rgba(19, 23, 64, 0.3);
}
.modal-success.visible {
  opacity: 999;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.modal-success__container {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 25px;
  background-color: rgb(31, 38, 98);
  cursor: default;
  position: relative;
}
.modal-success__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  padding: 32px 24px 48px 24px;
  text-align: center;
}
.modal-success__body b {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33333;
}
.modal-success__body img {
  max-width: 120px;
  margin: 0 auto 20px;
}
.modal-success .modal__close {
  position: absolute;
  top: -40px;
  right: 0px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(196, 196, 196, 0.01);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media (max-height: 780px) {
  .modal__block {
    height: 100vh;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .modal__block {
    max-width: 96%;
		padding: 20px;
  }
  .modal__container {
    padding: 0;
  }
  .modal-success__container {
    max-width: 340px;
  }
  .modal-success__body {
    font-size: 14px;
    line-height: 1.42857;
  }
  .modal-success__body b {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  .modal__block {
    max-width: 100%;
  }
}

.auth__title {
  font-family: var(--second-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 127%;
	color: #dcdcf0;
	margin-bottom: 40px;
}
.auth__item {
  margin-bottom: 10px;
  position: relative;
}
.auth__item--bottom {
	margin-bottom: 40px;
}
.auth__input {
  backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
  border: 0;
  border-radius: 10px;
  padding: 19px 20px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #dcdcf0;
  border: 1px solid transparent;
  height: 64px;
}
.auth__input:not(:-moz-placeholder-shown) {
  padding-top: 28px;
}
.auth__input:focus, .auth__input:not(:placeholder-shown) {
  padding-top: 28px;
}
.auth__input:not(:-moz-placeholder-shown) ~ .auth__label {
  top: 8px;
  left: 20px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.4);
}
.auth__input:focus ~ .auth__label, .auth__input:not(:placeholder-shown) ~ .auth__label {
  top: 8px;
  left: 20px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.4);
}
.auth__input.is-invalid {
  border: 1px solid #f0f;
}
.auth__input.is-invalid + .auth__label {
  top: 8px;
  left: 20px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.4);
}
.auth__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.6);
  position: absolute;
  transition: 0.3s;
  pointer-events: none;
  left: 20px;
  top: 20px;
}
.auth__buttons {
  padding: 20px 0 0;
  text-align: center;
}
.auth__button {
  width: 100%;
  max-width: 206px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 16px 40px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  box-shadow: 0 0 32px 0 rgba(240, 0, 250, 0.5), 0 0 16px 0 rgba(0, 25, 240, 0.5);
  background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
  font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	display: flex;
	align-items: center;
	gap: 10px;	
}
.auth__button::before {
	content: "";
	min-width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2827 3.45307C11.5131 2.98613 11.6284 2.75266 11.7848 2.67807C11.9209 2.61317 12.0791 2.61317 12.2152 2.67807C12.3717 2.75266 12.4869 2.98613 12.7174 3.45307L14.9041 7.88304C14.9721 8.02089 15.0061 8.08982 15.0558 8.14333C15.0999 8.19071 15.1527 8.22911 15.2113 8.25638C15.2776 8.28718 15.3536 8.2983 15.5057 8.32053L20.397 9.03546C20.9121 9.11075 21.1696 9.14839 21.2888 9.27419C21.3925 9.38365 21.4412 9.53405 21.4215 9.68353C21.3988 9.85533 21.2124 10.0369 20.8395 10.4001L17.3014 13.8462C17.1912 13.9536 17.136 14.0073 17.1004 14.0712C17.0689 14.1278 17.0487 14.19 17.0409 14.2543C17.0321 14.3269 17.0451 14.4027 17.0711 14.5545L17.906 19.4219C17.994 19.9352 18.038 20.1919 17.9553 20.3443C17.8833 20.4768 17.7554 20.5697 17.6071 20.5972C17.4366 20.6288 17.2061 20.5076 16.7451 20.2652L12.3724 17.9656C12.2361 17.8939 12.168 17.8581 12.0962 17.844C12.0327 17.8316 11.9673 17.8316 11.9038 17.844C11.832 17.8581 11.7639 17.8939 11.6277 17.9656L7.25492 20.2652C6.79392 20.5076 6.56341 20.6288 6.39297 20.5972C6.24468 20.5697 6.11672 20.4768 6.04474 20.3443C5.962 20.1919 6.00603 19.9352 6.09407 19.4219L6.92889 14.5545C6.95491 14.4027 6.96793 14.3269 6.95912 14.2543C6.95132 14.19 6.93111 14.1278 6.89961 14.0712C6.86402 14.0073 6.80888 13.9536 6.69859 13.8462L3.16056 10.4001C2.78766 10.0369 2.60121 9.85533 2.57853 9.68353C2.55879 9.53405 2.60755 9.38365 2.71125 9.27419C2.83044 9.14839 3.08797 9.11075 3.60304 9.03546L8.49431 8.32053C8.64642 8.2983 8.72248 8.28718 8.78872 8.25638C8.84736 8.22911 8.90016 8.19071 8.94419 8.14333C8.99391 8.08982 9.02793 8.02089 9.09597 7.88304L11.2827 3.45307Z' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.auth__button:hover {
  box-shadow: 0 0 32px 0 rgba(0, 25, 240, 0.5), 0 0 16px 0 rgba(240, 0, 250, 0.5);
  background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}
.auth__item--radio {
	border-radius: 10px;
	padding: 20px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
}
.auth__item--radio label {
  font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth__item--radio label::before {
  content: "";
  min-width: 24px;
  height: 24px;
  display: block;  
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
  border: 0;
}
.auth__radio {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.auth__radio:checked + label::before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z' fill='%23DCDCF0' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z' fill='%23DCDCF0' /%3E%3Cpath d='M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
}

.auth__checkbox {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.auth__item--checkbox label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: rgba(220, 220, 240, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth__item--checkbox label a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.auth__item--checkbox label a:hover {
	text-decoration: none;
}

.auth__item--checkbox label::before {
  content: "";
  min-width: 24px;
  height: 24px;
  display: block;
  background: url("../img/sql/checkbox.png") no-repeat 0 0;
  border: 0;
}

.auth__checkbox:checked + label::before {
  background: url("../img/sql/checkbox-checked.png") no-repeat 0 0;
}

.error-message {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #f0f;
}

@media (max-width: 600px) {
  .auth__title {
    font-size: 24px;
    padding-right: 26px;
    margin-bottom: 24px;
  }
}

@media(max-width: 1239px) {
	.header--scroll .header__list {	
		gap: 40px;
	}
	.promo {
		overflow: hidden;
	}
	.advantages-sql__item {
		flex: 1 1 48%;
	}
	.advantages-sql__item--big {
		flex: 1 1 100%;
	}
	.what-learn-sql__item {
		flex: 1 1 48%;
	}
	.education__row {
		/* justify-content: center; */
		padding-bottom: 174px;
		max-width: 1000px;
		margin: 0 auto;		
	}
	.education__row::before {
		width: 76%;
	}
	.education__item {
		flex: 0 0 250px;
	}
	
	.education__item--1 {
		justify-content: end;
	}
	.education__item--2 {
  	transform: translate(-100px, 176px);
	}
	.education__item--3 {
  	transform: translate(-200px, 0px);
	}
	.education__item--4 {
  	transform: translate(-299px, 176px);
	}
	.education__item--5 {
  	transform: translate(-399px, 0px);
	}
	.education__item--6 {
  	transform: translate(-500px, 176px);
	}
}

@media(max-width: 1045px) {
	.header--scroll .header__partners {
		display: none;
	}
	.header--scroll .header__burger {
    display: flex;
  }
  .header__burger {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
    transition: all 0.6s ease-in-out;
    z-index: 9;
  }
  .header__burger::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 4px;
    background-color: rgb(220, 220, 240);
  }
  .header__burger::after {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: rgb(220, 220, 240);
  }
  .header__burger span {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: rgb(220, 220, 240);
  }
  .header__burger:hover {
    cursor: pointer;
  }
	.header__partners {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: #0a0019;
    padding: 24px 20px 64px 32px;
    position: fixed;
    right: -40%;
    top: 0;
    width: 40%;
    z-index: 999;
    min-height: 689px;
    height: 100vh;
    transition: all 0.6s ease;
  }
  .header--scroll .header__partners_visible {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		z-index: 9999;
  }
  .header--scroll .header__burger.open {
    display: flex;
    z-index: 99999;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header--scroll .header__burger.open::before {
    rotate: -45deg;
  }
  .header--scroll .header__burger.open::after {
    rotate: 45deg;
    margin: -7px 0 0 0;
  }
	.header--scroll .header__burger.open span {
		display: none;
	}
  .header--scroll .header__partners_visible .header__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    padding-top: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
		width: 100%;
  }
  .header__partners_visible .header__button {
    display: inline-block;
    margin-top: 48px;
    width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 127%;
  }
  .header__partners_visible .header__wrapper-logo {
    display: none;
  }
	.program__row {
		padding-right: 20px;
	}
	.program .slick-prev, .program .slick-prev:hover, .program .slick-prev:focus {
		right: 84px;
	}
	.education__row {
		flex-direction: column;
		max-width: 337px;
		padding-bottom: 0;
		gap: 20px;
	}
	.education__row::before {
		width: 1px;
		height: 90%;
		left: 0;
		top: 10px;
		transform: translate(0, 0);
	}
	.education__item {
		transform: translate(0, 0);
		display: flex;
		flex-direction: row;
		/* align-items: center; */
		justify-content: center;
		flex: 1 1 auto;
		align-self: flex-start;
		padding: 0;
		max-width: 337px;
		padding-left: 40px;
	}
	.education__item::before {  
		top: 10px;
		left: -7px;
		transform: translateX(0);
	}
	.education__text {
		text-align: left;
	}
	.education__item:nth-child(2n+1) .education__text {
		order: inherit;
		margin-bottom: 0;
	}
	.education__item:nth-child(2n) {
		padding-top: 0px;
	}
	.education__item:nth-child(2n+1) {
		padding-bottom: 0px;		
	}
	.education__num {
		margin-bottom: 0;
		min-width: 47px;
	}
	#container {
		max-width: 50%;
		width: 50%;
	}
	.faq-sql__list {
		width: 50%;
	}
	.faq-sql__list li {
		max-width: 100%;
	}
}
@media (max-width: 950px) {
  .program__info {
    align-items: flex-start;
  }
	.program .slick-slide img {
		min-width: 400px;
		align-self: end;
	}
}
@media (max-width: 869px) {
  .program .slick-dots::after {
		display: none;
	}
	.program__row {
  	height: 388px;
	}
	.program__item {
		height: 388px;
	}
	.program .slick-slide img {
		min-width: 300px;
	}
	.program .slick-next, .program .slick-next:hover, .program .slick-next:focus {
		right: 20px;
	}
	.program .slick-prev, .program .slick-prev:hover, .program .slick-prev:focus {
		right: 44px;
	}
	.header__row {
		flex-direction: row;
	}
}

@media(max-width: 768px) {
	.advantages-sql {
		padding-top: 60px;
	}
	.advantages-sql__item {
    flex: 1 1 100%;
  }
	.what-learn-sql__item {
    flex: 1 1 100%;
  }
	.what-learn-sql {
		padding-bottom: 60px;
	}
	.modules {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.modules__row {
		flex-direction: column;
	}
	.modules__list {
		min-height: auto;
	}
	.education {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.faq-sql {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.faq-sql__row {
		flex-direction: column;
	}
	.faq-sql__list {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	#container {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#container .tab_content {
		gap: 20px;
	}
	.promo__info .promo__title {
		font-size: 40px;
	}
	.promo__row--sql::after {
		min-width: 320px;
		height: 320px;
		background-size: 320px 320px;
		background-position: center;
	}
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer__row {
		flex-direction: column;
		gap: 40px;
		align-items: start;
	}
	.footer__item {
		flex: 1 1 auto;
		max-width: 100%;		
	}
	.footer__logo {
		margin-bottom: 32px;
	}
	.footer__text {
		margin-bottom: 12px;
	}
	.footer__title {
		margin-bottom: 20px;
	}
	.footer__list {
		gap: 12px;
	}	

	.promo__info .promo__text {
	font-size: 19px;
  }
  .promo__info .promo__text span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
  }
  .promo__info .promo__text span:first-child {
	margin-top: 50px;
  }
  .promo__info .promo__text span::before {
		content: "●";
    margin-right: 8px;
    color: #dcdcf0;
  }
}
@media(max-width: 579px) {
	/* .footer {
		padding-bottom: 40px;
	}
	.footer__row {
    justify-content: start;
		align-items: start;
		padding-bottom: 0;
  }
	.footer__item--1 {
		justify-content: start;
		align-self: self-start;
	} */
}
@media(max-width: 500px) {
	.program__subtitle {
		padding-right: 40px;
	}

  .header__logo img {
    height: 45px;
  }
	.promo__info .promo__title {
    font-size: 30px;
    line-height: 48px;
    margin-top: 20px;
  }
} 
@media(max-width: 400px) {
	.education__row {		
		max-width: 300px;
	}
	.education__row::before {		
		height: 92%;
	}
	.education__item {
		max-width: 300px;
	}
}

.training {
	padding-top: 80px;
	padding-bottom: 80px;
}
.training__container {
}
.training__title {
	margin-bottom: 16px;
}
.training .subtitle {
	max-width: 984px;
	text-align: center;	
	margin: 0 auto 60px;
}
#platform-image {
	position: relative;
	border-radius: 20px;
	border: 1px solid rgba(220, 220, 240, 0.20);
	background-color: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%), url("/ui/index/img/1t/training/bgrow.avif");
	background-repeat: repeat, no-repeat;
	background-position: 0 0, right top;
	padding: 70px 0 70px 40px;
}
#platform-image.platform__image--personal-account {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image1.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--theory {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image2.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--exercise-equipment {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image3.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--practice {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image4.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--support {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image5.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--certification {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image6.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--vacancies {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("/ui/index/img/1t/training/image7.webp"), url("/ui/index/img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
.training__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.training__li {
	display: flex;
	max-width: 420px;
	align-items: center;
}

.training__link {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 68px;
	padding: 10px 20px;
	color: #FFF;	
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	transition: all 0.6s ease-out;
	margin-left: -20px;
	border-radius: 16px;
}
.training__link::before {
	content: "";
	width: 10px;
	height: 48px;
}

.training__link:hover,
.training__link--active {
	background: linear-gradient(90deg, rgba(200, 0, 200, 0.40) 0%, rgba(150, 0, 255, 0.00) 100%);
	cursor: pointer;
	padding: 10px;
	margin-left: 0;
}
.training__link:hover::before,
.training__link--active::before {
	content: "";
	width: 10px;
	height: 48px;
	background: url("/ui/index/img/1t/training/bgli.png") no-repeat 0 0;	
}

.training__item {
	position: absolute;
	left: 414px;
	bottom: 24px;
	display: flex;
	max-width: 475px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 16px;
	border: 1px solid var(--White-20, rgba(220, 220, 240, 0.20));
	background: var(--Purple-Dark-80, rgba(70, 20, 110, 0.80));	
	backdrop-filter: blur(32px);
	display: none;
}
.training__item--personal-account.visible {
	display: flex;
}
.training__subtitle {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
}
.training__text {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 	
}
.training__item--theory.visible {
	display: flex;
}
.training__item--exercise-equipment.visible {
	display: flex;
}
.training__item--practice.visible {
	display: flex;
}
.training__item--support.visible {
	display: flex;
}
.training__item--certification.visible {
	display: flex;
}
.training__item--vacancies.visible {
	display: flex;
}

.skills {
	padding: 80px 0;
}
.skills__row {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
}
.skills__item {
	flex: 0 1 513px;
	/* max-width: 513px; */
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.skills__images {
	
}
.skills__image {
	margin: 0 auto;
}
.skills__info {	
}
.skills__subtitle {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 16px;
}
.skills__text {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}

.resume {
	padding: 80px 0;
}
.container {
}
.resume__container {
}
.title {
}
.resume__title {
}
.resume__row {
	display: grid;
	gap: 24px;
	grid-template: "info tools"
								 "skills skills";
	padding: 24px;
	border-radius: 16px;
	border: 1px solid rgba(220, 220, 240, 0.20);
	background: linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%), rgba(255, 255, 255, 0.05);
}
.resume__info {
	grid-area: info;
	display: flex;
	gap: 24px;
	align-items: center;
	min-width: 560px;
}
.resume__image {
}
.resume__inf .resume__text--small {
	margin-bottom: 8px;
}
.resume__text {
	font-family: Montserrat, sans-serif;	
	font-weight: 400;
	line-height: 150%; 
}
.resume__text--small {
	font-size: 14px;
	color: rgba(220, 220, 240, 0.80);
	margin-bottom: 16px;
}
.resume__text--big {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 140%;
}
.resume__tools {
	grid-area: tools;
	max-width: 576px;
}
.resume__icons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.resume__icon {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	border-radius: 100px;
	background: rgba(196, 188, 232, 0.20);
}
.resume__text {
	
}
.resume__skills {
	grid-area: skills;
}
.resume__list {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.resume__li {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 7L9 18L4 13' stroke='%23FF00FF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

.resume__li:not(:last-child) {
	margin-bottom: 8px;
}

@media(max-width: 1061px) {
	#platform-image {
		background-size: 90%, cover, cover;
	}
	.training__link {
		font-size: 18px;
	}
	.training__item {
		left: inherit;
		right: 20px;
		bottom: inherit;
		top: 20px;
		max-width: 400px;
	}
	
	.resume__row {	
		grid-template: "info"
									 "tools"
								 	 "skills";
	}
	.resume__info {
		min-width: auto;
		align-items: start;
	}
	.resume__tools {
		max-width: 100%;
	}
}

@media(max-width: 768px) {
	.training {
		display: none;
	}	
	.skills {
		padding: 40px 0;
	}
	.skills__row {
		flex-direction: column;
		gap: 48px;
	}	
	.skills__item {
    flex: 1 1 auto;
	}
	.resume__list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

@media(max-width: 420px) {
	.resume__info {
		flex-direction: column;
	}
}