/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
.pricing__card-options-item, .pricing__card-rate, .team__professional, .portfolio__card-name, body {
  font-family: "OpenSans", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
.footer__social-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/Merriweather-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
.content-info__blockquote {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.footer__copy-text, .footer__address-link, .contact__form, .content-info__facts-name, .expertise__skills-item-content {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
.tabs-buttons__btn, .subtitle-h4 {
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.contact__form-btn, .pricing__btn, .content-info__facts-num, .portfolio__btn, .subtitle-h6, .subtitle-h5, .subtitle-h2, .header__content {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-Bold.woff2) format("woff2"), url(../fonts/Raleway-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.subtitle-h3, .header__menu-link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.pricing__card-title {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
}

:root {
  --accent: #FCBB08;
  --accent1: #00B2A0;
  --text: #373A39;
  --black: #242121;
  --white: #FFFFFF;
  --gray: #333333;
  --gray1: #777777;
  --chalice: #9E9E9E;
  --silver: #C2C2C2;
  --text-form: #B8B8B8;
  --adress: #A8A8A8;
  --background: #F6F8FA;
  --fill: #EDEDED;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: var(--text);
  overflow-x: hidden;
  min-width: 100vw;
}

button {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

::marker {
  margin-top: 10px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

.main {
  overflow-x: clip;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header__logo {
  position: relative;
  z-index: 3;
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.875rem;
}
.header__menu-btn {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--accent1);
  border-radius: 50%;
  display: none;
}
.header__menu-btn::after {
  content: "";
  width: 0.8125rem;
  height: 0.125rem;
  background-color: var(--white);
  border-radius: 0.0625rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.875rem;
  box-shadow: 0 0.25rem 0 0 var(--white), 0 0.5rem 0 0 var(--white);
}
.header__menu-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .header__menu-list {
    gap: calc(10px + 40 * ((100vw - 320px) / 880));
  }
}
.header__menu-link {
  color: var(--text);
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  padding: 0.5625rem 0;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .header__menu-link:hover {
    color: var(--accent);
  }
}
.header__menu-link--active::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--accent);
  bottom: 0;
}
.header__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 213px;
  padding-bottom: 62px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/header/header-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .header__content {
    padding-top: calc(100px + 113 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .header__content {
    padding-bottom: calc(30px + 32 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-mini-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .header__content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/header/header-bg@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header__content-title {
  color: var(--white);
  font-size: 100px;
  line-height: 1.22;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1440px) {
  .header__content-title {
    font-size: calc(40px + 60 * ((100vw - 320px) / 1120));
  }
}
.header__content-text {
  color: #FCBB08;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 2.743px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .header__content-text {
    margin-bottom: calc(80px + 100 * ((100vw - 320px) / 880));
  }
}
@media screen and (width < 710px) {
  .header__menu-btn {
    display: flex;
    position: relative;
    z-index: 6;
  }
  .header__menu-list {
    position: absolute;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding-top: 6.25rem;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black);
    transform: translateY(-100%);
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }
  .header__menu-link {
    color: var(--white);
  }
  .header__menu-list.header__menu-list--active {
    transform: translateY(0%);
  }
}

.about {
  padding-top: 150px;
  padding-bottom: 160px;
  background-color: var(--background);
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: calc(70px + 80 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .about {
    padding-bottom: calc(80px + 80 * ((100vw - 320px) / 880));
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
.about__text-inner {
  max-width: 48.125rem;
}
.about__text:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .about__text:not(:last-child) {
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1120));
  }
}
@media screen and (width < 1024.98px) {
  .about__inner {
    flex-direction: column;
  }
  .about__text-inner {
    max-width: 100%;
  }
}

.subtitle-h2 {
  color: var(--black);
  font-size: 48px;
  line-height: 1.56;
  letter-spacing: -1.65px;
  position: relative;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 1440px) {
  .subtitle-h2 {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1120));
  }
}
.subtitle-h2::after {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 0.25rem;
  left: 0;
  bottom: 0;
  background-color: var(--accent);
}

.subtitle-h3 {
  color: var(--gray);
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.26875rem;
}

.subtitle-h4 {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}

.subtitle-h5 {
  color: var(--black);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08125rem;
}
@media screen and (max-width: 1440px) {
  .subtitle-h5 {
    font-size: calc(24px + 16 * ((100vw - 750px) / 690));
  }
}

.subtitle-h6 {
  color: var(--gray);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .subtitle-h6 {
    font-size: calc(14px + 0 * ((100vw - 750px) / 690));
  }
}

.expertise {
  padding-top: 145px;
  padding-bottom: 165px;
}
@media screen and (max-width: 1200px) {
  .expertise {
    padding-top: calc(30px + 115 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .expertise {
    padding-bottom: calc(40px + 125 * ((100vw - 320px) / 880));
  }
}
.expertise__title {
  margin-bottom: 115px;
}
@media screen and (max-width: 1200px) {
  .expertise__title {
    margin-bottom: calc(40px + 75 * ((100vw - 320px) / 880));
  }
}
.expertise__skills-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .expertise__skills-inner {
    margin-bottom: calc(40px + 80 * ((100vw - 320px) / 880));
  }
}
.expertise__skills-descr-inner {
  max-width: 48.125rem;
}
.expertise__skills-list {
  max-width: 23.125rem;
  width: 100%;
}
.expertise__skills-item-line {
  height: 0.125rem;
  background-color: #1D1D1D;
}
.expertise__skills-item-content {
  margin-top: -0.1875rem;
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
  border-top: 2px solid #F0F0F0;
  color: #1D1D1D;
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}
.expertise__skills-descr:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .expertise__skills-descr:not(:last-child) {
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 880));
  }
}
.expertise__servises-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.expertise__servises-item {
  position: relative;
  max-width: 23.3125rem;
  padding-left: 5.3125rem;
}
.expertise__servises-inner {
  width: 100%;
}
.expertise__servises-item--shape::before {
  position: absolute;
  content: url(../images/icons/shape.svg);
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
  left: 0;
}
.expertise__servises-item--monitor::before {
  position: absolute;
  content: url(../images/icons/monitor.svg);
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
  left: 0;
}
.expertise__servises-item--speaker::before {
  position: absolute;
  content: url(../images/icons/speaker.svg);
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
  left: 0;
}
@media screen and (width < 1024.98px) {
  .expertise__skills-inner {
    flex-direction: column;
  }
  .expertise__skills-descr-inner {
    max-width: 100%;
  }
  .expertise__skills-list {
    max-width: 100%;
  }
}
@media screen and (width < 958.98px) {
  .expertise__servises-list {
    flex-direction: column;
  }
  .expertise__servises-item {
    max-width: 100%;
  }
  .expertise__servises-inner {
    width: 100%;
  }
}

.vision__inner {
  display: flex;
  justify-content: center;
}
.vision__img {
  max-width: 44.0625rem;
}
.vision__content {
  padding-top: 100px;
  padding-right: 135px;
  padding-left: 130px;
  padding-bottom: 180px;
  background-color: var(--background);
  max-width: 45rem;
}
@media screen and (max-width: 1200px) {
  .vision__content {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .vision__content {
    padding-right: calc(20px + 115 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .vision__content {
    padding-left: calc(20px + 110 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .vision__content {
    padding-bottom: calc(55px + 125 * ((100vw - 320px) / 880));
  }
}
.vision__title {
  margin-bottom: 67px;
}
@media screen and (max-width: 1200px) {
  .vision__title {
    margin-bottom: calc(30px + 37 * ((100vw - 320px) / 880));
  }
}
.vision__text:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .vision__text:not(:last-child) {
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / 880));
  }
}
@media screen and (width < 1024.98px) {
  .vision__img {
    max-width: 50%;
  }
}
@media screen and (width < 768.98px) {
  .vision__inner {
    flex-direction: column;
  }
  .vision__content {
    max-width: 100%;
  }
  .vision__img {
    max-width: 100%;
  }
}

.portfolio__tabs-inner {
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .portfolio__tabs-inner {
    padding-top: calc(50px + 90 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .portfolio__tabs-inner {
    padding-bottom: calc(30px + 90 * ((100vw - 320px) / 880));
  }
}
.portfolio__box {
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .portfolio__box {
    padding-bottom: calc(30px + 42 * ((100vw - 320px) / 880));
  }
}
.portfolio__box-lists {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.portfolio__box-item {
  flex-basis: calc((100% - 90px) / 4);
}
.portfolio__card {
  list-style-type: none;
}
.portfolio__card:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .portfolio__card:not(:last-child) {
    margin-bottom: calc(10px + 12 * ((100vw - 320px) / 880));
  }
}
@media (any-hover: hover) {
  .portfolio__card:hover .portfolio__card-hover, .portfolio__card:focus .portfolio__card-hover {
    transform: translateY(0);
  }
}
.portfolio__card-inner {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.portfolio__card-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.portfolio__card-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--black);
  border: 0.75rem solid rgba(255, 255, 255, 0.15);
  transform: translateY(105%);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio__card-name {
  margin-top: 0.625rem;
  color: var(--white);
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.portfolio__btn {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-height: 6.25rem;
  background: var(--background);
  color: var(--black);
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1200px) {
  .portfolio__btn {
    padding-top: calc(10px + 30 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .portfolio__btn {
    padding-bottom: calc(10px + 30 * ((100vw - 320px) / 880));
  }
}
@media (any-hover: hover) {
  .portfolio__btn:hover {
    background-color: var(--accent);
  }
}
@media screen and (width < 1024.98px) {
  .portfolio__box-lists {
    gap: 1.875rem;
    justify-content: center;
  }
  .portfolio__box-item {
    flex-basis: calc((100% - 90px) / 2);
  }
}
@media screen and (width < 768.98px) {
  .portfolio__tabs-inner {
    flex-direction: column;
    align-items: center;
  }
  .portfolio__title {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (width < 480.98px) {
  .portfolio__box-lists {
    flex-direction: column;
  }
  .portfolio__box-item {
    flex-basis: auto;
  }
}

.tabs-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  .tabs-buttons {
    gap: calc(15px + 30 * ((100vw - 320px) / 880));
  }
}
.tabs-buttons__btn {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  color: var(--gray);
  text-align: right;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .tabs-buttons__btn:hover {
    color: var(--accent);
  }
}

.mixitup-control-active {
  position: relative;
}
.mixitup-control-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: var(--accent);
}

.content-info__blockquote {
  padding-top: 130px;
  padding-bottom: 148px;
  max-width: 40.625rem;
  margin: 0 auto;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .content-info__blockquote {
    padding-top: calc(30px + 100 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .content-info__blockquote {
    padding-bottom: calc(48px + 100 * ((100vw - 320px) / 880));
  }
}
.content-info__blockquote-text {
  color: var(--black);
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .content-info__blockquote-text {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 880));
  }
}
.content-info__blockquote-name {
  color: var(--chalice);
  line-height: 2.29;
}
.content-info__facts {
  padding-top: 164px;
  padding-bottom: 166px;
}
@media screen and (max-width: 1200px) {
  .content-info__facts {
    padding-top: calc(34px + 130 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .content-info__facts {
    padding-bottom: calc(36px + 130 * ((100vw - 320px) / 880));
  }
}
.content-info__facts-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.content-info__facts-num {
  color: var(--black);
  font-size: 60px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .content-info__facts-num {
    font-size: calc(34px + 26 * ((100vw - 750px) / 450));
  }
}
.content-info__facts-name {
  color: var(--accent1);
}
.content-info__slider {
  padding-top: 307px;
  padding-bottom: 114px;
  background-color: var(--background);
}
@media screen and (max-width: 1200px) {
  .content-info__slider {
    padding-top: calc(67px + 240 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .content-info__slider {
    padding-bottom: calc(14px + 100 * ((100vw - 320px) / 880));
  }
}
@media screen and (width < 768.98px) {
  .content-info__facts-list {
    justify-content: center;
    gap: 2.5rem;
  }
}

.slider {
  position: relative;
}
.slider__item.slick-slide {
  margin-bottom: 100px;
  margin-right: 1px;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 106px;
}
@media screen and (max-width: 1200px) {
  .slider__item.slick-slide {
    margin-bottom: calc(40px + 60 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .slider__item.slick-slide {
    margin-right: calc(1px + 0 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .slider__item.slick-slide {
    gap: calc(20px + 86 * ((100vw - 320px) / 880));
  }
}
.slider__item-inner {
  max-width: 44rem;
}
.slider__text {
  margin-top: 32px;
  max-width: 31.25rem;
}
@media screen and (max-width: 1200px) {
  .slider__text {
    margin-top: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
.slider__img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width < 768.98px) {
  .slider__item.slick-slide {
    flex-direction: column;
    gap: 10px;
  }
  .slider__item-inner {
    flex-direction: column;
  }
  .slider__item-inner .subtitle-h5 {
    text-align: center;
  }
  .slider__text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (width < 768.98px) and (max-width: 1200px) {
  .slider__text {
    margin-bottom: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}

.slick-dots {
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  right: 0;
  display: flex;
}
.slick-dots button {
  margin: 0 0.375rem;
  padding: 0;
  font-size: 0;
  background-color: rgba(36, 33, 33, 0.4);
  width: 0.375rem;
  height: 0.375rem;
  border: none;
  border-radius: 50%;
}

.slick-active button {
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--black);
}

.slick-arrow {
  position: absolute;
  top: 30%;
  transform: translateX(-30%);
  z-index: 5;
  fill: var(--gray);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .slick-arrow:hover {
    fill: var(--accent);
  }
}
@media screen and (width < 768.98px) {
  .slick-arrow {
    top: 50%;
    transform: translateX(-50%);
  }
  .slick-arrow__svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.slick-prev {
  left: 1rem;
}

.slick-next {
  right: 0rem;
}

.video {
  position: relative;
  width: 100%;
}
.video__content {
  width: 100%;
}
.video__play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: var(--white);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .video__play-btn:hover {
    color: var(--accent);
  }
}
@media screen and (width < 480.98px) {
  .video__play-svg {
    width: 1.5625rem;
    height: 2.1875rem;
  }
}

.team {
  padding-top: 120px;
  padding-bottom: 164px;
}
@media screen and (max-width: 1200px) {
  .team {
    padding-top: calc(30px + 90 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .team {
    padding-bottom: calc(50px + 114 * ((100vw - 320px) / 880));
  }
}
.team__title {
  margin-bottom: 102px;
}
@media screen and (max-width: 1200px) {
  .team__title {
    margin-bottom: calc(15px + 87 * ((100vw - 320px) / 880));
  }
}
.team__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  text-align: center;
}
.team__item {
  flex-basis: 32%;
}
.team__name {
  margin-top: 2.1875rem;
  margin-bottom: 0.75rem;
}
.team__professional {
  color: var(--silver);
  font-size: 0.75rem;
}
@media screen and (width < 580.98px) {
  .team__list {
    flex-direction: column;
  }
}

.pricing {
  padding-top: 144px;
  padding-bottom: 162px;
  background-color: var(--background);
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .pricing {
    padding-top: calc(30px + 114 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .pricing {
    padding-bottom: calc(50px + 112 * ((100vw - 320px) / 880));
  }
}
.pricing__title {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .pricing__title {
    margin-bottom: calc(50px + 60 * ((100vw - 320px) / 880));
  }
}
.pricing__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  text-align: center;
}
.pricing__card-item {
  max-width: 32%;
  width: 100%;
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 54px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .pricing__card-item {
    padding-top: calc(14px + 10 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .pricing__card-item {
    padding-bottom: calc(24px + 30 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .pricing__card-item {
    padding-left: calc(15px + 10 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .pricing__card-item {
    padding-right: calc(15px + 10 * ((100vw - 320px) / 880));
  }
}
.pricing__card-title {
  font-size: 1rem;
  text-align: left;
}
.pricing__card-rate {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .pricing__card-rate {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 880));
  }
}
.pricing__card-rate-num {
  display: inline-block;
  font-size: 5rem;
  position: relative;
}
.pricing__card-rate-num::before {
  position: absolute;
  content: "$";
  font-size: 2.5rem;
  top: 1.25rem;
  left: -1.5625rem;
}
.pricing__card-rate-mo {
  font-size: 1.25rem;
}
.pricing__card-options {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .pricing__card-options {
    margin-bottom: calc(30px + 40 * ((100vw - 320px) / 880));
  }
}
.pricing__card-options-item {
  font-size: 1rem;
}
.pricing__card-options-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .pricing__card-options-item:not(:last-child) {
    margin-bottom: calc(10px + 20 * ((100vw - 320px) / 880));
  }
}
.pricing__btn {
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .pricing__btn:hover {
    color: var(--accent);
  }
}
@media screen and (width < 620.98px) {
  .pricing__card {
    flex-direction: column;
  }
  .pricing__card-item {
    max-width: 70%;
    width: 100%;
  }
}

.contact__container {
  min-width: 320px;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
.contact__inner {
  max-width: 44rem;
  width: 100%;
  padding-top: 146px;
  padding-left: 136px;
}
@media screen and (max-width: 1200px) {
  .contact__inner {
    padding-top: calc(15px + 131 * ((100vw - 768px) / 432));
  }
}
@media screen and (max-width: 1200px) {
  .contact__inner {
    padding-left: calc(15px + 121 * ((100vw - 768px) / 432));
  }
}
.contact__title {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .contact__title {
    margin-bottom: calc(40px + 50 * ((100vw - 320px) / 880));
  }
}
.contact__form {
  max-width: 35.5625rem;
  width: 100%;
  font-size: 0.75rem;
  color: var(--text-form);
  line-height: 1.67;
  letter-spacing: 3.709px;
}
.contact__form-input {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.125rem solid var(--text);
  padding-bottom: 16px;
}
.contact__form-input:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .contact__form-input:not(:last-child) {
    margin-bottom: calc(10px + 22 * ((100vw - 320px) / 880));
  }
}
.contact__form-textarea {
  margin-top: 52px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border: none;
  border-bottom: 0.125rem solid var(--text);
  resize: none;
  height: 156px;
}
@media screen and (max-width: 1200px) {
  .contact__form-textarea {
    margin-top: calc(22px + 30 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .contact__form-textarea {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 880));
  }
}
.contact__form-btn {
  background-color: var(--black);
  width: 230px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  font-size: 0.6875rem;
  letter-spacing: 2px;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .contact__form-btn:hover {
    background-color: var(--accent);
  }
}
.contact__map-img {
  max-height: 56.375rem;
  height: 100%;
}
@media screen and (width < 656.98px) {
  .contact__wrap {
    flex-direction: column;
  }
}

.clients-list {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .clients-list {
    padding-top: calc(20px + 40 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .clients-list {
    padding-bottom: calc(20px + 40 * ((100vw - 320px) / 880));
  }
}
.clients-list__item {
  flex-basis: 9.375rem;
}
.clients-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.75rem;
  border: 1px solid var(--accent1);
  border-radius: 4px;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.clients-list__link:hover .clients-list__icon, .clients-list__link:focus .clients-list__icon {
  fill: var(--accent);
}
.clients-list__link:hover, .clients-list__link:focus {
  border: 1px solid var(--accent);
}
.clients-list__icon {
  fill: var(--accent1);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1084px) {
  .clients-list__item {
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .clients-list__item {
    flex-basis: calc((100% - 30px) / 2);
  }
}

.footer {
  padding-top: 110px;
  background-color: var(--text);
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: calc(60px + 50 * ((100vw - 320px) / 880));
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    padding-bottom: calc(20px + 40 * ((100vw - 320px) / 880));
  }
}
.footer__logo {
  display: block;
  position: relative;
  padding-bottom: 1.4375rem;
  margin: 0 auto;
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-bottom: calc(20px + 52 * ((100vw - 320px) / 880));
  }
}
.footer__logo::after {
  position: absolute;
  content: "";
  width: 9.375rem;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: var(--accent);
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  .footer__social {
    margin-bottom: calc(25px + 40 * ((100vw - 320px) / 880));
  }
}
.footer__social-link {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .footer__social-link:hover {
    color: var(--accent);
  }
}
.footer__address {
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 1200px) {
  .footer__address {
    margin-bottom: calc(15px + 42 * ((100vw - 320px) / 880));
  }
}
.footer__address-link {
  color: var(--arress);
  font-style: normal;
  line-height: 2.29;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .footer__address-link:hover {
    color: var(--accent);
  }
}
.footer__copy {
  background-color: var(--black);
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer__copy {
    padding-top: calc(22px + 20 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 1200px) {
  .footer__copy {
    padding-bottom: calc(22px + 20 * ((100vw - 320px) / 880));
  }
}
.footer__copy-text {
  color: #CCC;
  font-size: 0.75rem;
}
@media screen and (width < 768.98px) {
  .footer__social {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */