@font-face { 
  font-family: "Inter";
  src: url("../fonts/InterThin.otf")format("opentype");
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

.hidediv {
  display: block !important;
}

html { height: 101%; } /* always display scrollbars */
body { font-size: 62.5%; line-height: 1;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

li { list-style-type: none; }

button { border: none; outline: none; }


/* Сброс -> */

.container__head {
  display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    left: 12%;
    width: 76%;
    height: 75px;
    margin: 25px auto;
    box-sizing: border-box;
    border: 0.93px solid rgb(232, 232, 232);
    border-radius: 75.71px;
    /*box-shadow: 0px 15px 30px 0px rgba(128, 128, 128, 0.1);
    background: rgb(255, 255, 255);*/
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(16px);
}

.container__head > .nav__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 41px;
  margin-top: 18px;
  margin: 15px auto;


}

.container__head > .nav__head > .nav__left {
  display: flex;
}

.container__head > .nav__head > .nav__right {
  display: flex;
}

.container__head > .nav__head > .nav__left > .logo {
  color: rgb(19, 17, 17);
  font-size: 22.43px;
  font-weight: 700;
  line-height: 25.24px;
  letter-spacing: 0%;
  text-align: left;
}

.container__head > .nav__head > .nav__left > .nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  align-content: center;
}

.container__head > .nav__head > .nav__left > .nav__list > .nav__item {
  margin-right: 30px;
}

.container__head > .nav__head > .nav__left > .nav__list > .nav__item:last-child {
  margin-right: 0;
}

.container__head > .nav__head > .nav__left > .nav__list > .nav__item > .nav__link {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 14.96px;
  font-weight: 500;
  line-height: 22.43px;
  letter-spacing: 0%;
  text-decoration: none;
  transition: 0.4s;
}

.container__head > .nav__head > .nav__left > .nav__list > .nav__item > .nav__link:hover {
  color: rgb(83, 148, 255);
  transition: 0.4s;
}

.container__head > .nav__head > .nav__right > .other__buttons {
  display: flex;
  flex-wrap: wrap;
}

.container__head > .nav__head > .nav__right > .other__buttons > .nav__button {
  font-family: Inter;
  font-size: 14.96px;
  font-weight: 500;
  line-height: 22.43px;
  margin-right: 13px;
  cursor: pointer;
}

.container__head > .nav__head > .nav__right > .other__buttons > .nav__button:last-child {
  margin-right: 0;
}

.authbtn {
  width: 78.65px;
  height: 41.69px;
  background: rgb(83, 148, 255);
  color: white;
  box-sizing: border-box;
  border-radius: 12px;
  transition: 0.4s;
}

.authbtn:hover {
  color: rgb(83, 148, 255);
  background: white;
  border: 0.93px solid rgb(83, 148, 255);
  transition: 0.4s;
}

.registerbtn {
  width: 188.65px;
  color: white;
  height: 41.69px;
  border-radius: 37.39px;
  background: rgb(83, 148, 255);
  transition: 0.4s;
}

.registerbtn:hover {
  background-color: white;
  color: rgb(83, 148, 255);
  border: 0.93px solid rgb(83, 148, 255);
  transition: 0.4s;
}

#main-hover { 
  height: 1240px;
  padding-top: 150px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.container-obr {
  height: 721.4px;
  border-radius: 20px;
  background: url('../img/svg/resheto-1.svg'), linear-gradient(rgb(245, 245, 245), rgb(83, 148, 255) 450%);
  background-position: center;
  margin: auto 12%;
}

.container > .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 86px;
  height: 220px;
  text-align: center;
  align-items: center;
}

.container > .text > .main-text {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  width: 66%;
}

.container > .text > .hover-text {
  padding-top: 24px;
  height: 52px;
  width: 35%;
}

.container > .text > .hover-text > .text {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
}

.container > .img-ipad {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 114px;
}

#modules > .container { 
  padding-top: 120px;
}

