/*

Theme Name:   MSL

Description:  MSL theme

Template:     twentytwentythree

*/

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

@import url("https://p.typekit.net/p.css?s=1&k=rqm8mzn&ht=tk&f=43819.43825&a=495110&app=typekit&e=css");

@font-face {
  font-family: "realist";
  src: url("https://use.typekit.net/af/a33a12/00000000000000003b9b3c7b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/a33a12/00000000000000003b9b3c7b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/a33a12/00000000000000003b9b3c7b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "realist";
  src: url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/603ee8/00000000000000003b9b3c81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Aestetico Formal";
  src: url("./assets/fonts/AesteticoFormal-Bold.woff2") format("woff2"),
    url("./assets/fonts/AesteticoFormal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oliviar Sans";
  src: url("./assets/fonts/OliviarSans-Bold.woff2") format("woff2"),
    url("./assets/fonts/OliviarSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oliviar Sans";
  src: url("./assets/fonts/OliviarSans-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/OliviarSans-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --torquose-color: #4ec6ce;

  --hover-color: #ffaaaa;

  --blue-bg: rgba(119, 202, 242, 0.2);
  --purple-logo: #e394be;
  --blue-logo: #77c9f2;
  --green-bg: rgba(144, 244, 218, 0.2);
  --lime-green: #cdd500;
  --dark-blue: #003962;
  --violet: #572a85;
  --red-bg: rgba(255, 170, 170, 0.2);
  --new-blue: #009ee2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* main {
  overflow-x: hidden;
} */

body {
  /* font-family: "Lora", serif; */
  font-family: "realist", sans-serif;
  position: relative;

  font-size: calc(16px + 4 * ((100vw - 320px) / (1280 - 320)));

  overflow: hidden;
}

a {
  font-size: calc(14px + 2 * ((100vw - 320px) / (1280 - 320)));

  transition: 0.2s;

  /* font-family: "Heebo", sans-serif; */
  font-family: "realist";
}

p {
  font-size: calc(16px + 2 * ((100vw - 320px) / (1280 - 320)));
  color: #3c3c3b;
  line-height: 1.5;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;

  margin-top: 0;
}

h1 {
  font-size: calc(36px + 10 * ((100vw - 320px) / (1280 - 320)));
}

h2 {
  font-size: calc(28px + 4 * ((100vw - 320px) / (1280 - 320)));
}

h3 {
  font-size: calc(22px + 4 * ((100vw - 320px) / (1280 - 320)));
}

h4 {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1280 - 320)));
}

h5,
h6 {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1280 - 320)));
}

main.top_padding {
  padding-top: 52px;
}
#password-section.top_padding {
  padding-top: 92px;
}
.title,
.wpforms-title {
  font-weight: 600;
  color: var(--new-blue);
  text-align: center;
  font-size: calc(32px + 10 * ((100vw - 320px) / (1280 - 320)));
}

.wpforms-title {
  font-size: calc(22px + 10 * ((100vw - 320px) / (1280 - 320))) !important;
}
.blue-section {
  background: var(--new-blue);
  color: #fff;
}

#contact-section {
  background: url(./images/contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.blue-section p {
  color: #fff;
}
.blue-section .title {
  color: #fff;
}
.center {
  text-align: center;
}

#preloader {
  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 100;

  background-color: #fff;

  display: flex;

  align-items: center;

  transition: 0.5s ease-in-out;
}

#preloader.hide {
  display: none;
}

.underlined {
  position: relative;

  width: fit-content;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 30px;
}

.underlined:after {
  content: "";

  display: block;

  width: fit-content;

  position: absolute;

  background: var(--violet);

  left: 0;

  bottom: -10px;

  height: 2px;

  width: 100%;
}

.red-bg {
  background: var(--red-bg);
}

.green-bg {
  background: var(--green-bg);
}

.blue-bg {
  background: var(--blue-bg);
}
.light-blue-bg {
  background-color: #f2fafd;
}
.violet-bg {
  background: var(--violet);
}
.violet-bg p,
.violet-bg .title {
  color: #fff;
}
.col-2 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));

  grid-gap: 10px;
}

