/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

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

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.75 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:before {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #0060a1;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}

body.nav-active,
body.popup-active {
	overflow: hidden;
	height: 100vh;
}

body.nav-active:before,
body.popup-active:before {
	opacity: .75;
	visibility: visible;
}

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

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

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

a,
button,
input[type="submit"] {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #94d66f;
}

.link-more {
	display: inline-block;
}

.link-more:hover {
	text-decoration: underline;
}

.btn {
	color: #fff;
	padding: 15px;
	font-size: 20px;
	line-height: 1.3;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #94d66f;
	border-radius: 33px;
	font-weight: 600;
	min-width: 185px;
	border: 2px solid #94d66f;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	overflow: hidden;
}

.btn:hover {
	color: #fff;
	background: #94d66f;
	border-color: #94d66f;
}

.btn .button-title {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: color .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: color .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86), color .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86), color .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	white-space: nowrap;
}

.btn.button-animated .button-effect {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background: #97c77f;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
}

.btn.button-animated:hover .button-effect {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.btn.btn-outline {
	background: transparent;
	color: #fff;
	text-transform: none;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: normal;
}

.btn.btn-outline.button-animated .button-effect {
	background: #94d66f;
}

#wrapper,
#main,
#footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1690px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	margin: 0 0 .5em;
	color: #0060a1;
	line-height: 1.125;
}

h1,
.h1 {
	font-size: 40px;
	margin: 0 0 40px;
	font-weight: 900;
}

h2,
.h2 {
	font-size: 24px;
	line-height: 1.25;
}

h3,
.h3 {
	font-size: 20px;
	font-weight: 700;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 28px;
}

a {
	color: #0060a1;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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

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

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

#header {
	-webkit-transition: box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out;
	position: relative;
	z-index: 4;
	padding: 9px 0;
	background: #fff;
	border-bottom: 1px solid #d2e1f2;
	width: 100% !important;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .btn {
	padding: 17px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#header .btn:before {
	width: 22px;
	height: 23px;
	content: "";
	display: block;
	margin: 0 10px 0 0;
	background: url("../images/chat.svg") no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}

.home-page #header {
	background: transparent;
	border: 0;
	padding: 16px 0;
}

.home-page #header .nav-opener {
	margin-right: 142px;
}

.home-page #header .logo {
	width: 169px;
	margin: 0 25px;
}

.home-page #header .title {
	width: 135px;
	font-size: 20px;
	line-height: 1.425;
	color: #0060a1;
	font-weight: 700;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 1;
}

.home-page #header .title:first-child {
	text-align: right;
}

.fixed-position .fixed-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	width: 76px;
	display: block;
	margin: 0 0 0 42px;
	position: relative;
	z-index: 1;
}

.logo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.nav-opener {
	width: 43px;
	height: 28px;
	position: relative;
	z-index: 1;
	display: block;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100%;
	height: 3px;
	content: "";
	border-radius: 5px;
	background: #0060a1;
	position: absolute;
	left: 0;
}

.nav-opener:before {
	top: 0;
}

.nav-opener:after {
	bottom: 0;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #94d66f;
}

.nav-close {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 0 80px;
	position: relative;
	z-index: 1;
}

.nav-close:before,
.nav-close:after {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 44px;
	height: 4px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	border-radius: 5px;
	background: #0060a1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-close:hover:before,
.nav-close:hover:after {
	background: #94d66f;
}

.main-nav {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86);
	transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 6;
	padding: 80px 130px;
	overflow: auto;
	background: #fff;
	width: 550px;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	z-index: 6;
}

.nav-active .main-nav {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav ul li {
	padding: 20px 0;
}

.main-nav ul li:first-child a {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}

.main-nav ul li a {
	color: #0060a1;
	display: block;
}

.main-nav ul li a:hover {
	color: #94d66f;
	text-decoration: underline;
}

.main-nav ul li.active a {
	color: #94d66f;
	text-decoration: underline;
}

.home-page #main {
	overflow: visible;
}

.sub-page #main {
	padding: 63px 0 108px;
}

.sub-page #main:before,
.sub-page #main:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.sub-page #main:before {
	width: 1682px;
	height: 1200px;
	left: -556px;
	top: 170px;
	z-index: 1;
	background-image: url("../images/hexagon.png");
	background-size: cover;
}

.sub-page #main:after {
	width: 1333px;
	height: 1504px;
	top: -128px;
	right: -649px;
	background-image: url("../images/bg-hexagon.png");
}

.sub-page #main .container {
	position: relative;
}

.link-download {
	position: absolute;
	left: 177px;
	top: 0;
	color: #94d66f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 1;
}

.link-download:before {
	width: 24px;
	height: 25px;
	background: url("../images/download.svg") no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	margin: 0 10px 0 0;
}

