/*       
	Theme Name: Hospital Management
	Author: the Existek team
	Author URI: https://existek.com/
	Version: 1.0
*/

/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

 /*------------------END OF NORMALIZE.CSS---------------*/
 
 /*-------------------------FONTS ----------------------------*/
 @font-face { 
	font-family: SourceSansPro-Regular;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Regular.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Regular.woff") format("woff")
}

@font-face { 
	font-family: SourceSansPro-Semibold;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Semibold.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Semibold.woff") format("woff")
}
 
@font-face { 
	font-family: SourceSansPro-Bold;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Bold.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/SourceSansPro-Bold.woff") format("woff")
}

@font-face {     
	font-family: Inter-Light;    
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/Inter-Light.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/Inter-Light.woff") format("woff")
} 

@font-face {       
	font-family: Inter-Regular;    
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/Inter-Regular.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/Inter-Regular.woff") format("woff")
} 

@font-face {       
	font-family: Inter-Medium;    
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/Inter-Medium.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/Inter-Medium.woff") format("woff")
} 

@font-face {       
	font-family: Inter-Bold;    
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("/wp-content/themes/hospitalmanagement/fonts/Inter-Bold.woff2") format("woff2"), 
		url("/wp-content/themes/hospitalmanagement/fonts/Inter-Bold.woff") format("woff")
}
      
 
/*------------------VARIABLES---------------*/
 :root {
    --main-bg-color: #FFFFFF;
    --main-text-color: #000000;
    --main-block-background: #FAFAFA;
    --title-color: #063AA1;
    --main-button-color: #1C63ED;
    --form-button-color: #FF7205;
    --main-font-size: 16px;
    --main-line-height: 1.5;
    --title-font-size: 62px;
    --section-title-font-size: 40px;
    --subtitle-font-size: 24px;
    --main-padding-bottom: 96px;
    --block-mb: 24px;
    --element-mb: 12px;
 }
  
@media (max-width: 980px) {
	:root {
	    --main-padding-bottom: 72px;
    }
}
 
@media (max-width: 640px) {
	:root {
	    --main-padding-bottom: 48px;
    	--block-mb: 24px;
        --element-mb: 12px;
    }
}
 
 /* -----------GENERAL STYLES------------------*/

html {
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
} 
*,
*::before,
*::after {
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: var(--main-button-color);
    transition: all .4s;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol li {
    list-style: inherit;
}
body {
    font-family: Inter-Light;
    font-weight: 300;
    font-size: var(--main-font-size);
    line-height: var(--main-line-height);
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
body.lock,
body.popup-lock {
    overflow: hidden;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
main {
	flex: 1 1 0;
 /*   background: linear-gradient(135deg, rgba(131, 167, 237, 0.1) 10%, #FFF 35%, rgba(28, 99, 237, 0.05) 80%, rgba(255, 114, 5, 0.1) 100%) no-repeat top left / cover;*/
 /*	position: relative; */
}

/*main::before,
main::after {
	position: absolute;
    content: '';
    z-index: -1;
}
main::before {    
    width: 1625.729px;
    height: 1363.144px;
    transform: rotate(-165deg);
    top: 0;
    left: -200px;
    background: linear-gradient(127deg, rgba(131, 167, 237, 0.10) 30.29%, rgba(0, 85, 212, 0.10) 64.76%);
	filter: blur(117.5px);    
}
main::after {
	width: 1646px;
	height: 1380px;
    right: 0;
    bottom: 0;
    background: linear-gradient(105deg, rgba(28, 99, 237, 0.10) 38.47%, rgba(255, 114, 5, 0.10) 77.18%);
	filter: blur(207px);
}
main.main-post::before {
	width: 1646px;
	height: 1380px;
    background: linear-gradient(105deg, rgba(28, 99, 237, 0.05) 38.47%, rgba(5, 195, 255, 0.05) 77.18%);
	filter: blur(207px);
    top: 171px;
    left: -949px;
}
main.main-post::after {
	width: 1625.729px;
	height: 1363.144px;
	transform: rotate(-165deg);
    background: linear-gradient(127deg, rgba(131, 167, 237, 0.10) 30.29%, rgba(0, 85, 212, 0.10) 64.76%);
	filter: blur(117.5px);
    right: 165px;
    bottom: 110px;
}*/
/*
.main-post {
    background: linear-gradient(149deg, rgba(131, 167, 237, 0.1), rgba(0, 85, 212, 0.1), #FFF, rgba(28, 99, 237, 0.05), rgba(255, 114, 5, 0.1));
    animation: gradient 10s infinite linear;
    background-size: 200%;
}
@keyframs gradient {
	0% {
    	background-position: 80% 0%;
    }
    50% {
    	background-position: 20% 100%;
    }
    100% {
    	background-position: 80% 0%;
    }
}
*/

 @media (max-width: 480px) {
    #ht-ctc-chat {
		bottom: 90px!important;
    	right: 15px!important;
        
        svg {
        	height: 30px!important;
    		width: 30px!important;
        }
    }
}
@media (max-height: 600px) and (orientation: landscape) {
    #ht-ctc-chat {
		bottom: 90px!important;
    	right: 15px!important;
        
        svg {
        	height: 30px!important;
    		width: 30px!important;
        }
    }
}

/*---------------MAIN-CLASSES--------------*/

.top-title,
.section-title {
	color: var(--main-text-color);
    font-size: var(--title-font-size);
    line-height: 1.25;
    font-family: SourceSansPro-Bold;
    font-weight: 700;
}

@media (max-width: 640px) {
	.top-title {
		font-size: 40px;
    }
}
.section-title {
	font-size: var(--section-title-font-size);
    font-family: SourceSansPro-SemiBold;
    font-weight: 600;
}
.block-subtitle {
    font-size:  20px;
    line-height: 1.25;
    font-family: SourceSansPro-SemiBold;
    font-weight: 600;
    color: var(--main-text-color);
}
.top-subtitle {
	font-size: 18px;
    line-height: 1.5;
}
.common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    background-color: var(--main-button-color);
    border: 2px solid var(--main-button-color);
    padding: 12px 24px;
    border-radius: 24px;
    color: var(--main-bg-color);  
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: SourceSansPro-Bold; 
    font-weight: 700;
    transition: all .4s;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 8px 8px 0 rgba(28, 99, 237, 0.12);
}
.common-btn:hover,
.common-btn:focus {
    color: var(--main-button-color);
    background-color: var(--main-bg-color);
}
.category-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-button-color);
    background-color: transparent;
    border: 1px solid var(--main-button-color);
    padding: 3px 12px;
    font-family: SourceSansPro-Regular; 
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    transition: all .4s;
}
.category-btn:hover,
.category-btn:focus {
	transition: all .4s;
    color: var(--main-bg-color);
    background-color: var(--main-button-color);
}
.center-btn,
.open-popup-btn {
	width: unset;
    max-width: 320px;
    padding: 13.75px 24px;
    color: var(--main-bg-color);
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: calc(50vh);
    box-shadow: none;
    margin: 48px auto 0;
    background-color: var(--form-button-color);
}
.open-popup-btn {
 	margin: unset;
    box-shadow: 0 8px 8px 0 rgba(255, 114, 5, 0.12);
}
.center-btn:hover,
.center-btn:focus,
.open-popup-btn:hover,
.open-popup-btn:focus {
    border-color: var(--main-button-color);
}
.center-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.center-btn-wrapper .center-btn {
	max-width: unset;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    margin: unset;
}


