@keyframes opacity {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.b-sticky {
  position: relative;
  display: flex;
  width: 100%;
  background: #3E90E3;
  background-size: cover;
  color: #fff;
  min-height: 50px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  z-index: 22;
  line-height: 1.2;
  font-family: Inter, Inter-Regular;
}
@media (min-width: 768px) {
  .b-sticky {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .b-sticky {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .b-sticky {
    padding: 0 30px;
  }
}
.b-sticky__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .b-sticky__logos {
    margin-bottom: 0;
  }
}
.b-sticky__logos__item {
  margin-right: 15px;
}
@media (min-width: 2000px) {
  .b-sticky__logos__item {
    margin-right: 20px;
  }
}
.b-sticky__logos__item._use-sep {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 2000px) {
  .b-sticky__logos__item._use-sep {
    padding-left: 20px;
  }
}
.b-sticky__logos__item._use-sep:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-left: 1px solid rgba(159, 188, 197, 0.2);
  height: 29px;
}
@media (max-width: 1024px) {
  .b-sticky__inner {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .b-sticky__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.b-sticky__inner > * {
  margin: 7px 0;
}
@media (min-width: 1025px) {
  .b-sticky__inner > * {
    margin: 7px 0;
  }
}
.b-sticky__desc {
  font-size: 14px;
}
@media (min-width: 2000px) {
  .b-sticky__desc {
    text-align: center;
    font-size: 18px;
  }
}
.b-sticky__desc *:last-child {
  margin-bottom: 0;
}
.b-sticky__desc span {
  font-size: 14px;
}
.b-sticky__desc h4 {
  margin: 0 0 2px;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 2000px) {
  .b-sticky__desc h4 {
    font-size: 19px;
  }
}
.b-sticky__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .b-sticky__close {
    display: none;
  }
}
.b-sticky__btn-group {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .b-sticky__btn-group {
    justify-content: center;
  }
}
.b-sticky__btn-group a.am-button {
  white-space: nowrap;
  padding: 8px 34px;
  color: #3E90E3 !important;
}
.b-sticky__btn-group a.am-button:hover {
  color: #3E90E3 !important;
}

.b-sticky._top {
  top: 0 !important;
  bottom: auto !important;
  animation: none !important;
  opacity: 1 !important;
  position: relative !important;
  transition: top 0.3s;
}

.header-v2__clone {
  height: 0 !important;
}

body.front .header-v2 {
  position: fixed;
}

.b-sticky._top-2, .front .b-sticky, .front .wds-sticky-v2._sticky_top {
  top: calc(var(--nav-header-visible-height)) !important;
  bottom: auto !important;
  animation: none !important;
  opacity: 1 !important;
  position: fixed !important;
  transition: top 0.3s;
  width: 100% !important;
}

@media (max-width: 767px) {
  .b-sticky._top {
    padding: 0 5px;
    min-height: 45px;
  }
  .b-sticky._top .b-sticky__inner {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .b-sticky._top .b-sticky__inner > * {
    margin: 0;
  }
  .b-sticky._top .b-sticky__desc {
    font-size: 12px;
    line-height: 1.2;
  }
  .b-sticky._top .b-sticky__btn-group a.am-button {
    font-size: 12px;
    padding: 5px 20px;
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  .b-sticky._top {
    margin-right: -380px;
    width: auto;
  }
}
@media (min-width: 1940px) {
  .b-sticky._top {
    margin-right: 0;
  }
}
.user-logged-in .b-sticky._top {
  position: relative !important;
}
.header_initialized.header-v2_hidden .b-sticky._top {
  top: 0 !important;
}
.b-sticky._orange {
  background: #FF9900;
}
.b-sticky._orange .b-sticky__btn-group a.am-button {
  color: #FF9900 !important;
}
.b-sticky._orange .b-sticky__btn-group a.am-button:hover {
  color: #FF9900 !important;
}
.b-sticky._circuit-studio {
  margin: 0;
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio {
    padding: 1px 25px;
  }
}
.b-sticky._circuit-studio .b-sticky__close {
  display: block;
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__close {
    top: 20px;
  }
}
.b-sticky._circuit-studio .b-sticky__desc {
  font-size: 14px;
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__desc {
    font-size: 12px;
  }
}
.b-sticky._circuit-studio .b-sticky__desc b, .b-sticky._circuit-studio .b-sticky__desc span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__desc b, .b-sticky._circuit-studio .b-sticky__desc span {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .b-sticky._circuit-studio .b-sticky__desc b {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .b-sticky._circuit-studio .b-sticky__desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__inner {
    flex-direction: column;
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__inner > * {
    margin: 5px 0;
  }
}
@media (min-width: 1200px) {
  .b-sticky._circuit-studio .b-sticky__inner {
    gap: 54px;
  }
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio .b-sticky__btn-group a.am-button {
    font-size: 12px;
    padding: 2px 20px;
  }
}
@media (max-width: 767px) {
  .b-sticky._circuit-studio ~ .s-hero-compare, .b-sticky._circuit-studio + .region .node .s-hero-compare {
    padding-top: 100px;
  }
}
.b-sticky._sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-sticky._animate {
  animation: opacity 0.5s;
}
.b-sticky._closed {
  display: none;
}
.b-sticky._hidden {
  display: none !important;
}
.b-sticky_clone._hide {
  display: none;
}
._right-sidebar .b-sticky_clone {
  display: none !important;
}

.am-button {
  border-radius: 40px;
  padding: 10px 22px;
  font-size: 14px;
  font-family: Inter, Inter-Regular, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  outline: none !important;
  text-align: center;
  background: #A5915F;
  border: 2px solid #A5915F;
  color: #fff;
}
.am-button.form-submit {
  border-radius: 40px !important;
}
.am-button:hover, .am-button:active, .am-button_hover, .am-button_active, .am-button:focus, .am-button_focus {
  background: #968354;
  border-color: #968354;
  color: #fff;
}
.am-button_small {
  padding: 6px 16px;
  font-size: 12px;
}
.am-button_small2 {
  padding: 12px 20px;
  font-size: 12px;
  min-width: 162px;
}
.am-button_medium {
  padding: 14px 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .am-button_medium {
    padding: 18px 30px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .am-button_medium {
    padding: 18px 30px;
    font-size: 18px;
  }
}
.am-button_medium-normal {
  min-width: 200px;
  padding-block: 12px;
}
@media (min-width: 1200px) {
  .am-button_medium-normal {
    padding-block: 14px;
    font-size: 14px;
  }
}
.am-button._md-1 {
  min-width: 325px;
}
@media (min-width: 1200px) {
  .am-button._md-1 {
    min-width: 300px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.am-button_huge {
  padding: 14px 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .am-button_huge {
    padding: 14px 20px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .am-button_huge {
    padding: 14px 26px;
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .am-button_huge {
    padding: 21px 30px;
    font-size: 20px;
  }
}
.am-button_a {
  min-width: 140px;
}
@media (min-width: 768px) {
  .am-button_a {
    min-width: 150px;
  }
}
@media (min-width: 1200px) {
  .am-button_a {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .am-button_a {
    min-width: 200px;
  }
}
.am-button_b {
  min-width: 200px;
}
@media (min-width: 768px) {
  .am-button_b {
    min-width: 260px;
  }
}
.am-button_c {
  min-width: 150px;
}
@media (min-width: 768px) {
  .am-button_c {
    min-width: 250px;
  }
}
.am-button_style-blue {
  background: #2B87C8;
  border: 2px solid #2B87C8;
  color: #fff;
}
.am-button_style-blue:hover, .am-button_style-blue:active, .am-button_style-blue_hover, .am-button_style-blue_active, .am-button_style-blue:focus, .am-button_style-blue_focus {
  background: #2679b3;
  border-color: #2679b3;
  color: #fff;
}
.am-button_style-blue2 {
  background: #007DD4;
  border: 2px solid #007DD4;
  color: #fff;
}
.am-button_style-blue2:hover, .am-button_style-blue2:active, .am-button_style-blue2_hover, .am-button_style-blue2_active, .am-button_style-blue2:focus, .am-button_style-blue2_focus {
  background: #006ebb;
  border-color: #006ebb;
  color: #fff;
}
.am-button_style-blue3 {
  background: #0B55D9;
  border: 2px solid #0B55D9;
  color: #fff;
}
.am-button_style-blue3:hover, .am-button_style-blue3:active, .am-button_style-blue3_hover, .am-button_style-blue3_active, .am-button_style-blue3:focus, .am-button_style-blue3_focus {
  background: #0a4bc1;
  border-color: #0a4bc1;
  color: #fff;
}
.am-button_style-white {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.am-button_style-white:hover, .am-button_style-white:active, .am-button_style-white_hover, .am-button_style-white_active, .am-button_style-white:focus, .am-button_style-white_focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #000;
}
.am-button_style-white2 {
  background: #F9F9F9;
  border: 2px solid #FAFAFA;
  color: #000;
}
.am-button_style-white2:hover, .am-button_style-white2:active, .am-button_style-white2_hover, .am-button_style-white2_active, .am-button_style-white2:focus, .am-button_style-white2_focus {
  background: #ececec;
  border-color: #ededed;
  color: #000;
}
.am-button_style-white3 {
  background: #fff;
  border: 2px solid #fff;
  color: #328EC7;
}
.am-button_style-white3:hover, .am-button_style-white3:active, .am-button_style-white3_hover, .am-button_style-white3_active, .am-button_style-white3:focus, .am-button_style-white3_focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #328EC7;
}
.am-button_style-white4 {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.am-button_style-white4:hover, .am-button_style-white4:active, .am-button_style-white4_hover, .am-button_style-white4_active, .am-button_style-white4:focus, .am-button_style-white4_focus {
  background: #f2f2f2;
  border-color: black;
  color: #000;
}
.am-button_style-white5 {
  background: #fff;
  border: 2px solid #328EC7;
  color: #328EC7;
}
.am-button_style-white5:hover, .am-button_style-white5:active, .am-button_style-white5_hover, .am-button_style-white5_active, .am-button_style-white5:focus, .am-button_style-white5_focus {
  background: #f2f2f2;
  border-color: #2d7fb3;
  color: #328EC7;
}
.am-button_style-transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.am-button_style-transparent:hover, .am-button_style-transparent:active, .am-button_style-transparent_hover, .am-button_style-transparent_active, .am-button_style-transparent:focus, .am-button_style-transparent_focus {
  background: rgba(0, 0, 0, 0);
  border-color: #f2f2f2;
  color: #fff;
}
.am-button_style-dark {
  background: #111111;
  border: 2px solid #111111;
  color: #fff;
}
.am-button_style-dark:hover, .am-button_style-dark:active, .am-button_style-dark_hover, .am-button_style-dark_active, .am-button_style-dark:focus, .am-button_style-dark_focus {
  background: #040404;
  border-color: #040404;
  color: #fff;
}
.am-button_style-dark2 {
  background: #282828;
  border: 2px solid #282828;
  color: #fff;
}
.am-button_style-dark2:hover, .am-button_style-dark2:active, .am-button_style-dark2_hover, .am-button_style-dark2_active, .am-button_style-dark2:focus, .am-button_style-dark2_focus {
  background: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}
.am-button_style-gray {
  background: #E2E2E2;
  border: 2px solid #E2E2E2;
  color: #111;
}
.am-button_style-gray:hover, .am-button_style-gray:active, .am-button_style-gray_hover, .am-button_style-gray_active, .am-button_style-gray:focus, .am-button_style-gray_focus {
  background: #efefef;
  border-color: #efefef;
  color: #111;
}
.am-button_style-gray2 {
  background: #323232;
  border: 2px solid #323232;
  color: #fff;
}
.am-button_style-gray2:hover, .am-button_style-gray2:active, .am-button_style-gray2_hover, .am-button_style-gray2_active, .am-button_style-gray2:focus, .am-button_style-gray2_focus {
  background: #252525;
  border-color: #252525;
  color: #fff;
}
.am-button_style-gray3 {
  background: #515151;
  border: 2px solid #515151;
  color: #fff;
}
.am-button_style-gray3:hover, .am-button_style-gray3:active, .am-button_style-gray3_hover, .am-button_style-gray3_active, .am-button_style-gray3:focus, .am-button_style-gray3_focus {
  background: #444444;
  border-color: #444444;
  color: #fff;
}
.am-button_disabled, .am-button_disabled2 {
  cursor: default;
  pointer-events: none;
}
.am-button_disabled {
  background: #fff;
  border: 2px solid #E6E6E6;
  color: #000;
}
.am-button_disabled:hover, .am-button_disabled:active, .am-button_disabled_hover, .am-button_disabled_active, .am-button_disabled:focus, .am-button_disabled_focus {
  background: #fff;
  border-color: #E6E6E6;
  color: #000;
}
.am-button_disabled2 {
  background: #C9C9C9;
  border: 2px solid #C9C9C9;
  color: #FFFFFF;
}
.am-button_disabled2:hover, .am-button_disabled2:active, .am-button_disabled2_hover, .am-button_disabled2_active, .am-button_disabled2:focus, .am-button_disabled2_focus {
  background: #C9C9C9;
  border-color: #C9C9C9;
  color: #FFFFFF;
}
.am-button_watch {
  padding-left: 50px;
  position: relative;
}
.am-button_watch:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  margin-top: -1px;
}
.am-button__ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
