@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-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 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html, body {
  font-family: "Inter", Sans-serif;
  letter-spacing: 0;
  background: #fff;
  color: #202020;
}

body {
  overflow-x: hidden;
  padding-top: 90px;
}
body * {
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

html {
  font-size: 18px;
}

a {
  cursor: pointer;
  color: #4B326B;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
  height: auto;
}

*, :after, :before {
  box-sizing: border-box;
}

.mobile,
.tablet {
  display: none !important;
}

.mobileMenu {
  display: none;
}

.fullSizedLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.container {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
}

#defs {
  display: none;
}

.df {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.dn {
  display: none;
}

p {
  line-height: 1.7777777778rem;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5{
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

h1{
  font-size: 26px;
  margin: 28px 0
}
h2{
  font-size: 20px;
}
h3{
  font-size: 18px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}

ul, ol{
  padding: 0;
  list-style-position: inside;
  line-height: 1.7777777778rem;
}
ol li::marker{
  font-weight: 600;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 90px;
  color: #4B326B;
  line-height: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header > .container{
  height: auto;
}
.header .logo{
  width: 100px
}
.mobileMenuIsOpened .header,
.header.fixedHeader{
  border-bottom: 1px solid rgba(3, 53, 55, 0.2);
}
body.admin-bar .header{
  top: 32px;
}
body.admin-bar .mobileMenu{
  top: 122px;
}
.topMenu ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.topMenu ul > li{
  display: flex;
  position: relative;
}
.topMenu a{
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  color: #4B326B;
  fill: #4B326B;
  padding: 13px 20px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}

.topMenu > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4B326B;
  z-index: 2;
  transition: .3s cubic-bezier(.58, .3, .005, 1);
  inset-inline-start: 100%;
  width: 10px;
  opacity: 0;
}
.topMenu ul > li.current-menu-parent .current-menu-item > a{
  background: #3f444b;
}
.topMenu ul > li.current-menu-parent > a:after,
.topMenu ul > li.current-menu-item > a:after,
.topMenu ul > li:hover > a:after {
  transform: scale(1);
  width: 100%;
  opacity: 1;
  inset-inline-start: 0;
}
.mobileMenu ul > li > a .sub-arrow .e-font-icon-svg,
.topMenu ul > li > a .sub-arrow .e-font-icon-svg {
    height: 12px;
    width: 12px;
}
.mobileMenu ul > li > a .sub-arrow,
.topMenu ul > li > a .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0;
}

.topMenu ul > li .subMenu{
  width: auto;
  display: none;
  top: 100%;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  min-width: 240px;
  max-width: 1000px;
  border-style: solid;
  border-width: 0;
  padding: 0;
  position: absolute;
  background-color: #4B326B;
}
.topMenu ul > li:hover .subMenu{
  display: block;
}
.topMenu ul > li .subMenu li a:hover{
  background-color: #3f444b;
}
.topMenu ul > li .subMenu li a{
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  text-transform: unset;
  width: 100%;
}
.uppercase{
  text-transform: uppercase;
}
.avs-btn,
.avq2-btn,
.wpcf7-submit,
.nButton{
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  border-radius: 10px;
  background-color: #4B326B;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}
.wpcf7-submit{
  cursor: pointer;
}
.avs-btn,
.avq2-btn,
.wpcf7-submit,
body .avs-btn{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.avs-btn:hover,
.avq2-btn:hover,
body .avs-btn:hover{
  background: #c36 !important;
  border-color: #c36 !important;
}
.wpcf7-submit:hover,
.nButton:hover{
  background: #c36;
}
.nButton.short{
  max-width: 150px;
}
.nButton.withIcon{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nButton.withIcon .icon{
  width: 18px;
  height: 18px;
}
.nButton.withIcon .icon svg{
  width: 100%;
  height: 100%;
}
.nButton.bigger{
  font-size: 18px;
  padding: 15px 30px;
}
.langSwitcher {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 18px;
}

.langSwitcher .current-lang {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.langSwitcher .current-lang:hover {
    border-color: #4B326B;
}

.langSwitcher .current-lang a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.langSwitcher .current-lang img {
    width: 18px;
    height: auto;
    margin-right: 0; 
}

.langSwitcher .current-lang .arrow {
    margin-left: 8px;
    font-size: 13px;
    color: #4B326B;
    transition: transform 0.25s ease;
    user-select: none;
}

.langSwitcher:hover .current-lang .arrow {
    transform: rotate(180deg);
}

.langSwitcher .lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    margin-top: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    list-style: none;
    overflow: hidden;
}

.langSwitcher:hover .lang-list {
    display: block;
}

.langSwitcher .lang-list li a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    transition: background-color 0.15s ease;
    justify-content: center;
}

.langSwitcher .lang-list li a:hover {
    background-color: #f8f8f8;
}

.langSwitcher .lang-list li a img {
    width: 18px;
    height: auto;
    margin-right: 0;
}

.langSwitcher .lang-list .current-lang {
    background: #f5f5f5;
    font-weight: 500;
}
.footer{
  margin-top: 60px;
  border-top: 1px solid rgba(3, 53, 55, 0.2);
}
.socialLinks{
  gap: 10px;
  margin-bottom: 24px;
}
.tgIcon a{
  text-indent: -9999px;
  margin: 0 auto;
}
.tgIcon a::after{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/tgIcon.svg") no-repeat center;
  background-size: contain;
}
.tgIcon a,
.socialLinks a{
  display: flex;
  width: 50px;
  height: 50px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
}
.tgIcon a:hover,
.socialLinks a:hover{
  opacity: 0.9;
}
.socialLinks a.instagram{
  background: #262626;
}
.tgIcon a,
.socialLinks a.telegram{
  background: #2ca5e0;
}
.socialLinks a.facebook{
  background: #3b5998;
}
.socialLinks a svg{
  width: 25px;
  height: 25px;
  fill: #fff;
}
.footerLogo{
  width: 135px;
}
.footerColumns{
  padding: 28px 0;
}
.footer .menu{
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
}
.footer .menu a{
  color: #7a7a7a;
  text-decoration: none;
}
.footer .menu a:hover{
  color: #4B326B;
}
.footer .copyrightLine{
  background: #4B326B;
  height: 50px;
  color: #fff;
  font-size: 12px;
}
.footer .copyrightColumns{
  height: 100%;
}
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after {
  height: 3px;
  border-radius: 3px;
}
.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after,
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
  background-color: #4B326B;
}
.menuTrigger{
  margin-left: 18px;
}
.mobileMenu{
  position: fixed;
  width: 100%;
  top: 64px;
  left: 0;
  background: #fff;
}

.mobileMenuWrapper.slinky-menu ul {
  padding: 0;
}
.mobileMenuWrapper.slinky-menu li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  min-height: 64px;
  width: 100%;
  padding: 0 29px 0 36px;
}
.mobileMenuWrapper.slinky-menu li.headerMenuMobile a {
  padding-left: 24px !important;
}
.mobileMenuWrapper.slinky-menu a.next::after {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background: url("../img/arrowDown_black.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  transform: rotate(270deg);
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.mobileMenuWrapper.slinky-menu li.headerMenuMobile a::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background: url("../img/arrowDown_black.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.mobileMenuWrapper.slinky-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  padding: 22px 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.mobileMenuWrapper.slinky-menu li.catalogMenuParent a {
  padding: 0;
}
.mobileMenuWrapper.slinky-menu li.catalogMenuParent a span {
  display: flex;
  align-items: center;
}
.mobileMenuWrapper.slinky-menu li.catalogMenuParent a span img {
  margin-right: 1rem;
}
.mobileMenu a.next .sub-arrow{
  display: none;
}
.ovh{
  overflow: hidden;
}
.mainPageContentWrapper{
  padding-top: 28px;
}
.tac{
  text-align: center;
}
.pageTitle{
  text-align: center;
}
.pageTitle span{
  color: #4B326B;
}
.coloredBackground{
  background: #f8f6fb;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 2rem;
}
.coloredBackground blockquote{
  background: #fff;
  border: 1px solid #4B326B;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin: 1.2rem 0 0 0;
}
.mainPageContentWrapper .content + .content{
  margin-top: 40px;
}
.popups{
  display: none;
}
.fancybox-content.withForm{
  padding: 48px;
  max-width: 630px;
}
.big{
	font-size: 140%;
  font-weight: 700;
}
.coloredText{
	color: #4B326B;
}
.wpcf7{
  max-width: 685px;
  margin: 28px 0;
}
.wpcf7 label{
  margin-bottom: 10px;
  display: block;
}
.wpcf7 textarea{
  resize: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  height: 48px;
  line-height: 48px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
  border: 1px solid #69727d;
  border-radius: 3px;
  outline: unset;
  padding: 5px 14px;
  color: #202020;
  width: 100%;
}
.tac .wpcf7{
  margin: 28px auto;
}
.wpcf7-not-valid-tip{
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
}
.wpcf7-spinner{
  position: absolute;
  left: 50%;
  margin: 0 0 0 -12px;
}
.blockWithCards{
  row-gap: 20px;
  flex-wrap: wrap;
}
.blockWithCards .cardItem{
  width: calc(50% - 10px);
  border: 5px solid #4B326B;
  border-radius: 10px;
  padding: 10px;
}
.blockWithCards .cardItem .title{
  margin: 8px 0 16px 0;
  font-size: 71px;
  font-weight: 600;
  color: #4B326B;
}
.blockWithCards .cardItem .subtitle{
  color: #4B326B;
  margin-bottom: 16px;
  font-size: 16px;
}
.blockWithCards .cardItem .text *{
  font-size: 16px;
  line-height: 24px;
}
.blockWithCards .cardItem .text p:last-of-type{
  margin-bottom: 0;
}
.threeInRow .blockWithCards{
  padding: 40px 16px;
  background: #f8f6fb;
  row-gap: 18px;
}

.threeInRow .cardItem{
  width: calc(33% - 9px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  transition: all .25s ease;
  text-align: left;
}
.threeInRow .cardItem:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(75, 50, 107, 0.12);
}
.threeInRow .cardItem .titleAndSubtitle{
  gap: 10px;
  margin-bottom: 10px;
}
.threeInRow .cardItem .title{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(75, 50, 107, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #4B326B;
  margin: 0;
  
}
.threeInRow .cardItem .subtitle{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #4B326B;
    margin: 0;
}
.imageOnRightWrapper{
  gap: 28px;
}
.imageOnRightWrapper .text{
  width: calc(100% - 328px);
  font-size: 120%;
  line-height: 150%;
}
.imageOnRightWrapper .image img{
  display: block;
}
.imageOnRightWrapper .image{
  overflow: hidden;
  border-radius: 10px;
  width: 300px;
}
.borderedText{
  border-radius: 10px;
  font-size: 120%;
  line-height: 150%;
  padding: 28px;
  border: 2px solid #4B326B;
}
.borderedText p:last-of-type{
  margin-bottom: 0;
}
.twoColumns{
  flex-wrap: wrap;
}
.twoColumns .column1{
  width: 44%;
}
.twoColumns .column2{
  width: 52%;
}
.blockWithCards .cardItem img{
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
}
.blockWithCards .cardItem .text .smallText,
.smallText{
  font-size: 80%;
}
.borderedBlock{
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	padding: 24px;
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 28px;
}
.avq2-option{
  align-items: center !important;
}
.avq2-modal__dialog p{
  line-height: 22px;
}
.avq2-consent{
  align-items: center;
}
.avs-cabinet{
  font-size: 16px;
}
.avs-cabinet table *{
  font-size: 14px;
}
#newsPopup p,
#newsPopup div,
#newsPopup ul,
#newsPopup ol{
  font-size: 16px;
  line-height: 24px;
}
.breadcrumbs{
  font-size: 14px;
}
body[data-language="ka"] .nice-table td,
body[data-language="ka"] .nice-table th {
    font-size: 13px;
}
.avs-howto *{line-height:1.6 !important;color:#333}
.avs-howto h3{margin:0 0 12px;color:#4B326B}
.avs-howto h4{margin:22px 0 8px;color:#4B326B;font-size:17px}
.avs-howto p{margin:0 0 10px}
.avs-howto ul{margin:0 0 12px;padding-left:22px}
.avs-howto li{margin:4px 0}
.avs-howto-note{background:#f8f6fb;border:1px solid rgba(75,50,107,.18);border-left:4px solid #4B326B;border-radius:12px;padding:12px 14px;margin:0 0 12px}
.avs-howto-note p{margin:0 0 6px}
.avs-howto-note p:last-child{margin-bottom:0}
.avs-howto-rule{background:#4B326B;color:#fff;border-radius:12px;padding:14px 16px;margin:8px 0 12px;font-weight:700;text-align:center;line-height:1.5}
.avs-howto-figures{display:flex;flex-direction:column;gap:16px;margin:14px 0}
.avs-howto-figure{margin:0}
.avs-howto-figure img{display:block;width:100%;height:auto;border:1px solid rgba(75,50,107,.2);border-radius:10px}
.avs-howto-figure figcaption{margin-top:6px;font-size:13px;color:#4B326B;font-weight:600;opacity:.9}
@media (max-width:720px){
  .avs-howto h4{font-size:16px}
  .avs-howto-figure img{border-radius:8px}
}

.coloredTables{
  margin-bottom: 60px;
}
.coloredTables h3{
  text-transform: unset;
}
.coloredTables table tbody>tr:nth-child(odd)>td,
.coloredTables table tbody>tr:nth-child(odd)>th {
    background-color: unset;
}
.coloredTables table{
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
  min-width: 1100px;
}
.coloredTables table td{
  padding: 10px 0;
}
.coloredTables table td.padding{
  padding: 10px;
  text-align: center;
}
.coloredTables table td.bordered{
  padding: 10px;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  text-align: center;
  font-weight: 700;
}
.coloredTables table tr td.bordered:last-of-type {
    border-right: 1px solid #202020;
}
.coloredTables table tr:last-of-type td.bordered{
    border-bottom: 1px solid #202020;
}
.coloredTables table td.bordered.colored1{
  background: #99ffff;
}
.coloredTables table td.bordered.colored2{
  background: #ffd0d3;
}
.coloredTables table td.bordered.colored3{
  background: #c0e4f3;
}
.coloredTables table td.bordered.colored4{
  background: #fffbc6;
}
.coloredTables .mobileTitle{
  display: none;
}
.coloredBlockquote{
  background: #f8f6fb;
  border: 1px solid rgba(75, 50, 107, .18);
  border-left: 4px solid #4B326B;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 12px;
}
.content ul li::marker{
  color: #4B326B;
}
.coloredBlockquote p:last-of-type{
  margin-bottom: 0;
}
.nButton.likeDiv {
  font-weight: 700;
  font-size: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.nButton.likeDiv:hover{
  background: #4B326B;
}
.avs-cabinet .coloredTables .tableWrapper{
  margin-bottom: 40px;
}
.avs-cabinet .coloredTables table{
  min-width: unset;
}
.avs-cabinet .coloredTables table tr td:first-of-type {
  max-width: 160px;
  padding: 10px 10px 10px 0;
}
.avs-cabinet .coloredTables table *{
  font-size: 12px;
}
.avs-howto .coloredTables table td.bordered{
  padding: 10px 5px;
}
.avs-howto .coloredTables table td.padding{
  padding: 10px 5px;
}
@media screen and (max-width: 1200px) {
  .twoColumns .column2{
    width: 50%;
  }
}
@media screen and (max-width: 1170px) {
  .tableWrapper{
    width: 100%;
    overflow: auto;
  }

}
@media screen and (max-width: 1140px) {
  .topMenu > ul > li > a{
    padding: 8px 10px;
  }
  .footer .menu{
    font-size: 14px;
  }
  .nButton.bigger{
    font-size: 15px;
  }
  .twoColumns{
    gap: 28px;
  }
  .twoColumns .column1,
  .twoColumns .column2{
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .coloredTables table{
    min-width: unset;
  }
  .coloredTables table tr{
    display: flex;
    flex-wrap: wrap;
  }
  .coloredTables table tr td.padding{
    display: none;
  }
  .coloredTables table tr td .mobileTitle{
    display: block;
  }
  .coloredTables table tr td{
    width: 100%;
  }
  .coloredTables table tr:last-of-type td.bordered{
    border: unset;
  }
  .coloredTables table tr:last-of-type td.bordered,
  .coloredTables table tr td.bordered{
    border-top: 1px solid #202020;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    border-bottom: unset;
  }
  .coloredTables table tr:last-of-type td.bordered:last-of-type,
  .coloredTables table tr td.bordered:last-of-type{
    border-bottom: 1px solid #202020;
  }
  .threeInRow .cardItem{
    width: calc(50% - 9px);
  }
  .header{
    height: 76px;
  }
  .mobileMenu{
    top: 76px;
  }
  .header .topMenu{
    display: none;
  }
  .menuTrigger{
    display: block;
  }
  body.admin-bar .mobileMenu{
    top: 108px;
  }
  .mobileMenu{
    overflow-y: auto;
    max-height: calc(100vh - 108px);
  }
  .footer .copyrightLine{
    height: auto;
    padding: 28px 0;
  }
  .footer .copyrightColumns{
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer .copyrightColumns .column{
    width: 100%;
  }
  .footerColumns{
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }
  .footerColumns .footerLogo{
    margin: 0 auto;
  }
  .footer .menu{
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
  .footerColumns .column{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .header{
    top: 46px;
  }
  body.admin-bar .mobileMenu{
    top: 122px;
  }
  .mobileMenu{
    overflow-y: auto;
    max-height: calc(100vh - 122px);
  }
}
@media screen and (max-width: 768px){
  .avs-portfolio-buttons .avs-btn{
    font-size: 14px;
  }
  .pricing-table th, .pricing-table td,
  .plan-tab{
    font-size: 14px;
  }
  .threeInRow .cardItem .text *{
    font-size: 14px;
    line-height: 20px;
  }
  .threeInRow .cardItem .subtitle,
  .borderedBlock{
    font-size: 16px;
    line-height: 24px;
  }
  .imageOnRightWrapper{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .imageOnRightWrapper .text,
  .imageOnRightWrapper .image{
    width: 100%;
  }
  .blockWithCards .cardItem{
    width: 100%;
  }
  .breadcrumbs{
    font-size: 14px;
  }
  .pageTitle{
    text-align: left;
  }
  h1{
    font-size: 24px;
  }
  h2{
    font-size: 18px;
  }
  h3{
    font-size: 16px;
  }
  h4{
    font-size: 14px;
  }
  h5{
    font-size: 14px;
  }
  ol,
  ul,
  p{
    font-size: 14px;
    line-height: 22px;
  }
  .coloredBackground blockquote,
  .coloredBackground{
    padding: 1rem;
  }
  .fancybox-content.withForm{
    padding: 27px;
  }
  .imageOnRightWrapper .text p,
  .borderedText p{
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 720px){
  .avs-sidebar ul{
    padding: 0 12px;
  }
  .avs-sidebar .item{
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px){
  .header .nButton{
    padding: 12px 14px;
  }
  .header .logo {
    width: 80px;
  }
  .borderedText{
    padding: 16px;
  }
}
@media screen and (max-width: 374px){
  .header .nButton{
    font-size: 11px;
  }
  .menuTrigger,
  .langSwitcher{
    margin-left: 12px;
  }
  .header .logo {
    width: 70px;
  }
}