.container {
  max-width: 1280px;
  z-index: 1;
  position: relative;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

.button {
  display: flex;
  border: unset;
  align-items: center;
  font-size: calc(14px + 4 * ((100vw - 320px) / (1280 - 320)));
  justify-content: center;
  min-height: 48px;
  background: var(--purple-logo);
  border-radius: 5px;
  font-weight: 700;
  color: #003962;
  text-decoration: unset;
  padding: 10px 20px;
  cursor: pointer;
  width: fit-content;
  transition: 0.2s;
}

.button:hover {
  background-color: var(--blue-logo);
  color: #fff;
  transition: 0.2s;
}

.section {
  padding: 40px 0;
  position: relative;
}
svg {
  overflow: visible;
}
img {
  max-width: 100%;
}

[data-aos="fade-in"] {
  opacity: 0;
}
#my-life-block {
  padding-bottom: 0;
}
[data-aos="fade-in"].aos-animate {
  opacity: 1;
}

/* site header */
.site-header {
  position: relative;
  z-index: 2;
}
.header-wrap {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: space-between;
}
.header-wrap__top {
  background: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-wrap__bottom {
  background-color: #003962;
  width: 100%;
  padding: 13px 0;
}

.header-wrap__bottom.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header-wrap__bottom .container {
  max-width: 1170px;
  padding: 0 25px;
}
.header-staff,
.header-adress {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  max-width: 190px;
}

.header-staff {
  left: 40px;
  right: unset;
}
.header-staff a {
  color: var(--new-blue);
  font-size: calc(16px + 6 * ((100vw - 320px) / (1280 - 320)));
  font-weight: 700;
  white-space: nowrap;
  text-decoration: unset;
}
.header-staff a:hover {
  text-decoration: underline;
}
.wrap-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 5%;
}

.logo-link {
  max-width: 98px;
  display: block;
  margin: 0 auto;
}

.button-link {
  border: 2px solid transparent;

  width: fit-content;

  position: relative;

  list-style: none;
}

.button-link a {
  color: #fff;
  font-size: calc(14px + 6 * ((100vw - 320px) / (1280 - 320)));
  text-decoration: unset;
  line-height: 1;
  text-transform: unset;
  font-weight: 700;
}

.button-link a:active,
.button-link a:hover {
  color: var(--purple-logo);
}

.button-link:after {
  background: #fff;
}

/* main section */

#home-section {
  min-height: calc(100vh - 150px);
  /* max-height: 673px; */
  min-height: 673px;
  padding: 0;
  /* overflow-x: hidden; */
}
.bg-section-wrap {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}
.bg-section {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wave-img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home-section .container {
  /* height: calc(100vh - 150px); */
  /* height: 673px; */
  min-height: 673px;
  display: flex;

  justify-content: center;

  flex-direction: column;

  position: relative;
}

.main-section-content {
  position: relative;
  background: #fff;
  width: fit-content;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.65em;
}

.main-section-content .main-text {
  color: var(--new-blue);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  /* text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); */

  font-size: calc(36px + 10 * ((100vw - 320px) / (1280 - 320)));
}
.main-section-content #dots-svg {
  position: absolute;
  z-index: -1;
  transform: rotate(120deg);
  right: -200px;
  bottom: -50px;
}
.main-section-content .main-text p {
  margin-top: 0;

  margin-bottom: 15px;
}

