/*!
Theme Name: Patients
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1.next-6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patients
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Patients is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  scrollbar-color: #cfd1e3;
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: #f05f43;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
.select2-search input {
  color: #1b2556;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  position: relative;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 14px;
}

.entry-content table {
  border-collapse: collapse;
}

thead {
  background: #f7f8fc;
  color: #626996;
  font-weight: 500;
}

.entry-content thead th {
  min-width: 120px;
  padding: 16px 10px;
  font-weight: 400;
  text-align: left;
}

tbody td {
  /* min-width: 110px; */
  padding: 16px 10px;
  font-weight: 400;
}

.entry-content tbody td {
  min-width: 120px;
  padding: 16px 10px;
  font-weight: 400;
}

tbody tr {
  width: 100%;
  border-bottom: 1px solid #cfd1e3;
}

/* Links
--------------------------------------------- */
a {
  color: #f05f43;
  text-decoration: none;
}

a:visited {
  color: #f05f43;
}

a:hover,
a:focus,
a:active {
  color: #fc8f79;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #f05f43;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  border: none;
}

button.ot-floating-button__open {
  padding: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #f06043bd;
  background-color: #f06043bd;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #f06043bd;
  background-color: #f06043bd;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  color: #1b2556;
  border: 2px solid rgba(91, 104, 168, 0.5);
  border-radius: 10px;
  padding: 19px 22px;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
  border-color: #fc8f79;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #1b2556;
  outline: none;
  border-color: #48a8db;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.site-main {
  padding: 100px 0 55px;
  position: relative;
}

.site-main .page {
  margin-top: 100px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  color: rgba(27, 37, 86, 0.9);
  word-break: break-word;
}

.page-content p,
.entry-content p,
.entry-summary p {
  font-size: 17px;
  font-weight: 400;
  color: rgba(27, 37, 86, 0.9);
  margin-bottom: 20px;
}

