@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

body {
  background: #f4f4f4;
  color: #000;
  font: 400 20px/1.5 "Poppins", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia", "Times", serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #11496f;
}

h1 {
  font-size: 19px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 19px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 19px;
}
@media (min-width: 480px) {
  h3 {
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 480px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#header {
  background: #11496f;
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.18;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #header {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  #header {
    font-size: 22px;
  }
}
#header .header-block {
  position: relative;
}
@media (min-width: 768px) {
  #header .header-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
  }
}
#header .logo {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 299px;
}
@media (min-width: 768px) {
  #header .logo {
    width: 100%;
    margin: 0;
  }
}
#header .logo a,
#header .logo img {
  display: block;
  width: 100%;
}
#header .text {
  margin: 20px 0 0;
}
@media (min-width: 1024px) {
  #header .text {
    margin: 10px 0 0;
  }
}
#header .decoration {
  position: absolute;
  right: -10px;
  top: 100px;
  width: 55px;
  z-index: 99;
}
@media (min-width: 480px) {
  #header .decoration {
    width: 65px;
    right: 0;
    top: 75px;
  }
}
@media (min-width: 768px) {
  #header .decoration {
    width: 70px;
    right: 0;
    top: 45px;
  }
}
@media (min-width: 1024px) {
  #header .decoration {
    width: 80px;
    right: -30px;
    top: 40px;
  }
}
@media (min-width: 1350px) {
  #header .decoration {
    width: 123px;
    right: -80px;
    top: -9px;
  }
}
#header .decoration img {
  display: block;
  width: 100%;
}

body {
  font-size: 15px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}

h1 {
  color: #86f8e5;
  line-height: 1.05;
  padding: 6px 0;
  position: relative;
  margin: 0 0 15px;
  display: inline-block;
}
@media (min-width: 1024px) {
  h1 {
    margin: 0 0 30px;
  }
}
h1:before, h1:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #86f8e5;
}
h1:before {
  top: -5px;
}
h1:after {
  bottom: -5px;
}

h2 {
  line-height: 1.18;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  h2 {
    margin: 0 0 18px;
  }
}

h3 {
  color: #fff;
  line-height: 1.18;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  h3 {
    margin: 0 0 20px;
  }
}

ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  padding: 0 0 5px;
}
@media (min-width: 1024px) {
  ul {
    padding: 0 0 30px;
  }
}
ul li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 30px;
}
@media (min-width: 1024px) {
  ul li {
    margin-bottom: 15px;
    padding: 0 0 0 40px;
  }
}
ul li:before {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/ico-02.webp") no-repeat center center;
  background-size: contain;
  margin: 2px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  ul li:before {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 1024px) {
  .hm {
    display: none;
  }
}

.container {
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

.btn {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #fb704b;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn {
    padding: 15px 25px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .btn {
    padding: 16px 35px;
    font-size: 24px;
  }
}
.btn:hover {
  transform: translate(0, -3px);
  box-shadow: 0px 0 14px 14px rgba(255, 115, 0, 0.35);
}

#main {
  display: flex;
  padding: 30px 0 10px;
}
@media (min-width: 768px) {
  #main {
    padding: 46px 0 10px;
  }
}