.support-text-block {
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
}
.support-text-block p {
  font-size: calc(16px + 9 * ((100vw - 320px) / (1280 - 320)));
  line-height: 1.5;
}
.card {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.card-horisontal-rev,
.card-horisontal {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}

.card-horisontal-rev .text-wrap,
.card-horisontal .text-wrap {
  display: flex;

  flex-direction: column;

  height: 100%;

  align-items: center;

  justify-content: center;

  padding: 40px;
}

.card-horisontal-rev .text-wrap {
  order: -1;
}

.card-horisontal .img-wrap img,
.card-horisontal-rev .img-wrap img,
.card .img-wrap img {
  display: block;

  object-fit: cover;
  width: 100%;
  /* height: 100%; */
}
.text-wrap {
  max-width: 1170px;
  padding: 70px 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.card__title {
  font-weight: 700;
  color: var(--new-blue);
  margin-top: 0;
  font-size: calc(26px + 14 * ((100vw - 320px) / (1280 - 320)));
}

.card__text,
.card__text ~ a {
  font-size: calc(16px + 2 * ((100vw - 320px) / (1280 - 320)));
  max-width: 800px;
  font-weight: 300;
  /* margin-left: auto;
  margin-right: auto; */
}
.card__text ~ a {
  margin-bottom: 15px;
  display: inline-block;
}
.info-block .img-wrap {
  position: relative;
}
.info-block .img-wrap > img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}
/* my-life */
#my-life .text-wrap {
  padding-top: 30px;
  padding-bottom: 0;
}
#my-life .card__text {
  margin-left: auto;
  margin-right: auto;
}
/* my support */
#my-support {
  background-color: var(--new-blue);
  padding: 70px 0;
}

#my-support .img-wrap {
  height: 300px;
  margin-top: 60px;
}
#my-support .col .text-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 440px;
}
#my-support .col .text-wrap p {
  font-weight: 300;
  line-height: 1.5;
  font-size: calc(14px + 4 * ((100vw - 320px) / (1280 - 320)));
}
#my-support .col .yes {
  max-width: 208px;
  margin: 36px;
}

.left-dots {
  position: relative;
}
/* .left-dots:after {
  content: "";
  display: block;
  background: url(./images/dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  height: 265px;
  transform: rotate(-70deg);
  z-index: -1;
  top: -25px;
  left: -10px;
} */
.left-dots-svg {
  display: block;
  /* background: url(./images/dots.svg); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  position: absolute;
  width: 400px;
  height: 265px;
  transform: rotate(-70deg);
  z-index: -1;
  top: -25px;
  left: -10px;
}
.violet-block {
  position: relative;
  background: var(--violet);
  border-radius: 10px;
  padding: 20px 50px;
  color: #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.violet-block p {
  color: #fff;
}
/* .violet-block:after {
  content: "";
  display: block;
  background: url(./images/dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 276px;
  height: 185px;
  z-index: -1;
  bottom: -95px;
  right: 0;
} */
.violet-block-svg {
  display: block;
  position: absolute;
  width: 276px;
  height: 185px;
  z-index: -1;
  bottom: -95px;
  left: -420px;
}
#my-support .img-wrap img {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  display: block;
  border-radius: 10px;
}

/* #my way */
#my-way {
  padding: 0 0 70px 0;
}

/* contact section */
.wpforms-field-label {
  color: #000;
}
.wpforms-container.contact-form-wp {
  /* max-width: 600px; */
  max-width: 100%;
  padding: 20px 50px;
  border-radius: 10px;
  background: #fff;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
/* .wpforms-container.contact-form-wp:after {
  content: url(./images/dots.svg);
  position: absolute;
  right: -200px;
  transform: rotate(120deg);
  z-index: -1;
  bottom: 0px;
} */
.wpforms-container.contact-form-wp + .dots-form {
  position: absolute;
  right: 150px;
  transform: rotate(120deg);
  z-index: -1;
  bottom: 0px;
}
.form-description,
.wpforms-description {
  font-size: calc(14px + 2 * ((100vw - 320px) / (1280 - 320))) !important;

  max-width: 400px;
  text-align: center;
  margin-left: auto !important;

  margin-right: auto !important;
}

.wpforms-container.wpforms-container-full.contact-form-wp
  .custom-form-field
  label {
  font-weight: 400;
}

.wpforms-container.wpforms-container-full.contact-form-wp
  .custom-form-field
  textarea,
.wpforms-container.wpforms-container-full.contact-form-wp
  .custom-form-field
  input {
  max-width: 100%;

  background-color: #f4f6f7;

  border: 1px solid #abb0b2;

  resize: none;
}

.wpforms-container.wpforms-container-full.contact-form-wp .send-data-contact {
  background: var(--purple-logo);
  border-radius: 5px;
  font-weight: 700;
  color: #003962;
  text-decoration: unset;
  padding: 10px 20px;
  cursor: pointer;
  width: fit-content;
  border: unset;
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wpforms-container.wpforms-container-full.contact-form-wp
  .send-data-contact:hover {
  border: unset;
  color: #fff;
  background: var(--blue-logo);
  transition: 0.2s;
}
#map-section {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: -5px;
}

/* working section */

#working-section {
  padding: 0;
  /* padding-bottom: 70px; */
  background: url(./images/Pattern.png);
}

