/*
	Theme Name: Colibrity-template
	Author: Colibrity
	Author URI: Colibrity
	Description: Pug template
	Version: 1.0.1
	Text Domain: Colibrity
	*/
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Bold.eot");
  src: url("../fontsNeueMachina-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Bold.svg#NeueMachina-Bold") format("svg"), url("../fonts/NeueMachina-Bold.ttf") format("truetype"), url("../fonts/NeueMachina-Bold.woff") format("woff"), url("../fonts/NeueMachina-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Light.eot");
  src: url("../fontsNeueMachina-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Light.ttf") format("truetype"), url("../fonts/NeueMachina-Light.woff") format("woff"), url("../fonts/NeueMachina-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Medium.eot");
  src: url("../fontsNeueMachina-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Medium.ttf") format("truetype"), url("../fonts/NeueMachina-Medium.woff") format("woff"), url("../fonts/NeueMachina-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Black.eot");
  src: url("../fontsNeueMachina-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina-Black.ttf") format("truetype"), url("../fonts/NeueMachina-Black.woff") format("woff"), url("../fonts/NeueMachina-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

body {
  font-family: "NeueMachina", sans-serif;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  justify-content: space-between;
  color: #212121;
  font-size: 14px;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 1366px !important;
  }
}
@media screen and (min-width: 768px) {
  .header .container-fluid,
.footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100% !important;
  }
}
.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

/*************
* New style
*/
a {
  transition: all 400ms ease-in-out;
}
a:hover {
  transition: all 400ms ease-in-out;
}