.page-bottom-padding { 
    padding-bottom: var(--main-padding-bottom);
}
.block-margin {
    margin-bottom: var(--block-mb);
}
.element-margin {
    margin-bottom: var(--element-mb);
}
.flex {
    display: flex;
}
.main-block {
    padding: 32px;
    border-radius: 16px;
    background-color: var(--main-block-background);
}
@media (max-width: 1050px) {
    .main-block {
        padding: 24px;
    }
}
@media (max-height: 800px) and (orientation: landscape) {
    .main-block {
        padding: 24px;
    }
}
.visually-hidden {
    /* Удаляем элемент из потока документа */
    position: absolute;
    /* Временное решение для неверно произносимого, размазанного текста */
    white-space: nowrap;
    /* Устанавливаем минимально возможный размер (некоторые скринридеры игнорируют элементы с нулевой высотой и шириной) */
    width: 1px;
    height: 1px;
    /* Скрываем вылезающий за границы контент */
    overflow: hidden;
    /* Сбрасываем любые свойства, которые могут повлиять на размер элемента */
    border: 0;
    padding: 0;
    /* Вырезаем ту часть контента, которая должна отображаться. */
    /* Устаревшее свойство clip для старых браузеров */
    clip: rect(0 0 0 0);
    /* clip-path для новых браузеров. inset(50%) определяет область вставки, которая позволит контенту исчезнуть.  */
    clip-path: inset(50%); 
      /* Похоже, никто до конца не понимает, почему тут margin: -1px. Кроме того, это приводит к проблемам (читай: https://github.com/h5bp/html5-boilerplate/issues/1985). */
    margin: -1px;
}
.relative,
.relative-block {
    position: relative;
}
.grid-block {
    display: grid;
    gap: 12px;
}
.grid-block-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-block-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-block-4 {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1220px) {
    .grid-block-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1050px) {
    .grid-block-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 720px) {
    .grid-block-2,
    .grid-block-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.blue-line {
    max-width: 600px;
    height: 2px;
    background: linear-gradient(to right, rgba(28, 99, 237, 1), rgba(28, 99, 237, 0));
    margin-bottom: 12px;
}
.white-line {
    max-width: 722px;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.common-description {
	font-size: 18px;
    margin-bottom: var(--block-mb);
}
.list-item {
	position: relative;
    padding-left: 24px;
}
.list-item + .list-item {
	margin-top: 8px;
}
.list-item::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('images/blue-rhombus.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 2px;
    top: 6px;
    left: 0;
}
.main-content {
    padding-top: var(--main-padding-bottom);
}
.main-content-heading__icon,
.main-content-heading__icon svg {
	width: 96px;
    height: 96px;
}
.main-content-heading__title {
    margin-left: 24px;
}
.main-content .top-info__subtitle {
    padding-left: 120px; 
    max-width: unset;
}
.main-content .blue-line {
	margin-bottom: 24px;
}
.policy-about__title {
    margin-top: var(--main-padding-bottom);
    margin-bottom: 12px;
}
.policy-about__text-info {	
	margin-bottom: 24px;
}
.policy-about__text-list + .policy-about__text {
    margin-top: 24px;
}
.policy-about__text-subtitle {
	font-size: 18px;
    line-height: 27px;
}

.policy-about__wrapper-item {
	align-items: center;
}
.policy-about__wrapper-title,
.policy-about__wrapper-list {
	width: 50%;
}
.policy-about__wrapper-title {
	padding-right: var(--block-mb);
}
.policy-about__wrapper-list {
	padding-left: var(--block-mb);
	border-width: 1px;
  	border-style: solid;
  	border-image: linear-gradient(to bottom, rgba(28, 99, 237, 0.00) 0%, #1C63ED 50%, rgba(28, 99, 237, 0.00) 100%) 1 100%;
  	border-right: 0;
}
.policy-about__wrapper-line {
	width: 100%;
    height: 1px;
    margin-top: var(--block-mb);
    margin-bottom: var(--block-mb);
    background: linear-gradient(90deg, rgba(28, 99, 237, 0.00) 0%, #1C63ED 50%, rgba(28, 99, 237, 0.00) 100%);
}


@media (max-width: 980px) {
	.policy-about__wrapper {
    	margin-bottom: 48px;
    }
}
@media (max-width: 880px) {
    .policy-about__wrapper-title {
        width: 25%;
    } 
    .policy-about__wrapper-list {
        width: 75%;
    }
}
@media (max-width: 640px) {
	.main-content {
    	padding-top: 24px;
    }
	.main-content-heading__caption {
    	align-items: center;
        margin-bottom: 12px;
    }
	.main-content .top-info__subtitle {
    	padding-left: unset; 
	}
    .policy-about__title {
        margin-top: 48px;
        margin-bottom: 24px;
    }
    .policy-about__wrapper-item {
        align-items: flex-start;
        flex-direction: column;
    }
    .policy-about__wrapper-title {
    	margin-bottom: 12px;
    }
    .policy-about__wrapper-title,
    .policy-about__wrapper-list {
        width: 100%;
    }
    .policy-about__wrapper-list {
    	border: none;
        padding-left: unset;
        padding-right: 24px;
    }
}
@media (max-width: 370px) {
	.main-content-heading__icon,
    .main-content-heading__icon svg {
    	width: 64px;
    	height: 64px;
	}
    .main-content-heading__title {
    	margin-left: 12px;
	}
}

/*----------------------------------WEGLOT-STYLES------------------------*/

.weglot-wrapper {
    display: flex;
    align-items: center;
}
.country-selector.weglot-dropdown .wgcurrent {
	border: none;
}
.country-selector.weglot-dropdown .wgcurrent::after {
	top: 6px;
    width: 24px;
    height: 24px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    background: url('images/translator-icon.svg') no-repeat;
}
.country-selector.weglot-dropdown ul {
    left: -32px;
}
.country-selector.weglot-dropdown input:checked ~ ul {
    margin-top: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
    height: unset;
    color: #131313;
	font-size: 14px;
	font-weight: 500;
	font-family: Inter-Medium;
}
.country-selector.weglot-dropdown a {	
    padding: 4px 12px;
    display: flex;
    align-items: center;
}
.country-selector.weglot-dropdown .wgcurrent a, 
.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 40px;
	padding-left: 8px;
}
.weglot-flags.flag-0>span::before,
.weglot-flags.flag-0.wg-en>span::before,
.weglot-flags.flag-0.wg-fr>span::before,
.weglot-flags.flag-0.wg-pt>span::before,
.weglot-flags.flag-0.wg-es>span::before {
	display: none;
}
.weglot-flags.flag-0>a:before,
.weglot-flags.flag-0>span:before,
.weglot-flags.flag-0.wg-fr>a:before,
.weglot-flags.flag-0.wg-fr>span:before,
.weglot-flags.flag-0.wg-en>a:before,
.weglot-flags.flag-0.wg-en>span:before,
.weglot-flags.flag-0.wg-pt>a:before,
.weglot-flags.flag-0.wg-pt>span:before,
.weglot-flags.flag-0.wg-es>a:before,
.weglot-flags.flag-0.wg-es>span:before {
    width: 20px !important;
  	height: 20px !important;
   	border-radius: 50% !important;
    background-position: 0% center !important;
}

.weglot-flags.flag-0.wg-en>a::before,
.weglot-flags.flag-0.wg-en>span::before {
	background-image: url(images/united-kingdom-flag.png);
    background-repeat: no-repeat !important;
}
.weglot-flags.flag-0.wg-fr>a::before,
.weglot-flags.flag-0.wg-fr>span::before {
	background-image: url(images/france-flag.svg);
    background-repeat: no-repeat !important;
}
.weglot-flags.flag-0.wg-pt>a::before,
.weglot-flags.flag-0.wg-pt>span::before {
	background-image: url(images/portugal-flag.svg);
    background-repeat: no-repeat !important;
}
.weglot-flags.flag-0.wg-es>a::before,
.weglot-flags.flag-0.wg-es>span::before {
	background-image: url(images/flag-esp.svg);
    background-repeat: no-repeat !important;
}
    
@media (max-width: 1250px) {
	.country-selector.weglot-dropdown input:checked ~ ul {
        margin-top: 12px;
    }
    .weglot-flags.flag-0>span::before,
	.weglot-flags.flag-0.wg-en>span::before,
	.weglot-flags.flag-0.wg-fr>span::before,
    .weglot-flags.flag-0.wg-pt>span:before,
    .weglot-flags.flag-0.wg-es>span:before {
		display: block;
		margin-right: unset;
        border-radius: 50% !important;
        filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.2));
        width: 20px !important;
        height: 20px !important;
	}
    .weglot-flags.flag-0>span,
    .weglot-flags.flag-0.wg-fr>span,
	.weglot-flags.flag-0.wg-en>span,
    .weglot-flags.flag-0.wg-pt>span,
    .weglot-flags.flag-0.wg-es>span {
		font-size: 0;
	}
	.country-selector.weglot-dropdown .wgcurrent::after {
		top: -2px;
	}
	.country-selector.weglot-dropdown span {
		height: 20px;
        line-height: 20px;
	}
	.country-selector.weglot-dropdown .wgcurrent span {
		padding-right: 20px;
        padding-left: 0px;
	}
	.country-selector.weglot-dropdown .wgcurrent:after {
        right: -14px;
	}
	.country-selector.weglot-dropdown ul {
    	left: -90px;
	}
    .weglot-wrapper svg {
    	display: none;
    }
}

/*------------------VIDEO BLOCK------------*/
main .rll-youtube-player {
    position: relative;
    padding-bottom: 42.25% !important;
    height: 0;
    margin: 0px auto var(--main-padding-bottom) !important;
    max-width: 844px !important;
    overflow: hidden;
    border-radius: 8px !important;
    background: #000;
}

main .rll-youtube-player iframe,
main .rll-youtube-player img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

@media (max-width: 1050px) {
	main .rll-youtube-player {
        padding-bottom: 56.25% !important; 
    }
}

/*------------------END VIDEO BLOCK------------*/


/*--------HEADER------------*/
.header {
    position: sticky;
    top: 0;
    z-index: 20;   
    transition: transform 0.5s;
    background-color: var(--main-bg-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.header__nav {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}
.header__nav-logo {
	font-size: 0;
}
.header__nav-list {
	gap: 6px;
    align-items: center;
}
.header__nav-list-item {
	position: static;
    border-radius: 4px;
    padding: 33px 4px;
    font-size: 16px;
    line-height: 20.11px;
    color: #131313;
    font-weight: 400;
    font-family: SourceSansPro-Regular;
    cursor: pointer;
}
.header__nav-list-item-link {
	display: flex;
    align-items: center;
    gap: 4px;
	font-size: 16px;
    line-height: 20.11px;
    color: #131313;
    font-weight: 400;
    font-family: SourceSansPro-Regular;
    padding: 8px 4px;
    border-radius: 4px;
    transition: all 0.4s;
}
.header__nav-list-item:hover .header__nav-list-item-link,
.header__nav-list-item:focus .header__nav-list-item-link,
.header__nav-list-item:focus-within .header__nav-list-item-link,
.header__nav-list-item:active .header__nav-list-item-link,
.header__nav-list-item:hover,
.header__nav-list-item:focus,
.header__nav-list-item:focus-within,
.header__nav-list-item:active {
	color: var(--title-color);
    transition: all 0.4s;
}
.header__nav-list-item:hover .header__nav-list-item-link svg path,
.header__nav-list-item:focus .header__nav-list-item-link svg path,
.header__nav-list-item:focus-within .header__nav-list-item-link svg path,
.header__nav-list-item:active .header__nav-list-item-link svg path,
.header__nav-list-item:hover svg path,
.header__nav-list-item:focus svg path,
.header__nav-list-item:focus-within svg path,
.header__nav-list-item:active svg path {
	fill: var(--title-color);
}
.header__nav-btn, 
.header__nav-list-item--contact .header__nav-list-item-link {
    width: unset;
    min-width: unset;
    height: 44px;
	color: var(--main-bg-color);
    border-radius: 24px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: SourceSansPro-Bold;
    margin-left: auto;
}
.header__nav-btn:hover,
.header__nav-btn:focus,
.header__nav-btn:focus-within,
.header__nav-btn:active,
.header__nav-list-item--contact:hover .header__nav-list-item-link,
.header__nav-list-item--contact:focus .header__nav-list-item-link,
.header__nav-list-item--contact:focus-within .header__nav-list-item-link,
.header__nav-list-item--contact:active .header__nav-list-item-link {
	color: var(--main-button-color);
    font-family: SourceSansPro-Bold;
    background-color: unset;
}
.header__nav-btn.header__nav-btn--mobile,
.header__nav-list-item--contact {
	display: none;
}
.header__nav-list-submenu-toggle {
	background-color: transparent;
    border: none;
    padding: 2px 5px;
}

.header__nav-list-item-wrapper {
    position: static;
}
.header__nav-submenu-wrapper {
	align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 0 0 8px 8px;
  	background-color: var(--main-bg-color);
	box-shadow: 0px 4px 8px 0px rgba(21, 28, 34, 0.10);
    
    position: absolute;
    visibility: hidden;
    opacity: 0;
    
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 98vw;
    
    transition: opacity .3s ease-out, visibility .25s;
    transition-delay: .5s;
}
.header__nav-submenu-title {
	font-size: 18px;
    font-weight: 600;
    font-family: SourceSansPro-SemiBold;
    text-transform: uppercase;
    color: var(--title-color);
    align-self: center;
    margin-right: 120px;
}
.header__nav-submenu-line {
	width: 1px;
    height: 100px;
    background-color: var(--title-color);
    align-self: center;
    margin-right: 86px;
}
.header__nav-sublist + .header__nav-sublist {
	margin-left: 58px;
}
.header__nav-sublist-item {
  	position: relative;
  	transition: 0.5s;
}

.header__nav-sublist-link,
.header__nav-sublist-item--contact {
	font-size: 16px;
    line-height: 1.5;
    color: #151C22;
    font-weight: 400;
    font-family: SourceSansPro-Regular;
    padding: 6px 12px;
    white-space: nowrap;
    transition: all 0.4s;
    position: relative;
}
.header__nav-sublist-link:not(.header__nav-sublist-link--first)::before,
.header__nav-sublist-item--contact::before {
	position: absolute;
    content: '';
    bottom: 6px;
    left: 12px;
    width: 0%;
    height: 1px;
    background-color: var(--title-color);
}
.header__nav-sublist-item--first {
	font-weight: 600;
    font-family: SourceSansPro-SemiBold;
	text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 12px;
    cursor: auto;
}
.header__nav-sublist-link:hover,
.header__nav-sublist-link:focus,
.header__nav-sublist-link:active,
.header__nav-sublist-item--contact:hover,
.header__nav-sublist-item--contact:focus,
.header__nav-sublist-item--contact:active {
	color: var(--title-color);
    transition: all 0.4s;
}
.header__nav-sublist-link:hover::before,
.header__nav-sublist-link:focus::before,
.header__nav-sublist-link:active::before {
	width: calc(100% - 24px);
    transition: all 0.4s;
}
.header__nav-sublist-item--contact:hover::before,
.header__nav-sublist-item--contact:focus::before,
.header__nav-sublist-item--contact:active::before {
	width: 50%;
    transition: all 0.4s;
}
.header__nav-list-item--clicked.open-menu-wrapper .header__nav-submenu-wrapper {
 	opacity: 1;
    visibility: visible;
    z-index: 120;
}

.header__nav-submenu-mobile {
	display: none;
}
.header__nav-submenu-mobile .header__nav-sublist + .header__nav-sublist {
	margin-left: unset;
    margin-top: 18px;
}
.header__nav-submenu-mobile  .header__nav-sublist-item--first {
	margin-bottom: 8px;
}
.header__nav-mobile-btn,
.header__nav-mobile-close-btn {
	width: 32px;
    height: 32px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    outline: transparent;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    display: none;
}
.header__nav-mobile-btn-inner div {
	width: 24px;
    height: 2px;
    background-color: var(--main-button-color);
}
.header__nav-mobile-btn-inner div + div {
	margin-top: 6px;
}
.header__nav-mobile-btn-inner div {
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1); 
}
.header__nav-mobile-btn.active .header__nav-mobile-btn-inner .first {
    transform: translateY(8px) rotate(0deg) ;
}
.header__nav-mobile-btn.active .header__nav-mobile-btn-inner .second {
    opacity: 0;
}
.header__nav-mobile-btn.active .header__nav-mobile-btn-inner .third {
    transform: translateY(-8px) rotate(90deg) ;
}
.header__nav-mobile-btn.active .header__nav-mobile-btn-inner {
    transform: rotate(45deg);
    transition: all .25s ease .05s;
}

.header__nav-sublist-btn {
    display: none;
    font-size: 0;
    padding: 10px;
    border-radius: 4px;
    border: unset;
    background-color: transparent;    
    transition: all .3s;
    cursor: pointer;
}
.header__nav-sublist-btn svg {
    width: 24px;
    height: 24px;
}
.header__nav-sublist-btn.active {
    opacity: 0;   	
}
.header__nav-sublist-btn svg path {
	fill: #363636;
}
.header__nav-login {
	color: var(--main-button-color);
    background-color: var(--main-bg-color);
    min-width: 80px;
    padding: 10px 16px;
}
.header__nav-login:hover,
.header__nav-login:focus {
	color: var(--main-bg-color);
    background-color: var(--main-button-color);
}

@keyframes show {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

#p-9 .header__nav-list-item--home,
#p-9 .footer__menu-item--home {
	display: none;
}

/* -------------FOOTER------------------- */

.footer {
    background-color: #051B47;
    padding-top: 64px;
}
.footer__menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
}
.footer__menu-arrow {
    display: none;
    padding: 0px 6px;
    cursor: pointer;
    transition: all .3s;
}
.footer__menu-arrow:hover svg path,
.footer__menu-arrow:focus svg path {
    fill: #fff;
    transition: all .3s;
}
.footer__menu-item + .footer__menu-item {
    margin-top: 4px;
}
.footer__menu-link,
.footer__menu-item--contact {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.footer__menu-link:hover,
.footer__menu-link:focus,
.footer__menu-link--first.active,
.footer__menu-title {
    color: #fff;
}
.footer__menu-link--first,
.footer__menu-title {
    font-size: 18px;
    font-weight: 700;
    font-family: SourceSansPro-Bold;
    margin-bottom: 16px;
}
.footer__menu-arrow.active {
   	transform: rotate(180deg) translateY(-3px);
}
.footer__menu-item--contact {
	cursor: pointer;
}

.footer-bottom {
	text-align: center;
    padding: 24px 15px;
    color: var(--main-bg-color);
    font-size: 12px;
    line-height: 18px;
    font-family: Inter-Regular;
    font-weight: 400;
	background-color: #010D24;
}

.wpcf7-spinner {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: var(--main-button-color);
  box-sizing: border-box;
  position: absolute;
  bottom: 38px;
  left: 45%;
  opacity: 0.9 !important;
  background-color: unset !important;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
  0% {
    box-shadow: -38px -12px #063AA1, -14px 0 var(--main-button-color), 14px 0 #063AA1, 38px 0 var(--main-button-color);
    border-radius: 2px;
  }
  33% {
    box-shadow: -38px 0px #063AA1, -14px -12px var(--main-button-color),  14px 0 #063AA1, 38px 0 var(--main-button-color);
    border-radius: 50%;
  }
  66% {
    box-shadow: -38px 0px #063AA1, -14px 0 var(--main-button-color), 14px -12px #063AA1, 38px 0 var(--main-button-color);
    border-radius: 2px;
  }
  100% {
    box-shadow: -38px 0 #063AA1, -14px 0 var(--main-button-color), 14px 0 #063AA1, 38px -12px var(--main-button-color);
    border-radius: 50%;
  }
}
.wpcf7-spinner::before,
.wpcf7-spinner::after {
	display: none;
}

.wpcf7 .text-for-spam-wrap {
    visibility: hidden;
    display: none;
}

/*----------------------BLOG POSTS WITH NEWS CATEGORY -----------------*/
.blogposts__items {
	gap: 24px;
}
.blogposts__title {
	margin-bottom: 24px;
}
.blogposts__item {
	border-radius: 16px;
    overflow: hidden;
    max-width: 588px;
    width: 100%;
    background: var(--main-block-background);
}
.blogposts__item-img {
    max-height: 306px;
}
.blogposts__item-img a {
	font-size: 0;
    width: 100%;
}
.blogposts__item-img img {
	width: 100%;
    height: 100%;
    object-fit:  cover;
    font-size: 0;
}
.blogposts__item-info {
    padding: 48px;
}
.blogposts__item-title {
	font-size: 24px;
}
.blogposts__item-date {
	color: #989898;
    font-size: 12px;
    font-family: Inter-Regular;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
}
.blogposts__item-link {
	margin-top: 24px;
	justify-self: end;
}

/*---------------------TOP INFO -------------------------*/
.top-info {
	padding-top: 48px;
    padding-bottom: 48px; 
    margin-bottom: var(--main-padding-bottom);
}
.top-info,
.top-info__title,
.top-info .block-subtitle {
    color: var(--main-bg-color);
}
.top-info__subtitle,
.top-info__details {
	max-width: 722px;
}
.top-info__subtitle,
.top-info__title-details {
	margin-bottom: var(--block-mb);
}
.top-info__title-details {
	font-size: 24px;
    line-height: 30px;
}
.top-info__details {
	margin-top: var(--block-mb);
    font-size: 14px;
    line-height: 16.94px;
}
.top-info__details-title {
	margin-bottom: 29px;
}
.top-info__details-list {
	margin-bottom: 24px;
    padding-left: 10px;
}
.top-info__details-item + .top-info__details-item {
	margin-top: 12px;
}
.top-info__details-item {
	position: relative;
    padding-left: 15px;
}
.top-info__details-item::before {
	position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--form-button-color);
    top: 4px;
    left: -2px;
}
.top-info__details-btn {
    margin-top: auto;
    max-width: unset;
    display: inline-block;
    min-width: 320px;
    text-align: center;
}
.top-info__slogan {
	font-weight: 600;
}


/*---------------------ABOUT COMMPANY BLOCK--------------------*/
.about-company__title {
	color: #000;
}
.about-company__title,
.about-company__text {
	margin-bottom: 48px;
}
.about-company__inner {
	gap: 12px;
}
.about-company__item {
	text-align: center;
    width: 100%;
}
.about-company__item-title {
	color: var(--main-button-color);
	font-family: SourceSansPro-Bold;
	font-size: 120px;
	font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}
.about-company__item-info {
	font-size: 18px;
    line-height: 27px;
}

/*------------------------CLINIC SOLUTION--------------------*/
.clinics-solution__title {
	margin-bottom: calc(var(--main-padding-bottom) / 2);
}
.clinics-solution__item + .clinics-solution__item {
	margin-top: 64px;
}
.clinics-solution__item {
	gap: 100px;
    align-items: center;
}
.clinics-solution__item:nth-child(odd) {
	flex-direction: row-reverse;
}
.clinics-solution__item-img {
	max-width: 640px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
}
.clinics-solution__item-img,
.clinics-solution__item-img img {
	width: 100%;
    height: 100%;
    border-radius: 8px;
    font-size: 0;
}
.clinics-solution__item-title {
	font-size: 24px;
    line-height: 30.17px;
    margin-bottom: 24px;
}
.clinics-solution__item-info {
	max-width: 460px;
    width: 100%;
}
.clinics-solution__item-info p + p {
	margin-top: 12px;
}

/*------------------------------------THREE BLOCKS -----------------------*/

.three-blocks {
	padding-top: calc(var(--main-padding-bottom) / 2);
    padding-bottom: calc(var(--main-padding-bottom) / 2);
    background-color: var(--main-block-background);
    margin-bottom: var(--main-padding-bottom);
}
.three-blocks__inner {
	gap: 48px;
}
.three-blocks__inner-item {
    background: linear-gradient(0deg, #1C63ED 0%, #063AA1 100%);
    color: var(--main-bg-color);
    font-size: 42px;
    line-height: 50px;
    font-family: SourceSansPro-SemiBold;
    font-weight: 600;
    border-radius: 16px;
    padding: 48px;
    width: 368px;
}   

/*--------------------------------APP PRICING --------------------------*/

.pricing__box {
	gap: 24px;
    align-items: unset;
}
.pricing__block,
.pricing__individual {
	max-width: 588px;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    container-type: inline-size;
}
.pricing__block {
    background: linear-gradient(to bottom, #1C63ED 0%, #063AA1 100%);
    color: var(--main-bg-color);    
}
.pricing__block-icon-common,
.pricing__block-icon-individual,
.pricing__individual-icon-common,
.pricing__individual-icon-individual {
	width: 92px;
    height: 92px;
	margin: 0 auto 14px;    
}
.pricing__block-icon-individual,
.pricing__individual-icon-individual {
	display: none;
}
.pricing__block-subtitle,
.pricing__individual-subtitle {
	text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
}
.pricing__block-subtitle {
	color: var(--main-bg-color);
}
.pricing__block-description,
.pricing__individual-description {
	margin-bottom: 16px;
    font-size: 14px;
}
.pricing__block-users-calculation {
	justify-content: space-between;
    gap: 24px;
}

.pricing__block-cost {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 386px;
    width: 100%;
    background: linear-gradient(to bottom, #1C63ED 0%, #063AA1 100%);
}
.pricing__block-users-info,
.pricing__block-price,
.pricing__block-offer,
.pricing__individual-price,
.pricing__block-old-price,
.pricing__individual-old-price,
.pricing__block-reseller-data,
.pricing__individual-reseller-data {
	color: var(--main-bg-color);
    font-size: clamp(36px, 8.5cqw, 60px);
    line-height: 1.125;
    font-weight: 600;
    font-family: SourceSansPro-Semibold;
}
.pricing__block-offer {
	font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}
.pricing__block-users-info-number {
	display: inline-block; 
}
.pricing__block-info,
.pricing__individual-info {
	margin-bottom: 32px;
}
.pricing__block-users-info {
	margin-bottom: 12px;
}
.pricing__block-btn {
    max-width: unset;
    min-width: unset;
    display: inline-block;
    text-align: center;
    align-self: flex-start;
}
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    height: 4px;
}
input[type=range]::-webkit-slider-thumb { 
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-button-color);
    border: 4px solid var(--main-bg-color);
    border-radius: 50%;
    margin-top: -10px;
    width: 24px;
    height: 24px;
}
input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    height: 4px;
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-button-color);
    border: 4px solid var(--main-bg-color);
    border-radius: 50%;
    margin-top: -10px;
    width: 24px;
    height: 24px;
}
.pricing__block-list,
.pricing__individual-profit-list {
	display: none;
}
#p-723 .pricing__block-list,
#p-723 .pricing__individual-profit-list {
	display: block;
}
.pricing__block-list {
	margin-top: 30px;
	margin-bottom: 14px;
}
.pricing__block-list-item,
.pricing__individual-profit-list-item {
	position: relative;    
    padding-left: 32px;
    font-size: 18px;
    line-height: 1.5;
    font-family: SourceSansPro-Regular;
	font-weight: 400;
}
.pricing__block-list-item::before,
.pricing__individual-profit-list-item::before {
	position: absolute;    
    content: '';
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.pricing__block-list-item::before {
	background: url('images/pricing-icon-white.svg');
}
.pricing__individual-profit-list-item::before {
	background: url('images/pricing-icon-black.svg');
}
.pricing__individual-profit-list-item--inactive::before {
	background: url('images/pricing-icon-inactive.svg');
}
.pricing__block-list-item + .pricing__block-list-item,
.pricing__individual-profit-list-item + .pricing__individual-profit-list-item {
	margin-top: 8px;
}

.pricing__individual {
  	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 50%,  #FFF);
	box-shadow: 0px 8px 12px 0px rgba(136, 136, 136, 0.08), 0px 16px 48px 0px rgba(136, 136, 136, 0.08), 0px 32px 64px 0px rgba(136, 136, 136, 0.08);
    line-height: 1.25;
    position: relative;
    overflow: hidden;
}
.pricing__individual::before {
	position: absolute;
    content: '';
    width: 157px;
    height: 157px;
    background-color: rgba(28, 99, 237, 0.3);
    top: -87px;
    left: -87px;
    filter: blur(77px);
    z-index: 0;
}
.pricing__individual-description {
	margin-bottom: 14px;
}
.pricing__individual-list {
	padding-left: 22px;
    margin-bottom: 24px;
}
.pricing__individual-list-item + .pricing__individual-list-item {
	margin-top: 12px;
}
.pricing__individual-list-item {
    list-style-type: disc;
    font-size: 14px;
    line-height: 17.5px;
}
.pricing__individual-price,
.pricing__individual-old-price {
	color: var(--main-button-color);
}
.pricing__individual-profit-list {
	margin-top: auto;
    margin-bottom: 18px;
}
.pricing__individual-profit-list-item--inactive {
	opacity: 0.2;
}
.pricing__individual-calculation {
	margin-top: auto;
}

.hide-info {
	display: none;
}
.pricing__box-slogan {
	color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 24px;
    font-weight: 500;
    font-family: 'Inter-Medium';
}
.pricing__box-slogan-link {
	text-decoration: underline;
}
.pricing__box-slogan-btn {
	text-decoration: underline;
    border: none;
    outline: transparent;
    background-color: transparent;
    color: #2F80ED;
    cursor: pointer;
}

.pricing__choose-wrapper {
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
}
.pricing__switch,
.pricing-discount-btn,
.pricing-dropdown-btn {
	background-color: rgba(28,99,237, 0.04);
    padding: 12px;
    border-radius: 12px;
    width: 100%;
}
.pricing__switch,
.pricing__switch-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pricing__switch-text {
	font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    font-family: Inter-Medium;
}
.pricing__switch-text--orange {
	color: var(--form-button-color);
}
.pricing__switch-toggle {
	display: inline-block;
	width: 44px;
    height: 24px;    
    border-radius: calc(50vh);
    background-color: var(--main-button-color);
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    flex-shrink: 0;
}
.pricing__switch-toggle::before {
    position: absolute;
    content: '';
	width: 20px;
    height: 20px; 
    border-radius: 10px;
    background-color: var(--main-bg-color); 
    top: 2px;
    left: 2px;
    transition: 0.4s;
}
.pricing__switch-toggle.active::before {
	transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
}
.pricing__block-prices {
    align-items: baseline;
    gap: 16px;
    margin-top: 12px;
}
.pricing__block-old-price,
.pricing__individual-old-price {
	/*font-size: 48px;*/
    font-size: clamp(2rem, 8cqw, 3rem);
    line-height: 1.5;
    text-decoration: line-through;
    opacity: 0.6;
}
.pricing__block-slogan-info,
.pricing__individual-slogan {
	gap: 36px;
    align-items: center;    
}
.pricing__block-slogan-info.french,
.pricing__individual-slogan.french,
.pricing__block-slogan-info.brasilian,
.pricing__individual-slogan.brasilian {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.pricing__block-slogan-text,
.pricing__individual-slogan-text {
	font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
.pricing__block-slogan-text.transparent-font {
	color: transparent;
}
.pricing__individual-slogan-text {
	color: var(--form-button-color);
}

.pricing-dropdown-wrapper {
	min-width: 160px;
    position: relative;
}
.pricing-discount-btn,
.pricing-dropdown-btn {
	display: flex;
    justify-content: space-between;
    padding-right: 24px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
#pricing-discount-btn__selected-item,
#pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-currency-name {
	font-size: 20px;
    line-height: 1.5;
    color: var(--main-button-color);
    font-family: 'SourceSansPro-Semibold';
}
#pricing-dropdown-btn__selected-item {
	display: flex;
    align-items: center;
}
.pricing-discount-btn__arrow,
.pricing-dropdown-btn__arrow {
	background-color: rgba(28, 99, 237, 0.12);
    border-radius: 0 12px 12px 0;  
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
}
.pricing-discount-menu,
.pricing-dropdown-menu {
	padding: 16px 8px;	
    border-radius: 12px;
    background: var(--main-bg-color);
    box-shadow: 0px 8px 12px 0px rgba(136, 136, 136, 0.08), 0px 16px 48px 0px rgba(136, 136, 136, 0.08), 0px 32px 64px 0px rgba(136, 136, 136, 0.08);
    position: absolute;
    width: 260px;
    right: 0;
    top: 58px;
    opacity: 0.2;
    transform: scale(0);
    transform-origin: top right;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pricing-discount-menu.open,
.pricing-dropdown-menu.open {
	opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.pricing-discount-menu__item, 
.pricing-dropdown-menu__item {
	align-items: center;
    cursor: pointer;
}
.pricing-discount-menu__item + .pricing-discount-menu__item,
.pricing-dropdown-menu__item + .pricing-dropdown-menu__item {
	margin-top: 14px;
}
.pricing-discount-menu__item-checkup,
.pricing-dropdown-menu__item-checkup {
	width: 16px;
    height: 16px;
	margin-right: 4px;
	opacity: 0;
}
.pricing-discount-menu__item-checkup img,
.pricing-dropdown-menu__item-checkup img {
    width: 16px;
    height: 16px;
    font-size: 0;
}
.pricing-discount-menu__item.active .pricing-discount-menu__item-checkup,
.pricing-dropdown-menu__item.active .pricing-dropdown-menu__item-checkup {
	opacity: 1;
}
.pricing-dropdown-menu__item-flag,
.pricing-dropdown-menu__item-flag svg {
	width: 24px;
    height: 16px;
    font-size: 0;
}
.pricing-dropdown-menu__item-currency {
	margin-right: 8px;
    display: flex;
    align-items: center;
}
.pricing-discount-menu__item,
.pricing-dropdown-menu__item-currency-name {
	font-size: 14px;
    line-height: 1.25;
	font-weight: 500;
    font-family: 'Inter-Medium';
    margin-left: 8px;
}
.pricing-dropdown-menu__item-currency-country {
    font-size: 10px;
    line-height: 1.25;
    font-weight: 400;
    font-family: 'Inter-Regular';
    color: rgba(0, 0, 0, 0.42);
}
.pricing-discount-wrapper {
	min-width: 102px;
    position: relative;
}
.pricing-discount-menu {
	width: 100px;
	left: 0;
    transform-origin: top left;
}
.pricing__block-reseller-data,
.pricing__individual-reseller-data {
	color: var(--form-button-color);
    font-size: 64px;
}
#p-961 .pricing__block-slogan-info,
#p-961 .pricing__individual-slogan,
.pricing__block-reseller-info,
.pricing__individual-reseller-info,
.pricing-discount-wrapper {
	display: none;
}
#p-961 .pricing__block-reseller-info,
#p-961 .pricing__individual-reseller-info,
#p-961 .pricing-discount-wrapper {
	display: block;
}
#p-961 .pricing__choose-wrapper {
    flex-direction: row-reverse;
}


/*--------------------------------APP BUILD PROCESS TWO BLOCKS --------------------------*/
.app-build {
    padding: 48px;
    border-radius: 32px;
    background-color: rgba(28, 99, 237, 0.04);
    counter-reset: build-counter;
    padding-bottom: 20px;
}
.app-build__title {
	color: #000;
    margin-bottom: 48px;
}
.app-build__process {
    display: grid;
    row-gap: unset;
}
.app-build-three .app-build__process {
    grid-template-columns: repeat(3, 1fr);
}
.app-build-two .app-build__process {
    grid-template-columns: repeat(2, 1fr);
}
.app-build__process-details {
	display: flex;
    flex-direction: column;
    padding: 20px 24px;
    margin-bottom: 14px;
    border-radius: 8px;
    transition: all 0.5s;
    position: relative;
}
.app-build__process-title {
	align-items: center;
    gap: 12px;
    font-size: 18px;
	font-family: SourceSansPro-SemiBold;
	font-weight: 600;
    color: #000;
    padding: 0 24px 34px 0;
    margin-left: -12px;
}
.app-build__process-text,
.app-build__process-title {
	position: relative;
}
.app-build__process-number {
    font-family: SourceSansPro-Bold;
    font-weight: 700;
    font-size: 24px;
    color: var(--main-button-color);
}
.app-build__process-title svg {
	width: 36px;
	height: 36px;
    flex-shrink: 0;
}
.app-build__process-text {
    padding-bottom: 12px;
}
.app-build__process-text::before {
    position: absolute;
    content: '';
    width: 48px;
    height: 2px;
    left: -72px;
    top: -37px;
}
.app-build__process-link-block {
    margin-top: auto;
}
.app-build__process-link {
	font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #000;
}
.app-build__process-link span {
	display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px; 
}

.app-build__process-details::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -22px;
    left: 0;
    background-color: var(--main-button-color);
    z-index: 15;
}
.app-build__process-details::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: -17px;
    left: 0;
}
.app-build__process-details:not(:last-child)::after {
    background-color: var(--main-button-color);
}
.app-build__process-details::before {
    background-color: var(--main-button-color);
}
.app-build-three .app-build__process-details:nth-child(3n + 4)::after, 
.app-build-three .app-build__process-details:nth-child(3n + 6)::after {
	width: calc(100% + 48px);
}
.app-build-three .app-build__process-details:nth-child(3n + 4)::after {
	left: -48px;
}
.app-build-three .app-build__process-details:nth-child(4)::after {
	left: 0;
    width: calc(100%);
}
.app-build-three .app-build__process-details:nth-child(3n + 4):is(:last-child)::after,
.app-build-three .app-build__process-details:nth-child(3n + 5):is(:last-child)::after,
.app-build-three .app-build__process-details:nth-child(3n + 6):is(:last-child)::after,
.app-build__process-box--last .app-build__process-details::after,
.app-build-three .app-build__process-details:nth-child(4) .app-build__process-text::before {
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent 100%);
     background-size: 10px 10px;
}
.app-build__process-box--last .app-build__process-text::before {
	background-image: linear-gradient(to right, #00E0FF 0%, #00A3FF 100.92%);
}
.app-build-three .app-build__process-details:nth-child(3n + 4):is(:last-child)::after {
	width: calc(200% + 48px);
    left: 0;
}
.app-build-three .app-build__process-details--four:is(:nth-last-child(-n + 2)),
.app-build-three .app-build__process-details--seven:is(:nth-last-child(-n + 2)),
.app-build-three .app-build__process-details:nth-child(3n + 5):is(:last-child) {
	grid-column: 1 / 2;
}
.app-build-three .app-build__process-details--four:is(:nth-last-child(-n + 2))::after,
.app-build-three .app-build__process-details--seven:is(:nth-last-child(-n + 2))::after {
	left: -48px;
}
.app-build__process-box--last .app-build__process-details::after {
	width: calc(300% + 48px);
}
.app-build-three .app-build__process-details:nth-child(3n + 5):is(:last-child)::after {
	width: calc(300% + 48px);
    left: 0;
}
.app-build__process-details.app-build__process-details--four:is(:last-child) .app-build__process-text::before,
.app-build__process-details.app-build__process-details--seven:is(:last-child) .app-build__process-text::before,
.app-build-two .app-build__process-details.app-build__process-details--five:is(:last-child) .app-build__process-text::before,
.app-build-two .app-build__process-details.app-build__process-details--nine:is(:last-child) .app-build__process-text::before {
	background-color: var(--main-button-color);
}
.app-build-two .app-build__process-details:not(.app-build__process-details--one)::after {
	width: calc(100% + 48px);
}
.app-build-two .app-build__process-details:nth-child(odd):is(:last--child),
.app-build-two .app-build__process-details:nth-child(3) .app-build__process-text::before,
.app-build-two .app-build__process-details:last-child::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent 100%);
    background-size: 10px 10px;
}
.app-build-two .app-build__process-details:nth-child(odd):not(.app-build__process-details--one)::after {
	left: -48px;
}
.app-build-two .app-build__process-details:nth-child(3):is(:last-child)::after,
.app-build-two .app-build__process-details:nth-child(4n + 6):is(:last-child)::after {
	width: calc(200% + 48px);
}
.app-build-two .app-build__process-details:nth-child(3):is(:last-child),
.app-build-two .app-build__process-details:nth-child(4n + 6):is(:last-child) {
	grid-column: 1 / 2;
}


