* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #333333;
}
ul {
  list-style: none;
}
html {
  background-color: #ffffff;
  overflow-x: hidden;
}
body {
  max-width: 1400px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto;
  font-family: sans-serif;
  font-weight: 400;
  color: #333333;
  position: relative;
  overflow-x: hidden;
}
.wrap-container {
  max-width: 100%;
}
h1 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 66px;
  color: #ffffff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
header {
  max-width: 100%;
}
.header-item-1 {
  background-color: #1c1c1c;
}
.header-container {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 256px;
  margin-right: 50px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-width: 100%;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-text {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 40px;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-contact-text-link {
  color: #ffffff;
  text-decoration: underline;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.header-item-2 {
  background-color: #fcfcfc;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 82px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header-menu li {
  height: 100%;
}
.header-menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
.wrap-main-slider {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(https://ik.imagekit.io/ivs/tr:q-10,h-700,w-1400/img/bg-block-press.webp)
      no-repeat;
}
.wrap-container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  .block-press {
    padding: 30px 50px 35px 50px;
  }
}
@media (max-width: 1100px) {
  .block-press {
    padding: 5px 40px 30px 40px;
  }
}
@media (max-width: 1000px) {
  header {
    height: 89px;
    background-color: #1c1c1c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-mobile-logo {
    display: block;
    width: 195px;
  }
  .header-mobile-logo img {
    width: 100%;
  }
  .header-inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    position: absolute;
    top: 89px;
    right: 0;
    z-index: 9999999999;
  }
  .header-item-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-item-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .burger {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 30px;
    height: 27px;
    z-index: 1;
  }
  .burger::before,
  .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::before {
    top: 0;
    -webkit-box-shadow: 0 12px 0 #ffffff;
    box-shadow: 0 12px 0 #ffffff;
  }
  .burger::after {
    bottom: 0;
  }
  .header-item-2 {
    background-color: #0e0e0e;
  }
  .header-menu {
    height: auto;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 33px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header-menu li {
    height: 100%;
    border-bottom: 1.75px solid #ffffff;
    display: inline-block;
    width: auto;
  }
  .header-menu li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
  }
  .header-item-1 {
    background-color: #0e0e0e;
    padding-bottom: 40px;
  }
  .header-logo {
    display: none;
  }
  .header-container {
    height: auto;
  }
  .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .header-contact-text {
    -ms-flex-item-align: start;
    align-self: start;
  }
  .block-press {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 550px) {
  .header-inner {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .header-mobile-logo {
    display: block;
    width: 160px;
  }
  .header-menu {
    gap: 33px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .header-menu li a {
    font-size: 24px;
    line-height: 26px;
  }
}
.header-mobile-logo {
  display: none;
}
.header-mobile-logo img {
  display: none;
}
.header-container {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 256px;
  margin-right: 50px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-width: 100%;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-text {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 40px;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-contact-text-link {
  color: #ffffff;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.header-item-2 {
  background-color: #fcfcfc;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 82px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
main {
  margin-top: -1px;
}
@media (max-width: 1000px) {
  header {
    height: 89px;
    background-color: #1c1c1c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-mobile-logo {
    display: block;
    width: 195px;
  }
  .header-mobile-logo img {
    display: block;
  }
  .header-mobile-logo img {
    width: 100%;
  }
  .header-inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    position: absolute;
    top: 87px;
    right: 0;
    z-index: 9999999999;
  }
  .header-item-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-item-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .burger {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 30px;
    height: 27px;
    z-index: 1;
  }
  .burger::before,
  .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::before {
    top: 0;
    -webkit-box-shadow: 0 12px 0 #ffffff;
    box-shadow: 0 12px 0 #ffffff;
  }
  .burger::after {
    bottom: 0;
  }
  .header-item-2 {
    background-color: #0e0e0e;
  }
  .header-menu {
    height: auto;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 33px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header-menu li {
    height: 100%;
    border-bottom: 1.75px solid #ffffff;
    display: inline-block;
    width: auto;
  }
  .header-item-1 {
    background-color: #0e0e0e;
    padding-bottom: 40px;
  }
  .header-logo {
    display: none;
  }
  .header-container {
    height: auto;
  }
  .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .header-contact-text {
    -ms-flex-item-align: start;
    align-self: start;
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .header-inner {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .header-mobile-logo {
    display: block;
    width: 160px;
  }
  .header-menu {
    gap: 33px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .header-menu li a {
    font-size: 24px;
    line-height: 26px;
  }
}
.wrap-container {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
header {
  max-width: 100%;
}
.header-item-1 {
  background-color: #1c1c1c;
}
.header-mobile-logo {
  display: none;
}
.header-container {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 256px;
  margin-right: 50px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-width: 100%;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-text {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 40px;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-contact-text-link {
  color: #ffffff;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.header-item-2 {
  background-color: #fcfcfc;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 82px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header-menu li {
  height: 100%;
}
.header-menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
main {
  margin-top: -1px;
}
@media (max-width: 1000px) {
  header {
    height: 89px;
    background-color: #1c1c1c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-mobile-logo {
    display: block;
    width: 195px;
  }
  .header-mobile-logo img {
    width: 100%;
  }
  .header-inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    position: absolute;
    top: 87px;
    right: 0;
    z-index: 9999999999;
  }
  .header-item-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-item-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .burger {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 30px;
    height: 27px;
    z-index: 1;
  }
  .burger::before,
  .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::before {
    top: 0;
    -webkit-box-shadow: 0 12px 0 #ffffff;
    box-shadow: 0 12px 0 #ffffff;
  }
  .burger::after {
    bottom: 0;
  }
  .header-item-2 {
    background-color: #0e0e0e;
  }
  .header-menu {
    height: auto;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 33px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .header-menu li {
    height: 100%;
    border-bottom: 1.75px solid #ffffff;
    display: inline-block;
    width: auto;
  }
  .header-item-1 {
    background-color: #0e0e0e;
    padding-bottom: 40px;
  }
  .header-logo {
    display: none;
  }
  .header-container {
    height: auto;
  }
  .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .header-contact-text {
    -ms-flex-item-align: start;
    align-self: start;
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .header-inner {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .header-mobile-logo {
    display: block;
    width: 160px;
  }
  .header-menu {
    gap: 33px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .header-menu li a {
    font-size: 24px;
    line-height: 26px;
  }
}
.blog-links-cont,
.pages-cont {
  display: none;
}
.history {
  margin-bottom: 140px !important;
}
.history h1 {
  color: #000;
  margin-bottom: 20px;
}
.history table,
i {
  padding: 20px 0;
  clear: both;
}
.history th,
td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.history th {
  font-weight: 800;
}
.history h3 {
  padding: 20px 0;
  clear: both;
}
.history ul {
  padding-bottom: 20px;
  clear: both;
}
.history img {
  margin: 20px 20px 120px 0;
  float: left;
  min-width: 200px;
  max-height: 300px !important;
}
.history a {
  text-decoration: underline;
}
.history a:hover {
  text-decoration: none;
}
.wrap-popup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6509803922);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 9999999999;
  padding-left: 10px;
  padding-right: 10px;
}
.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.1019607843),
    -5px 16px 17px 0px rgba(0, 0, 0, 0.0901960784),
    -11px 36px 23px 0px rgba(0, 0, 0, 0.0509803922),
    -19px 64px 27px 0px rgba(0, 0, 0, 0.0117647059),
    -30px 100px 29px 0px rgba(0, 0, 0, 0);
  box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.1019607843),
    -5px 16px 17px 0px rgba(0, 0, 0, 0.0901960784),
    -11px 36px 23px 0px rgba(0, 0, 0, 0.0509803922),
    -19px 64px 27px 0px rgba(0, 0, 0, 0.0117647059),
    -30px 100px 29px 0px rgba(0, 0, 0, 0);
  width: 467px;
  height: 278px;
  position: relative;
  border-radius: 5px;
}
.popup-wrap-icon {
  width: 56px;
  height: 56px;
}
.popup-wrap-icon img {
  width: 100%;
}
.popup-title {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 37.44px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #333333;
}
.popup-text {
  width: 277px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #6d7885;
}
.popup-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 13px;
}
.popup-button:after,
.popup-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  background-color: #333333;
  top: 50%;
  left: 50%;
}
.popup-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.wrap-container {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
header {
  max-width: 100%;
}
.header-item-1 {
  background-color: #1c1c1c;
}
.header-container {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 256px;
  margin-right: 50px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-width: 100%;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact-text {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 40px;
  -ms-flex-item-align: center;
  align-self: center;
}
.header-contact-text-link {
  color: #ffffff;
  text-decoration: underline;
}
.header-contact-text-link:hover {
  color: rgba(212, 233, 252, 0.9);
  text-decoration: none;
}
.header-phone {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.2px;
  color: #ffffff;
  background-color: #dc2626;
  border-radius: 6px;
  padding: 16px 26px 16px 58px;
  text-align: center;
  position: relative;
}
.header-phone:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}
.header-phone:hover {
  background: #cc2525;
}
.header-phone:active {
  background: #b52323;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.header-mob-button {
  display: none;
}
.header-item-2 {
  background-color: #fcfcfc;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 82px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header-menu li:hover {
  border-bottom: 3px solid #e04141;
}
.header-menu li:hover a {
  color: #dc2626;
}
.wrap-main-slider {
  position: relative;
}
.main-slider {
  max-width: 1400px;
  margin: 0 auto;
}
.main-slider .slick-slider {
  max-width: 1400px;
}
.main-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slider .main-slide {
  max-width: 100%;
  max-height: 100%;
}
.main-slider .main-slide > img {
  width: 100%;
}
.block-press {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 40px 70px 55px 70px;
}
.block-press h1 {
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 56px;
}
.h1-red {
  font-weight: 700;
}
.block-press-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(36%);
  filter: brightness(36%);
  z-index: -1;
}
.block-press-companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: -45px;
}
.block-press-item {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  white-space: nowrap;
  font-family: "Inter-SemiBold";
  font-size: 32px;
  text-transform: uppercase;
}
.block-press-item img {
  height: 100%;
}
.block-press-item .block-press-cbs-news {
  height: 28px;
}
.block-press-item .block-press-new-yorker {
  height: 28px;
  padding-bottom: 3px;
}
.block-press-item .block-press-fox-news {
  margin-bottom: 23px;
}
.block-press-item .block-press-cnn-money {
  margin-bottom: 23px;
}
.block-press-item .block-press-wsj {
  height: 26px;
}
.block-press-wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-top: -17px;
}
.block-press-text {
  color: #ffffff;
  font-family: "Inter-ExtraLight";
  font-size: 18px;
  line-height: 22px;
  padding-left: 29px;
  position: relative;
}
.block-press-text span {
  display: block;
  font-family: "Inter-SemiBold";
  text-transform: uppercase;
  margin-top: 10px;
}
.block-press-text:before {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-star-2.png")
    no-repeat;
  background-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-press-wrap-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.block-press-button {
  display: block;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.36px;
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #ffffff;
  background: #dc2626;
  border-radius: 6px;
  padding: 13px 18px;
}
.block-press-button:hover {
  background: #b52323;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-press-button:active {
  background: #b52323;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-press-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
}
.block-press-link-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: sans-serif;
  font-weight: 800;
  gap: 7px;
  color: #333333;
  border-radius: 6px;
  font-size: 16px;
  line-height: 18px;
  background: #ffffff;
  padding: 9px 18px;
}
.block-press-link-1:hover {
  background: rgba(225, 225, 225, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-press-link-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: sans-serif;
  font-weight: 800;
  color: #333333;
  border-radius: 6px;
  font-size: 16px;
  line-height: 18px;
  background: #ffffff;
  padding: 4px 18px;
}
.block-press-link-2:hover {
  background: rgba(225, 225, 225, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-press-google {
  height: 28px;
}
.block-press-yelp {
  height: 38px;
}
.main-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(26, 25, 25, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  img {
    width: 26px;
    height: 26px;
  }
}
.sliderWrap {
  opacity: 0;
}
.main-slider-arrow-prev {
  left: 30px;
}
.main-slider-arrow-next {
  right: 30px;
  img {
    transform: rotate(180deg);
  }
}
.wrap-container-main-img {
  width: 1400px;
  min-height: 820px;
  max-width: 100%;
}
.container-main-img h3 {
  color: #fff;
  line-height: 37px;
}
span.h1-red::after {
  content: "+";
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #dc2626;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  top: -4px;
  margin-left: 2px;
}
@media (max-width: 1000px) {
  .main-slider .main-slide > img,
  .main-slider .main-slide .block-press > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .form-2 .g-recaptcha {
    margin-bottom: 17px;
  }
  .main-slider .slick-track {
    height: 600px;
  }
  a.header-phone::before {
    background-size: 18px;
    background-repeat: no-repeat;
    left: 10px;
    top: 26px;
  }
  a.header-phone {
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 10px 35px;
    position: relative;
    width: auto;
    margin-top: 10px;
    margin-bottom: 11px;
  }
  header {
    height: auto !important;
    padding: 15px 16px 5px !important;
  }
  span.h1-red::after {
    height: 30px;
    width: 30px;
    font-size: 33px;
    top: 0px;
    line-height: 26.5px;
  }
  .block-press-companies {
    overflow: auto;
  }
}
@media (max-width: 500px) {
  .history img {
    float: none;
  }
  .block-press-links a {
    height: 91px;
  }
}
@media (max-width: 650px) {
  .block-press-wrap-links {
    display: grid;
  }
  .block-press-links {
    min-width: 100%;
  }
  a.block-press-button {
    display: inline-block;
    margin-top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .block-press-links {
    top: -60px;
    position: relative;
  }
  .block-press-wrap-links {
    position: relative;
  }
}
@media (min-width: 501px) and (max-width: 740px) {
  .block-press-links a {
    height: 61px;
  }
}
.history img {
  float: none;
}
h2 {
  max-width: 910px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 66.56px;
  text-align: center;
  padding: 0 20px;
  margin-top: 90px;
  margin-bottom: 60px;
  color: #333333;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.location-item p {
  position: relative;
  margin-bottom: 3px;
}
img.scale-with-grid {
  margin: 0 auto;
  height: 200px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  .footer-item-2 ul.footer-item-2-block-3 {
    padding-left: 5px;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header-menu li:nth-child(6) a,
.header-menu li:nth-child(8) a {
  color: red;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.h1-red img {
  width: 45px;
  height: 45px;
  position: relative;
  margin-right: 10px;
  margin-left: 5px;
}
ol {
  padding-left: 20px;
}
.h1-red {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.h1-red::after {
  display: none;
}
.block-press h1 {
  display: flex;
}
@media (max-width: 1100px) {
  .h1-red img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .wark-points-number {
    width: 63px;
    height: 63px;
    font-size: 53px;
  }
}
.history h2 {
  text-align: left;
  margin-left: 0;
  font-size: 44px;
  padding: 0;
  line-height: 60px;
}