.text-info {
	max-width: 450px;
	margin: 0 auto 12px;
	text-align: center;
	color: #0060a1;
	position: relative;
	z-index: 1;
}

.text-info .img-box {
	max-width: 429px;
	margin: 0 auto 2px;
}

.text-info .img-box img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.text-info .textbox {
	font-size: 16px;
	font-weight: 600;
}

.text-info .textbox p {
	margin: 0;
}

.text-info .textbox p span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 -4px;
}

.about-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	color: #1f1f1d;
	max-width: 1590px;
	margin: 0 auto 69px;
}

.about-block .textbox {
	width: 49%;
	padding: 236px 0 0 8%;
}

.about-block h1 {
	margin: 0 0 44px;
}

.about-block .img-holder {
	overflow: hidden;
	width: 49%;
}

.about-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.figures-block {
	background: #0060a1;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 50px;
	max-width: 1830px;
	margin: 0 auto 77px;
}

.figures-block .h1 {
	color: #fff;
	text-align: center;
}

.figures-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto 24px;
}

.letermovir .figures-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto 24px;
}

.figures-list li {
	padding: 0 12px;
	margin: 0 0 -24px;
}

.figure-box {
	width: 171px;
	height: 195px;
	text-align: center;
	background: url("../images/polygon.svg") no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	padding: 10px;
}

.figure-box .title {
	display: block;
	margin: 0 0 5px;
}

.figure-box .text {
	display: block;
	color: #0060a1;
	line-height: 1.25;
	font-weight: 800;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.features-block {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.features-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 53.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url("../images/bg_map.png") no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
	padding: 0 0 0 8%;
}

.features-list li {
	width: 33.333%;
	text-align: center;
	padding: 0 27px;
}

.features-list h2 {
	margin: 0 0 16px;
}

.feature-post {
	width: 39.3%;
	padding: 239px 0 0;
}

.feature-post .h1 {
	margin: 0 0 45px;
}

.feature-post .text {
	font-size: 24px;
	color: #0060a1;
	display: block;
	text-align: right;
	font-weight: 800;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-content {
	max-width: 1830px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0 0;
	background: #f7fafb;
}

.intro-content:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -90px;
	bottom: -30px;
	content: "";
	background: url("../images/bg.png") no-repeat;
	background-size: 100% auto;
}

.tab-item {
	width: 171px;
	height: 195px;
	text-align: center;
	background-image: url("../images/polygon.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	padding: 10px 8px;
	cursor: pointer;
	margin: 0 auto;
}

.tab-item:hover {
	background-image: url("../images/polygon-border.svg");
}

.tab-item .icon {
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 10px;
}

.tab-item .text {
	font-size: 16px;
	line-height: 1.25;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	display: block;
	color: #0060a1;
	margin: 0 0 5px;
}

.tab-item .text:only-child {
	margin: 0;
}

.slider-nav {
	max-width: 1430px;
	margin: 0 auto 41px;
}

.slider-nav .slick-slide {
	padding: 0 15px;
}

.slider-nav .slick-slide.slick-current .tab-item {
	background-image: url("../images/polygon-border.svg");
}

.tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.tab-content .img-hexagon {
	overflow: hidden;
	margin: 0 40px 0 0;
}

.tab-content .img-holder {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 600px;
	margin: 0 0 0 80px;
}

.tab-content .img-holder .svg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tab-content .logos-box {
	position: absolute;
	left: 50%;
	top: 63%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tab-content .logos-box .logo-img {
	width: 122px;
}

.tab-content .logos-box .logo-img img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.tab-content .logos-box .logo-img:first-child img {
	width: 98px;
	margin: 0 auto;
}

.tab-content .textbox {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding: 62px 0 15px;
}

.tab-content .textbox .subtext {
	font-size: 24px;
	line-height: 29px;
	color: #0060a1;
	display: block;
	text-align: right;
	font-weight: 800;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content.align {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tab-content.align .img-holder {
	margin: 0 40px 0 0;
}

.tab-content.align .img-hexagon {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin: 0 0 0 40px;
}

.tab-content.addition {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tab-content.addition .img-holder {
	position: absolute;
	right: 0;
	top: 0;
}

.tab-content.addition .textbox {
	max-width: 1175px;
	position: relative;
	z-index: 1;
}

.logos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 75px 50px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.logos-list li {
	width: 33.333%;
	padding: 15px;
}

.logos-list li img {
	margin: 0 auto;
}

.team-slider {
	width: 100%;
	z-index: 2;
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 25px;
}

.team-slider .slick-slide {
	padding: 0 10px;
}

.team-box {
	font-size: 16px;
	line-height: 1.375;
	color: #0060a1;
	text-align: center;
	max-width: 240px;
	margin: 0 auto 30px;
}

.team-box .title,
.team-box .txt {
	display: block;
}

.hex {
	width: 118px;
	position: relative;
	visibility: hidden;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	margin: 0 auto 15px;
}

.hex:after {
	content: "";
	display: block;
	padding-bottom: 114%;
}

.hex .hexiner01 {
	position: absolute;
	width: 96%;
	padding-bottom: 110.851%;
	margin: 2%;
	overflow: hidden;
	visibility: hidden;
	outline: 1px solid transparent;
	-webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 65% 10px;
}

.hex .hexiner01 * {
	position: absolute;
	visibility: visible;
	outline: 1px solid transparent;
	background: #cddef1;
}

.hex .hexiner02 {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	border-radius: 38%;
}

.hex img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.hex .img-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.visual-block {
	background: #0060a1;
	border-radius: 0 0 20px 20px;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 35px 50px;
	max-width: 1830px;
	margin: 0 auto 10px;
}

.visual-block .container {
	max-width: 1370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.visual-block .text-info {
	margin: 0;
	color: #abc8e7;
}

.visual-block .text-info .img-box {
	max-width: 450px;
}

.visual-block .text-info .textbox p span {
	margin: 0;
}

.visual-block .btns-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 0;
	flex-direction: column;
	max-width: 210px;
	margin: 0 auto;
	row-gap: 10px;
}

.visual-block .btn {
	min-width: 210px;
}

.visual-block .img-holder {
	width: 50%;
}

.visual-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.legal-section {
	overflow: hidden;
	padding: 69px 0 50px;
}

.legal-section .container {
	max-width: 1220px;
	padding-left: 40px;
	padding-right: 40px;
}

.legal-section h1 {
	margin: 0 0 22px;
}

.legal-section h2,
.legal-section .h3 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.legal-section .h3 {
	font-weight: 700;
	display: block;
	margin: 0 0 17px;
	padding: 3px 0 0;
}

.legal-section .info-wrap {
	padding: 5px 0 10px;
	overflow: hidden;
}

.legal-section .info-wrap .h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
}

.legal-section .text-wrap {
	overflow: hidden;
	padding: 15px 0 0;
}

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

.list li {
	position: relative;
	padding-left: 20px;
}

.list li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "•";
}

.list li a {
	color: #000;
}

.list li a:hover {
	color: #0060a1;
}

#footer {
	padding: 22px 0 0;
}

#footer .logo {
	width: 105px;
	height: 117px;
}

#footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0 15px 170px;
}

#footer .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .column:first-child ul {
	text-align: right;
}