#modules > .container > .text-loc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 86px;
  height: 220px;
  text-align: center;
  align-items: center;
}

#modules > .container > .text-loc > .title {
  color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    width: 66%;
}

#modules > .container > .text-loc > .hover-text {
  padding-top: 24px;
    height: 52px;
    width: 35%;
}

#modules > .container > .text-loc > .hover-text > .text {
  color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

#modules > .container > .modules-rel {
  display: grid;
  grid-template-columns: repeat(auto-fill, 424px);
  gap: 20% 2%;
  padding-top: 50px;
  justify-content: center;
}

#modules > .container > .modules-rel > .module {
  cursor: pointer;
  height: 333px;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 32px;
  background: url('../img/svg/resheto-2.svg'), linear-gradient(rgb(237, 244, 255), rgb(237, 244, 255));
  transition: 0.4s;
}

#modules > .container > .modules-rel > .module:hover {
  transition: 0.4s;
    box-shadow: 0px 5px 15px 0px rgb(83 148 255 / 40%);
    border: 1px solid transparent
}

#modules > .container > .modules-rel > .module > .img-module {
  display: flex;
  justify-content: center;
}

#modules > .container > .modules-rel > .module > .text-loc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
}

#modules > .container > .modules-rel > .module > .text-loc > .title {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 42.06px;
}

#modules > .container > .modules-rel > .module > .text-loc > .text {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

#desc > .container {
  padding-top: 120px;
}

#desc > .container > .mod-1 {
  display: flex;
  max-width: 1440px;
  flex-direction: row;
  justify-content: space-between;
}

#desc > .container > .mod-2 {
  display: flex;
  max-width: 1440px;
  flex-direction: row-reverse;
  padding-top: 120px;
  justify-content: space-between;
}

#desc > .container > .mod-3 {
  display: flex;
  max-width: 1440px;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 120px;
}

#desc > .container > .mod-1 > .text-loc {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-top: 30px;
}

#desc > .container > .mod-1 > .text-loc > .title {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  width: 100%;
}

#desc > .container > .mod-1 > .text-loc > .hover-text {
  padding-top: 24px;
    height: 52px;
    width: 85%;
}

#desc > .container > .mod-1 > .text-loc > .hover-text > .text {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#desc > .container > .mod-2 > .text-loc {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-top: 30px;
  align-items: flex-end;
  text-align: right;
}

#desc > .container > .mod-2 > .text-loc > .title {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  width: 100%;
}

#desc > .container > .mod-2 > .text-loc > .hover-text {
  padding-top: 24px;
    height: 52px;
    width: 85%;
}

#desc > .container > .mod-2 > .text-loc > .hover-text > .text {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#desc > .container > .mod-3 > .text-loc {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-top: 137px;
}

#desc > .container > .mod-3 > .text-loc > .title {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  width: 100%;
}

#desc > .container > .mod-3 > .text-loc > .hover-text {
  padding-top: 24px;
    height: 52px;
    width: 85%;
}

#desc > .container > .mod-3 > .text-loc > .hover-text > .text {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#desc > .container > .mod-3 > .text-loc > .buttons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
}

#desc > .container > .mod-3 > .text-loc > .buttons > .btn__doc {
  cursor: pointer;
  color: white;
  font-family: Inter;
  font-size: 16.83px;
  font-weight: 500;
  line-height: 25.25px;
  width: 181px;
  height: 47.04px;
  border-radius: 12px;
  background: rgb(83, 148, 255);
  transition: 0.4s;
}

#desc > .container > .mod-3 > .text-loc > .buttons > .btn__doc:hover {
  color: rgb(83, 148, 255);
  border: 1.05px solid rgb(83, 148, 255);
  background-color: white;
  transition: 0.4s;
}