.hero-section {
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 20px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-size: 17px;
  color: #fff;
  max-width: 600px;
}
@media (min-width: 768px) {
  .hero-section {
    max-width: 100%;
    background-size: cover;
    font-size: 19px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1350px) {
  .hero-section {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .hero-section:before {
    content: "";
    background-image: linear-gradient(90deg, rgb(17, 73, 111) 0%, rgb(15, 89, 139) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 290px;
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .hero-section:before {
    width: 330px;
  }
}
@media (min-width: 1350px) {
  .hero-section:before {
    width: 390px;
  }
}
.hero-section .columns-block {
  padding: 67% 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-section .columns-block {
    display: flex;
    padding: 0;
    gap: 35px;
    flex-direction: row;
  }
}
.hero-section .left-column {
  background-image: linear-gradient(90deg, rgb(17, 73, 111) 0%, rgb(15, 89, 139) 100%);
  padding: 20px 0;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .hero-section .left-column {
    border-radius: 20px 20px 0 0;
    background: none;
    padding: 40px 0 60px;
    flex-basis: 60%;
  }
}
@media (min-width: 1024px) {
  .hero-section .left-column {
    flex-basis: 63%;
  }
}
@media (min-width: 1350px) {
  .hero-section .left-column {
    flex-basis: 66%;
  }
}
.hero-section .left-column .benefits-block {
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .hero-section .left-column .benefits-block {
    max-width: 290px;
  }
}
@media (min-width: 1024px) {
  .hero-section .left-column .benefits-block {
    max-width: 330px;
  }
}
@media (min-width: 1350px) {
  .hero-section .left-column .benefits-block {
    padding-bottom: 0;
    max-width: 390px;
  }
}
@media (min-width: 1024px) {
  .hero-section .left-column .benefits-block h3 {
    margin: 0 0 35px;
  }
}
.hero-section .left-column .benefits-block ul {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-section .left-column .benefits-block ul {
    padding: 0 0 0 20px;
    margin: 0;
  }
}
.hero-section .left-column .benefits-block ul li {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .hero-section .left-column .benefits-block ul li {
    margin: 0 0 25px;
  }
}
.hero-section .highlight-block {
  max-width: 85%;
  background-image: linear-gradient(90deg, rgb(21, 184, 194) 0%, rgb(134, 248, 229) 100%);
  color: #163969;
  padding: 15px 10px;
  position: relative;
  text-transform: uppercase;
  font-family: "Georgia", "Times", serif;
  color: #11496f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
}
@media (min-width: 480px) {
  .hero-section .highlight-block {
    padding: 20px 20px 20px 25px;
  }
}
@media (min-width: 768px) {
  .hero-section .highlight-block {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .hero-section .highlight-block {
    font-size: 18px;
    padding: 25px 10px 25px 20px;
  }
}
@media (min-width: 1350px) {
  .hero-section .highlight-block {
    font-size: 24px;
    padding: 30px 10px 30px 25px;
  }
}
.hero-section .highlight-block:after {
  width: 32px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  background-image: linear-gradient(0deg, rgb(132, 247, 228) 0%, rgb(134, 248, 229) 100%);
  clip-path: polygon(2px -1px, 100% 50%, 2px 100%);
}
@media (min-width: 1350px) {
  .hero-section .highlight-block:after {
    top: 1px;
    bottom: -1px;
  }
}
.hero-section .right-column {
  max-width: 500px;
  font-size: 17px;
  line-height: 1.18;
  color: #000;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
}
@media (min-width: 768px) {
  .hero-section .right-column {
    box-shadow: none;
    max-width: 100%;
    flex-basis: 50%;
    font-size: 22px;
    padding: 20px 15px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .hero-section .right-column {
    flex-basis: 37%;
  }
}
@media (min-width: 1350px) {
  .hero-section .right-column {
    flex-basis: 34%;
    font-size: 30px;
  }
}
.hero-section .right-column .form-container {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-section .right-column .form-header {
  background: #86f8e5;
  padding: 15px 10px;
  font-family: "Oswald", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  color: #11496f;
  text-align: center;
}
@media (min-width: 1350px) {
  .hero-section .right-column .form-header {
    padding: 23px 10px;
  }
}
.hero-section .right-column .form-body {
  padding: 10px;
  font-size: 15px;
  flex: 1 1 auto;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-section .right-column .form-body {
    font-size: 20px;
  }
}
.hero-section .right-column .form-footer {
  font-size: 16px;
  margin: 0 0 5px;
}
.hero-section .right-column .ico-lock {
  width: 16px;
  height: 23px;
  display: inline-block;
  background: url("../images/ico-03.webp") no-repeat center center;
  background-size: contain;
  margin: 0 10px 0 0;
  vertical-align: -5px;
}
.hero-section .right-column .btn {
  margin: 0 0 20px;
}

.product-section {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 768px) {
  .product-section {
    margin: 0 0 50px;
    text-align: left;
    max-width: 100%;
  }
}
.product-section .columns-block {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .product-section .columns-block {
    padding: 15px;
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .product-section .columns-block {
    padding: 20px;
  }
}
.product-section .left-column {
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  .product-section .left-column {
    padding: 0;
    flex-basis: 60%;
  }
}
@media (min-width: 1024px) {
  .product-section .left-column {
    flex-basis: 68%;
  }
}
.product-section .left-column .image-holder {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .product-section .left-column .image-holder {
    margin: 0 0 40px;
  }
}
.product-section .left-column .image-holder img {
  display: block;
  width: 100%;
}
.product-section .right-column {
  background-image: linear-gradient(90deg, rgb(17, 73, 111) 0%, rgb(15, 89, 139) 100%);
  padding: 15px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-section .right-column {
    border-radius: 10px;
    flex-basis: 40%;
  }
}
@media (min-width: 1024px) {
  .product-section .right-column {
    font-size: 17px;
    padding: 35px 20px 40px;
    flex-basis: 32%;
  }
}
@media (min-width: 1350px) {
  .product-section .right-column {
    font-size: 20px;
  }
}
.product-section .right-column ul {
  margin: 0 auto;
  max-width: 400px;
}

#footer {
  background: #11496f;
  padding: 30px 0;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  #footer .footer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
#footer .text {
  margin: 20px 0 0;
}
@media (min-width: 1024px) {
  #footer .text {
    margin: 10px 0 0;
  }
}
#footer .logo {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 299px;
}
@media (min-width: 768px) {
  #footer .logo {
    width: 100%;
    margin: 0;
  }
}
#footer .logo a,
#footer .logo img {
  display: block;
  width: 100%;
}

.calendly-inline-widget{
  min-width: 295px!important;
}

@media (max-width: 768px) {
  .calendly-inline-widget{
    min-width: 275px!important;
  }
}

/*# sourceMappingURL=main.css.map */