#footer .column:first-child .img-logo {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 0 38px;
}

#footer .column:first-child .linkedin {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#footer .column:first-child .linkedin .text {
	margin: 0 10px 0 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.313;
	margin: 0 0 10px;
}

#footer .img-logo {
	margin: 0 38px 0 0;
}

#footer .linkedin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #0060a1;
	line-height: 1.313;
}

#footer .linkedin .text {
	margin: 0 0 0 10px;
}

.bottom-bar {
	overflow: hidden;
	text-align: center;
	background: #f1f7f9;
	border-top: 1px solid #005d8d;
	padding: 15px 0;
}

.bottom-bar .container {
	position: relative;
}

.bottom-bar .link {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0060a1;
	font-size: 14px;
}

.bottom-bar .link:hover {
	text-decoration: underline;
}

.copyrights {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #0060a1;
}

.copyrights a:hover {
	text-decoration: underline;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide:focus {
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	border: 0;
	padding: 0;
	outline: none;
	background: none;
	opacity: .4;
}

.slick-arrow:before {
	width: 10px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("../images/arrow.svg") no-repeat;
	background-size: 100% 100%;
	content: "";
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-prev {
	left: 15px;
}

.slick-arrow.slick-next {
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.slick-arrow .slick-hidden {
	display: none;
}

.slick-disabled {
	opacity: 0;
	pointer-events: none;
}

.for-med {
	display: none;
}

.contact-popup {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 100;
	display: block !important;
	opacity: 0;
	visibility: hidden;
}

.popup-active .contact-popup {
	opacity: 1;
	visibility: visible;
}

.contact-popup .popup-close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px;
	background: url("../images/close.svg") no-repeat;
	background-size: 100% 100%;
	opacity: .3;
}

.contact-popup .popup-close:hover {
	opacity: 1;
}

.contact-form {
	max-width: 793px;
	height: 896px;
	margin: 63px auto;
	background: url("../images/bg-popup.png") no-repeat;
	background-position: 50% 0;
	padding: 120px;
	position: relative;
}

.contact-form .head {
	padding: 10px 0 0;
	text-align: center;
	overflow: hidden;
}

.contact-form h1 {
	margin: 0;
}

.contact-form .field-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
}

.contact-form .field {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 15px;
}

.contact-form .required,
.contact-form label {
	font-size: 16px;
	line-height: 22px;
	color: #0060a1;
	display: block;
}

.contact-form label {
	padding: 10px 0 0;
}

.contact-form .text-input {
	width: 100%;
	border: 1px solid #fff;
	border-bottom-color: #0060a1;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 7px 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-form textarea.text-input {
	border-color: #0060a1;
	border-radius: 5px;
	height: 162px;
	resize: none;
	width: 100%;
	margin: 5px 0 0;
}

.contact-form .custom-checkbox {
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 0 15px;
}

.contact-form .custom-checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.contact-form .custom-checkbox input[type="checkbox"]:checked + .custom-icon:before {
	opacity: 1;
}

.contact-form .custom-checkbox .custom-icon {
	width: 16px;
	height: 16px;
	border: 1px solid #0060a1;
	border-radius: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

.contact-form .custom-checkbox .custom-icon:before {
	content: "";
	width: 10px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #94d66f;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}

.contact-form .required {
	margin: 0 15px 0 0;
}

.contact-form .btn {
	display: block;
	width: 278px;
	margin: 25px auto 0;
}

.text-title{
	font-size: 85px;
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: normal;
	line-height: 90px;
	text-align: center;
	margin: 0 0 10px;

}



@media (min-width: 768px) {
	.visible-mobile {
		display: none !important;
	}

	.features-list li:nth-child(2) {
		margin-top: 143px;
	}

	.features-list li:nth-child(3) {
		margin-top: 65px;
	}

	.features-list li:nth-child(4) {
		margin-top: -30px;
		margin-left: 0px;
	}

	.features-list li:nth-child(5) {
		margin-top: 15px;
	}

	.legal-section .text-wrap {
		padding: 54px 0 0;
	}

	.legal-section .text-wrap + .text-wrap {
		padding: 28px 0 0;
	}
	    
}

@media (min-width: 1024px) {
	.visible-tablet {
		display: none !important;
	}

	.features-list li:nth-child(4) {
		margin-top: 0;
	}

	.features-list li:nth-child(5) {
		margin-top: 40px;
	}

	.tab-content .logos-box .logo-img:first-child {
		width: 100%;
		margin-bottom: 35px;
	}

	.tab-content.addition .img-holder {
		height: 690px;
	}

	.tab-content.addition .textbox {
		padding-bottom: 290px;
		padding-left: 28px;
		padding-right: 100px;
	}

	.logos-list li:first-child {
		width: 100%;
	}

	.logos-list li:nth-child(2),
	.logos-list li:nth-child(3) {
		width: 40%;
	}

	.team-slider {
		position: absolute !important;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.column.logo{
		display: none;
	}
}

@media (min-width: 1200px) {
	.features-list li:nth-child(4) {
		margin-top: -45px;
	}

	.features-list li:nth-child(5) {
		margin-top: 20px;
	}
}

@media (min-width: 1450px) {
	.visual-block .text-info .textbox p span {
		font-size: 22px;
	}
}

@media (max-width: 1919px) {
	.figures-block {
		margin: 0 45px 77px;
	}

	.intro-content {
		margin: 0 45px;
	}

	.intro-content:before {
		background-size: 100% 100%;
	}

	.tab-content .img-hexagon {
		width: 325px;
	}

	.tab-content .img-holder {
		width: 570px;
	}

	.visual-block {
		margin: 0 45px 10px;
	}
}

@media (max-width: 1699px) {
	.link-download {
		left: 15px;
	}

	.about-block .textbox {
		padding: 230px 0 0;
	}

	.features-list {
		padding: 0;
	}

	.slider-nav {
		padding: 0 50px;
	}

	.slider-nav .slick-slide {
		padding: 0 10px;
	}

	.tab-content .img-hexagon {
		width: 270px;
	}

	.tab-content .img-holder {
		width: 500px;
		height: 620px;
		margin: 0 0 0 40px;
	}

	.tab-content .textbox {
		padding: 40px 0;
	}

	.team-slider {
		padding: 0 50px;
	}

	#footer .row {
		padding-left: 0;
	}
}

@media (max-width: 1449px) {
	.link-download {
		font-size: 16px;
	}

	.link-download:before {
		width: 21px;
		height: 22px;
	}

	.about-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-block .textbox {
		padding: 150px 0 0;
	}

	.features-list {
		width: 56%;
	}

	.features-list li {
		padding: 0 15px;
	}

	.feature-post {
		padding: 150px 0 0;
	}

	.intro-content:before {
		background-size: 100% auto;
	}

	.slider-nav {
		max-width: 1110px;
	}

	.slider-nav .slick-slide {
		padding: 0 7px;
	}

	.tab-content {
		padding: 0 0 0 40px;
	}

	.tab-content .img-hexagon {
		display: none;
	}

	.tab-content .img-holder {
		min-height: 620px;
		height: auto;
	}

	.tab-content.align {
		padding: 0 40px 0 0;
	}

	.team-box {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.home-page #header .logo {
		width: 135px;
	}

	.text-info .img-box {
		max-width: 345px;
	}

	.about-block .textbox {
		padding: 120px 0 0;
	}

	.figures-block {
		margin: 0 15px 70px;
		padding: 50px 25px;
	}

	.figures-list {
		margin-bottom: 40px;
	}

	.figures-list li {
		padding: 0 6px;
		margin: 0 0 -37px;
	}

	.features-list li {
		padding: 0 5px;
	}

	.intro-content {
		margin: 0 15px;
	}

	.tab-item {
		width: 160px;
		height: 182px;
		padding: 15px;
	}

	.tab-item .icon {
		height: 60px;
	}

	.tab-item .icon img {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.slider-nav {
		max-width: 994px;
	}

	.team-slider {
		padding: 0 25px;
	}

	.visual-block {
		margin: 0 15px 10px;
		padding: 35px;
	}

	.visual-block .text-info {
		max-width: 425px;
		padding-right: 20px;
	}

	.visual-block .btns-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.visual-block .btn {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.visual-block .btn + .btn {
		margin: 0 0 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	#footer .logo {
		margin: 0 100px;
	}

	.letermovir.figures-list li{
		margin: 0 10px -37px !important;
	}

}

@media (max-width: 1023px) {
	.for-med {
		display: block;
	}
	.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 15px;
	}

	.btn.btn-outline {
		font-size: 16px;
		line-height: 20px;
	}

	.hidden-tablet {
		display: none !important;
	}

	#header {
		padding: 9px 20px;
	}

	#header .btn {
		min-width: inherit;
		width: 40px;
		height: 40px;
		padding: 0;
	}

	#header .btn:before {
		margin: 0 auto;
	}

	#header .btn .button-inner {
		display: none;
	}

	.home-page #header {
		padding: 20px;
	}

	.home-page #header .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-page #header .nav-opener {
		margin-right: 0;
	}

	.logo {
		margin: 0 0 0 30px;
	}

	.main-nav {
		padding: 25px 40px;
		width: 400px;
	}

	.sub-page #main {
		padding: 40px 0;
	}

	.sub-page #main:before {
		left: -700px;
	}

	.sub-page #main:after {
		width: 933px;
		height: 1053px;
		right: -450px;
		top: -50px;
	}

	.link-download {
		font-size: 12px;
		left: 55px;
	}

	.link-download:before {
		width: 17px;
		height: 18px;
		margin: 0 7px 0 0;
	}

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

	.text-info .textbox p span {
		font-size: 17px;
		margin: 0;
	}

	.about-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0 50px;
	}

	.about-block .textbox {
		width: 100%;
		padding: 150px 0 0;
	}

	.textbox .tab-size{
		width: 653px;
	}

	.about-block .img-holder {
		width: 100%;
		max-width: 546px;
		margin: 0 auto;
	}

	.figures-block {
		padding: 50px 14px;
		margin: 0 15px 35px;
	}

	.figures-list {
		max-width: 680px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 24px;
	}

	.figures-list li {
		padding: 0 12px;
		margin: 0 0 -24px;
	}

	.figures-list li:nth-child(4) {
		margin-left: 95px;
	}

	.features-block {
		padding: 0 50px;
	}

	.features-block .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.features-list {
		width: 100%;
		margin: 0 0 60px;
	}

	.features-list li {
		padding: 0 15px;
	}

	.feature-post {
		width: 100%;
		padding: 0;
	}

	.intro-content {
		margin: 0 40px;
		padding: 0;
	}

	.intro-content:before {
		top: -85px;
	}

	.tab-item {
		width: 130px;
		height: 147px;
		padding: 10px;
	}

	.tab-item .icon {
		height: 50px;
		margin: 0 0 3px;
	}

	.tab-item .icon img {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
	}

	.slider-nav {
		max-width: 730px;
	}

	.tab-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0;
	}

	.tab-content .img-holder {
		width: 100%;
		min-height: inherit;
		height: 380px;
		margin: 0;
	}

	.tab-content .logos-box {
		width: 100%;
		top: 70%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tab-content .logos-box .logo-img {
		width: 109px;
	}

	.tab-content .logos-box .logo-img:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 30px;
	}

	.tab-content .logos-box .logo-img:first-child img {
		width: 88px;
	}

	.tab-content .logos-box .logo-img:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tab-content .logos-box .logo-img:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.tab-content .textbox {
		width: 100%;
		max-width: inherit;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding: 20px;
		margin: 0 0 10px;
	}

	.tab-content.align {
		padding: 0;
	}

	.tab-content.align .img-holder {
		margin: 0;
	}

	.tab-content.addition .img-holder {
		height: 300px;
		width: 100%;
		top: auto;
		bottom: 0;
	}

	.logos-list {
		padding: 100px 0 50px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.logos-list li {
		width: auto;
	}

	.team-slider {
		padding: 0;
	}

	.team-slider .slick-arrow {
		top: 55px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.team-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.team-slider .slick-arrow.slick-next {
		right: 0;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.team-box {
		font-size: 16px;
	}

	.visual-block {
		margin: 0 40px 10px;
	}

	.visual-block .text-info {
		max-width: 265px;
	}

	.visual-block .text-info .textbox p span {
		font-size: 11px;
	}

	.visual-block .img-holder {
		width: 57%;
		margin-right: -30px;
	}

	.legal-section .container {
		padding-left: 60px;
		padding-right: 60px;
	}

	#footer .logo {
		width: 40px;
		height: auto;
		margin: 0 20px;
		opacity: 0;
		visibility: hidden;
	}

	#footer .img-logo {
		max-width: 98px;
	}

	#footer .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .column:first-child .img-logo {
		margin: 0 0 50px 20px;
	}

	#footer ul {
		font-size: 14px;
		line-height: 1.5;
	}

	#footer .img-logo {
		margin: 0 20px 50px 0;
	}

	#footer .linkedin {
		font-size: 14px;
		line-height: 1.5;
	}

	.bottom-bar {
		text-align: left;
		padding: 15px 20px;
	}

	.bottom-bar .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.bottom-bar .link {
		font-size: 12px;
		position: static;
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.copyrights {
		font-size: 12px;
	}

	.contact-form {
		padding: 120px 105px;
	}
	
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.571;
	}

	.btn {
		padding: 11px 15px;
	}

	.hidden-mobile {
		display: none !important;
	}

	h1,
	.h1 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	h2,
	.h2 {
		font-size: 15px;
	}

	h3,
	.h3 {
		font-size: 14px;
	}

	p {
		margin: 0 0 20px;
	}

	#header {
		padding: 9px 0;
	}

	.home-page #header {
		padding: 20px 10px 10px;
	}

	.home-page #header .logo {
		width: 103px;
	}

	.home-page #header .title {
		display: none;
	}

	.logo {
		margin: 0 0 0 20px;
		width: 66px;
	}

	.nav-opener {
		width: 25px;
		height: 19px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 2px;
	}

	.nav-close {
		width: 28px;
		height: 28px;
		margin: 0 0 40px;
	}

	.nav-close:before,
	.nav-close:after {
		width: 26px;
		height: 3px;
		margin-left: -13px;
	}

	.main-nav {
		width: 230px;
		padding: 25px 30px;
	}

	.main-nav ul {
		font-size: 15px;
	}

	.main-nav ul li {
		padding: 10px 0;
	}

	.main-nav ul li:first-child a {
		font-size: 20px;
	}

	.sub-page #main {
		padding: 20px 0;
	}

	.sub-page #main:before {
		width: 967px;
		height: 1348px;
		left: -520px;
		background-size: cover;
	}

	.sub-page #main:after {
		width: 552px;
		height: 589px;
		top: 300px;
		right: -330px;
	}

	.link-download {
		position: relative;
		left: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0 0 25px;
	}

	.text-info .img-box {
		max-width: 265px;
	}

	.text-info .textbox {
		font-weight: 400;
	}

	.text-info .textbox p span {
		font-size: 14px;
		margin: 0 0 5px;
	}

	.about-block {
		padding: 0 10px;
	}

	.about-block .textbox {
		padding: 60px 0 0;
	}

	.about-block h1 {
		margin: 0 0 20px;
	}

	.figures-block {
		padding: 25px 0;
		margin: 0 0 20px;
		border-radius: 0;
	}

	.figures-block .container {
		padding: 0;
	}

	.figures-list {
		max-width: 318px;
		margin-bottom: 20px;
	}

	.figures-list li {
		padding: 0 4px;
		margin: 0 0 -14px;
	}

	.figures-list li:nth-child(4) {
		margin-left: 45px;
	}
	
	.letermovir .figures-list li:nth-child(4) {
		margin-left: 0px;
	}

	.figure-box {
		width: 83px;
		height: 92px;
		padding: 10px 2px;
	}

	.figure-box .title {
		font-size: 10px;
		line-height: 12px;
		max-width: 65px;
		margin: 0 auto 5px;
	}

	.figure-box .text {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 5px;
		font-weight: 700;
	}

	.features-block {
		padding: 0 10px;
	}

	.features-list {
		margin: 0 0 30px;
	}

	.features-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}

	.features-list h2 {
		margin: 0 0 10px;
	}

	.feature-post .h1 {
		margin: 0 0 20px;
	}

	.feature-post .text {
		font-size: 15px;
	}

	.intro-content {
		margin: 0;
	}

	.tab-item {
		width: 109px;
		height: 124px;
	}

	.tab-item .icon {
		height: 40px;
	}

	.tab-item .icon img {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}

	.tab-item .text {
		font-size: 12px;
		line-height: 16px;
	}

	.slider-nav {
		padding: 0 25px;
		max-width: 436px;
		margin-bottom: 20px;
	}

	.slider-nav .slick-slide {
		padding: 0 5px;
	}

	.tab-content .img-holder {
		height: 255px;
	}

	.tab-content .logos-box .logo-img {
		width: 70px;
	}

	.tab-content .logos-box .logo-img:first-child img {
		max-width: 58px;
	}

	.tab-content .textbox {
		padding: 20px 25px;
		margin: 0;
	}

	.tab-content .textbox .subtext {
		font-size: 15px;
		line-height: 22px;
	}

	.tab-content.addition .img-holder {
		height: 255px;
	}

	.logos-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 10px 25px 15px;
	}

	.logos-list li {
		width: 33.333%;
		padding: 15px;
	}
	.logos-list li:nth-child(4),
	.logos-list li:nth-child(5),
	.logos-list li:nth-child(6) {
		padding: 15px 22px;
	}

	.logos-list li img {
		width: 100%;
	}

	.team-slider {
		padding: 0 5px;
	}

	.team-slider .slick-arrow {
		top: 42px;
	}

	.team-box {
		font-size: 14px;
	}

	.hex {
		width: 102px;
	}

	.visual-block {
		margin: 0 0 10px;
		border-radius: 0;
		padding: 40px 25px;
	}

	.visual-block .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.visual-block .text-info {
		width: 100%;
		max-width: inherit;
		margin: 0 0 20px;
	}

	.visual-block .text-info .img-box {
		max-width: 240px;
	}

	.visual-block .text-info .textbox p span {
		display: none;
	}

	.visual-block .img-holder {
		width: 100%;
	}

	.legal-section {
		padding: 45px 0 0;
	}

	.legal-section .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.legal-section .h3 {
		margin: 0 0 10px;
		padding: 5px 0 0;
	}

	.legal-section .info-wrap {
		padding: 5px 0 0;
	}

	.legal-section .info-wrap .h3 {
		font-size: 16px;
	}

	.list {
		margin: 0 0 20px;
	}

	.list li {
		padding-left: 15px;
	}

	#footer .logo {
		display: none;
	}

	#footer .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	#footer .column {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#footer .column:first-child ul {
		text-align: left;
	}

	#footer .column:first-child .img-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 30px 0 0;
	}

	#footer .column:first-child .linkedin {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#footer .column:first-child .linkedin .text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 0 0 10px;
	}

	#footer .column:last-child {
		margin-top: 40px;
	}

	#footer .img-logo {
		min-width: 90px;
		max-width: 90px;
		margin: 0 30px 0 0;
		display: block;
	}

	#footer .info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.bottom-bar {
		text-align: center;
	}

	.bottom-bar .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bottom-bar .link {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 10px;
	}

	.copyrights {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.copyrights b {
		display: block;
	}

	.slick-arrow.slick-prev {
		left: -7px;
	}

	.slick-arrow.slick-next {
		right: -7px;
	}

	.contact-form {
		padding: 60px 20px 35px;
		height: auto;
		margin: 0;
	}

	.contact-form form {
		max-width: 350px;
		margin: 0 auto;
	}

	.contact-form .field-wrap {
		margin: 0 -10px;
	}

	.contact-form .field-wrap.check-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.contact-form .field {
		padding: 0 10px;
		margin: 0 0 10px;
	}

	.contact-form .required,
	.contact-form label {
		font-size: 12px;
		line-height: 18px;
	}

	.contact-form .text-input {
		font-size: 14px;
		padding: 5px 15px;
	}
	.contact-popup {
		top: auto;
	}

	.contact-form textarea.text-input {
		height: 70px;
	}

	.contact-form .custom-checkbox .custom-icon {
		top: 1px;
	}

	.contact-form .required {
		width: 100%;
		margin: 0;
		padding: 10px 15px 0;
	}

	.contact-form .btn {
		width: 100%;
		margin-top: 10px;
	}
	.home-page #header .logo {
		margin: 0 25px 0 38px;
	}

	.textbox .tab-size{
		width: auto;
	}

}