#desc > .container > .mod-3 > .text-loc > .buttons > .btn__help {
  cursor: pointer;
  color: rgb(83, 148, 255);
  font-family: Inter;
  font-size: 16.83px;
  font-weight: 500;
  line-height: 25.25px;
  width: 115px;
  height: 47.04px;
  box-sizing: border-box;
  border: 1.05px solid rgb(83, 148, 255);
  border-radius: 12px;
  background-color: white;
  margin-left: 15px;
  transition: 0.4s;
}

#desc > .container > .mod-3 > .text-loc > .buttons > .btn__help:hover {
  color: white;
  background: rgb(83, 148, 255);
  transition: 0.4s;
}

#desc > .container > .mod-3 > .mod-block-3 {
  display: flex;
  flex-direction: row;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code {
  width: 656px;
  height: 667px;
  background: rgb(83, 148, 255);
  border-radius: 40px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv {
  display: flex;
  flex-direction: column;
  width: 596px;
  height: 611px;
  margin: 0 auto;
  padding-top: 28px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 {
  background: #fff;
    width: 596px;
    height: 79px;
    border-radius: 15px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons {
  display: flex;
  padding-top: 14px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api {
  cursor: pointer;
  width: 154.45px;
  height: 49.98px;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 12px;
  box-shadow: 0px 13.38px 26.76px 0px rgba(128, 128, 128, 0.1);
  background: rgb(255, 255, 255);
  margin-left: 24px;
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  transition: 0.4s;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:hover {
  color: white;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  box-shadow: 0px 13.38px 26.76px 0px rgba(128, 128, 128, 0.1);
  background: rgb(83, 148, 255);
  transition: 0.4s;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:first-child {
  margin-left: 16px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:last-child {
  width: 207.45px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .active {
  color: white;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 12px;
  box-shadow: 0px 13.38px 26.76px 0px rgba(128, 128, 128, 0.1);
  background: rgb(83, 148, 255);
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 {
  background-color: white;
  width: 596px;
  height: 505px;
  border-radius: 15px;
  margin-top: 27px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header {
  display: flex;
  justify-content: space-between;
  background: rgb(232, 232, 232);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 596px;
  height: 46.14px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header > .block-text {
  display: flex;
  align-items: center;
  padding-left: 28px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header > .block-text > .text {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header > .block-img {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 28px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header > .block-img > img {
  width: 20px;
  height: 20px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-code {
  text-align: start;
  padding-left: 28px;
  padding-top: 20px;
  width: 514.75px;
  height: 412px;
}

#desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-code > .text-code {
  display: none;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

#questions > .container {
  padding-top: 120px;
}

#questions > .container > .text-loc {
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#questions > .container > .text-loc > .title {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

#questions > .container > .text-loc > .text {
  padding-top: 24px;
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#questions > .container > .cont-quest {
  margin-top: 49px;
}

#questions > .container > .cont-quest:last-child {
  border-bottom: 1px solid #e8eaed;
  margin-top: 0;
}

#questions > .container > .cont-quest > .quest {
  display: flex;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #e8eaed;
}

#questions > .container > .cont-quest > .quest > .answer {
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

#questions > .container > .cont-quest > .quest > .answer > .text {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
}

#questions > .container > .cont-quest > .quest > .answer > .text-block > .text-answer {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 45px;
}

#questions > .container > .cont-quest > .quest > .arrow {
  padding-right: 32px;
  padding-top: 35px;
}

#model > .container > .wrapper {
  display: flex;
  margin-top: 120px;
  width: 100%;
  height: 512px;
  border-radius: 32px;
  background-color: rgb(83, 148, 255);
  background-image: url('../img/svg/resheto-3.svg');
  background-repeat: no-repeat;
  background-position: center;
  justify-content: space-between;
}

#model > .container > .wrapper > .text-loc {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-left: 66px;
  padding-top: 59px;
}

#model > .container > .wrapper > .text-loc > .title {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

#model > .container > .wrapper > .text-loc > .text {
  padding-top: 24px;
  color: rgb(185, 220, 255);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#model > .container > .wrapper > .text-loc > .btn__model {
  cursor: pointer;
  width: 197px;
  height: 48px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  color: rgb(83, 148, 255);
  font-family: Inter;
  font-size: 16.83px;
  font-weight: 500;
  margin-top: 54px;
  transition: 0.4s;
}

#model > .container > .wrapper > .text-loc > .btn__model:hover {
  opacity: 0.8;
  transition: 0.4s;
}

#model > .container > .wrapper > .img {
  padding-top: 66px;
}

#model > .container > .wrapper > .img > .model-img {
  border-bottom-right-radius: 32px;
}

#footer > .container {
  margin-top: 120px;
}

#footer > .container > .wrapper {
  display: flex;
}