/*---------------------APP DEVELOPMENT SLOGAN WITH REVIEW----------------------------*/

.app-steps {
	background: linear-gradient(0deg, #1C63ED 0%, #063AA1 100%);
    color: var(--main-bg-color);
    padding-top: 84px;
    padding-bottom: 64px;
    clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
    margin-bottom: 128px;
}
.app-steps__inner {
	gap: 48px;
    justify-content: space-between;
}
.app-steps__title {
    margin-bottom: 24px;
    color: var(--main-bg-color);
    line-height: 1.3;
}
.app-steps__list {
	margin-bottom: 24px;
    font-size: 18px;
}
.app-steps__list-item {
    position: relative;
    padding-left: 36px;
}
.app-steps__list-item + .app-steps__list-item {
	margin-top: 21px;
}
.app-steps__list-item::before {
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    top: 8px;
    left: 10px;
}
.app-steps__slogan {
	font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
}
.app-steps__inner-image {
    width: 438px;
    height: 438px;
    flex-shrink: 0;
}
.app-steps__inner-image img {
	border-radius: 50%;
}
.app-steps__btn {
	width: unset;
    min-width: 320px;
    padding: 17px 30px;
    background-color: var(--form-button-color);
    font-size: 18px;
    font-family: Inter-Medium;
    font-weight: 500;
    border: none;
    border-radius: 26px;
    box-shadow: none;
}

/*-----------------------------ABOUT APP BLOCK-----------------------------------*/

.about-app__item {
	padding: 0 24px; 
}
.about-app__item-img {
    font-size: 0;
    margin: 0 auto 8px;
}
.about-app__item-img,
.about-app__item-img img,
.about-app__item-img svg {
	width: 64px;
    height: 64px;
}
.about-app__item-title,
.about-app__item-info {
    text-align: center;	
}
.about-app__item-title {
	margin-bottom: 10px;
}
.about-app__item-info {
	font-size: 14px;
    line-height: 21px;
    padding: 0 24px;
}

/*-----------------------------PROTECTION STANDARTS BLOCK-----------------------------------*/
.protection-faq__item {
	padding: 24px 48px;
}
.protection-faq__item-img {
	width: 120px;
    height: 120px;
    font-size: 0;
    margin: 0 auto 24px;
} 
.protection-faq__item-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.protection-faq__item--hipaa .protection-faq__item-img {
	width: 160px;
} 
.protection-faq__item--hl7 .protection-faq__item-img {
	width: 82px;
} 
.protection-faq__item-title,
.protection-faq__block-item-title {
	font-size: 24px;
	line-height: 1.2;
    text-align: center;
}
.protection-faq__questions-item {
	padding: unset;
}
.protection-faq__questions-text {
    cursor: pointer;
    padding: 30px 40px;
}
.protection-faq__questions-answer {
	font-size: 18px;
    line-height: 27px;
    color: #2b2b2b;
	padding-top: 0px;
    padding-right: 96px;
    padding-left: 40px;
    padding-bottom: 30px; 
}
details > summary:first-of-type {
    font-size: 20px !important;
    line-height: 1.2;
    padding-right: 36px;
    position: relative;
}
details > summary:first-of-type::marker {
	color: transparent;
    list-style-position: unset;
    font-size: 0;
    margin: unset;
}
details > summary:first-of-type::after {
	position: absolute;
    content: '';
    width: 28px;
    height: 17px;
    background: url('images/faq-black-arrow.svg') center / cover no-repeat;
    right: 38px;
    top: 30px;
}
details[open] > summary:first-of-type {
    color: var(--main-button-color);
}
details[open] > summary:first-of-type::after {
	transform: rotate(180deg);
}
.protection-faq__questions,
.protection-faq__block {
    margin-top: 48px;
}
.protection-faq__block {
	gap: 24px;
}
.protection-faq__block-item {
	text-align: center;
}
.protection-faq__block-item-icon {
	font-size: 0;
    margin: 0 auto 24px;
}
.protection-faq__block-item-icon,
.protection-faq__block-item-icon svg {
	width: 72px;
    height: 72px;
}
.protection-faq__block-item-title {
	margin-bottom: 24px;
}
.protection-faq__block-item-text {
	text-align: center;
}


/*-------------------------------HORISONTAL SLIDER --------------------------------*/
.slides-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
	width: 100%;
	height: 440px;
    margin: 0 auto;
	padding: 0;
    border-radius: 16px;
    overflow: hidden;
}
.slide {
    position: relative;
    flex-grow: 1;
    min-height: 100%;
	color: rgba(255, 255, 255, 0.60);
    background: none no-repeat center / cover;
    box-shadow: 8px 0px 16px 0px rgba(0, 0, 0, 0.25) inset;
    cursor: pointer;
    overflow: hidden;
    transition: 0.75s cubic-bezier(0.4,0,0.2,1);
}
.slide::after,
.slide::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(6, 58, 161, 0.40) 0%, rgba(6, 58, 161, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); 
}
.slide::before {
	opacity: 0;
    background: linear-gradient(0deg, rgba(0, 71, 210, 0.60) 0%, rgba(0, 71, 210, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0.64) 100%);
}
.slide.active::after {
	background: linear-gradient(0deg, rgba(6, 58, 161, 0.05) 0%, rgba(6, 58, 161, 0.05) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FAFAFA 29.44%);
}
.slide:hover:not(.active)::after,
.slide:focus:not(.active)::after {    
    animation: hide-gradient 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.slide:hover:not(.active)::before,
.slide:focus:not(.active)::before {    
    animation: visible-text 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

.slide__title {
	color: rgba(255,255,255, 0.6);
	font-weight: 400;
    font-size: 20px;
    line-height: 1;	
    font-family: SourceSansPro-SemiBold;
    font-weight: 600;
    position: absolute;
    top: 24px;
    left: calc(43%);
	margin: 0;
	transform-origin: left top;
    transform: rotateZ(90deg) translateY(-1em);
    white-space: nowrap;
    z-index: 2;
}
.slide__text {
	position: absolute;
	top: 100%;
    right: 32px;
    left: 32px;
    padding: 16px;
    padding-bottom: 48px;
    transform-origin: left top;
    transform: translateY(0) rotateZ(90deg);
    z-index: 2;
}
.slide__text,
.slide__link-block {
	visibility: hidden;
    opacity: 0;
    font-size: 0;
}
.slide__link-block {
	position: absolute;
    bottom: 48px;
    right: 48px;
    display: block;
    z-index: 2;
}
.slide.active .slide__text-info + .slide__text-info {
	margin-top: 22px;
}
.slide__link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    padding-right: 26px;
}
.slide__link::after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url('images/small-blue-arrow-icon.svg') center / cover no-repeat;
	right: 0;
	top: 4px;
}