@media (max-width: 479px) {
	.slider-nav {
		max-width: 290px;
	}

	
}

.opacity
{
	opacity: 0 !important;
}
.notopacity
{
	opacity: 1 !important;
}

@media (max-width: 850px){

	.letermovir .figures-list li{
		margin: 0 0 -37px;
	}

	.letermovir .figure-box{
		width: 150px;
	}

	.letermovir .figure-box .title{
		font-size: 14px;
	}

	.letermovir .figure-box .text{
		font-size: 14px;
	}
}

@media (max-width: 768px){

	.letermovir .figures-list{
		width: 351px;
		max-width: 100%;
		justify-content: flex-start;
		align-items: center;
		max-height: 386px;
	}

	.letermovir .figures-list li{
		margin: 0 0 0;
	}

	.letermovir .about-block .textbox{
		font-size: 14px;
		line-height: 22px;
		width: 338px;
	}

	.letermovir .figures-block .h1{
		font-size: 20px;
		line-height: 22px;
		width: 36%;
		margin: 0px 0px 10px 28px;
		position: absolute;
		top: 3%;
	}

	.letermovir .figure-box{
		width: 104px;
		height: 118px;
		top: 30%;
		position: relative;
		left: 0%;
	}

	.letermovir h1{
		font-size: 20px;
	}

	.letermovir .figure-box span{
		font-size: 10px !important;
		line-height: 12px;
	}

	.letermovir .figure-box .text{
		font-size: 10px !important;
		line-height: 12px;
		margin: 4px 0px 0px 0px;
	}

	.letermovir .figures-list li:nth-child(1){
		position: absolute;
		top: 0%;
		left: 51%;
	}

	.letermovir .figures-list li:nth-child(2){
		margin-top: 30px;
	}

	.letermovir .figures-list li:nth-child(3){
		margin-top: 30px;
	}

	.letermovir .figures-list li:nth-child(4){
		margin-left: 61px !important;
	}

	.letermovir .figures-list{
		max-width: 100%;
	}

	.letermovir .figure-box .title{
		max-width: 81px;
		margin: 0px;

	}

	.letermovir .figures-block .container-leter{
		padding-top: 60px;
	}

	div.checkbox-field-wrapper:nth-child(2){
		margin-top: 10px;
		margin-bottom: 10px;
	}

	div.checkbox-field-wrapper:nth-child(3){
		margin-bottom: 4px;
	}

	.lbl-checkbox{
		font-size: 14px;
	}

	.custom-icon-chk{
		margin-top: 3px;
	}
	.letermovir .figures-list li:nth-child(1) {
		position: absolute;
		top: -60px;
		right: 40px;
		left: inherit;
	}
	.letermovir .figures-list
	{
		position: relative;
		min-width: 350px;
	}
}

