:root {
  --bg-color: #000;
  --text-color: #fff;
  --accent-color: #495cff;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-150%);
  }
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--text-color);
  min-width: 320px;
  color: var(--text-color) !important;
  font-family: 'Montserrat', sans-serif;
}

nav {
  padding: 32px 0px !important;
}

main {
  background-color: var(--bg-color);
  border-radius: 0px 0px 20px 20px;
}

footer {
  color: var(--bg-color);
}

main.main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1400px) {
  * {
    scroll-margin-top: 123px;
  }

  .navbar-nav {
    padding: 0 180px;
    align-items: center;
  }

  .nav-btn-large {
    padding-right: 48px;
  }

  .nav-logo div {
    padding-left: 48px;
  }

  .heading {
    width: 947px;
    margin-top: 129px;
    margin-right: auto;
    margin-left: 246px;
    margin-bottom: 250px;
  }

  .heading h1 {
    font-size: 64px;
  }

  .heading p {
    font-size: 24px;
  }

  .heading-info {
    margin-top: 60px;
    margin-left: -50px;
  }

  .logo-container {
    margin-bottom: 121px;
  }

  .logo-container .large {
    margin-right: 50px;
  }

  .logo-container img {
    height: 60px;
  }

  .lekpharm {
    flex: 0 0 auto;
    width: 22%;
  }

  .animated {
    gap: 70px;
  }

  .logo {
    max-width: 100%;
    height: auto;
    fill: var(--text-color);
    transition: opacity 0.3s ease-in-out;
  }

  .services {
    margin-left: 223px;
    margin-right: auto;
    margin-bottom: 85px;
  }

  .services-heading img {
    width: 442px;
    height: 269px;
  }

  .services-heading h2 {
    font-size: 48px;
  }

  .services-content {
	margin-left: 138px;
  }

  .accordion-item {
    width: 700px;
  }

  .accordion-header button {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .accordion-list-item {
    font-size: 20px;
  }

  .accordion-list-item::before {
    margin-left: -24px;
  }

  .technologies {
    margin-left: 223px;
    margin-right: auto;
    margin-bottom: 138px;
  }

  .technologies-heading {
    margin-right: 200px;
  }

  .technologies-heading img {
    width: 389px;
    height: 225px;
  }

  .technologies-heading h2 {
    font-size: 48px;
  }

  .technologies-content {
    margin: 85px 300px 0 149px;
  }

  .technologies-content .row {
    row-gap: 22px;
    column-gap: 22px;
  }

  .technologies-item {
	min-height: 140px;
    flex: 1 0 auto;
    padding: 20px 10px 20px 15px;
  }

  .technologies-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .technologies-item p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .advantages {
    margin-bottom: 220px;
    margin-left: 223px;
    margin-right: auto;
  }

  .advantages-heading img {
    width: 110px;
    height: 92px;
  }

  .advantages-heading h2 {
    font-size: 48px;
  }

  .advantages-content {
    margin-top: 148px;
    margin-left: 138px;
    margin-right: 210px;
  }

  .advantages-item {
    background: url('../img/list-marker.svg') no-repeat -3px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 105px;
    vertical-align: middle;
  }

  .advantages-item p {
    font-size: 28px;
  }

  .cases {
    margin-right: auto;
  }

  .cases-heading {
    margin-left: 223px;
  }

  .cases-heading img {
    width: 345px;
    height: 192px;
    margin-left: 150px;
  }

  .cases-heading h2 {
    font-size: 48px;
  }

  .cases-content {
    margin: 121px 91px 0px 86px;
  }

  .cases-content .row {
    row-gap: 35px;
    column-gap: 38px;
  }

  .cases-item {
    flex: 1 0 auto;
    padding: 35px 25px 35px 40px;
  }

  .cases-item h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .cases-item p {
    font-size: 20px;
  }

  .advice {
    margin-top: 101px;
    margin-bottom: 98px;
  }
  
  .advice a {
    width: 628px;
    height: 105px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
  }
  
  .advice a:hover {
    background-color: #7a88ff;
  }
  
  .advice p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 38px 0;
  }

  .footer {
    padding: 108px 53px 70px 61px;
  }

  .footer .picture {
    align-self: flex-end;
    width: 357px;
    height: 267px;
	margin-bottom: -70px;
	margin-right: -40px;
  }
  
  .footer-content-header .logo {
    width: 149px;
    height: 35px;
  }

  .footer-content-header {
    margin-bottom: 75px;
  }

  .footer-content-header h3 {
    font-size: 36px;
  }

  .fixed-button {
    padding: 80px;
  }

  .fixed-button img {
    width: 65px;
    height: 65px;
  }

  .circle-1 {
    position: absolute;
    top: 660px;
    left: -581px;
    width: 837px;
    height: 828px;
    border-radius: 837px;
    background: var(--accent-color);
  }

  .circle-container-2 {
    width: 250px;
    height: 1550px;
    position: absolute;
    top: 1395px;
    right: 0px;
    overflow: hidden;
    opacity: 1;
    display: block;
  }

  .circle-2 {
    width: 1800px;
    height: 1800px;
    border-radius: 1800px;
    background: var(--accent-color);
  }

  .circle-3 {
    position: absolute;
    top: 4037px;
    left: -678px;
    width: 837px;
    height: 837px;
    border-radius: 837px;
    background: var(--accent-color);
  }

  .circle-container-4 {
    width: 250px;
    height: 1550px;
    position: absolute;
    top: 4342px;
    right: 0px;
    overflow: hidden;
  }

  .circle-4 {
    width: 1290px;
    height: 1290px;
    border-radius: 1290px;
    background: var(--accent-color);
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  * {
    scroll-margin-top: 123px;
  }

  .navbar-nav {
    padding: 0;
    align-items: center;
  }

  .navbar-collapse {
    flex: 0 0 auto;
    width: 50%;
  }

  .nav-logo {
    flex: 0 0 auto;
    width: 21%;
  }

  .nav-btn-large {
    padding-right: 24px;
  }

  .nav-logo div {
    padding-left: 24px;
  }

  .circle-1 {
    position: absolute;
    top: 660px;
    left: -481px;
    width: 637px;
    height: 628px;
    border-radius: 637px;
    background: var(--accent-color);
  }

  .circle-container-2 {
    display: none;
  }

  .circle-2 {
    width: 1100px;
    height: 1100px;
    border-radius: 1100px;
    background: var(--accent-color);
  }

  .circle-3 {
    position: absolute;
    top: 3537px;
    left: -528px;
    width: 637px;
    height: 637px;
    border-radius: 637px;
    background: var(--accent-color);
  }

  .circle-container-4 {
    width: 200px;
    height: 1550px;
    position: absolute;
    top: 4142px;
    right: 0px;
    overflow: hidden;
  }

  .circle-4 {
    width: 900px;
    height: 900px;
    border-radius: 900px;
    background: var(--accent-color);
  }

  .heading {
    width: 905px;
    margin: 100px auto 200px;
  }

  .heading-info-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .heading h1 {
    font-size: 50px;
  }

  .heading p {
    font-size: 20px;
  }

  .heading-info {
    margin-top: 60px;
    margin-left: -40px;
  }

  .logo-container {
    margin-bottom: 100px;
  }

  .logo-container .large {
    margin-right: 50px;
  }

  .logo-container img {
    height: 40px;
  }

  .animated {
    gap: 50px;
  }

  .logo {
    max-width: 100%;
    height: auto;
    fill: var(--text-color);
    transition: opacity 0.3s ease-in-out;
  }

  .lekpharm {
    flex: 0 0 auto;
    width: 22%;
  }

  .services {
    margin-left: 150px;
    margin-right: auto;
    margin-bottom: 80px;
  }

  .services-heading img {
    width: 320px;
    height: 185px;
  }

  .services-heading h2 {
    font-size: 40px;
  }

  .services-content {
    margin-left: 90px;
  }

  .accordion-item {
    width: 700px;
  }

  .accordion-header button {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .accordion-list-item {
    font-size: 20px;
  }

  .accordion-list-item::before {
    margin-left: -24px;
  }

  .technologies {
    margin-left: 150px;
    margin-right: auto;
    margin-bottom: 110px;
  }

  .technologies-heading {
    margin-right: 100px;
  }

  .technologies-heading img {
    width: 305px;
    height: 186px;
  }

  .technologies-heading h2 {
    font-size: 40px;
  }

  .technologies-content {
    margin: 85px 200px 0 109px;
  }

  .technologies-content .row {
    row-gap: 22px;
    column-gap: 22px;
  }

  .technologies-item {
    min-height: 165px;
    flex: 1 0 auto;
    padding: 20px 10px 0 15px;
  }

  .technologies-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .technologies-item p {
    font-size: 16px;
  }

  .advantages {
    margin-left: 150px;
    margin-right: auto;
    margin-bottom: 190px;
  }

  .advantages-heading img {
    width: 110px;
    height: 92px;
  }

  .advantages-heading h2 {
    font-size: 48px;
  }

  .advantages-content {
    margin-top: 118px;
    margin-left: 70px;
    margin-right: 150px;
  }

  .advantages-item {
    background: url('../img/list-marker.svg') no-repeat -3px 6px transparent;
    list-style-type: none;
    margin: 0;
    margin-bottom: 50px;
    padding-left: 105px;
    vertical-align: middle;
  }

  .advantages-item p {
    font-size: 28px;
  }

  .cases {
    margin-right: auto;
  }

  .cases-heading {
    margin-left: 150px;
  }

  .cases-heading img {
    width: 345px;
    height: 192px;
    margin-left: 25px;
  }

  .cases-heading h2 {
    font-size: 40px;
  }

  .cases-content {
    margin: 150px 60px 0px 55px;
  }

  .cases-content .row {
    row-gap: 24px;
    column-gap: 26px;
  }

  .cases-item {
    flex: 1 0 auto;
    padding: 25px 18px 25px 30px;
  }

  .cases-item h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cases-item p {
    font-size: 16px;
  }

  .advice {
    margin-top: 101px;
    margin-bottom: 98px;
  }
  
  .advice a {
    width: 628px;
    height: 105px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
  }
  
  .advice a:hover {
    background-color: #7a88ff;
  }
  
  .advice p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 38px 0;
  }

  .footer {
    padding: 63px 40px 70px 46px;
  }

  .footer .picture {
    align-self: flex-end;
    width: 290px;
    height: 200px;
	margin-bottom: -70px;
	margin-right: -40px;
  }
  
  .footer-content-header .logo {
    width: 149px;
    height: 35px;
  }

  .footer-content-header {
    margin-bottom: 70px;
  }

  .footer-content-header h3 {
    font-size: 32px;
  }

  .fixed-button {
    padding: 80px;
  }

  .fixed-button img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  * {
    scroll-margin-top: 110px;
  }
  
  .nav-logo img {
    margin-left: 8px;
    padding-left: 24px;
  }

  .heading {
    max-width: 100%;
    margin: 47px 30px 0;
  }

  .heading h1 {
    font-size: 32px;
  }

  .heading p {
    font-size: 18px;
    margin-left: 30px;
    display: block;
    max-width: 75%;
  }

  .heading-info {
    max-width: 100%;
    margin-top: 55px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .logo-container {
    margin-top: 83px;
  }

  .logo {
    max-width: 125%;
  }

  .logo-container img {
    height: 40px;
  }

  .logo-container .small {
    margin-right: 35px;
  }

  .animated {
    gap: 25px;
  }

  .services {
    max-width: 100%;
    margin-top: 55px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .services-heading img {
    width: 230px;
    height: 170px;
  }

  .services-heading h2 {
    font-size: 28px;
  }

  .services-content {
    margin-top: 20px;
	  margin-left: 50px;
  }

  .accordion-item {
    max-width: 100%;
  }

  .accordion-header button {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .accordion-list-item {
    font-size: 16px;
  }

  .accordion-list-item::before {
    margin-left: -18px;
  }

  .technologies-heading {
    margin-top: 75px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .technologies-heading img {
    width: 230px;
    height: 170px;
  }

  .technologies-heading h2 {
    font-size: 28px;
  }

  .technologies-content {
    margin: 62px 31px 0px 31px;
  }

  .technologies-content .row {
    row-gap: 11px;
    column-gap: 11px;
  }

  .technologies-item {
    min-height: 140px;
    flex: 1 0 auto;
    padding: 10px;
  }

  .technologies-item h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .technologies-item p {
    font-size: 14px;
  }

  .advantages {
    margin-top: 80px;
    margin-left: 31px;
    margin-right: auto;
  }

  .advantages-heading img {
    width: 110px;
    height: 92px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

  .advantages-heading h2 {
    font-size: 28px;
  }

  .advantages-content {
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 50px;
  }

  .advantages-item {
    background: url('../img/list-marker-small.svg') no-repeat -2px 4px transparent;
    list-style-type: none;
    margin: 0;
    padding-bottom: 25px;
    padding-left: 52px;
    vertical-align: middle;
  }

  .advantages-item p {
    font-size: 20px;
  }

  .cases {
    margin-top: 91px;
    margin-right: auto;
  }

  .cases-heading {
    margin-left: 31px;
  }

  .cases-heading img {
    width: 180px;
    height: 110px;
    margin: 0 auto;
  }

  .cases-heading h2 {
    font-size: 28px;
  }

  .cases-content {
    margin-top: 91px;
  }

  .cases-item {
    max-width: 70%;
    margin: 0 auto;
    padding: 24px 17px 0px 27px;
    min-height: 370px;
  }

  .cases-item h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .cases-item p {
    font-size: 14px;
  }

  .advice {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .advice a {
    width: 470px;
    height: 93px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
  }
  
  .advice a:hover {
    background-color: #7a88ff;
  }
  
  .advice p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 32px 0;
  }

  .footer {
    padding: 48px 30px 70px 35px;
  }

  .footer-content-header {
    margin-bottom: 70px;
  }
  
  .footer-content-header .logo {
    width: 149px;
    height: 35px;
  }

  .footer-content-header h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  * {
    scroll-margin-top: 110px;
  }

  .nav-logo img {
    margin-left: 8px;
    padding-left: 24px;
  }

  .navbar .navbar-collapse {
    height: 100vh;
  }

  .heading {
    max-width: 295px;
    margin: 47px auto 0 31px;
  }

  .heading h1 {
    font-size: 24px;
  }

  .heading p {
    font-size: 14px;
  }

  .heading-info {
    width: 328px;
    margin-top: 37px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .logo-container {
    margin-top: 83px;
  }

  .logo {
    max-width: 125%;
  }

  .logo-container img {
    height: 40px;
  }

  .logo-container .small {
    margin-right: 35px;
  }

  .animated {
    gap: 25px;
  }

  .services {
    margin-top: 55px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .services-heading img {
    width: 140px;
    height: 85px;
  }

  .services-heading h2 {
    font-size: 20px;
  }

  .services-content {
    margin-top: 39px;
	  margin-left: 9px;
  }

  .accordion-item {
    width: 320px;
  }

  .accordion-header button {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 21px;
  }

  .accordion-list-item {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 14px;
  }

  .accordion-list-item::before {
    margin-left: -18px;
  }

  .technologies-heading {
    justify-content: space-between;
    margin-top: 57px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .technologies-heading img {
    width: 109px;
    height: 63px;
  }

  .technologies-heading h2 {
    font-size: 20px;
  }

  .technologies-content {
    margin: 62px 0px 0px 0px;
  }

  .technologies-content .row {
    row-gap: 11px;
    column-gap: 11px;
  }

  .technologies-item {
    height: 120px;
    flex: 1 0 auto;
    padding: 10px;
  }

  .technologies-item h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .technologies-item p {
    font-size: 14px;
  }

  .advantages {
    margin-top: 80px;
    margin-left: 31px;
    margin-right: auto;
  }

  .advantages-heading img {
    width: 57px;
    height: 51px;
    margin: 0 auto;
  }

  .advantages-heading h2 {
    font-size: 20px;
  }

  .advantages-content {
    margin-top: 85px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .advantages-item {
    background: url('../img/list-marker-small.svg') no-repeat -2px 6px transparent;
    list-style-type: none;
    margin: 0;
    margin-bottom: 25px;
    padding-left: 52px;
    vertical-align: middle;
  }

  .advantages-item p {
    font-size: 14px;
  }

  .cases {
    margin-top: 91px;
    margin-right: auto;
  }

  .cases-heading {
    margin-left: 31px;
  }

  .cases-heading img {
    width: 117px;
    height: 65px;
    margin: 0 auto;
  }

  .cases-heading h2 {
    font-size: 20px;
  }

  .cases-content {
    margin-top: 91px;
  }

  .cases-item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 24px 17px 0px 27px;
    min-height: 400px;
  }

  .cases-item h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .cases-item p {
    font-size: 14px;
  }

  .footer {
    padding: 50px 30px 70px 35px;
  }

  .footer-content-header {
    margin-bottom: 50px;
  }
  
  .footer-content-header .logo {
    width: 149px;
    height: 35px;
  }

  .footer-content-header h3 {
    font-size: 24px;
  }
}

.small-nav {
  padding-right: 12px;
}

.nav-link {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: var(--accent-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h14M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(73,92,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h14M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-btn-large a {
  width: 200px;
  color: var(--text-color);
  background-color: var(--accent-color);
  font-size: 18px;
  border: none;
  border-radius: 20px;
}

.nav-btn-large a:hover {
  background-color: #7a88ff;
}

.nav-btn-small {
  padding-right: 11px;
}

.nav-btn-small a {
  width: 120px;
  color: var(--text-color);
  background-color: var(--accent-color);
  font-size: 14px;
  border: none;
  border-radius: 12px;
}

.heading p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.logo-container {
  text-align: center;
  overflow-x: hidden;
}

.animated {
  display: flex;
  animation: scroll 15s linear infinite;
  flex-wrap: nowrap;
  align-items: center;
}

.services-heading h2 {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.accordion-item {
  --bs-accordion-border-color: var(--bg-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.accordion-button:active,
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: var(--bg-color);
  color: var(--accent-color);
}

.accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: 18px;
  content: '';
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,1)'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(73,92,255,1)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-header button {
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-list {
  list-style: none;
}

.accordion-list-item::before {
  content: '\2022';
  color: var(--text-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.accordion-list-item {
  font-family: "Mulish";
  font-style: normal;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: normal;
}

.connect {
  margin-top: 47px;
}

.connect a {
  border-radius: 20px;
  border: 1px solid #fff;
}

.connect p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: end;
  padding: 29px 0;
}

.connect-light {
  margin-top: 91px;
  margin-bottom: 14px;
}

.connect-light a {
  border-radius: 20px;
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
}

.connect p,
.connect-light p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: end;
  padding: 29px 0;
}

.technologies-heading h2 {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.technologies-item {
  border-radius: 20px;
  border: 1px solid var(--accent-color);
}

.technologies-item h4 {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.technologies-item p {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.advantages-heading h2 {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.advantages-item p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cases-heading h2 {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cases-item {
  border-radius: 30px;
  border: 1px solid var(--text-color);
}

.cases-item h4 {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cases-item p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer-content-header h3 {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-content-header img {
  width: 24px;
  height: 24px;
}

.footer-content-links {
  margin-bottom: 80px;
}

.footer-content-links .row {
  column-gap: 60px;
  row-gap: 15px;
}

.footer-content-links a {
  color: var(--bg-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-content-contacts .row {
  column-gap: 60px;
}

.footer-content-contacts h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-content-contacts a {
  color: var(--bg-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-contact-links {
  row-gap: 15px;
  flex: 1 0 auto;
}

.fixed-button {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.letter {
  color: var(--accent-color);
}