#working-section p {
  line-height: 1.5;
}

.email-link {
  font-size: calc(16px + 2 * ((100vw - 320px) / (1280 - 320)));
  word-break: break-all;
  color: var(--torquose-color);
}
.block-with-dots {
  position: relative;
  background-color: var(--violet);
  border-radius: 10px;
  color: #fff;
  padding: 20px 50px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.block-with-dots p {
  color: #fff;
}
/* .block-with-dots:after {
  content: url(./images/dots.svg);
  position: absolute;
  right: -200px;
  transform: rotate(120deg);
  z-index: -1;
  bottom: 0px;
} */

.block-with-dots-svg {
  position: absolute;
  right: -200px;
  transform: rotate(120deg);
  z-index: -1;
  bottom: 0px;
}

.block-with-dots a {
  color: #cdd500;
}
.block-with-dots a:hover {
  color: #fff;
}
/* our-service section */
#our-service {
  /* background: #3ea838; */
  background: var(--new-blue);
}
#our-service .title {
  color: #fff;
}
#our-service p {
  line-height: 1.2;
}
.service-info {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.service-info__text {
  overflow: hidden;
  margin-bottom: 10px;
  max-height: auto;
  transition: 0.2s;
}
.service-info__text b{
	margin-bottom: 15px;
	display:block;
}
.service-info__text.small {
  max-height: 90px;
  transition: 0.2s;
  position: relative;
}
.service-info__text:nth-of-type(2){
	margin-top:20px;
}
.service-info__text.small:after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, transparent, #fff 70%);
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-img img {
  border-radius: 10px;
	display:block;
	width:100%;

}
@media screen and (max-width: 991px) {
  #my-support .img-wrap img {
    margin-right: auto;
  }
  #my-support .col .yes {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .col-2 {
    grid-template-columns: 1fr;
  }
  .wrap-nav {
    grid-gap: 10px;
  }
  .menu-mobile-button {
    display: flex;

    width: 40px;
    margin-left: auto;
    height: 40px;

    align-items: center;

    justify-content: center;

    position: relative;

    cursor: pointer;

    border: 2px solid #fff;
  }

  .menu-mobile-button .line {
    display: block;

    width: 25px;

    position: relative;

    height: 2px;

    background: #fff;
  }

  .menu-mobile-button .line:before {
    content: "";

    display: block;

    width: 100%;

    height: 2px;

    position: absolute;

    left: 0;

    top: -9px;

    background: #fff;

    transition: 0.2s;
  }

  .menu-mobile-button .line:after {
    content: "";

    display: block;

    width: 100%;

    height: 2px;

    position: absolute;

    left: 0;

    top: 9px;

    background: #fff;

    transition: 0.2s;
  }

  .menu-mobile-button.active .line {
    background: transparent;
  }

  .menu-mobile-button.active .line:before {
    transform: rotate(45deg);

    top: 0;

    transition: 0.2s;
  }

  .menu-mobile-button.active .line:after {
    transform: rotate(-45deg);

    top: 0;

    transition: 0.2s;
  }

  .wrap-nav {
    flex-direction: column;

    position: absolute;

    right: 0px;

    top: 50px;

    padding: 30px;

    background: #fff;

    transition: 0.3s;

    opacity: 0;

    z-index: -1;

    visibility: hidden;
  }

  .button-link a {
    color: #000 !important;
  }
  .menu-mobile-button.active + .wrap-nav {
    transition: 0.3s;

    opacity: 1;

    z-index: 1;

    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .logo-link {
    max-width: 78px;
    margin-left: 0;
  }
  .header-adress {
    display: none;
  }
  .site-header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  }
  main {
    padding-top: 85px;
  }
  .menu-mobile-button {
    border-color: #000;
  }
  .menu-mobile-button .line,
  .menu-mobile-button .line:after,
  .menu-mobile-button .line:before {
    background: #000;
  }
  .header-wrap {
    flex-direction: row;
  }
  .header-staff {
    left: 100px;
  }

  .header-wrap__top .container {
    margin-left: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .header-wrap__bottom {
    background: unset;
  }
  .container {
    padding: 0 20px;
  }

  .wrap-nav {
    right: -20px;
  }

  .card-horisontal-rev,
  .card-horisontal {
    grid-template-columns: 1fr;

    margin-bottom: 40px;
  }

  .card-horisontal-rev:last-of-type,
  .card-horisontal:last-of-type {
    margin-bottom: 0;
  }

  .card-horisontal-rev .text-wrap {
    order: unset;
  }
  .text-wrap {
    padding: 50px 25px;
  }
  .wpforms-container.contact-form-wp {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  #home-section {
    min-height: calc(100vh - 105px);
  }
  #home-section .container {
    height: calc(100vh - 105px);
  }
  .container {
    padding: 0 15px;
  }

  .wrap-nav {
    right: -15px;
  }
  .left-dots:after {
    left: -100px;
  }
}