.letermovir .img-holder{
	position: relative;
	left: 30px;
}

.letermovir #main{
	padding-bottom: 0px;
}

.letermovir .figures-list{
	padding: 10px;
	margin: 0 auto 50px;
}

.letermovir .sub-page #main{
	padding: 63px 0 0px;
}

.home-title{
	font-size: 70px;
	text-align: left;
	letter-spacing: normal;
	color: #fff;
}

.letermovir .figures-list{
	display: flex;
	gap: 10px;
}

.letermovir .figures-list li:nth-child(4){
	margin-left: 0px;
}

.letermovir .container-leter{
	max-width: 900px;
}

.letermovir .figures-list li{
	margin: 0 0 -24px;
}

.letermovir .about-block .textbox{
	display: grid;
	justify-content: center;
	align-items: center;
}

.container-azul{
	display: flex !important;
	max-width: 100% !important;
}

.btns-holder-azul{
	display: inline-block !important;
}

.letermovir-visual{
	margin-left: 0px !important;
	max-width: 49% !important;
	width: 100% !important;
}

.venetoclax-visual{
	max-width: 49% !important;
	width: 100% !important;
}

.intro-content.venetoclax-letermovir{
	display:flex;
	justify-content: space-between;
}

.intro-content.venetoclax-letermovir::before{
	background-image: none !important;
}