.slide.active {
    flex-grow: 6;
	padding: 48px;
    color: #000;
    box-shadow: unset;
    cursor: auto;
}
.slide.active .slide__title {
	color: #000;
    font-size: 40px;
    line-height: 50.28px;
    font-family: SourceSansPro-Bold;
    font-weight: 700;
    padding-bottom: 32px;
    top: 48px;
    left: 48px;    
    transform: rotateZ(0) translateY(0);
}
.slide.active .slide__text {
	font-size: 16px;
    transform: translateY(0);
    top: 110px;
}
.slide.active .slide__text,
.slide.active .slide__link-block {
	animation: visible-text 0.75s linear 0.5s forwards;
}

@keyframes visible-text {
	from {
		visibility: hidden;
    	opacity: 0;   
    }
    to {
    	visibility: visible;
    	opacity: 1;
    }
}

@keyframes hide-gradient {
	from {
		visibility: visible;
    	opacity: 1;   
    }
    to {
    	visibility: hidden;
    	opacity: 0;
    }
}

/*-------------------------------HORISONTAL TABS --------------------------------*/
.tabcontainer {
	background-color: var(--main-block-background);
    border-radius: 16px;
    overflow: hidden;
}
.tabheader__items {
	display: flex;
}
.tabheader__item {
	max-width: 200px;
	width: 100%;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.02);
    box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.05);
	position: relative;
    overflow: hidden;
}
.tabheader__item:nth-last-child(2){
    box-shadow: none;
}
.tabheader__item::before {
	position: absolute;
	content: '';
    width: 118px;
    height: 71px;
    top: -61px;
    left: calc(50% - 59px);
    filter: blur(47px);
}
.tabheader__item-title {
	font-size: 14px;
    line-height: 21px;
    font-family: Inter-Regular !important;
    font-weight: 400;
}
.tabheader__item-icon,
.tabheader__item-icon--active {
    font-size: 0;
    margin: 0 auto 8px;
}
.tabheader__item-icon,
.tabheader__item-icon--active,
.tabheader__item-icon svg,
.tabheader__item-icon--active svg {
	width: 48px;
    height: 48px;
}
.tabheader__item:not(.active):hover::before,
.tabheader__item:not(.active):focus::before {
	background: rgba(28, 99, 237, 0.20);
}
.tabheader__item:not(.active):hover svg path,
.tabheader__item:not(.active):focus svg path {
	fill: var(--main-button-color);
	transition: all 0.5s;
}
.tabheader__item.active {
	background: var(--main-block-background);
	box-shadow: none;
}
.tabheader__item.active::before {
    background: rgba(28, 99, 237, 0.40);
}
.tabheader__item.active .tabheader__item-icon,
.tabheader__item-icon--active,
.tabheader__item-arrow-icon {
	display: none;
}
.tabheader__item.active .tabheader__item-icon--active {
	display: block;
}
.tabheader__item-arrow-icon,
.tabheader__item-icon,
.tabheader__item-title {
	opacity: 0.5;
}
.tabheader__item.active .tabheader__item-title,
.tabheader__item.active .tabheader__item-icon,
.tabheader__item.active .tabheader__item-arrow-icon {
	opacity: 1;
	position: relative;
	z-index: 5;
}
.tabheader__item.active .tabheader__item-arrow-icon {
	transform: rotate(180deg);
}
.tabcontent {
	transition: all 0.5s;
    background: transparent;
    padding: 24px;
}
.tabcontent__list {
	margin-bottom: 24px;
}
.tabcontent__description {
	margin-bottom: var(--block-mb);
    font-size: 14px;
    line-height: 1.5;
}
.tabcontent__link,
.vert-tabcontent__link {
	color: var(--main-text-color);
    font-size: 14px;
	text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
}
.tabcontent__link span,
.vert-tabcontent__link span {
	display: inline-block;
	margin-left: 10px;
    width: 24px;
	height: 24px;
}
.tabcontent__list-link,
.vert-tabcontent__list-link {
	position: relative;
    color: var(--main-text-color);
}
.tabcontent__list-link::after,
.vert-tabcontent__list-link::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
    background-color: var(--main-text-color);
}
.tabcontent__images {
	gap: 24px;
    width: 100%;
    min-height: 340px;
}
.tabcontent__image {
	max-width: 564px;
    max-height: 400px;
    border-radius: 18px;
}
.tabcontent.show .tabcontent__image,
.mobile-tabcontent.show .tabcontent__image,
.tabcontent.show .tabcontent__image img,
.mobile-tabcontent.show .tabcontent__image img {
	animation: visible-text 0.5s linear 0.5s forwards;
}
.tabcontent__image img {
	width: 100%;
	height: 100%;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
}
.tabcontent__image,
.tabcontent__image img {
	font-size: 0;
    opacity: 0;
    visibility: hidden;
}
.mobile-tabcontent {
	display: none;
	background-color: transparent;
	padding: 24px;
}
.show {
	display: block;
}
.hide,
.mobile-tabcontent.show,
.vert-mobile-tabcontent.show {
	display: none;
}
.fade {
	animation: fade 1.5s;
}