@media screen and (max-width: 480px) {
  .bg-section {
    object-position: -500px 0px;

    height: 100%;
  }

  .card-horisontal-rev .text-wrap,
  .card-horisontal .text-wrap {
    padding: 30px 20px;
  }
}

/* password page */

.category-wrap {
  margin-top: 50px;

  display: grid;

  grid-template-columns: 300px 1fr;

  grid-gap: 30px;
}

.thumbnails-title,
.categories-block__title,
.categories__link {
  text-transform: uppercase;

  display: block;

  margin-bottom: 15px;

  color: #000;

  text-decoration: unset;
}
.categories-block__title {
  color: var(--new-blue);
}
.categories__link:hover {
  text-decoration: underline;
  color: var(--purple-logo);
}

.categories-block {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.categories {
  border: 1px solid var(--purple-logo);

  height: 100%;
}

.categories,
.thumbnails {
  padding: 15px;
}

.thumbnails {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

  grid-gap: 15px;
}

.fancy-link {
  display: flex;

  flex-direction: column;

  align-items: center;

  color: #000;

  text-decoration: unset;
}

.fancy-link:hover {
  text-decoration: underline;
}

.fancy-link img {
  height: 256px;

  object-fit: contain;

  margin-bottom: 10px;

  max-width: 100%;

  width: 100%;
}

.pagination {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  align-items: center;

  grid-gap: 10px;

  margin-top: 40px;

  font-size: calc(14px + 2 * ((100vw - 320px) / (1280 - 320)));
}

.pagination .page-numbers {
  color: var(--new-blue);

  text-decoration: unset;

  font-size: calc(14px + 2 * ((100vw - 320px) / (1280 - 320)));
}

.pagination a:hover {
  text-decoration: underline;
}
.pagination .current,
.pagination .current-page {
  pointer-events: none;
  font-weight: bold;
  text-decoration: unset;
  font-family: "realist";
  color: var(--purple-logo);
}
.categories__link.active {
  font-weight: bold;
}
.link-back {
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 20px;
}
.link-back svg {
  max-width: 40px;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 991px) {
  .category-wrap {
    grid-template-columns: 200px 1fr;

    grid-gap: 15px;
  }
}

@media screen and (max-width: 576px) {
  .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .violet-block {
    padding: 20px;
  }
  #my-life .text-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .support-text-block {
    margin-bottom: 0;
  }
  #my-support .img-wrap {
    height: auto;
  }
  .category-wrap {
    grid-template-columns: 1fr;

    grid-gap: 40px;
  }
  .fancy-link img {
    height: 156px;
  }
}