p.small-text {
  font-size: 14px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.asterisk {
  color: red;
  top: -6px;
  right: 0;
  position: relative;
  font-size: 20px;
}

.wp-block-table table {
  min-width: 760px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

hr.dashed {
  border: 0 none;
  border-bottom: 2px dashed #cfd1e3;
  opacity: 0.7;
  margin: 26px 0 60px;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Buttons
--------------------------------------------- */
button.button {
  min-width: 144px;
}

.button {
  font-weight: 600;
  background-color: #f05f43;
  border: 2px solid;
  border-color: #f05f43;
  padding: 14px 20px;
  border-radius: 10px;
}

a.button {
  font-weight: 600;
  color: #fff;
}

.button:hover {
  cursor: pointer;
  background-color: #fc8f79;
  border-color: #fc8f79;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Container
--------------------------------------------- */

.wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

/* Header & Navigation
--------------------------------------------- */
.header {
  background-color: #f7f8fc;
  padding: 0 60px;
  position: fixed;
  width: 100%;
  z-index: 999999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header.header-form,
.header.header-pages {
  justify-content: space-between;
}

.header-form .navigation {
  display: block;
  width: 100%;
}

.header-form .navigation a.button {
  margin: 28px 0;
  font-size: 14px;
}

.header-pages .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-pages .navigation a.button {
  margin: 27px 0;
}

.header-pages .navigation a.action-link {
  font-weight: 600;
  color: #f05f43;
  margin-right: 30px;
}

.header-pages .navigation a.action-link:hover {
  color: #fc8f79;
}

.header-form .progress-line .filled {
  display: block;
  height: 8px;
  width: 0;
  background: #48a8db;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.header-form .progress-line {
  display: block;
  height: 8px;
  width: 100%;
  background: rgba(27, 37, 86, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-progress-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.form-progress {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.form-progress .form-step {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  color: #626996;
  font-size: 16px;
  font-weight: 500;
}

.form-progress .form-step.active {
  color: #f05f43;
}

.form-progress .form-step.passed {
  color: #1b2556;
}

.form-progress .form-step:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("assets/step.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.form-progress .form-step.active:before {
  background-image: url("assets/step-active.svg");
}

.form-progress .form-step.passed:before {
  background-image: url("assets/passed.svg");
}

.form-progress .form-step:after {
  content: "";
  display: inline-block;
  width: 87px;
  height: 2px;
  background-color: #cfd1e3;
  opacity: 0.7;
  margin: 0 16px;
}

.form-progress .form-step:last-child::after {
  content: none;
}

.logo {
  max-width: 138px;
  margin-right: 46px;
  padding: 25px 0;
}

.navigation-container {
  width: 100%;
}

.navigation-container .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desctop-header {
  display: flex;
  width: 100%;
}

.header-form .navigation {
  max-width: 92px;
}

.header-form .logo {
  margin-right: 0;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.navigation ul ul ul {
  left: -999em;
  top: 0;
}

.navigation ul ul li:hover > ul,
.navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.navigation ul ul a {
  width: 200px;
}

.navigation ul li:hover > ul,
.navigation ul li.focus > ul {
  left: auto;
}

.navigation li {
  position: relative;
  margin: 20px;
}

.navigation a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: #1b2556;
}

.navigation .menu-main-container li.active a {
  color: #f05f43;
}

.navigation .menu-main-container a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(27, 37, 86, 0.9);
}

.navigation .menu-header-right-container a {
  font-size: 17px;
  font-weight: 600;
  color: #1b2556;
}

.navigation .menu-header-right-container a:hover,
.navigation .menu-main-container a:hover {
  color: #f05f43;
}

.navigation .menu-header-right-container .button a:hover {
  color: #fff;
}

.navigation .menu-header-right-container li.button,
.navigation .button {
  padding: 8px 18px;
  margin-right: 0;
}

.navigation li.button a {
  color: #fff;
}

.navigation .menu-header-right-container li {
  margin: 16px;
}

/* Small menu. */
.menu-toggle,
.navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.menu-toggle {
  width: 40px;
  height: 37px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 14px;
  background: #1b2556;
  border-radius: 2px;
  opacity: 1;
  left: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 11px;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 16px;
}

.menu-toggle span:nth-child(4) {
  top: 21px;
}

.menu-toggle.opened span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-toggle.opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.opened span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Titles & Text
--------------------------------------------- */

h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
}

h2 {
  font-size: 44px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  font-weight: 600;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 20px;
}

.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}

.section-small-title {
  text-transform: uppercase;
}

.hightlited,
.hightlited a {
  color: #f05f43 !important;
}

.hightlited a:hover {
  color: #fc8f79 !important;
}

.section-text p:nth-child(1) {
  margin-top: 0;
}

.section-text p {
  margin-top: 1.4rem;
}

/* Buttons & Inputs
--------------------------------------------- */

a.button {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 18px 48px;
  margin-top: 40px;
  margin-bottom: 40px;
}

a.button.outlined,
.button.outlined {
  font-weight: 600;
  color: #1b2556;
  background-color: transparent;
  border: 2px solid #1b2556;
}

a.button.outlined:hover,
.button.outlined:hover {
  border-color: #f05f43;
  color: #f05f43;
}

.button.outlined:disabled {
  background-color: transparent;
  color: #cfd1e3;
  border-color: #cfd1e3;
}

.button.outlined.white {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

a.button.outlined.white:hover,
.button.outlined.white:hover {
  border-color: #fcdbd4;
  color: #fcdbd4;
}

/* Main
--------------------------------------------- */

.main-content {
  padding-top: 100px;
}

.main-content section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* .left-section, .right-section {
	min-height: 100px;
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
} */

.left-section {
  flex: 0 1 50%;
  /* padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px; */
}

.right-section {
  flex: 0 1 50%;
  /* padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px; */
}

.left-section .section-text,
.right-section .section-text {
  font-weight: 400;
}

/* Footer
--------------------------------------------- */

.footer {
  color: #fff;
  background-color: #f05f43;
  padding: 54px 0 40px;
  background-image: url(assets/footer-bg.svg);
  background-position: right 220px top 40px;
  background-size: 445px;
  background-repeat: no-repeat;
}

.footer.footer-form {
  color: #fff;
  background-color: #f05f43;
  padding: 42px 0 40px;
  background-image: none;
}

.footer.footer-form .top-section {
  border-bottom: none;
  padding-bottom: 0;
}

.footer a {
  color: #fcdbd4;
}

.footer a:hover {
  color: #fff;
}

.footer .top-section {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-form .top-section .social-links .social-item {
  margin: 0 10px;
}

.footer .top-section .logo {
  max-width: 170px;
  padding: 0;
  margin: 0;
}

.footer-form .top-section .logo {
  max-width: 136px;
}

.footer .top-section .social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top-section .social-links .social-item {
  margin: 0 8px;
}

.top-section .social-links .social-item:last-child {
  margin-right: 0;
}

.top-section .social-links .social-item a:hover {
  opacity: 0.8;
}

.footer .bottom-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 14px;
  color: #fcdbd4;
}

.footer .bottom-section .left-items,
.footer-form .left-items {
  display: flex;
}

.footer-form .left-items {
  justify-content: center;
  align-items: center;
  margin-left: -100px;
}

.bottom-section .left-items .menu,
.footer-form .left-items .menu {
  list-style: none;
  padding: 0;
  margin-left: 30px;
}

.footer-form .left-items .menu {
  margin-bottom: 0;
}

.bottom-section .left-items .menu li,
.footer-form .left-items .menu li {
  padding: 0 10px;
}

.bottom-section .left-items .menu li a,
.footer-form .left-items .menu li a {
  font-weight: 500;
  text-decoration: none;
  color: #fcdbd4;
}

.footer-form .left-items .menu li a,
.footer-form .copyright {
  font-size: 14px;
  font-weight: 500;
  color: #fcdbd4;
}

.footer-form .copyright {
  font-weight: 400;
}

.bottom-section .left-items .menu li a:hover,
.bottom-section .right-items a:hover,
.footer-form .left-items .menu li a:hover {
  color: #fff;
}

.bottom-section .left-items .menu li:first-child,
.footer-form .left-items .menu li:first-child {
  padding-left: 0;
}

.bottom-section .left-items .menu li:last-child,
.footer-form .left-items .menu li:last-child {
  padding-right: 0;
}

.bottom-section .right-items a {
  font-size: 14px;
  color: #fcdbd4;
  text-decoration: none;
}

.bottom-section .right-items a .special {
  font-size: 14px;
  font-weight: 500;
}

/* Homepage
--------------------------------------------- */
.main-content section.hero-section {
  padding-top: 80px;
}

.hero-section .wrap,
.info-section .wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.hero-section .left-section {
  padding-left: 105px;
}

.hero-section .section-small-title {
  font-size: 18px;
  font-weight: 500;
  color: #48a8db;
  margin-top: 18px;
}

.hero-section a.button {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  margin-top: 44px;
  margin-bottom: 30px;
}

.hero-section .right-section img {
  max-width: 125%;
  margin-left: -35px;
  margin-top: 32px;
}

.hero-list-item {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.hero-list-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("assets/check.svg");
  margin-right: 8px;
}

section.info-section {
  color: #fff;
  background-color: #1b2556;
  border-bottom-right-radius: 115px;
  padding-top: 106px;
  padding-bottom: 114px;
}

.info-section .left-section {
  position: relative;
}

.info-section .top-info-block {
  position: absolute;
  right: 50px;
  top: -65px;
  background-image: url(assets/glass-red.svg);
  background-repeat: no-repeat;
  padding: 100px;
  height: 350px;
  max-width: 350px;
  text-align: center;
  color: #1b2556;
  z-index: 4;
}

.info-section .top-info-block .percents {
  font-size: 56px;
  font-weight: 600;
}

.info-section .top-info-block .info-text {
  font-size: 14px;
}

.info-section .bottom-info-block {
  position: absolute;
  bottom: -114px;
  left: -96px;
  background-image: url(assets/girl.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 470px;
  padding: 171px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.info-section .bottom-info-block .percents {
  margin-top: 24px;
  font-size: 44px;
  font-weight: 600;
}

.info-section .bottom-info-block .info-text {
  font-size: 14px;
}

.info-section .section-title {
  margin-top: 0;
}

.about-section {
  display: block;
  position: relative;
  width: 100%;
}

.about-section .about-content {
  display: flex;
  justify-content: space-between;
}

.about-section::before {
  content: none;
  display: block;
  position: absolute;
  background-image: url("assets/circle-left.svg");
  background-repeat: no-repeat;
  left: 0;
  top: 180px;
  width: 100%;
  height: 315px;
  z-index: -1;
}

.about-section::after {
  content: none;
  display: block;
  position: absolute;
  background-image: url("assets/circle-right.svg");
  background-position: right;
  background-repeat: no-repeat;
  right: 0;
  bottom: 40px;
  width: 100%;
  height: 315px;
  z-index: -1;
}

.about-section .section-small-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #f05f43;
  font-weight: 500;
  margin-bottom: 32px;
}

.about-section .section-title {
  margin-bottom: 48px;
}

.about-section .section-small-title:before {
  content: "";
  width: 40px;
  border: 1px solid #f05f43;
  margin-right: 10px;
}

.about-content .section-text {
  font-weight: 400;
  padding-right: 15px;
}

.about-section .logo-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}

section.services-section {
  background-color: #f7f8fc;
  border-top-left-radius: 118px;
  border-bottom-right-radius: 118px;
  padding-bottom: 36px;
}

.services-section .section-small-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #48a8db;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 28px;
}

.services-section .section-small-title:before {
  content: "";
  width: 40px;
  border: 1px solid #48a8db;
  margin-right: 10px;
}

.services-section .section-sub-title {
  font-weight: 500;
}

.services-section .section-title {
  margin-top: 12px;
  margin-bottom: 12px;
}

.services-section .blocks-list-title {
  font-size: 24px;
  font-weight: 600;
  margin: 33px 0 62px;
}

.services-section .blocks-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.services-section .block-item {
  display: inline-block;
  margin-bottom: 68px;
}

.services-section .block-item-col:nth-child(odd) .title:before {
  background-image: url("assets/pin-blue.svg");
}

.services-section .block-item-col:nth-child(even) .title:before {
  background-image: url("assets/pin.svg");
}

.services-section .block-item-col .title:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}

.services-section .block-item .title {
  font-weight: 600;
  margin-bottom: 10px;
}

section.privacy-section {
  padding-top: 66px;
  padding-bottom: 59px;
}

.privacy-section .right-section {
  text-align: center;
}

section.float-section {
  padding-top: 0;
  padding-bottom: 0;
}

section.float-section.second .float-block {
  padding: 80px 100px;
}

.float-block {
  background-color: #fff;
  position: relative;
  padding: 80px 160px;
  border: 6px solid #9cd8f7;
  border-radius: 24px;
  z-index: 3;
}

.float-block .content {
  text-align: center;
}

.float-block .content .title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}

.float-block .content .text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.float-block .content .button {
  margin: 0;
}

section.clients-section {
  background-color: #e6f5fc;
  margin-top: -245px;
  padding-top: 300px;
  padding-bottom: 100px;
  z-index: 1;
  text-align: center;
}

.clients-section .clients-logos-list-left,
.clients-section .clients-logos-list-right {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.client-logo-first-row {
  margin-top: 60px;
}

.client-logo-second-row {
  margin-top: 89px;
}

.clients-logos-list div {
  display: inline-block;
  min-width: 210px;
}

.clients-logos-list-left .client-logo,
.clients-logos-list-right .client-logo {
  height: 54px;
  max-width: 100%;
  margin-bottom: 80px;
}

.results-section {
  background-color: #1b2556;
  color: #fff;
  overflow: hidden;
}

.results-section .section-small-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #f05f43;
  font-weight: 500;
}

.results-section .section-small-title:before {
  content: "";
  width: 40px;
  border: 1px solid #f05f43;
  margin-right: 10px;
}

.results-section .section-title {
  margin-top: 10px;
}

.results-section .results-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.results-percents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.results-percents .percents-item {
  flex: 0 0 33%;
  text-align: center;
  min-height: 450px;
}

.results-percents .percents-item:nth-child(1) {
  background-image: url("assets/timer.svg");
  background-repeat: no-repeat;
  background-position: 12px 27px;
  padding: 110px 70px;
  position: relative;
  right: 24px;
  max-width: 320px;
  min-height: 390px;
}

.results-percents .percents-item:nth-child(2) {
  background-image: url(assets/globe.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 92px 130px;
  position: relative;
  left: 0;
  top: 6px;
}

.results-percents .percents-item:nth-child(3) {
  background-image: url(assets/glass-blue.svg);
  background-repeat: no-repeat;
  background-position: 20px 30px;
  padding: 100px 80px 100px 60px;
  position: relative;
  right: 0;
  max-width: 340px;
}

.percents-item .percents {
  font-size: 68px;
  font-weight: 600;
}

.percents-item:nth-child(2) .percents {
  font-size: 86px;
}

.percents-item .info-text {
  font-weight: 400;
}

.percents-item .note {
  margin-top: 5px;
  font-size: 10px;
  color: #d5daf2;
}

section.advantages-section {
  padding-bottom: 40px;
  background-color: #f7f8fc;
}

.advantages-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.advantages-section .blocks-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.advantages-section .block-item {
  margin-bottom: 60px;
}

.advantages-section .block-item .icon {
  margin-bottom: 16px;
}

.advantages-section .block-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.advantages-section .block-item .text {
  max-width: 91%;
}

section.platform-section {
  background-color: #364fa0;
  color: #fff;
  min-height: 940px;
  margin-bottom: -240px;
  padding-bottom: 760px;
  overflow: hidden;
}

.platform-section .section-title {
  margin-top: 0;
}

.platform-section .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.platform-section .left-section {
  flex: 0 0 43%;
  z-index: 3;
}

.platform-section .right-section {
  flex: 0 0 60%;
  padding-right: 0;
  margin-right: 0;
  position: absolute;
  right: -280px;
  top: 135px;
  z-index: 1;
}

.platform-section .content .section-text {
  font-size: 24px;
  font-weight: 500;
}

.platform-section .section-small-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.platform-section .section-small-title:before {
  content: "";
  width: 40px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.contactus-section .addresses {
  margin-bottom: 40px;
}

.addresses .block-address .country {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.addresses .left-section .block-address .country:before {
  background-image: url("assets/pin-contact.svg");
}

.addresses .right-section .block-address .country:before {
  background-image: url("assets/pin-contact-blue.svg");
}

.addresses .block-address .country:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  max-width: 16px;
  height: 21.33px;
  position: relative;
  left: -6px;
}

.contactus-section .block-email {
  padding: 24px 10px;
  text-align: center;
  background: #f7f8fc;
  border-radius: 12px;
}

.contactus-section .block-email .email {
  font-size: 24px;
  font-weight: 500;
  color: rgba(27, 37, 86, 0.9);
}

.contactus-section .block-email .email a {
  color: #f05f43;
}

/* Form page
--------------------------------------------- */

::placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #1b2556;
  opacity: 0.4;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid rgba(91, 104, 168, 0.5);
}
.cc-country-code-select-content .select2-container--default .select2-search--dropdown .select2-search__field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: 19px 22px;
}

.select2-search--dropdown {
  padding: 0;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.form-page-header {
  text-align: center;
  margin-top: 100px;
}

textarea.form-input {
  resize: none;
  overflow-y: auto;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #1b2556;
  margin: 56px 0 48px;
}

.form-opened {
  display: block;
}

.form-closed {
  display: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 151px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-prepend .select2.select2-container .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .form-content > .form-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.form-control {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

.form-input {
  overflow: hidden;
}

.form-content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.cc-city-content .select2-container .select2-dropdown .select2-results ul li {
  font-size: 13px;
}

.form-control .small-field .error-label {
  bottom: -52px;
}

.form-control .input-group .error-label {
  left: -52px;
}

.group-title .error-label {
  bottom: auto;
  top: -34px;
  z-index: 120;
}

.error-label {
  position: absolute;
  bottom: -34px;
  display: flex;
  align-self: center;
  font-size: 14px;
  text-align: center;
  padding: 4px 6px;
  background-color: #fcdbd4;
  color: #f05f43;
  border-radius: 5px;
}

.group-title .error-label:before {
  top: auto;
  bottom: -5px;
  transform: rotate(180deg);
}

.error-label:before {
  content: "";
  background-image: url(./assets/tail.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  top: -5px;
  position: absolute;
  left: calc(50% - 6px);
}

.form-control label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #626996;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.form-control div.datepicker,
.group-title {
  position: relative;
}

.form-control .form-error,
.input-error,
.select2.select2-container.form-error .select2-selection,
.select2.select2-container.input-error .select2-selection {
  border-color: #fc8f79 !important;
}

.form-input {
  width: 100%;
  border: 2px solid rgba(91, 104, 168, 0.5);
  border-radius: 10px;
  padding: 19px 22px;
}

.form-control .info-message,
.info-message {
  font-size: 14px;
  font-weight: 400;
  color: #626996;
  margin-top: 4px;
}

#secondStep .info-message,
#thirdStep .info-message {
  margin-bottom: 27px;
}

.extra-group-title {
  font-weight: 500;
  margin: 11px 0;
}

.extra-padding-right {
  padding-right: 32px;
}

.extra-padding-left {
  padding-left: 18px;
}

.minus-margin-12 {
  margin: 0 -12px;
}

.minus-margin-right-12 {
  margin-right: -12px;
}

.minus-margin-left-12 {
  margin-left: -12px;
}

.extra-margin-top {
  margin-top: 12px;
}

.margin-0-bottom {
  margin-bottom: 0;
}

.margin-12-top {
  margin-top: 12px;
}

.margin-16-top {
  margin-top: 16px;
}

.margin-18-top {
  margin-top: 18px;
}

.margin-26-top {
  margin-top: 26px;
}

.margin-22-top {
  margin-top: 22px;
}

.margin-20-top {
  margin-top: 20px;
}

.margin-32-top {
  margin-top: 32px;
}

.margin-42-top {
  margin-top: 42px;
}

.minus-margin-left {
  margin-left: -32px;
}

.margin-bottom-5,
.group-title.margin-bottom-5 {
  margin-bottom: 5px;
}

.dashed.extra-margins {
  margin-top: 48px;
  margin-bottom: 42px;
}

form .center {
  text-align: center;
}

form .subsection-title {
  margin: 18px 0 28px;
  font-weight: 500;
}

.has-other {
  margin-bottom: 32px;
}

form .button:disabled {
  background-color: #cfd1e3;
  border-color: #cfd1e3;
}

.privacy-text {
  font-size: 14px;
  font-weight: 400;
  color: #626996;
  text-align: center;
  margin-top: 100px;
}

.privacy-text a {
  color: #48a8db;
  font-weight: 500;
}

#thirdStep .group-title {
  margin-bottom: 14px;
}

.goverment-no .group-title,
.goverment-yes .group-title {
  color: rgb(98, 105, 150);
}

.goverment-no.enabled .group-title,
.goverment-yes.enabled .group-title {
  color: inherit;
}

.group-title {
  font-weight: 500;
  margin-bottom: 10px;
}

form .button {
  margin-top: 6px;
}

#secondStep button.outlined,
#thirdStep button.outlined {
  margin-right: 30px;
}

.ui-datepicker {
  background-color: #fff;
  box-shadow: 0px 6px 12px rgba(27, 37, 86, 0.16);
  border-radius: 10px;
  padding: 16px;
  display: none;
  z-index: 999 !important;
  max-width: 310px;
}

.ui-datepicker-unselectable,
.ui-datepicker-unselectable .ui-state-default {
  opacity: 0.4;
}

.ui-datepicker-other-month {
  background-color: #fff;
}

.ui-datepicker-calendar thead th {
  text-align: center;
  font-weight: 400;
}
.ui-datepicker-calendar tbody td {
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  transition: 0.3s all;
  color: #1b2556;
  text-decoration: none;
  text-align: center;
  padding: 4px;
}
.ui-datepicker-calendar tbody td a:hover,
.ui-state-default {
  background-color: #e6f5fc;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #48a8db;
  color: #fff;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 18px;
  width: 24px;
  width: 24px;
  padding: 8px 12px;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #e6f5fc;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  font-weight: 500;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
}

.cselect {
  position: relative;
  cursor: pointer;
}

.cselect:before,
.form-control .select2.select2-container .select2-selection--multiple:before,
.form-control .select2.select2-container .select2-selection--single:before,
.form-control .select2-search.select2-search--dropdown:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  background-image: url(assets/arrow-dropdown.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  bottom: calc(50% - 5px);
  transition: background-image 0.1s;
  z-index: 99;
}

.hasDatepicker {
  margin-top: 5px;
}

.form-control label.datepicker input {
  background-color: transparent;
}

.datepicker:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(assets/calendar.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  bottom: 20px;
  transition: background-image 0.1s;
  z-index: 2;
}

.datepicker:hover {
  cursor: pointer;
}

.datepicker.focused:after {
  background-image: url(assets/calendar-active.svg);
}

.cselect.opened:before,
.form-control
  .select2.select2-container--open
  .select2-selection--multiple:before,
.form-control
  .select2.select2-container--open
  .select2-selection--single:before,
.form-control
  .select2.select2-container--open
  .select2-search--dropdown:before {
  background-image: url(assets/arrow-dropdown-active.svg);
}

.select2-results {
  border-radius: 10px;
}

.cselect ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 66px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 250px;
  background: #fff;
  box-shadow: 0px 6px 12px rgba(27, 37, 86, 0.16);
  border-radius: 10px;
  overflow-y: scroll;
}
.cselect li {
  color: #626996;
  padding: 19px 22px;
  list-style: none;
}
.cselect li:hover {
  color: #1b2556;
  background: #f7f8fc;
}

.radio-group .radio.checked,
.checkbox-group .checkbox.checked {
  color: #1b2556;
}

.radio {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #626996;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radionmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #cfd1e3;
  border-radius: 50%;
}

.radio:hover input ~ .radionmark {
  background-color: #fff;
}

.radio input:checked ~ .radionmark {
  background-color: #48a8db;
  border-color: #48a8db;
}

.radionmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .radionmark:after {
  display: block;
}

.radio .radionmark:after {
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
}

/************/

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 2px solid rgba(91, 104, 168, 0.5);
  border-radius: 10px;
  outline: none !important;
  transition: all 0.2s ease-in-out;
}

.form-control
  .select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: transparent;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #1b2556;
  line-height: 1.4;
  padding: 0;
}

.flength .select2-container .select2-search--inline {
  width: 100% !important;
}

.select2-container .select2-search--inline {
  min-width: 20px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border: none;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0;
  display: none;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  border-radius: 10px;
}

.form-control
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.form-control
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-radius: 10px;
}