@keyframes fade {
	from {
		opacity: 0.8;
	}
	to {
		opacity: 1;
	}
}


/*-------------------------------VERTICAL TABS-----------------------------*/
.vert-tabheader-container {
	display: grid;
	width: 100%;
	grid-template-columns: 300px 1fr;
    border-radius: 16px;
    overflow: hidden;
	background: var(--main-bg-color);
	box-shadow: 0px 8px 12px 0px rgba(136, 136, 136, 0.08), 0px 16px 48px 0px rgba(136, 136, 136, 0.08), 0px 32px 64px 0px rgba(136, 136, 136, 0.08);
}
.vert-tabheader__item {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 16px;
	padding: 16px 24px;
    background: rgba(0, 0, 0, 0.02);
	position: relative;
    overflow: hidden;
	cursor: pointer;
    transition: all 0.5s;
}
.vert-tabheader__item::before {
	position: absolute;
	content: '';
    width: 192px;
    height: 192px;
    top: -56px;
    left: -96px;
    filter: blur(77px);
}
.vert-tabheader__item-title {
	font-size: 16px;
    font-family: Inter-Regular;
    font-weight: 400;
}
.vert-tabheader__item-line {
	width: 100%;
    height: 1px;
	opacity: 0.1;
	background: linear-gradient(90deg, rgba(28, 99, 237, 0.00) 0%, #1C63ED 50%, rgba(28, 99, 237, 0.00) 100%);
}
.vert-tabheader__item.active .vert-tabheader__item-icon,
.vert-tabheader__item-icon--active,
.vert-tabheader__item-arrow-icon,
.vert-tabheader__item:hover .vert-tabheader__item-icon,
.vert-tabheader__item:focus .vert-tabheader__item-icon {
	display: none;
}
.vert-tabheader__item.active .vert-tabheader__item-icon--active,
.vert-tabheader__item:hover .vert-tabheader__item-icon--active,
.vert-tabheader__item:focus .vert-tabheader__item-icon--active {
	display: block;
}
.vert-tabheader__item:hover,
.vert-tabheader__item:focus {
	transition: all 0.5s;
}
.vert-tabheader__item:not(.vert-tabheader__item.active):hover .vert-tabheader__item-icon--active,
.vert-tabheader__item:not(.vert-tabheader__item.active):focus .vert-tabheader__item-icon--active,
.vert-tabheader__item-arrow-icon,
.vert-tabheader__item-title {
	opacity: 0.5;
	transition: all 0.5s;
}
.vert-tabheader__item:hover:not(.active)::before,
.vert-tabheader__item:focus:not(.active)::before {
	background-color: rgba(28, 99, 237, 0.05);
}
.vert-tabheader__item-icon,
.vert-tabheader__item-icon--active {
	font-size: 0;
}
.vert-tabheader__item-icon,
.vert-tabheader__item-icon--active,
.vert-tabheader__item-icon svg,
.vert-tabheader__item-icon--active svg {
	width: 36px;
	height: 36px;
}
.vert-tabheader__item.active {
	background: transparent;
}
.vert-tabheader__item.active .vert-tabheader__item-title,
.vert-tabheader__item.active .vert-tabheader__item-arrow-icon {
	opacity: 1;
	position: relative;
	z-index: 5;
}
.vert-tabheader__item.active .vert-tabheader__item-arrow-icon {
	transform: rotate(180deg);
}
.vert-tabheader__item.active::before {
	background-color: rgba(28, 99, 237, 0.40);
}
.vert-tabcontent {
	background: transparent;
    transition: all 0.5s;
}
.vert-tabcontent__icon {
	margin-bottom: 24px;
}
.vert-tabcontent__icon,
.vert-tabcontent__icon svg {
	width: 64px;
    height: 64px;
	margin-bottom: 12px;
}
.vert-tabcontent__title {
	line-height: 1.5;
}
.vert-tabcontent__list {
	margin-bottom: 24px;
}
.vert-tabcontent__description {
	margin-bottom: 48px;
}
.vert-tabcontent__link-block {
	margin-top: auto;
}
.vert-mobile-tabcontent {
	display: none;
	background-color: transparent;
	padding: 24px;
}
.vert-tabcontent.show {
    display: flex;
    flex-direction: column;
}

/*--------------------MODELS BLOCK-----------------------*/
.models-block,
.services-block {
	grid-template-columns: repeat(6, 1fr);
}
.models-block__item-wrapper,
.services-block__item-wrapper {
	margin-bottom: var(--block-mb);
    gap: 24px;
    align-items: center;
}
.models-block__item,
.services-block__item {
	display: flex;
	flex-direction: column;
}
.models-block__item:nth-child(1),
.services-block__item:nth-child(1) {
	grid-column: 1 / 3;
}
.models-block__item:nth-child(2),
.services-block__item:nth-child(2) {
	grid-column: 3 / 5;
}
.models-block__item:nth-child(3),
.services-block__item:nth-child(3) {
	grid-column: 5 / 7;
}
.models-block__item:nth-child(4),
.services-block__item:nth-child(4) {
	grid-column: 1 / 4;
}
.models-block__item:nth-child(5),
.services-block__item:nth-child(5) {
	grid-column: 4 / 7;
}
.models-block__item-icon,
.services-block__item-icon,
.models-block__item-icon svg,
.services-block__item-icon svg {
	width: 48px;
	height: 48px;
	font-size: 0;
}
.services-block__item-title {
	text-align: center;
}
.models-block__item-text,
.services-block__item-text {
	font-size: 14px;
    line-height: 1.5;
}
.models-block__item-link-block,
.services-block__item-link-block {
    margin-top: auto;
    cursor: pointer;
}
.models-block__item-link,
.services-block__item-link {
	font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: transparent;
}
.models-block__item-link span,
.services-block__item-link span {
	display: inline-block;
	margin-left: 12px;
    width: 24px;
    height: 24px;
}
.models-block__item:hover .models-block__item-link,
.models-block__item:focus .models-block__item-link,
.services-block__item-link {
	color: var(--main-text-color);
}
.services-block__item-list-item {
	font-size: 14px;
    line-height: 1.5;
}
.services-block__item-list-item::before {
	top: 5px;
}

.services-box {
	gap: 24px;
	padding: 24px;
	border-radius: 32px;
    background: var(--main-block-background);
}
.services-box__item {
	position: relative;
	overflow: hidden;
	background:linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 50%), var(--main-bg-color);
}
.services-box__item:not(.services-box__item--blue)::before {
	position: absolute;
	content: '';
	width: 120px;
	height: 120px;
	left: -24px;	
	top: -24px;
	filter: blur(77px);
    background-color: rgba(28, 99, 237, 0.40);
}
.services-box__item-wrapper {
	gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}