.page-template-login {
  min-height: 100vh;
}
.login-wrap {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-block {
  max-width: 400px;
  width: 100%;
  padding: 30px 40px;
  border-radius: 5px;
  background: rgb(186 231 252 / 12%);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.login-block h1 {
  text-align: center;
  color: var(--new-blue);
  font-size: calc(24px + 10 * ((100vw - 320px) / (1280 - 320)));
}
.input-style {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.input-style input {
  padding: 0 10px;
  background: #fff !important;
  border-radius: 5px;
  font-size: 14px;
  border: 2px solid #ebebeb;
  min-height: 40px;
  font-family: "Heebo", sans-serif;
}
.input-style input:focus-visible,
.input-style input:focus {
  border: 2px solid var(--torquose-color);
  outline: none;
}
.input-style > span,
.form-check-label {
  font-size: calc(14px + 2 * ((100vw - 320px) / (1280 - 320)));
  margin-bottom: 10px;
}
.form-check-label {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.chk {
  margin-bottom: 20px;
  cursor: pointer;
}
.alert {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.alert-danger {
  color: red;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .login-block {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .bg-section {
    object-fit: cover;
  }
}
#password-section {
  padding-bottom: 100px;
}
.wpforms-confirmation-container-full p,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message)
  p {
  color: #000;
  text-align: center;
}

.main-section-content .main-text .font1 {
  /* font-family: "Oliviar Sans"; */
  font-family: "Aestetico Formal";
}

.main-section-content .main-text .font2 {
  font-family: "Aestetico Formal";
  margin-bottom: 5px;
}

.main-section-content .main-text .font3 {
  font-family: "Aestetico Formal";
}

.application-form {
  position: relative;
}
.application-form .wpforms-container.contact-form-wp {
  background: var(--new-blue);
}
.application-form .wpforms-title {
  color: #fff;
}
.application-form .wpforms-container.contact-form-wp .wpforms-field-label {
  color: #fff;
}
footer {
  padding: 0;
  background: var(--violet);
  color: #fff;
}

footer p,
footer a {
  font-size: calc(16px + 2 * ((100vw - 320px) / (1280 - 320)));
}
footer p,
footer h2 {
  color: #fff;
}
footer a {
  color: #cdd500;
}
.top-footer {
  padding-bottom: 20px;
}
.bottom-footer {
  display: flex;
  align-items: center;
  min-height: 400px;
  background-color: #646464;
  position: relative;
  /* background-image: url(./images/footer.png);
  background-size: cover;
  background-repeat: no-repeat; */
}
.bottom-footer ul {
  padding-left: 0;
}
.bottom-footer ul li {
  list-style: unset;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  margin-bottom: 25px;
}
.bottom-footer ul li span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8eccf2;
  border: 2px solid #8eccf2;
}
.bottom-footer ul li span i {
  color: #8eccf2;
  font-size: 14px;
}
.bottom-footer ul li:hover span {
  border-color: var(--hover-color);
}
.bottom-footer ul li:hover i {
  color: var(--hover-color);
}
.bottom-footer ul li:hover a {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}
.bottom-footer ul li a {
  color: #fff;
  text-decoration: unset;
}
.bottom-footer .container {
  position: unset;
}
.bottom-footer .container:before {
  content: "";
  display: block;
  position: absolute;
  right: 10vw;
  top: 0;
  width: 600px;
  height: 100%;
  background: url(./images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
}
.bottom-footer .container:after {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(50%);
  z-index: -2;
  right: 0;
  top: 0;
  width: 30vw;
  height: 100%;
  background: #fff;
}
.wpforms-container.wpforms-container-full.contact-form-wp
  .custom-form-field
  input {
  height: 28px;
}
.wpforms-container.wpforms-container-full.contact-form-wp
  .custom-form-field
  textarea {
  height: 60px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 991px) {
  .bottom-footer .container:before {
    right: -5vw;
  }
}
@media screen and (max-width: 720px) {
  .bottom-footer .container:before,
  .bottom-footer .container:after {
    display: none;
  }
}
