.radio-button {
  position: relative;
}
.radio-button label {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 8px;
}
.radio-button label:before {
  background-color: #fff;
  border: 2px solid #cbe0f8;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.radio-button label:after {
  background-color: #2f85ff;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}
.radio-button input[type='radio'] {
  visibility: hidden;
}
.radio-button input[type='radio']:checked + label:after {
  opacity: 1;
}
header {
  background-color: #fff;
}
header .header-content {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
header .header-content img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  header .header-content {
    justify-content: center;
  }
}
header .header-content.narrow {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  header .header-content.narrow {
    padding: 3px 15px;
  }
}
header .header-content.narrow img {
  height: 54px;
  margin-left: -16px;
  width: auto;
}
@media screen and (max-width: 768px) {
  header .header-content.narrow img {
    height: 42px;
  }
}
header .header-right-text {
  font-size: 16px;
}
footer {
  padding: 30px 15px;
}
footer .footer-logo {
  display: block;
  height: 71px;
  margin: 0 auto;
}
footer .footer-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-menu {
    display: block;
    text-align: center;
  }
}
footer .footer-menu li {
  color: #075fd2;
  font-size: 16px;
  line-height: 28px;
  margin: 0 20px;
  text-decoration: underline;
}
footer .footer-copyright {
  text-align: center;
}
footer .footer-copyright p {
  margin: 24px 0 30px;
}
* {
  box-sizing: border-box;
}
body,
ul {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
.display-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-sm {
    display: block !important;
  }
}
html {
  -webkit-text-size-adjust: none;
  overflow-x: auto;
}
body {
  background-color: #f1f2f6;
  color: #373737;
  font-family: Lato, sans-serif;
}
.content-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px #0d185e1a;
  box-sizing: border-box;
  margin: 15px auto 0;
  max-width: 1140px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-top: 0;
  }
}
.content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .content-wrapper {
    margin-bottom: 0;
  }
}
.main-content {
  width: calc(100% - 353px);
}
@media screen and (max-height: 480px), screen and (max-width: 834px) {
  .main-content {
    width: 100%;
  }
}
.main-content.variant1 a:visited {
  color: #075fd2;
}
.main-content.variant1 :first-child {
  margin-top: 0;
}
.main-content.variant1 h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}
.main-content.variant1 .subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.main-content.variant1 h2 {
  line-height: 39px;
}
.main-content.variant1 h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.main-content.variant1 h1,
.main-content.variant1 h2,
.main-content.variant1 h3 {
  color: #212121;
}
.main-content.variant1 p {
  font-size: 19px;
  line-height: 29px;
  margin: 0 0 30px;
}
.main-content.variant1 h2 {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px;
}
.main-content.variant1 img {
  border-radius: 6px;
  height: auto;
  margin-bottom: -5px;
  width: 100%;
}
.main-content.variant1 .info-content {
  background: #ecfaff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #20639029;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 30px 20px;
}
@media screen and (max-width: 576px) {
  .main-content.variant1 .info-content {
    padding: 30px 10px;
  }
}
.main-content.variant1 .info-content :first-child {
  margin-top: 0;
}
.main-content.variant1 .info-content :last-child {
  margin-bottom: 0;
}
.main-content.variant2 h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 24px;
}
@media screen and (max-width: 576px) {
  .main-content.variant2 h1 {
    text-align: left;
  }
}
.main-content.variant2 .subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.main-content.variant2 .top-block-date {
  color: #373737;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 48px;
}
.main-content.variant2 img {
  display: block;
  height: auto;
  margin-bottom: 24px;
  width: 100%;
}
.main-content.variant2 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.26px;
  line-height: 39px;
  margin: 48px 0 24px;
}
.main-content.variant2 h3 {
  margin: 0 0 24px;
}
.main-content.variant2 p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 30px;
  margin: 0 0 24px;
}
.main-content.variant2 p a {
  color: #373737;
}
.main-content.variant2 p b {
  font-weight: 700;
}
.main-content.variant2 p > img {
  margin: 0;
}
.main-content.variant2 ol,
.main-content.variant2 ul {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 30px;
  margin-bottom: 24px;
}
.main-content.variant3 h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 8px;
}
@media screen and (max-width: 576px) {
  .main-content.variant3 h1 {
    text-align: left;
  }
}
.main-content.variant3 .subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .main-content.variant3 .subtitle {
    font-size: 21px;
    line-height: 27px;
  }
}
.main-content.variant3 .top-block-img {
  display: none;
}
.main-content.variant3 .top-block-date {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 30px;
}
.main-content.variant3 h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.main-content.variant3 h1,
.main-content.variant3 h2,
.main-content.variant3 h3 {
  color: #212121;
}
.main-content.variant3 p {
  font-size: 19px;
  line-height: 29px;
  margin: 0 0 30px;
}
.main-content.variant3 h2 {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px;
}
.main-content.variant3 img {
  border-radius: 6px;
  height: auto;
  width: 100%;
}
.main-content.variant3 .info-content {
  background: #ecfaff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #20639029;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 30px 20px;
}
@media screen and (max-width: 576px) {
  .main-content.variant3 .info-content {
    padding: 30px 10px;
  }
}
.main-content.variant3 .info-content :first-child {
  margin-top: 0;
}
.main-content.variant3 .info-content :last-child {
  margin-bottom: 0;
}
.testimonials {
  margin-bottom: 48px;
}
.testimonials h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 30px;
  margin: 0 0 16px;
}
.testimonials-items {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .testimonials-items {
    flex-wrap: wrap;
  }
}
.testimonials-item {
  margin-right: 16px;
  max-width: 231px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .testimonials-item {
    margin-bottom: 24px;
    margin-right: 0;
    max-width: 100%;
  }
}
.testimonials-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .testimonials-item:last-child {
    margin-bottom: 0;
  }
}
.testimonials-text {
  background: #e4eeff;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 19px;
  min-height: 216px;
  padding: 20px 16px;
}
@media screen and (max-width: 576px) {
  .testimonials-text {
    min-height: auto;
  }
}
.testimonials-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0 0 5px;
}
.testimonials-trustedshops {
  display: block;
  margin: 0 !important;
  width: 158px !important;
}
.testimonials-btn {
  align-items: center;
  background: #ffa800;
  border-radius: 8px;
  box-shadow: 0 3px 30px 0 rgba(255, 160, 47, 0.3);
  color: #fff;
  display: flex;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  line-height: 1;
  max-width: 231px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .testimonials-btn {
    max-width: 100%;
  }
}
.widget {
  border-radius: 9px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .widget {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.widget-logo {
  background-color: #f9fcff;
  border: 1px solid #e4eeff;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  display: inline-block;
  height: 26px;
  padding: 8px 20px 0;
  position: relative;
  top: 2px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .widget-logo {
    left: 15px;
  }
}
.widget-logo--white {
  background: #fff;
  border: none;
  box-shadow: 0 0 24px #e4eeffbf;
}
.widget-body {
  border-bottom: 49px solid #e4eeff;
  border-radius: 0 0 9px 9px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .widget-body {
    border-bottom: 0;
  }
}
.widget-body h2 {
  background-color: #f9fcff;
  border: 1px solid #e4eeff;
  border-top-right-radius: 9px;
  color: #0951aa !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 !important;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .widget-body h2 {
    border-top-right-radius: 0;
  }
}
.widget-body--white {
  border: none;
  box-shadow: 0 0 24px #e4eeffbf;
}
.widget-body--white h2 {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e4eeff;
  position: relative;
  z-index: 2;
}
.widget-slider {
  background-color: #f9fcff;
  border: 1px solid #e4eeff;
  border-top: none;
  padding: 10px 50px 37px 40px;
}
@media screen and (max-width: 576px) {
  .widget-slider {
    padding: 20px 0 90px 10px;
  }
}
.widget-slider--white {
  background-color: #fff;
  border: none;
  padding-bottom: 87px;
}
.widget-slider-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 9px #e4eeff;
  box-sizing: border-box;
  height: 192px;
  margin: 10px;
  padding: 17px;
  width: 410px !important;
}
@media screen and (max-width: 576px) {
  .widget-slider-item {
    height: 223px;
    width: 304px !important;
  }
}
@media screen and (max-width: 360px) {
  .widget-slider-item {
    height: 270px;
    width: 230px !important;
  }
}
.widget-slider-item--dark {
  box-shadow: 0 3px 12px #d6e7ff;
  height: 260px;
}
@media screen and (max-width: 576px) {
  .widget-slider-item--dark {
    height: 285px;
  }
}
@media screen and (max-width: 360px) {
  .widget-slider-item--dark {
    height: 350px;
  }
}
.widget-slider-item-title {
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.widget-slider-item-title--blue {
  color: #0951aa;
}
.widget-slider-item-rating {
  padding-top: 5px;
}
.widget-slider-item-stars {
  bottom: 2px;
  left: 5px;
  position: relative;
}
.widget-slider-item-review {
  box-sizing: border-box;
  color: #373737;
  font-size: 16px !important;
  font-style: italic;
  line-height: 26px !important;
  margin: 10px 0 0 !important;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .widget-slider-item-review {
    line-height: 22px !important;
  }
}
.widget-slider-item-review--dark {
  background-color: #e4eeff;
  border-radius: 14px;
  height: 155px;
  margin: 0 0 23px !important;
  padding: 15px 20px;
  position: relative;
  width: 380px;
}
@media screen and (max-width: 576px) {
  .widget-slider-item-review--dark {
    height: 185px;
    width: 270px;
  }
}
@media screen and (max-width: 360px) {
  .widget-slider-item-review--dark {
    height: 247px;
    width: 196px;
  }
}
.widget-slider-item-review--dark:after {
  border-color: #e4eeff transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0 0;
  bottom: -15px;
  content: '';
  display: inline-block;
  height: 0;
  left: 15px;
  position: absolute;
  width: 0;
}
.widget-slider-item-review.smile {
  font-style: normal;
}
.widget-slider-item-review.blue-background {
  background: rgba(0, 200, 255, 0.4);
  font-weight: 700;
}
.widget .btn {
  background: #ffa800;
  border-radius: 6px;
  bottom: -24px;
  color: #fff !important;
  display: inline-block;
  font: normal normal 900 15px/50px Lato;
  height: 50px;
  left: calc(50% - 157px);
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 314px;
}
@media screen and (max-width: 576px) {
  .widget .btn {
    bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .widget .btn {
    left: calc(50% - 140px);
    width: 280px;
  }
}
.widget--white .btn {
  bottom: 25px;
}
.widget .slick-slide {
  margin-right: 10px;
}
.widget .slick-slide.slick-current {
  width: 410px !important;
}
@media screen and (max-width: 576px) {
  .widget .slick-slide.slick-current {
    width: 304px !important;
  }
}
@media screen and (max-width: 360px) {
  .widget .slick-slide.slick-current {
    width: 230px !important;
  }
}
.widget .slick-slide img {
  display: inline-block;
}
.widget .slick-next,
.widget .slick-prev {
  background-color: #e4eeff;
  border: none;
  border-radius: 50%;
  color: #a7cbff;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 576px) {
  .widget .slick-next,
  .widget .slick-prev {
    display: none !important;
  }
}
.widget .slick-next:active,
.widget .slick-prev:active {
  background-color: #a7cbff;
  color: #f9fcff;
}
.widget .slick-prev {
  left: 10px;
  top: 100px;
}
.widget .slick-prev:after {
  content: url(../img/arrow-slider.svg);
  display: inline-block;
  transform: rotate(-180deg);
  width: 7px;
}
.widget .slick-next {
  right: 10px;
  top: 100px;
}
.widget .slick-next:after {
  content: url(../img/arrow-slider.svg);
  display: inline-block;
  width: 7px;
}
.aside-content.green {
  flex: 0 0 323px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aside-content.green {
    margin: 30px auto;
  }
}
.aside-content.green .aside-content-block {
  max-width: 323px;
  position: sticky;
  text-align: center;
  top: 30px;
  width: 100%;
}
.aside-content.green .aside-content-block h3 {
  font-size: 21px;
  line-height: 27px;
  margin: 0 0 20px;
}
.aside-content.green .aside-content-block .cta-button {
  align-items: center;
  background: linear-gradient(#08a62d, #21ba45);
  border-radius: 6px;
  box-shadow: 3px 3px 3px #411f0529;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  height: 82px;
  justify-content: center;
  line-height: 32px;
  margin: 20px 0 0;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.aside-content.green .aside-content-block .cta-button .bottom-label {
  display: block;
}
.aside-content.green .aside-content-block .cta-button:hover {
  background: linear-gradient(#21ba45, #08a62d);
}
.aside-content.green .aside-content-block .cta-button__arrow {
  display: inline-block;
  height: 13px;
  margin-left: 5px;
}
.aside-content.green .aside-content-block .discount-label {
  border: 2px solid #08a62d;
  border-radius: 6px;
  margin: 16px 0;
  padding: 10px 19px 10px 55px;
  position: relative;
}
.aside-content.green .aside-content-block .discount-label-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
.aside-content.blue {
  flex: 0 0 317px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .aside-content.blue {
    display: none;
  }
}
.aside-content.blue .aside-content-block {
  background: #e4eeff;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 317px;
  padding: 28px 15px;
  position: sticky;
  right: 0;
  top: 30px;
  z-index: 3;
}
.aside-content.blue .aside-content-block h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
}
.aside-content.blue .aside-content-block .cta-button {
  align-items: center;
  background: #5ca7f2;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  height: 75px;
  justify-content: center;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.aside-content.blue .aside-content-block .cta-button .bottom-label {
  display: block;
  font-size: 16px;
  width: 100%;
}
.aside-content.blue .aside-content-block .cta-button:hover {
  background: #2a8cee;
}
.aside-content.blue .aside-content-block .cta-button__arrow {
  display: none;
}
.aside-content.blue .aside-content-block .discount-label {
  align-items: center;
  background: #fff;
  border: 2px solid #9abce1;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  height: 58px;
  justify-content: center;
  line-height: 21px;
  margin-top: 10px;
  padding: 0 19px 0 55px;
  position: relative;
  text-align: center;
}
.aside-content.blue .aside-content-block .discount-label-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
.aside-content.blue .aside-content-block .discount-label b {
  font-size: 700;
}
.top-block h1 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .top-block h1 {
    font-weight: 900;
    line-height: 42px;
    text-align: center;
  }
}
.top-block-img {
  border-radius: 6px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .top-block-img {
    min-height: 138px;
  }
}
.top-block-date {
  color: #ccc;
  display: block;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  margin-bottom: 11px;
  margin-top: 5px;
}
.bottom-cta.variant1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .bottom-cta.variant1 {
    flex-direction: column;
    max-width: 385px;
  }
}
.bottom-cta.variant1 h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .bottom-cta.variant1 h2 {
    word-break: break-word;
  }
}
.bottom-cta.variant1 .bottom-cta-buttons-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bottom-cta.variant1 .bottom-cta-buttons-wrap {
    flex-direction: column;
  }
}
.bottom-cta.variant1 .bottom-cta-button {
  align-items: center;
  background: linear-gradient(#08a62d, #21ba45);
  border-radius: 6px;
  box-shadow: 3px 3px 3px #411f0529;
  color: #fff !important;
  display: flex;
  font: normal normal 700 16px Lato;
  justify-content: center;
  margin: 0 15px 30px 0;
  padding: 16px 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .bottom-cta.variant1 .bottom-cta-button {
    margin: 0 0 15px;
    width: 100%;
  }
}
.bottom-cta.variant1 .bottom-cta-button:hover {
  background: linear-gradient(#21ba45, #08a62d);
}
.bottom-cta.variant1 .bottom-cta-button:last-child {
  margin-right: 0;
}
.bottom-cta.variant1 .bottom-cta-text {
  font-size: 21px;
  line-height: 29px;
  margin: 0;
}
.bottom-cta.variant1 .bottom-cta-main-button {
  align-items: center;
  background: linear-gradient(#0462a1, #9abce1);
  border-radius: 6px;
  box-shadow: 3px 3px 3px #411f0529;
  color: #fff !important;
  display: flex;
  font-size: 24px;
  height: 80px;
  justify-content: center;
  line-height: 27px;
  margin: 0 0 30px;
  max-width: 385px;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
}
.bottom-cta.variant1 .bottom-cta-main-button:hover {
  background: linear-gradient(#9abce1, #0462a1);
}
.bottom-cta.variant1 .bottom-cta-main-button__arrow {
  height: 15px;
  margin-bottom: 0 !important;
  margin-left: 6px;
  width: auto;
}
.bottom-cta.variant1 .bottom-cta-main-button .bottom-label {
  display: none;
}
.bottom-cta.variant2 {
  border: 2px solid #e4eeff;
  border-radius: 8px;
  padding: 32px;
}
@media screen and (max-width: 576px) {
  .bottom-cta.variant2 {
    padding: 16px;
  }
}
.bottom-cta.variant2 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 39px;
  margin: 0 0 24px;
  text-align: center;
}
.bottom-cta.variant2 .bottom-cta-button {
  background: linear-gradient(#08a62d, #21ba45);
  border-radius: 6px;
  box-shadow: 3px 3px 3px #411f0529;
  color: #fff !important;
  display: inline-block;
  font: normal normal 700 16px Lato;
  margin: 0 15px 30px 0;
  padding: 16px 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .bottom-cta.variant2 .bottom-cta-button {
    margin: 0 0 15px;
    width: 100%;
  }
}
.bottom-cta.variant2 .bottom-cta-button:hover {
  background: linear-gradient(#21ba45, #08a62d);
}
.bottom-cta.variant2 .bottom-cta-button:last-child {
  margin-right: 0;
}
.bottom-cta.variant2 .bottom-cta-main-button {
  align-items: center;
  background: linear-gradient(270deg, #fab32d, #fd8e2f);
  border-radius: 8px;
  box-shadow: 0 3px 30px 0 rgba(255, 160, 47, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 75px;
  justify-content: center;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.bottom-cta.variant2 .bottom-cta-main-button:hover {
  background: #ff8a00;
}
.bottom-cta.variant2 .bottom-cta-main-button .bottom-label {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.bottom-cta.variant2 .bottom-cta-main-button__arrow {
  display: none;
}
.services-icons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.services-icons img {
  display: inline-block;
  height: 40px !important;
  margin-bottom: 0 !important;
  width: auto !important;
}
.services-icons img:not(:last-child) {
  margin-right: 32px;
}
.cta-sticky-block-mobile .trustedshops {
  display: none;
}
.cta-sticky-block-mobile.green {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  min-height: 52px;
  padding: 7px 15px;
  position: fixed;
  width: 100%;
}
.cta-sticky-block-mobile.green .cta-button {
  align-items: center;
  background: linear-gradient(#08a62d, #21ba45);
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 54px;
  justify-content: center;
  line-height: 20px;
  margin: 0;
  min-height: auto;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-sticky-block-mobile.green .cta-button .bottom-label {
  display: block;
}
.cta-sticky-block-mobile.green .cta-button__arrow {
  display: inline-block;
  height: 12px;
  margin-left: 5px;
}
.cta-sticky-block-mobile.green .discount-label {
  border: 1px solid #08a62d;
  border-radius: 6px;
  margin: 10px 0 0;
  padding: 5px 19px 5px 55px;
  position: relative;
  text-align: center;
}
.cta-sticky-block-mobile.green .discount-label-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
.cta-sticky-block-mobile.blue {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 12px 16px 8px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.cta-sticky-block-mobile.blue .cta-button {
  align-items: center;
  background: linear-gradient(270deg, #fab32d, #fd8e2f);
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(255, 160, 47, 0.16);
  color: #fff;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.cta-sticky-block-mobile.blue .cta-button .bottom-label {
  display: block;
  font-size: 16px;
}
.cta-sticky-block-mobile.blue .cta-button__arrow,
.cta-sticky-block-mobile.blue .discount-label {
  display: none;
}
.cta-sticky-block-mobile.blue .trustedshops {
  display: block;
  margin: 8px auto 0;
  width: 128px;
}