.services-box__item-icon,
.services-box__item-icon svg {
	width: 48px;
	height: 48px;
    font-size: 0;
}
.services-box__item--blue {
	background: linear-gradient(0deg, #1C63ED 0%, #063AA1 100%);
   	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.services-box__item-text {
	font-size: 14px;
    line-height: 1.5;
}
.services-box__item--blue .services-box__item-title,
.services-box__item--blue .services-box__item-text {
	color: var(--main-bg-color);
}
.services-box__item--blue .services-box__item-text {
	padding-bottom: 24px;
}
.services-box--four-blocks .services-box__item--two {
	grid-column: 2 / 4;
}
.services-box--four-blocks .services-box__item--three {
	grid-column: 1 / 3;
}
.services-box--vertical-first .services-box__item--one {
	grid-row: 1 / 3;
}
.services-box--vertical-first .services-box__item--blue {
	grid-column: 2 / 4;
}
.services-box__item-btn {
	margin-top: auto;
	min-width: unset;
}

/*-----------------------------ACHIEVEMRNTS CONTACT FORN --------------------------*/
.contacts {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 128px;
}
.contactform-title {
	color: #333;    
    text-align: center;
    margin-bottom: 40px;
}
.contactform-wrapper {
	gap: 40px;
    align-items: flex-start;
}
.contactform-wrapper .contactform-cont-us {
	grid-template-columns: 260px 368px;
    max-width: 640px;
    margin: unset;
}
.contactform-wrapper .contactform-cont-us input {
	max-width: 260px;
    margin-bottom: 12px;
}
.contactform-wrapper .contactform-cont-us textarea {
	max-width: 368px;
    min-height: 168px;
    margin-bottom: unset;
    resize: none;
}
.contacts-form input,
.contacts-form textarea,
.contactform-cont-us__input-file .codedropz-upload-handler {
    background: var(--main-bg-color);
    border: 1px solid #E4E5E7;
    border-radius: 8px;
    padding: 12px 16px;
    color: #777;
    font-size: 16px;
    line-height: 1.35;
    width: 100%;
    margin-bottom: 9px;
    font-family: Inter-Light !important;
    font-weight: 300 !important;
}
.contactform__submit-btn {
    display: flex;
    justify-content: center;
    height: 80px;
}
.contacts-form.new-contacts-form .wpcf7-submit {
	position: static;
    left: unset;
    bottom: unset;
    transform: unset;    
    padding: 13px 35px;
    font-size: 18px;
    border-radius: 26px;
}
.contactform-cont-us__input-file {
	grid-column: 1 / 3; 
}
.contactform-cont-us__input-file .codedropz-upload-container {
    padding: 29px 24px;
}
.contactform-cont-us__input-file .codedropz-upload-handler {
	border: 1px dashed #E4E5E7;
    margin-bottom: unset;
    margin-top: -12px;
}
.contactform-cont-us__input-file .codedropz-upload-inner {
	display: flex;
    gap: 5px;
    justify-content: center;
}
.contactform-cont-us__input-file .dnd-upload-counter {
    display: none;
}
.contactform-cont-us__input-file + p {
	height: 0;
}
.contactform-cont-us__input-file .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: underline;
    box-shadow: none;
    color: #0004FD;
}
.new-contacts-form form {
	position: relative;
}
.contactform-info__item {
	width: 254px;
	padding: 24px;
    border-radius: 8px;
	text-align: center;
	background: linear-gradient(180deg, rgba(241, 241, 241, 0.30) 0%, rgba(241, 241, 241, 0.00) 100%), #FAFAFA;
	box-shadow: 0px 2px 8px 0px rgba(0, 85, 147, 0.09);
}
.contactform-info__item-number {
	color: var(--main-button-color);
	font-family: SourceSansPro-Bold;
    font-weight: 700;
	font-size: 46px;
    line-height: 1.5;
}
.contactform-info__item-text {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25; 
}
.new-contacts-form .dnd-upload-status .dnd-upload-details .name {
	color: #0004FD;
}

div.wpcf7-response-output {
    border: none!important;
    text-align: center;
}
.checkbox-block {
    height: 150px;
    width: 100%;
    display: none;
    text-align: center;
    margin-bottom: 30px;
}
.checkbox-img {
    height: 150px;
    width: 150px;
    display: inline-block;
    background: url('images/checkbox.svg');
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent!important;
    color: var(--main-text-color);
    font-size: 24px;
    font-family: Inter-Medium;
    font-weight: 500;
    text-align: center;
    margin-bottom: 48px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
}
.new-contacts-form .wpcf7-response-output {
	position: absolute;
    top: 50%;
    left: 49%;
    width: 50%;
}
.reseller-form .wpcf7 form.sent .wpcf7-response-output {
	margin-bottom: unset;
    margin: unset !important;
}
.reseller-form-wrapper + .checkbox-block .checkbox-img {
    height: 160px;
    width: 160px;
    background: url("images/reseller-form-response-img.svg");
}
.reseller-form-wrapper + .checkbox-block {
    height: 160px;
}
.reseller-form-wrapper .wpcf7-spinner {
	left: calc(50% - 26px);
}
.reseller-form-wrapper .wpcf7-not-valid-tip {
	display: none !important;
}
.reseller-form-wrapper .wpcf7-not-valid {
	background: #f1d2d0;
}


 /*-------------POPUP GET IN TOUGHT------------------*/
 .popup__content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    /*linear-gradient(180deg, rgba(28, 99, 237, 0.08) 0%, rgba(28, 99, 237, 0.02) 100%), rgba(255,255,255,1);*/
    -webkit-backdrop-filter: blur(250px);
    backdrop-filter: blur(250px);
}
.popup {
    max-width: 1096px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__close {
    position: absolute;
    right: 48px;
    top: 48px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 13;
}
.popup__details {
    margin-left: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.popup__details-item {
    display: flex;
}
.popup__details-item + .popup__details-item {
    margin-top: 12px;
} 
.popup__details-img,
.popup__details-text,
.popup__form {
    border-radius: 16px;
    background-color: var(--main-bg-color);
    padding: 24px;
    box-shadow: 0px 16px 72px 0px rgba(28, 99, 237, 0.12);
}
.popup__form {
    padding: 48px;
    max-width: 536px;
    width: 100%;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px); 
    position: relative;
}
.popup__form.transparency {
    background-color: transparent;
}
.popup__details-title,
.popup .form-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
}
.popup__details-img {
    width: 96px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);  
}
.popup__details-text {
    max-width: 332px;
    width: 100%;
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);  
}

.popup__form input, 
.popup__form .wpcf7 textarea,
.wpcf7 input,
.wpcf7 textarea {
    color: var(--main-text-color);
    padding: 12px 16px;
    border-radius: 8px;
	background: rgba(28, 99, 237, 0.04);
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.34;
    border: none;
    outline: transparent;
}
.popup__form .wpcf7 textarea,
.wpcf7 textarea {
    height: 180px;
    resize: none;
    margin-bottom: unset;
}
.popup__form input::placeholder,
.popup__form textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #777777!important;
    font-size: 16px!important;
    line-height: 21.44px!important;
    font-family: Inter-Light!important;
    font-weight: 300!important;
}
.popup__form .wpcf7-submit,
.wpcf7 .wpcf7-submit {
    max-width: 440px;
    width: 100%;
    text-align: center;
    color: var(--main-bg-color);
    font-family: SourceSansPro-Bold !important;
    font-weight: 700 !important;    
    padding: 13px 135px;
    margin-bottom: unset;
    text-transform: uppercase;
    background-color: var(--form-button-color);
    border-radius: 24px;
    border: none;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0 8px 8px 0 rgba(255, 114, 5, 0.12);
}
.popup__form .wpcf7-submit:hover,
.popup__form .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
    background-color: var(--main-bg-color);
    color: var(--form-button-color);
}

.popup__form .wpcf7-response-output {
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    display: none;
    border-radius: 8px;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}
.popup__form .wpcf7-response-output.show {
    display: flex;
}

.faded {
    -webkit-animation: faded .4s ease-in;
            animation: faded .4s ease-in;
}
@-webkit-keyframes faded {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes faded {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1165px) {
    .popup__details {
        margin-left: 60px;
    }
}
@media (max-width: 1105px) {
    .popup__content {
        overflow-y: auto;
    }
    .popup {
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 500px;
    }
    .popup__close {
        right: 24px;
        top: 24px;
    }
    .popup__form {
        padding: 24px;
        max-width: 470px;
    }
    .popup__details {
        margin-left: unset;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .popup__details-title, 
    .popup .form-title {
        margin-left: unset; 
        margin-bottom: 35px;
        font-size: 35px;
        text-align: center;
    }
    .popup__form .wpcf7-submit {
        max-width: unset;
        padding: 13px;
    }
    .popup__form .wpcf7-response-output {
        position: static;
        padding-top: 48px!important;
        padding-bottom: 30px!important;
        /* top: 40px;
        transform: unset; */
    }
}

.reseller-form__box {
	padding: 48px;
	background-color: var(--main-bg-color);
	box-shadow: 0px 16px 72px 0px rgba(28, 99, 237, 0.12);
}
.reseller-form-wrapper {
    position: relative;
}
.reseller-form-wrapper p:first-child {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.reseller-form-wrapper + p span {
	display: block;
}
.reseller-form-wrapper input {
	max-width: 360px;
    margin-bottom: unset;
}
.wpcf7 textarea {
	height: 100px;
}
.wpcf7-form-control-wrap:has(.wpcf7-textarea) {
	display: block;
    width: 100%;
    margin-bottom: 32px;
}
.popup__form .wpcf7-form-control-wrap:has(.wpcf7-textarea) {
    margin-bottom: unset;
}
.reseller-form-wrapper .check-policy {
	text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter-Regular';
    letter-spacing: 0.25px;
    margin-bottom: 36px;
}
.reseller-form-wrapper .wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
}
.reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 18px;
    height: 18px;
    top: 0px;
    left: 3px;
}
.reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 4px;
    height: 18px;
    width: 18px;
    top: 0px;
    left: 5px;
    border: 2px solid var(--main-button-color);
}
.reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] + span::after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 18px;
    width: 18px;
    top: 0px;
    left: 5px;
    visibility: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    color: var(--main-bg-color);
    background-color: var(--main-button-color);
}
.reseller-form-wrapper .wpcf7-acceptance input[type=checkbox]:checked + span::before {
    background: transparent;
}
.reseller-form-wrapper .wpcf7-acceptance input[type=checkbox]:checked + span::after {
    visibility: visible;
}
.reseller-form-wrapper .wpcf7-list-item-label {
    margin-left: 34px;
    display: inline-block;
}
.reseller-form-wrapper .invalid-check {
    display: none;
    color: red;
    font-weight: 400;
    font-family: Inter-Regular;  
}
.reseller-form-wrapper .check-policy .wpcf7-not-valid-tip {
    display: none !important;
}
.reseller-form-wrapper p:has(.wpcf7-submit) {
	text-align: center;
}
.reseller-form-wrapper .check-policy a {
	display: inline;
}


/*----------------------------FAQ-----------------------------*/
.page-faq__title {
	color: #000;
    margin-bottom: 48px;
}
.faq__item {
	padding: unset;
    background-color: #fafafa;
    border-radius: 8px;
}
.protection-faq__questions-item + .protection-faq__questions-item,
.faq__item + .faq__item {
    margin-top: 12px;
}
.faq__item-question {
    display: flex;
    padding: 30px 40px;
    transition: all .3s;  
    cursor: pointer;
}
.faq__item-question-text {
    font-size: 20px !important;
    line-height: 1.2;
    padding-right: 24px;
}
.faq__item-question-icon {
    width: 28px;
    height: 16px;
    transition: all .3s;
    margin-left: auto;
}
.faq__item-answer {
    padding-left: 40px;
    padding-right: 146px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    color: #2b2b2b;
    font-weight: 400;
    font-family: Inter-Regular !important;
    transition: all .3s;
}
.open .faq__item-question {
    color: var(--main-button-color);
}
.open .faq__item-answer {
    visibility: visible;
    padding-bottom: 24px;
}
.open .faq__item-question-icon {
    transform: rotate(180deg) translateY(-5px);
}

/*-----------------------------CLINIC TYPES -----------------------------*/

.clinic-types__inner {
	grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.clinic-types__item {
	border-radius: 16px;
    padding: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 50%), #FFF;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clinic-types__item::before {
	position: absolute;
    content: '';
  	width: 96px;
    height: 96px;
    background: rgba(28, 99, 237, 0.40);
	filter: blur(77px);
    left: -24px;
	top: -24px;
}
.clinic-types__item-icons,
.clinic-types__item-icon,
.clinic-types__item-icon svg {
	display: inline-block;
	width: 80px;
    height: 80px;
}
.clinic-types__item-title {
	display: inline-block;
	text-align: center;
    max-width: 105px;
}
.clinic-types__item:hover,
.clinic-types__item:focus-within {
	background: linear-gradient(0deg, #1C63ED 0%, #063AA1 100%);
	transition: all 0.4s;
}
.clinic-types__item:hover .clinic-types__item-title,
.clinic-types__item:focus-within .clinic-types__item-title {
	color: var(--main-bg-color);	
}
.clinic-types__item-icon.clinic-types__item-icon--hover,
.clinic-types__item:hover .clinic-types__item-icon {
	display: none;
}
.clinic-types__item:hover .clinic-types__item-icon.clinic-types__item-icon--hover,
.clinic-types__item:focus-within .clinic-types__item-icon.clinic-types__item-icon--hover {
	display: block;
}
#p-220 .clinic-types__item--private,
#p-235 .clinic-types__item--public,
#p-215 .clinic-types__item--small,
#p-223 .clinic-types__item--dental,
#p-285 .clinic-types__item--beauty,
#p-281 .clinic-types__item--chains,
#p-556 .clinic-types__item--individual {
	display: none;
}


/* ------------MEDIA STYLES-------------------  */

@media (max-width: 1250px) {
	.contactform-wrapper {
    	flex-direction: column;
    	align-items: center;
    }
    .new-contacts-form .wpcf7 form .wpcf7-response-output {
    	width: 100%;
    	top: calc(50% + 260px);
        left: 50%;
        transform: translateX(-50%);
        margin: unset;
	}   

    .header {
    	padding-top: 30px;
        padding-bottom: 30px;
        box-shadow: unset;
    }
	.header__nav {
    	gap: 24px;
        justify-content: flex-end;
    }
    .header__nav-btn {
		display: none;
	}
	.header__nav.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        background-color: var(--main-bg-color);
        z-index: 80;        
    }
    .header__nav-logo {
        margin-right: auto;
    }
    .header__nav.justify-elements .header__nav-logo {
    	display: none;
    }
    .header__nav-mobile-btn,
    .header__nav-mobile-close-btn.show-btn {
        display: flex;
    }
    .header__nav-mobile-close-btn.show-btn {
        margin-right: auto;
    }
    .header__nav-list {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        display: block;
        top: 66px;
        left: -12px;
        right: -12px;
        z-index: 7;
    }
    .header__nav-list.show {
        z-index: 80;
        left: -15px;
        right: -15px;
        padding: 0px 15px 120px;
        opacity: 1;
        visibility: visible;
        height: 100vh;
        overflow: auto;
        background-color: var(--main-bg-color);
        animation: show 0.4s ease forwards;
    }
    .header__nav-submenu-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        z-index: 100;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        background-color: #fff;
    }
    .header__nav-submenu-mobile.open {
    	display: block;
        height: 100vh;
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;  
    }
    .header__nav-submenu-mobile.open .header__nav-btn.header__nav-btn--mobile {
    	display: block;
        width: 100%;
        margin-top: 48px;
        text-align: center;
    }
    .header__nav-sublist-item,
    .header__nav-list-item--contact {
        display: block;
    }
    .header__nav-sublist-link {
        width: 100%;
        padding: 8px 12px;
        font-size: 16px;
    }
    .header__nav-sublist-btn {
        display: inline-block;
        position: absolute;
		right: -14px;
        top: -4px;
        transform: rotate(270deg);
    }
    .header__nav-list-item {
        padding: 8px 12px 8px 0;
    }
    .header__nav-sublist-item,
    .header__nav-list-item:hover .header__nav-sublist-item,
    .header__nav-list-item:focus .header__nav-sublist-item,
    .header__nav-list-item:focus-within .header__nav-sublist-item {
        left: 0;
    }
    .header__nav-list-item.header__nav-list-item--contact {
    	margin-top: 42px;
        padding: unset;
    }
    .header__nav-list-item-link {
    	position: relative;
        padding-left: unset;
    }
    .header__nav-list-item-link.static-position {
    	position: static;
    }
    .header__nav-list-item-link .header__nav-list-svg,
    .header__nav-list-submenu-toggle,
    .header__nav-submenu-wrapper {
    	display: none;
    }
    .header__nav-list-item--contact .header__nav-list-item-link {
    	width: 100%;
    }
    .header__nav-sublist-item--contact:hover::before,
    .header__nav-sublist-item--contact:focus::before,
    .header__nav-sublist-item--contact:active::before {
    	width: calc(100% - 24px);
    }
}

@media (max-width: 1050px) {

    /*----------------HORISONTAL TABS-----------------*/
    .tabcontainer {
    	min-height: unset;
    }
    .tabheader__items {
		flex-direction: column;
	}
	.tabheader__item {
		display: flex;
		align-items: center;
    	gap: 8px;
		max-width: unset;
        text-align: left;
        padding: 24px;
        border-radius: unset;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
	}
    .tabheader__item-icon,
    .tabheader__item-icon--active {
        width: 48px;
        height: 48px;
        margin: unset;
    }
	.tabheader__item svg {
		width: 48px;
		height: 48px;
	}
	.vert-tabheader__item-arrow-icon,
	.tabheader__item-arrow-icon {
		font-size: 0;
		margin-left: auto;
	}
	.tabheader__item-arrow-icon svg {
		width: 24px;
		height: 24px;
	}
    .tabheader__item-title {
    	font-size: 18px;
	}	
	.tabheader__item::before,
	.tabheader__item--one.active::before,
	.tabheader__item--two.active::before,
	.tabheader__item--three.active::before {
		width: 100%;
		top: -114px;
        left: 0;
		filter: blur(40px);
	}
	.mobile-tabcontent,
	.tabheader__item-arrow-icon,
	.vert-tabheader__item-arrow-icon,
    .mobile-tabcontent.show,
    .tabheader__item.active .tabheader__item-icon--active {
		display: block;
	}
	.tabcontent,
	.vert-tabcontent,
    .mobile-tabcontent.hide	 {
		display: none;
    }
    .tabcontent__images {
        min-height: unset;
	}
    .tabcontent__image {
        max-height: unset;
    }

    /*----------------VERTICAL TABS-----------------*/
    .vert-tabheader-container {
		display: block;
	}
    .vert-tabheader__item {
    	padding: 24px;
    }
	.vert-mobile-tabcontent.show {
		display: flex;
		flex-direction: column;
	}
    .vert-tabcontent.show,
	.vert-mobile-tabcontent.hide {
		display: none;
	}
    .vert-tabheader__item {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.00) 50%), rgba(0, 0, 0, 0.02);
    }
	.vert-tabheader__item::before {
		position: absolute;
		content: '';
		width: calc(100% + 20px);
		height: 120px;
		top: -114px;
		left: -10px;
		right: -10px;
		filter: blur(40px);
	}
    .vert-tabcontent__icon,
    .vert-tabcontent__description {
    	margin-bottom: 24px;
	}
    
    .models-block,
    .services-block {
    	grid-template-columns: 1fr;
	}
    .models-block__item:nth-child(1),
    .models-block__item:nth-child(2),
    .models-block__item:nth-child(3),
    .models-block__item:nth-child(4),
    .models-block__item:nth-child(5),
    .services-block__item:nth-child(1),
    .services-block__item:nth-child(2),
    .services-block__item:nth-child(3),
    .services-block__item:nth-child(4),
    .services-block__item:nth-child(5),
    .services-box--four-blocks .services-box__item--darkviolet,
    .services-box--four-blocks .services-box__item--darkblue,
    .services-box--vertical-first .services-box__item--white {
    	grid-column: unset;
    }
	.services-box--vertical-first .services-box__item--darkred {
		grid-row: unset;
	}
    .services-box {
    	gap: 12px;
        margin-left: -15px;
        margin-right: -15px;
    }    
    .services-box__item {
    	padding: 16px;
    }
    
    /*--------------APP BUILD PROCESS---------------------*/
    .app-build {
    	padding-bottom: 12px;
        border-radius: 16px;
    }
    .app-build__process {
    	position: relative;
    }
  /*  .app-build__process::before {
		position: absolute;
        content: '';
        background: url('images/vertical-gradient-top-black.svg') center / cover no-repeat;
        width: 2px;
        height: 41px;
        top: -32px;
        left: 5px;
    }*/
    .app-build-three .app-build__process,
    .app-build-two .app-build__process {
    	grid-template-columns: repeat(1, 1fr);
	}
    .app-build__process-details--one {
    	 grid-row: 2 / 3;
    }
    .app-build__process-details--two {
    	 grid-row: 4 / 5;
    }
    .app-build__process-details--four {
    	 grid-row: 8 / 9;
    }
    .app-build__process-details--five {
    	 grid-row: 10 / 11;
    }
    .app-build__process-details--seven {
    	 grid-row: 14 / 15;
    }
    .app-build__process-details--eight {
    	 grid-row: 16 / 17;
    }
    .app-build-two .app-build__process-details--three {
    	 grid-row: 6 / 7;
    }
    .app-build-two .app-build__process-details--nine {
    	 grid-row: 18 / 19;
    }
    .app-build__process-details {
        padding: 0px 0px 12px 50px;
        margin-bottom: 12px;
        cursor: initial;
    }
    .app-build__process-details:hover,
    .app-build__process-details:focus {
        background-color: transparent;
    }
    .app-build__process-details::after {
        position: absolute;
    	content: '';
        width: 2px;
        height: calc(100% + 36px);
        top: 0px;
        left: 5px;
    }
    .app-build__process-details::before {
       display: none;
    }
    .app-build__process-title {
    	padding-bottom: 12px;
        padding-left: 0;    
        padding-right: 0; 
        margin-left: unset;
    }
	.app-build__process-circle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        flex-shrink: 0;
        background-color: var(--main-button-color);
    }
    .app-build__process-title::after {
        position: absolute;
    	content: '';
        width: 2px;
        height: 100%;
        top: 0;
        left: 5px;
        background-color: var(--main-button-color);
    }
    .app-build__process-title--one::after {
    	top: calc(50%);
    }
    .app-build__process-title--one::before {
		position: absolute;
        content: '';
     	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 100%);
        background-size: 10px 10px;
        width: 2px;
        height: calc(50% + 48px);
        bottom: calc(50%);
        left: 5px;
        z-index: -1;
    }
    .app-build__process-title--ten::after {
        height: calc(50% - 12px);
    }
    .app-build-three .app-build__process-details:nth-child(4)::after,
    .app-build-three .app-build__process-details:nth-child(3n + 4)::after,
    .app-build-three .app-build__process-details:nth-child(3n + 6)::after,
    .app-build-three .app-build__process-details:nth-child(3n + 5):is(:last-child)::after, 
    .app-build-three .app-build__process-details:nth-child(3n + 4):is(:last-child)::after,
    .app-build-two .app-build__process-details:not(.app-build__process-details--one)::after,
    .app-build-two .app-build__process-details:nth-child(odd):not(.app-build__process-details--one)::after,
    .app-build-two .app-build__process-details:nth-child(3):is(:last-child)::after,
    .app-build-two .app-build__process-details:nth-child(4n + 6):is(:last-child)::after {
    	left: 5px;
    	width: 2px;
	}
    .app-build__process-box--last .app-build__process-details::after,
    .app-build-two .app-build__process-details:last-child::after,
    .app-build-three .app-build__process-details:nth-child(3n + 4):is(:last-child)::after,
    .app-build-three .app-build__process-details:nth-child(3n + 5):is(:last-child)::after,
    .app-build-three .app-build__process-details:nth-child(3n + 6):is(:last-child)::after {
        background: url('images/vertical-gradient-bottom-black.svg') center / cover no-repeat;
        width: 2px;
        height: calc(100% + 24px);
        top: 0;
    }
    .app-build__process-title--ten::before,
    .app-build__process-title:last-child::before,
    .app-build-three .app-build__process-title:nth-child(6n - 3):is(:nth-last-child(4))::before,
    .app-build__process-title:nth-last-child(-n + 3)::before {
   		position: absolute;
        content: ''; 
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 100%);
    	background-size: 10px 10px;
        height: calc(50%);
        width: 2px;
        left: 5px;
        top: calc(50% + 1px);
    } 
    .app-build__process-title:last-child::after,
    .app-build__process-title:nth-last-child(-n + 3)::after,
    .app-build-three .app-build__process-title:nth-child(6n - 3):is(:nth-last-child(4))::after {
    	height: 50%;
    }
    .app-build__process-text {
        font-size: 12px;
	}
    .app-build__process-text::before {
    	display: none;
    }
    .app-build__process-link {
    	font-size: 11px;
    	color: var(--main-text-color);
    } 
    .services-box--four-blocks .services-box__item--two,
    .services-box--four-blocks .services-box__item--three,
    .services-box--vertical-first .services-box__item--blue {
    	grid-column: unset;        
    }
    .services-box--vertical-first .services-box__item--one {
    	grid-row: unset;
    }
    .clinics-solution__item {
    	gap: 48px;
    }   
 
  /*----------------HORISONTAL SLIDER-----------------*/
    .slides-wrapper {
		height: auto;
		flex-direction: column;
	}
	.slide {
        width: 100%;
        padding: 24px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25) inset;
        transition: 0.5s linear;
	}
	.slide.active {
        height: auto;
        padding: 24px;
	}
	.slide__title,
    .slide.active .slide__title,
    .slide__text,
    .slide.active .slide__text,
    .slide__link-block {
		position: relative; 
		top: unset;
		left: unset;
        bottom: unset;
		right: unset;
		transform: unset;
	}
    .slide__title {
        white-space: unset;
    }
    .slide.active .slide__title {
    	animation: none;
    }
    .slide__text {
        padding: unset;
    }
    .slide.active .slide__text {
        padding-bottom: 48px;
    }
    .slide__link {
        font-size: 0;
    }
    .slide.active .slide__link {
        font-size: 14px;
    }
    .slide.active .slide__text,
    .slide.active .slide__link-block {
    	animation: visible-text 0.7s linear 0.3s forwards;
	}
    
    /*-----------------THREE BLOCKS-----------------*/
    .three-blocks__inner {
        flex-direction: column;
        gap: 24px;
    }
    .three-blocks__inner-item {
    	width: unset;
    }
    
    .pricing__block-slogan-info,
    .pricing__individual-slogan {
    	gap: 16px;
    	align-items: flex-start;
    	flex-direction: column-reverse;
	}
    .pricing__block,
    .pricing__individual {
	   padding: 24px;
	}
     
    .clinic-types__inner {
		grid-template-columns: repeat(2, 1fr);
	}
    .clinic-types__item-title {
    	max-width: unset;
        text-align: left;
	}
}

