html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
}
a {
  text-decoration: none;
  color: #000000;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.btn {
  display: inline-block;
  background: #00b8df;
  color: #ffffff;
  border-radius: 32px;
  border: none;
  padding: 12px 44px;
  transition: background 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
}
.btn:hover {
  background: #28476c;
}
.btn:disabled {
  background: #c4c4c4;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-content {
  color: #ffffff;
}
.header-content-get-demo ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-content-get-demo ul li a .arrow {
  width: 21px;
  margin-right: 14px;
}
.our-clients .clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.testimonials h4,
.testimonials h2 {
  color: white;
  text-align: center;
}
.testimonials-block {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 222px;
  margin-top: 36px;
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-block-img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -37px;
  left: 28px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-block-img img {
  width: 52px;
  height: 52px;
}
.testimonials-block-testimonial {
  padding: 35px 22px 30px 22px;
  position: relative;
}
.testimonials-block-testimonial .quotes {
  font-family: 'Old Standard TT', serif;
  color: #28476c;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: normal;
  position: absolute;
  top: 35px;
}
.testimonials-block-testimonial .text {
  display: inline-block;
  color: #00b8df;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 36px;
}
.testimonials-block-author {
  background: #f6f6f6;
  padding: 12px 22px 8px 22px;
  border-radius: 0 0 10px 10px;
}
.testimonials-block-author-name {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
}
.testimonials-block-author-position {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  text-align: center;
}
.testimonials-nav {
  display: flex;
}
.testimonials-nav li {
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 100%;
  margin: 0 8px;
  font-size: 0;
  cursor: pointer;
}
.testimonials-nav-active {
  background: #ffffff;
}
.footer {
  background: #000000;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.footer-links {
  display: flex;
}
.footer-links-block {
  display: flex;
}
.footer-links-block ul {
  display: flex;
  flex-direction: column;
}
.footer-links-block ul li {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: normal;
  text-align: left;
}
.footer-links-block ul li a {
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
}
.footer-links-block ul li a.btn {
  border: 1px solid #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 12px 26px;
}
.footer-links-block ul li a.btn img {
  width: 21px;
  margin-left: 12px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer-contacts-call-center {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
}
.footer-contacts-call-center span {
  display: block;
  color: #00b8df;
  font-size: 16px;
}
.footer-contacts-info {
  margin-top: 12px;
}
.footer-contacts-info-number {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer-contacts-info-number img {
  width: 21px;
  margin-right: 4px;
}
.footer-contacts-info-work-days {
  margin-top: 8px;
  color: #00b8df;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
}
.footer-responsibility p {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12.5px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1260px) {
  .flex {
    display: flex !important;
  }
  .height-fullpage {
    height: 100vh;
    padding: 0;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .section-name {
    color: #00b8df;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
  }
  .section-title {
    color: #000000;
    text-align: center;
    width: 100% !important;
  }
  .section-padding {
    padding: 40px 28px;
  }
  .section-text {
    max-width: 100% !important;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    margin: auto auto 12px;
  }
  body {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
  h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.02em;
  }
  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.02em;
  }
  h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .img-mobile {
    min-width: 264px;
    max-width: 520px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .img-mobile--big {
    min-width: 320px;
    max-width: 720px;
  }
  nav {
    height: 70px;
    padding: 0 12px;
  }
  nav .logo img {
    width: 128.8px;
  }
  nav .nav-btn {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  nav .navbar {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00b8df;
    display: none;
    flex-direction: column;
    justify-content: space-between;
  }
  nav .navbar-header {
    padding: 16px 16px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  nav .navbar-header .btn-close {
    cursor: pointer;
    border: none;
    background: transparent;
  }
  nav .navbar-header .btn-close img {
    width: 32px;
  }
  nav .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  nav .navbar ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .navbar ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #ffffff;
  }
  nav .navbar .sign-in {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  nav .navbar .sign-in .btn {
    display: inline-flex;
    padding: 12px 28px;
    border: 1px solid #ffffff;
    margin-bottom: 16px;
  }
  nav .navbar .sign-in .btn img {
    width: 21px;
    margin-left: 12px;
  }
  nav .navbar .sign-in span {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .header-content-get-demo {
    padding: 28px 50px 10px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-content-get-demo ul {
    margin-bottom: 32px;
  }
  .header-content-get-demo ul li a {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
  }
  .header-content-get-demo ul li a .arrow {
    margin-right: 32px;
  }
  .our-clients {
    padding: 36px 16px 12px 16px;
  }
  .our-clients .section-title {
    margin: auto auto 8px;
  }
  .our-clients .clients img {
    width: 78px;
    height: 78px;
    margin: 0 13px;
  }
  .testimonials {
    height: 468px;
    padding: 37px 44px;
    box-sizing: border-box;
    background: url('../img/home/elements-02.svg') top -18px right -350px/480px no-repeat, url('../img/home/elements-02.svg') bottom -20px left -258px/480px no-repeat, url('../img/home/Testimonials/bg-testimonials.jpg') center no-repeat;
  }
  .testimonials h4 {
    margin-bottom: 8px;
  }
  .testimonials h2 {
    margin: auto auto 12px;
    width: 235px;
  }
  .testimonials-block:nth-child(n + 2) {
    display: none;
  }
  .why-us {
    padding: 40px 28px 50px 28px;
    background: url('../img/home/Why Us/why-us-bg-mobile.png') bottom 0px left 0px no-repeat, linear-gradient(#f6f6f6, #f6f6f6);
    margin-bottom: 14px;
  }
  .why-us .section-name {
    margin-bottom: 8px;
  }
  .why-us .section-title {
    margin-bottom: 10px;
  }
  .footer {
    padding: 35px 28px 10px 28px;
  }
  .footer-logo {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 28px;
  }
  .footer-logo img {
    display: block;
    width: 254px;
    margin: auto;
  }
  .footer-links {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-top: 26px;
    padding-bottom: 28px;
    justify-content: center;
  }
  .footer-links-block {
    justify-content: space-between;
    width: 260px;
  }
  .footer-contacts {
    padding: 34px 0;
    align-items: center;
  }
  .footer-contacts-call-center {
    width: 166px;
    text-align: center;
  }
  .footer-responsibility p span {
    display: block;
  }
}
@media only screen and (min-width: 1350px) {
  nav {
    padding: 0 40px !important;
  }
  nav .navbar ul {
    min-width: 592px !important;
  }
  nav .navbar .sign-in {
    margin-left: 128px !important;
  }
}
@media only screen and (min-width: 1261px) {
  h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.02em;
  }
  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .section-name {
    color: #00b8df;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
  }
  .section-title {
    color: #000000;
    text-align: left;
  }
  .section-padding {
    padding: 40px 28px;
  }
  .section-text {
    max-width: 588px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  nav {
    height: 80px;
    padding: 0 28px;
  }
  nav .logo img {
    width: 215px;
  }
  nav .nav-btn {
    display: none;
  }
  nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar-header {
    display: none;
  }
  nav .navbar ul {
    width: 100%;
    min-width: 480px;
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
  }
  nav .navbar ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  nav .navbar .sign-in {
    display: flex;
    align-items: center;
    margin-left: 68px;
    min-width: 340px;
  }
  nav .navbar .sign-in span {
    margin-right: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  nav .navbar .sign-in .btn {
    display: flex;
    padding: 12px 28px;
  }
  nav .navbar .sign-in .btn img {
    width: 21px;
    margin-left: 12px;
  }
  .header-content-get-demo ul {
    margin-bottom: 36px;
  }
  .header-content-get-demo ul li a {
    color: #000000;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  .header-content-get-demo ul li a .arrow {
    width: 21px;
    margin-right: 14px;
  }
  .our-clients {
    padding: 40px 0 36px 0;
  }
  .our-clients .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .our-clients h2 {
    text-align: center;
  }
  .our-clients .section-title {
    margin-bottom: 8px;
  }
  .our-clients .clients {
    width: 1200px;
  }
  .our-clients .clients img {
    width: 144px;
    margin: 0 48px;
  }
  .testimonials {
    padding: 56px 0 24px 0;
    background: url('../img/home/elements-02.svg') top 28px right -320px/480px no-repeat, url('../img/home/elements-02.svg') bottom 52px left -258px/480px no-repeat, url('../img/home/Testimonials/bg-testimonials.jpg') center no-repeat;
  }
  .testimonials .wrapper {
    align-items: center;
  }
  .testimonials-wrapper {
    display: flex;
    margin-bottom: 28px;
  }
  .testimonials h2 {
    margin-bottom: 52px;
  }
  .testimonials-block:not(:last-child) {
    margin-right: 80px;
  }
  .testimonials-block {
    width: 344px;
    margin: 0;
  }
  .testimonials-block-testimonial .text {
    text-align: center;
  }
  .why-us {
    overflow: hidden;
    padding: 56px 0 44px 0;
    background: url('../img/home/Why Us/why-us-bg.svg') top 0px left 0px / cover no-repeat, linear-gradient(#f6f6f6, #f6f6f6);
    margin-bottom: 14px;
  }
  .why-us .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .why-us .wrapper .section-name {
    margin-bottom: 8px;
  }
  .why-us .wrapper .section-title {
    margin-bottom: 10px;
  }
  .why-us .wrapper .section-text {
    text-align: center;
    max-width: 1184px;
    margin-bottom: 36px;
  }
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px 0 12px 0;
  }
  .footer .wrapper {
    flex-direction: row;
    margin-bottom: 48px;
    width: 1236px;
    justify-content: space-between;
  }
  .footer-logo {
    width: 292px;
    margin-top: 44px;
    margin-right: 92px;
    height: 100%;
  }
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-links {
    width: 340px;
    margin-right: 124px;
  }
  .footer-links-block {
    justify-content: space-between;
    width: 100%;
  }
  .footer-contacts {
    align-items: start;
  }
  .footer-contacts-call-center {
    text-align: left;
  }
  .footer-responsibility p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: normal;
  }
  .footer {
    background: #000000;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
  }
  .footer-links {
    display: flex;
  }
  .footer-links-block {
    display: flex;
  }
  .footer-links-block ul {
    display: flex;
    flex-direction: column;
  }
  .footer-links-block ul li {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: normal;
    text-align: left;
  }
  .footer-links-block ul li a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 8px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  .footer-links-block ul li a.btn {
    border: 1px solid #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 12px 26px;
  }
  .footer-links-block ul li a.btn img {
    width: 21px;
    margin-left: 12px;
  }
  .footer-contacts {
    display: flex;
    flex-direction: column;
  }
  .footer-contacts-call-center {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .footer-contacts-call-center span {
    display: block;
    color: #00b8df;
    font-size: 16px;
  }
  .footer-contacts-info {
    margin-top: 12px;
  }
  .footer-contacts-info-number {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .footer-contacts-info-number img {
    width: 21px;
    margin-right: 4px;
  }
  .footer-contacts-info-work-days {
    margin-top: 8px;
    color: #00b8df;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .footer-responsibility p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1260px) {
  .header-content-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 184, 223, 0.2), rgba(0, 184, 223, 0.2)), url('../img/home/hero-image.jpg') center / cover no-repeat;
    padding: 20px 28px 20px 16px;
  }
  .header-content-text h1 {
    width: 276px;
  }
  .header-content-get-demo {
    background: #00b8df;
    height: 238px;
  }
  .header-content-get-demo ul {
    margin-bottom: 10px;
  }
  .header-content-get-demo ul li a {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
  }
  .header-content-get-demo .btn {
    border: 1px solid white;
  }
  .business-management-crm {
    background: #f6f6f6;
  }
  .business-management-crm .section-title {
    margin-bottom: 16px;
  }
  .business-management-crm-block {
    text-align: center;
  }
  .business-management-crm-block-content > .btn,
  .business-management-crm-block-content > h2,
  .business-management-crm-block-content > h4 {
    display: none;
  }
  .business-management-crm-block .thumbnail {
    width: 100%;
    margin: auto auto 20px;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 740px;
  }
  .business-management-crm-block .thumbnail video {
    object-fit: cover;
  }
  .point-of-sale-system {
    background: url('../img/home/elements-03.svg') right -39px top 26px/264px no-repeat, url('../img/home/elements-03.svg') left -111px bottom 244px/264px no-repeat;
  }
  .point-of-sale-system .section-title {
    margin-bottom: 16px;
  }
  .point-of-sale-system .wrapper > .btn {
    display: none;
  }
  .point-of-sale-system-points {
    height: auto;
  }
  .point-of-sale-system-points-part2 {
    margin-bottom: 15px;
  }
  .point-of-sale-system-points-part1,
  .point-of-sale-system-points-part2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .point-of-sale-system-points-point-block {
    margin-bottom: 16px;
  }
  .point-of-sale-system-points {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .point-of-sale-system-points-point {
    width: 266px;
    height: 266px;
    padding: 58px 38px 35px 38px;
    box-sizing: border-box;
    background: #f6f6f6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .point-of-sale-system-points-point-img {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
  }
  .point-of-sale-system-points-point-name {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .point-of-sale-system-points-point-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
  }
  .marketing-branding {
    padding: 40px 28px 0 28px;
    margin-bottom: 12px;
  }
  .marketing-branding .section-title {
    margin-bottom: 12px;
  }
  .rating-system {
    padding: 0 28px;
    margin-bottom: 38px;
  }
  .rating-system-options a {
    display: block;
  }
  .rating-system-options a img {
    display: none;
  }
  .rating-system .wrapper > .btn {
    display: none;
  }
  .rating-system .section-title {
    margin-bottom: 20px;
  }
  .rating-system-img {
    margin-bottom: 14px;
  }
  .human-resources {
    padding: 0 28px 37px;
  }
  .human-resources-points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .human-resources-points li a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: normal;
  }
  .human-resources-points li a .arrow {
    width: 21px;
    height: 21px;
    margin-right: 14px;
  }
  .human-resources .wrapper > .btn {
    display: none;
  }
  .human-resources .section-title {
    margin-bottom: 30px;
  }
  .human-resources > .btn {
    margin: auto;
    display: block;
    width: fit-content;
  }
}
@media only screen and (min-width: 1261px) {
  .wrapper {
    justify-content: center;
  }
  .header {
    min-height: 666px;
    background: linear-gradient(rgba(0, 184, 223, 0.2), rgba(0, 184, 223, 0.2)), url('../img/home/hero-image.jpg') center / cover no-repeat;
    position: relative;
  }
  .header-content {
    position: absolute;
    left: 122px;
    top: 174px;
  }
  .header-content-text h1 {
    width: 466px;
  }
  .header-content-get-demo ul li a {
    color: #ffffff;
  }
  .business-management-crm {
    background: url('../img/home/elements-01.svg') top 120px right -200px/364px no-repeat, url('../img/home/elements-01.svg') bottom 52px left -132px/364px no-repeat, linear-gradient(#f6f6f6, #f6f6f6);
    padding: 64px 108px;
  }
  .business-management-crm > h4,
  .business-management-crm > h2 {
    display: none;
  }
  .business-management-crm .section-title {
    margin-bottom: 40px;
  }
  .business-management-crm-block {
    display: flex;
    justify-content: center;
  }
  .business-management-crm-block > .btn {
    display: none;
  }
  .business-management-crm-block .thumbnail {
    width: 588px;
    height: 512px;
    margin-right: 132px;
  }
  .business-management-crm-block .thumbnail video {
    width: 588px;
    height: 512px;
  }
  .business-management-crm-block-content {
    margin-top: 72px;
    width: 492px;
  }
  .business-management-crm-block-content .section-text {
    margin-bottom: 48px;
  }
  .business-management-crm-block-content .section-title {
    width: 364px;
  }
  .business-management-crm-block .thumbnail {
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
  }
  .business-management-crm-block .thumbnail video {
    object-fit: cover;
  }
  .point-of-sale-system {
    background: url('../img/home/elements-02.svg') right -232px top 302px/352px no-repeat, url('../img/home/elements-03.svg') left -160px top 68px/264px no-repeat;
    padding: 56px 0 40px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .point-of-sale-system .wrapper {
    width: 400px;
  }
  .point-of-sale-system .wrapper .section-title {
    margin-bottom: 28px;
  }
  .point-of-sale-system .wrapper .section-text {
    margin-bottom: 40px;
  }
  .point-of-sale-system-points {
    width: 546px;
    margin-right: 164px;
  }
  .point-of-sale-system-points > .btn {
    display: none;
  }
  .point-of-sale-system-points-part1,
  .point-of-sale-system-points-part2 {
    display: flex;
  }
  .point-of-sale-system-points-part2 {
    margin-top: 12px;
    flex-direction: row-reverse;
  }
  .point-of-sale-system-points-part1 .point-of-sale-system-points-point:first-child,
  .point-of-sale-system-points-part2 .point-of-sale-system-points-point:last-child {
    margin-right: 12px;
  }
  .point-of-sale-system-points {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .point-of-sale-system-points-point {
    width: 266px;
    height: 266px;
    padding: 58px 38px 35px 38px;
    box-sizing: border-box;
    background: #f6f6f6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .point-of-sale-system-points-point-img {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
  }
  .point-of-sale-system-points-point-name {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .point-of-sale-system-points-point-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
  }
  .marketing-branding {
    background: url('../img/home/elements-03.svg') top -40px right -80px/264px no-repeat, url('../img/home/elements-01-opacity.svg') top 196px right -272px/364px no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .marketing-branding .wrapper {
    width: 588px;
  }
  .marketing-branding .section-title {
    margin-bottom: 28px;
    width: 408px;
  }
  .marketing-branding-img {
    margin-right: 68px;
  }
  .marketing-branding-img img {
    width: 568px;
  }
  .rating-system {
    background: url('../img/home/elements-03.svg') top 96px left -160px/264px no-repeat;
    margin-top: -72px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .rating-system-options {
    margin-bottom: 44px;
  }
  .rating-system-options a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .rating-system-options a:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .rating-system-options a .arrow {
    width: 21px;
    height: 21px;
    margin-right: 14px;
  }
  .rating-system .section-title {
    margin-bottom: 28px;
    width: 360px;
  }
  .rating-system-img img {
    width: 576px;
  }
  .human-resources {
    background: url('../img/home/elements-03.svg') top -20px right -80px/264px no-repeat, url('../img/home/elements-01-opacity.svg') top 212px right -272px/364px no-repeat;
    margin-top: -40px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .human-resources > .btn {
    display: none;
  }
  .human-resources .wrapper {
    padding-top: 120px;
  }
  .human-resources .section-title {
    width: 416px;
    margin-bottom: 28px;
  }
  .human-resources-img {
    margin-right: 60px;
  }
  .human-resources-img img {
    width: 568px;
  }
  .human-resources-points {
    margin-bottom: 36px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .human-resources-points li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
  }
  .human-resources-points li a .arrow {
    width: 21px;
    height: 21px;
    margin-right: 14px;
  }
}

.map {
  background: url('../img/home/elements-02.svg') right -232px top 302px/352px no-repeat, url('../img/home/elements-03.svg') left -160px top 68px/264px no-repeat;
}

.map div {
  text-align: center;
  padding: 5px;
}

.map img {
  height: 100%;
  border: 4px solid #f6f6f6;
  border-radius: 10px;
}

@media only screen and (max-width: 400px) {
    .map img {
      width: 90%;
    }
}

.business-crm-image {
  height: 100%;
}

@media only screen and (max-width: 1260px) {
   .business-crm-image {
      width: 100%;
    }
}

/*# sourceMappingURL=home-main.css.map */