#footer > .container > .wrapper > .left {
  display: flex;
  flex-direction: column;
}

#footer > .container > .wrapper > .left > .logo {
  color: rgb(83, 148, 255);
  font-size: 45.14px;
  font-weight: 600;
}

#footer > .container > .wrapper > .left > .email {
  padding-top: 20px;
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 20.06px;
  font-weight: 400;
}

#footer > .container > .wrapper > .right {
  display: flex;
  flex-direction: row;
}

#footer > .container > .wrapper > .right > .footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu > .footer__menu-title > .footer__menu-text {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 22.57px;
  font-weight: bold;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu > .footer__menu-list > .footer__menu-link {
  color: rgb(90, 99, 108);
  font-family: Inter;
  font-size: 20.06px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu > .footer__menu-list > .footer__menu-link:hover {
  color: rgb(83, 148, 255);
  transition: 0.4s;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu > .footer__menu-list {
  padding-top: 30px;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu > .footer__menu-list:last-child {
  padding-top: 21px;
}

#footer > .container > .wrapper > .right > .footer__nav > .footer__menu {
  padding-left: 200px;
}

#footer > .container > .pending {
  margin-top: 57px;
}

#footer > .container > .pending > .line {
  opacity: 0.06;
  border-top: 1.25px solid rgb(10, 20, 47);
}

#footer > .container > .pending > .panel {
  display: flex;
  flex-wrap: wrap;
  padding: 23px 0;
  align-items: center;
  justify-content: space-between;
}

#footer > .container > .pending > .panel > a > img {
  transition: 0.4s;
}

#footer > .container > .pending > .panel > a > img:hover {
  transition: 0.4s;
  opacity: 0.5;
}

#footer > .container > .pending > .panel > .copyright {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 20.06px;
  font-weight: 400;
  line-height: 24px;
}

#footer > .container > .wrapper > .right > .footer__mobile {
  display: none;
}

/* Mobile css */

#header > .mobile__head {
  display: none;
}

#header > .mobile__head > .mobile__nav {
  margin-top: 40px;
  width: 100%;
}

#header > .mobile__head > .mobile__nav > .nav__list {
  padding-left: 30px;
}

#header > .mobile__head > .mobile__nav > .nav__list > .nav__item:first-child {
  padding-top: 0;
}

#header > .mobile__head > .mobile__nav > .nav__list > .nav__item {
  padding-top: 12px;
}

#header > .mobile__head > .mobile__nav > .nav__list > .nav__item > .nav__link {
  color: rgb(19, 17, 17);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.83px;
  transition: 0.4s;
  text-decoration: none;
}

#header > .mobile__head > .mobile__nav > .nav__list > .nav__item > .nav__link:hover {
  color: rgb(83, 148, 255);
  transition: 0.4s;
}

#header > .mobile__head > .mobile__nav > .mobile__buttons {
  padding-left: 30px;
  padding-top: 32px;
  padding-bottom: 42px;
}

#header > .mobile__head > .mobile__nav > .mobile__buttons > .nav__button {
    font-family: Inter;
    font-size: 14.96px;
    font-weight: 500;
    line-height: 22.43px;
    margin-right: 13px;
    cursor: pointer;
}

#header > .mobile__head > .mobile__nav > .mobile__buttons > .nav__button:last-child {
  margin-right: 0;
}

