:root {
  --primary-bg: #2B2B42;
  --light-bg: #F4F5F6;
  --light: #ffffff;
  --gray: #7D8793;
  --danger: #EE6C6C;
  --dark: #222B45;
  --gray-dark: #36354B;
  --green: #5BB759;
}

.custom-btn {
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.custom-btn_purple {
  width: 100%;
  background: #403a7a !important;
}

.custom-btn_secondary {
  background: #F4F5F6 !important;
}

.custom-btn_green {
  background: var(--green) !important;
}

.title_light {
  color: var(--light) !important;
}

.title_dark {
  color: var(--dark) !important;
}

.text_link {
  color: #005BC7 !important;
}

.text_gray {
  color: var(--gray) !important;
}

.text_light {
  color: var(--light) !important;
}

.text_danger {
  color: var(--danger) !important;
}

.text_blue {
  color: #3599B6 !important;
}

.text_purple {
  color: #403A7A !important;
}

.text_dark {
  color: var(--dark) !important;
}

.subtitle {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact__custom-btn {
  max-width: 380px;
}

.contact__custom-btn button {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.mr28 {
  margin-right: 28px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mt28 {
    margin-top: 28px;
}

.mt28 {
    display: block;
}

.tac {
  text-align: center;
}

@media (max-width: 600px) {
  .custom-btn {
    padding: 8px 10px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.signup__container {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .container {
    max-width: 800px;
  }
    #login-as-a-customer-li {
        margin-left: 20px!important;
    }
}

.headline {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}

.headline-1 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
}

.headline-2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

.headline-3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}

.headline-4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.headline-5 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}

.headline-6 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}

.primary-text {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}

.secondary-text {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
}

.small-text {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
}

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.nav__logo {
  flex: 0 0 60px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.nav__logo img {
  max-width: 40px;
  width: 100%;
  display: block;
}

.nav__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.nav__list {
  display: flex;
}

.nav__list-hr {
  display: none;
}

.nav__list li {
  list-style: none;
  margin: 0px 0px 0px 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.nav__link {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
.custom-btn_purple {
    background: #403a7a;
}
.nav__link-btn {
  display: none;
}

.nav__link:hover {
  text-decoration: none !important;
    cursor: pointer;
}

.nav__burger {
  display: none;
}

.nav__menu {
  width: 100%;
  z-index: 3;
}
.modal-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.nav__menu ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.nav__menu-btn {
  width: 90%;
  z-index: 3;
}

.nav__menu-btn ul {
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.nav__custom-btn {
  max-width: 100px;
  width: 100%;
  color: var(--light);
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

.nav__btn_signin {
  color: #FFFFFF;
}

.nav__btn_signin:hover {
  color: #FFFFFF;
}

.nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2B42;
  z-index: 2;
}
.nav__link_hover {
    color: #FFFFFF !important;
    cursor: pointer !important;
}
.nav__menu.burger__active .nav__list li .nav__link_hover {
    color: #2B2B42 !important;
}
@media (max-width: 994px) {
  .nav .container {
    max-width: 900px;
    width: 100%;
  }

  .nav__link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
    .nav__menu {
        position: fixed;
        top: -100%;
        right: 0;
        width: 100%;
        height: 50%;
        background-color: #FFFFFF;
        padding: 100px 0px 0px 0px;
    }

    .nav__menu-btn {
        display: none;
    }

    .nav__menu-btn ul {
        list-style: none;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .nav__link-btn {
        max-width: 300px;
        width: 100%;
    }
    .nav__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }

    .nav__logo {
        display: block;
        position: relative;
        z-index: 3;
    }

    .nav__burger::before,
    .nav__burger::after {
        content: '';
        background-color: #FFF;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .nav__burger::before {
        top: 0;
    }

    .nav__burger::after {
        bottom: 0;
    }

    .nav__burger.burger__active::before {
        transform: rotate(45deg);
        top: 9px;
        background-color: #2B2B42;
    }

    .nav__burger.burger__active::after {
        transform: rotate(-45deg);
        bottom: 9px;
        background-color: #2B2B42;
    }

    .nav__burger.burger__active span {
        transform: scale(0);
    }
    .nav__menu.burger__active ul li a {
     color: #2B2B42;
    }
    .nav__menu.burger__active ul li a:hover {
        color: #2B2B42;
        text-decoration: none;
        cursor: pointer;
    }
    .nav__burger span {
        position: absolute;
        background-color: #FFF;
        left: 0;
        width: 30px;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }

    .nav__link {
        color: #2B2B42;
        margin-top: 20px;
    }

    .nav__list {
        flex-direction: column;
    }

    .nav__list-hr {
        position: absolute;
        right: 0;
        top: 100px;
        max-width: 280px;
        width: 100%;
        height: 1px;
        background: #ECEEEF;
        transform: matrix(1, 0, 0, -1, 0, 0);
        display: block;
    }

    .nav__list li {
        color: #2B2B42;
        margin-top: 20px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .nav__menu {
        position: fixed;
        top: -100%;
        right: 0;
        width: 50%;
        height: 60%;
        background-color: #FFFFFF;
        padding: 100px 0px 0px 0px;
    }

    .nav__menu-btn {
        display: none;
    }

    .nav__menu-btn ul {
        list-style: none;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .nav__link-btn {
        display: block;
        position: absolute;
        bottom: 20px;
        max-width: 280px;
        width: 100%;
        padding: 12px;
        border: 1px solid #222B45;
        border-radius: 4px;
        background: none;
    }

    .nav__menu.burger__active {
        top: 0;
    }
}




.header {
  background: var(--primary-bg);
  padding-top: 100px;
}

.header__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.header__custom-btn {
  max-width: 191px;
  color: var(--light);
  margin: 0px auto;
  margin-top: 28px;
}

.header__img {
  max-width: 950px;
  width: 100%;
  margin-top: 68px;
}

@media (max-width: 942px) {
  .header__container {
    max-width: 768px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .header span {
    font-size: 30px;
  }

  .header p {
    font-size: 16px;
  }
}

@media (max-width: 475px) {
  .header__container {
    max-width: 300px;
    width: 100%;
  }
}

.slider {
  background: var(--light-bg);
  padding-top: 60px;
}

.carousel {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: var(--light-bg);
}

.carousel__slide {
  text-align: center;
  margin-top: 50px;
}

.carousel__track-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.carousel__track {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  transition: transform 700ms ease-in;
}

.carousel__slide {
  position: absolute;
  /* stack images on top of each other */
  top: 0;
  bottom: 0;
  height: 500px;
  width: 100%;
}

.carousel__slide_text {
  max-width: 556px;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-top: 32px;
}

.carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.carousel__button img:hover,
.carousel__nav button:hover {
  transform: scale(1.2);
  transition: all ease-in 0.2s;
}

.carousel__button--left {
  left: -40px;
  /* position away from image */
}

.carousel__button--right {
  right: -40px;
}

.carousel__button img {
  width: 30px;
}

.carousel__nav {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.carousel__indicator {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #E1E5EE;
  margin: 0 12px;
  cursor: pointer;
}

.carousel__indicator.current-slide {
  background: #231C6C;
}

@media (max-width: 996px) {
  .carousel__button--right {
    right: 10px;
    margin-top: 30px;
  }

  .carousel__button--left {
    left: 10px;
    margin-top: 30px;
  }

  .carousel__slide_text {
    max-width: 300px;
    font-size: 16px;
    margin-top: 10px;
  }
}

/* resize images for different screen sizes */

@media all and (max-width: 900px) {
  .carousel {
    height: 300px;
    max-width: 600px;
  }

  .carousel__slide {
    width: 600px;
    height: 300px;
  }
}

@media all and (max-width: 720px) {
  .carousel {
    height: 250px;
    max-width: 500px;
  }

  .carousel__slide {
    width: 500px;
    height: 250px;
  }
}

@media (max-width: 600px) {
  .carousel {
    height: 200px;
    max-width: 400px;
  }

  .carousel__nav {
    padding-top: 0;
    margin-top: 20px;
  }

  .carousel__slide span {
    margin-top: 10px;
  }

  .carousel__button--right {
    right: -50px;
    margin-top: 30px;
  }

  .carousel__button--left {
    left: -50px;
    margin-top: 30px;
  }

  .carousel__slide_text {
    max-width: 300px;
    font-size: 12px;
    margin-top: 0;
  }

  .carousel__slide {
    width: 300px;
    height: 200px;
  }

  .carousel__slide {
    position: absolute;
    /* stack images on top of each other */
    top: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .carousel__slide_text {
    max-width: 406px;
    width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 485px) {
  .carousel {
    height: 150px;
    max-width: 350px;
  }

  .carousel__slide {
    width: 350px;
    height: 150px;
  }

  .carousel__button--right {
    display: none;
  }

  .carousel__button--left {
    display: none;
  }
}

@media (max-width: 380px) {
  .carousel {
    max-width: 300px;
  }

  .carousel__slide {
    width: 300px;
    height: 120px;
  }
}

.footer {
  background: var(--light);
    margin-top: 78px;
}

.footer__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__about {
  max-width: 380px;
  width: 100%;
  margin-right: 100px
}

.footer__menu {
    max-width: 456px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.footer__menuTwo {
    max-width: 456px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.footer__title {
  font-weight: 600;
  line-height: 22px;
  color: #222B45;
  cursor: pointer;
}

.footer__text {
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
}

.footer__text:hover {
  color: #222B45;
}

.footer__block {
  display: none;
}

@media (max-width: 1230px) {
  .footer__flex {
    margin-left: 10px;
  }
}

@media (max-width: 1025px) {
  .footer__flex {
    padding-top: 0;
  }
}
@media (max-width: 992px){
    .footer__flex {
        flex-direction: column;
    }
    .footer__menu-logo {
        order: -2;
    }
    .footer__menuTwo {
        justify-content: start;
    }

}

    @media (max-width: 912px) {
  .footer__about {
    display: none;
  }

  .footer__block {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-left: 10px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .footer__flex {
    padding-left: 0;
  }

  .footer__menu {
    max-width: max-content;
  }

  .footer__left {
    margin-left: 10px;
  }
}

@media (max-width: 325px) {
  .footer__menu {
    margin-right: 30px;
  }
}

.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  background: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  padding: 5px;
  top: 0;
  right: -44px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  cursor: pointer;
}

.dropdown-content:hover {
  color: var(--danger);
}

.dropdown:hover .dropdown-content {
  display: block;
}


@keyframes animate {
  from {
    top: -320px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.select-box {
  display: flex;
  width: 435px;
  flex-direction: column;
}

.select-box .options-container {
  background: #F4F5F6;
  color: #f5f6fa;
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
  order: 1;
}

.selected {
  display: flex;
  justify-content: space-between;
  background: #F4F5F6;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #8F8F8F;
  position: relative;
  order: 0;
}

.selected-icon {
  transform: rotate(268deg);
}

.selected::after {
  content: "";
  background: url("img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;
  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active + .selected::after {
  transform: rotateX(180deg);
  top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  border-radius: 0 8px 8px 0;
  background: #8F8F8F;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #8F8F8F;
  color: #F4F5F6;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.problems {
  background: var(--primary-bg);
}

.problems__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.problems__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 198px;
}

.problems__block_title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
}

.problems__block_text {
  max-width: 460px;
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}

.problems__links {
  color: #3A95FF;
}

.problems__core {
  text-align: center;
}

.problems__core_block {
  max-width: 300px;
  width: 100%;
  background: var(--gray-dark);
  padding: 18px;
  opacity: .9;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.problems__core_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  margin-top: 68px;
}

@media (max-width: 1025px) {
  .problems__container {
    max-width: 920px;
  }

  .problems__block {
    padding-left: 20px;
  }

  .problems__block_text {
    max-width: 275px;
  }

  .problems__block span {
    font-size: 24px;
  }

  .problems__flex {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .problems__flex img {
    max-width: 480px;
  }

  .problems__core_flex {
    flex-direction: column;
    margin-top: 30px;
  }

  .problems__core span {
    font-size: 24px;
  }

  .problems__core_block {
    margin-top: 20px;
  }
}

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

  .problems__flex img {
    max-width: 400px;
    width: 100%;
  }

  .problems__core_text {
    max-width: 275px;
  }

  .problems__core span {
    font-size: 20px;
  }

  .problems__block_text {
    max-width: 400px;
    width: 100%;
  }

  .problems__block__block {
    padding-left: 20px;
  }
}

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

  .problems__flex img {
    max-width: 300px;
    width: 100%;
  }

  .problems__core span {
    font-size: 16px;
  }
}

.about {
  background: var(--light-bg);
}

.about__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.about__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__block {
  max-width: 460px;
  width: 100%;
}

.about__block_text {
  color: var(--gray);
}

@media (max-width: 1025px) {
  .about__container {
    max-width: 920px;
  }

  .about__flex img {
    max-width: 400px;
  }

  .about__block span {
    font-size: 24px;
  }

  .about__block p {
    font-size: 14px;
  }
}

@media (max-width: 808px) {
  .about__flex {
    flex-direction: column;
    display: flex;
    text-align: center;
  }

  .about__flex img {
    order: 2;
  }

  .about__block {
    padding-top: 30px;
  }
}

@media (max-width: 430px) {
  .about__block {
    max-width: 300px;
  }

  .about__flex img {
    max-width: 300px;
    width: 100%;
  }
}

.advant {
  background: var(--light);
  padding-top: 50px;
  padding-bottom: 100px;
}

.advant__list {
  text-align: center;
}

.advant__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.advant__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advant__item_icons {
  max-width: 104px;
  display: flex;
    justify-content: center;
  width: 100%;
  padding: 24px;
  background: #57528C;
  border-radius: 16px;
}
.advant__item_icons img {
    max-width: 50px;
    width: 100%;
    height:50px;
}
.advant__item_circle {
  width: 12px;
  height: 12px;
  background: #7B78A7;
  border-radius: 50%;
  margin-top: 32px;
}

.advant__item_title {
  margin-top: 24px;
}

.advant__item_text {
  max-width: 270px;
  width: 100%;
  color: var(--gray);
  margin-top: 24px;
}

@media (max-width: 1222px) {
  .advant__flex {
    justify-content: space-around;
  }
  .advant__item_icons {
    max-width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
  }

    .advant__item_icons img {
        height: 34px;
    }

  .advant__item_text {
    max-width: 200px;
    font-size: 14px;
  }
}

@media (max-width: 838px) {
  .advant__flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .advant__item {
    margin-top: 30px;
  }

  .advant__item_title {
    font-size: 20px;
  }
}

.attainment {
  padding-bottom: 130px;
}

.attainment__list {
  text-align: center;
  margin-top: 100px;
}

.attainment__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.attainment__item {
  text-align: center;
}

.attainment__item_text {
  max-width: 270px;
  width: 100%;
  color: var(--gray);
    margin-top: 10px;
}

@media (max-width: 1025px) {
  .attainment__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .attainment__item_text {
    max-width: 360px;
  }
}

@media (max-width: 800px) {
  .attainment {
    padding-bottom: 50px;
  }

  .attainment__list {
    margin-top: 50px;
  }

  .attainment__flex {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .attainment__list span {
    font-size: 24px;
  }
}

.contact {
  position: relative;
}

.contact__bg {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  z-index: -2;
}

.contact__img {
  position: absolute;
  max-width: 250px;
  width: 100%;
  right: 260px;
  bottom:54px;
}

.contact__form {
  position: relative;
  max-width: 380px;
  width: 100%;
  padding-top: 50px;
}

.contact__form_input {
  max-width: 380px;
  width: 100%;
  background: none;
  padding: 12px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 4px;
  outline: none;
}

.contact__form_input:focus {
  border: 1px solid #FFFFFF;
}

.contact__form_input::placeholder {
  color: #FFFFFF;
  opacity: .6;
}

.contact__form_input::placeholder:focus {
  color: var(--gray);
}
@media (max-width: 992px) {
    .contact__img {
        right: 139px;
    }
}
    @media (max-width: 990px) {
  .contact__form {
    padding-left: 20px;
  }

  .contact__img {
    display: none;
  }
}

@media (max-width: 600px) {
  .contact__bg {
    height: 556px;
  }

  .contact__form {
    padding-top: 50px;
  }

  .contact__form span {
    font-size: 30px;
  }
}

.signup {
  width: 100%;
  background: var(--light);
}

.signup__logo img{
  max-width: 104px;
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  margin: 0 auto;
}

.signup__block {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}

.signup__form_input {
  max-width: 345px;
  width: 100%;
  padding: 12px;
  background: #F4F5F6;
  border-radius: 8px;
  color: #222B45;
  outline: none;
  border: none;
  margin-top: 8px;
}

.signup__form span {
  margin-top: 15px;
}

.signup__form_input:focus {
  border: 1px solid #8F8F8F;
}

.signup__form_btn {
  max-width: 346px;
  width: 100%;
  font-weight: 600;
  margin-top: 40px;
  color: var(--light);
}

.signup__form_text {
  text-align: center;
  margin-top: 10px;
}

.signup__links {
  text-decoration-line: underline;
  color: #403A7A;
}

@media (max-width: 400px) {
  .signup__logo {
    max-width: 50px;
    width: 100%;
  }

  .signup__block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .signup__block span {
    font-size: 32px;
  }

  .signup__form span {
    font-size: 14px;
  }
}

@media (max-width: 355px) {
  .signup__block {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
  }

  .signup__form {
    max-width: 300px;
    width: 100%;
  }

  .signup__form_input {
    max-width: 300px;
    width: 100%;
  }
}

.dashboard {
  background: var(--light);
  padding-top: 100px;
}

.dashboard__loguot-btn {
  font-size: 18px;
  margin-right: 20px;
  background: transparent;
}

.dashboard__loguot_nav-btn {
  /*display: none;*/
  background: transparent;
    margin-right: 20px;
}

.dashboard__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 39px;
  margin-bottom: 30px;
}

.dashboard__nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.dashboard__burger_logo {
  display: none;
}

.dashboard__menu {
  position: relative;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  margin: 0 auto;
}

.dashboard__menu_burger {
  display: none;
}

.dashboard__menu-active {
  color: #403A7A;
  font-weight: 600;
  border-bottom: 2px solid #403A7A;
}

.dashboard__menu-active:hover {
  text-decoration: none;
  color: #403A7A;
}

.dashboard__menu-default {
  font-weight: 600;
}

.dashboard__menu-default:hover {
  color: #403A7A;
  border-bottom: 2px solid #403A7A;
  transition: width 0.3s ease-out;
}

.dashboard__nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: #FFFFFF;
}

.dashboard__nav_burger {
  display: none;
}

.dashboard__nav_body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.dashboard__nav_myaccount {
  display: flex;
  position: relative;
  z-index: 3;
}

.dashboard__nav_myaccount img {
  max-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.dashboard__nav_logo {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard__nav_logo img {
  max-width: 40px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.dashboard__nav_btn {
  max-width: 182px;
  width: 100%;
  color: var(--light);
  text-align: center;
}

.dashboard__nav_btn:hover {
  color: var(--light);
  text-decoration: none;
}

.dashboard__nav_menu {
  width: 100%;
  display: flex;
  font-weight: 600;
  line-height: 120%;
  justify-content: space-between;
  margin: 0 auto;
}

.dashboard__nav_menu-btn {
  width: 90%;
  z-index: 3;
}

.dashboard__nav_menu-btn ul {
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.dashboard__nav_menu .burger-btn {
  display: none;
}

.dashboard__nav_hr {
  width: 100%;
  height: 1px;
  background: var(--light-bg);
}

.dashboard__menu-btn {
  width: 90%;
  z-index: 99;
}

.dashboard__info {
  max-width: 300px;
  width: 100%;
  background: var(--light);
  padding: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  text-align: center;
}

.dashboard__links {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
  border: 1.8px solid #005BC7;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

.dashboard__myclients_table {
  max-width: 1200px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 32px 55px;
  margin-top: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.dashboard__myclients_table-img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard__myclients_table-names {
  font-weight: 600;
  line-height: 120%;
  margin-left: 10px;
  margin-top: 12px;
}

.dashboard__myclients_table-info {
  display: flex;
}

.dashboard__myclients_thead {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.dashboard__myclients_thead-point {
  width: 4px;
  height: 4px;
  background: #979B9D;
  border-radius: 7px;
  margin-bottom: 2px;
}

.dashboard__payouts_container {
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
}

.dashboard__payouts_info {
  max-width: 220px;
  width: 100%;
  background: #FFFFFF;
  padding: 23px 50px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  text-align: center;
  margin-right: 10px;
}

.dashboard__payouts_data {
  max-width: 702px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 28px 48px;
}

.dashboard__payouts_data-hr {
  max-width: 606px;
  width: 100%;
  height: 1px;
  background: #E5E7E9;
  border-radius: 16px;
  margin-top: 12px;
}

.dashboard__payouts_data-text span {
  max-width: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-right: 10px;
}

.dashboard__payouts_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #000;
}

.dashboard__payouts_block:hover {
  color: #000;
}

.dashboard__payouts_btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-top: 37px;
  margin-bottom: 35px;
}

.dashboard__payouts_btn img {
  margin-right: 10px;
}

.dashboard__payouts_btn:hover {
  color: #000;
}





.dashboard .table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom-color: currentColor;
}

.dashboard .table th {
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.dashboard .table td {
  padding: 15px;
}

.dashboard .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dddddd;
}

.logout__nav-button {
  display: none;
}

.logout-button {
  font-size: 18px;
  background: transparent;
}

@media (max-width: 942px) {
  .dashboard__info {
    margin-right: 10px;
  }

  .dashboard__payouts_container {
    max-width: 500px;
  }

  .dashboard__payouts_container span {
    font-size: 20px;
  }

  .dashboard__payouts_info {
    padding: 10px 10px;
  }

  .dashboard__payouts_info p {
    font-size: 14px;
  }

  .dashboard__payouts_info span {
    font-size: 18px;
  }

  .dashboard__myclients-width {
    max-width: 200px;
  }

  .dashboard__myclients_table-names {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .dashboard__burger_logo {
    display: block;
  }

  .dashboard__burger_logo img {
    width: 40px;
    height: 40px;
  }

  .dashboard__menu {
    z-index: 3;
  }

  .dashboard__loguot-btn {
    display: none;
  }

  .dashboard__loguot_nav-btn {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 18px;
    margin-left: 20px;
  }

  .dashboard__nav_menu-btn {
    display: block;
    z-index: 99;
  }

  .burger-btn {
    display: block;
    position: relative;
  }

  .dashboard__nav_burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
  }

  .dashboard__nav_burger .burger-btn {
    display: block;
  }

  .dashboard__nav_logo {
    display: block;
    position: relative;
    z-index: 3;
    margin-right: 10px;
  }

  .dashboard__nav_burger::before,
  .dashboard__nav_burger::after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .dashboard__nav_burger::before {
    top: 0;
  }

  .dashboard__nav_burger::after {
    bottom: 0;
  }

  .dashboard__nav_burger.burger__active::before {
    transform: rotate(45deg);
    top: 9px;
    background-color: #2B2B42;
  }

  .dashboard__menu.burger__active::before {
    display: none;
  }

  .dashboard__nav_burger.burger__active::after {
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #2B2B42;
  }

  .dashboard__nav_burger.burger__active span {
    transform: scale(0);
  }

  .dashboard__nav_burger span {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 30px;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }

  .dashboard__nav_menu {
    position: fixed;
    top: -100%;
    flex-direction: column;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #686161;
    border-radius: 20px;
    z-index: 4;
  }

  .dashboard__menu_burger {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 270px;
  }

  .nav__link {
    color: #2B2B42;
    margin-top: 20px;
  }

  .dashboard__nav_menu.burger__active {
    top: 80px;
  }

  .dashboard__nav_menu.burger__active .burger-btn {
    display: block;
    margin-bottom: 288px;
    margin-left: 15px;
  }

  .dashboard__nav_logo {
    display: none;
  }

  .dashboard__nav_myaccount {
    max-width: 100px;
    width: 100%;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  .dashboard__payouts_container {
    max-width: 310px;
  }

  .dashboard__payouts_container span {
    font-size: 20px;
  }

  .dashboard__payouts_block span {
    font-size: 14px;
  }

  .dashboard__payouts_data-text {
    font-size: 14px;
  }

  .dashboard__info {
    padding: 5px;
  }

  .dashboard__info span {
    font-size: 16px;
  }

  .dashboard__info p {
    font-size: 12px;
  }
}

@media (max-width: 682px) {
  .dashboard__myclients_table {
    padding: 22px 10px;
  }
}

#focus {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#download-popup {
  height: 280px;
  width: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  border: 2px solid;
  padding: 10px;
  background: #ffffff;
  border-radius: 9px;
  transform: translate(-50%, -50%);
}

.close {
  right: 5px;
  top: 5px;
  float: right;
}

.property__container {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.property__nav {
  display: flex;
  color: #222b45;
  margin-top: 32px;
}

.property__nav img {
  margin-right: 10px;
}

.property__nav:hover {
  display: flex;
  color: #222b45;
}

.property__clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}

.property__clients_info {
  display: flex;
  align-items: center;
    width: 600px;
}

.property__clients_profile-photo {
    position: relative;
    margin-right: 15px;
}
.property__clients_profile-photo img {
    width: 144px;
    height: 144px;
    object-fit: cover;
}

.edit-image-icon {
    position: absolute;
    right: 5px;
    bottom: 15px;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.property__clients_texts {
  display: flex;
  flex-direction: column;
  max-width: 500px;
    width: 100%;
  margin-left: 10px;
}

.property__clients_texts .texts-block {
  margin-right: 20px;
}

.property__clients_texts-value {
    border-bottom: 1px solid #ECEEEF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.property__clients_text {
  display: flex;
  justify-content: space-between;
}

.property__clients-btn {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.property__clients-btn .btn__action {
  max-width: 180px;
  width: 100%;
  padding: 12px 40px;
  background: none;
  border: 1px dashed #979b9d;
  box-sizing: border-box;
  border-radius: 8px;
}

.property__clients-hr {
  max-width: 830px;
  width: 100%;
  height: 1px;
  background: #eceeef;
  margin-top: 28px;
}

.property__clients-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.property__clients-menu_list {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
}

.property__clients-menu_item {
  display: flex;
}

.property__clients-menu_item.active {
  color: #403a7a;
  border-top: 2px solid #403a7a;
  padding-top: 10px;
}

.property__clients-menu_item.active svg {
  stroke: #403a7a;
}

.property__clients-menu_item.active span {
  color: #403a7a;
}

.property__clients-menu_item.default {
  border-top: 2px solid transparent;
  padding-top: 12px;
}

.property__clients-menu_item.default:hover {
  border-top: 2px solid #403a7a;
}

.property__clients-menu_icon {
  margin-right: 5px;
  stroke: #403a7a;
}

.property__clients-menu_default {
  padding-top: 12px;
}

.property__house_photo {
  max-width: 144px;
  width: 100%;
  height: 144px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 20px;
    object-fit: cover;
}

.property__bg {
  display: flex;
  margin: 0 auto;
}

.property__select {
  /*max-width: 440px;*/
  width: 100%;
  padding: 15px 20px 15px 20px;
  color: #000;
  background: #f4f5f6;
  border-radius: 8px;
  border: none;
  /*margin-top: 8px;*/
}

.property__select option {
  max-width: 440px;
  width: 100%;
  padding: 15px 20px 15px 20px;
  background-color: #f4f5f6;
}

.property__block_hr {
  max-width: 440px;
  width: 100%;
  height: 1px;
  background: #eceeef;
  margin-top: 20px;
}

.property__block_btn {
  width: 100%;
    background: #5BB759;
    border-radius: 8px;
    color: #FFFFFF;
  font-size: 18px;
}

.property__block_btn:hover {
  color: var(--light);
}

.property__added {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.property__added_block {
  color: #000;
    margin-right: 15px;
    margin-top: 10px;
}

.property__added_block:hover {
  color: #000;
}

.property__added_img {
  min-width: 260px;
  max-width: 260px;
  width: 100%;
  height: 200px;
  background: #f4f5f6;
  border-radius: 16px;
  object-fit: cover;
}

.property__finish_nav {
  display: flex;
  justify-content: space-between;
  background: #f4f5f6;
  box-shadow: 0px 2px 0px #e5e7e9;
  border-radius: 20px 20px 0px 0px;
  padding: 12px 13px;
}

.property__finish_link {
  display: flex;
  justify-content: space-between;
  background: #f4f5f6;
  box-shadow: 0px 2px 0px #e5e7e9;
  border-radius: 20px 20px 0px 0px;
  padding: 12px 13px;
}

.property__finish_block {
  padding: 20px;
}

.property__finish_clients {
  /*max-width: 400px;*/
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f4f5f6;
  border-radius: 8px;
  margin-top: 20px;
}

.property__finish_clients-name {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f4f5f6;
  border-radius: 8px;
  margin-top: 20px;
}

.property__finish_btn-cancel {
  max-width: 284px;
  width: 100%;
  background: #f4f5f6;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--gray);
}

.property__finish_btn-cancel:hover {
  color: var(--gray);
  border: 1px solid gray;
  opacity: .7;
}

.property__finish_btn-finish {
  max-width: 284px;
  width: 100%;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.property__finish_btn-finish:hover {
  color: #ffffff;
  opacity: .9;
}

.property__file {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -22px;
}

.property__file_block {
  height: 200px;
  width: 260px;
  background: #F4F5F6;
  border-radius: 16px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.property__file_block img {
  max-width: 85px;
  width: 100%;
}

.property__block_upload {
  display: flex;
  flex-direction: column;
  /*max-width: 440px;*/
  width: 100%;
  background: #f4f5f6;
  border: 2px dashed #c1c3c4;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  padding: 44px 33px;
  position: relative;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}

.property__block_upload img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.property__block_upload input.upload {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  height: 100%;
}

@media (max-width: 860px) {
  .property__container {
    max-width: 650px;
  }

  .property__added_block {
    margin-top: 20px;
  }

  .property__clients_photo {
    max-width: 100px;
    width: 100%;
    height: 100px;
    margin-right: 20px;
  }
}

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

  .property__clients-btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
  }

  .property__clients-btn .btn__action {
    padding: 2px 20px;
    margin-left: 20px;
  }

  .property__added {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .property__container {
    max-width: 400px;
  }

  .property__finish_btn-cancel {
    max-width: 150px;
    width: 100%;
  }

  .property__finish_btn-finish {
    max-width: 150px;
    width: 150px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .property__clients_photo {
    max-width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .property__clients_text {
    flex-direction: column;
  }

  .property__clients_texts span {
    font-size: 20px;
  }

  .property__clients_texts .texts-block {
    margin-right: 10px;
  }

  .property__bg-text {
    font-size: 20px;
  }

  .property__container {
    max-width: 310px;
  }

  .property__house_photo {
    max-width: 100px;
    width: 100%;
    height: 100px;
  }
}
