@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  outline: none;
}

img,
video {
  max-width: none !important;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

input {
  outline: none;
}

h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
}

.line.viber {
  background: rgb(164, 152, 247);
  height: 1px;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.button-primary {
  padding: 18px 75px;
  background: rgb(255, 179, 0);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s all;
}

.button-primary:hover {
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
  background: rgb(255, 255, 255);
}

.button-primary:active {
  box-shadow: none;
}

.button-primary.viber {
  background: rgb(115, 96, 242);
  color: #fff;
}

.button-primary.viber:hover {
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
  background: rgb(255, 255, 255);
  color: #434344;
}

.button-primary.viber:active {
  box-shadow: none;
  color: #434344;
}

.button-primary.gradient {
  color: white;
  background: linear-gradient(90.02deg, #b55cee 13.99%, #ca69d3 58.89%, #fe8a91 103.79%) !important;
}

form input[type=text],
form input[type=email] {
  width: 50%;
  padding: 16px 24px 16px 24px;
  border: none;
  height: 55px;
  border-radius: 8px;
}
form input[type=button] {
  font-size: 16px;
}
form input::-moz-placeholder {
  color: rgb(133, 135, 144);
}
form input::placeholder {
  color: rgb(133, 135, 144);
}

.footnote {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.footnote a {
  color: rgb(64, 125, 255);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #434344;
  color: #f5f5f7;
  z-index: 1000;
}
header .container {
  padding: 0;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .menu_button {
  display: none;
  padding: 2px;
  cursor: pointer;
}
header .container .menu_button .line {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: rgb(255, 179, 0);
}
header .container .menu_button .line:before,
header .container .menu_button .line:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 2px;
  background: rgb(255, 179, 0);
}
header .container .menu_button .line:after {
  top: -6px;
}
header .container .logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header .container .logo img {
  height: 16px;
}
header .container .logo .menu-items {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header .container .logo .menu-items li {
  padding: 28px 0;
  list-style-type: none;
}
header .container .logo .menu-items li a {
  white-space: nowrap;
  color: #f5f5f7;
}
header .container .logo .menu-items li a p:hover {
  color: rgb(255, 179, 0);
}
header .container .logo .menu-items .dropdown .head-dropdown:hover {
  color: rgb(255, 179, 0);
}
header .container .logo .menu-items .dropdown .body_dropdown {
  padding: 16px;
}
header .container .logo .menu-items .dropdown .body_dropdown .dropdown-item {
  display: flex;
  align-items: center;
}
header .container .logo .menu-items .dropdown .body_dropdown .dropdown-item img {
  margin: 0;
  width: 24px;
  height: 24px;
}
header .container .logo .menu-items .dropdown .body_dropdown .dropdown-item .curcle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
header .container .logo.active {
  flex-direction: column;
}
header .container .right-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
header .container .right-box .phone-popover {
  display: flex;
  align-items: center;
  position: relative;
}
header .container .right-box .phone-popover .phone-target {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: white;
  transition: all 0.25s;
  cursor: pointer;
}
header .container .right-box .phone-popover .phone-target svg {
  height: 15px;
  width: 15px;
}
header .container .right-box .phone-popover .phone-target:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .container .right-box .phone-popover .phone-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  display: none;
  border-radius: 5px;
  padding: 12px;
  background-color: white;
  color: rgb(29, 29, 31);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  right: 40px;
}
header .container .right-box .phone-popover .phone-dropdown .arrow {
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  clip-path: polygon(100% 100%, 0px 0px, 100% 0px);
  border-top-left-radius: 0px;
  right: -4.5px;
  top: 17px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  background-color: inherit;
  z-index: 1;
}
header .container .right-box .lang-box {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
header .container .right-box .lang-box a {
  font-size: 13px;
  transition: all 0.25s;
  padding: 4px 6px 4px;
}
header .container .right-box .lang-box a:first-child {
  padding-left: 8px;
}
header .container .right-box .lang-box a:last-child {
  padding-right: 8px;
}
header .container .right-box .lang-box a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .container .right-box .lang-box a.active {
  color: rgb(255, 179, 0);
}
header .container .right-box .authorization a {
  font-size: 13px;
  color: #f5f5f7;
}
header .container .right-box .authorization a:last-child {
  padding: 0.42vw 1.25vw;
  margin-left: 16px;
  color: rgb(255, 179, 0);
}
header .container .right-box .authorization a:hover {
  color: rgb(255, 179, 0);
}

.head-dropdown {
  color: #f5f5f7;
  font-size: 13px;
  border: none;
  cursor: pointer;
  padding: 45px 0;
}

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

.body_dropdown {
  display: none;
  position: absolute;
  top: 90px;
  border-radius: 8px;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.body_dropdown .title {
  color: rgb(56, 80, 101);
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 18px;
}

.body_dropdown a {
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: rgb(56, 80, 101) !important;
}

.body_dropdown a:hover {
  color: rgb(255, 179, 0) !important;
}

.dropdown:hover .body_dropdown,
.dropdown:focus-within .body_dropdown {
  display: block !important;
}

main .slider,
main .preview-sms {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 68px;
  padding: 85px 0;
  background: url("../../images/Banner_main_desk.webp") no-repeat top center;
  background-size: cover;
  height: 620px;
  position: relative;
}
main .slider .icon-product,
main .preview-sms .icon-product {
  position: absolute;
  border-radius: 50%;
  background: white;
  padding: 22px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.5);
}
main .slider .icon-product.facebook,
main .preview-sms .icon-product.facebook {
  top: 5.8%;
  right: 5.8%;
}
main .slider .icon-product.email,
main .preview-sms .icon-product.email {
  top: 9.3%;
  right: 15.4%;
}
main .slider .icon-product.viber,
main .preview-sms .icon-product.viber {
  top: 6.8%;
  right: 2.8%;
}
main .slider .icon-product.telegram,
main .preview-sms .icon-product.telegram {
  top: 31%;
  right: 8%;
}
main .slider .icon-product.vk,
main .preview-sms .icon-product.vk {
  top: 54%;
  right: 2.9%;
}
main .slider .icon-product.sms,
main .preview-sms .icon-product.sms {
  top: 79.2%;
  right: 7.5%;
}
main .slider .icon-product.instagram,
main .preview-sms .icon-product.instagram {
  top: 56%;
  right: 13.2%;
}
main .slider .icon-product.s-chat,
main .preview-sms .icon-product.s-chat {
  top: 7.3%;
  right: 41.9%;
}
main .slider img,
main .preview-sms img {
  width: 38px;
  height: auto;
}
main .slider img:hover,
main .preview-sms img:hover {
  transform: scale(1);
  animation: scale 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
main .slider .container .wrapper h1,
main .preview-sms .container .wrapper h1 {
  font-size: clamp(28px, 4vw, 48px);
  background: linear-gradient(88.07deg, rgb(181, 86, 243), rgb(255, 179, 0));
  width: 410px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
main .slider .container .wrapper h1 span,
main .preview-sms .container .wrapper h1 span {
  font-size: clamp(32px, 5vw, 80px);
}
main .slider .container .wrapper p,
main .preview-sms .container .wrapper p {
  padding: 32px 0 70px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(110, 110, 115);
}
main .slider .container .wrapper p span,
main .preview-sms .container .wrapper p span {
  color: rgb(29, 29, 31);
}
main .slider .container .button-primary,
main .preview-sms .container .button-primary {
  width: 450px;
  background: rgb(255, 255, 255);
}
main .slider .container .button-primary:hover,
main .preview-sms .container .button-primary:hover {
  background: rgb(255, 246, 218);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
main .slider .container img:not(:hover),
main .preview-sms .container img:not(:hover) {
  animation: scaleback 0.4s ease-in-out;
}
@keyframes scaleback {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
main .slider a {
  z-index: 3;
}
main .slider .container .wrapper .box-info-slider {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .slider .container .wrapper .box-info-slider h1 {
  width: 770px;
  color: white;
  font-size: clamp(32px, 5vw, 56px);
  line-height: clamp(38px, 5vw, 68px);
  font-weight: 700;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
main .slider .container .wrapper .box-info-slider .info {
  display: flex;
  flex-direction: column;
  max-width: 590px;
  margin-bottom: 40px;
}
main .slider .container .wrapper .box-info-slider .info p {
  font-size: clamp(14px, 3vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  font-weight: 400;
  color: black;
  padding: 0;
  margin-bottom: 26px;
}
main .slider .container .wrapper .box-info-slider .info p:last-child {
  margin: 0;
}
main .try-channels,
main .tender {
  background: rgb(249, 249, 249);
  padding: 60px 0 120px 0;
}
main .try-channels .container .channels,
main .tender .container .channels {
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .try-channels .container .channels .icon-product,
main .tender .container .channels .icon-product {
  padding: 40px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
  border-radius: 50%;
}
main .try-channels .container .channels .icon-product img,
main .tender .container .channels .icon-product img {
  width: 42px;
  height: 42px;
}
main .try-channels .container .channels .icon-product img:hover,
main .tender .container .channels .icon-product img:hover {
  transform: scale(1);
  animation: scale 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
main .try-channels .container .channels .icon-product img:not(:hover),
main .tender .container .channels .icon-product img:not(:hover) {
  animation: scaleback 0.4s ease-in-out;
}
@keyframes scaleback {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
main .try-channels .container .h4,
main .tender .container .h4 {
  color: #385065;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0 64px 0;
  font-size: 40px;
  font-weight: 500;
}
main .try-channels .container form,
main .tender .container form {
  padding: 0 120px 24px 120px;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .try-channels .container form .dates,
main .tender .container form .dates {
  display: flex;
}
main .try-channels .container .footnote,
main .tender .container .footnote {
  text-align: center;
}
main .faq .container {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
main .faq .container .accordion {
  width: 50%;
}
main .faq .container .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
main .faq .container .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #526b82;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
main .faq .container .accordion button:hover, main .faq .container .accordion button:focus {
  cursor: pointer;
}
main .faq .container .accordion button .accordion-title {
  padding: 0 1.5em 0 0;
  color: #526b82;
}
main .faq .container .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
}
main .faq .container .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  left: -25px;
  width: 17px;
  height: 3px;
  background: #526b82;
}
main .faq .container .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: -18px;
  width: 3px;
  height: 17px;
  background: currentColor;
}
main .faq .container .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
main .faq .container .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 28rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
main .faq .container .accordion .accordion-content {
  padding-left: 48px;
  color: #526b82;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
main .faq .container .accordion .accordion-content ol {
  list-style: decimal !important;
  font-weight: 300;
}
main .faq .container .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
main .faq .container .accordion .accordion-content p a {
  color: #1c6fab;
  text-decoration: underline;
}
main .faq .container .title {
  color: #526b82;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}
main .bonus {
  padding: 80px 0;
  background: 0;
}
main .bonus .container {
  display: flex;
  -moz-column-gap: 4.17vw;
       column-gap: 4.17vw;
  background: rgb(249, 249, 249);
  border-radius: 16px;
  padding: 40px 120px;
}
main .bonus .container .description,
main .bonus .container form {
  width: 50%;
}
main .bonus .container .description .h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 20px;
  color: rgba(8, 44, 76, 0.6980392157);
}
main .bonus .container .description .h2 span {
  background: rgb(255, 179, 0);
  padding: 0 8px;
  border-radius: 8px;
  color: #3b3d4d;
}
main .bonus .container .description p {
  color: rgb(133, 135, 144);
  font-weight: 400;
  line-height: 28px;
}
main .bonus .container form {
  display: flex;
  flex-direction: column;
}
main .bonus .container form .dates {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .bonus .container form input[type=button],
main .bonus .container form input[type=submit] {
  margin: 40px 0 16px 0;
}
main .group-products {
  padding: 60px 0;
}
main .group-products .h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.6980392157);
}
main .group-products .title {
  width: 800px;
  margin: 0 auto;
  padding: 16px 0 80px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: rgb(110, 110, 115);
}
main .group-products .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  padding: 12px 0;
}
main .group-products .wrapper a .product {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgb(255, 179, 0);
  height: 100%;
}
main .group-products .wrapper a .product .type {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 24px;
}
main .group-products .wrapper a .product .type img {
  width: 54px;
  height: 54px;
}
main .group-products .wrapper a .product .type span {
  color: rgb(29, 29, 31);
  font-weight: 500;
  line-height: 28px;
}
main .group-products .wrapper a .product .description {
  color: rgb(110, 110, 115);
  line-height: 24px;
  font-weight: 500;
}
main .mailing {
  padding: 60px 0;
}
main .mailing .container {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
main .mailing .container img {
  width: 344px;
  height: 613.66px;
}
main .mailing .container .mobile {
  display: none;
}
main .mailing .container .text {
  width: 100%;
  background: url("../../images/chart.png") no-repeat bottom right;
  background-size: 60%;
}
main .mailing .container .text .h3 {
  width: 600px;
  background: linear-gradient(88.81deg, rgb(254, 138, 145), rgb(207, 125, 214), rgb(66, 173, 255));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  padding: 75px 0 40px 0;
}
main .mailing .container .text p {
  width: 490px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(110, 110, 115);
}
main .talk-with-marketolog {
  padding: 60px 0;
  background: rgb(249, 249, 249);
  color: #385065;
}
main .talk-with-marketolog .container {
  text-align: center;
}
main .talk-with-marketolog .container .h3 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 16px;
}
main .talk-with-marketolog .container .title {
  padding-bottom: 64px;
}
main .talk-with-marketolog .container form {
  padding: 0 120px 24px 120px;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .talk-with-marketolog .container form .dates {
  display: flex;
}
main .kascad {
  padding-top: 60px;
  color: rgba(8, 44, 76, 0.6980392157);
}
main .kascad .container {
  text-align: center;
}
main .kascad .container .h3 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
main .kascad .container .title {
  margin: 24px auto 60px auto;
  max-width: 1000px;
  background: linear-gradient(88.81deg, rgb(181, 86, 243), rgb(77, 175, 225), rgb(4, 209, 142));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 21px;
}
main .kascad .container img {
  width: 100%;
  -o-object-position: 65px 0;
     object-position: 65px 0;
}
main .kascad .container .mobile {
  display: none;
}
main .business-helps {
  padding: 60px 0;
  color: #385065;
}
main .business-helps .container .title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
main .business-helps .container .subtitle {
  padding: 16px 0 80px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
main .business-helps .container .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  padding: 12px 0;
}
main .business-helps .container .wrapper .way {
  padding: 40px;
  border-radius: 16px;
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
  background: rgb(245, 245, 247);
}
main .business-helps .container .wrapper .way .type {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-bottom: 24px;
}
main .business-helps .container .wrapper .way .type .name {
  font-size: 24px;
  font-weight: 700;
}
main .business-helps .container .wrapper .way .type .circle {
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
}
main .business-helps .container .wrapper .way .type .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .business-helps .container .wrapper .way .type .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .business-helps .container .wrapper .way .type .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .business-helps .container .wrapper .way .type .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .business-helps .container .wrapper .way .type .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .business-helps .container .wrapper .way .type .circle.six {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .cabinet-advantages {
  padding: 60px 0;
}
main .cabinet-advantages .h4 {
  padding-bottom: 25px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #385065;
  text-transform: uppercase;
}
main .cabinet-advantages .container img {
  width: 100%;
}
main .cabinet-advantages .container .mobile {
  display: none;
}
main .blog {
  padding: 60px 0;
}
main .blog .container .h4 {
  color: #385065;
  text-align: center;
  padding-bottom: 48px;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
main .blog .container .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 12px 0;
}
main .blog .container .wrapper .article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .blog .container .wrapper .article img {
  width: 100%;
}
main .blog .container .wrapper .article .date {
  padding: 24px 0 16px 0;
  color: rgb(110, 110, 115);
}
main .blog .container .wrapper .article .description {
  padding-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  color: rgb(110, 110, 115);
}
main .blog .container .wrapper .article a {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: rgb(28, 111, 171);
  padding: 12px 0px;
}
main .blog .container .wrapper .article a img {
  margin-left: 12px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
main .care {
  background: url("../../images/Background_with_pattern.webp") center;
  background-size: cover;
  padding: 60px 0;
}
main .care .container .h4 {
  color: #385065;
  padding-bottom: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
main .care .container .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
main .care .container .wrapper .way .type {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-bottom: 24px;
}
main .care .container .wrapper .way .type .name {
  font-size: 24px;
  font-weight: 700;
}
main .care .container .wrapper .way .description {
  line-height: 32px;
}
main .preview-sms {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_SMS.webp") no-repeat center;
  background-size: cover;
  height: 800px;
  padding-top: 208px;
}
main .preview-sms .container {
  display: flex;
  align-items: center;
}
main .preview-sms .container .wrapper h1 {
  background: #434344;
  -webkit-background-clip: text;
          background-clip: text;
  width: 550px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: clamp(28px, 4vw, 48px);
}
main .preview-sms .container .wrapper h1 span {
  font-size: clamp(32px, 5vw, 80px);
  line-height: clamp(32px, 5vw, 80px);
}
main .preview-sms .container .wrapper p {
  width: 410px;
  color: #434344;
}
main .preview-sms .container .wrapper .button-primary {
  width: 450px;
}
main .solutions {
  background: url("../../images/Solutions_background.webp") no-repeat bottom right;
  background-position: 0px 980px;
  background-size: 100%;
}
main .solutions .container {
  padding: 60px 0;
}
main .solutions .container .h2 {
  text-transform: uppercase;
  font-size: clamp(32px, 5vw, 60px);
  background: linear-gradient(88.81deg, rgb(254, 138, 145), rgb(207, 125, 214), rgb(66, 173, 255));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
}
main .solutions .container .h3 {
  background: linear-gradient(88.81deg, rgb(249, 89, 99), rgb(232, 100, 187), rgb(255, 179, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(32px, 5vw, 60px);
  text-transform: uppercase;
  padding: 135px 0 0 0;
}
main .solutions .container .title {
  font-size: 21px;
  padding-bottom: 16px;
  line-height: 32px;
  color: rgb(110, 110, 115);
}
main .solutions .container .title span {
  color: rgb(29, 29, 31);
  font-weight: 500;
}
main .solutions .container .picture-block {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
main .solutions .container .picture-block .picture-block__control {
  display: flex;
  flex-direction: column;
}
main .solutions .container .picture-block .picture-block__control .button {
  cursor: pointer;
  padding: 32px 0;
  width: 660px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-bottom: 1px solid rgb(210, 210, 215);
}
main .solutions .container .picture-block .picture-block__control .button img {
  min-width: 104px;
  max-height: 160px;
  filter: grayscale(100);
  opacity: 0.7;
}
main .solutions .container .picture-block .picture-block__control .button .text .title {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: rgb(8, 44, 76);
}
main .solutions .container .picture-block .picture-block__control .button .text .subtitle {
  font-weight: 500;
  color: rgb(110, 110, 115);
}
main .solutions .container .picture-block .picture-block__control .button:last-child {
  border: none;
}
main .solutions .container .picture-block .picture-block__control .button.--active img {
  filter: grayscale(0);
  opacity: 1;
}
main .solutions .container .picture-block .picture-block__img {
  width: 430px;
  height: 880px;
}
main .solutions .container .wrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 40px 80px;
}
main .solutions .container .wrapper .item .item-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 16px;
}
main .solutions .container .wrapper .item .item-head span {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: rgb(8, 44, 76);
}
main .solutions .container .wrapper .item p {
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
}
main .start-sending {
  padding: 60px 0;
  text-align: center;
}
main .start-sending .container .h3 {
  text-transform: uppercase;
  font-size: 40px;
  background: linear-gradient(88.81deg, rgb(249, 89, 99), rgb(232, 100, 187), rgb(255, 179, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
main .start-sending .container .button-primary {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  width: 400px;
  padding: 18px 24px 18px 24px;
}
main .business-helps.sms .container .wrapper .way {
  background: none;
  box-shadow: none;
  border: 1px solid rgb(255, 179, 0);
  border-radius: 16px;
}
main .create-sms {
  padding: 60px 0;
}
main .create-sms .container .h3 {
  color: rgb(59, 61, 77);
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
main .create-sms .container .wrapper {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 40px;
}
main .create-sms .container .wrapper .step {
  background: url("../../images/Arrow.webp") center right no-repeat;
  background-size: 90%;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .create-sms .container .wrapper .step .number {
  color: rgb(255, 179, 0);
}
main .create-sms .container .wrapper .step .number p {
  margin-bottom: -10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
main .create-sms .container .wrapper .step .number span {
  font-size: 80px;
  font-weight: 700;
}
main .create-sms .container .wrapper .step .description {
  width: 400px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
main .tariffs {
  padding: 60px 0;
}
main .tariffs .container .h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  color: rgba(8, 44, 76, 0.7);
}
main .tariffs .container .owl-carousel {
  padding: 80px 0 40px 0;
}
main .tariffs .container .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 16px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgb(255, 179, 0);
}
main .tariffs .container .owl-carousel .item .amount {
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
}
main .tariffs .container .owl-carousel .item .price {
  color: rgb(59, 61, 77);
  font-size: 80px;
  font-weight: 700;
}
main .tariffs .container .owl-carousel .item .currency {
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
}
main .tariffs .container .owl-carousel .item.unique .price {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
main .tariffs .container .owl-carousel .item.unique .price span {
  font-size: 32px;
}
main .tariffs .container .owl-carousel .item:hover {
  transition: 0.5s ease;
  background: rgb(255, 179, 0);
}
main .tariffs .container .owl-carousel .item:hover .price {
  color: #fff;
}
main .tariffs .container .owl-carousel .owl-nav {
  position: absolute;
  top: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .tariffs .container .owl-carousel .owl-carousel .owl-prev.disabled,
main .tariffs .container .owl-carousel .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
main .tariffs .container .owl-carousel .owl-nav button.owl-prev,
main .tariffs .container .owl-carousel .owl-nav button.owl-next {
  width: 81px;
  height: 81px;
  transform: rotate(180deg);
  background: url("../../images/icons/arrow_carousel_sms.png") no-repeat center right;
  color: transparent;
  position: relative;
}
main .tariffs .container .owl-carousel .owl-nav button.owl-prev {
  left: -96px;
}
main .tariffs .container .owl-carousel .owl-nav button.owl-next {
  transform: rotate(0deg);
  left: 96px;
}
main .tariffs .container .owl-carousel .owl-nav .prev-slide:hover {
  background-position: 0px -53px;
}
main .tariffs .container .owl-carousel .owl-nav .next-slide:hover {
  background-position: -24px -53px;
}
main .tariffs .container .description {
  color: rgb(133, 135, 144);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
main .try-channels.sms {
  padding: 20px 0;
}
main .alphanames {
  padding: 60px 0;
}
main .alphanames .container {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
main .alphanames .container .description {
  min-width: 600px;
}
main .alphanames .container .description .title {
  color: rgb(59, 61, 77);
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 24px;
}
main .alphanames .container .description .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgb(133, 135, 144);
}
main .alphanames .container .button-primary {
  width: 100%;
}
main .tender {
  padding: 60px 0;
  background: rgb(249, 249, 249);
}
main .tender .container .title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: rgb(59, 61, 77);
  padding-bottom: 16px;
}
main .tender .container .subtitle {
  color: rgb(110, 110, 115);
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}
main .tender .container .subtitle a {
  color: rgb(28, 111, 171);
}
main .tender .container form {
  padding-top: 60px;
}
main .attracting-attention {
  background: url("../../images/Background_Viber_2.webp") no-repeat left center;
  background-size: 100%;
}
main .attracting-attention .container .h3 {
  text-transform: uppercase;
  padding-bottom: 96px;
  width: 926px;
  background: linear-gradient(94.57deg, rgb(115, 96, 242), rgb(232, 100, 187));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
}
main .attracting-attention .container .group-title-f {
  padding-bottom: 96px;
}
main .attracting-attention .container .group-title-f .f-title {
  background: linear-gradient(94.57deg, rgb(115, 96, 242), rgb(232, 100, 187));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
}
main .attracting-attention .container .group-title-f .subtitle {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 4vw, 38px);
  line-height: clamp(36px, 6vw, 50px);
  font-weight: 700;
  text-transform: uppercase;
}
main .attracting-attention .container .attraction {
  margin-bottom: 96px;
  width: 65%;
}
main .attracting-attention .container .stage {
  padding-bottom: 64px;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .attracting-attention .container .stage span {
  color: rgb(59, 61, 77);
  font-size: 32px;
  font-weight: 500;
}
main .attracting-attention .container .wrapper.custom,
main .attracting-attention .container .wrapper.type {
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 40px 80px;
}
main .attracting-attention .container .wrapper.custom .item,
main .attracting-attention .container .wrapper.type .item {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
main .attracting-attention .container .wrapper.custom .item p,
main .attracting-attention .container .wrapper.type .item p {
  color: rgb(110, 110, 115);
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
main .attracting-attention .container .wrapper.custom .item img,
main .attracting-attention .container .wrapper.type .item img {
  width: 56px;
  height: 56px;
}
main .attracting-attention .container .wrapper.type {
  padding-bottom: 120px;
}
main .attracting-attention .container .wrapper.type .stage {
  display: flex;
  align-items: start;
  padding-bottom: 0;
}
main .attracting-attention .container .wrapper.type .stage div .title {
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(59, 61, 77);
}
main .attracting-attention .container .wrapper.type .stage div p {
  font-size: 21px;
  font-weight: 400;
  color: rgb(81, 83, 97);
}
main .attracting-attention .container .wrapper.type .stage div p span {
  font-size: 21px;
  font-weight: 600;
}
main .viber-help {
  padding: 120px 0 0 0;
}
main .viber-help .container .h3 {
  text-transform: uppercase;
  padding-bottom: 16px;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
  background: linear-gradient(94.57deg, rgb(115, 96, 242), rgb(232, 100, 187));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
main .viber-help .container .title {
  font-size: 21px;
  color: rgb(59, 61, 77);
  font-weight: 400;
}
main .viber-help .container .owl-carousel {
  padding: 64px 0 120px 0;
  position: relative;
}
main .viber-help .container .owl-carousel .item {
  min-height: 360px;
  max-height: 360px;
  border: 1px solid rgb(220, 215, 252);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 32px;
}
main .viber-help .container .owl-carousel .item .type {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  padding-bottom: 24px;
}
main .viber-help .container .owl-carousel .item .type .name {
  font-size: 24px;
  font-weight: 700;
  color: rgb(59, 61, 77);
}
main .viber-help .container .owl-carousel .item .type .circle {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
}
main .viber-help .container .owl-carousel .item .type .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .viber-help .container .owl-carousel .item .type .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .viber-help .container .owl-carousel .item .type .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .viber-help .container .owl-carousel .item .type .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .viber-help .container .owl-carousel .item .type .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .viber-help .container .owl-carousel .item .type .circle.six {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .viber-help .container .owl-carousel .item .type .circle.seven {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .viber-help .container .owl-carousel .item .type .circle.eight {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .viber-help .container .owl-carousel .item .description {
  color: rgb(59, 61, 77);
  font-size: 21px;
}
main .viber-help .container .owl-nav {
  position: absolute;
  top: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .viber-help .container .owl-carousel .owl-prev.disabled,
main .viber-help .container .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
main .viber-help .container .owl-carousel button.owl-prev,
main .viber-help .container .owl-carousel button.owl-next {
  width: 64px;
  height: 64px;
  background: url("../../images/icons/arrow_carousel.png") no-repeat center;
  transform: rotate(180deg);
  color: transparent;
  position: relative;
}
main .viber-help .container .owl-carousel button.owl-prev {
  left: -96px;
}
main .viber-help .container .owl-carousel button.owl-next {
  transform: rotate(0deg);
  left: 96px;
}
main .viber-help .container .owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
main .viber-help .container .owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}
main .tariffs.viber .container .h3,
main .tariffs.vk .container .h3,
main .tariffs.fb .container .h3,
main .tariffs.tg .container .h3,
main .tariffs.inst .container .h3 {
  text-transform: uppercase;
  padding-bottom: 80px;
  text-align: center;
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
}
main .tariffs.viber .container .wrapper,
main .tariffs.vk .container .wrapper,
main .tariffs.fb .container .wrapper,
main .tariffs.tg .container .wrapper,
main .tariffs.inst .container .wrapper {
  display: flex;
  justify-content: space-between;
}
main .tariffs.viber .container .wrapper .subscription-fee,
main .tariffs.vk .container .wrapper .subscription-fee,
main .tariffs.fb .container .wrapper .subscription-fee,
main .tariffs.tg .container .wrapper .subscription-fee,
main .tariffs.inst .container .wrapper .subscription-fee {
  position: relative;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 1100px;
  border: 1px solid rgb(115, 96, 242);
  border-radius: 16px;
  background: url("../../images/Background_Viber_tariff.webp") no-repeat left;
  background-size: contain;
}
main .tariffs.viber .container .wrapper .subscription-fee .price,
main .tariffs.vk .container .wrapper .subscription-fee .price,
main .tariffs.fb .container .wrapper .subscription-fee .price,
main .tariffs.tg .container .wrapper .subscription-fee .price,
main .tariffs.inst .container .wrapper .subscription-fee .price {
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px 0 0 16px;
  color: rgb(255, 255, 255);
}
main .tariffs.viber .container .wrapper .subscription-fee .price p,
main .tariffs.vk .container .wrapper .subscription-fee .price p,
main .tariffs.fb .container .wrapper .subscription-fee .price p,
main .tariffs.tg .container .wrapper .subscription-fee .price p,
main .tariffs.inst .container .wrapper .subscription-fee .price p {
  font-size: 21px;
  font-weight: 400;
}
main .tariffs.viber .container .wrapper .subscription-fee .price p:first-child,
main .tariffs.vk .container .wrapper .subscription-fee .price p:first-child,
main .tariffs.fb .container .wrapper .subscription-fee .price p:first-child,
main .tariffs.tg .container .wrapper .subscription-fee .price p:first-child,
main .tariffs.inst .container .wrapper .subscription-fee .price p:first-child {
  padding-bottom: 16px;
}
main .tariffs.viber .container .wrapper .subscription-fee .price span,
main .tariffs.vk .container .wrapper .subscription-fee .price span,
main .tariffs.fb .container .wrapper .subscription-fee .price span,
main .tariffs.tg .container .wrapper .subscription-fee .price span,
main .tariffs.inst .container .wrapper .subscription-fee .price span {
  font-size: 80px;
  font-weight: 700;
}
main .tariffs.viber .container .wrapper .subscription-fee .messages,
main .tariffs.vk .container .wrapper .subscription-fee .messages,
main .tariffs.fb .container .wrapper .subscription-fee .messages,
main .tariffs.tg .container .wrapper .subscription-fee .messages,
main .tariffs.inst .container .wrapper .subscription-fee .messages {
  width: calc(100% - 280px);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}
main .tariffs.viber .container .wrapper .subscription-fee .messages .service .title,
main .tariffs.viber .container .wrapper .subscription-fee .messages .promo .title,
main .tariffs.vk .container .wrapper .subscription-fee .messages .service .title,
main .tariffs.vk .container .wrapper .subscription-fee .messages .promo .title,
main .tariffs.fb .container .wrapper .subscription-fee .messages .service .title,
main .tariffs.fb .container .wrapper .subscription-fee .messages .promo .title,
main .tariffs.tg .container .wrapper .subscription-fee .messages .service .title,
main .tariffs.tg .container .wrapper .subscription-fee .messages .promo .title,
main .tariffs.inst .container .wrapper .subscription-fee .messages .service .title,
main .tariffs.inst .container .wrapper .subscription-fee .messages .promo .title {
  padding-bottom: 8px;
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
}
main .tariffs.viber .container .wrapper .subscription-fee .messages .service .title span,
main .tariffs.viber .container .wrapper .subscription-fee .messages .promo .title span,
main .tariffs.vk .container .wrapper .subscription-fee .messages .service .title span,
main .tariffs.vk .container .wrapper .subscription-fee .messages .promo .title span,
main .tariffs.fb .container .wrapper .subscription-fee .messages .service .title span,
main .tariffs.fb .container .wrapper .subscription-fee .messages .promo .title span,
main .tariffs.tg .container .wrapper .subscription-fee .messages .service .title span,
main .tariffs.tg .container .wrapper .subscription-fee .messages .promo .title span,
main .tariffs.inst .container .wrapper .subscription-fee .messages .service .title span,
main .tariffs.inst .container .wrapper .subscription-fee .messages .promo .title span {
  color: rgb(115, 96, 242);
  font-size: 32px;
  font-weight: 700;
}
main .tariffs.viber .container .wrapper .subscription-fee .messages .service .subtitle,
main .tariffs.viber .container .wrapper .subscription-fee .messages .promo .subtitle,
main .tariffs.vk .container .wrapper .subscription-fee .messages .service .subtitle,
main .tariffs.vk .container .wrapper .subscription-fee .messages .promo .subtitle,
main .tariffs.fb .container .wrapper .subscription-fee .messages .service .subtitle,
main .tariffs.fb .container .wrapper .subscription-fee .messages .promo .subtitle,
main .tariffs.tg .container .wrapper .subscription-fee .messages .service .subtitle,
main .tariffs.tg .container .wrapper .subscription-fee .messages .promo .subtitle,
main .tariffs.inst .container .wrapper .subscription-fee .messages .service .subtitle,
main .tariffs.inst .container .wrapper .subscription-fee .messages .promo .subtitle {
  color: rgba(8, 44, 76, 0.7);
  font-size: 16px;
  font-weight: 400;
}
main .tariffs.viber .container .wrapper .subscription-fee .messages .or,
main .tariffs.vk .container .wrapper .subscription-fee .messages .or,
main .tariffs.fb .container .wrapper .subscription-fee .messages .or,
main .tariffs.tg .container .wrapper .subscription-fee .messages .or,
main .tariffs.inst .container .wrapper .subscription-fee .messages .or {
  color: rgb(59, 61, 77);
  font-size: 16px;
  font-weight: 400;
}
main .tariffs.viber .container .wrapper .individual-rate,
main .tariffs.vk .container .wrapper .individual-rate,
main .tariffs.fb .container .wrapper .individual-rate,
main .tariffs.tg .container .wrapper .individual-rate,
main .tariffs.inst .container .wrapper .individual-rate {
  min-width: 280px;
  height: 280px;
  background: rgb(115, 96, 242);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main .tariffs.viber .container .wrapper .individual-rate .price p,
main .tariffs.vk .container .wrapper .individual-rate .price p,
main .tariffs.fb .container .wrapper .individual-rate .price p,
main .tariffs.tg .container .wrapper .individual-rate .price p,
main .tariffs.inst .container .wrapper .individual-rate .price p {
  color: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 400;
}
main .tariffs.viber .container .wrapper .individual-rate .price p:nth-child(2),
main .tariffs.vk .container .wrapper .individual-rate .price p:nth-child(2),
main .tariffs.fb .container .wrapper .individual-rate .price p:nth-child(2),
main .tariffs.tg .container .wrapper .individual-rate .price p:nth-child(2),
main .tariffs.inst .container .wrapper .individual-rate .price p:nth-child(2) {
  padding-top: 24px;
  font-size: 28px;
}
main .tariffs.viber .container .wrapper .individual-rate .price p:last-child,
main .tariffs.vk .container .wrapper .individual-rate .price p:last-child,
main .tariffs.fb .container .wrapper .individual-rate .price p:last-child,
main .tariffs.tg .container .wrapper .individual-rate .price p:last-child,
main .tariffs.inst .container .wrapper .individual-rate .price p:last-child {
  font-size: 48px;
  font-weight: 700;
}
main .tariffs.viber .container .description,
main .tariffs.vk .container .description,
main .tariffs.fb .container .description,
main .tariffs.tg .container .description,
main .tariffs.inst .container .description {
  padding-top: 40px;
  text-align: center;
  color: rgb(133, 135, 144);
  font-size: 16px;
  font-weight: 400;
}
main .alphanames.viber .container {
  background: rgb(249, 249, 249);
  border-radius: 16px;
  padding: 60px 120px;
}
main .kascad.viber .container {
  text-align: start;
  padding-bottom: 60px;
}
main .kascad.viber .container .h4 {
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
  background: linear-gradient(94.57deg, rgb(115, 96, 242), rgb(232, 100, 187));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
main .kascad.viber .container .title {
  max-width: none;
  -webkit-text-fill-color: #434344;
  margin: 24px 0 80px 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}
main .preview-viber {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_Viber.webp") no-repeat center;
  background-size: cover;
  height: 800px;
  padding-top: 208px;
}
main .preview-viber .container {
  display: flex;
  align-items: center;
}
main .preview-viber .container .wrapper h1 {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-clip: inherit;
  width: 550px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 60px;
}
main .preview-viber .container .wrapper h1 span {
  font-size: clamp(36px, 4vw, 60px);
}
main .preview-viber .container .wrapper p {
  padding: 24px 0 70px 0;
  width: 410px;
  font-size: 21px;
  color: rgb(255, 255, 255);
}
main .preview-viber .container .wrapper .button-primary {
  width: 450px;
}
main .solutions.viber {
  background: url("../../images/Background_Viber_1.webp") no-repeat left;
  background-size: 100%;
  background-position-y: 80px;
}
main .solutions.viber > .container {
  padding-bottom: 120px;
  padding-top: 80px;
}
main .solutions.viber > .container .h2 {
  font-size: clamp(36px, 4vw, 60px);
}
main .solutions.viber > .container .wrapper.info-viber {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding-bottom: 90px;
}
main .solutions.viber > .container .wrapper.info-viber .item {
  width: 25%;
}
main .solutions.viber > .container .wrapper.info-viber .item .amount {
  color: rgb(115, 96, 242);
  font-size: 120px;
  font-weight: 300;
}
main .solutions.viber > .container .wrapper.info-viber .item .value {
  color: rgb(115, 96, 242);
  font-size: 24px;
  font-weight: 700;
}
main .solutions.viber > .container .wrapper.info-viber .item .description {
  color: rgb(110, 110, 115);
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
main .bonus.viber {
  background: none;
  padding-top: 0;
}
main .bonus.viber .container {
  background: rgb(249, 249, 249);
  border-radius: 16px;
  padding: 40px 120px;
}
main .bonus.viber .container .description .h2 {
  background: none;
  text-transform: none;
  line-height: 56px;
  -webkit-text-fill-color: rgba(8, 44, 76, 0.7);
}
main .bonus.viber .container .description .h2 span {
  background: rgb(115, 96, 242);
  -webkit-text-fill-color: #fff;
}
main .try-channels.viber {
  padding-bottom: 0;
}
main .preview-vk {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_Vk.webp") no-repeat center;
  background-size: cover;
  height: 800px;
  padding-top: 208px;
}
main .preview-vk .container {
  position: relative;
  display: flex;
  align-items: center;
}
main .preview-vk .container .wrapper {
  z-index: 100;
}
main .preview-vk .container .wrapper h1 {
  color: rgb(255, 255, 255);
  width: 550px;
  font-size: clamp(32px, 5vw, 80px);
  line-height: clamp(32px, 5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-vk .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 410px;
  color: rgb(255, 255, 255);
}
main .preview-vk .container .wrapper .button-primary {
  width: 450px;
}
main .preview-vk .container .vk-img {
  width: 50%;
  height: 25%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -5.4%;
  bottom: -5.63%;
}
main .opportunities.vk {
  position: relative;
}
main .opportunities.vk .container .title {
  padding: 160px 0 64px 0;
  color: rgba(8, 44, 76, 0.7);
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
main .opportunities.vk .container .wrapper.type {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding-bottom: 60px;
}
main .opportunities.vk .container .wrapper.type .item {
  width: 680px;
}
main .opportunities.vk .container .wrapper.type .item .item-title {
  padding-bottom: 8px;
  color: rgb(0, 119, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
main .opportunities.vk .container .wrapper.type .item .item-description {
  color: rgb(8, 44, 76);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .opportunities.vk .background-vk-one {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  width: 100vw;
}
main .bonus.vk {
  background: transparent;
}
main .bonus.vk .container-notm {
  padding: 0;
  background: transparent;
  display: flex;
  -moz-column-gap: 4.17vw;
       column-gap: 4.17vw;
  border-radius: 16px;
}
main .bonus.vk .container-notm .description,
main .bonus.vk .container-notm form {
  width: 50%;
}
main .bonus.vk .container-notm form {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  row-gap: 24px;
}
main .bonus.vk .container-notm form .dates {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
main .bonus.vk .container-notm form .dates input {
  width: 100%;
  box-shadow: 2px 4px 4px 0px rgba(37, 40, 57, 0.15);
}
main .bonus.vk .container-notm form .dates input::-moz-placeholder {
  color: black;
}
main .bonus.vk .container-notm form .dates input::placeholder {
  color: black;
}
main .bonus.vk .container-notm .description .h2 {
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-size: 48px;
  font-weight: 700;
}
main .bonus.vk .container-notm .description .h2 span {
  background: none;
  color: rgb(0, 119, 255);
  font-size: 80px;
  font-weight: 700;
}
main .bonus.vk .container-notm .description p {
  padding-top: 22px;
  width: 580px;
  color: rgb(8, 44, 76);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-vk,
main .benefit-insta,
main .benefit-fb,
main .benefit-tg {
  padding-bottom: 80px;
  position: relative;
}
main .benefit-vk .container,
main .benefit-insta .container,
main .benefit-fb .container,
main .benefit-tg .container {
  position: relative;
}
main .benefit-vk .container .line,
main .benefit-insta .container .line,
main .benefit-fb .container .line,
main .benefit-tg .container .line {
  position: absolute;
  left: 520px;
  top: 490px;
}
main .benefit-vk .container .line-end,
main .benefit-insta .container .line-end,
main .benefit-fb .container .line-end,
main .benefit-tg .container .line-end {
  position: absolute;
  left: 1200px;
  top: 880px;
  z-index: 5;
}
main .benefit-vk .container .wrapper,
main .benefit-insta .container .wrapper,
main .benefit-fb .container .wrapper,
main .benefit-tg .container .wrapper {
  width: 570px;
}
main .benefit-vk .container .wrapper .title,
main .benefit-insta .container .wrapper .title,
main .benefit-fb .container .wrapper .title,
main .benefit-tg .container .wrapper .title {
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 40px);
}
main .benefit-vk .container .wrapper span,
main .benefit-insta .container .wrapper span,
main .benefit-fb .container .wrapper span,
main .benefit-tg .container .wrapper span {
  text-transform: uppercase;
  color: rgb(0, 119, 255);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
}
main .benefit-vk .container .wrapper .description,
main .benefit-insta .container .wrapper .description,
main .benefit-fb .container .wrapper .description,
main .benefit-tg .container .wrapper .description {
  padding: 22px 0;
  color: rgb(8, 44, 76);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-vk .container .advantage,
main .benefit-insta .container .advantage,
main .benefit-fb .container .advantage,
main .benefit-tg .container .advantage {
  position: relative;
  width: 500px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
main .benefit-vk .container .advantage p:first-child,
main .benefit-insta .container .advantage p:first-child,
main .benefit-fb .container .advantage p:first-child,
main .benefit-tg .container .advantage p:first-child {
  color: rgb(0, 119, 255);
  font-size: 32px;
  font-weight: 700;
}
main .benefit-vk .container .advantage p:last-child,
main .benefit-insta .container .advantage p:last-child,
main .benefit-fb .container .advantage p:last-child,
main .benefit-tg .container .advantage p:last-child {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .benefit-vk .container .advantage:nth-child(2),
main .benefit-insta .container .advantage:nth-child(2),
main .benefit-fb .container .advantage:nth-child(2),
main .benefit-tg .container .advantage:nth-child(2) {
  top: 70px;
  left: 130px;
}
main .benefit-vk .container .advantage:nth-child(3),
main .benefit-insta .container .advantage:nth-child(3),
main .benefit-fb .container .advantage:nth-child(3),
main .benefit-tg .container .advantage:nth-child(3) {
  top: -160px;
  left: 800px;
}
main .benefit-vk .container .advantage:nth-child(4),
main .benefit-insta .container .advantage:nth-child(4),
main .benefit-fb .container .advantage:nth-child(4),
main .benefit-tg .container .advantage:nth-child(4) {
  width: 320px;
  top: -120px;
  left: 720px;
}
main .benefit-vk .container .advantage:nth-child(5),
main .benefit-insta .container .advantage:nth-child(5),
main .benefit-fb .container .advantage:nth-child(5),
main .benefit-tg .container .advantage:nth-child(5) {
  top: -20px;
  left: 550px;
}
main .benefit-vk .img-vk-one,
main .benefit-insta .img-vk-one,
main .benefit-fb .img-vk-one,
main .benefit-tg .img-vk-one {
  width: 48%;
  height: auto;
  right: -200px;
  top: 0;
  z-index: -1;
  position: absolute;
}
main .benefit-vk .background-vk-two,
main .benefit-insta .background-vk-two,
main .benefit-fb .background-vk-two,
main .benefit-tg .background-vk-two {
  top: -100px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
main .benefit-vk .advantage:nth-child(1) {
  top: 30px;
}
main .benefit-tg {
  padding-bottom: 0;
}
main .tariffs.vk .container .wrapper .subscription-fee {
  background: url("../../images/Background_VK_tariff.webp") no-repeat left;
  background-size: contain;
  border: 1px solid rgb(0, 119, 255);
}
main .tariffs.vk .container .wrapper .subscription-fee .messages {
  padding: 0 64px;
  width: calc(100% - 360px);
  text-align: center;
  color: rgba(8, 44, 76, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
main .tariffs.vk .container .wrapper .individual-rate {
  background: rgb(0, 119, 255);
}
main .tariffs.vk .container .wrapper .individual-rate .price p {
  color: rgb(255, 255, 255);
  font-size: 21px !important;
  font-weight: 400;
}
main .tariffs.vk .container .wrapper .individual-rate .price p:first-child {
  padding-bottom: 16px;
}
main .tariffs.vk .container .wrapper .individual-rate .price span {
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-weight: 700;
}
main .tariffs.inst .container .wrapper .subscription-fee {
  background: url("../../images/Background_INST_tariff.webp") no-repeat left;
  background-size: contain;
  border: 1px solid #ffb300;
}
main .tariffs.inst .container .wrapper .subscription-fee .messages {
  padding: 0 64px;
  width: calc(100% - 360px);
  text-align: center;
  color: rgba(8, 44, 76, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
main .tariffs.inst .container .wrapper .individual-rate {
  background: #ffb300;
}
main .tariffs.inst .container .wrapper .individual-rate .price p {
  color: rgb(255, 255, 255);
  font-size: 21px !important;
  font-weight: 400;
}
main .tariffs.inst .container .wrapper .individual-rate .price p:first-child {
  padding-bottom: 16px;
}
main .tariffs.inst .container .wrapper .individual-rate .price span {
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-weight: 700;
}
main .start-sending.vk,
main .start-sending.fb,
main .start-sending.tg {
  background: rgba(0, 119, 255, 0.1);
}
main .start-sending.vk .container .h3,
main .start-sending.fb .container .h3,
main .start-sending.tg .container .h3 {
  -webkit-text-fill-color: rgb(0, 119, 255);
}
main .start-off {
  padding: 80px 0;
}
main .start-off .container p {
  text-transform: uppercase;
}
main .start-off .container p:first-child {
  color: rgb(0, 119, 255);
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
}
main .start-off .container p:nth-child(2) {
  color: rgba(8, 44, 76, 0.7);
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 64px;
}
main .start-off img {
  position: relative;
  left: 0;
  width: 100%;
}
main .start-off .img-tablet,
main .start-off .img-mobile {
  display: none;
}
main .advantages-vk,
main .advantages-tg,
main .create-bot {
  padding: 0 0 80px 0;
}
main .advantages-vk .container,
main .advantages-tg .container,
main .create-bot .container {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
main .advantages-vk .container .double-title,
main .advantages-tg .container .double-title,
main .create-bot .container .double-title {
  padding-bottom: 40px;
}
main .advantages-vk .container .title,
main .advantages-tg .container .title,
main .create-bot .container .title {
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-size: 80px;
  font-weight: 700;
}
main .advantages-vk .container .title span,
main .advantages-tg .container .title span,
main .create-bot .container .title span {
  color: rgb(0, 119, 255);
  font-size: 48px;
  font-weight: 700;
}
main .advantages-vk .container .wrapper,
main .advantages-tg .container .wrapper,
main .create-bot .container .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
main .advantages-vk .container .wrapper .way .name,
main .advantages-tg .container .wrapper .way .name,
main .create-bot .container .wrapper .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
main .advantages-vk .container .wrapper .way .description,
main .advantages-tg .container .wrapper .way .description,
main .create-bot .container .wrapper .way .description {
  color: rgb(81, 83, 97);
  font-weight: 400;
  line-height: 24px;
}
main .advantages-vk .container .wrapper .way .circle,
main .advantages-tg .container .wrapper .way .circle,
main .create-bot .container .wrapper .way .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
main .advantages-vk .container .wrapper .way .circle.one,
main .advantages-tg .container .wrapper .way .circle.one,
main .create-bot .container .wrapper .way .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .advantages-vk .container .wrapper .way .circle.two,
main .advantages-tg .container .wrapper .way .circle.two,
main .create-bot .container .wrapper .way .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .advantages-vk .container .wrapper .way .circle.three,
main .advantages-tg .container .wrapper .way .circle.three,
main .create-bot .container .wrapper .way .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .advantages-vk .container .wrapper .way .circle.four,
main .advantages-tg .container .wrapper .way .circle.four,
main .create-bot .container .wrapper .way .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .advantages-vk .container .wrapper .way .circle.five,
main .advantages-tg .container .wrapper .way .circle.five,
main .create-bot .container .wrapper .way .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .advantages-vk .container .wrapper .way .circle.six,
main .advantages-tg .container .wrapper .way .circle.six,
main .create-bot .container .wrapper .way .circle.six {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .try-channels.vk {
  background: transparent;
}
main .preview-insta {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Instagram_banner.webp") no-repeat;
  background-size: cover;
  height: 732px;
  margin-top: 68px;
  padding-top: 120px;
}
main .preview-insta .container {
  position: relative;
  display: flex;
  align-items: center;
}
main .preview-insta .container .wrapper {
  z-index: 100;
}
main .preview-insta .container .wrapper h1 {
  width: 783px;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(226, 1, 166), rgb(255, 100, 20));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
main .preview-insta .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 720px;
  font-weight: 500;
  color: rgba(8, 44, 76, 0.7);
  line-height: 28px;
}
main .preview-insta .container .wrapper .button-primary {
  width: 350px;
}
main .preview-insta .container .vk-img {
  width: 50%;
  height: 25%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -5.4%;
  bottom: -5.63%;
}
main .benefit-insta,
main .one-window {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 300px;
  position: relative;
}
main .benefit-insta .container .wrapper,
main .one-window .container .wrapper {
  width: 750px;
}
main .benefit-insta .container .wrapper .title,
main .one-window .container .wrapper .title {
  background: linear-gradient(90deg, rgb(226, 1, 166), rgb(255, 100, 20));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 36px;
}
main .benefit-insta .container .wrapper span,
main .one-window .container .wrapper span {
  color: rgba(8, 44, 76, 0.7);
  font-weight: 700;
}
main .benefit-insta .container .wrapper .description,
main .one-window .container .wrapper .description {
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-insta .container .wrapper .description.two,
main .one-window .container .wrapper .description.two {
  width: 660px;
}
main .benefit-insta .container .wrapper .advantage,
main .one-window .container .wrapper .advantage {
  position: relative;
  width: 500px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
main .benefit-insta .container .wrapper .advantage p:first-child,
main .one-window .container .wrapper .advantage p:first-child {
  background: linear-gradient(90deg, rgb(255, 0, 105), rgb(211, 0, 197));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
main .benefit-insta .container .wrapper .advantage p:last-child,
main .one-window .container .wrapper .advantage p:last-child {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .benefit-insta .container .wrapper .advantage:first-child,
main .one-window .container .wrapper .advantage:first-child {
  top: 80px;
}
main .benefit-insta .container .wrapper .advantage:nth-child(2),
main .one-window .container .wrapper .advantage:nth-child(2) {
  top: 160px;
  left: 0;
}
main .benefit-insta .container .wrapper .advantage:nth-child(3),
main .one-window .container .wrapper .advantage:nth-child(3) {
  top: -180px;
  left: 550px;
}
main .benefit-insta .container .wrapper:nth-child(2),
main .one-window .container .wrapper:nth-child(2) {
  padding-bottom: 200px;
}
main .benefit-insta .container .h-padding,
main .one-window .container .h-padding {
  padding-top: 90px;
}
main .benefit-insta .container .steps,
main .one-window .container .steps {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  transform: rotate(-15deg);
}
main .benefit-insta .container .steps .step,
main .one-window .container .steps .step {
  width: 360px;
  transform: rotate(15deg);
}
main .benefit-insta .container .steps .step img,
main .one-window .container .steps .step img {
  width: 32px;
  height: 32px;
}
main .benefit-insta .container .steps .step p:nth-child(2),
main .one-window .container .steps .step p:nth-child(2) {
  padding: 8px 0;
  background: linear-gradient(90deg, rgb(255, 0, 105), rgb(211, 0, 197));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-insta .container .steps .step p:nth-child(3),
main .one-window .container .steps .step p:nth-child(3) {
  color: rgb(81, 83, 97);
  font-weight: 400;
  line-height: 24px;
}
main .benefit-insta .img-insta-one,
main .one-window .img-insta-one {
  width: 32%;
  height: auto;
  right: 60px;
  top: 100px;
  z-index: -1;
  position: absolute;
}
main .benefit-insta .background-insta-one,
main .benefit-insta .background-insta-two,
main .one-window .background-insta-one,
main .one-window .background-insta-two {
  top: 100px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
main .benefit-insta .background-insta-two,
main .one-window .background-insta-two {
  top: 680px;
  bottom: 10px;
}
main .one-window .container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
main .one-window .background-insta-three {
  top: 100px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
main .one-window .img-insta-two {
  width: 55%;
  top: -60px;
  right: -220px;
  position: absolute;
}
main .advantages-insta,
main .advertising-success {
  overflow: hidden;
  padding: 80px 0 160px 0;
}
main .advantages-insta .container,
main .advertising-success .container {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .advantages-insta .container .wrapper:first-child,
main .advertising-success .container .wrapper:first-child {
  width: 700px;
}
main .advantages-insta .container .wrapper:first-child .title,
main .advertising-success .container .wrapper:first-child .title {
  background: linear-gradient(90deg, rgb(226, 1, 166), rgb(255, 100, 20));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
}
main .advantages-insta .container .wrapper:first-child .subtitle,
main .advertising-success .container .wrapper:first-child .subtitle {
  background: linear-gradient(90deg, rgb(118, 56, 250), rgb(255, 0, 105));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 8px;
}
main .advantages-insta .container .wrapper:first-child .description,
main .advertising-success .container .wrapper:first-child .description {
  padding-top: 16px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .advantages-insta .container .wrapper:nth-child(2),
main .advertising-success .container .wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
}
main .advantages-insta .container .wrapper:nth-child(2) .way .name,
main .advertising-success .container .wrapper:nth-child(2) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
main .advantages-insta .container .wrapper:nth-child(2) .way .description,
main .advertising-success .container .wrapper:nth-child(2) .way .description {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .start-sending.insta {
  background: linear-gradient(221.31deg, rgba(255, 0, 105, 0.25) 17.884%, rgba(183, 18, 214, 0.25) 76.262%);
  box-shadow: -4px 40px 24px 0px rgba(0, 0, 0, 0.1);
}
main .start-sending.insta .container .h3 {
  background: linear-gradient(90deg, rgb(118, 56, 250), rgb(255, 0, 105));
  -webkit-background-clip: text;
          background-clip: text;
}
main .advertising-success {
  padding-top: 160px;
}
main .advertising-success .container {
  position: relative;
}
main .advertising-success .container .img-insta-three {
  width: 38%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
main .fast-integration {
  padding-bottom: 60px;
}
main .fast-integration .container .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: 32px;
  font-weight: 700;
}
main .fast-integration .container .title span {
  color: rgba(8, 44, 76, 0.7);
  font-size: 24px;
  font-weight: 500;
}
main .fast-integration .container .wrapper {
  padding-top: 24px;
  display: flex;
}
main .fast-integration .container .wrapper .wrapper-item .description {
  margin-bottom: 21px;
  width: 350px;
  color: rgba(8, 44, 76, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .fast-integration .container .wrapper .wrapper-item a {
  color: rgb(28, 111, 171);
}
main .fast-integration .container .wrapper .wrapper-item a img {
  vertical-align: middle;
}
main .fast-integration .container .wrapper .wrapper-item:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}
main .faq.insta {
  padding-top: 80px;
}
main .faq.insta .container {
  padding-top: 0;
}
main .faq.insta .container .title {
  background: linear-gradient(90deg, rgb(118, 56, 250), rgb(255, 0, 105));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
main .preview-facebok {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(-50.03deg, rgb(75, 130, 212) 35.232%, rgb(55, 103, 177) 101.556%);
  height: 700px;
  padding-top: 80px;
}
main .preview-facebok .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
main .preview-facebok .container .wrapper {
  z-index: 100;
}
main .preview-facebok .container .wrapper h1 {
  color: rgb(255, 255, 255);
  width: 600px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-facebok .container .wrapper h1 span {
  font-size: 80px;
}
main .preview-facebok .container .wrapper p {
  font-size: 24px;
  padding: 24px 0 70px 0;
  width: 580px;
  color: rgb(255, 255, 255);
  line-height: 28px;
}
main .preview-facebok .container .wrapper .button-primary {
  width: 450px;
}
main .preview-facebok .container .fb-img {
  width: 50.33vw;
  z-index: 1;
  position: absolute;
  right: -5.4vw;
  bottom: 0;
}
main .benefit-fb {
  position: relative;
  padding: 80px 0;
}
main .benefit-fb .container .wrapper:first-child .description {
  width: 600px;
  color: rgb(81, 83, 97);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
main .benefit-fb .container .wrapper:nth-child(2) {
  padding-top: 120px;
  width: 700px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
main .benefit-fb .container .wrapper:nth-child(2) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
main .benefit-fb .container .wrapper:nth-child(2) .way .description {
  padding: 0;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .benefit-fb .container .wrapper:nth-child(2) .way .circle.six {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .benefit-fb .background-fb-two {
  position: absolute;
  top: 100px;
  z-index: -2;
}
main .benefit-fb .img-fb-one {
  width: 50vw;
  right: 60px;
  top: 0;
  z-index: -1;
  position: absolute;
}
main .benefit-fb .img-fb-two {
  width: 40vw;
  right: 60px;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
main .tariffs.fb .container .wrapper .subscription-fee {
  background: url("../../images/Background_Facebook_tariff.webp") no-repeat left;
  background-size: contain;
  border: 1px solid rgb(180, 207, 255);
}
main .tariffs.fb .container .wrapper .subscription-fee .price {
  color: rgba(8, 44, 76, 0.7);
}
main .tariffs.fb .container .wrapper .subscription-fee .messages {
  padding: 0 64px;
  width: calc(100% - 360px);
  text-align: center;
  color: rgba(8, 44, 76, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
main .tariffs.fb .container .wrapper .individual-rate {
  background: rgb(180, 207, 255);
}
main .tariffs.fb .container .wrapper .individual-rate .price p {
  color: rgba(8, 44, 76, 0.7);
  font-size: 21px !important;
  font-weight: 400;
}
main .tariffs.fb .container .wrapper .individual-rate .price p:first-child {
  padding-bottom: 16px;
}
main .tariffs.fb .container .wrapper .individual-rate .price span {
  color: rgba(8, 44, 76, 0.7);
  font-size: 80px;
  font-weight: 700;
}
main .preview-tg {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_TG.webp") no-repeat center top;
  background-size: cover;
  height: 800px;
  padding-top: 190px;
}
main .preview-tg .container {
  position: relative;
  display: flex;
  align-items: center;
}
main .preview-tg .container .wrapper {
  z-index: 100;
}
main .preview-tg .container .wrapper h1 {
  color: rgba(8, 44, 76, 0.7);
  width: 650px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-tg .container .wrapper h1 span {
  font-size: clamp(36px, 5vw, 48px);
  line-height: clamp(42px, 5vw, 60px);
}
main .preview-tg .container .wrapper p {
  font-size: 21px;
  padding: 60px 0 70px 0;
  width: 580px;
  color: rgba(8, 44, 76, 0.7);
}
main .preview-tg .container .wrapper .button-primary {
  width: 450px;
}
main .preview-tg .container .vk-img {
  width: 50%;
  height: 25%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -5.4%;
  bottom: -5.63%;
}
main .benefit-tg {
  position: relative;
  padding-top: 160px;
}
main .benefit-tg .container .wrapper .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 4vw, 40px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
}
main .benefit-tg .container .wrapper span {
  color: rgb(40, 167, 233);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
}
main .benefit-tg .container .wrapper .description {
  color: rgb(56, 80, 101);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-tg .container .wrapper.second p {
  font-size: 18px;
}
main .benefit-tg .container .wrapper.first {
  height: 760px;
}
main .benefit-tg .container .wrapper.second {
  height: 420px;
}
main .benefit-tg .container .advantage {
  top: 80px;
  position: relative;
  width: 500px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
main .benefit-tg .container .advantage p:first-child {
  color: rgb(40, 167, 233);
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-tg .container .advantage p:last-child {
  padding-top: 8px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .benefit-tg .container .advantage:nth-child(2) {
  top: 120px;
  height: 260px;
  left: 0;
}
main .benefit-tg .container .advantage:nth-child(3) {
  top: -140px;
  left: 956px;
  width: 336px;
  height: 260px;
}
main .benefit-tg .container .advantage:nth-child(4) {
  top: -400px;
  left: 550px;
  width: 356px;
  height: 260px;
}
main .benefit-tg .container .advantage:nth-child(5) {
  top: -20px;
  left: 550px;
}
main .benefit-tg .background-tg-two {
  top: 160px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
main .benefit-tg .img-tg-one {
  width: 48%;
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
main .bonus.tg {
  margin-top: 20px;
  background: none;
  padding: 0;
}
main .bonus.tg .container {
  background: rgb(249, 249, 249);
  border-radius: 16px;
  padding: 40px 120px;
}
main .bonus.tg .container form {
  margin: auto;
}
main .bonus.tg .container .description .h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.4;
}
main .bonus.tg .container .description .h2 span {
  background: rgb(189, 232, 255);
}
main .bonus.tg .container .description p {
  line-height: 24px;
}
main .benefit-tg.functions {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
main .benefit-tg.functions .container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
main .benefit-tg.functions .container .wrapper:first-child {
  padding-top: 20px;
}
main .benefit-tg.functions .container .wrapper:first-child .description {
  width: 600px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
}
main .benefit-tg.functions .container .title span {
  color: rgb(40, 167, 233);
}
main .benefit-tg.functions .container .img-tg-one,
main .benefit-tg.functions .container .img-tg-two {
  width: 50%;
  right: -240px;
  top: -36px;
  z-index: -1;
  position: absolute;
}
main .benefit-tg.functions .container .wrapper:nth-child(3) {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-tg.functions .background-fb-two {
  position: absolute;
  top: 100px;
  z-index: -2;
}
main .tariffs.tg .container .wrapper .subscription-fee {
  background: url("../../images/Background_TG_tariff.webp") no-repeat left;
  background-size: contain;
  border: 1px solid rgb(189, 232, 255);
}
main .tariffs.tg .container .wrapper .subscription-fee .price {
  color: rgb(56, 80, 101);
}
main .tariffs.tg .container .wrapper .subscription-fee .messages {
  padding: 0 64px;
  width: calc(100% - 360px);
  text-align: center;
  color: rgb(56, 80, 101);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
main .tariffs.tg .container .wrapper .individual-rate {
  background: rgb(189, 232, 255);
}
main .tariffs.tg .container .wrapper .individual-rate .price p {
  color: rgb(56, 80, 101);
  font-size: 21px !important;
  font-weight: 400;
}
main .tariffs.tg .container .wrapper .individual-rate .price p:first-child {
  padding-bottom: 16px;
}
main .tariffs.tg .container .wrapper .individual-rate .price span {
  color: rgb(56, 80, 101);
  font-size: 80px;
  font-weight: 700;
}
main .start-off.tg {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
main .start-off.tg .abs-tg {
  padding-top: 56px;
  position: absolute;
  top: 146px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
main .start-off.tg .img-desktop {
  top: 20px;
  -o-object-position: 0 146px;
     object-position: 0 146px;
  height: auto; /* высота изображения */
  overflow: hidden;
  width: 100vw; /* ширина изображения */
}
main .start-off.vk .img-desktop {
  margin-top: 80px;
}
main .start-off.vk .img-tablet {
  margin-top: 40px;
}
main .advantages-tg .container .title {
  width: 500px;
  font-size: clamp(24px, 4vw, 48px);
}
main .advantages-tg .container .title span {
  font-size: clamp(32px, 6vw, 60px);
  color: rgb(40, 167, 233);
}
main .advantages-tg .container .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px 20px;
}
main .advantages-tg .container .wrapper .way .name {
  color: rgb(8, 44, 76);
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 32px;
}
main .start-sending.tg {
  background: rgba(189, 232, 255, 0.5);
}
main .start-sending.tg .container .h3 {
  font-size: clamp(28px, 5vw, 48px);
  -webkit-text-fill-color: rgb(40, 167, 233);
}
main .create-bot .container {
  padding: 80px 0;
  flex-direction: column;
  row-gap: 64px;
}
main .create-bot .container .wrapper .title {
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  color: rgba(8, 44, 76, 0.7);
}
main .create-bot .container .wrapper .description {
  color: rgb(56, 80, 101);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .create-bot .container .wrapper:first-child {
  display: flex;
  flex-direction: column !important;
  gap: 24px;
}
main .create-bot .container .wrapper:nth-child(2) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 40px;
}
main .create-bot .container .wrapper:nth-child(2) .way .name {
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
main .create-bot .container .wrapper:nth-child(2) .way .description {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .tender.tg .container .title {
  color: rgb(40, 167, 233);
}
main .tender.tg .container .subtitle a {
  color: rgb(40, 167, 233);
}
main .preview-tariffs {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_Tariffs.webp") no-repeat;
  background-position: 0 64px;
  background-size: 100%;
  height: 624px;
  padding-top: 150px;
}
main .preview-tariffs .container {
  position: relative;
  display: flex;
  align-items: center;
}
main .preview-tariffs .container .wrapper {
  z-index: 100;
}
main .preview-tariffs .container .wrapper h1 {
  color: rgb(8, 44, 76);
  width: 650px;
  font-size: clamp(32px, 5vw, 80px);
  line-height: clamp(24px, 5vw, 56px);
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-tariffs .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 580px;
  color: rgb(8, 44, 76);
  line-height: auto;
  font-weight: 400;
}
main .preview-tariffs .container .wrapper .button-primary {
  width: 450px;
}
main .preview-tariffs .container .vk-img {
  width: 50%;
  height: 25%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -5.4%;
  bottom: -5.63%;
}
main .tariffs-all .container {
  padding-top: 64px;
}
main .tariffs-all .container .description {
  margin-top: 40px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .tariffs-all .container .wrap ul.tabs {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  list-style: none;
  padding-bottom: 10px;
}
main .tariffs-all .container .wrap ul.tabs li a {
  color: rgb(8, 44, 76);
  font-size: 21px;
  font-weight: 400;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  float: left;
  padding: 16px 24px 16px 16px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
main .tariffs-all .container .wrap ul.tabs li a img {
  width: 32px;
  height: 32px;
}
main .tariffs-all .container .wrap ul.tabs li a.active {
  border: 1px solid rgb(255, 209, 102);
  border-radius: 80px;
  text-decoration: none;
}
main .tariffs-all .container .wrap .group:before,
main .tariffs-all .container .wrap .group:after {
  content: " ";
  display: table;
}
main .tariffs-all .container .wrap .group:after {
  clear: both;
}
main .tariffs-all .container .wrap #content {
  width: 100%;
}
main .tariffs-all .container .wrap #content table {
  margin-top: 56px;
  width: 100%;
}
main .tariffs-all .container .wrap #content table tr td {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  min-width: 80px;
  text-align: center;
}
main .tariffs-all .container .wrap #content table tr td:first-child {
  text-align: left;
}
main .tariffs-all .container .wrap #content table thead tr td {
  border-bottom: 1px solid rgb(210, 210, 215);
}
main .tariffs-all .container .wrap #content table tbody {
  width: 100%;
  margin-top: 40px;
}
main .tariffs-all .container .wrap #content table tbody tr:last-child {
  margin-top: 40px;
}
main .tariffs-all .container .wrap #content table tbody tr:last-child td {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(210, 210, 215);
}
main .tariffs-all .container .wrap #content div:not(:first-child) {
  display: none;
}
main .advantageous-conditions {
  padding: 120px 0;
}
main .advantageous-conditions .container .title {
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  line-height: 56px;
}
main .advantageous-conditions .container .wrapper {
  padding-top: 40px;
  display: flex;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .advantageous-conditions .container .wrapper .description {
  min-width: 450px;
  max-width: 450px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .advantageous-conditions .container .wrapper form {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .advantageous-conditions .container .wrapper form .dates {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .advantageous-conditions .container .wrapper form .dates .button-primary {
  width: 30%;
}
main .advantageous-conditions .container .wrapper form .dates input[type=text],
main .advantageous-conditions .container .wrapper form .dates input[type=email] {
  border: 1px solid rgb(210, 210, 215);
  width: 50%;
}
main .advantages-tariff .container {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .advantages-tariff .container .wrapper {
  width: 640px;
}
main .advantages-tariff .container .wrapper .title {
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 40px);
  color: rgba(8, 44, 76, 0.7);
  font-weight: 700;
}
main .advantages-tariff .container .wrapper .title span {
  color: rgb(43, 42, 41);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
}
main .advantages-tariff .container .wrapper .title span:first-child {
  color: rgb(255, 179, 0);
}
main .advantages-tariff .container .wrapper .description {
  color: rgb(56, 80, 101);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
main .advantages-tariff .container .wrapper:first-child {
  display: flex;
  flex-direction: column !important;
  gap: 24px;
}
main .advantages-tariff .container .wrapper:nth-child(2) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
main .advantages-tariff .container .wrapper:nth-child(2) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
main .advantages-tariff .container .wrapper:nth-child(2) .way .description {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .bonus-tariff {
  position: relative;
  padding: 110px 0;
}
main .bonus-tariff .container .title {
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 500;
  line-height: 56px;
}
main .bonus-tariff .container .title span {
  font-weight: 800px;
  font-size: clamp(36px, 4vw, 60px);
}
main .bonus-tariff .container .title.bonus-title span {
  font-size: clamp(36px, 4vw, 60px);
}
main .bonus-tariff .container .wrapper {
  padding-top: 40px;
  display: flex;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .bonus-tariff .container .wrapper .description {
  min-width: 450px;
  max-width: 450px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .bonus-tariff .container .wrapper form {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .bonus-tariff .container .wrapper form .dates {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .bonus-tariff .container .wrapper form .dates .button-primary {
  width: 30%;
}
main .bonus-tariff .container .wrapper form .dates input[type=text],
main .bonus-tariff .container .wrapper form .dates input[type=email] {
  border: 1px solid rgb(210, 210, 215);
  width: 50%;
}
main .bonus-tariff .background-tariff-one {
  position: absolute;
  top: -100px;
  z-index: -2;
  width: 100vw;
}
main .fast-integration.tariff {
  padding-top: 160px;
  padding-bottom: 80px;
}
main .fast-integration.tariff .box-integ {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
main .fast-integration.tariff .description {
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
  color: rgba(8, 44, 76, 0.7);
}
main .fast-integration.tariff .grid-integ {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
main .fast-integration.tariff .wrapper {
  position: relative;
}
main .fast-integration.tariff .wrapper .wrapper-item:last-child {
  max-width: 930px;
  position: absolute;
  left: 460px;
  top: -60px;
}
main .try-channels.tariff {
  background: none;
  color: rgba(8, 44, 76, 0.7);
}
main .preview-email {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 68px;
  background: url("../../images/Email_banner.webp") no-repeat;
  background-size: cover;
  height: 800px;
  padding-top: 140px;
  position: relative;
}
main .preview-email .container {
  display: flex;
  align-items: center;
}
main .preview-email .container .wrapper {
  z-index: 100;
}
main .preview-email .container .wrapper h1 {
  color: rgb(255, 255, 255);
  width: 620px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-email .container .wrapper h1 span {
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
}
main .preview-email .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 620px;
  color: rgb(255, 255, 255);
}
main .preview-email .container .wrapper .button-primary {
  width: 450px;
}
main .preview-email .container .email-img {
  width: 50%;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
main .preview-email .container .email-img-two {
  display: none;
}
main .benefit-email {
  position: relative;
  padding-top: 160px;
}
main .benefit-email .container .wrapper {
  width: 600px;
}
main .benefit-email .container .wrapper span {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
main .benefit-email .container .wrapper .title {
  line-height: clamp(40px, 6vw, 75px);
  color: rgb(0, 132, 164);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-email .container .wrapper .description {
  padding-top: 24px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .benefit-email .container .background-tg-two {
  top: 75px;
  left: 0;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
main .benefit-email .container .advantage {
  width: 700px;
  padding: 24px;
  margin: 20px 0;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
main .benefit-email .container .advantage p:first-child {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-email .container .advantage p:last-child {
  padding-top: 8px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .start-off.email {
  max-width: 1920px !important;
  margin: 0 auto;
  padding-top: 150px;
}
main .start-off.email .container p {
  margin-top: 30px;
  width: 680px;
  line-height: auto;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
}
main .start-off.email .img-desktop {
  position: relative;
  top: -150px;
}
main .tariffs.email .container .h3,
main .tariffs.chat .container .h3 {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 80px;
}
main .tariffs.email .container .wrapper:nth-child(2),
main .tariffs.chat .container .wrapper:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
main .tariffs.email .container .wrapper:nth-child(2) .type button,
main .tariffs.email .container .wrapper:nth-child(2) .period button,
main .tariffs.chat .container .wrapper:nth-child(2) .type button,
main .tariffs.chat .container .wrapper:nth-child(2) .period button {
  padding: 12px 32px;
  border: 1px solid rgb(255, 209, 102);
  border-radius: 24px;
  background: #fff;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
main .tariffs.email .container .wrapper:nth-child(2) .type button:not(:last-child),
main .tariffs.email .container .wrapper:nth-child(2) .period button:not(:last-child),
main .tariffs.chat .container .wrapper:nth-child(2) .type button:not(:last-child),
main .tariffs.chat .container .wrapper:nth-child(2) .period button:not(:last-child) {
  margin-right: 24px;
}
main .tariffs.email .container .wrapper:nth-child(2) .type button.active,
main .tariffs.email .container .wrapper:nth-child(2) .period button.active,
main .tariffs.chat .container .wrapper:nth-child(2) .type button.active,
main .tariffs.chat .container .wrapper:nth-child(2) .period button.active {
  background: rgb(255, 246, 218);
}
main .tariffs.email .container .wrapper:nth-child(3),
main .tariffs.email .container .wrapper:nth-child(4),
main .tariffs.chat .container .wrapper:nth-child(3),
main .tariffs.chat .container .wrapper:nth-child(4) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
  margin: 40px 0;
}
main .tariffs.email .container .wrapper:nth-child(3)#count-wrap,
main .tariffs.email .container .wrapper:nth-child(4)#count-wrap,
main .tariffs.chat .container .wrapper:nth-child(3)#count-wrap,
main .tariffs.chat .container .wrapper:nth-child(4)#count-wrap {
  display: none;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff,
main .tariffs.email .container .wrapper:nth-child(4) .tariff,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(115, 187, 205);
  border-radius: 18px;
  box-shadow: 4px 8px 8px 0px rgba(37, 40, 57, 0.15);
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .name,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .name,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .name,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .name {
  padding: 24px;
  background: rgb(115, 187, 205);
  border-radius: 18px 18px 0 0;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 700;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price {
  flex: 1;
  padding: 32px 24px;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price p,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price p,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price p,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price p {
  text-align: center;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price p:first-child,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price p:first-child,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price p:first-child,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price p:first-child {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 5vw, 80px);
  font-weight: 700;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price p:nth-child(2),
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price p:nth-child(2),
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price p:nth-child(2),
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price p:nth-child(2) {
  padding-bottom: 16px;
  color: rgba(8, 44, 76, 0.7);
  font-size: 21px;
  font-weight: 400;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .amount,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .amount,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .amount,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .amount {
  text-align: left;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap {
  padding-bottom: 16px;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap p,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap p,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap p,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap p {
  font-size: 16px;
  color: rgb(81, 83, 97);
  font-weight: 400;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown {
  width: 153px;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 1px solid rgb(115, 187, 205);
  border-radius: 8px;
  text-align: start;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown:hover img,
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown:focus img,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown:hover img,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown:focus img,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown:hover img,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .head-dropdown:focus img,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown:hover img,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .head-dropdown:focus img {
  transform: rotate(180deg);
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .body_dropdown,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .body_dropdown,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .body_dropdown,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .body_dropdown {
  top: 53px;
  min-width: 153px;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .body_dropdown .dropdown-item,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .body_dropdown .dropdown-item,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .body_dropdown .dropdown-item,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .price .wrap .dropdown .body_dropdown .dropdown-item {
  padding: 16px;
  cursor: pointer;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff .plug,
main .tariffs.email .container .wrapper:nth-child(4) .tariff .plug,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .plug,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff .plug {
  padding: 12px 0;
  width: calc(100% - 48px);
  margin: 24px;
  border: 1px solid rgb(255, 179, 0);
  border-radius: 8px;
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
  background: #fff;
  color: rgb(29, 29, 31);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff.standart,
main .tariffs.email .container .wrapper:nth-child(3) .tariff.wholesale,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.standart,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.wholesale,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.standart,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.wholesale,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.standart,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.wholesale {
  border: 1px solid rgba(8, 44, 76, 0.7);
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff.standart .name,
main .tariffs.email .container .wrapper:nth-child(3) .tariff.wholesale .name,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.standart .name,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.wholesale .name,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.standart .name,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.wholesale .name,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.standart .name,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.wholesale .name {
  background: rgba(8, 44, 76, 0.7);
  color: rgb(255, 179, 0);
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 24px;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff.standart .name .sales,
main .tariffs.email .container .wrapper:nth-child(3) .tariff.wholesale .name .sales,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.standart .name .sales,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.wholesale .name .sales,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.standart .name .sales,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.wholesale .name .sales,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.standart .name .sales,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.wholesale .name .sales {
  display: none;
  background: rgba(255, 31, 49, 0.7);
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffc2c2;
  padding: 0.6rem 0.8rem 0.5rem;
  border-radius: 1.1rem;
}
main .tariffs.email .container .wrapper:nth-child(3) .tariff.standart .plug,
main .tariffs.email .container .wrapper:nth-child(3) .tariff.wholesale .plug,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.standart .plug,
main .tariffs.email .container .wrapper:nth-child(4) .tariff.wholesale .plug,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.standart .plug,
main .tariffs.chat .container .wrapper:nth-child(3) .tariff.wholesale .plug,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.standart .plug,
main .tariffs.chat .container .wrapper:nth-child(4) .tariff.wholesale .plug {
  background: rgb(255, 179, 0);
}
main .start-sending.email {
  position: relative;
}
main .start-sending.email .container .h3 {
  -webkit-text-fill-color: rgb(0, 132, 164);
}
main .start-sending.email .container .subtitle {
  padding-top: 16px;
  color: rgba(8, 44, 76, 0.7);
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
main .start-sending.email .container .subtitle span {
  font-weight: 700;
}
main .start-sending.email .background-email-two {
  width: 100vw;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}
main .benefit-email.functions {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 120px 0;
}
main .benefit-email.functions .container {
  display: flex;
  gap: 40px;
}
main .benefit-email.functions .container .wrapper:first-child {
  width: 700px;
}
main .benefit-email.functions .container .wrapper:first-child .description {
  width: 700px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}
main .benefit-email.functions .container .wrapper:nth-child(4) {
  padding-top: 200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .description {
  padding: 0;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .benefit-email.functions .container .wrapper:nth-child(4) .way .circle.six {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .benefit-email.functions .img-email-one {
  width: 45%;
  left: 0;
  top: 500px;
  z-index: -1;
  position: absolute;
}
main .benefit-email.functions .img-email-two {
  display: none;
}
main .benefit-email.create {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
main .benefit-email.create .container .wrapper .title {
  font-size: clamp(24px, 4vw, 32px);
}
main .benefit-email.create .img-email-three {
  width: 40%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 120px;
}
main .try-channels.email {
  background: none;
  padding: 220px 0 0 0;
}
main .tender.email .container .title {
  color: rgb(0, 132, 164);
}
main .tender.email .container .subtitle a {
  color: rgb(0, 132, 164);
}
main .preview-chat {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_Chat.webp") no-repeat;
  background-size: cover;
  height: 800px;
  padding-top: 208px;
  position: relative;
}
main .preview-chat .container {
  display: flex;
  align-items: center;
}
main .preview-chat .container .wrapper {
  z-index: 100;
}
main .preview-chat .container .wrapper h1 {
  color: rgb(81, 83, 97);
  width: 550px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-chat .container .wrapper h1 span {
  font-size: clamp(32px, 5vw, 80px);
  color: rgb(255, 0, 175);
}
main .preview-chat .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 470px;
  color: rgba(8, 44, 76, 0.7);
}
main .preview-chat .container .wrapper .button-primary {
  width: 450px;
  background: rgb(255, 255, 255);
}
main .preview-chat .container .wrapper .button-primary:hover {
  background: rgb(255, 246, 218);
}
main .preview-chat .container .chat-img {
  width: 50%;
  z-index: 1;
  position: absolute;
  right: 150px;
  bottom: 70px;
}
main .about-chat {
  padding: 160px 0 0 0;
  position: relative;
}
main .about-chat .container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
main .about-chat .container .wrapper .double-title {
  padding-bottom: 24px;
}
main .about-chat .container .wrapper span {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}
main .about-chat .container .wrapper .title {
  color: rgb(255, 0, 175);
  font-size: clamp(32px, 5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
}
main .about-chat .container .wrapper .description {
  width: 490px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .about-chat .container .opportunity {
  position: relative;
  border-radius: 24px 24px 0px 24px;
  padding: 24px;
  width: 400px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.15);
}
main .about-chat .container .opportunity p:first-child {
  color: rgb(8, 44, 76);
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
main .about-chat .container .opportunity p:nth-child(2) {
  color: rgb(81, 83, 97);
  font-size: 20px;
  font-weight: 500;
}
main .about-chat .container .opportunity p:last-child {
  padding-top: 24px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .about-chat .container .opportunity.one {
  top: 88px;
  background: rgb(255, 246, 218);
}
main .about-chat .container .opportunity.one::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../../images/icons/Hvost_yellow.svg) no-repeat left bottom;
}
main .about-chat .container .opportunity.two {
  top: -80px;
  left: 450px;
  background: rgb(191, 221, 255);
}
main .about-chat .container .opportunity.two::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../../images/icons/Hvost_blue.svg) no-repeat left bottom;
}
main .about-chat .container .opportunity.three {
  top: -140px;
  background: rgb(220, 215, 252);
}
main .about-chat .container .opportunity.three::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../../images/icons/Hvost_purple.svg) no-repeat left bottom;
}
main .about-chat .container .opportunity.four {
  top: -280px;
  left: 450px;
  background: rgb(208, 255, 226);
}
main .about-chat .container .opportunity.four::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../../images/icons/Hvost_green.svg) no-repeat left bottom;
}
main .about-chat .chat-background {
  width: 100vw;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -2;
}
main .about-chat .chat-image-two {
  position: absolute;
  top: 0;
  right: -200px;
  width: 45%;
  z-index: -1;
}
main .add-chat {
  margin-top: -100px;
  position: relative;
}
main .add-chat .container .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}
main .add-chat .container .subtitle {
  color: rgb(255, 0, 175);
  font-size: clamp(32px, 5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
}
main .add-chat .container .wrapper {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
main .add-chat .container .wrapper p:first-child {
  color: rgb(255, 0, 175);
  font-size: 16px;
  font-weight: 700;
}
main .add-chat .container .wrapper p:nth-child(2) {
  padding: 12px 0;
  color: rgba(8, 44, 76, 0.7);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
main .add-chat .container .wrapper p:last-child {
  color: rgba(8, 44, 76, 0.7);
  font-size: 16px;
  font-weight: 500;
}
main .add-chat .chat-background-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
main .benefit-chat {
  position: relative;
  padding-top: 160px;
  height: 800px;
}
main .benefit-chat .chat-background-three {
  top: 75px;
  left: 0;
  z-index: -3;
  position: absolute;
  width: 100vw;
}
main .benefit-chat .container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
main .benefit-chat .container .wrapper {
  width: 600px;
  position: relative;
}
main .benefit-chat .container .wrapper span {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(24px, 4vw, 48px);
  line-height: clamp(32px, 5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-chat .container .wrapper .title {
  color: rgb(255, 0, 175);
  font-size: clamp(32px, 5vw, 80px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-chat .container .wrapper .description {
  padding-top: 24px;
  color: rgb(81, 83, 97);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
main .benefit-chat .container .chat-img-three {
  top: -56px;
  right: -220px;
  z-index: 0;
  position: absolute;
  width: 50%;
}
main .benefit-chat .container .advantage {
  position: absolute;
  width: 470px;
  padding: 24px;
  margin: 20px 0;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
main .benefit-chat .container .advantage p:first-child {
  color: rgb(255, 0, 175);
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}
main .benefit-chat .container .advantage p:last-child {
  padding-top: 8px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
}
main .benefit-chat .container .advantage:first-child {
  top: -270px;
  left: 500px;
}
main .benefit-chat .container .advantage:nth-child(2) {
  top: -60px;
  left: 600px;
}
main .benefit-chat .container .advantage:nth-child(3) {
  top: 100px;
}
main .benefit-chat .container .advantage:nth-child(4) {
  top: 150px;
  left: 500px;
}
main .tariffs.chat .container .wrapper:nth-child(3) .tariff {
  border: 1px solid rgb(220, 248, 198);
}
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .name {
  color: rgba(8, 44, 76, 0.7);
  background: rgb(220, 248, 198);
}
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown {
  width: 100%;
}
main .tariffs.chat .container .wrapper:nth-child(3) .tariff .price .wrap .dropdown .body_dropdown {
  width: 100%;
}
main .tariffs.chat .container .wrapper .period {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
main .benefit-chat.functions {
  position: relative;
  padding: 120px 0;
  height: auto;
}
main .benefit-chat.functions .container {
  display: flex;
  gap: 40px;
}
main .benefit-chat.functions .container .wrapper:first-child {
  width: 700px;
}
main .benefit-chat.functions .container .wrapper:first-child .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  line-height: 48px;
}
main .benefit-chat.functions .container .wrapper:first-child .title span {
  font-size: clamp(32px, 5vw, 80px);
  color: rgb(255, 0, 175);
  font-weight: 700;
}
main .benefit-chat.functions .container .wrapper:nth-child(2) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .description {
  padding: 0;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.one {
  background: linear-gradient(88.81deg, rgb(255, 194, 249) 4.687%, rgb(176, 206, 255) 51.219%, rgb(128, 200, 255) 98.69%);
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.two {
  background: linear-gradient(90deg, rgb(255, 188, 188), rgb(184, 238, 255) 100%);
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.three {
  background: linear-gradient(90deg, rgb(220, 176, 255), rgb(253, 184, 145) 100%);
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.four {
  background: linear-gradient(88.07deg, rgb(182, 255, 185) 5.083%, rgb(150, 234, 253) 120.863%);
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.five {
  background: linear-gradient(90deg, rgb(255, 242, 176), rgb(253, 187, 182) 100%);
}
main .benefit-chat.functions .container .wrapper:nth-child(2) .way .circle.six {
  background: linear-gradient(90deg, rgb(176, 217, 255), rgb(173, 145, 253) 100%);
}
main .benefit-chat.functions .img-email-one {
  width: 45%;
  left: 0;
  top: 500px;
  z-index: -1;
  position: absolute;
}
main .benefit-chat.functions .img-email-two {
  display: none;
}
main .plug {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
main .plug .container {
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
main .plug .container .title {
  padding-bottom: 40px;
  width: 750px;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
}
main .plug .container .title span {
  color: rgb(255, 0, 175);
}
main .plug .chat-img-four {
  width: 35%;
  position: absolute;
  right: 92px;
  top: 0;
}
main .try-channels.chat {
  background: transparent;
  padding: 0;
}
main .try-channels.chat .container .h4 {
  padding-top: 0;
}
main .info-block {
  margin: 0 auto;
  max-width: 1920px;
}
main .info-block .container .title {
  width: 750px;
  font-size: 32px;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 48px);
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
}
main .info-block .container .title span {
  color: rgb(255, 0, 175);
}
main .info-block .chat-img-six {
  z-index: -1;
  position: relative;
  width: 100%;
  height: auto;
  top: -120px;
  left: 0;
}
main .tender.chat .container .title {
  color: rgb(255, 0, 175);
}
main .tender.chat .container .subtitle a {
  color: rgb(255, 0, 175);
}
main .preview-company {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Background_preview_about_us.webp") no-repeat;
  background-size: 100%;
  background-position: 0 60px;
  padding-bottom: 200px;
}
main .preview-company .container {
  padding-top: 206px;
}
main .preview-company .container .wrapper h1 {
  color: rgb(81, 83, 97);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
}
main .preview-company .container .wrapper h1 span {
  font-size: clamp(32px, 5vw, 80px);
  color: rgb(59, 61, 77);
}
main .preview-company .container .wrapper .logo {
  padding-top: 130px;
}
main .preview-company .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 470px;
  color: rgb(56, 80, 101);
}
main .preview-company .container .wrapper .button-primary {
  width: 450px;
  background: rgb(255, 255, 255);
}
main .preview-company .container .wrapper .button-primary:hover {
  background: rgb(255, 246, 218);
}
main .preview-company .container .wrapper:first-child p {
  padding: 40px 0 110px 0;
}
main .preview-company .container .wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
main .preview-company .container .wrapper:nth-child(2) .item {
  padding: 24px;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 2px 4px 48px 0px rgba(37, 40, 57, 0.25);
}
main .preview-company .container .wrapper:nth-child(2) .item .name {
  display: flex;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
main .preview-company .container .wrapper:nth-child(2) .item .name p {
  padding: 0;
  color: rgb(81, 83, 97);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
main .preview-company .container .wrapper:nth-child(2) .item .name p span {
  text-transform: uppercase;
  color: rgb(8, 44, 76);
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
main .preview-company .container .wrapper:nth-child(2) .item .description {
  width: 100%;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
}
main .bonus-company {
  position: relative;
  padding-bottom: 160px;
}
main .bonus-company .container .title {
  text-transform: uppercase;
  color: rgb(255, 179, 0);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 56px;
}
main .bonus-company .container .wrapper {
  display: flex;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
main .bonus-company .container .wrapper .description {
  min-width: 450px;
  max-width: 450px;
  color: rgb(81, 83, 97);
  font-size: clamp(16px, 3vw, 32px);
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
main .bonus-company .container .wrapper form {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .bonus-company .container .wrapper form .dates {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
main .bonus-company .container .wrapper form .dates .button-primary {
  width: 30%;
}
main .bonus-company .container .wrapper form .dates input[type=text],
main .bonus-company .container .wrapper form .dates input[type=email] {
  border: 1px solid rgb(210, 210, 215);
  width: 50%;
  border-radius: 8px;
}
main .bonus-company .container .wrapper form input[type=button] {
  border-radius: 32px;
}
main .bonus-company .background-tariff-one {
  position: absolute;
  top: -100px;
  z-index: -2;
  width: 100vw;
}
main .lider {
  padding: 0 0 120px 0;
  position: relative;
}
main .lider .container .wrapper {
  width: 750px;
}
main .lider .container .wrapper .title {
  color: rgb(255, 179, 0);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
main .lider .container .wrapper .subtitle {
  color: rgb(56, 80, 101);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  width: 700px;
}
main .lider .container .wrapper .description {
  padding-top: 16px;
  width: 700px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
main .lider .container .wrapper .description.two {
  width: 660px;
}
main .lider .container .steps {
  display: flex;
  gap: 40px;
  transform: rotate(-15deg);
}
main .lider .container .steps .step {
  width: 330px;
  transform: rotate(15deg);
}
main .lider .container .steps .step p {
  color: rgb(255, 179, 0);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
main .lider .container .steps .step p:nth-child(2) {
  color: rgb(56, 80, 101);
  padding: 8px 0;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
main .lider .container .steps .step p:nth-child(3) {
  color: rgb(81, 83, 97);
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
}
main .lider .background-company-one {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .lider .background-company-two {
  display: none;
}
main .contacts {
  padding-top: 120px;
}
main .contacts .container .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
main .contacts .container .title span {
  color: rgb(255, 179, 0);
}
main .contacts .container .wrapper {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
main .contacts .container .wrapper.ru {
  display: none;
}
main .contacts .container .wrapper .name {
  color: rgb(81, 83, 97);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 32px;
}
main .contacts .container .wrapper .contact {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
main .contacts .container .wrapper .contact .email,
main .contacts .container .wrapper .contact .phone,
main .contacts .container .wrapper .contact .location {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
main .contacts .container .wrapper .contact .email p,
main .contacts .container .wrapper .contact .phone p,
main .contacts .container .wrapper .contact .location p {
  color: rgb(56, 80, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .certification {
  padding: 160px 0 0 0;
}
main .certification .container .wrapper {
  width: 700px;
}
main .certification .container .wrapper .title {
  color: rgb(255, 179, 0);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}
main .certification .container .wrapper .subtitle {
  padding-bottom: 40px;
  color: rgb(56, 80, 101);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  width: 700px;
}
main .certification .container .wrapper .description {
  padding-top: 16px;
  width: 700px;
  color: rgb(81, 83, 97);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
main .certification .container .wrapper .description.two {
  width: 660px;
}
main .certification .container .wrapper .info {
  color: rgb(56, 80, 101);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
main .certification .container .wrapper .info.two {
  padding-top: 24px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
main .certification .container .wrapper:nth-child(2) {
  width: 100%;
  display: flex;
  align-items: top;
  gap: 40px;
}
main .documents,
main .partners {
  padding: 80px 0;
}
main .documents .container .wrapper .title,
main .partners .container .wrapper .title {
  color: rgb(255, 179, 0);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}
main .documents .container .wrapper .subtitle,
main .partners .container .wrapper .subtitle {
  padding-bottom: 40px;
  color: rgb(56, 80, 101);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  width: 700px;
}
main .documents .container .wrapper:nth-child(2),
main .partners .container .wrapper:nth-child(2) {
  padding-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
main .documents .container .wrapper:nth-child(2) .item .doc,
main .partners .container .wrapper:nth-child(2) .item .doc {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgb(56, 80, 101);
  padding: 16px 32px 16px 32px;
  border-radius: 24px 0px 24px 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgba(255, 255, 255, 0.75);
}
main .documents .container .wrapper:nth-child(2) .item .doc:not(:last-child),
main .partners .container .wrapper:nth-child(2) .item .doc:not(:last-child) {
  margin-bottom: 40px;
}
main .documents .container .wrapper:nth-child(2) .item .name,
main .partners .container .wrapper:nth-child(2) .item .name {
  padding-bottom: 40px;
  color: rgb(56, 80, 101);
  font-weight: 400;
}
main .partners .container .wrapper .subtitle {
  padding-bottom: 0;
}
main .partners .container .wrapper .title {
  padding-bottom: 40px;
}
main .company-advantages {
  padding-bottom: 48px;
}
main .company-advantages .container .title {
  color: rgba(8, 44, 76, 0.7);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
main .company-advantages .container .title span {
  color: rgb(255, 179, 0);
}
main .company-advantages .container .wrapper {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
main .company-advantages .container .wrapper .way .name {
  padding: 8px 0;
  color: rgb(56, 80, 101);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
main .company-advantages .container .wrapper .way .description {
  color: rgb(56, 80, 101);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

footer {
  background: rgb(249, 249, 249);
}
footer .container:first-child {
  border-top: 1px solid rgb(210, 210, 215);
  border-bottom: 1px solid rgb(210, 210, 215);
  padding: 40px 0 80px 0;
}
footer .container:first-child .wrapper {
  display: flex;
  gap: 40px 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
footer .container:first-child .wrapper ul {
  width: 160px;
}
footer .container:first-child .wrapper ul li {
  list-style-type: none;
}
footer .container:first-child .wrapper ul li a {
  font-size: 13px;
  font-weight: 400;
  color: rgb(133, 135, 144);
}
footer .container:first-child .wrapper ul li:first-child {
  color: rgb(29, 29, 31);
  font-size: 13px;
  font-weight: 500;
}
footer .container:first-child .wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .container:first-child .wrapper .ul-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .container:first-child .wrapper .ul-box .title {
  color: rgb(29, 29, 31);
  font-size: 13px;
  font-weight: 500;
}
footer .container:first-child .wrapper .ul-box ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 328px;
}
footer .container:first-child .wrapper .ul-box ul li {
  width: 160px;
  height: 24px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
footer .container:first-child p {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 16px;
}
footer .container:first-child .social {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
footer .container:last-child {
  padding: 14px 0;
  font-size: 13px;
  font-weight: 400;
  color: rgb(133, 135, 144);
}

.custom-select {
  position: relative;
  display: flex;
  width: 100%;
}
.custom-select.active .select-field img {
  transform: rotate(180deg);
}
.custom-select.active .select-options {
  display: block;
}
.custom-select .select-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #73bbcd;
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.custom-select .select-field img {
  transition: all 0.2s;
}
.custom-select .select-options {
  position: absolute;
  margin-top: 2px;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 10px 0;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  max-height: 200px;
  overflow-y: auto;
}
.custom-select .select-options li {
  cursor: pointer;
  padding: 6px 12px;
  transition: all 0.15s cubic-bezier(0.65, 0, 0.35, 1);
}
.custom-select .select-options li:hover {
  background-color: rgba(115, 187, 205, 0.2);
}

.f-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 90px;
}

.sign-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(249, 249, 249);
  height: 100%;
  min-height: 100vh;
}
.sign-up .box-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 0;
  margin-top: 120px;
  margin-bottom: 100px;
  max-width: 470px;
  width: 100%;
  padding: 0 20px;
}
.sign-up .box-form .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #3b3d4d;
  text-align: center;
}
.sign-up .box-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sign-up .box-form form .input-field {
  display: flex;
  flex-direction: column;
}
.sign-up .box-form form .input-field label {
  display: flex;
  margin-left: 5px;
  margin-bottom: 0.3rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #3b3d4d;
}
.sign-up .box-form form .input-field input {
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  padding: 5px 48px 5px 16px;
  border-radius: 18px;
  border: 1px solid #d3d4d7;
  background: #fff;
}
.sign-up .box-form form .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #3b3d4d !important;
  background: #ffb300;
  padding: 4.5px 16px 4.5px 16px;
  border: 1px solid #ffb300;
  border-radius: 24px;
  box-shadow: 2px 4px 4px rgba(37, 40, 57, 0.15);
  margin-bottom: 20px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 6px;
}

.a-checkbox {
  display: flex;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: flex-start;
}
.a-checkbox label {
  margin-left: 16px;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #3b3d4d;
  cursor: pointer;
}
.a-checkbox label a {
  color: #1c6fab;
}
.a-checkbox label a:hover {
  text-decoration: underline;
}

.checkbox-wrapper {
  margin-top: 1px;
  display: flex;
}

.checkbox-wrapper .checkbox {
  --bg: #fff;
  --brdr: #d3d4d7;
  --brdr-actv: #609ac4;
  --brdr-hovr: #d3d4d7;
  --dur: calc((var(--size, 2) / 2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.checkbox-wrapper .checkbox > * {
  position: absolute;
}

.checkbox-wrapper .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper .checkbox input:hover,
.checkbox-wrapper .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) / 1.3);
}

.checkbox-wrapper .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}

.checkbox-wrapper .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper .checkbox svg,
.checkbox-wrapper .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}

.wrapper-max-width {
  padding: 134px 0 30px 0;
  display: flex;
  justify-content: center;
  background-color: rgb(249, 249, 249);
}

.requisites-container {
  max-width: 1210px;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.requisites-container h1 {
  margin-top: 32px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 32px;
}
.requisites-container .req-info {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.requisites-container .req-info .block {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.requisites-container .req-info .block .title {
  font-size: 26px;
  font-weight: 500;
}
.requisites-container .req-info .block .req-text {
  line-height: 24px;
}

.offerta-container,
.policy-container,
.cookies-container,
.refund-container,
.anti-spam-container {
  max-width: 1210px;
  padding: 0 40px;
}
.offerta-container h1,
.offerta-container .h3,
.policy-container h1,
.policy-container .h3,
.cookies-container h1,
.cookies-container .h3,
.refund-container h1,
.refund-container .h3,
.anti-spam-container h1,
.anti-spam-container .h3 {
  margin-top: 32px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.offerta-container .h4,
.policy-container .h4,
.cookies-container .h4,
.refund-container .h4,
.anti-spam-container .h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.offerta-container p,
.policy-container p,
.cookies-container p,
.refund-container p,
.anti-spam-container p {
  padding-top: 14px;
  text-align: justify;
}
.offerta-container ul,
.policy-container ul,
.cookies-container ul,
.refund-container ul,
.anti-spam-container ul {
  list-style-type: disc;
  list-style-position: inside;
}
.offerta-container ol,
.policy-container ol,
.cookies-container ol,
.refund-container ol,
.anti-spam-container ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.offerta-container ul ul,
.offerta-container ol ul,
.policy-container ul ul,
.policy-container ol ul,
.cookies-container ul ul,
.cookies-container ol ul,
.refund-container ul ul,
.refund-container ol ul,
.anti-spam-container ul ul,
.anti-spam-container ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.offerta-container ol ol,
.offerta-container ul ol,
.policy-container ol ol,
.policy-container ul ol,
.cookies-container ol ol,
.cookies-container ul ol,
.refund-container ol ol,
.refund-container ul ol,
.anti-spam-container ol ol,
.anti-spam-container ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.offerta-container li,
.policy-container li,
.cookies-container li,
.refund-container li,
.anti-spam-container li {
  text-align: justify;
}
.offerta-container table,
.policy-container table,
.cookies-container table,
.refund-container table,
.anti-spam-container table {
  font-size: 14px;
}
.offerta-container th,
.policy-container th,
.cookies-container th,
.refund-container th,
.anti-spam-container th {
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
}
.offerta-container td,
.policy-container td,
.cookies-container td,
.refund-container td,
.anti-spam-container td {
  border: 1px solid #000000;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

.box-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Style the notification container */
.notification-container {
  z-index: 1002;
  position: fixed;
  top: 1rem;
  right: 1rem;
  padding-bottom: 10px;
  padding-inline-end: 10px;
  padding-inline-start: 22px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.05) 0px 28px 23px -7px, rgba(0, 0, 0, 0.04) 0px 12px 12px -7px;
  max-width: 400px;
  width: 100%;
  display: none; /* Hide the notification by default */
}

.notification-type {
  position: absolute;
  background-color: #ffb300;
  width: 6px;
  top: 16px;
  bottom: 16px;
  inset-inline-start: 4px;
  border-radius: 16px;
}
.notification-type.success {
  background-color: #31774f;
}
.notification-type.error {
  background-color: #b84328;
}

/* Style the notification message */
.notification-text {
  color: #212529;
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  margin-right: 10px;
}
.notification-text .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.notification-text .message {
  font-size: 14px;
  line-height: 20px;
  color: #868e96;
}
.notification-text .message a {
  color: #28a7e9;
}

/* Style the close button */
.close-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* Show the notification when it's visible */
.notification-container.visible {
  display: flex;
}

.max-width-card {
  max-width: 1010px;
}

@media (max-width: 1500px) {
  .container.max-width-card {
    max-width: 1010px;
    width: auto;
    margin: auto;
  }
}
@media (max-width: 1074px) {
  .container.max-width-card {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
/* The popup container */
.popup {
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(10, 6, 6, 0.3); /* Black w/ opacity */
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

/* The popup content */
.popup-content {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  margin: auto 20px;
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.1490196078);
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.popup-content .header-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.popup-content .header-popup .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #3b3d4d;
}
.popup-content .header-popup .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.popup-content .sub-title a {
  color: #1c6fab;
}
.popup-content .body-popup {
  display: flex;
  width: 100%;
}
.popup-content .body-popup form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.popup-content .body-popup form input {
  width: 100%;
}
.popup-content .body-popup form input[type=text],
.popup-content .body-popup form input[type=email] {
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(225, 225, 225);
}
.popup-content .body-popup form textarea {
  width: 100%;
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(225, 225, 225);
  padding: 16px 24px 16px 24px;
  border-radius: 8px;
  resize: none;
}

.main-intg {
  background-color: rgb(249, 249, 249);
}

.title-intg {
  padding-top: 168px;
}
.title-intg h1 {
  font-size: clamp(36px, 4vw, 60px);
  line-height: 64px;
  font-weight: 700;
  color: #385065;
  padding-bottom: 26px;
}

.sub-title-intg p {
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
.sub-title-intg p:first-child {
  margin-bottom: 16px;
}

.container-cards-intg {
  display: flex;
  padding-top: 48px;
  padding-bottom: 140px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
}

.intg-card {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333% - 0.666667rem);
  height: 225px;
  border-radius: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02);
  position: relative;
}
@media (max-width: 1024px) {
  .intg-card {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 642px) {
  .intg-card {
    width: 100%;
  }
}
.intg-card div {
  z-index: 2;
}
.intg-card::before {
  border-radius: 1.5rem;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: white;
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02);
}
.intg-card:hover::before {
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border-radius: 2.5rem;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.02);
}

.preview-int,
.preview-int.ms,
.preview-int.bitrix {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: url("../../images/Moisklad_background_1920_prewiew.webp") no-repeat;
  background-position: 0 60px;
  background-size: contain;
}
.preview-int .container,
.preview-int.ms .container,
.preview-int.bitrix .container {
  padding: 160px 0 20px 0;
}
.preview-int .container .wrapper,
.preview-int.ms .container .wrapper,
.preview-int.bitrix .container .wrapper {
  width: 640px;
}
.preview-int .container .wrapper .int-logo,
.preview-int.ms .container .wrapper .int-logo,
.preview-int.bitrix .container .wrapper .int-logo {
  width: 100%;
}
.preview-int .container .wrapper h1,
.preview-int.ms .container .wrapper h1,
.preview-int.bitrix .container .wrapper h1 {
  padding: 50px 0 24px 0;
  color: rgb(59, 61, 77);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
.preview-int .container .wrapper p,
.preview-int.ms .container .wrapper p,
.preview-int.bitrix .container .wrapper p {
  color: rgb(59, 61, 77);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.preview-int .container .wrapper .int-img,
.preview-int.ms .container .wrapper .int-img,
.preview-int.bitrix .container .wrapper .int-img {
  width: 45%;
  position: absolute;
  top: 250px;
  right: 80px;
  z-index: -1;
}
.preview-int .container .wrapper button,
.preview-int.ms .container .wrapper button,
.preview-int.bitrix .container .wrapper button {
  margin-top: 80px;
  width: 450px;
}

.preview-int.yc {
  background: url("../../images/Background_Yclients.webp") no-repeat;
}
.preview-int.yc .container .wrapper .int-logo {
  width: 540px;
  height: 124px;
}
.preview-int.yc .container .wrapper .int-img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.preview-int.ac {
  background: url("../../images/Background_Amo.webp") no-repeat;
}
.preview-int.ac .container .wrapper .int-logo {
  width: 498px;
  height: 96px;
}
.preview-int.ac .container .wrapper .int-img {
  width: 55%;
  position: absolute;
  top: 164px;
  right: 0;
  z-index: 2;
}

.preview-int.pf {
  background: url("../../images/Background_Planfix.webp") no-repeat;
}
.preview-int.pf .container .wrapper {
  width: 625px;
}
.preview-int.pf .container .wrapper .int-logo {
  width: auto;
  height: 160px;
}
.preview-int.pf .container .wrapper .int-img {
  width: 55%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 2;
}
.preview-int.pf .container .wrapper .text-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.preview-int.pf .container .wrapper .text-preview p {
  font-size: 18px;
}

.preview-int.sr {
  background: url("../../images/Background_SR.webp") no-repeat;
}
.preview-int.sr .container {
  padding: 170px 0 20px 0;
}
.preview-int.sr .container .wrapper {
  width: 700px;
}
.preview-int.sr .container .wrapper .title-box {
  display: flex;
  gap: 56px;
  align-items: center;
  padding-bottom: 24px;
}
.preview-int.sr .container .wrapper .title-box .int-logo {
  width: 100%;
  height: 240px;
  width: 240px;
}
.preview-int.sr .container .wrapper .int-img {
  width: 45%;
  position: absolute;
  top: 128px;
  right: 0;
  z-index: 2;
}

.preview-int.vm {
  background: url("../../images/Background_Vetmanager.webp") no-repeat;
}
.preview-int.vm .container {
  padding: 170px 0 20px 0;
}
.preview-int.vm .container .wrapper {
  width: 700px;
}
.preview-int.vm .container .wrapper .int-logo {
  width: 100%;
  height: 80px;
  z-index: 3;
}
.preview-int.vm .container .wrapper .int-img {
  width: 45%;
  position: absolute;
  top: 158px;
  right: 0;
  z-index: 2;
}
.preview-int.vm .container .wrapper .text-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.preview-int.vm .container .wrapper .text-preview p {
  font-size: 18px;
  z-index: 3;
}

.module-offers .container {
  padding: 144px 0 160px 0;
}
.module-offers .container .title {
  color: rgb(59, 61, 77);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.module-offers .container .subtitle {
  color: rgb(40, 85, 175);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.module-offers .container .wrapper {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.module-offers .container .wrapper .item .curcle {
  margin-bottom: 16px;
  width: 16px;
  height: 16px;
  background: rgb(40, 85, 175);
  border-radius: 50%;
}
.module-offers .container .wrapper .item p {
  width: 256px;
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}
.module-offers.ac .container .subtitle {
  color: #009dd9;
}
.module-offers.ac .container .wrapper .item .curcle {
  background-color: #009dd9;
}
.module-offers.yc .container .subtitle {
  color: #000001;
}
.module-offers.yc .container .wrapper .item .curcle {
  background-color: #fecb00;
}
.module-offers.pf .container .title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 64px;
  color: #3cc46c;
}
.module-offers.pf .container .subtitle {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 40px;
  color: rgb(59, 61, 77);
}
.module-offers.pf .container .wrapper {
  flex-wrap: wrap;
}
.module-offers.pf .container .wrapper .item {
  flex: 1;
  min-width: 300px;
}
.module-offers.pf .container .wrapper .item .curcle {
  background-color: #3cc46c;
}
.module-offers.pf .container .wrapper .item p {
  width: auto;
}

.start-int .container .title {
  color: rgb(40, 85, 175);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.start-int .container .subtitle {
  width: 550px;
  color: rgb(59, 61, 77);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.start-int .container .wrapper {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}
.start-int .container .wrapper .step {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.start-int .container .wrapper .step .step-text p:first-child {
  color: rgb(40, 85, 175);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
}
.start-int .container .wrapper .step .step-text p:nth-child(2) {
  width: 310px;
  padding: 12px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.start-int .container .wrapper .step .step-text p:last-child {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.start-int .container .wrapper .step .step-triangle {
  top: 50%;
  width: 0;
  height: 0;
  border-top: 25px solid rgb(255, 179, 0);
  border-left: 25px solid transparent;
  transform: translateY(50%) rotate(45deg);
}
.start-int.sr {
  padding-top: 64px;
}
.start-int.sr .container .title {
  color: #779c07;
}
.start-int.sr .container .wrapper .step .step-text p:first-child {
  color: #779c07;
}
.start-int.sr .container .wrapper .step .step-triangle {
  border-top: 25px solid #779c07;
}
.start-int.yc {
  padding-top: 64px;
}
.start-int.yc .container .title {
  color: #000001;
}
.start-int.yc .container .wrapper .step .step-text p:first-child {
  color: #000001;
}
.start-int.yc .container .wrapper .step .step-triangle {
  border-top: 25px solid #fecb00;
}
.start-int.ac {
  padding-top: 64px;
}
.start-int.ac .container .title {
  color: #009dd9;
}
.start-int.ac .container .wrapper .step .step-text p:first-child {
  color: #009dd9;
}
.start-int.ac .container .wrapper .step .step-triangle {
  border-top: 25px solid #009dd9;
}
.start-int.pf {
  padding-top: 64px;
}
.start-int.pf .container .title {
  color: #3cc46c;
}
.start-int.pf .container .wrapper .step .step-text p:first-child {
  color: #3cc46c;
}
.start-int.pf .container .wrapper .step .step-triangle {
  border-top: 25px solid #3cc46c;
}
.start-int.vm .container .title {
  color: #006e9d;
}
.start-int.vm .container .wrapper .step .step-text p:first-child {
  color: #006e9d;
}
.start-int.vm .container .wrapper .step .step-triangle {
  border-top: 25px solid #006e9d;
}

.advantages-int .container {
  padding: 160px 0;
  display: flex;
  gap: 40px;
}
.advantages-int .container .wrapper:first-child {
  min-width: 700px;
}
.advantages-int .container .wrapper:first-child .title {
  color: rgb(40, 85, 175);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
.advantages-int .container .wrapper:first-child .subtitle {
  color: rgb(59, 61, 77);
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.advantages-int .container .wrapper:first-child .description {
  padding-top: 16px;
  text-transform: lowercase;
  color: rgb(81, 83, 97);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.advantages-int .container .wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 40px;
}
.advantages-int .container .wrapper:nth-child(2) .way .name {
  padding: 16px 0 8px 0;
  color: rgb(8, 44, 76);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.advantages-int .container .wrapper:nth-child(2) .way .description {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.advantages-int.sr .container .wrapper:first-child .title, .advantages-int.second.sr .container .wrapper:first-child .title {
  color: #779c07;
}
.advantages-int.yc .container .wrapper:first-child .title, .advantages-int.second.yc .container .wrapper:first-child .title {
  color: #000001;
}
.advantages-int.ac .container .wrapper:first-child .title, .advantages-int.second.ac .container .wrapper:first-child .title {
  color: #009dd9;
}
.advantages-int.pf .advantages-int.second.pf .container .wrapper:first-child .title {
  color: #3cc46c;
}
.advantages-int.vm .container .wrapper:first-child .title {
  color: #006e9d;
}
.advantages-int.second.vm .container {
  padding-top: 0;
}
.advantages-int.second.vm .container .wrapper:first-child .title {
  color: #006e9d;
}

.bonus.int {
  background: none;
}
.bonus.int .container {
  padding: 80px;
  border-radius: 24px;
  background: rgb(245, 245, 247);
}
.bonus.int .container.vm {
  background-color: #b3d4e2;
}
.bonus.int .container form {
  margin: auto;
}
.bonus.int .container .h2 span {
  background: rgb(100, 205, 255);
  color: rgb(255, 255, 255);
}
.bonus.int .container .h2.sr {
  color: #3b3d4d;
}
.bonus.int .container .h2.sr span {
  background: #b4ec11;
}
.bonus.int .container .h2.yc {
  color: #3b3d4d;
}
.bonus.int .container .h2.yc span {
  background: #fecb00;
}
.bonus.int .container .h2.ac {
  color: #3b3d4d;
}
.bonus.int .container .h2.ac span {
  color: #ffffff;
  background: #009dd9;
}
.bonus.int .container .h2.pf {
  color: #3b3d4d;
}
.bonus.int .container .h2.pf span {
  color: #ffffff;
  background: #3cc46c;
}
.bonus.int .container .h2.vm {
  color: #3b3d4d;
}
.bonus.int .container .h2.vm span {
  color: #ffffff;
  background: #006e9d;
}

.advantages-int.second .container {
  flex-direction: column;
}
.advantages-int.second .container .subtitle {
  width: 670px;
}

.preview-int.bitrix {
  max-width: 1920px;
  margin: 0 auto;
}
.preview-int.bitrix .container .wrapper h1 {
  padding: 32px 0 24px 0;
}

.container-not-found {
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 68px);
}

.not-found {
  max-width: 480px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.not-found h1 {
  font-size: 48px;
  color: #333;
}
.not-found div {
  font-size: 24px;
  color: #666;
}
.not-found p {
  font-size: 18px;
  color: #999;
}
.not-found .btn {
  margin-top: 20px;
  background-color: rgb(255, 179, 0);
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s all;
}
.not-found .btn:hover {
  box-shadow: 2px 4px 12px 0px rgba(37, 40, 57, 0.15);
}

.tabs-contacts {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  margin-bottom: 32px;
}
.tabs-contacts .tab {
  text-align: center;
  min-width: 200px;
  border-radius: 24px;
  cursor: pointer;
  padding: 16px 40px;
  border: 1px solid #ffd166;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
.tabs-contacts .tab.active {
  background-color: #fff6da;
  border-color: #fff6da;
}

.ru {
  display: none;
}

.burger-menu {
  display: flex;
  justify-content: space-between;
}
.burger-menu .mobile-right-box {
  display: none;
}
@media (width <= 560px) {
  .burger-menu .mobile-right-box .phone {
    font-size: 14px;
  }
}
@media (width <= 400px) {
  .burger-menu .mobile-right-box .phone {
    font-size: 12px;
  }
}
.burger-menu .mobile-right-box .phone-popover {
  display: flex;
  align-items: center;
  position: relative;
}
.burger-menu .mobile-right-box .phone-popover .phone-target {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: white;
  transition: all 0.25s;
  cursor: pointer;
}
.burger-menu .mobile-right-box .phone-popover .phone-target svg {
  height: 15px;
  width: 15px;
}
.burger-menu .mobile-right-box .phone-popover .phone-target:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.burger-menu .mobile-right-box .phone-popover .phone-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  display: none;
  border-radius: 5px;
  padding: 12px;
  background-color: white;
  color: rgb(29, 29, 31);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  right: 40px;
}
.burger-menu .mobile-right-box .phone-popover .phone-dropdown .arrow {
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  clip-path: polygon(100% 100%, 0px 0px, 100% 0px);
  border-top-left-radius: 0px;
  right: -4.5px;
  top: 17px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  background-color: inherit;
  z-index: 1;
}
.burger-menu .mobile-right-box .lang-box {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.burger-menu .mobile-right-box .lang-box a {
  font-size: 13px;
  line-height: 20px;
  transition: all 0.25s;
  padding: 4px 6px 4px;
}
.burger-menu .mobile-right-box .lang-box a:first-child {
  padding-left: 8px;
}
.burger-menu .mobile-right-box .lang-box a:last-child {
  padding-right: 8px;
}
.burger-menu .mobile-right-box .lang-box a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.burger-menu .mobile-right-box .lang-box a.active {
  color: rgb(255, 179, 0);
}

.a-items {
  align-items: center;
}

.group-title-f .f-title {
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
}
.group-title-f .subtitle {
  color: rgb(0, 132, 164);
  font-size: clamp(32px, 4vw, 38px);
  line-height: clamp(36px, 6vw, 50px);
  font-weight: 700;
  text-transform: uppercase;
}

.double-title {
  display: flex;
  flex-direction: column;
}
.double-title.p-btn {
  padding-bottom: 60px;
}
.double-title .title-high {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  color: rgba(8, 44, 76, 0.7);
}
.double-title .title-low {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(8, 44, 76, 0.7);
  font-size: clamp(32px, 4vw, 38px);
  line-height: clamp(36px, 6vw, 50px);
}
.double-title .title-high-2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1;
  color: #252839;
}
.double-title .email {
  color: rgb(0, 132, 164);
}
.double-title .viber {
  background: linear-gradient(94.57deg, rgb(115, 96, 242), rgb(232, 100, 187));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.double-title .tg {
  color: rgb(40, 167, 233);
}
.double-title .vk {
  color: rgb(0, 119, 255);
}
.double-title .inst {
  background: linear-gradient(90deg, rgb(226, 1, 166), rgb(255, 100, 20));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.double-title .promo {
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.double-title .s-chat {
  color: rgb(255, 0, 175);
}
.double-title .active {
  color: rgb(255, 179, 0);
}

.subtitle-tg {
  color: rgba(8, 44, 76, 0.7);
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.box-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  top: -10px;
  width: 0.8em;
  height: 0.9em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #3b3d4d;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -2em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 2em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
.preview-promo {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../../images/Promo_banner.webp") no-repeat;
  background-size: cover;
  height: 732px;
  margin-top: 68px;
  padding-top: 120px;
}
.preview-promo .container {
  position: relative;
  display: flex;
  align-items: center;
}
.preview-promo .container .wrapper {
  z-index: 100;
}
.preview-promo .container .wrapper h1 {
  width: 540px;
  font-size: clamp(46px, 4vw, 80px);
  line-height: clamp(48px, 6vw, 76px);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.preview-promo .container .wrapper h1 span {
  font-size: clamp(32px, 4vw, 40px);
  line-height: clamp(28px, 6vw, 56px);
}
.preview-promo .container .wrapper p {
  font-size: 21px;
  padding: 24px 0 70px 0;
  width: 540px;
  font-weight: 500;
  color: rgba(8, 44, 76, 0.7);
  line-height: 28px;
  color: #434344;
}
.preview-promo .container .wrapper p span {
  color: #434344;
}
.preview-promo .container .wrapper .button-primary {
  width: 350px;
  color: #1d1d1f;
  background-color: rgb(255, 179, 0);
}
.preview-promo .container .vk-img {
  width: 50%;
  height: 25%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -5.4%;
  bottom: -5.63%;
}

.solutions-promo {
  background-position: 0px 980px;
  background-size: 100%;
}
.solutions-promo .container {
  padding: 60px 0;
}
.solutions-promo .container .h2 {
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 40px);
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
}
.solutions-promo .container .h3 {
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(32px, 4vw, 40px);
  text-transform: uppercase;
  padding: 135px 0 0 0;
}
.solutions-promo .container .title {
  font-size: 21px;
  padding-bottom: 16px;
  line-height: 32px;
  color: rgb(110, 110, 115);
  width: 1067px;
}
.solutions-promo .container .title span {
  color: rgb(29, 29, 31);
  font-weight: 500;
}
.solutions-promo .container .picture-block {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
.solutions-promo .container .picture-block .picture-block__control {
  display: flex;
  flex-direction: column;
}
.solutions-promo .container .picture-block .picture-block__control .button {
  cursor: pointer;
  padding: 32px 0;
  width: 660px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-bottom: 1px solid rgb(210, 210, 215);
}
.solutions-promo .container .picture-block .picture-block__control .button img {
  min-width: 104px;
  max-height: 160px;
  filter: grayscale(100);
  opacity: 0.7;
}
.solutions-promo .container .picture-block .picture-block__control .button .text .title {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: rgb(8, 44, 76);
}
.solutions-promo .container .picture-block .picture-block__control .button .text .subtitle {
  font-weight: 500;
  color: rgb(110, 110, 115);
}
.solutions-promo .container .picture-block .picture-block__control .button:last-child {
  border: none;
}
.solutions-promo .container .picture-block .picture-block__control .button.--active img {
  filter: grayscale(0);
  opacity: 1;
}
.solutions-promo .container .picture-block .picture-block__img {
  height: 670px;
}
.solutions-promo .container .wrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 40px 80px;
}
.solutions-promo .container .wrapper .item .item-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 16px;
}
.solutions-promo .container .wrapper .item .item-head span {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: rgb(8, 44, 76);
}
.solutions-promo .container .wrapper .item p {
  color: rgb(59, 61, 77);
  font-size: 21px;
  font-weight: 400;
}

.advantageous-promo {
  padding: 60px 0;
}
.advantageous-promo .container .title-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.advantageous-promo .container .title-box .title {
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(32px, 4vw, 40px);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
}
.advantageous-promo .container .title-box .preheader {
  font-size: 21px;
  line-height: 32px;
  color: #252839;
  font-weight: 400;
}
.advantageous-promo .container .title-box .preheader span {
  font-weight: 600;
}
.advantageous-promo .container .wrapper {
  padding-top: 40px;
  display: flex;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.advantageous-promo .container .wrapper .description {
  min-width: 450px;
  max-width: 450px;
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.advantageous-promo .container .wrapper form {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.advantageous-promo .container .wrapper form .dates {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.advantageous-promo .container .wrapper form .dates .button-primary {
  width: 30%;
}
.advantageous-promo .container .wrapper form .dates input[type=text],
.advantageous-promo .container .wrapper form .dates input[type=email] {
  border: 1px solid rgb(210, 210, 215);
  width: 50%;
}
.advantageous-promo .container .wrapper form input[type=submit] {
  padding: 15px 75px;
}

.benefit-promo,
.one-window-promo {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 300px;
  position: relative;
}
.benefit-promo .container .wrapper,
.one-window-promo .container .wrapper {
  width: 750px;
}
.benefit-promo .container .wrapper .title,
.one-window-promo .container .wrapper .title {
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(36px, 4vw, 60px);
  line-height: clamp(40px, 6vw, 75px);
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 36px;
}
.benefit-promo .container .wrapper span,
.one-window-promo .container .wrapper span {
  color: rgba(8, 44, 76, 0.7);
  font-weight: 700;
}
.benefit-promo .container .wrapper .description,
.one-window-promo .container .wrapper .description {
  margin-top: 20px;
  color: rgb(81, 83, 97);
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
}
.benefit-promo .container .wrapper .description.two,
.one-window-promo .container .wrapper .description.two {
  width: 660px;
}
.benefit-promo .container .wrapper .wrapper:nth-child(2),
.one-window-promo .container .wrapper .wrapper:nth-child(2) {
  padding-bottom: 200px;
}
.benefit-promo .container .box-wrapper,
.one-window-promo .container .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.benefit-promo .container .box-wrapper .advantage,
.one-window-promo .container .box-wrapper .advantage {
  margin-top: 60px;
  max-width: 460px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 2px 4px 24px 0px rgba(37, 40, 57, 0.1);
  background: rgb(255, 255, 255);
}
.benefit-promo .container .box-wrapper .advantage p:first-child,
.one-window-promo .container .box-wrapper .advantage p:first-child {
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.benefit-promo .container .box-wrapper .advantage p:last-child,
.one-window-promo .container .box-wrapper .advantage p:last-child {
  color: rgb(81, 83, 97);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.benefit-promo .container .h-padding,
.one-window-promo .container .h-padding {
  padding-top: 90px;
}
.benefit-promo .container .steps,
.one-window-promo .container .steps {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  transform: rotate(-15deg);
}
.benefit-promo .container .steps .step,
.one-window-promo .container .steps .step {
  width: 360px;
  transform: rotate(15deg);
}
.benefit-promo .container .steps .step img,
.one-window-promo .container .steps .step img {
  width: 32px;
  height: 32px;
}
.benefit-promo .container .steps .step p:nth-child(2),
.one-window-promo .container .steps .step p:nth-child(2) {
  padding: 8px 0;
  background: linear-gradient(89.82deg, #f7a42b 0.15%, #f95963 72.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.benefit-promo .container .steps .step p:nth-child(3),
.one-window-promo .container .steps .step p:nth-child(3) {
  color: rgb(81, 83, 97);
  font-weight: 400;
  line-height: 24px;
}
.benefit-promo .img-insta-one,
.one-window-promo .img-insta-one {
  width: 32%;
  height: auto;
  right: 60px;
  top: 100px;
  z-index: -1;
  position: absolute;
}
.benefit-promo .background-insta-one,
.benefit-promo .background-insta-two,
.one-window-promo .background-insta-one,
.one-window-promo .background-insta-two {
  top: 100px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
.benefit-promo .background-insta-two,
.one-window-promo .background-insta-two {
  top: 680px;
  bottom: 10px;
}

.benefit-promo {
  padding-top: 142px;
}

.one-window-promo {
  padding-bottom: 26px;
}
.one-window-promo .container {
  position: relative;
  max-width: 1920px;
  padding: 300px 0;
  margin: 0 auto;
}
.one-window-promo .background-insta-three {
  top: 100px;
  z-index: -2;
  position: absolute;
  width: 100vw;
}
.one-window-promo .img-insta-two {
  width: 55%;
  top: -60px;
  right: -220px;
  position: absolute;
}

.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.center-form {
  min-width: 470px;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 24px;
  background-color: white;
  border-radius: 2rem;
  padding: 2rem 2rem 1.5rem;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.02);
}
.center-form .body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.center-form .body h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.center-form .body .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.center-form .body .before-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.center-form .btn-link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #3b3d4d;
  background: #ffb300;
  padding: 4.5px 16px;
  border: 1px solid #ffb300;
  border-radius: 24px;
  box-shadow: 2px 4px 4px rgba(37, 40, 57, 0.1490196078);
  margin-bottom: 20px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 6px;
}

@media only screen and (max-width: 560px) {
  .center-form {
    min-width: auto;
    width: 100%;
    margin: 0 2rem;
  }
}