.venetoclax-letermovir .visual-block{
	margin: 0px;
}

.checkbox-field-wrapper {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.checkbox-field-wrapper label
{	
	padding: 0 10px;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.field-title
{
	margin-bottom: 17px;
}
.field-wrap hr
{
	height: 2px;
	background-color: #abc8e7;
	width: 100%;
	border: none;
	margin: 0;
}
.contact-form
{
	padding-top: 100px;
}
.contact-form .checkbox-field-wrapper .custom-checkbox .custom-icon
{
	border: 1px solid #8cbad8;
}

@media (max-width:1024px){
	.intro-content.venetoclax-letermovir{
		flex-direction: column;
	}

	.visual-block{
		border-radius: 0px;
		margin-top: 5px !important;
		max-width: 100% !important;
	}
}
@media (min-width:768px)
{
	.letermovir .figures-list li{
		margin: 0 0 -34px;
		padding: 0 7px
	}
	.letermovir .figures-block {
		margin: 0 15px 70px;
		padding: 50px 0px;
	}
	.letermovir .container-leter {
		padding: 0;
	}
	.letermovir .figures-list
	{
		padding: 10px 0;
	}
}
@media (min-width:1935px)
{
	.letermovir .figures-block {
		margin: 0 auto 70px;
	}
}
@media (min-width:768px) and (max-width:850px)
{
	.letermovir .container .figures-list li {
		margin: 0 0 -64px;
		padding: 0 2px;
	}
	.letermovir .figures-list
	{
		max-width: 800px;
	}
}