.form-control .select2.select2-container .select2-selection--multiple {
  padding: 15px 46px 15px 22px;
}

.form-control .select2-container--default .select2-selection--single {
  padding: 19px 36px 19px 22px;
}

.form-control .select2.select2-container .select2-selection--multiple,
.form-control .select2-container--default .select2-selection--single {
  min-height: 65px;
  height: 100%;
}

.form-control .select2-selection__choice {
  display: inline-block !important;
  max-width: 100%;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple,
.form-control
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 2px solid #48a8db;
  color: #1b2556;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  width: 100% !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  display: inline-flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  color: #48a8db;
  background-color: #e6f5fc;
  border: none;
  margin: 0 4px 4px 0;
  padding: 4px 6px;
  font-size: 17px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  background-color: transparent;
  position: relative;
  text-align: center;
  color: #cfd1e3;
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
  top: 2px;
  margin-right: 0;
  margin-left: 2px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 60px !important;
}
.select2-container .select2-dropdown .select2-results {
  padding: 0;
  max-height: 200px;
  overflow: auto;
}

.select2-container .select2-dropdown,
.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  box-shadow: 0px 6px 12px rgba(27, 37, 86, 0.16);
  border-radius: 10px;
}

.select2-container .select2-dropdown .select2-results ul li {
  padding: 13px 22px;
  color: rgba(98, 105, 150, 1);
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  li.select2-results__message,
.select2-container .select2-dropdown .select2-results ul li.loading-results {
  font-size: 13px;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f8fc;
  color: rgba(98, 105, 150, 1);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: rgba(27, 37, 86, 1) !important;
  background: transparent;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #626996;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #cfd1e3;
  border-radius: 6px;
}

.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox input:checked ~ .checkmark {
  background-color: #48a8db;
  border-color: #48a8db;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile {
  display: none !important;
}

.mobile-only,
.footer .bottom-section.mobile-only {
  display: none;
}

/* Success Message
--------------------------------------------- */

.success-message {
  text-align: center;
  display: none;
  margin-top: 100px;
  margin-bottom: 130px;
}

.success-message .icon {
  margin-bottom: 34px;
}

.success-message .title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}