@media (max-width: 1412px) {
  #model > .container > .wrapper > .text-loc > .title {
    line-height: 60px;
  }

  #model > .container > .wrapper > .text-loc > .text {
    line-height: 20px;
  }
}

@media (max-width: 1500px) {
  #desc > .container > .mod-1 {
    display: flex;
    max-width: 1440px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  
  #desc > .container > .mod-2 {
    display: flex;
    max-width: 1440px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  
  #desc > .container > .mod-3 {
    display: flex;
    max-width: 1440px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  #desc > .container > .mod-1 > .text-loc {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    width: auto;
    text-align: center;
    align-items: center;
  }
  
  #desc > .container > .mod-1 > .text-loc > .title {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
  }
  
  #desc > .container > .mod-1 > .text-loc > .hover-text {
    padding-top: 24px;
    height: 52px;
  }
  
  #desc > .container > .mod-1 > .text-loc > .hover-text > .text {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }

  #desc > .container > .mod-1 > .mod-img-1 {
    padding-top: 32px;
    width: 90%;
  }
  
  #desc > .container > .mod-2 > .text-loc {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    width: auto;
    text-align: center;
    align-items: center;
  }
  
  #desc > .container > .mod-2 > .text-loc > .title {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
  }
  
  #desc > .container > .mod-2 > .text-loc > .hover-text {
    padding-top: 24px;
    height: 52px;
  }
  
  #desc > .container > .mod-2 > .text-loc > .hover-text > .text {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }

  #desc > .container > .mod-2 > .mod-img-2 {
    padding-top: 32px;
    width: 90%;
  }
  
  #desc > .container > .mod-3 > .text-loc {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    width: auto;
    text-align: center;
    align-items: center;
  }
  
  #desc > .container > .mod-3 > .text-loc > .title {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
  }
  
  #desc > .container > .mod-3 > .text-loc > .hover-text {
    padding-top: 24px;
    height: 52px;
  }
  
  #desc > .container > .mod-3 > .text-loc > .hover-text > .text {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }

  #desc > .container > .mod-3 > .mod-block-3 {
    padding-top: 32px;
  }

  #questions > .container > .cont-quest {
    margin: auto 3%;
    margin-top: 40px;
  }

  #footer > .container > .wrapper > .right > .footer__nav > .footer__menu {
    padding-left: 150px;
  }
}

@media (max-width: 720px) {

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api {
    width: 95.45px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code {
    width: 500px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv {
    width: 450px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 {
    width: 450px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:last-child {
    font-size: 20px;
    width: 180.45px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 {
    width: 450px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header {
    width: 450px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-code {
    width: 400px;
  }
}

@media (max-width: 520px) {

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api {
    width: 70px;
    height: 45px;
    font-size: 12px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code {
    width: 380px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv {
    width: 350px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 {
    width: 350px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:last-child {
    font-size: 12px;
    width: 154.45px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 {
    width: 350px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-header {
    width: 350px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-2 > .block-code {
    width: 320px;
  }

  #desc > .container > .mod-3 > .mod-block-3 > .block-code > .block-inv > .block-api-1 > .buttons > .button-api:first-child {
    margin-left: 8px;
  }
}

@media (max-width: 1200px) {
  #footer > .container > .wrapper > .right > .footer__nav > .footer__menu {
    padding-left: 100px;
  }
}

@media (max-width: 1025px) {
  #footer > .container > .wrapper > .right > .footer__nav > .footer__menu {
    padding-left: 50px;
  }
}

@media (max-width: 820px) {

  #footer > .container > .wrapper > .right > .footer__nav {
    display: none;
  }

  #footer > .container > .wrapper > .left > .logo {
    color: rgb(83, 148, 255);
    font-family: Inter;
    font-size: 45px;
    font-weight: 600;
    line-height: 35.11px;
  }

  #footer > .container > .wrapper > .left {
    align-items: center;
  }

  #footer > .container > .wrapper > .left > .email {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 24px;
  }

  #footer > .container {
    margin-top: 55px;
  }

  #footer > .container > .wrapper {
    flex-direction: column;
    align-items: center;
  }

  #footer > .container > .wrapper > .right > .footer__mobile {
    display: flex;
    width: 100%;
    margin: auto 3%;
  }

  #footer > .container > .wrapper > .right {
    padding-top: 32px;
    width: 100%;
  }

  #footer > .container > .wrapper > .right > .footer__mobile > .footer__menu {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #footer > .container > .pending {
    margin-top: 24px;
  }

  #footer > .container > .pending > .panel {
    margin: auto 3%;
  }

  #footer > .container > .wrapper > .right > .footer__mobile > .footer__menu > .footer__menu-list {
    width: 100%;
  }

  #footer > .container > .wrapper > .right > .footer__mobile > .footer__menu > .footer__menu-list > .text {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 29.93px;
  }

  #footer > .container > .wrapper > .right > .footer__mobile > .footer__menu > .footer__menu-list > .text-mobile {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 38.28px;
  }
}