.intro {
  background: linear-gradient(233deg, #fe58ff, #e866e4, #a66ee3, #82fdff);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-blend-mode: hard-light;
  -webkit-animation: hue-rotate 5s linear infinite;
  animation: hue-rotate 5s linear infinite;
  position: fixed;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes waves {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes waves {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 55;
}
.header-block {
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 60px;
  height: 80px;
}
.header-block__logo {
  margin: 0 0 18px 0;
}
.header-block__logo img {
  max-width: 70px;
}
.header-block__menu {
  display: flex;
  align-items: baseline;
  padding: 0;
  margin: 0;
}
.header-block__menu_item {
  display: block;
  margin: 0 7px;
  padding: 0;
}
.header-block__menu_link {
  background: #4e4e4e;
  border-radius: 10px 10px 0px 0px;
  display: inline-block;
  min-width: 164px;
  text-align: center;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #ffffff;
  padding: 13px;
}
.header-block__menu_link:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.header-block__button a.button {
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  padding: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  min-width: 164px;
  text-align: center;
}
.header-block__button a.button:hover {
  color: #000;
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 1439px) {
  .header-block {
    max-width: 1085px;
  }
}
@media screen and (max-width: 1199px) {
  .header-block {
    max-width: 100%;
    margin: 0 40px;
  }
  .header-block__button a.button {
    min-width: 120px;
  }
  .header-block__menu_link {
    min-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .header-block {
    position: relative;
  }
  .header-block__button {
    margin: 0 70px 0 0;
  }
  .header-block__menu {
    display: block;
    text-align: center;
  }
  .header-block__menu_item {
    margin: 15px 0;
  }
  .header-block__menu_link {
    min-width: auto;
    background: transparent;
    color: #000;
    padding: 0;
  }
  .header-block__menu_link:hover {
    background: transparent;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header-block {
    margin: 0;
    padding: 0 35px;
    height: 60px;
  }
  .header-block__logo {
    margin: 0 0 7px 0;
    width: 70px;
  }
}
.social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  z-index: 55;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 150px;
  left: -162px;
  position: absolute;
}
.social-item {
  margin: 0 13px;
  padding: 0;
  display: block;
}
.social-item__link {
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.social-item__link:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1439px) {
  .social {
    bottom: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .social {
    left: -108px;
  }
}
@media screen and (max-width: 767px) {
  .social {
    display: none;
  }
}
.main-section {
  position: relative;
  max-width: 1320px;
  margin: auto;
}

@media screen and (max-width: 1439px) {
  .main-section {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .main-section {
    max-width: 100%;
  }
}
.main-block {
  max-width: 1320px;
  margin: 80px auto 0;
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  padding: 0;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  height: calc(100vh - 80px);
  z-index: 100;
}

@media screen and (max-width: 1439px) {
  .main-block {
    max-width: 1085px;
  }
}
@media screen and (max-width: 1199px) {
  .main-block {
    max-width: 100%;
    margin: 80px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .main-block {
    z-index: 10;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .main-block {
    max-width: 100%;
    margin: 60px 0px 0;
    border-radius: 20px 20px 0 0;
    height: calc(100vh - 60px);
  }
}
.banner {
  background: #2b2b2b;
  padding: 100px 60px;
}
.banner-content {
  display: flex;
}
.banner-text {
  margin: 0 -15px 0 0;
  flex: 1;
}
.banner-text__info {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.banner-text__info_item {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.banner-text__info_item img {
  max-width: 22px;
  margin: 0 10px 0 0;
}
.banner-text__info_item p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0;
}
.banner-text h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 62px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  background-color: #fe58ff;
  background-image: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-text p {
  padding: 0 5px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.banner-text__list {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 500px;
}
.banner-text__list li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 70px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: relative;
}
.banner-text__list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 10px;
  background: url(../images/li.svg) 0 0 no-repeat;
}
.banner-image {
  flex: 1;
  margin: -80px -60px 0 20px;
}
.banner-buttons {
  display: flex;
  margin: 0;
  align-items: center;
}
.banner-buttons .button {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 57px;
  background: url(../images/button.svg) 0 0 no-repeat;
  font-family: "NeueMachina";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #ffffff;
  padding: 2px;
  background-size: cover;
  border-radius: 40px;
}
.banner-buttons .button:hover {
  color: #fff;
  text-decoration: none;
}
.banner-buttons .button:hover span {
  background: #2b2b2b;
  transition: all 400ms ease-in-out;
}
.banner-buttons .button-black span {
  background: transparent;
  color: #fff;
  display: flex;
  width: calc(100% - 4px);
  height: calc(100% - 1px);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  margin: 1px 0 0;
}

@media screen and (max-width: 1439px) {
  .banner {
    padding: 80px 40px;
  }
  .banner-text h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .banner-image {
    margin: -50px -40px 0 20px;
  }
  .banner-buttons {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    padding: 80px 30px;
  }
  .banner-text h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    padding: 0 30px;
  }
  .banner-content {
    flex-direction: column-reverse;
  }
  .banner-image {
    margin: 0;
  }
  .banner-buttons {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 0 20px;
  }
  .banner-text h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .banner-text h1 {
    font-size: 34px;
  }
  .banner-text__info_item {
    display: block;
    text-align: center;
  }
  .banner-text__info_item img {
    max-width: 22px;
    margin: 0 auto 10px;
  }
}
.informations {
  margin: 80px 100px 20px;
}
.informations-item {
  display: flex;
  align-items: center;
}
.informations-item__image {
  min-width: 100px;
  max-width: 100px;
  margin: 0 30px 0 0;
}
.informations-item__text p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 20px 0 15px;
  font-family: "Inter", sans-serif;
}
.informations-item__text p.caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-family: "NeueMachina", sans-serif;
  text-decoration: none;
}
.informations-item__text_more {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #ffa500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.informations-item__text_more img {
  max-width: 20px;
  margin: 0 0 0 8px;
  transition: all 400ms ease-in-out;
}
.informations-item__text_more:hover {
  color: #ffa500;
  text-decoration: none;
}
.informations-item__text_more:hover img {
  margin: 0 0 0 15px;
  transition: all 400ms ease-in-out;
}

@media screen and (max-width: 1439px) {
  .informations {
    margin: 80px 40px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .informations {
    margin: 80px 30px 20px;
  }
  .informations-item__text p.caption {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .informations-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .informations {
    margin: 80px 20px 0;
  }
  .informations-item {
    margin: 0 0 40px 0;
  }
  .informations-item__text p {
    font-size: 14px;
  }
  .informations-item__text p.caption {
    font-size: 24px;
    line-height: 30px;
  }
}
h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  background-color: #fe58ff;
  text-align: center;
  background-color: #fe58ff;
  background-image: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.courses {
  margin: 100px 0;
  padding: 0 60px;
}
.courses-item {
  background: #ffffff;
  box-shadow: -1px 0px 16px rgba(167, 167, 167, 0.05), 2px 12px 16px rgba(142, 142, 142, 0.08);
  border-radius: 15px;
  padding: 25px 20px;
  margin: 0 0 30px 0;
}
.courses-item__image {
  width: 70px;
  height: 70px;
  background: linear-gradient(134.23deg, rgba(224, 30, 205, 0.16) -10.04%, rgba(244, 235, 255, 0) 83.97%);
  border: 1px solid rgba(224, 30, 205, 0.1);
  border-radius: 50%;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses-item__image img {
  max-width: 42px;
  max-height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}
.courses-item strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #101828;
}
.courses-item p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 1439px) {
  .courses {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .courses {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .courses {
    padding: 0 20px;
    margin: 30px 0 30px 0;
  }
  .courses-item p {
    font-size: 14px;
  }
  .courses-item strong {
    font-size: 20px;
    line-height: 26px;
  }
}
.partners {
  margin: 100px 0 100px 200px;
  background: #fbfbfb;
  border-radius: 20px;
  padding: 60px 30px 40px 50px;
}
.partners h2 {
  margin: 0 0 40px 0;
}
.partners-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.partners-block__item {
  margin: 0 40px 50px;
}
.partners-block__item img {
  max-width: 180px;
}

@media screen and (max-width: 1439px) {
  .partners {
    margin: 100px 0 100px 100px;
    padding: 60px 20px 40px 20px;
  }
  .partners-block {
    justify-content: center;
  }
  .partners-block__item {
    margin: 0 25px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .partners {
    margin: 100px 0;
    padding: 50px 30px;
  }
  .partners-block__item {
    margin: 0 25px 25px;
  }
  .partners-block__item:nth-of-type(odd) {
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    margin: 50px 0;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 575px) {
  .partners-block__item {
    margin: 0 10px 25px;
    max-width: 140px;
  }
}
.gain {
  margin: 100px 0;
  padding: 0 60px;
}
.gain h2 {
  margin: 0 0 40px 0;
}
.gain-item {
  margin: 0 0 30px 0;
}
.gain-item__image {
  height: 230px;
  margin: 0 0 35px 0;
  background: #737373;
  border-radius: 9px;
}
.gain-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gain-item strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #101828;
}
.gain-item p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #414141;
  margin: 15px 0 0 0;
  max-width: 330px;
}

@media screen and (max-width: 1439px) {
  .gain {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .gain {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .gain-item {
    margin: 0 0 40px 0;
  }
  .gain-item p {
    max-width: 100%;
  }
  .gain-item__image {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .gain {
    margin: 80px 0;
    padding: 0 20px;
  }
  .gain-item p {
    font-size: 14px;
  }
  .gain-item strong {
    font-size: 20px;
    line-height: 26px;
  }
}
.block-tabs {
  margin: 100px 0;
  padding: 0 60px;
}
.block-tabs__caption {
  margin: 0 0 45px 0;
}
.block-tabs__caption p {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  margin: 0 0 15px 0;
  color: #ffffff;
}
.block-tabs__caption p.caption {
  font-family: "NeueMachina";
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  max-width: 510px;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.block-tabs__caption p.note {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: #fff27a;
}
.block-tabs__programm {
  background: #ffffff;
  border-radius: 30px;
  padding: 25px;
  position: relative;
  z-index: 3;
}
.block-tabs__programm_caption {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-tabs__programm_caption img {
  max-width: 90px;
  max-height: 90px;
  margin: 0 0 -8px 0;
}
.block-tabs__programm_caption p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 0 25px;
  color: #000000;
}
.block-tabs__programm p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: #1e1e1e;
}
.block-tabs__programm p strong {
  color: #a9a9a9;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.block-tabs__programm_list {
  padding: 0 25px;
  margin: 0;
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.block-tabs__programm_list li {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #1e1e1e;
  padding: 0 0 0 30px;
}
.block-tabs__programm_list li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 15px;
  background: url(../images/li-bg.svg) 0 0 no-repeat;
}
.block-tabs__button a.link {
  background: #82fdff;
  background: linear-gradient(to right, #82fdff 0%, #fe58ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#82fdff", endColorstr="#fe58ff",GradientType=1 );
  border-radius: 0px 0px 10px 10px;
  padding: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.block-tabs__button a.link:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  color: #ffffff;
}

@media screen and (max-width: 1439px) {
  .block-tabs {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .block-tabs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .block-tabs__programm_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 767px) {
  .block-tabs {
    padding: 0;
    margin: 80px 0;
  }
  .block-tabs__caption p.caption {
    font-size: 32px;
  }
  .block-tabs__programm_list {
    padding: 0 10px;
  }
  .block-tabs__programm_list li {
    font-size: 14px;
    line-height: 20px;
  }
  .block-tabs__programm_caption img {
    max-width: 70px;
    max-height: 70px;
  }
  .block-tabs__programm_caption p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .block-tabs__button a.link {
    max-width: 235px;
  }
}
.nav-tabs {
  border-bottom: 0;
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  margin: 0 -2px -1px 0;
  background: #fff6f0;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Inter", sans-serif;
  padding: 11px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%), #393939;
  color: #fff;
  border-color: #e9e9e9;
}

.nav-tabs li.nav-item:first-child .nav-link {
  border-radius: 10px 0px 0px 0px;
}
.nav-tabs li.nav-item:last-child .nav-link {
  border-radius: 0px 10px 0px 0px;
}

.nav-wrap {
  display: flex;
}
.nav-cont {
  display: flex;
  margin: 0 auto -10px;
  padding: 0 0 10px 10px;
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.nav-cont .nav-item {
  flex: 0 0 auto;
}
.nav-cont .nav-item:last-of-type {
  padding-right: 14px;
}

.tab-content {
  background: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%), #e9e9e9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 45px;
  padding: 50px 30px 30px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .tab-content {
    border-radius: 0;
    padding: 50px 20px 30px;
  }
}
.team {
  margin: 100px 0;
  padding: 0 60px;
}
.team h2 {
  margin-bottom: 35px;
}
.team-slider__slide p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 12px;
  color: #484848;
  max-width: 320px;
}
.team-slider__slide p.position {
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0d0d0d;
}
.team-slider__slide p.name {
  font-family: "NeueMachina";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #121212;
  margin: 0;
}
.team-slider__slide a.link {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #ffa500;
  display: flex;
  align-items: center;
}
.team-slider__slide a.link img {
  margin: 0 0 0 10px;
  max-width: 20px;
  transition: all 400ms ease-in-out;
}
.team-slider__slide a.link:hover {
  color: #ffa500;
}
.team-slider__slide a.link:hover img {
  margin: 0 0 0 17px;
  transition: all 400ms ease-in-out;
}
.team-slider__slide_image {
  height: 405px;
  margin: 0 0 20px 0;
}
.team-slider__slide_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .team {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .team {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .team-slider-content {
    margin: 0 -30px 0 0;
  }
  .team-slider .swiper-slide {
    width: 280px;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .team {
    padding: 0 20px;
  }
  .team-slider__slide p {
    font-size: 14px;
  }
  .team-slider__slide p.name {
    font-size: 22px;
    line-height: 26px;
  }
  .team-slider__slide p.position {
    font-size: 16px;
    line-height: 26px;
  }
}
.video-block {
  position: relative;
  margin: 0 0 20px 0;
}
.video-block .video-btn {
  position: absolute;
  max-width: 66px;
  max-height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  top: calc(50% - 33px);
  left: calc(50% - 37px);
  z-index: 5;
  transition: all 400ms ease-in-out;
}
.video-block .video-btn.opacity {
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.video-block .video {
  width: 100%;
  height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block:hover .video-btn.opacity {
  opacity: 1;
  transition: all 400ms ease-in-out;
}

@media screen and (max-width: 991px) {
  .video-block .video {
    height: 400px;
  }
}
.faq {
  margin: 100px 0;
  padding: 0 60px;
}

@media screen and (max-width: 1439px) {
  .faq {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .faq {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin: 80px 0;
    padding: 0 20px;
  }
}
.accordion {
  max-width: 770px;
  display: none;
}

.accordion-item {
  margin: 0 0 25px 0;
  border: 0;
  border-bottom: 1px solid #eaecf0;
  padding: 0 0 30px 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #101828;
  font-family: "Inter", sans-serif;
  text-align: left;
  font-weight: 600;
  background-color: #fff;
  padding: 0 35px 0 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/plus.svg) 0 0 no-repeat;
  background-size: 24px;
  position: absolute;
  top: 1px;
  right: 0;
}

.accordion-body {
  padding: 10px 35px 0 0;
}

.accordion-body p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #667085;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: #101828;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 991px) {
  .accordion {
    max-width: 100%;
  }
}
.faq__accord {
  max-width: 770px;
}
.faq__accord ul {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.faq__accord ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecf0;
}
.faq__accord ul li + li {
  margin-top: 25px;
}
.faq__accord .li__name {
  position: relative;
  padding: 0 30px 10px 0;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
}
.faq__accord .li__name.open .li__name-close::after {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  background-image: url(../images/minus.svg);
}
.faq__accord .li__name-close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 24px;
  height: 24px;
}
.faq__accord .li__name-close::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/plus.svg) center no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.faq__accord .li__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}
.faq__accord .li__text {
  padding: 0 35px 0 0;
}
.faq__accord .li__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}

@media screen and (max-width: 767px) {
  .faq__accord ul li + li {
    margin-top: 41px;
  }
  .faq__accord .li__name {
    padding-right: 51px;
    font-size: 18px;
  }
  .faq__accord .li__text {
    padding-right: 40px;
  }
  .faq__accord .li__text p {
    font-size: 16px;
  }
}
.callback {
  margin: 60px 60px 120px;
  background: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%), #f5f5f5;
  border-radius: 15px;
  padding: 60px 30px;
}
.callback-images {
  display: flex;
  margin: 0 0 30px 0;
  align-items: baseline;
  justify-content: center;
}
.callback-images img {
  max-width: 48px;
  max-height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.callback-images img:nth-child(2) {
  margin: 0 -15px;
  position: relative;
  z-index: 2;
  max-width: 56px;
  max-height: 56px;
}
.callback p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 10px 0;
  color: #ffffff;
}
.callback p.caption {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.callback-button {
  width: 328px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NeueMachina";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  background: url(../images/button.svg) 0 0 no-repeat;
  border-radius: 40px;
  margin: 40px auto 0;
  position: relative;
}
.callback-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.callback-button:before {
  content: "";
  position: absolute;
  top: -115px;
  left: -260px;
  width: 245px;
  height: 185px;
  background: url(../images/hand.svg) 0 0 no-repeat;
}

@media screen and (max-width: 1439px) {
  .callback {
    margin: 0 40px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .callback {
    margin: 0 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .callback {
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 575px) {
  .callback-button {
    width: 100%;
  }
  .callback-button:before {
    display: none;
  }
}
.footer {
  background: #2a2a2a;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 60px 60px 0 0;
  margin: 0;
  padding: 40px 60px 40px;
  z-index: 100;
  transition: all 800ms ease-in-out;
}
.footer.show {
  bottom: 0;
  transition: all 800ms ease-in-out;
}
.footer-block {
  background: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%), #ff833b;
  border-radius: 18px;
  padding: 30px;
}
.footer-block p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 0 0 0;
  margin: 0;
}
.footer-block p.caption {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.footer-block .form {
  position: relative;
}
.footer-block .form .button {
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #171717;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  padding: 6px 20px;
  transition: all 400ms ease-in-out;
}
.footer-block .form .button:hover {
  background: #171717;
  color: #fff;
  transition: all 400ms ease-in-out;
}
.footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 60px;
}
.footer-copy p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.footer-copy__list {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer-copy__list_item {
  padding: 0;
  margin: 0 0 0 40px;
  display: block;
}
.footer-copy__list_link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.footer-copy__list_link:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 1439px) {
  .footer {
    margin: 0;
    padding: 40px 40px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-block .form {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0;
    padding: 30px 20px 20px;
    border-radius: 20px 20px 0 0;
  }
  .footer-block {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer-copy {
    display: block;
  }
  .footer-copy__list {
    display: block;
  }
  .footer-copy__list_item {
    margin: 15px 0 0 0;
  }
}
.is-hide {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-hide.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition-duration: 1.3s;
  transition-delay: var(--text-delay);
}

@media screen and (max-width: 767px) {
  .courses .is-hide {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    transition-duration: 1.3s;
    transition-delay: 0s;
  }
  .courses .is-hide.is-inview {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    transition-duration: 1.3s;
    transition-delay: 0s;
  }
}
.start-footer {
  height: 200px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1439px) {
  .start-footer {
    height: 280px;
  }
}
.form-control {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 14px;
  color: #171717;
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #171717;
  background-color: #f0f0f0;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .hidd {
    overflow: hidden;
  }
  .header__toggle {
    text-align: center;
    font-size: 0;
    position: initial;
    right: 30px;
    z-index: 3;
    background: #fff;
    width: 50px;
    height: 42px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px 10px 0 0;
    position: absolute;
    bottom: 0;
    right: 60px;
  }
  .header__toggle .menu-toggle-cont {
    display: inline-block;
  }
  .fixed-menu {
    display: none;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
    position: fixed;
    top: 80px;
    right: 100px;
    left: auto;
    margin: 0;
    z-index: 50;
    padding: 10px 20px;
    bottom: auto;
    overflow: auto;
    width: 230px;
  }
  .header__toggle:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  #nav li {
    margin-right: 0px;
    display: block;
  }
  .menu-toggle {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    position: relative;
  }
  .menu-toggle-cont {
    width: 24px;
    height: 18px;
    font-size: 0;
    cursor: pointer;
  }
  .menu-toggle-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-toggle-cont_active .menu-toggle {
    height: 0;
  }
  .menu-toggle-cont_active .menu-toggle:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: auto;
  }
  .menu-toggle-cont_active .menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    width: 24px;
  }
  .menu-toggle:before,
.menu-toggle:after {
    content: "";
    transition: all 0.3s;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .menu-toggle:before {
    top: 3px;
  }
  .menu-toggle:after {
    top: -3px;
  }
  .menu-toggle:before {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
  }
  .menu-toggle:after {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
  }
}
@media screen and (max-width: 767px) {
  .header__toggle {
    right: 35px;
  }
  .fixed-menu {
    top: 60px;
    right: 35px;
  }
}
.block-iframe {
  margin: 100px auto;
  max-width: 900px;
}

@media screen and (max-width: 1439px) {
  .block-iframe {
    max-width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .block-iframe {
    max-width: 680px;
  }
}
@media screen and (max-width: 991px) {
  .block-iframe {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .block-iframe {
    margin: 100px 20px;
  }
}
.form-control.error {
  border: 1px solid red;
}

span.error {
  position: absolute;
  bottom: -22px;
  font-size: 12px;
  color: red;
}

@media screen and (max-width: 1199px) {
  span.error {
    font-size: 11px;
  }
}
@media screen and (max-width: 575px) {
  span.error {
    font-size: 12px;
    line-height: 12px;
    bottom: -26px;
  }
}
.form-successfully {
  position: absolute;
  height: 25px;
  background: #fff;
  left: 0;
  bottom: -27px;
  border: 1px solid #fe58ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  display: none;
}
.form-successfully.show {
  display: flex;
}
.form-successfully p {
  font-size: 14px;
  line-height: 14px;
  color: #c445c4;
  margin: 0;
}

.social-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .social-mobile {
    display: block;
    border-top: 1px solid #d6d6d6;
    margin: 20px -20px 0;
  }
  .social-mobile-item {
    display: block;
    padding: 0;
    margin: 15px 0;
    text-align: center;
  }
  .social-mobile-item__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Inter", sans-serif;
    color: #000000;
    text-decoration: none;
  }
  .social-mobile-item__link:hover {
    color: #000000;
    opacity: 0.8;
    text-decoration: none;
  }
}
.active-category {
  background-color: #000 !important;
}

@media screen and (max-width: 991px) {
  .active-category {
    background-color: #fff !important;
    color: #000 !important;
  }
}
.forms {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.forms.open {
  visibility: visible;
  opacity: 1;
}
.forms.open .wrap {
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.forms .wrap {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-top: 80px;
  padding: 41px;
  background: #000;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 60px 60px 0 0;
}
.forms-title {
  position: absolute;
  top: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  background-color: #fe58ff;
  background-image: linear-gradient(97.91deg, #fe58ff 6.1%, #82fdff 103.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.forms .btn-close {
  position: absolute;
  top: 67px;
  right: 82px;
  width: 41px;
  height: 41px;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background: none;
}
.forms .btn-close img {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.forms .btn-close:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.forms-iframe {
  padding: 100px 60px 30px;
  background: #ffffff;
  border-radius: 28px;
}

@media screen and (max-width: 568px) {
  .forms-iframe {
    height: 100%;
    padding: 80px 15px 0;
  }
  .forms-iframe iframe {
    padding: 10px 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) and (max-height: 786px) {
  .forms-iframe {
    height: 100%;
    padding: 80px 15px 0;
  }
  .forms-iframe iframe {
    padding: 10px 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .forms .wrap {
    margin: 80px 0px 0;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }
  .forms-iframe {
    border-radius: 20px;
  }
  .forms .btn-close {
    top: 35px;
    right: 35px;
    width: 30px;
    height: 30px;
  }
  .forms-title {
    top: 58px;
  }
}
.subscribe {
  background: #2a2a2a;
  border-radius: 60px 60px 0 0;
  padding: 40px 60px 0;
}

@media screen and (max-width: 1439px) {
  .subscribe {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 30px 20px 0;
    border-radius: 20px 20px 0 0;
  }
}