@charset "utf-8";
:root {
  --padding-horizontal: calc(50% - 675px);
  --padding-vertical: 36px;
}
@media all and (max-width: 1382px) {
  :root {
    --padding-horizontal: 16px;
  }
}
@media all and (max-width: 1023px) {
  :root {
    --padding-vertical: 20px;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin_cyrillic-regular.eot');
  src: url('../fonts/inter-v12-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v12-latin_cyrillic-500.eot');
  src: url('../fonts/inter-v12-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/inter-v12-latin_cyrillic-500.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v12-latin_cyrillic-600.eot');
  src: url('../fonts/inter-v12-latin_cyrillic-600.woff2') format('woff2'), url('../fonts/inter-v12-latin_cyrillic-600.woff') format('woff');
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-LightItalic.eot');
  src: local('Calibri Light Italic'), local('Calibri-LightItalic'),
  url('../fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
  url('../fonts/Calibri-LightItalic.woff') format('woff'),
  url('../fonts/Calibri-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.eot');
  src: local('Calibri Italic'), local('Calibri-Italic'),
  url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri-Italic.woff2') format('woff2'),
  url('../fonts/Calibri-Italic.woff') format('woff'),
  url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.eot');
  src: local('Calibri Light'), local('Calibri-Light'),
  url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri-Light.woff2') format('woff2'),
  url('../fonts/Calibri-Light.woff') format('woff'),
  url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.eot');
  src: local('Calibri Bold'), local('Calibri-Bold'),
  url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri-Bold.woff2') format('woff2'),
  url('../fonts/Calibri-Bold.woff') format('woff'),
  url('../fonts/Calibri-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot');
  src: local('Calibri'),
  url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri.woff2') format('woff2'),
  url('../fonts/Calibri.woff') format('woff'),
  url('../fonts/Calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-BoldItalic.eot');
  src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'),
  url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
  url('../fonts/Calibri-BoldItalic.woff') format('woff'),
  url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
body,
input,
textarea,
button,
select {
  font-family: 'Calibri', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #000011;
  font-size: 16px;
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #51A5FF;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input,
select,
button {
  border-radius: 0;
}
button {
  cursor: pointer;
}
h1 {
  font-size: 64px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
h2 {
  font-size: 48px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 58px;
}
strong,
b {
  font-weight: 600;
}
p {
  margin: 0 0 14px;
}
p:last-child {
  margin-bottom: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #51A5FF;
  border: 2px solid #51A5FF;
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #fff;
  color: #51A5FF;
}
.btn:active {
  background-color: #fff;
  color: #51A5FF;
}
.btn--border {
  border-color: #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 32px;
}
.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.btn--icon svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #F7F4FF;
  border: 2px solid #F7F4FF;
  border-radius: 40px 0 0 40px;
  color: #51A5FF;
  font-size: 18px;
  line-height: 22px;
  margin-right: -40px;
  padding: 20px 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input::-webkit-input-placeholder {
  color: #A7A6A6;
  opacity: 1;
}
.form__input::-moz-placeholder {
  color: #A7A6A6;
  opacity: 1;
}
.form__input:-moz-placeholder {
  color: #A7A6A6;
  opacity: 1;
}
.form__input:-ms-input-placeholder {
  color: #A7A6A6;
  opacity: 1;
}
.form__input:focus {
  border-color: #51A5FF;
}
textarea.form__input {
  height: auto;
  resize: none;
}
.form__btn {
  background-color: #51A5FF;
  border: 2px solid #51A5FF;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  padding: 21px 22px;
  text-align: center;
  width: 320px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__btn:hover {
  background-color: #fff;
  color: #51A5FF;
}
.form__btn:active {
  background-color: #fff;
  color: #51A5FF;
}
.form__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #A7A6A6;
  font-size: 14px;
}
.form__subtext svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #FFA41D;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked + span::after {
  transform: scale(1);
}
.checkbox span {
  color: #A7A6A6;
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}
.checkbox span::before {
  content: '';
  border: 1px solid #51A5FF;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -3px;
  left: 0;
}
.checkbox span::after {
  background-color: #51A5FF;
  background-image: url('../img/icon-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  top: -3px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.checkbox span a {
  color: #A7A6A6;
  text-decoration: underline;
}
.checkbox span a:hover {
  text-decoration: none;
}
footer {
  background-color: #000011;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  margin-top: 200px;
}
.footer__top {
  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;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__top .logo {
  margin-right: 0;
}
.footer__title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}
.footer__title svg {
  display: none;
  fill: #fff;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-footer__item:not(:last-child) {
  margin-bottom: 8px;
}
.menu-footer__item a {
  color: #A7A6A6;
}
.menu-footer__item a:hover {
  color: #fff;
}
.footer__contacts {
  padding-right: 30px;
}
.footer-contacts {
  margin-bottom: 24px;
}
.footer-contacts__item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-contacts__item a {
  color: #A7A6A6;
}
.footer-contacts__item a[href*='mailto'] {
  color: #51A5FF;
}
.footer-contacts__item a[href*='mailto']:hover {
  color: #fff;
}
.footer-contacts__item a:hover {
  color: #fff;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 14px;
  padding-left: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer__offer {
  color: #A7A6A6;
  text-decoration: underline;
}
.footer__offer:hover {
  text-decoration: none;
}
.footer__copyright {
  color: #A7A6A6;
}
.footer__social .social__item {
  width: 45px;
  height: 45px;
}
.footer__social .social__item img {
  max-width: 60%;
  max-height: 60%;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 24px;
  padding-bottom: 24px;
}
.logo {
  margin-left: 40px;
  margin-right: auto;
}
.logo__big {
  display: block;
}
.logo__small {
  display: none;
}
nav {
  margin: 8px 0;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 23px;
}
.menu__item {
  margin: 0 24px;
  position: relative;
}
.menu__item > a {
  display: block;
  color: #000011;
  padding: 8px;
}
.menu__item > span {
  cursor: pointer;
  padding: 8px;
}
.menu__item svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.menu__item.has-child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.menu__item.has-child:hover .submenu {
  top: calc(100% + 11px);
  opacity: 1;
  pointer-events: auto;
}
.menu__item:hover > a {
  color: #51A5FF;
}
.submenu {
  background-color: #fff;
  border: 1px solid #51A5FF;
  border-radius: 16px;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 16px;
  position: absolute;
  top: -100%;
  opacity: 0;
  pointer-events: none;
  left: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu::before {
  content: '';
  height: 11px;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
}
.submenu__item {
  white-space: nowrap;
}
.submenu__item:not(:last-child) {
  margin-bottom: 12px;
}
.submenu__item a {
  display: block;
  color: #A7A6A6;
}
.submenu__item:hover a {
  color: #000011;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-left: auto;
}
.header-nav__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #000011;
  margin-right: 16px;
  padding: 8px;
}
.header-nav__login svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.header-toggle {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  margin-left: 40px;
  padding: 0;
}
.header-toggle svg {
  fill: currentColor;
  width: 32px;
  height: 33px;
}
.header-toggle.open .header-toggle__bar {
  display: none;
}
.header-toggle.open .header-toggle__close {
  display: block;
}
.header-toggle__close {
  display: none;
}
.showcase {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 120px;
  padding-bottom: 120px;
}
.showcase h1 {
  margin: 0 auto 16px;
  max-width: 1015px;
}
.showcase__text {
  font-size: 24px;
  margin: 0 auto 56px;
  max-width: 620px;
  text-align: center;
}
.showcase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 48px;
}
.showcase__list-item {
  color: #51A5FF;
  padding: 16px 32px;
  font-size: 22px;
}
.showcase__list-item span {
  border-bottom: 2px solid;
  display: block;
  padding-bottom: 8px;
}
.showcase__form {
  margin: 0 auto;
  max-width: 846px;
}
.tasks {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tasks__wrap {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #F4F5F6;
  border-radius: 32px;
  margin-right: 18px;
  padding: 80px 114px 100px;
  width: calc(50% - 9px);
}
.tasks__wrap h2 {
  margin-left: 0;
  margin-bottom: 32px;
}
.tasks__icon {
  margin-bottom: 16px;
}
.tasks__icon img {
  display: block;
  max-width: 100%;
}
.tasks__text {
  font-size: 28px;
}
.tasks__list {
  background-color: #F4F5F6;
  background-image: url('../images/tasks-bg.svg');
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 40px 20px 40px 70px;
  width: calc(50% - 9px);
}
.tasks__list-inner {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.tasks__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 8px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tasks__item svg {
  fill: #51A5FF;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tasks__item.active {
  background-color: #51A5FF;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tasks__item.active svg {
  fill: #fff;
}
.tasks__item:not(:last-child) {
  margin-bottom: 12px;
}
.tasks__item:nth-child(2) {
  margin-left: 58px;
}
.tasks__item:nth-child(3) {
  margin-left: 118px;
}
.tasks__item:nth-child(4) {
  margin-left: 156px;
}
.tasks__item:nth-child(5) {
  margin-left: 156px;
}
.tasks__item:nth-child(6) {
  margin-left: 118px;
}
.tasks__item:nth-child(7) {
  margin-left: 58px;
}
.advantages {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: 18px;
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.advantages__item {
  background-color: #F4F5F6;
  border-radius: 32px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 44px 94px 44px 64px;
  position: relative;
  width: calc(33.333333% - 12px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advantages__item:nth-child(3n) {
  margin-right: 0;
}
.advantages__item:hover {
  background-color: #51A5FF;
  color: #fff;
}
.advantages__item:hover .advantages__text {
  color: #fff;
}
.advantages__item:hover .advantages__icon {
  fill: #fff;
}
.advantages__title {
  font-size: 20px;
}
.advantages__ul {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  position: relative;
}
.advantages__ul::before {
  background-color: currentColor;
  content: '';
  width: 1px;
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: -12px;
  z-index: 10;
}
.advantages__ul li {
  border: 1px solid;
  border-radius: 24px;
  margin-bottom: -1px;
  padding: 4px 8px;
  position: relative;
}
.advantages__ul li::before {
  background-color: #F4F5F6;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  left: -17px;
  z-index: 20;
}
.advantages__icon {
  fill: #51A5FF;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 44px;
  right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advantages__text {
  color: #A7A6A6;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instruments {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: 18px;
}
.instruments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.instruments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #F4F5F6;
  border-radius: 32px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 22px 20px;
  position: relative;
  width: calc(33.333333% - 12px);
}
.instruments__item:nth-child(3n) {
  margin-right: 0;
}
.instruments__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 32px;
}
.instruments__image img {
  display: block;
  max-width: 100%;
}
.instruments__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.instruments__text {
  color: #A7A6A6;
  font-size: 14px;
}
.video {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #51A5FF;
  border-radius: 32px;
  color: #fff;
  margin-top: 46px;
  margin-bottom: 30px;
  padding: 0 56px;
}
.video__wrap.show-video .video__image {
  display: none;
}
.video__wrap.show-video .video__source {
  display: block;
}
.video__description {
  max-width: 485px;
  padding: 52px 0 44px;
}
.video__description h2 {
  margin-left: 0;
  margin-bottom: 32px;
}
.video__icon {
  cursor: pointer;
  margin-bottom: 20px;
}
.video__icon img {
  display: block;
  max-width: 100%;
}
.video__text {
  font-size: 28px;
}
.video__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  max-width: 640px;
  width: 100%;
}
.video__image {
  position: absolute;
  top: -46px;
  right: -16px;
  pointer-events: none;
}
.video__source {
  overflow: hidden;
  display: none;
  width: 100%;
}
.subscription {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.subscription__wrap {
  background-color: #F4F5F6;
  border-radius: 32px;
  padding: 48px;
}
.subscription__form {
  max-width: 846px;
  margin: 0 auto;
}
.subscription__form .form__input {
  background-color: #fff;
}
.cms {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cms h2 {
  margin-left: 0;
  margin-bottom: 32px;
}
.cms__wrap {
  background-color: #F4F5F6;
  border-radius: 32px;
  margin-right: 18px;
  padding: 64px 0 64px 56px;
  width: calc(50% - 9px);
}
.cms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -4px;
}
.cms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  height: 60px;
  margin: 0 4px 8px;
  padding: 0 24px;
}
.cms__item img {
  max-width: 100%;
}
.cms__start {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #51A5FF;
  border-radius: 32px;
  color: #fff;
  padding: 64px 56px 48px;
  width: calc(50% - 9px);
}
.cms__icon img {
  display: block;
  max-width: 100%;
}
.steps {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.steps__wrap {
  background-color: #F4F5F6;
  background-image: url('../images/steps-bg.svg');
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 32px 32px 0 0;
  padding: 66px 162px 74px 56px;
}
.steps__wrap h2 {
  margin-left: 0;
  margin-bottom: 32px;
}
.steps__text {
  font-size: 28px;
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
}
.steps__item {
  background-color: #fff;
  border: 3px solid #51A5FF;
  border-radius: 32px;
  cursor: pointer;
  padding: 24px 24px 24px 56px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.steps__item:not(:first-child) {
  margin-left: -22px;
}
.steps__item:hover {
  background-color: #51A5FF;
  color: #fff;
}
.steps__item:hover .steps__title {
  color: #fff;
}
.steps__item:hover .steps__text {
  text-decoration: underline;
}
.steps__title {
  color: #51A5FF;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.steps__text {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prices {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.prices h2 {
  margin-bottom: 24px;
}
.prices__wrap {
  border: 2px solid #FFA41D;
  border-radius: 32px;
  overflow: hidden;
}
.prices__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #FFA41D;
  color: #fff;
  padding: 16px 56px;
}
.prices__subtitle {
  font-size: 24px;
  max-width: 220px;
}
.prices__subtitle span {
  text-decoration: underline;
}
.prices__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
}
.prices__link svg {
  fill: currentColor;
  width: 41px;
  height: 40px;
  margin-left: 16px;
}
.prices__link span {
  text-decoration: underline;
}
.prices__link:hover {
  color: #000011;
}
.prices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 44px 56px 28px;
}
.prices__value {
  font-size: 72px;
  font-weight: 500;
  margin-right: 94px;
}
.prices__value span {
  display: block;
  color: #A7A6A6;
  font-size: 24px;
  font-weight: 400;
}
.prices__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  list-style: none;
}
.prices__list-item {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.888 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414l4.293 4.293L19.474 5.293a1 1 0 0 1 1.414 0Z' fill='%23FFA41D'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 6px 0 6px 40px;
}
.reviews {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}
.reviews__item {
  background-color: #F4F5F6;
  border-radius: 32px;
  margin: 0 9px;
  padding: 36px;
}
.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 14px;
}
.reviews__image {
  border-radius: 16px;
  overflow: hidden;
  margin-right: 32px;
}
.reviews__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__name {
  color: #A7A6A6;
  margin-bottom: 8px;
}
.reviews__link {
  text-decoration: underline;
}
.reviews__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.reviews__text {
  font-size: 18px;
}
.reviews__button {
  margin-top: 88px;
  text-align: center;
}
.faq {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: var(--padding-vertical);
  padding-bottom: var(--padding-vertical);
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1122px;
  margin-left: auto;
}
.faq__description {
  margin-right: 60px;
  width: calc(50% - 30px);
}
.faq__description h2 {
  margin-left: 0;
  margin-bottom: 32px;
}
.faq__text {
  color: #A7A6A6;
  font-size: 28px;
  margin-bottom: 24px;
}
.faq__list {
  width: calc(50% - 30px);
}
.faq__item:not(:last-child) {
  margin-bottom: 28px;
}
.faq__item.open .faq__question svg {
  fill: #000011;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__item.open .faq__answer {
  display: block;
}
.faq__question {
  cursor: pointer;
  font-size: 24px;
  padding-right: 48px;
  position: relative;
}
.faq__question svg {
  fill: #A7A6A6;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__answer {
  display: none;
  color: #A7A6A6;
  font-size: 16px;
  padding-top: 28px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
}
.widget {
  background-color: #F4F5F6;
  border-radius: 32px;
  margin-top: 20px;
  padding: 44px 114px;
}
.widget h2 {
  color: #51A5FF;
  margin-left: 0;
  max-width: 700px;
}
.widget__text {
  font-size: 18px;
  margin-bottom: 24px;
  max-width: 1024px;
}
.widget__sub {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.widget__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -4px;
}
.widget__tag {
  border: 1px solid;
  border-radius: 24px;
  margin: 0 4px 8px;
  padding: 16px 32px;
}
@media all and (max-width: 1299px) {
  .video__wrap {
    margin-top: 39px;
    margin-bottom: 0;
  }
  .video__image {
    top: -39px;
    width: 120%;
  }
}
@media all and (max-width: 1199px) {
  .logo {
    margin-left: 0;
  }
  .menu__item {
    margin: 0 12px;
  }
  .tasks__wrap {
    padding: 60px;
  }
  .tasks__list {
    padding: 40px;
  }
  .video__wrap {
    margin-top: 32px;
  }
  .video__image {
    width: 554px;
    top: -32px;
  }
  .footer__columns {
    margin: 0 8%;
  }
  .footer__bottom {
    padding-left: 0;
  }
}
@media all and (max-width: 1023px) {
  h2 {
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 32px;
  }
  header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
  }
  .logo__big {
    display: none;
  }
  .logo__small {
    display: block;
  }
  .header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav {
    background-color: #fff;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 18px 8px;
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  nav.open {
    display: block;
  }
  .menu {
    display: block;
  }
  .menu__item {
    margin: 6px 0;
  }
  .menu__item.has-child:hover .submenu {
    display: none;
  }
  .menu__item.has-child:hover .submenu {
    display: none;
  }
  .menu__item.has-child.open-submenu svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu__item.has-child.open-submenu .submenu {
    display: block;
  }
  .submenu {
    display: none;
    border: none;
    font-size: 16px;
    padding: 12px 0 0;
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .submenu__item a {
    padding: 8px;
  }
  .showcase {
    padding-top: 108px;
    padding-bottom: 76px;
  }
  .showcase__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .showcase__form {
    max-width: 584px;
  }
  .form__btn {
    width: 220px;
  }
  .tasks {
    display: block;
  }
  .tasks__wrap {
    border-radius: 32px;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 48px 92px;
    width: 100%;
  }
  .tasks__wrap h2 {
    margin-bottom: 24px;
  }
  .tasks__icon {
    margin-bottom: 24px;
  }
  .tasks__text {
    font-size: 24px;
  }
  .tasks__list {
    background-size: auto 492px;
    border-radius: 32px;
    width: 100%;
  }
  .advantages {
    padding-bottom: 4px;
  }
  .advantages__item {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .instruments {
    padding-bottom: 12px;
  }
  .instruments__item {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc(50% - 4px);
  }
  .instruments__item:nth-child(3n) {
    margin-right: 8px;
  }
  .instruments__item:nth-child(2n) {
    margin-right: 0;
  }
  .instruments__image {
    margin-right: 22px;
  }
  .instruments__title {
    margin-bottom: 8px;
  }
  .video {
    overflow: hidden;
  }
  .video__wrap {
    margin: 118px 0 0;
    padding: 55% 0 0;
    position: relative;
  }
  .video__wrap.show-video .video__icon {
    display: none;
  }
  .video__wrap.show-video {
    background-color: transparent;
  }
  .video__description {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .video__description h2 {
    color: #000011;
    margin-bottom: 0;
    position: absolute;
    top: -118px;
    left: 0;
  }
  .video__text {
    display: none;
  }
  .video__icon {
    margin-bottom: 0;
    position: absolute;
    bottom: 46px;
    right: 80px;
    z-index: 20;
  }
  .video__frame {
    position: static;
  }
  .video__source {
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .video__image {
    width: 90%;
    top: -8.5%;
    left: -12px;
    right: auto;
  }
  .subscription__form {
    max-width: 584px;
  }
  .cms {
    display: block;
  }
  .cms h2 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .cms__wrap {
    margin-right: 0;
    margin-bottom: 16px;
    padding: 32px 68px;
    width: 100%;
  }
  .cms__start {
    padding: 32px 48px;
    width: 100%;
  }
  .cms__icon {
    margin: 20px 0 64px;
  }
  .steps__wrap {
    background-size: 200px;
    padding: 66px 162px 74px 28px;
  }
  .steps__wrap h2 {
    max-width: 440px;
  }
  .steps__text {
    font-size: 20px;
    max-width: 560px;
  }
  .steps__list {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .steps__item {
    width: calc(50% + 32px);
  }
  .steps__item:not(:last-child) {
    margin-left: 0;
  }
  .steps__item:nth-child(2n) {
    margin-left: -64px;
  }
  .steps__item {
    margin-top: -12px;
  }
  .prices__title {
    padding-right: 24px;
  }
  .prices__content {
    display: block;
    padding: 24px 56px;
  }
  .prices__value {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .prices__list {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .prices__list-column:not(:last-child) {
    margin-bottom: 40px;
  }
  .reviews__list {
    display: block;
    margin: 0;
  }
  .reviews__item {
    margin: 0;
  }
  .reviews__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .reviews__text {
    font-size: 16px;
  }
  .reviews__button {
    margin-top: 48px;
  }
  .faq__wrap {
    display: block;
  }
  .faq__description {
    margin-bottom: 60px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .faq__description h2 {
    margin-bottom: 16px;
  }
  .faq__text {
    font-size: 20px;
  }
  .faq__list {
    width: 100%;
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .widget {
    padding: 60px 36px;
  }
  .widget__text {
    font-size: 16px;
  }
  .widget__sub {
    margin-bottom: 0;
  }
  .widget__sub-hide {
    display: none;
  }
  .widget__tags {
    display: none;
  }
  .footer__top .logo {
    display: none;
  }
  .footer__columns {
    margin-left: 0;
  }
  .footer__contacts {
    padding-right: 0;
  }
}
@media all and (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  header {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header-nav {
    padding-top: 24px;
  }
  .header-nav .btn {
    width: 100%;
  }
  .showcase {
    padding-top: 72px;
    padding-bottom: 28px;
  }
  .showcase h1 {
    margin-bottom: 24px;
  }
  .showcase__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .showcase__list {
    margin-bottom: 32px;
  }
  .form__btn span {
    display: none;
  }
  .tasks__wrap {
    display: block;
    border-radius: 32px 32px 0 0;
    margin-bottom: 0;
    padding: 48px 20px 0;
  }
  .tasks__icon {
    float: left;
    margin-bottom: 0;
    margin-right: 24px;
  }
  .tasks__wrap h2 {
    float: left;
    margin: 11px 0;
    width: calc(100% - 125px);
  }
  .tasks__text {
    clear: both;
    padding-top: 24px;
  }
  .tasks__list {
    background-image: none;
    border-radius: 0 0 32px 32px;
    padding: 18px 20px 36px;
  }
  .tasks__item {
    font-size: 12px;
    padding: 8px 16px;
  }
  .tasks__item:nth-child(2) {
    margin-left: 0;
  }
  .tasks__item:nth-child(3) {
    margin-left: 0;
  }
  .tasks__item:nth-child(4) {
    margin-left: 0;
  }
  .tasks__item:nth-child(5) {
    margin-left: 0;
  }
  .tasks__item:nth-child(6) {
    margin-left: 0;
  }
  .tasks__item:nth-child(7) {
    margin-left: 0;
  }
  .advantages {
    padding-bottom: 12px;
  }
  .advantages__item {
    margin-bottom: 8px;
    padding-right: 100px;
  }
  .instruments__item {
    margin-right: 0;
    width: 100%;
  }
  .instruments__item:nth-child(3n) {
    margin-right: 0;
  }
  .video__wrap {
    background-image: url('../images/video-bg.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-top: 55px;
  }
  .video__description h2 {
    top: -55px;
  }
  .video__icon {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 50%;
    right: 50%;
  }
  .video__image {
    display: none;
  }
  .subscription__wrap {
    padding: 48px 10px;
  }
  .cms__wrap {
    border-radius: 32px 32px 0 0;
    margin-bottom: 0;
    padding: 28px 20px 60px;
  }
  .cms__list {
    margin: 0 -8px;
  }
  .cms__item {
    border-radius: 8px;
    height: 40px;
    margin: 0 8px 8px;
    padding: 0 16px;
  }
  .cms__item img {
    max-height: 60%;
  }
  .cms__start {
    margin-top: -32px;
    padding: 32px 20px 36px;
  }
  .steps__wrap {
    background-image: none;
    padding: 72px 20px;
  }
  .steps__text {
    font-size: 16px;
  }
  .steps__item {
    width: 100%;
  }
  .steps__item:nth-child(2n) {
    margin-left: 0;
  }
  .prices__wrap {
    padding-bottom: 92px;
    position: relative;
  }
  .prices__title {
    padding: 20px;
  }
  .prices__subtitle {
    max-width: none;
  }
  .prices__content {
    padding: 32px 20px;
  }
  .prices__value {
    margin-bottom: 20px;
  }
  .prices__list {
    display: block;
  }
  .prices__list-column:not(:last-child) {
    margin-bottom: 0;
  }
  .prices__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFA41D;
    padding: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .reviews__button {
    margin-top: 16px;
  }
  .reviews__button .btn {
    width: 100%;
  }
  .faq__description {
    margin-bottom: 16px;
  }
  .faq__question {
    font-size: 18px;
  }
  .faq__answer {
    font-size: 16px;
  }
  .widget {
    padding: 60px 20px 32px;
  }
  footer {
    margin-top: 104px;
  }
  .footer__top {
    display: block;
    padding: 24px 20px 18px;
  }
  .footer__title {
    margin-bottom: 8px;
  }
  .footer__title svg {
    display: block;
  }
  .footer__column {
    margin-bottom: 12px;
  }
  .footer__column .footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    cursor: pointer;
  }
  .footer__column.open .menu-footer {
    display: block;
  }
  .footer__column.open .footer__title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-footer {
    display: none;
  }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: 40px;
  }
  .footer__contacts .footer__title {
    width: 100%;
  }
  .footer-contacts {
    margin-bottom: 0;
  }
  .footer__bottom {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 20px 36px;
  }
  .footer__copyright {
    margin-top: 92px;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .btn--border {
    font-size: 16px;
  }
}
@media all and (max-width: 460px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .showcase {
    padding-top: 48px;
    padding-bottom: 28px;
  }
  .showcase__list-item {
    padding: 4px 0;
  }
  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__input {
    border-radius: 40px;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .form__btn {
    width: 100%;
  }
  .form__subtext {
    margin-left: 0;
  }
  .tasks__wrap h2 {
    margin: 4px 0;
    width: calc(100% - 72px);
  }
  .tasks__icon {
    width: 60px;
    margin-right: 12px;
  }
  .tasks__text {
    font-size: 16px;
    padding-top: 16px;
  }
  .advantages__item {
    padding: 32px 20px;
  }
  .advantages__title {
    padding-right: 50px;
  }
  .advantages__icon {
    top: 20px;
    right: 20px;
  }
  .advantages__ul {
    margin-left: 17px;
  }
  .instruments__image {
    width: 60px;
    margin-right: 12px;
  }
  .video__wrap {
    margin-top: 45px;
  }
  .video__description h2 {
    top: -45px;
  }
  .video__icon img {
    width: 60px;
  }
  .cms h2 {
    font-size: 24px;
  }
  .cms__icon {
    margin: 0 0 40px;
  }
  .steps__item {
    padding: 16px 20px 24px;
  }
  .steps__title {
    margin-bottom: 8px;
  }
  .prices__wrap {
    padding-bottom: 72px;
  }
  .prices__title {
    padding: 16px 20px;
  }
  .prices__subtitle {
    font-size: 18px;
  }
  .prices__link {
    font-size: 18px;
    padding: 16px 20px;
  }
  .reviews__item {
    padding: 20px;
  }
  .social__item {
    width: 60px;
    height: 60px;
  }
  .social__item img {
    max-width: 60%;
    max-height: 60%;
  }
  .widget {
    padding: 32px 20px;
  }
  footer {
    margin-top: 52px;
  }
  .footer__top {
    padding: 24px 0 18px;
  }
  .footer__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
    width: 100%;
  }
  .footer__bottom {
    padding: 0 0 36px;
  }
}
/*# sourceMappingURL=styles.css.map */