@media (max-width: 980px) {
    .pricing__block-users-calculation {
    	gap: 4px;
    	flex-direction: column;
	}
    .pricing__block-users {
    	max-width: unset;
    }
    .pricing__block-users-info {
        margin-bottom: 20px;
    }
    
    /*--------------------FOOTER--------------------------*/
     .footer__menu {
        flex-direction: column;
    }
    .footer__menu-block + .footer__menu-block,
    .footer__menu-list {
        margin-top: 12px;
    }
    .footer__menu-title,
    .footer__menu-link--first {
        margin-bottom: 8px; 
        cursor: pointer;
    }
    .footer__menu-title,
    .footer__menu-item {
        position: relative;
        transition: all .3s;
    }
    .footer__menu-arrow {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0px;
    }
    .footer__menu-sublist {
        opacity: 0;
        height: 0;    
        visibility: hidden;
        margin-left: 12px;
    }
    .footer__menu-sublist.open {
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all .7s ease-in-out;
    }
    .footer__menu-sublist .footer__menu-link,
    .footer__menu-item--contact {
        padding: 5px 15px;
        width: 100%;
        border-radius: 4px;
    }
    .footer__menu-sublist .footer__menu-link:hover,
    .footer__menu-sublist .footer__menu-link:focus,
    .footer__menu-item--contact:hover,
    .footer__menu-item--contact:focus {
    	background-color: rgba(250, 250, 250, 0.2);
    }
    .pricing__block-btn {
	    white-space: unset;
	}
    .blogposts__item-info {
    	padding: 24px;
	}
    .pricing__box {
        flex-direction: column;
    }
    .pricing__block,
    .pricing__individual {
        max-width: unset;
        padding: 24px;
	}
    .pricing__block-description {
        margin-bottom: 9px;
    }
    .pricing__block-users-info,
    .pricing__block-price {
        margin-bottom: 12px;
    }
    .pricing__block-price {
    	margin-bottom: 0;
    }
    .pricing__individual-profit-list {
    	margin-bottom: unset;
	}
}

@media (max-width: 880px) {
    .app-steps {
    	margin-bottom: 48px;
    }
    .app-steps__inner {
    	justify-content: left;
        flex-direction: column-reverse;
	}
	.app-steps__inner-image {
    	flex-shrink: 1;
        max-width: 438px;
    	max-height: 438px;
        width: 100%;
    	height: 100%;
        margin: 0 auto;
    }
    .app-steps__inner-image img {
        width: 100%;
    	height: 100%;
		object-fit: cover;
    }
    .app-steps__list {
    	margin-bottom: 48px;
	}
    .contactform-info__item {
    	width: 170px;
    	height: unset;
    }
    
    .clinics-solution__item,
    .clinics-solution__item:nth-child(odd) {
        flex-direction: column;
        gap: 24px;
    }
    .clinics-solution__item-info {
        max-width: unset;
    }
    .clinics-solution__item-img {
        align-self: center;
    }
    .clinics-solution__item-info p + p {
		margin-top: 8px;
	}
    .clinics-solution__item-title {
        margin-bottom: 12px;
    }   
    #p-961 .pricing__choose-wrapper {
    	flex-direction: column-reverse;
	}
}

@media (max-width: 800px) {
    .contactform-wrapper .contactform-cont-us {
    	grid-template-columns: 1fr;
	}
    .contactform-cont-us__input-file {
    	grid-column: 1 / 2;
	}
    .contactform-wrapper .contactform-cont-us,
    .contactform-wrapper .contactform-cont-us input,
    .contactform-wrapper .contactform-cont-us textarea {
	    max-width: unset;
	}
    .contactform-wrapper .contactform-cont-us .contactform-cont-us__input-phone input {
    	margin-bottom: unset;
    }
    .contactform-cont-us__input-file .codedropz-upload-handler {
	    margin-top: -8px;
	}
    .contactform-wrapper .contactform-info {
    	grid-template-columns: 1fr 1fr;
    }
    .protection-faq__questions-answer {
        padding-right: 24px;
    }
    .protection-faq__inner {
    	grid-template-columns: repeat(2, 1fr);
    }
    .protection-faq__item--hipaa .protection-faq__item-img,
    .protection-faq__item--hipaa .protection-faq__item-img img {
        width: 146px;
    } 
    .tabcontent__images {
       	flex-direction: column;
        align-items: center;
	}
    
    .blogposts__items {
        flex-direction: column;
    }
    .blogposts__item {
        max-width: unset;
    }
    .blogposts__item-img {
    	max-height: 390px;
	}
    
    .pricing__choose-wrapper {
    	flex-direction: column;
	}
    .pricing-dropdown-menu,
    .pricing-discount-menu {
    	width: 100%;
        top: 58px;
        transform-origin: top;
    }
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-checkup {
    	display: none;
    }
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-currency-country {
    	font-size: 14px;
        margin-top: 2px;
    }
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-currency-name {
    	line-height: 1.35;
    }
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-flag {
	    margin-top: 2px;
	}
    .reseller-form-wrapper .wpcf7-form-control-wrap {
    	display: block;
    	width: 100%;
	}
    .reseller-form-wrapper input {
    	max-width: unset;
	}
    .reseller-form-wrapper .wpcf7-list-item-label {
        margin-left: 34px;
        position: relative;
    }
    .reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] + span::before, 
    .reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] + span::after {
        left: -30px;
    }
    .reseller-form-wrapper .wpcf7-acceptance input[type=checkbox] {
	    top: -21px;
    	left: 4px;
	}
    .reseller-form-wrapper .check-policy .wpcf7-list-item {
        margin: 0;
    }
    .reseller-form-wrapper .check-policy {
    	text-align: left;
    }
    .wpcf7 .wpcf7-submit {
    	white-space: unset;
        padding: 13px 24px;
    }
}

@media (max-width: 640px) {
    .app-steps {
    	clip-path: unset;
	}
    .app-steps__details + .app-steps__details {
    	margin-top: 12px;
	}	
       
    .faq__item-answer {
    	padding-left: 12px;
        padding-right: 60px;
    }
    .about-app__inner {
    	grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
    .about-app__item {
    	padding: 0 12px;
	}
    .about-app__item-img,
    .about-app__item-img img,
    .about-app__item-img svg {
        width: 72px;
        height: 72px;
        margin: 0 auto 12px;
    }
    .about-app__item-info {
    	padding: unset;
    }
    .protection-faq__item {
    	padding: 12px;
	}
    .vert-tabcontent__title,
    .tabcontent__description,
    .clinics-solution__item-title {
    	margin-bottom: 12px;
    }
    .common-description,
    .page-faq__title {
   		 margin-bottom: 24px;
    }
    .faq__item-question,
    .protection-faq__questions-item {
        padding: 30px 12px;
    }
    details > summary:first-of-type {
        padding-right: 48px;
    }
    .protection-faq__block-item {
   		padding: 12px;
   	}	
   	.services-box {
   		padding: 16px;
   	}
   	.three-blocks__inner-item {
    	padding: 24px;
        font-size: 30px;
    	line-height: 36px;        
    }
    
    .header__nav {
        justify-content: flex-end;
    }
    .header__nav-logo {
        margin-right: auto;
        width: 150px;
    }
    .header__nav-logo img {
        object-fit: cover;
    	width: 100%;
    	height: 100%;
    }
    .header__nav-list {
        top: 62px;
    }
    .clinics-solution__item + .clinics-solution__item {
		margin-top: 48px;
	}
    
    .pricing__switch {
    	flex-direction: column;
    }
    .clinic-types__inner {
		grid-template-columns: repeat(1, 1fr);
	}
    .header__nav-login {
    	display: none;
    }
    .reseller-form__box {
    	padding: 24px;
    }
    .reseller-form-wrapper + .checkbox-block {
    	margin-top: 24px;
    }
    .reseller-form .wpcf7 form.sent .wpcf7-response-output {
        margin-bottom: 24px;
    }
    .reseller-form .wpcf7 textarea {
        height: 150px;
    }
    .clinic-types__inner {
    	gap: 12px;
    }
    .clinic-types__item {
    	flex-direction: row;
        gap: 24px;
    }
    .clinic-types__item-icons,
    .clinic-types__item-icon,
    .clinic-types__item-icon svg {
        width: 48px;
        height: 48px;
        margin-bottom: unset;
    }
}

@media (max-width: 480px) {
    .app-steps {
        padding-top: 48px;
        padding-bottom: 48px;
	}
    .app-steps__title {
	    margin-bottom: 24px;
	}
    .app-steps__list-item + .app-steps__list-item {
        margin-top: 12px;
	}
    .app-steps__slogan {
        margin-bottom: 46px;
    }
    .contactform-cont-us__input-file .codedropz-upload-inner div:not(.codedropz-btn-wrap),
    .contactform-cont-us__input-file .codedropz-upload-inner span {
    	display: none;
    }
    .contactform__submit-btn {
    	display: block;
	    justify-content: unset;
	}	
    .new-contacts-form .dnd-upload-status .dnd-upload-image,
	.new-contacts-form .dnd-upload-status .dnd-upload-details .name em {
    	display: none;
	}
	.new-contacts-form .dnd-upload-status .dnd-upload-details .name {
		padding-right: unset;
	}
    .about-app__inner {
    	row-gap: 6px;
    }
    .center-btn,
    .open-popup-btn,
    .blogposts__item-link {
    	max-width: unset;
        width: 100%;
    }
    .center-btn,
    .center-btn-wrapper .center-btn,
    .top-info__details-btn {
    	min-width: unset;
        white-space: unset;
    }
    
    .pricing__block-slogan-info,
    .pricing__individual-slogan {
         align-items: center;
    }
    .pricing__block-prices {
        gap: 4px;
        flex-direction: column;
    }
    .pricing__block-old-price,
    .pricing__individual-old-price,
    .pricing__block-price,
    .pricing__individual-price {
        line-height: 1;
    }
    .pricing__switch-text:first-child {
    	text-align: end;
    }
    .protection-faq__item-title {
        font-size: 18px;
    } 
    .pricing__block-reseller-data,
    .pricing__individual-reseller-data {
        font-size: 60px;
    }
}

@media (max-width: 420px) {
    .app-steps__link img {
        object-fit: cover;
    	width: 100%;
    	height: 100%;
    }
    .app-steps__btn {
    	width: 100%;
        min-width: unset;
        white-space: unset;
    }
    .contactform-info__item {
        width: 147px;
    }
    .app-build {       
        padding-left: 24px;
        border-radius: 8px;
    }
    .wpcf7-spinner {
    	left: 41%;
    }
}

@media (max-width: 370px) {
    .protection-faq__item-img,
    .protection-faq__item-img img {
        width: 100px;
        height: 100px;
    }
    .protection-faq__item--hl7 .protection-faq__item-img,
    .protection-faq__item--hl7 .protection-faq__item-img img {
        width: 60px;
    }
    .protection-faq__item--hipaa .protection-faq__item-img,
    .protection-faq__item--hipaa .protection-faq__item-img img {
        width: 116px;
    }
   /* .pricing__block-users-info {
        font-size: 40px;
    }
    .pricing__block-price,
    .pricing__individual-price {
    	font-size: 52px;
    }*/
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-currency-country {
        font-size: 12px;
    }
    #pricing-dropdown-btn__selected-item .pricing-dropdown-menu__item-currency-name {
        font-size: 14px;
    }    
}

@media (max-height: 800px) and (orientation: landscape) {
	.tabcontent__image {
        max-width: 470px;
    }
   .tabcontent__images {
        justify-content: center;
        min-height: 335px;
   }
}