.success-message .text {
  margin-bottom: 30px;
}

.success-message a {
  font-weight: 600;
}

/* Cookies
--------------------------------------------- */

.cookies-message {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #f05f43;
  color: #fff;
  bottom: 0;
  z-index: 1024;
  padding: 30px 0;
}

.cookies-content {
  position: relative;
}

.cookies-content:before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  left: -80px;
  background-image: url("./assets/cookies.svg");
}

.cookies-content .cookies-title {
  font-weight: 600;
}

.cookies-action {
  margin-left: -30px;
  text-align: center;
}

.cookies-action a.button {
  margin: 0;
  padding: 10px 20px;
  font-weight: 600;
  margin-right: 30px;
}

a.cookies-link {
  color: #fff;
  font-weight: 600;
}

a.cookies-link:hover {
  color: #fcdbd4;
}

.multi-select {
  width: 350px;
}

#thirdStep button.outlined {
  margin-right: 0;
}

#thirdStep .buttons-block .button.big {
  padding: 14px 32px;
  position: relative;
  left: 28px;
}

/* Modal
--------------------------------------------- */

body.modal-opened:before {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  height: 100vh;
  width: 100vw;
  display: block;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
}

.cookies-modal {
  display: none;
  padding: 60px 64px;
  background-color: #fff;
  box-shadow: 0px 12px 24px rgba(27, 37, 86, 0.1);
  border-radius: 24px;
  position: fixed;
  top: 50%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 740px;
  z-index: 99999999999;
  width: 100%;
}