@media (max-width: 420px) {
  #questions > .container > .text-loc > .title {
    font-size: 55px;
  }

  #footer > .container > .pending > .panel > .copyright {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  #model > .container > .wrapper {
    width: auto;
    margin: 120px 2%;
    height: 350px;
    justify-content: center;
  }
  
  #model > .container > .wrapper > .img {
    display: none;
  }

  #model > .container > .wrapper > .text-loc {
    width: auto;
    padding-left: 0;
    text-align: center;
    align-items: center;
  }

  #model > .container > .wrapper > .text-loc > .title {
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.14px;
  }

  #model > .container > .wrapper > .text-loc > .text {
    color: rgb(185, 220, 255);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 13.77px;
  }
}

@media (max-width: 1400px) {
  .container__head {
    display: none;
  }

  #header > .mobile__head {
    display: flex;
    flex-direction: row;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    width: 100%;
  }

  #header > .mobile__head > .nav__left {
    padding-left: 30px;
  }

  #header > .mobile__head > .nav__left > .logotype {
    color: rgb(19, 17, 17);
    font-size: 22px;
    font-weight: 700;
    line-height: 25.24px;
  }

  #header > .mobile__head > .mobile__burger {
    padding-right: 30px;
    cursor: pointer;
  }

  #header > .mobile__head > .mobile__burger > img {
    width: 40px !important;
  }
}

@media (max-width: 960px) {

  #main-hover > .container {
    max-width: 800px;
    margin: 0 30px;
    height: 400px;
  }

  .container > .text {
    display: flex;
    flex-direction: column;
    padding-top: 34px;
    text-align: center;
    align-items: center;
  }

  .container > .text > .main-text {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 28.83px;
    width: 70%;
  }

  .container > .text > .hover-text {
    padding-top: 24px;
    height: 52px;
    width: 80%;
  }

  .container > .text > .hover-text > .text {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
  }

  #main-hover > .container > .img-ipad {
    padding-top: 17px;
  }

  #main-hover {
    height: 800px;
  }

  #modules > .container > .text-loc {
    display: flex;
    flex-direction: column;
    padding-top: 34px;
    text-align: center;
    align-items: center;
  }

  #modules > .container > .text-loc > .title {
    color: rgb(19, 17, 17);
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 28.83px;
    width: 70%;
  }

  #modules > .container > .text-loc > .hover-text {
    padding-top: 24px;
    height: 52px;
    width: 80%;
  }

  #modules > .container > .text-loc > .hover-text > .text {
    color: rgb(90, 99, 108);
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
  }

  #modules > .container {
    padding-top: 34px;
    height: 1400px;
  }

  #modules > .container > .modules-rel {
    grid-template-columns: repeat(auto-fill, 362px);
    gap: 5% 2%;
  }

  #desc > .container {
    padding-top: 55px;
  }
}