.cookies-modal .modal-cross {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url("assets/cross.svg");
}

.cookies-modal .modal-cross:hover {
  cursor: pointer;
  background-image: url("assets/cross-active.svg");
}

.cookies-modal .modal-text {
  margin-bottom: 40px;
}

.cookies-modal .modal-actions .button:first-child {
  margin-right: 30px;
}

.cookies-modal .button {
  padding: 10px 20px;
}

.goverment-yes,
.goverment-no,
.field-other {
  position: relative;
}

.goverment-yes:before,
.goverment-no:before,
.field-other:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 100;
}

.goverment-yes.enabled:before,
.goverment-no.enabled:before,
.field-other.enabled:before {
  content: none;
}

#onetrust-consent-sdk,
#onetrust-pc-sdk,
#onetrust-banner-sdk.otFlat,
#onetrust-banner-sdk,
.ot-sdk-container,
.ot-sdk-container,
.onetrust-group-container {
  outline: none !important;
}

#onetrust-consent-sdk a,
#onetrust-consent-sdk button {
  outline: none !important;
}

/* Responsive
--------------------------------------------- */

@media (min-width: 401px) and (max-width: 1310px) {
  /* .results-percents .percents-item {
    background-size: contain;
    padding: 90px 70px;
  }
  .results-percents .percents-item:nth-child(1) {
    background-position: 15px 0px;
  }

  .results-percents .percents-item:nth-child(2) {
    background-position: center;
  }

  .results-percents .percents-item:nth-child(3) {
    background-position: 20px -10px;
    padding: 70px 60px;
  } */

  .cookies-action {
    margin-left: 0;
    margin-top: 14px;
  }

  .cookies-content:before {
    left: 0;
  }

  .cookies-content {
    padding-left: 64px;
  }

  .cookies-modal {
    overflow-y: auto;
  }

  .cookies-modal .modal-actions .button:first-child {
    margin-right: 0;
  }

  a.reject {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .cookies-modal .modal-actions .button:first-child {
    margin-right: 30px;
  }
}

/* @media (min-width: 321px) and (max-width: 374px) {
  .results-percents .percents-item:nth-child(1) {
    background-position: 10px 0;
    padding: 100px 94px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .results-percents .percents-item:nth-child(2) {
    padding: 66px 0 156px;
    background-position: center;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .results-percents .percents-item:nth-child(3) {
    padding: 60px 0;
    background-position: 46px 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .platform-section .right-section {
    bottom: -390px;
  }
  .percents-item .percents,
  .percents-item:nth-child(2) .percents {
    font-size: 56px;
  }
} */

@media (max-width: 1324px) {
  .hero-section .right-section img {
    max-width: 100%;
  }
}

/* @media (min-width: 426px) and (max-width: 480px) {
  .results-percents .percents-item:nth-child(3) {
    padding: 60px 0;
    background-position: calc(100% - 55px) center;
    right: 0;
  }
} */

/* @media (min-width: 401px) and (max-width: 425px) {
  .results-percents .percents-item:nth-child(3) {
    padding: 60px 0;
    background-position: calc(100% - 40px) center;
    right: 0;
  }
} */

/* @media (min-width: 401px) and (max-width: 480px) {
  .results-percents .percents-item:nth-child(1) {
    background-position: 32px 0;
  }

  .results-percents .percents-item:nth-child(2) {
    padding: 66px 0 156px;
    background-position: center;
  }

  .platform-section .right-section {
    bottom: -390px !important;
  }
} */

/* @media (max-width: 1024px) {
  .results-percents .percents-item:nth-child(1) {
    background-position: 16px;
    padding: 90px 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .results-percents .percents-item:nth-child(2) {
    padding: 66px 0 138px;
    background-position: center;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .results-percents .percents-item:nth-child(3) {
    right: 0;
    background-position: 20px center;
    padding: 70px 0 70px;
    background-size: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
} */

@media (max-width: 570px) {
  .form-progress-container.mobile-only .form-progress {
    justify-content: flex-start !important;
  }
}

@media (max-width: 520px) {
  .cookies-modal .modal-actions .button:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .results-percents {
    flex-direction: column;
  }

  .results-percents .percents-item:nth-child(2) {
    left: -14px;
  }

  .results-percents .percents-item:nth-child(2) .content {
    max-width: 170px;
  }

  .platform-section .right-section {
    top: 270px;
  }
}

@media (max-width: 1060px) {
  .mobile,
  .mobile-only {
    display: block;
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    padding: 0 15px;
  }

  .header .logo {
    max-width: 95px;
    padding: 15px 0;
  }

  .mobile-nav-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-only.action {
    font-size: 14px;
    font-weight: 600;
    margin-right: 16px;
  }
  .menu-toggle:active,
  .menu-toggle:focus,
  .menu-toggle:hover {
    border-color: #1b2556;
    background-color: transparent;
  }

  .navigation-container {
    display: none;
  }

  .navigation-container.toggled {
    position: absolute;
    width: 100%;
    top: 61px;
    left: 0;
    transition: display 0.2s;
    background-color: #f7f8fc;
    display: block;
    height: 100vh;
    padding-top: 11px;
  }

  .menu-toggle {
    display: flex;
    padding: 8px 10px;
    border: 2px solid #1b2556;
    background-color: transparent;
    border-radius: 8px;
  }

  .navigation-container .navigation {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
  }

  .navigation li,
  .navigation .menu-header-right-container li {
    margin: 12px 15px;
  }

  .navigation .menu-header-right-container {
    margin-top: 40px;
  }

  .navigation .menu {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }

  .navigation .menu-header-right-container li.button {
    text-align: center;
    margin-right: 16px;
    margin-top: 28px;
  }

  .navigation .menu-header-right-container li.button a {
    font-size: 17px;
  }

  .navigation .menu a {
    font-size: 20px;
    font-weight: 600;
  }

  .header.header-form {
    justify-content: space-between;
    flex-direction: column;
  }

  .desctop-header {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header-form .navigation {
    max-width: 66px;
  }

  .header-form .navigation a.button {
    padding: 7px;
    margin: 13px 0 29px;
  }

  .form-progress-container.mobile-only {
    overflow-y: scroll;
  }

  .form-progress-container.mobile-only .form-progress {
    justify-content: center;
    margin-bottom: 16px;
  }

  .form-progress-container.mobile-only .form-progress .form-step:before {
    top: 1px;
  }

  .form-progress-container.mobile-only .form-progress .form-step:after {
    display: none;
  }

  .form-progress-container.mobile-only::-webkit-scrollbar {
    display: none;
  }

  .form-progress-container.mobile-only .form-progress .form-step {
    margin-right: 14px;
  }

  .form-progress-container.mobile-only .form-progress .form-step:last-child {
    margin-right: 0;
  }

  .form-progress-container.mobile-only .form-progress .active .step-text {
    color: #f05f43;
  }

  .form-progress-container.mobile-only .form-progress .step-text {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    min-width: 134px;
    color: #626996;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .form-progress-container.mobile-only {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .header-pages .navigation a.action-link {
    margin-right: 12px;
  }

  .header-pages .navigation a.action-link,
  .header-pages .navigation a.button {
    font-size: 14px;
  }

  .desctop {
    display: none;
  }
}

@media (max-width: 1024px) {
  ul,
  ol {
    margin: 0;
  }

  .container,
  .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .main-content {
    padding-top: 46px;
  }
  h1 {
    font-size: 32px;
  }
  h2,
  .float-block .content .title {
    font-size: 26px;
  }
  h3,
  .float-block .content .text,
  .platform-section .content .section-text {
    font-size: 20px;
  }
  a.button {
    display: block;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 26px;
  }
  .wrap,
  .hero-section .wrap,
  .info-section .wrap {
    padding: 0 15px;
    flex-direction: column;
  }

  .header-pages .logo {
    margin-right: 12px;
  }

  .main-content section.hero-section {
    padding-top: 48px;
    padding-bottom: 65px;
  }

  .main-content section {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .hero-section .content-section {
    margin-bottom: 30px;
  }

  .hero-section .section-small-title,
  .section-small-title {
    font-size: 12px;
  }

  .hero-section .right-section img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0%;
  }

  .left-section,
  .right-section {
    width: 100%;
    flex: 1 1 100%;
  }

  .info-section .right-section {
    padding-right: 15px;
  }

  .about-section .about-content,
  .services-section .blocks-items-list,
  .results-section .results-content,
  .results-percents,
  .advantages-section .blocks-items-list,
  .platform-section .content,
  .contactus-section .addresses,
  .footer .top-section,
  .footer .bottom-section {
    flex-direction: column;
  }

  .hero-section a.button {
    margin-top: 30px;
    margin-bottom: 18px;
    width: 100%;
  }

  .hero-list-item {
    font-size: 14px;
    padding: 6px 0;
  }

  .about-section .logo-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
  }

  .about-section .logo-list img {
    max-width: 130px;
    max-height: 81px;
    margin-bottom: 30px;
  }

  .services-section .blocks-list-title {
    font-size: 20px;
    margin: 20px 0 44px;
  }

  .services-section .block-item {
    margin-left: 48px;
    margin-bottom: 34px;
  }

  .services-section .block-item .title {
    position: relative;
  }

  .services-section .block-item-col .title:before {
    position: absolute;
    left: -46px;
  }

  .client-logo-second-row,
  .client-logo-first-row {
    margin-top: 40px;
  }

  .privacy-section .row,
  .info-section .row {
    flex-direction: column-reverse;
  }

  .privacy-section .right-section {
    margin-bottom: 18px;
  }

  .main-content section.privacy-section {
    padding-bottom: 54px;
  }

  .footer .top-section,
  .footer .bottom-section {
    justify-content: center;
    align-items: center;
  }

  .float-block,
  section.float-section.second .float-block {
    padding: 40px 20px;
  }

  .float-block .content .text {
    padding: 0;
  }

  .block-item {
    margin-bottom: 34px;
  }

  .block-item .text {
    max-width: 80%;
  }

  .block-item-col:last-child .block-item {
    margin-bottom: 0;
  }

  .info-section {
    overflow: hidden;
  }

  section.info-section {
    padding-bottom: 0;
  }

  .info-section .top-info-block {
    position: relative;
    right: -59px;
    top: auto;
    min-height: 478px;
    background-size: 260px;
    background-position: center 10px;
    padding: 65px 70px;
    height: 100%;
  }

  .info-section .top-info-block .info-text {
    max-width: 142px;
    margin: 0 auto;
  }

  .info-section .bottom-info-block .info-text {
    max-width: 150px;
    margin: 0 auto;
  }

  .info-section .bottom-info-block {
    position: absolute;
    left: -70px;
    background-image: url(assets/girl.svg);
    background-repeat: no-repeat;
    background-size: 365px;
    background-position: center top;
    padding: 95px;
    text-align: center;
    color: #fff;
    z-index: 1;
  }

  section.about-section {
    padding-bottom: 14px;
  }

  .about-section .section-small-title {
    margin-bottom: 20px;
  }

  .about-section .section-title {
    margin-bottom: 24px;
  }

  .about-section .section-text p:nth-child(1) {
    margin-top: 0;
  }

  .about-section .section-text p {
    margin-top: 32px;
  }

  .clients-section .section-text {
    text-align: left;
    color: rgba(27, 37, 86, 0.9);
  }

  .clients-logos-list .client-logo {
    margin-right: auto;
    height: auto;
  }

  .results-section .section-text {
    color: rgba(255, 255, 255, 0.9);
  }
  /* 
  .results-percents .percents-item {
    background-size: contain;
    padding: 72px 0;
    width: 100%;
  }

  .results-percents .percents-item .content {
    max-width: 180px;
    margin: 0 auto;
  } */

  .percents-item .info-text {
    font-size: 14px;
  }

  .advantages-section .section-title {
    margin-bottom: 26px;
  }

  .advantages-section .block-item {
    text-align: center;
    margin-bottom: 36px;
  }

  .advantages-section .block-item .icon {
    margin-bottom: 14px;
  }

  .advantages-section .block-item .text {
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
  }

  .advantages-section .block-item .title {
    font-size: 17px;
  }

  .advantages-section .block-item .title:before {
    margin: 0 auto 15px;
  }

  .platform-section .section-small-title {
    margin-bottom: 0;
  }

  .platform-section .section-title {
    margin-top: 24px;
  }

  .platform-section .right-section {
    right: 0;
    top: 120px;
  }

  .platform-section .right-section img {
    max-width: 100%;
  }

  section.float-section.first {
    padding-top: 0;
  }

  section.clients-section {
    margin-top: -96px;
    padding-top: 96px;
  }

  section.contactus-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .contactus-section .addresses {
    margin-bottom: 10px;
  }

  .contactus-section .block-address {
    margin-bottom: 30px;
  }

  .contactus-section .block-email .email {
    font-size: 20px;
  }

  .footer {
    background-image: none;
  }

  .footer .bottom-section .left-items {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer .top-section {
    padding-bottom: 21px;
  }

  .footer .top-section .social-links {
    flex-wrap: wrap;
    max-width: 60%;
  }

  .footer .top-section .social-links .social-item {
    margin-bottom: 31px;
  }

  .footer .bottom-section .left-items .menu {
    flex-direction: column;
    margin: 0 0 30px;
    padding: 0;
  }
  .bottom-section .left-items .menu li {
    padding: 0;
    margin-bottom: 16px;
  }

  .bottom-section .left-items .menu li:last-child {
    margin-bottom: 0;
  }

  .bottom-section .left-items .menu li a {
    font-size: 14px;
  }

  .footer .top-section .logo {
    margin-bottom: 30px;
    max-width: 138px;
  }

  .footer .copyright {
    margin-top: 14x;
    margin-bottom: 30px;
  }

  .page-template-form-template .site-main {
    padding-top: 128px;
  }

  .form-page-header {
    margin-top: 48px;
    text-align: left;
  }

  .form-page-header h2 {
    margin-bottom: 16px;
  }

  .form-page-header p {
    text-align: left;
    font-size: 14px;
  }

  .form-title {
    font-size: 20px;
    margin: 48px 0 30px;
  }

  .form-control .input-group .error-label {
    left: -120px;
  }

  hr.dashed {
    margin: 16px 0 48px;
  }

  .extra-padding-left {
    padding: 0;
  }

  .minus-margin-right-12 {
    margin-right: 0;
    margin-bottom: 52px;
  }

  .mobile-margin {
    margin-bottom: 30px;
  }

  .minus-margin-12 {
    margin: 0 0 32px;
  }

  form .subsection-title {
    margin: 13px 0 26px;
  }

  form .button {
    margin-top: 12px;
  }

  .privacy-text {
    margin-top: 62px;
  }

  #secondStep .info-message,
  #thirdStep .info-message {
    margin-bottom: 12px;
  }

  .radio-group {
    margin-bottom: 24px;
  }

  textarea {
    min-height: 122px;
  }

  #secondStep hr.dashed {
    margin: 0px 0 40px;
  }

  .minus-margin-left {
    margin-left: 0;
  }

  .extra-margin-top,
  .margin-22-top {
    margin-top: 0;
  }

  .checkbox-group {
    margin-bottom: 20px;
  }

  #thirdStep .buttons-block .button.big {
    left: 0;
  }

  .buttons-block {
    flex-direction: column-reverse;
  }

  .footer-form .top-section .left-items {
    display: none;
  }

  .footer .bottom-section.mobile-only {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-top: 40px;
  }

  .footer-form .bottom-section .left-items {
    margin-left: 0;
  }

  .cookies-message {
    padding: 20px 0;
  }

  .cookies-content {
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .cookies-content .cookies-title {
    font-weight: 400;
  }

  .cookies-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 4px;
    background-image: url(./assets/cookies.svg);
    background-size: contain;
  }

  .cookies-action {
    margin-left: 0;
    text-align: center;
  }

  .cookies-action a.button {
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .cookies-action a.cookies-link {
    font-size: 14px;
  }
  .site-main .page {
    margin-top: 50px;
  }

  .cookies-modal {
    z-index: 9999;
    display: none;
    top: 0;
    padding: 60px 18px;
    background-color: #fff;
    box-shadow: 0px 12px 24px rgb(27 37 86 / 10%);
    border-radius: 24px;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 740px;
    height: 100vh;
    transform: inherit;
  }

  .cookies-modal .modal-actions .button:first-child {
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .select2.select2-container .select2-selection .select2-selection__rendered {
    overflow: hidden;
  }

  .request-form .form-control .select2-selection__choice {
    float: none !important;
  }

  .select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice:last-child {
    width: 100%;
  }

  .form-control .small-field .error-label {
    bottom: -34px;
  }
}

@media (max-width: 991px) {
  .platform-section .right-section {
    top: 240px;
  }
}

@media (max-width: 480px) {
  .results-percents .percents-item:nth-child(3) {
    padding: 110px 80px 100px 60px;
    background-size: 320px;
  }

  .platform-section .right-section {
    top: 320px;
  }

  .platform-section .right-section img {
    max-width: 140%;
  }
}

@media (max-width: 425px) {
  .results-percents .percents-item:nth-child(1) {
    right: 0;
  }

  .results-percents .percents-item:nth-child(2) {
    left: 14px;
  }
}

@media (max-width: 375px) {
  .results-percents .percents-item {
    background-size: 320px;
    min-height: 340px;
  }

  .results-percents .percents-item:nth-child(1) {
    background-position: 0 25px;
    /* padding: 90px 68px;
      display: flex;
      align-items: center;
      justify-content: center; */
  }

  .results-percents .percents-item:nth-child(2) {
    padding: 45px 150px 0 150px;
    /* padding: 66px 0 156px 0 66px; */
    /* background-position: center;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; */
  }

  .results-percents .percents-item:nth-child(3) {
    padding: 120px 90px 100px 60px;
    /* right: 0;
      background-size: 270px;
      display: flex;
      align-items: center;
      justify-content: center; */
  }

  .percents-item .percents {
    font-size: 56px;
  }

  .platform-section .right-section {
    right: auto;
    bottom: -290px;
  }
}

@media (max-width: 353px) {
  #secondStep button.outlined,
  #thirdStep button.outlined {
    margin-right: 0;
  }
}

/* SCROLL */
.os-scrollbar.os-scrollbar-vertical {
  background-color: rgba(207, 209, 227, 0.45);
  opacity: 0.45;
  border-radius: 5px;
}

.os-scrollbar-handle {
  background: #cfd1e3 !important;
  border-radius: 5px !important;
}
.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  width: 15px;
}