@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:300;
	src:local("Roboto Light"),local(Roboto-Light),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc8.eot#) format("eot"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc-.woff) format("woff")}@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:400;
	src:local(Roboto),local(Roboto-Regular),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxO.eot#) format("eot"),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2"),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxM.woff) format("woff")}@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:500;
	src:local("Roboto Medium"),local(Roboto-Medium),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc8.eot#) format("eot"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc-.woff) format("woff")}@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:700;
	src:local("Roboto Bold"),local(Roboto-Bold),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc8.eot#) format("eot"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2"),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc-.woff) format("woff")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
*::selection {
	color:#fff;
    background: rgba(24, 176, 232, 0.8);
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display:block
}
body
{
	line-height:1
}
ol,ul
{
	list-style:none
}
blockquote,q
{
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before
{
	content:"";
	content:none
}
table
{
	border-collapse:collapse;
	border-spacing:0
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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.slick-hidden {
    display: none;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html
{
	line-height:1.15;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%}body
{
	margin:0
}
article,aside,footer,header,nav,section
{
	display:block
}
h1
{
	font-size:2em;
	margin:.67em 0
}
figcaption,figure,main
{
	display:block
}
figure
{
	margin:1em 40px
}
hr
{
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre
{
	font-family:monospace,monospace;
	font-size:1em
}
a
{
	background-color:transparent;
-webkit-text-decoration-skip:objects
}
abbr[title]
{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b,strong
{
	font-weight:inherit;
	font-weight:bolder
}
code,kbd,samp
{
	font-family:monospace,monospace;
	font-size:1em
}
dfn
{
	font-style:italic
}
mark
{
	background-color:#ff0;
	color:#000
}
small
{
	font-size:80%}sub,sup
{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub
{
	bottom:-.25em
}
sup
{
	top:-.5em
}
audio,video
{
	display:inline-block
}
audio:not([controls])
{
	display:none;
	height:0
}
img
{
	border-style:none
}
svg:not(:root)
{
	overflow:hidden
}
button,input,optgroup,select,textarea
{
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button,input
{
	overflow:visible
}
button,select
{
	text-transform:none
}
[type=reset],[type=submit],button,html [type=button]
{
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style:none;
	padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
{
	outline:1px dotted ButtonText
}
fieldset
{
	padding:.35em .75em .625em
}
legend
{
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress
{
	display:inline-block;
	vertical-align:baseline
}
textarea
{
	overflow:auto
}
[type=checkbox],[type=radio]
{
	box-sizing:border-box;
	padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
	height:auto
}
[type=search]
{
	-webkit-appearance:textfield;
	outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration
{
	-webkit-appearance:none
}
::-webkit-file-upload-button
{
	-webkit-appearance:button;
	font:inherit
}
details,menu
{
	display:block
}
summary
{
	display:list-item
}
canvas
{
	display:inline-block
}
[hidden],template
{
	display:none
}
body.compensate-for-scrollbar
{
	overflow:hidden
}
.fancybox-active
{
	height:auto
}
.fancybox-is-hidden
{
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden
}
.fancybox-container
{
	-webkit-backface-visibility:hidden;
	height:100%;
	left:0;
	outline:none;
	position:fixed;
-webkit-tap-highlight-color:transparent;
	top:0;
-ms-touch-action:manipulation;
	touch-action:manipulation;
	transform:translateZ(0);
	width:100%;
	z-index:8
}
.fancybox-container *
{
	box-sizing:border-box
}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage
{
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0
}
.fancybox-outer
{
	-webkit-overflow-scrolling:touch;
	overflow-y:auto
}
.fancybox-bg
{
	background:#1e1e1e;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg
{
	opacity:.9;
	transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar
{
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s ease,visibility 0s ease .25s;
	visibility:hidden;
	z-index:12
}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar
{
	opacity:1;
	transition:opacity .25s ease 0s,visibility 0s ease 0s;
	visibility:visible
}
.fancybox-infobar
{
	color:#ccc;
	font-size:13px;
-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	mix-blend-mode:difference;
	padding:0 10px;
	pointer-events:none;
	top:0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
	user-select:none
}
.fancybox-toolbar
{
	right:0;
	top:0
}
.fancybox-stage
{
	direction:ltr;
	overflow:visible;
	transform:translateZ(0);
	z-index:9
}
.fancybox-is-open .fancybox-stage
{
	overflow:hidden
}
.fancybox-slide
{
	-webkit-backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:transform,opacity;
	white-space:normal;
	width:100%;
	z-index:9
}
.fancybox-slide:before
{
	content:"";
	display:inline-block;
	font-size:0;
	height:100%;
	vertical-align:middle;
	width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous
{
	display:block
}
.fancybox-slide--image
{
	overflow:hidden;
	padding:44px 0
}
.fancybox-slide--image:before
{
	display:none
}
.fancybox-slide--html
{
	padding:6px
}
.fancybox-content
{
	background:#fff;
	display:inline-block;
	margin:0;
	max-width:100%;
	overflow:auto;
-webkit-overflow-scrolling:touch;
	padding:44px;
	position:relative;
	text-align:left;
	vertical-align:middle
}
.fancybox-slide--image .fancybox-content
{
	animation-timing-function:cubic-bezier(.5,0,.14,1);
-webkit-backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	transform-origin:top left;
	transition-property:transform,opacity;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
	user-select:none;
	z-index:10
}
.fancybox-can-zoomOut .fancybox-content
{
	cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content
{
	cursor:zoom-in
}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content
{
	cursor:grab
}
.fancybox-is-grabbing .fancybox-content
{
	cursor:grabbing
}
.fancybox-container [data-selectable=true]
{
	cursor:text
}
.fancybox-image,.fancybox-spaceball
{
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
	user-select:none;
	width:100%}.fancybox-spaceball
{
	z-index:1
}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content
{
	height:100%;
	overflow:visible;
	padding:0;
	width:100%}.fancybox-slide--video .fancybox-content
{
	background:#000
}
.fancybox-slide--map .fancybox-content
{
	background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content
{
	background:#fff
}
.fancybox-iframe,.fancybox-video
{
	background:transparent;
	border:0;
	display:block;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%}.fancybox-iframe
{
	left:0;
	position:absolute;
	top:0
}
.fancybox-error
{
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%}.fancybox-error p
{
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0
}
.fancybox-button
{
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	padding:10px;
	position:relative;
	transition:color .2s;
	vertical-align:top;
	visibility:inherit;
	width:44px
}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited
{
	color:#ccc
}
.fancybox-button:hover
{
	color:#fff
}
.fancybox-button:focus
{
	outline:none
}
.fancybox-button.fancybox-focus
{
	outline:1px dotted
}
.fancybox-button[disabled],.fancybox-button[disabled]:hover
{
	color:#888;
	cursor:default;
	outline:none
}
.fancybox-button div
{
	height:100%}.fancybox-button svg
{
	display:block;
	height:100%;
	overflow:visible;
	position:relative;
	width:100%}.fancybox-button svg path
{
	fill:currentColor;
	stroke-width:0
}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2)
{
	display:none
}
.fancybox-progress
{
	background:#ff5268;
	height:2px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	transform:scaleX(0);
	transform-origin:0;
	transition-property:transform;
	transition-timing-function:linear;
	z-index:13
}
.fancybox-close-small
{
	background:transparent;
	border:0;
	border-radius:0;
	color:#ccc;
	cursor:pointer;
	opacity:.8;
	padding:8px;
	position:absolute;
	right:-12px;
	top:-44px;
	z-index:4
}
.fancybox-close-small:hover
{
	color:#fff;
	opacity:1
}
.fancybox-slide--html .fancybox-close-small
{
	color:currentColor;
	padding:10px;
	right:0;
	top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content
{
	overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
	display:none
}
.fancybox-navigation .fancybox-button
{
	background-clip:content-box;
	height:100px;
	opacity:0;
	position:absolute;
	top:calc(50% - 50px);
	width:70px
}
.fancybox-navigation .fancybox-button div
{
	padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left
{
	left:0;
	left:env(safe-area-inset-left);
	padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right
{
	padding:31px 6px 31px 26px;
	right:0;
	right:env(safe-area-inset-right)}.fancybox-caption
{
	background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom:0;
	color:#eee;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:75px 44px 25px;
	pointer-events:none;
	right:0;
	text-align:center;
	z-index:11
}
@supports (padding:max(0px))
{
	.fancybox-caption
{
	padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate
{
	margin-top:-50px
}
.fancybox-caption__body
{
	max-height:50vh;
	overflow:auto;
	pointer-events:all
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited
{
	color:#ccc;
	text-decoration:none
}
.fancybox-caption a:hover
{
	color:#fff;
	text-decoration:underline
}
.fancybox-loading
{
	animation:a 1s linear infinite;
	background:transparent;
	border:4px solid #888;
	border-bottom-color:#fff;
	border-radius:50%;
	height:50px;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:.7;
	padding:0;
	position:absolute;
	top:50%;
	width:50px;
	z-index:14
}
@keyframes a
{
	to
{
	transform:rotate(1turn)}}.fancybox-animated
{
	transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous
{
	opacity:0;
	transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next
{
	opacity:0;
	transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current
{
	opacity:1;
	transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous
{
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current
{
	opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
	opacity:0;
	transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next
{
	opacity:0;
	transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current
{
	opacity:1;
	transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous
{
	opacity:0;
	transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next
{
	opacity:0;
	transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current
{
	opacity:1;
	transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous
{
	opacity:0;
	transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next
{
	opacity:0;
	transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current
{
	opacity:1;
	transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous
{
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next
{
	transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current
{
	transform:translateZ(0) scale(1)}@media (max-height:576px)
{
	.fancybox-slide
{
	padding-left:6px;
	padding-right:6px
}
.fancybox-slide--image
{
	padding:6px 0
}
.fancybox-close-small
{
	right:-6px
}
.fancybox-slide--image .fancybox-close-small
{
	background:#4e4e4e;
	color:#f2f4f6;
	height:36px;
	opacity:1;
	padding:6px;
	right:0;
	top:0;
	width:36px
}
.fancybox-caption
{
	padding-left:12px;
	padding-right:12px
}
@supports (padding:max(0px))
{
	.fancybox-caption
{
	padding-left:max(12px,env(safe-area-inset-left));
	padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share
{
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center
}
.fancybox-share h1
{
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px
}
.fancybox-share p
{
	margin:0;
	padding:0
}
.fancybox-share__button
{
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
	user-select:none;
	white-space:nowrap
}
.fancybox-share__button:link,.fancybox-share__button:visited
{
	color:#fff
}
.fancybox-share__button:hover
{
	text-decoration:none
}
.fancybox-share__button--fb
{
	background:#3b5998
}
.fancybox-share__button--fb:hover
{
	background:#344e86
}
.fancybox-share__button--pt
{
	background:#bd081d
}
.fancybox-share__button--pt:hover
{
	background:#aa0719
}
.fancybox-share__button--tw
{
	background:#1da1f2
}
.fancybox-share__button--tw:hover
{
	background:#0d95e8
}
.fancybox-share__button svg
{
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px
}
.fancybox-share__button svg path
{
	fill:#fff
}
.fancybox-share__input
{
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%}.fancybox-thumbs
{
	background:#ddd;
	bottom:0;
	display:none;
	margin:0;
-webkit-overflow-scrolling:touch;
-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:2px 2px 4px;
	position:absolute;
	right:0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:0;
	width:212px;
	z-index:10
}
.fancybox-thumbs-x
{
	overflow-x:auto;
	overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs
{
	display:block
}
.fancybox-show-thumbs .fancybox-inner
{
	right:212px
}
.fancybox-thumbs__list
{
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%}.fancybox-thumbs-x .fancybox-thumbs__list
{
	overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar
{
	width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
	background:#2a2a2a;
	border-radius:10px
}
.fancybox-thumbs__list a
{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background-color:rgba(0,0,0,.1);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
-webkit-tap-highlight-color:transparent;
	width:100px
}
.fancybox-thumbs__list a:before
{
	border:6px solid #ff5268;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:7
}
.fancybox-thumbs__list a:focus:before
{
	opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before
{
	opacity:1
}
@media (max-width:576px)
{
	.fancybox-thumbs
{
	width:110px
}
.fancybox-show-thumbs .fancybox-inner
{
	right:110px
}
.fancybox-thumbs__list a
{
	max-width:calc(100% - 10px)}}*
{
	outline:none
}
*,:after,:before
{
	box-sizing:border-box
}
svg
{
	display:block;
	transform:translateZ(0)}img
{
	max-width:100%;
	height:auto
}
button
{
	border:none;
	background:none;
	padding:0;
	border-radius:0
}
button,button *
{
	cursor:pointer
}
input,textarea
{
	-webkit-appearance:none
}
a
{
	text-decoration:none;
	color:#3b4952
}
.advantages__list,.faq__list,.features__list,.partners__list,.price__block ul,.price__list,.request__description ul,.solution__list,.universal__list,.works__list
{
	list-style:none;
	margin:0;
	padding:0
}
.reviews-heading,.section-person,.section-article,.advantages__container,.contactus__container,.faq__container,.features,.footer__container,.header__container,.main__container,.modal__container,.modal__head,.partners__container,.price,.privacy,.resume__container,.reviews__container,.solution,.tariffs__container,.team__container,.terms-of-service,.watch__container,.works
{
	width:100%;
	max-width:1180px;
	margin:0 auto
}
@media only screen and (max-width:1200px)
{
	.advantages__container,.contactus__container,.faq__container,.features,.footer__container,.header__container,.main__container,.modal__container,.modal__head,.partners__container,.price,.privacy,.resume__container,.reviews__container,.solution,.tariffs__container,.team__container,.terms-of-service,.watch__container,.works
{
	padding:0 40px
}
}@media only screen and (max-width:767px)
{
	.advantages__container,.contactus__container,.faq__container,.features,.footer__container,.header__container,.main__container,.modal__container,.modal__head,.partners__container,.price,.privacy,.resume__container,.reviews__container,.solution,.tariffs__container,.team__container,.terms-of-service,.watch__container,.works
{
	padding:0 20px
}
}.contactus input[type=email],.contactus input[type=tel],.contactus input[type=text],.contactus textarea,.request__input
{
	display:block;
	width:100%;
	height:100%;
	border:none;
	border-bottom:1px solid #92979b;
	font-size:16px;
	letter-spacing:.02em;
	font-weight:500;
	transition:all .14s ease-in-out
}
.contactus input:focus[type=email],.contactus input:focus[type=tel],.contactus input:focus[type=text],.contactus textarea:focus,.request__input:focus
{
	border-color:#2cb0e8
}
.contactus input.invalid[type=email],.contactus input.invalid[type=tel],.contactus input.invalid[type=text],.contactus textarea.invalid,.invalid.request__input
{
	border-color:#f44336
}
.reviews,.works__image
{
	background-color:#2cb0e8;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%}.contactus input[type=submit],.features__button,.header__button,.main__button,.price__button,.resume__button
{
	background:#f04e75;
	border-radius:100px;
	font-size:20px;
	color:#fff;
	font-weight:700;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	transition:all .2s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.contactus input:hover[type=submit],.features__button:hover,.header__button:hover,.main__button:hover,.price__button:hover,.resume__button:hover
{
	background:#ff6489;
	box-shadow:0 1px 5px rgba(251,112,145,.2),0 3px 4px rgba(251,112,145,.12),0 2px 4px rgba(251,112,145,.14)}}.contactus input:active[type=submit],.features__button:active,.header__button:active,.main__button:active,.price__button:active,.resume__button:active
{
	background:#ff4b76;
	box-shadow:0 1px 5px rgba(251,112,145,.2),0 3px 4px rgba(251,112,145,.12),0 2px 4px rgba(251,112,145,.14)}body,html
{
	height:100%}
	
body
{
	overflow-x:hidden!important;
	font-family:Roboto;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	overscroll-behavior:none;
	font-size:16px;
	color:#3b4952;
	font-weight:400;
	min-width: 320px;
}
body.ovh{
	overflow: hidden;
}
.wrapper
{
	width:100%;
-ms-flex:1 0 auto;
overflow: hidden;
max-width: 100vw;
	flex:1 0 auto
}
.article{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.header
{
	width:100%;
	background:#fff;
	box-shadow:0 4px 18px rgba(0,0,0,.04);
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	overflow:hidden
}
@media only screen and (max-width:1200px)
{
	.header
{
	box-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.08);
	overflow:visible
}
}.header__container
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center;
	height:96px
}
@media only screen and (max-width:1200px)
{
	.header__container
{
	margin: 0;
	height:70px
}
}.header__logo
{
	position:relative;
	width:230px;
	height:100%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center
}
.header__logo svg
{
	width:100%;
	height:100%}.header__logo span
{
	position:absolute;
	top:38%;
	right:-5%;
	font-size:10px
}
@media only screen and (max-width:767px)
{
	.header__logo span
{
	top:30%;
	right:-5%}}@media only screen and (max-width:767px)
{
	.header__logo
{
	width:150px
}
}.header__burger
{
	width:40px;
	height:40px;
	display:none
}
@media only screen and (max-width:1200px)
{
	.header__burger
{
	display:block
}
}.header__burger svg
{
	width:100%;
	height:100%;
	fill:#2cb0e8
}
.header__section
{
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:end;
	justify-content:flex-end;
-ms-flex-align:center;
	align-items:center
}
@media only screen and (max-width:1200px)
{
	.header__section
{
	position:absolute;
	top:70px;
	right:0;
	width:250px;
	background-color:#fff;
	height:calc(100vh - 70px);
	overflow:hidden;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:end;
	align-items:flex-end;
	padding:30px 40px;
	padding-bottom:80px;
	box-shadow:0 0 18px rgba(0,0,0,.04);
	overflow-y:auto;
-webkit-overflow-scrolling:touch;
	transform:translate3d(100%,0,0);
	z-index:6;
	transition:all .14s ease-in-out
}
}.header__section.active
{
	visibility:visible;
	opacity:1;
	transform:translateZ(0)}.header__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:end;
	justify-content:flex-end;
-ms-flex-align:center;
	align-items:center;
	margin-right:75px
}
@media only screen and (max-width:1200px)
{
	.header__list
{
	margin-right:0;
	display:block
}
}.header__item
{
	margin-left:45px
}
@media only screen and (max-width:1200px)
{
	.header__item
{
	margin-left:0;
	margin-bottom:20px
}
}.header__item:first-child
{
	margin-left:0
}
.header__item.active .header__link
{
	color:#2cb0e8
}
.header__link
{
	display:block;
	padding:5px;
	transition:color .14s ease-in-out
}
@media only screen and (max-width:1200px)
{
	.header__link
{
	text-align:right
}
}@media only screen and (min-width:1025px)
{
	.header__link:hover
{
	color:#2cb0e8
}
}.header__button
{
	width:140px;
	height:36px;
	font-weight:400;
	font-size:14px
}
@media only screen and (max-width:1200px)
{
	.header__button
{
	-ms-flex:0 0 36px;
	flex:0 0 36px
}
}.footer
{
	width:100%;
-ms-flex:0 0 auto;
	flex:0 0 auto;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	background:#252626
}
.footer img
{
	display:none
}
.footer__section
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:start;
	align-items:flex-start;
	padding:60px 0
}
@media only screen and (max-width:1200px)
{
	.footer__section
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
}.footer__bottom
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center;
	padding:35px 0;
	border-top:1px solid #2d2e2f;
	font-size:14px;
	color:hsla(0,0%,99%,.3)}@media only screen and (max-width:767px)
{
	.footer__bottom
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
}.footer__column
{
	width:50%}@media only screen and (max-width:767px)
{
	.footer__column
{
	width:100%;
	margin-bottom:20px
}
}.footer__column:first-of-type
{
	text-align:left
}
@media only screen and (max-width:1023px)
{
	.footer__column:first-of-type
{
	text-align:center
}
}.footer__column:nth-of-type(2)
{
	text-align:right
}
@media only screen and (max-width:1023px)
{
	.footer__column:nth-of-type(2)
{
	text-align:center
}
}.footer__area
{
	margin-right:200px
}
@media only screen and (max-width:1200px)
{
	.footer__area
{
	margin-right:0;
	margin-bottom:40px
}
}.footer__logo
{
	margin-bottom:20px
}
@media only screen and (max-width:1200px)
{
	.footer__logo
{
	text-align:center
}
}.footer__logo svg
{
	width:165px;
	height:20px;
	margin-bottom:10px
}
@media only screen and (max-width:1200px)
{
	.footer__logo svg
{
	margin:0 auto 10px
}
}.footer__policy
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center
}
.footer__policy a
{
	font-size:14px;
	color:hsla(0,0%,99%,.3);
	display:inline-block;
	margin-right:25px;
	transition:color .14s ease-in-out
}
@media only screen and (max-width:480px)
{
	.footer__policy{
		-ms-flex-pack:between;
	justify-content:space-between;
	}
	.footer__policy a{
	display:block;
	margin:7px 0;
	font-size: 12px;
	margin-right: 3px;
	text-align:center
}
}
@media only screen and (min-width:1025px)
{
	.footer__policy a:hover
{
	color:#2cb0e8
}
}.footer__policy a:last-of-type
{
	margin-left:0
}
.footer__label
{
	font-size:10px;
	color:#fcfcfc;
	text-transform:uppercase
}
.footer__block
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	width:425px;
-ms-flex:0 0 425px;
	flex:0 0 425px;
	padding-right:60px;
	margin-right:20px
}
@media only screen and (max-width:1200px)
{
	.footer__block
{
	-ms-flex:none;
	flex:none;
	margin-right:0;
	padding-right:0;
	margin-bottom:40px;
-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	text-align:center
}
}.footer__row
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
.footer__subtitle
{
	font-size:18px;
	color:#fcfcfc;
	margin-right:25px;
	opacity:.4
}
@media only screen and (max-width:1200px)
{
	.footer__subtitle
{
	display:none
}
}.footer__contact
{
	font-size:14px;
	color:#fcfcfc;
	line-height:2em;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
@media only screen and (max-width:1200px)
{
	.footer__contact
{
	-ms-flex-align:center;
	align-items:center
}
}.footer__contact a
{
	font-size:14px;
	color:#fcfcfc;
	line-height:2em;
	transition:all .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.footer__contact a:hover
{
	color:#2cb0e8
}
}.footer__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:end;
	justify-content:flex-end;
-ms-flex-align:center;
	align-items:center;
	margin-top:-12px;
	margin-bottom:15px
}
.footer__item
{
	margin-right:20px
}
.footer__item:last-of-type
{
	margin-right:0
}
.footer__inner
{
		-webkit-box-pack: justify;
     -ms-flex-pack: justify;
     	display:-ms-flexbox;
     	-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	display:flex;
         justify-content: space-between;
	width:100%}
@media only screen and (max-width:1200px)
{
	.footer__inner
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
}.footer__inner a
{
	transition:all .14s ease-in-out;
	font-size:14px;
	color:#fcfcfc;
	line-height:2em
}
@media only screen and (min-width:1025px)
{
	.footer__inner a:hover
{
	color:#2cb0e8
}
}.footer__link
{
	width:40px;
	height:40px;
-ms-flex:0 0 40px;
	flex:0 0 40px;
	border-radius:50%;
	background:rgba(53,56,56,.43);
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	transition:all .14s ease-in-out
}
.footer__link svg
{
	fill:#a8a8a8
}
@media only screen and (min-width:1025px)
{
	.footer__link:hover
{
	background:#353838
}
}.main
{
	display:block;
	padding:200px 0 155px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-pack:center;
	justify-content:center;
	background:#f7f8f9
}
@media only screen and (max-width:1200px){
	.main{
		padding:120px 0 60px;
	}
}
.main,.main__container
{
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-align:center;
	align-items:center
}
.main__container
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-pack:justify;
	justify-content:space-between
}
@media only screen and (max-width:767px)
{
	.main__container
{
	display:block
}
}.main__img
{
	width:43%;
	position:relative;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:end;
	justify-content:flex-end;
-ms-flex-align:center;
	align-items:center
}
.main__img img
{
	width:547px;
	max-width:none;
	position:relative;
	left:62px;
	top:22px;
}
@media only screen and (max-width:1200px)
{
	.main__img img
{
	width:100%;
	left:0
}
}@media only screen and (max-width:767px)
{
	.main__img
{
	width:100%;
	margin-left:0
}
}.main__video
{
	display:block;
	width:92%;
	height:63%;
	position:absolute;
	top:4%;
	left:4%;
	z-index:3
}
.main__frame
{
	z-index:1
}
.main__frame,.main__video-preview
{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}
.main__video-preview
{
	z-index:2;
	transition:all .3s ease-in-out
}
.main__video-preview.hidden
{
	visibility:hidden;
	opacity:0
}
.main__play
{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	z-index:3;
	width:20%;
	height:30%;
	cursor:pointer;
	fill:#000;
	opacity:.8;
	overflow:hidden;
	transition:transform .14s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out
}
.main__play.hidden
{
	visibility:hidden;
	opacity:0
}
@media only screen and (min-width:1025px)
{
	.main__play:hover
{
	transform:translate3d(-50%,-50%,0) scale(1.1)}}
.main__section{
	width:54%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
@media only screen and (max-width:767px)
{
	.main__section
{
	width:100%;
	margin-bottom:60px
}
}
.main__heading{
	font-size:50px;
	line-height:1.173em;
	font-weight:700;
	margin-bottom:36px
}
@media only screen and (max-width:767px)
{
	.main__heading
{
	font-size:24px
}
}.main__description
{
	font-size:18px;
	line-height:1.666em;
	opacity:.8;
	margin-bottom:42px
}
.main__button
{
	width:326px;
	height:65px;
	margin-bottom:58px
}
.main__integration
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
.main__icon
{
	display:block;
	margin-right:8px
}
.main__label
{
	font-size:16px;
	color:#2cb0e8
}
.advantages
{
	padding:90px 0 30px;
}
.advantages__heading
{
	font-size:48px;
	line-height:1em;
	font-weight:700;
	margin-bottom:70px
}
@media only screen and (max-width:767px)
{
	.advantages__heading
{
	font-size:24px
}
}.advantages__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch
}
.advantages__item
{
	width:49%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	padding-right:30px;
	margin-bottom:72px
}
@media only screen and (max-width:1200px)
{
	.advantages__item
{
	padding-right:0;
	margin-bottom:60px
}
}@media only screen and (max-width:767px)
{
	.advantages__item
{
	width:100%}}.advantages__icon
{
	width:60px;
-ms-flex:0 0 60px;
	flex:0 0 60px;
	height:60px;
	margin-right:30px
}
@media only screen and (max-width:767px)
{
	.advantages__icon
{
	width:40px;
	height:40px;
-ms-flex:0 0 40px;
	flex:0 0 40px;
	margin-right:20px
}
}.advantages__icon svg
{
	width:100%;
	height:100%;
	fill:#2CB0E8
}
.advantages__title
{
	font-size:26px;
	line-height:1.153em;
	font-weight:700;
	margin-bottom:19px
}
@media only screen and (max-width:767px)
{
	.advantages__title
{
	font-size:20px;
	margin-bottom:20px
}
}.advantages__description
{
	padding-top: 10px;
	position: relative;
	font-size:18px;
	line-height:1.68em
}
.advantages__description:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0px;
	top: 0px;
	background: #2CB0E8;
}
.price
{
	padding:80px 0 140px
}
@media only screen and (max-width:1200px)
{
	.price
{
	padding:60px 40px
}
}@media only screen and (max-width:767px)
{
	.price
{
	padding:40px 20px
}
}.price__heading
{
	font-size:32px;
	font-weight:700;
	text-align:center;
	margin-bottom:18px
}
@media only screen and (max-width:767px)
{
	.price__heading
{
	font-size:24px
}
}.price__subheading
{
	font-size:20px;
	text-align:center
}
.price__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:stretch;
	align-items:stretch;
	margin-top:66px
}
@media only screen and (max-width:1023px)
{
	.price__list
{
	display:block
}
}@media only screen and (max-width:767px)
{
	.price__list
{
	margin-top:30px
}
}.price__item
{
	background:#fff;
	width:380px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	border:1px solid #e0e0e0;
	margin: 0 15px;
	box-sizing:border-box;
	box-shadow:0 4px 10px rgba(59,73,82,.0001);
	border-radius:4px;
	padding:0 40px;
	position:relative;
	transition:all .2s ease-in-out
}
@media only screen and (max-width:1200px)
{
	.price__item
{
	width:32%}}@media only screen and (max-width:1023px)
{
	.price__item
{
	width:100%;
	max-width:380px;
	margin:0 auto 30px
}
}@media only screen and (max-width:767px)
{
	.price__item
{
	padding:0 30px
}
}.price__item:before
{
	content:"";
	display:block;
	width:calc(100% + 2px);
	height:3px;
	background-color:#2cb0e8;
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:1;
	opacity:0;
	transition:all .2s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.price__item:hover
{
	border-top-right-radius:0;
	border-top-left-radius:0
}
.price__item:hover:before
{
	opacity:1
}
}.price__head
{
	width:100%;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	padding:45px 0 20px;
	border-bottom:1px solid #e0e0e0
}
.price__head,.price__icon
{
	display:-ms-flexbox;
	display:flex;
	align-items:center
}
.price__icon
{
	width:45px;
	height:45px;
-ms-flex:0 0 45px;
	flex:0 0 45px;
	margin-right:23px;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center
}
.price__icon svg
{
	width:100%;
	height:100%}.price__plan
{
	font-size:20px;
	font-weight:500;
	text-transform:uppercase
}
.price__section
{
	width:100%;
	padding:25px 0 30px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #e0e0e0
}
.price__custom
{
	font-size:28px;
	color:#2cb0e8;
	font-weight:500;
	margin-bottom:22px
}
.price__old
{
	margin-right:10px
}
.price__old div:first-of-type
{
	font-size:14px;
	color:#f04e75;
	font-weight:500;
	margin-bottom:4px
}
.price__old div:nth-of-type(2)
{
	font-size:24px;
	color:#f04e75;
	font-weight:500;
	text-decoration:line-through
}
.price__current
{
	font-size:46px;
	color:#2cb0e8;
	font-weight:500;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
.price__current span
{
	font-size:12px;
	font-weight:400;
	padding-top:8px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:9px
}
.price__block
{
	width:100%;
	padding:25px 0 40px
}
.price__block li
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:28px
}
.price__block li svg
{
	display:block;
	width:16px;
	height:16px;
	margin-right:8px;
	fill:#2cb0e8
}
.price__block .cross-out {
	text-decoration: line-through;
}
.price__block .cross-out svg{
	fill:#3b4952;
	width: 12px;
	height: 12px;
}
.price__block li.close svg
{
	width:10px;
	height:10px;
	margin-right:11px;
	margin-left:3px;
	fill:#3b4952
}
.price__description
{
	line-height:1.5em;
	margin-bottom:27px;
	display:none
}
.price__button
{
	width:160px;
	height:55px;
	font-size:16px;
	background:#2cb0e8
}
@media only screen and (min-width:1025px)
{
	.price__button:hover
{
	background:#2cb0e8;
	box-shadow:0 1px 5px rgba(44,176,232,.2),0 3px 4px rgba(44,176,232,.12),0 2px 4px rgba(44,176,232,.14)}}.price__button:active
{
	background:#19a6e2;
	box-shadow:0 1px 5px rgba(44,176,232,.2),0 3px 4px rgba(44,176,232,.12),0 2px 4px rgba(44,176,232,.14)}
.partners{
	padding:55px 0 90px;
	background-color:#f7f8f9
}
.partners__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch
}
.partners__item
{
	width:33.3333%;
	border-right:1px solid #dedede;
	padding-right:50px
}
@media only screen and (max-width:767px)
{
	.partners__item{
	border:0;
	width:100%;
	margin-bottom:30px
}
}.partners__item:first-of-type
{
	padding-right:40px
}
@media only screen and (max-width:767px)
{
	.partners__item:first-of-type
{
	padding:0
}
}.partners__item:nth-of-type(2)
{
	padding:0 40px
}
@media only screen and (max-width:767px)
{
	.partners__item:nth-of-type(2)
{
	border:none;
	padding:0
}
}.partners__item:nth-of-type(3)
{
	border-right: 0;
	padding-left:40px
}
@media only screen and (max-width:767px)
{
	.partners__item:nth-of-type(3)
{
	padding:0
}
}
.partners__logo{
	min-height: 37px;
	margin-bottom:30px;
}
.partners__logo img{
	max-height: 37px;
	max-width: 235px;
	display: block;
}
.partners__description{
	font-size:18px;
	color:#3b4952;
	line-height:1.6em
}
.resume
{
	background-color:#2cb0e8;
	padding:110px 0 100px
}
.resume__container
{
	text-align:center;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center
}
.resume__heading
{
	font-size:28px;
	color:#fcfcfc;
	font-weight:700;
	width:100%;
	max-width:670px;
	margin:0 auto 44px
}
@media only screen and (max-width:767px){
	.resume__heading{
		font-size:24px
	}
}

.resume__section{
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:38px
}
.resume__block,.resume__section
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-align:center;
	align-items:center
}
.resume__block
{
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start
}
.resume__title
{
	font-size:18px;
	color:#fcfcfc;
	line-height:1.555em;
	margin-right:15px
}
.resume__icon
{
	margin-right:10px
}
.resume__label
{
	font-size:18px;
	color:#fcfcfc;
	line-height:1.555em;
	font-weight:700
}
.resume__button
{
	width:326px;
	height:65px
}
.faq
{
	padding:80px 0 100px;
	background-color:#f7f8f9
}
.faq__heading
{
	font-size:28px;
	font-weight:700;
	margin-bottom:40px
}
@media only screen and (max-width:767px)
{
	.faq__heading
{
	font-size:24px
}
}.faq__list
{
	width:100%;
	max-width:100%;
	margin:0 auto
}
@media only screen and (max-width:1023px)
{
	.faq__list
{
	width:95%}}@media only screen and (max-width:767px)
{
	.faq__list
{
	width:100%}}.faq__item
{
	border-radius:6px;
	background-color:#fff;
	margin-bottom:5px
}
.faq__item.active .faq__icon
{
	background-color:#f7f8f9
}
.faq__item.active .faq__icon:after
{
	opacity:0
}
.faq__item.active .faq__icon:before
{
	background-color:#2cb0e8
}
.faq__item.active .faq__section
{
	display:block
}
.faq__item:last-of-type
{
	margin-bottom:0
}
.faq__head
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center;
	padding:25px
}
@media only screen and (max-width:767px)
{
	.faq__head
{
	padding:20px
}
}.faq__title
{
	font-size:20px;
	line-height:1.4em;
	font-weight:700;
	cursor:pointer;
	transition:color .14s ease-in-out
}
.faq__item.active .faq__title{
	color:#2cb0e8;
}
@media only screen and (min-width:1025px)
{
	.faq__title:hover
{
	color:#2cb0e8
}
}@media only screen and (max-width:767px)
{
	.faq__title
{
	font-size:16px
}
}.faq__icon
{
	width:34px;
	height:34px;
-ms-flex:0 0 34px;
	flex:0 0 34px;
	margin-left:20px;
	background-color:#2cb0e8;
	position:relative;
	border-radius:50%;
	cursor:pointer;
	transition:all .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.faq__icon:hover
{
	background-color:#1695cb
}
}.faq__icon:before
{
	transform:translate3d(-50%,-50%,0);
	transition:all .14s ease-in-out
}
.faq__icon:after,.faq__icon:before
{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:50%}.faq__icon:after
{
	transform:translate3d(-50%,-50%,0) rotate(90deg)}
	.faq__section{
	color:#3B4952;
	font-size: 18px;
	line-height:1.5em;
	padding:0 175px 30px 25px;
	display:none
}
@media only screen and (max-width:767px){
.faq__section{
	padding:20px;
	font-size:14px;
	color:#92979b;
	line-height:1.5em
}
}
.solution{
	position: relative;
	padding:90px 0 40px;
}
.solution:after{
	content: "";
	left:-9999px;
	right: -9999px;
	position: absolute;
	z-index: -1;
	top:0;
	background: #2CB0E8;
	height: 462px;
}
@media only screen and (max-width:1200px)
{
	.solution
{
	padding:90px 40px 20px;
}
}@media only screen and (max-width:767px)
{
	.solution
{
	padding:60px 20px 30px;
}
}.solution__heading
{
	font-size:48px;
	line-height:1.5em;
	position: relative;
	z-index: 1;
	font-weight:700;
	color:#fff;
	margin-bottom:60px;
	width:100%}@media only screen and (max-width:767px)
{
	.solution__heading
{
	font-size:24px
}
}.solution__list
{
	display:-ms-flexbox;
	display:flex;
	position: relative;
	z-index: 1;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch
}
@media only screen and (max-width:1023px)
{
	.solution__list
{
	display:block
}
}
.solution__item{
	width:370px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	border:1px solid #f1f1f1;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center
}
@media only screen and (max-width:1200px)
{
	.solution__item
{
	width:32%}}@media only screen and (max-width:1023px)
{
	.solution__item
{
	width:370px;
	margin:0 auto 30px
}
}@media only screen and (max-width:767px)
{
	.solution__item
{
	width:100%}}.solution__item--red .solution__subtitle
{
	color:#c23340
}
.solution__item--green .solution__subtitle
{
	color:#1ccc97
}
.solution__item--yellow .solution__subtitle
{
	color:#fa0
}
.solution__section
{
	padding:20px
}
@media only screen and (max-width:320px)
{
	.solution__section
{
	padding:20px 10px
}
}.solution__row
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:start;
	align-items:flex-start
}
.solution__subtitle,.solution__title
{
	font-size:14px;
	letter-spacing:.0714em;
	text-transform:uppercase
}
.solution__description
{
	background-color:#f7f8f9;
-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:30px 20px;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
-ms-flex-align:start
}
.solution__description,.solution__icon
{
	display:-ms-flexbox;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start
}
.solution__icon
{
	width:27px;
-ms-flex:0 0 27px;
	flex:0 0 27px;
	margin-right:18px;
	transform: translateY(-5px);
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:start;
-ms-flex-align:start
}
.solution__text
{
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	font-size:18px;
	line-height:1.6em
}
@media only screen and (max-width:767px)
{
	.solution__text
{
	font-size:14px;
	line-height:1.5em
}
}.works
{
	padding:80px 0 30px;
	position:relative
}
@media only screen and (max-width:1200px)
{
	.works
{
	padding:60px 40px
}
}@media only screen and (max-width:767px)
{
	.works
{
	padding:40px 20px
}
}.works__heading
{
	font-size:48px;
	font-weight:700;
	margin-bottom:106px
}
@media only screen and (max-width:767px)
{
	.works__heading{
	font-size:24px;
	margin-bottom:80px
}
}.works__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch;
	margin-bottom:25px
}
.works__item
{
	width:380px;
	background:#fff;
	box-shadow:0 4px 15px rgba(0,0,0,.1);
	border-radius:6px;
	position:relative
}
.works__item:nth-child(4){
	margin: 65px auto 0;
	width: 510px;
}
.works__item:nth-child(4) .works__current{
	width: 130px;
	text-align: center;
	background: #FFAB09;
	line-height: 44px;
	color:#fff;
	left:0;
	right:0;
	margin: 0 auto;
	background: #FFAB09;
	font-size: 20px;
	border-radius: 22px;	
}
.works__item:nth-child(4) .works__title{
	padding-right: 35px;
}
@media only screen and (max-width:1200px)
{
	.works__item
{
	width:32%}}
@media only screen and (max-width:1023px){
	.works__item{
		width:100%;
		max-width:380px;
		margin:0 auto 60px
	}
	.works__item:nth-child(4){
		margin:0 auto;
	}
}
.works__image
{
	width:100%;
	border-radius: 6px 6px 0 0;
	height:110px
}
.works__current
{
	width:44px;
	height:44px;
	background:#36c3f3;
	border-radius:50%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	font-size:20px;
	color:#fff;
	font-weight:700;
	position:absolute;
	top:0;
	left:24px;
	transform:translate3d(0,-50%,0)}.works__description
{
	padding:25px
}
.works__title
{
	font-size:20px;
	line-height:1.5em;
	font-weight:700;
	margin-bottom:10px
}
.works__text
{
	font-size:18px;
	color:#3b4952;
	line-height:1.6em
}
@media only screen and (max-width:1200px)
{
	.tooltip
{
	display:none
}
}.tooltip__item
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center;
	position:absolute
}
.tooltip__item:first-of-type
{
	top:160px;
	left:0
}
.tooltip__item:first-of-type .tooltip__path
{
	top:20px;
	right:-70px
}
.tooltip__item:nth-of-type(2)
{
	top:160px;
	right:290px
}
.tooltip__item:nth-of-type(2) .tooltip__path--2
{
	top:20px;
	right:-90px
}
.tooltip__item:nth-of-type(2) .tooltip__path--1
{
	top:20px;
	left:-70px
}
.tooltip__item:nth-of-type(3)
{
    top: 372px;
    left: 321px;
    width: 165px;
}
.tooltip__item:nth-of-type(3) .tooltip__path
{
	/*bottom:70px;*/
	/*left:240px;*/
	transform:rotateY(180deg)
}
.tooltip__item:nth-of-type(4){
	bottom: 220px;
    right: 0px;
    width: 206px;
}
.tooltip__item:nth-of-type(4) .tooltip__path
{
	bottom:60px;
	left:-175px
}
.tooltip__item:nth-of-type(5){
    bottom: 250px;
    left: 200px;
}
.tooltip__icon
{
	margin-right:8px;
	fill:#2cb0e8
}
.tooltip__title
{
	color:#2cb0e8
}
.tooltip__path
{
	position:absolute
}
.features
{
	padding:70px 0 80px;
	margin-bottom:30px
}
@media only screen and (max-width:1200px)
{
	.features
{
	padding:60px 40px
}
}@media only screen and (max-width:767px)
{
	.features
{
	padding:40px 20px
}
}.features__row
{
	width:100%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch;
	margin-bottom:60px
}
.features__container
{
	width:430px;
-ms-flex:0 0 430px;
	flex:0 0 430px;
	margin-right:80px
}
@media only screen and (max-width:1023px)
{
	.features__container
{
	width:100%;
-ms-flex:none;
	flex:none;
	margin-right:0
}
}.features__heading
{
	font-size:48px;
	font-weight:700;
	margin-bottom:50px
}
@media only screen and (max-width:767px)
{
	.features__heading
{
	font-size:24px
}
}.features__item
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	margin-bottom:55px
}
.features__item:last-of-type
{
	margin-bottom:0
}
.features__icon
{
	width:25px;
	height:25px;
-ms-flex:0 0 25px;
	flex:0 0 25px;
	margin-right:20px;
	position:relative;
	top:8px;
	fill:#2cb0e8
}
.features__block
{
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	font-size:18px;
	line-height:1.66em
}
.features__ocean
{
	color:#2cb0e8;
	font-weight:700
}
.features__media
{
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	position:relative
}
@media only screen and (max-width:1023px)
{
	.features__media
{
	display:none
}
}.features__button
{
	width:326px;
	height:65px;
	margin:0 auto
}
.reviews
{
	padding:70px 0 0;
	margin-bottom:100px
}
.reviews__heading
{
	font-size:32px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px
}
@media only screen and (max-width:767px)
{
	.reviews__heading
{
	font-size:24px
}
}.reviews__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch;
	position:relative;
	top:50px
}
@media only screen and (max-width:767px)
{
	.reviews__list
{
	display:block
}
}.reviews__item
{
	width:32.5%;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
@media only screen and (max-width:767px)
{
	.reviews__item
{
	width:100%;
	margin:0 auto 20px
}
}.reviews__head
{
	width:100%;
	height:60px;
-ms-flex:0 0 60px;
	flex:0 0 60px;
	margin-bottom:30px
}
@media only screen and (max-width:1023px)
{
	.reviews__head
{
	display:none
}
}.reviews__section
{
	padding:40px 43px;
	background-color:#fff;
	border-radius:6px;
-ms-flex:1 1 auto;
	flex:1 1 auto;
	box-shadow:0 10px 20px rgba(104,157,223,.16)}@media only screen and (max-width:1023px)
{
	.reviews__section
{
	padding:30px 20px
}
}.reviews__row
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:44px
}
.reviews__quote
{
	width:90px;
-ms-flex:0 0 90px;
	flex:0 0 90px;
	margin-right:15px;
	position:relative;
	top:-70px
}
@media only screen and (max-width:1023px)
{
	.reviews__quote
{
	display:none
}
}.reviews__quote img
{
	display:block;
	width:100%}.reviews__name
{
	font-weight:700;
	margin-bottom:20px
}
.reviews__role
{
	font-size:14px;
	font-weight:700
}
.reviews__description
{
	color:#92979b;
	line-height:1.625em;
	overflow:hidden;
	margin-bottom:20px
}
.reviews__button
{
	width:34px;
	height:34px;
	border-radius:50%;
	background-color:#2cb0e8;
	margin:0 auto;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	position:relative;
	transition:all .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.reviews__button:hover
{
	background-color:#1695cb
}
.reviews__button:hover:before
{
	transform:translate3d(-50%,-50%,0) scale(1.1);
	opacity:.3
}
}.reviews__button:before
{
	content:"";
	display:block;
	width:48px;
	height:48px;
	background-color:#2cb0e8;
	border-radius:50%;
	opacity:.2;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	transition:all .14s ease-in-out
}
.reviews__button svg
{
	width:50%;
	height:50%;
	fill:#fff
}
.modal
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
-webkit-overflow-scrolling:touch;
	z-index:5;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	visibility:hidden;
	opacity:0;
	transition:all .14s ease-in-out
}
@media only screen and (max-width:767px)
{
	.modal
{
	display:block
}
}.modal.visible
{
	visibility:visible;
	opacity:1
}
.modal__head
{
	position:absolute;
	top:0;
	left:50%;
	height:90px;
	transform:translate3d(-50%,0,0);
	z-index:3;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center
}
.modal__logo
{
	width:165px;
	height:20px;
	fill:#fff!important
}
.modal__close
{
	width:30px;
	height:30px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	cursor:pointer
}
@media only screen and (min-width:1025px)
{
	.modal__close:hover svg
{
	fill:#ff8393
}
}.modal__close svg
{
	width:80%;
	height:80%;
	fill:#fff;
	transition:fill .14s ease-in-out
}
.modal__overlay
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(-35deg,#2cb0e8,#5ac1ed)}.modal__container
{
	position:relative;
	z-index:2;
	margin:auto
}
@media only screen and (max-width:767px)
{
	.modal__container
{
	padding-top:100px
}
}.interested
{
	width:100%;
	max-width:900px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:100px 0;
	display:none
}
.interested.active
{
	display:block
}
.interested__heading
{
	font-size:36px;
	letter-spacing:.02em;
	font-weight:700;
	margin-bottom:30px
}
@media only screen and (max-width:767px)
{
	.interested__heading
{
	font-size:24px
}
}.interested__subtitle
{
	font-size:18px;
	line-height:1.2em;
	margin-bottom:80px
}
.interested__list
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch
}
.interested__item
{
	width:45%;
	padding:40px 30px 50px;
	background-color:#fff;
	box-shadow:0 5px 5px 2px rgba(0,0,0,.1);
	border-radius:5px
}
@media only screen and (max-width:767px)
{
	.interested__item
{
	width:100%;
	margin-bottom:30px
}
}.interested__title
{
	font-size:24px;
	color:#3b4952;
	letter-spacing:.02em;
	font-weight:700;
	margin-bottom:30px
}
.interested__description
{
	color:#92979b;
	line-height:1.5em;
	width:100%;
	max-width:80%;
	margin:0 auto 50px
}
.interested__button
{
	background-color:#ff8393;
	border-radius:4px;
	width:100%;
	max-width:300px;
	margin:0 auto;
	height:50px;
	position:relative;
	box-shadow:0 5px 14px rgba(0,0,0,.1);
	font-size:16px;
	color:#fff;
	letter-spacing:.02em;
	font-weight:700;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	transition:all .2s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.interested__button:hover
{
	box-shadow:0 5px 14px rgba(0,0,0,.15);
	background:#ff6a7d
}
}.interested__button:active
{
	box-shadow:0 5px 14px rgba(0,0,0,.2);
	background:#ff5067
}
.interested__google
{
	width:40px;
	height:40px;
	background-color:#fff;
	border-radius:4px;
	position:absolute;
	top:5px;
	left:5px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
@media only screen and (max-width:320px)
{
	.interested__google
{
	display:none
}
}.interested__google svg
{
	width:70%;
	height:70%}.request
{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:100px 0;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center;
	display:none
}
@media only screen and (max-width:767px)
{
	.request
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
}.request.active
{
	display:-ms-flexbox;
	display:flex
}
.request__form
{
	width:45%;
	padding:40px 30px 50px;
	background-color:#fff;
	box-shadow:0 5px 5px 2px rgba(0,0,0,.1);
	border-radius:5px
}
@media only screen and (max-width:767px)
{
	.request__form
{
	width:100%;
-ms-flex-order:2;
	order:2
}
}.request__heading
{
	font-size:24px;
	letter-spacing:.02em;
	font-weight:700;
	margin-bottom:30px
}
.request__section
{
	margin-bottom:40px
}
.request__label
{
	display:block;
	width:100%;
	height:40px;
	position:relative;
	margin-bottom:20px
}
.request__label:last-of-type
{
	margin-bottom:0
}
.request__label.focus .request__title
{
	color:#2cb0e8;
	font-size:12px;
	top:0
}
.request__title
{
	font-size:14px;
	color:#92979b;
	letter-spacing:.02em;
	position:absolute;
	top:50%;
	left:0;
	transform:translate3d(0,-50%,0);
	transition:all .14s ease-in-out
}
.request__controls
{
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between
}
.request__cancel,.request__controls
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-align:center;
	align-items:center
}
.request__cancel
{
	background-color:#fff;
	border:1px solid #ff8393;
	border-radius:4px;
	width:45%;
	height:44px;
	position:relative;
	font-size:16px;
	color:#ff8393;
	letter-spacing:.02em;
	font-weight:700;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
	transition:all .2s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.request__cancel:hover
{
	color:#fff;
	background:#ff6a7d
}
}.request__cancel:active
{
	background:#ff5067
}
.request__submit
{
	background-color:#ff8393;
	border-radius:4px;
	width:45%;
	height:44px;
	position:relative;
	box-shadow:0 5px 14px rgba(0,0,0,.1);
	font-size:16px;
	color:#fff;
	letter-spacing:.02em;
	font-weight:700;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	transition:all .2s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.request__submit:hover
{
	box-shadow:0 5px 14px rgba(0,0,0,.15);
	background:#ff6a7d
}
}.request__submit:active
{
	box-shadow:0 5px 14px rgba(0,0,0,.2);
	background:#ff5067
}
.request__submit:disabled
{
	opacity:.6;
	cursor:default
}
@media only screen and (min-width:1025px)
{
	.request__submit:disabled:hover
{
	box-shadow:0 5px 14px rgba(0,0,0,.1);
	background-color:#ff8393
}
}.request__description
{
	width:45%;
	color:#fff
}
@media only screen and (max-width:767px)
{
	.request__description
{
	width:100%;
	margin-bottom:30px;
-ms-flex-order:1;
	order:1
}
}.request__description li
{
	font-size:16px;
	line-height:1.75em;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	margin-bottom:4px
}
.request__description li svg
{
	width:17px;
	height:17px;
-ms-flex:0 0 17px;
	flex:0 0 17px;
	margin-right:10px;
	top:5px;
	fill:#fff;
	position:relative
}
.universal
{
	width:100%;
	max-width:700px;
	margin:0 auto;
	text-align:center;
	padding:80px 50px;
	background-color:#fff;
	box-shadow:0 5px 5px 2px rgba(0,0,0,.1)}@media only screen and (max-width:767px)
{
	.universal
{
	padding:50px 20px;
	margin-bottom:100px
}
}.universal__heading
{
	font-size:36px;
	letter-spacing:.02em;
	font-weight:700;
	margin-bottom:30px
}
@media only screen and (max-width:767px)
{
	.universal__heading
{
	font-size:24px
}
}.universal__description
{
	color:#92979b;
	line-height:1.5em;
	width:100%;
	max-width:80%;
	margin:0 auto 50px
}
.universal__description svg
{
	display:inline-block;
	fill:#92979b;
	position:relative;
	top:2px
}
.universal__row
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:50px
}
.universal__mail
{
	color:#2cb0e8;
	line-height:1.5em;
	display:inline-block;
	margin:0 10px;
	transition:opacity .14s ease-in-out
}
@media only screen and (max-width:767px)
{
	.universal__mail
{
	width:100%;
	margin-bottom:10px
}
}@media only screen and (min-width:1025px)
{
	.universal__mail:hover
{
	opacity:.6
}
}.universal__social
{
	width:40px;
	height:40px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	border:1px solid #2cb0e8;
	margin:0 5px;
	border-radius:5px;
	transition:opacity .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.universal__social:hover
{
	opacity:.6
}
}.universal__social svg
{
	width:50%;
	height:50%;
	fill:#2cb0e8
}
.universal__title
{
	font-size:20px;
	color:#3b4952;
	letter-spacing:.02em;
	font-weight:700;
	margin-bottom:20px
}
.universal__list
{
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch;
	max-width:400px;
	margin:0 auto
}
.universal__item,.universal__list
{
	display:-ms-flexbox;
	display:flex;
	width:100%}.universal__item
{
	font-size:16px;
	color:#92979b;
	line-height:1.2em;
	margin-bottom:10px;
	text-align:left;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
.universal__item:before
{
	content:"";
	display:block;
	width:6px;
	height:6px;
-ms-flex:0 0 6px;
	flex:0 0 6px;
	border-radius:50%;
	background-color:#2cb0e8;
	margin-right:10px;
	position:relative;
	top:6px
}
.privacy
{
	display:block;
	padding-top:100px;
	margin-bottom:100px
}
.privacy h1
{
	font-size:36px;
	margin:1.5em 0;
	font-weight:700
}
.privacy h2
{
	font-size:30px;
	margin:2em 0
}
.privacy h3
{
	font-size:24px;
	margin:2em 0
}
.privacy p
{
	margin:1.5em 0;
	line-height:1.2em
}
.privacy strong
{
	font-weight:700
}
.privacy i
{
	font-style:italic
}
.privacy ul
{
	margin:2em 0
}
.privacy li
{
	padding-left:16px;
	line-height:1.2em;
	margin-bottom:1em;
	position:relative
}
.privacy li:before
{
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:0;
	background-color:#3b4952
}
.privacy a
{
	color:#2cb0e8;
	transition:color .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.privacy a:hover
{
	color:#1695cb
}
}.team
{
	padding:150px 0
}
@media only screen and (max-width:1200px)
{
	.team
{
	padding:120px 0
}
}.team__container
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center
}
.team__heading
{
	font-size:52px;
	font-weight:700;
	text-align:center;
	margin-bottom:90px
}
@media only screen and (max-width:767px)
{
	.team__heading
{
	font-size:24px;
	margin-bottom:30px
}
}.team__list
{
	padding:0;
	width:80%;
	margin:0 auto 80px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:stretch;
	align-items:stretch
}
@media only screen and (max-width:1200px)
{
	.team__list
{
	width:100%;
	margin-bottom:40px
}
}@media only screen and (max-width:767px)
{
	.team__list
{
	margin-bottom:30px
}
}.team__front
{
	opacity:1;
	transition:all .2s ease-in-out .1s
}
.team__front img
{
	width:100%;
	height:100%;
-o-object-fit:cover;
	object-fit:cover
}
.team__back
{
	padding:60px 30px;
	transition:all .2s ease-in-out .1s;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:rotateY(180deg);
	background:#fff;
	border:1px solid #e1e1e1
}
.team__subtitle
{
	text-align:center;
	position:relative;
	font-size:20px;
	color:#3b4952;
	font-weight:700;
	margin-bottom:40px
}
.team__subtitle:before
{
	content:"";
	position:absolute;
	transform:translate3d(-50%,0,0);
	bottom:-18px;
	left:50%;
	display:block;
	width:12px;
	height:1px;
	background:#2cb0e8
}
.team__row
{
	position:relative;
	font-size:14px;
	margin-left:20px
}
.team__row:before
{
	content:"";
	position:absolute;
	transform:translate3d(0,-50%,0);
	top:50%;
	left:-20px;
	border-radius:50%;
	display:block;
	width:8px;
	height:8px;
	background:#2cb0e8
}
.team__row:not(:last-child)
{
	margin-bottom:12px
}
.team__item
{
	position:relative;
	width:28%;
	margin-left:8%}@media only screen and (max-width:1023px)
{
	.team__item
{
	width:30%;
	margin-left:5%}}@media only screen and (max-width:767px)
{
	.team__item
{
	width:100%;
	margin-left:0;
	margin-bottom:60px
}
}.team__item:first-child
{
	margin-left:0
}
@media only screen and (min-width:1025px)
{
	.team__item:hover .team__photo
{
	transform:rotateY(180deg)}.team__item:hover .team__front
{
	opacity:0
}
.team__item:hover .team__back
{
	opacity:1
}
}.team__photo
{
	position:relative;
	width:100%;
	height:70%;
	margin-bottom:30px;
	overflow:hidden;
	transition:transform .6s;
	transform-style:preserve-3d
}
@media only screen and (max-width:767px)
{
	.team__photo
{
	height:450px
}
}.team__photo img
{
	width:100%;
	height:100%;
-o-object-fit:cover;
	object-fit:cover
}
.team__block
{
	padding:0 20px;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.team__name
{
	font-size:20px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:5px
}
.team__job
{
	color:#92979b;
	line-height:1.75em;
	margin-bottom:10px
}
.team__link
{
	display:inline-block;
	width:30px;
	height:30px
}
.team__link svg
{
	width:100%;
	height:100%}.team__collider
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	display:-ms-inline-flexbox;
	display:inline-flex;
	text-align:center
}
.team__collider-logo
{
	width:250px;
	margin-bottom:10px
}
.team__collider-subtitle
{
	font-size:14px;
	line-height:1.5em
}
.tariffs
{
	padding:150px 0 0;
	background:#f7f8f9
}
.tariffs .faq
{
	padding:90px 0
}
@media only screen and (max-width:1200px)
{
	.tariffs
{
	padding:120px 0 0
}
}.tariffs__content
{
	border-radius:4px;
	height:35px;
	overflow:hidden;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:stretch;
	align-items:stretch;
	display:-ms-inline-flexbox;
	display:inline-flex;
	margin-left:25px
}
@media only screen and (max-width:767px)
{
	.tariffs__content
{
	margin-top:15px
}
}.tariffs__tagline
{
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	width:62px;
	background:#221e1f;
	font-size:22px;
	font-weight:700
}
.tariffs__desc,.tariffs__tagline
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center;
	color:#fff
}
.tariffs__desc
{
	padding:0 9px;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
	text-transform:uppercase;
	background:#5ba829;
	font-size:15px
}
.tariffs__desc span
{
	margin-top:2px;
	margin-left:5px;
	display:block;
	font-size:8px;
	letter-spacing:.75em
}
.tariffs__title
{
	font-size:32px;
	line-height:1.1em;
	font-weight:700;
	text-align:center;
	margin-bottom:18px
}
.tariffs__title span
{
	color:#f04e75
}
@media only screen and (max-width:767px)
{
	.tariffs__title
{
	font-size:24px;
	margin-bottom:10px
}
}.tariffs__subheading
{
	text-align:center;
	font-size:20px;
	margin-bottom:66px
}
.tariffs__section
{
	background:#2cb0e8;
	padding:90px 0 40px
}
.tariffs__subtitle
{
	font-size:48px;
	color:#fff;
	font-weight:700;
	margin-bottom:85px
}
@media only screen and (max-width:767px)
{
	.tariffs__subtitle
{
	font-size:24px;
	margin-bottom:50px
}
}.tariffs__list
{
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:stretch;
	align-items:stretch
}
.tariffs__item,.tariffs__list
{
	display:-ms-flexbox;
	display:flex
}
.tariffs__item
{
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start;
	width:45%;
	margin-bottom:60px
}
@media only screen and (max-width:767px)
{
	.tariffs__item
{
	width:100%;
	margin-bottom:30px
}
}.tariffs__icon
{
	fill:#fff;
	margin-right:20px;
	margin-top:4px;
-ms-flex:0 0 25px;
	flex:0 0 25px
}
@media only screen and (max-width:767px)
{
	.tariffs__icon
{
	-ms-flex:0 0 18px;
	flex:0 0 18px
}
}.tariffs__text
{
	font-size:20px;
	color:#fff;
	line-height:1.7em
}
.tariffs .price__list
{
	margin-bottom:80px
}
.contactus
{
	height:100%;
	padding:150px 0 0;
	background:#f7f8f9
}
.contactus__wrapper
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:start;
	align-items:flex-start;
	margin-bottom:60px
}
.contactus__title
{
	font-size:32px;
	line-height:1.1em;
	font-weight:700;
	text-align:center;
	margin-bottom:18px
}
.contactus__title span
{
	color:#f04e75
}
@media only screen and (max-width:767px)
{
	.contactus__title
{
	font-size:24px;
	margin-bottom:10px
}
}.contactus__subheading
{
	text-align:center;
	font-size:28px;
	margin-bottom:66px
}
@media only screen and (max-width:767px)
{
	.contactus__subheading
{
	margin-bottom:30px;
	font-size:18px
}
}.contactus__subtitle
{
	font-size:20px;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:20px
}
.contactus__heading
{
	max-width:300px;
	width:100%;
	font-size:18px;
	line-height:2em;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:start;
	justify-content:flex-start;
-ms-flex-align:start;
	align-items:flex-start
}
.contactus__heading a
{
	font-size:18px;
	line-height:2em;
	transition:all .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.contactus__heading a:hover
{
	color:#2cb0e8
}
}.contactus__section
{
	width:40%}@media only screen and (max-width:1023px)
{
	.contactus__section
{
	width:100%;
	margin-bottom:30px
}
}.contactus__form
{
	width:50%}@media only screen and (max-width:1023px)
{
	.contactus__form
{
	width:100%}}.contactus .hs_recaptcha.hs-recaptcha.field.hs-form-field
{
	display:none
}
.contactus form
{
	max-width:600px;
	width:100%;
	background-color:#fff;
	padding:60px;
	border-radius:10px
}
@media only screen and (max-width:1023px)
{
	.contactus form
{
	max-width:100%;
	border-radius:0;
	padding:30px
}
}.contactus form>div:first-child .hs-richtext
{
	font-size:18px;
	color:#3b4952;
	letter-spacing:.02em;
	line-height:1.2em;
	font-weight:700;
	margin-bottom:60px
}
@media only screen and (max-width:767px)
{
	.contactus form>div:first-child .hs-richtext
{
	font-size:18px
}
}.contactus .hs-richtext
{
	font-size:16px;
	margin-bottom:30px
}
.contactus .hs-richtext,.contactus label
{
	color:#3b4952;
	letter-spacing:.02em;
	line-height:1.2em
}
.contactus label
{
	display:block;
	font-size:14px
}
.contactus input[type=email],.contactus input[type=tel],.contactus input[type=text],.contactus textarea
{
	background:none;
	height:40px;
	border-color:#3b4952;
	font-size:16px;
	color:#3b4952;
	letter-spacing:.02em
}
.contactus input[type=email]:-ms-input-placeholder,.contactus input[type=tel]:-ms-input-placeholder,.contactus input[type=text]:-ms-input-placeholder,.contactus textarea:-ms-input-placeholder
{
	font-size:16px;
	color:#3b4952;
	letter-spacing:.02em
}
.contactus input[type=email]::placeholder,.contactus input[type=tel]::placeholder,.contactus input[type=text]::placeholder,.contactus textarea::placeholder
{
	font-size:16px;
	color:#3b4952;
	letter-spacing:.02em
}
.contactus textarea
{
	resize:none;
	height:100px
}
.contactus .hbspt-form form>*
{
	margin-bottom:30px
}
.contactus .hs-error-msgs li label
{
	display:block;
	font-size:12px;
	color:#f44336;
	letter-spacing:.02em;
	line-height:1.2em;
	margin-top:10px
}
.contactus input[type=checkbox]
{
	width:20px;
	height:20px;
	border-radius:5px;
	background-color:none;
	border:1px solid #3b4952;
	margin-right:15px;
	cursor:pointer;
	position:relative;
	top:3px
}
.contactus input[type=checkbox]:checked
{
	background-color:#2cb0e8;
	border-color:#2cb0e8
}
.contactus input[type=submit]
{
	width:210px;
	height:44px;
	margin:0 auto;
	border:none;
	cursor:pointer;
	transition:all .2s ease-in-out
}
@media only screen and (max-width:767px)
{
	.contactus input[type=submit]
{
	width:100%}}.contactus input[type=submit]:active
{
	background:#ff5067
}
.terms-of-service
{
	display:block;
	padding-top:100px;
	margin-bottom:100px
}
.terms-of-service h1
{
	font-size:36px;
	margin:1.5em 0;
	font-weight:700
}
.terms-of-service h2
{
	font-size:30px;
	margin:2em 0
}
.terms-of-service h3
{
	font-size:24px;
	margin:2em 0
}
.terms-of-service p
{
	margin:1.5em 0;
	line-height:1.2em
}
.terms-of-service strong
{
	font-weight:700
}
.terms-of-service i
{
	font-style:italic
}
.terms-of-service ul
{
	margin:2em 0
}
.terms-of-service li
{
	padding-left:16px;
	line-height:1.2em;
	margin-bottom:1em;
	position:relative
}
.terms-of-service li:before
{
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:0;
	background-color:#3b4952
}
.terms-of-service a
{
	color:#2cb0e8;
	transition:color .14s ease-in-out
}
@media only screen and (min-width:1025px)
{
	.terms-of-service a:hover
{
	color:#1695cb
}
}.watch
{
	display:block;
	background-color:#2cb0e8
}
.watch__container
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-align:center;
	align-items:center
}
@media only screen and (max-width:767px)
{
	.watch__container
{
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
}.watch__section
{
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	font-size:40px;
	color:#fff;
	line-height:1.375em;
	font-weight:700;
	padding:30px;
	padding-left:0;
	position:relative
}
@media only screen and (max-width:767px)
{
	.watch__section
{
	width:100%;
	padding:30px 0;
	font-size:24px
}
}.watch__section:after
{
	content:"";
	display:block;
	width:54px;
	height:4px;
	background-color:#fff;
	position:absolute;
	bottom:-20px;
	left:0
}
@media only screen and (max-width:767px)
{
	.watch__section:after
{
	bottom:10px
}
}.watch__media
{
	-ms-flex:0 0 340px;
	flex:0 0 340px;
	height:340px;
	margin-right:100px;
	background-image:url(../images/watch-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	display:-ms-flexbox;
	display:flex;
-ms-flex-flow:row wrap;
	flex-flow:row wrap;
-ms-flex-pack:center;
	justify-content:center;
-ms-flex-align:center;
	align-items:center
}
@media only screen and (max-width:1200px)
{
	.watch__media
{
	margin-right:0
}
}@media only screen and (max-width:767px)
{
	.watch__media
{
	background:none;
-ms-flex:0 0 100%;
	flex:0 0 100%;
	height:auto;
	padding:60px 0
}
}.watch__button
{
	width:112px;
	height:112px;
	border-radius:50%;
	position:relative;
	cursor:pointer
}
.watch__button:before
{
	transform:translate3d(-50%,-50%,0) scale(1.2);
	opacity:.5;
	pointer-events:none;
	animation:b 1s ease-in-out infinite alternate
}
.watch__button:after,.watch__button:before
{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	background-color:#f04e75
}
.watch__button:after,.watch__button svg
{
	transform:translate3d(-50%,-50%,0)}.watch__button svg
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:3
}
@keyframes b
{
	0%
{
	transform:translate3d(-50%,-50%,0) scale(1.2)}to
{
	transform:translate3d(-50%,-50%,0) scale(1.5)}}



/*404*/

.page404-num{
	font-size: 230px;
	font-weight: 900;
	color:#2cb0e8;
	text-align: center;
	line-height: 1;
	display: block;
	margin: 0 auto 25px;
}
.page404-btn{
	margin: 0 auto;
}

@media only screen and (max-width:767px){
	.page404-num{
		font-size: 180px;
	}
}

@media only screen and (max-width:375px){
	.page404-num{
		font-size: 150px;
	}
	.contactus input[type=submit], .features__button, .header__button, .main__button, .price__button, .resume__button{
		max-width: 280px;
		width: auto;
		font-size: 16px;
		width: 100%
	}
}

/* freelanc */

.freelancers-banner .main__img {
	height: 540px;
} 
.freelancers-banner .main__img img {
    width: auto;
    max-width: none;
    position: absolute;
    left: -30px;
}
@media only screen and (max-width: 1200px){
	.freelancers-banner .main__img img {
		width: 100%;
		left: 0;
	} 
}


@media only screen and (max-width: 1080px){
	.resume__block {
		padding-bottom: 44px;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width: 992px){
	.freelancers-banner .main__img {
		width: 100%;
		height: 442px;
		margin-left: 0px;
	}
	.freelancers-banner .main__img img {
		width: 100%;
		left: 70px;
	}
	.freelancers-banner .main__section {
		width: 100%;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px){
	.freelancers-banner .main__img {
		width: 100%;
		margin-left: 0;
		height: 300px;
	}
	.freelancers-banner.main__container {
		display: block;
	}
	.freelancers-banner .main__img img{
		left: 0;
	}
}
@media only screen and (max-width: 576px){
	.resume__section {
		margin-bottom: 0;
	}
}

.period {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #92979B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.solution__row {
    padding-bottom: 32px;
}
.solution__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.svg__period {
    margin-top: 32px;
}
.period {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #92979B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.lines {
    animation: lines infinite 1s ease-in-out;
    -webkit-animation: lines infinite 1s ease-in-out;
    animation-fill-mode: forwards;
    transition: all 0.2s ease-in-out;
}
.resume__label {
    padding-left: 12px;
}
@keyframes lines {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.solution__item--red .animation__line__in,
.solution__item--green .animation__line__in,
.solution__item--yellow .animation__line__in{
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	transition:all .3s linear;
}

.solution__item--red.anim .animation__line__in,
.solution__item--green.anim .animation__line__in,
.solution__item--yellow.anim .animation__line__in{
	stroke-dasharray: 300;
    stroke-dashoffset: 80;
}

.solution__item--red .animation__line__out,
.solution__item--green .animation__line__out,
.solution__item--yellow .animation__line__out{
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	transition:all .3s linear;
	transition-delay:0.3s;
}

.solution__item--red .animation__element,
.solution__item--red .animation__element.gr,
.solution__item--green .animation__element.gr,
.solution__item--green .animation__element,
.solution__item--yellow .animation__element.gr,
.solution__item--yellow .animation__element{
	opacity:0;
	transition:all .3s linear;
}

.solution__item--red.anim .animation__element,
.solution__item--green.anim .animation__element,
.solution__item--yellow.anim .animation__element{
	opacity:1;
}


.solution__item--red .animation__element:nth-child(3),
.solution__item--green .animation__element:nth-child(3),
.solution__item--yellow .animation__element:nth-child(3){
	transition-delay:0.5s;
}
.solution__item--red .animation__element:nth-child(4),
.solution__item--green .animation__element:nth-child(4),
.solution__item--yellow .animation__element:nth-child(4){
	transition-delay:0.8s;
}
.solution__item--red .animation__element:nth-child(5),
.solution__item--green .animation__element:nth-child(5),
.solution__item--yellow .animation__element:nth-child(5){
	transition-delay:1.1s;
}

.solution__item--red .animation__element:last-child,
.solution__item--green .animation__element:last-child,
.solution__item--yellow .animation__element:last-child{
	transition-delay:1.4s;
}

.solution__item--red .animation__element:nth-child(6),
.solution__item--red .animation__element.gr,
.solution__item--green .animation__element:nth-child(6),
.solution__item--green .animation__element.gr,
.solution__item--yellow .animation__element:nth-child(6),
.solution__item--yellow .animation__element.gr{
	transition-delay:0.1s;
}

.solution__item--red.anim .animation__line__out,
.solution__item--green.anim .animation__line__out,
.solution__item--yellow.anim .animation__line__out{
	stroke-dasharray: 300;
    stroke-dashoffset: 80;
}

.f17{
	letter-spacing: -0.4px;
	font-size: 17px;
}
.f21{
	font-size: 21px;
}

@media(max-width:767px){
	.f21{
		font-size: 18px;
	}
}



.section-article{
    display: block;
    line-height: 1.8;
    padding-top: 95px;
    margin-bottom: 100px;
    font-size: 18px;
    padding-left: 15px;
	padding-right: 15px;
	max-width: 1210px;
}
.author-row{
	align-items: center;
	margin-bottom: 40px;
	display: flex;
}
.section-article time{
	font-size: 16px;
	color: #fff;
	margin-bottom:30px;
	display: block;
}
.author{
	margin-bottom: 0px;
}
.author-name{
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #3b4952!important;
	font-weight: 700;
}
.author-position{
	font-size: 18px;
	color: grey;
}
.author-image{
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;
}
.section-article .article img{
	margin: 30px auto 40px;
	display: block;
	max-width: 100%;
	background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
}
.section-article .author-image img{
	width: 100%;
	margin: 0;
	border:0;
	padding: 0;
	background: none;
}
.section-article p{
	margin-bottom: 26px;
}
.section-article ul + h2{
	margin-top: 60px;
}
.section-article ul + h3{
	margin-top: 60px;
}
.section-article p + h2{
	margin-top: 60px;
}
.section-article p + h3{
	margin-top: 40px;
}
.section-article .header-title{
	background: #2cb0e8;
	color:#fff;
	padding:40px 9999px;
}
.section-article h1
{
	font-size:44px;
	line-height: 1;
	margin:0 0 30px;
	font-weight:900
}
.section-article .header-title h1{
	margin: 0;
}
.section-article h2
{
	font-size:30px;
	margin:30px 0 20px;
	font-weight: 700;
}
.section-article h3
{
	font-size:24px;
	margin:10px 0 20px;
	font-weight: 700;
}
.section-article h4
{
	font-size:20px;
	margin:10px 0 15px;
	font-weight: 600;
}
.terms-of-service p
{
	margin-bottom: 20px;
}
.section-article strong
{
	font-weight:700
}
.section-article i
{
	font-style:italic
}
.section-article ul
{
	margin:25px 0 40px;
}
.section-article ul ul,.section-article ol ul{
	margin-bottom: 20px;
}
.section-article li
{
	padding-left:36px;
	line-height:1.2em;
	margin-bottom:20px;
	position:relative
}
.section-article li:before
{
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:0;
	background-color:#3b4952
}
.section-article ul.list-it li:before{
    content: "–";
    display: block;
    width: 4px;
    height: auto;
    border-radius: 0%;
    position: absolute;
    top: 0px;
    left: 10px;
	background:none;
}
.section-article ul.list-arrow li:before{
    content: "→";
    display: block;
    width: 4px;
    height: auto;
    border-radius: 0%;
    position: absolute;
    top: 0px;
    left: 10px;
	background:none;
}
.section-article li li li:before{
	display: none;
}
.section-article li li{
	padding-left: 25px;
	margin-bottom: 15px;
}
.section-article a
{
	color:#2cb0e8;
	transition:color .14s ease-in-out
}
.section-article p a:hover{
	text-decoration: underline;
}

#block-sharethis {
    position: -webkit-sticky;
    position: sticky;
    margin-left: -60px;
    display: block;
    width: 0;
}

.sharethis{
	position: fixed;
	top:360px;
	transform: translateX(-200%);
	font-size:0;
}
.sharethis a{
	margin-bottom: 8px;
	display: block;
}
.sharethis a img{
	margin-bottom: 5px;
	margin-top: 0;
}
.article-title{
	margin: 0 -9999px  50px;
	position: relative;
	padding: 80px 9999px 60px;
	background-color: #2cb0e8;
}
.article-title h1{
	margin: 0!important;
	color:#fff;
}

.article-title *::selection {
    color: #fff;
    background: rgba(59, 73, 82, 0.45);
}


.section-article ol{
  list-style: none;
  counter-reset: my-awesome-counter;
}
.section-article ol > li {
  counter-increment: my-awesome-counter;
}
.section-article ol > li::before {
	display: inline-block;
	vertical-align: top;
    content: counter(my-awesome-counter) '.';
    font-weight:400;
    background: none;
    width: auto;
    height: auto;
    top:0;
    left: -2px;
    font-size: 14px;
}
.text-center{
	text-align: center;
}

.section-article .another-list > li{
	/* padding-left: 0; */
	font-size: 20px;
	font-weight: 500;
}
.section-article .another-list > li ul{
	margin: 20px 0 35px;
}
.section-article .another-list > li ul ul{
	margin: 20px 0;
}
.section-article .another-list > li li{
	font-weight: 400;
	font-size: 18px;
	padding-left: 15px;
}
.section-article .another-list li a{
	text-decoration: underline;
}
.section-article .another-list li a:hover{
	text-decoration: none;
	color:#4cbae8;
}
.section-article .another-list > li:before{
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 27px;
    background: #4cbae8;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    top: -1px;
}
.section-article .another-list span{
	font-size: 18px;
	display: inline-block;
}
.section-person{
	padding-top: 126px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;
	max-width: 1210px;
}
.section-person{
	display: flex;
}
.section-person .sidebar-article{
	padding-top: 0;
}
.person-row{
	display: flex;
	padding-top: 10px;
	max-width: 900px;
	margin-bottom: 50px;
}
.person-img{
	max-width: 210px;
	margin: 0 30px 0 0;
}
.person-img img{
	max-height: 100%;
}
.person-info h1{
	margin-top: 0;
	color: #000;
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
}
.person-info ul{
	margin-bottom: 43px;
}
.person-soc{
	display: flex;
	/* margin-bottom: 20px; */
}
.person-soc a{
	margin-right: 10px;
}
.person-info ul li{
	display: flex;
	margin-bottom: 15px;
	font-size: 18px;
	color: #000;
}
.person-info ul .title{
	color:grey;
	padding-right: 20px;
	min-width: 100px;
	font-size: 15px;
}
.person-info .des{
	padding-top: 15px;
	line-height: 1.8;
	border-top:1px solid #3b4952;
}
.person-blog{
	max-width: 900px;
}
.person-blog-item{
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
	border: 1px solid #c7c7c7;
	overflow: hidden;
	border-radius: 3px;
}
.person-blog-item a h2{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	display: block;
}
.person-blog-header{
	background: #2cb0e8;
	display: block;
	margin: -20px -20px 20px;
	padding: 20px 20px 20px;
}
.person-blog-item .data{
	color:#fff;
	margin-bottom: 25px;
	font-size: 14px;
	display: block;
}
.person-blog-item  .author-row{
	margin-bottom: 20px;
}
.person-blog-item .author-image{
	width: 75px;
	height: 75px;
}
.person-blog-desk{
	margin-bottom: 25px;
	line-height: 1.8;
	font-size: 16px;
}
.read-more{
	color:#2cb0e8;
	cursor: pointer;
	display: table;
	font-size: 16px;
	text-decoration: underline;
}
.read-more:hover{
	text-decoration: none;
}
.person-soc{
	font-size: 0;
}
.author-last{
	border-radius:4px;
	margin-top: 50px;
	padding: 25px 20px;
	border: 1px solid #e7e9ec;
	background-color: #f6f8f8;
}
.author-last .author-row{
	margin-bottom: 0;
}

/* new */

.reviews-section{
	background: #fff;
	padding: 75px 0 80px;
}

.rating{
	margin-bottom: 20px;
	text-align: center;
}
.fa-rating, .star, .rating[data-rating="1"] .star:first-child, .rating[data-rating="1.5"] .star:first-child, .rating[data-rating="2"] .star:first-child, .rating[data-rating="2"] .star:nth-child(3), .rating[data-rating="2.5"] .star:first-child, .rating[data-rating="2.5"] .star:nth-child(3), .rating[data-rating="3"] .star:first-child, .rating[data-rating="3"] .star:nth-child(3), .rating[data-rating="3"] .star:nth-child(5), .rating[data-rating="3.5"] .star:first-child, .rating[data-rating="3.5"] .star:nth-child(3), .rating[data-rating="3.5"] .star:nth-child(5), .rating[data-rating="4"] .star:first-child, .rating[data-rating="4"] .star:nth-child(3), .rating[data-rating="4"] .star:nth-child(5), .rating[data-rating="4"] .star:nth-child(7), .rating[data-rating="4.5"] .star:first-child, .rating[data-rating="4.5"] .star:nth-child(3), .rating[data-rating="4.5"] .star:nth-child(5), .rating[data-rating="4.5"] .star:nth-child(7), .rating[data-rating="5"] .star:first-child, .rating[data-rating="5"] .star:nth-child(3), .rating[data-rating="5"] .star:nth-child(5), .rating[data-rating="5"] .star:nth-child(7), .rating[data-rating="5"] .star:nth-child(9) {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	color: #ddd;
	vertical-align: top;
	font: normal normal normal 15px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
  
    .fa-star:before, .rating[data-rating="1"] .star:nth-child(1):before,
	.rating[data-rating="2"] .star:nth-child(1):before,
	.rating[data-rating="2"] .star:nth-child(2):before,
	.rating[data-rating="3"] .star:nth-child(1):before,
	.rating[data-rating="3"] .star:nth-child(2):before, 
	.rating[data-rating="3"] .star:nth-child(3):before,
	.rating[data-rating="4"] .star:nth-child(1):before,
	.rating[data-rating="4"] .star:nth-child(2):before,
	.rating[data-rating="4"] .star:nth-child(3):before,
	.rating[data-rating="4"] .star:nth-child(4):before,
	.rating[data-rating="5"] .star:nth-child(1):before,
	.rating[data-rating="5"] .star:nth-child(2):before,
	.rating[data-rating="5"] .star:nth-child(3):before,
	.rating[data-rating="5"] .star:nth-child(4):before,
	.rating[data-rating="5"] .star:nth-child(5):before {
		content: "\f005";
		color: #FEA32D;
		font: normal normal normal 15px/1 FontAwesome; 
	}
  
  .fa-star-o:before, .star:before {
	content: "\f006";
	color: #FEA32D;
	font: normal normal normal 15px/1 FontAwesome; 
}
  

.reviews-heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
}

.reviews-slider .slick-track{
	display: flex;
}

.reviews-slider .slick-list{
	margin: 0 -100px;
	padding-bottom: 25px!important;
}
.reviews-slider__item{
	padding:10px;
}
.reviews-slider .slick-slide{
	opacity: 0.3;
	height: auto;
	transition: opacity .25s linear;
}
.reviews-slider .slick-slide .btn{
	pointer-events: none;
}
.reviews-slider .slick-slide.slick-center .btn{
	pointer-events: auto;
}
.reviews-slider .slick-slide > div{
	height: 100%;
}
.reviews-slider .slick-center{
	opacity: 1;
}
.reviews-slider__item .box{
	padding: 44px;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(104, 157, 223, 0.16);
	border-radius: 6px;
	max-width: 700px;
}
.reviews-slider__item{
	height: 100%;
}
.reviews-slider__item .review-name{
	text-align: center;
	font-weight: bold;
	display: block;
	position: relative;
	font-size: 24px;
	padding-bottom: 13px;
	margin-bottom: 15px;
	color: #3B4952;
}
.reviews-slider__item .review-name::after{
	content: "";
	width: 20px;
	height: 2px;
	background: #2CB0E8;
	border-radius: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.reviews-slider__item .desc{
	font-size: 18px;
	line-height: 1.6;
	color: #3B4952;
	margin-bottom: 25px;
}
.reviews-slider__item .btn,.model-window-question .btn{
	font-size: 18px;
	background: #F4F4F4;
	min-width: 105px;
	line-height: 42px;
	display: table;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-radius: 100px;
	transition: all .25s linear;
}
.reviews-slider__item .btn:hover,.model-window-question .btn:hover{
	border-color: #2CB0E8;
}
.reviews-slider-nav{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.reviews-nav-left {
	margin-top:-17px;
}
.reviews-slider-nav .slick-arrow{
	margin-left: 8px;
	margin-right: 8px;
}
.reviews-slider-nav .slick-arrow svg path{
	transition: all .25s linear;
}
.reviews-slider-nav .slick-arrow:hover svg path{
	fill:#2CB0E8;
}
.model-window-review,.model-window-question{
	position: fixed;
	top:0;
	padding: 15px;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10000;
	width: 100%;
	height: 100%;
}
.model-window-question .btn {
	margin: 0 20px;
	padding: 0 25px;
}
.model-window-question .btn.btn-yes{
	background: #2CB0E8;
	color:#fff;
	border-color:  #2CB0E8;
}
.model-window-question .btn.btn-yes:hover{
	opacity: 0.82;
}
.model-window-question .row-btn{
	display: flex;
	padding: 20px 0;
	justify-content: center;
}
.model-window-question .btn-link{
	background: #f04e75;
	color:#fff;
	border-color: #f04e75;
}
.model-window-question .btn-link:hover{
	opacity: 0.82;
	border-color: #f04e75;
}
.model-window-question ul{
	padding: 5px 30px 20px;
}
.model-window-question ul li{
	font-weight: 400;
	font-size: 18px;
	position: relative;
	line-height: 1.4;
	padding-left: 15px;
}
.model-window-question ul li + li{
	margin-top: 20px;
}
.model-window-question ul li:before{
	width: 5px;
    text-align: center;
    height: 5px;
    background: #4cbae8;
    content: "";
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 50%;
    top: 9px;
}
.model-window-review .btn-close,
.model-window-question .btn-close{
	position: absolute;
	right: -60px;
	cursor: pointer;
	padding: 15px;
	top:-15px;
	transition: all .25s linear;
}
.model-window-question .title{
	font-size: 26px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 30px;
	margin: 0 0 25px;
}
.model-window-question .small{
	display: block;
	text-align: center;
	font-size: 14px;
	color:grey;
}
.model-window-review .btn-close:hover,
.model-window-question .btn-close:hover{
	opacity: 0.7;
}
.model-window-review .model,.model-window-question .model{
	padding: 44px 44px 34px;
	margin:0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(104, 157, 223, 0.16);
    border-radius: 6px;
    max-width: 700px;
}
.model-window-question .model{
	width: 600px;
	transform: translate(-50%,-75%);
}
.model-window-review .review-name {
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 15px;
    color: #3B4952;
}
.model-window-review .review-name::after{
	content: "";
	width: 20px;
	height: 2px;
	background: #2CB0E8;
	border-radius: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.model-window-review .desc {
    font-size: 18px;
    line-height: 1.6;
    color: #3B4952;
    margin-bottom: 25px;
}
.model-window-review .desc p + p{
	margin-top: 20px;
}

.breadcrumb{
	list-style-type: none;
	display: flex;
	padding: 0;
	width: 100%;
    max-width: 1180px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 110px;
	position: absolute;
	z-index: 2;
	color: #3b4952;
	font-size: 16px;
}
.breadcrumb li {
	margin-bottom: 0!important;
	padding-left: 0!important;
}
.breadcrumb li + li{
	position: relative;
	padding-left: 25px!important;
}
.breadcrumb li::before{
	content: "|"!important;
	position: absolute;
	left: 12px!important;
	color:#fff;
}
.breadcrumb li a span{
	color:#fff;
}
.breadcrumb li span{
	color:#3b4952;
}
.breadcrumb li:first-child::before{
	display: none;
}
.breadcrumb a,.breadcrumb a span{
	color:#fff!important;
}
.breadcrumb a:hover{
	text-decoration: underline;
}

@media(max-height:767px) and ( min-width:1280px){
	.model-window-review{
		overflow-y: scroll;
	}
	.model-window-review .model{
		top:10px;
		padding: 20px;
		left: 0;
		right: 0;
		margin:0 auto;
		transform: none;
	}
}
@media(max-height:767px){
	.model-window-review{
		overflow-y: scroll;
	}
}

@media(max-width:1340px){
	.section-article{
		max-width: 960px;
		line-height: 1.6;
	}
	.reviews-slider__item .box{
		padding: 20px;
	}
}
@media(max-width:1200px){
	.section-article{
		max-width: 760px;
		padding-top: 70px;
	}
	.section-article h1{
		line-height: 1.4;
		font-size: 40px;
	}
	.article-title{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.section-person{
		padding-top: 100px;
	}
	.model-window-review .model{
		max-width: 1000px;
		width: 90%;
	}
	.breadcrumb{
		max-width: 760px;
		top:100px;
		padding: 0 15px;
	}
	.section-person{
		max-width: 900px;
	}
}
@media(max-width:768px){
	.reviews-section{
		padding: 40px 0;
	}
	.section-article{
		padding-right: 60px;
		padding-top: 68px;
		font-size: 16px;
	}
	.sharethis{
		right: 15px;
		transform: translateX(0);
	}
	.reviews-heading{
		font-size: 24px;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.reviews-slider .slick-list{
		margin:0;
	}
	.reviews-slider__item .desc{
		font-size: 16px;
	}
	.model-window-review .model{
		top:10px;
		max-width: 1000px;
		padding: 20px;
		left: 15px;
		right: auto;
		margin:0;
		transform: none;
	}
	.model-window-review .btn-close,
	.model-window-question .btn-close {
		right: 0px;
		top: 0px;
		padding: 10px;
	}
	.model-window-review .btn-close svg path,
	.model-window-question .btn-close svg path{
		fill:#3B4952;
	}
	.model-window-review .desc{
		margin-bottom: 0;
	}
	.reviews-slider-nav{
		margin-top: 20px;
	}
	.model-window-question .model{
		width: 100%;
		max-width: 290px;
		padding: 20px;
		transform: translate(-50%,-75%);
	}
	.model-window-question .title{
		font-size: 18px;
		padding: 0;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	.model-window-question .btn{
		padding: 0 15px;
		margin: 0 7px;
	}
	.model-window-question ul{
		padding: 5px 0 10px;
	}
	.model-window-question ul li{
		font-size: 14px;
	}
}
@media(max-width: 600px){
	.section-article h1
	{
		font-size:32px;
		margin:0 0 25px;
		font-weight:700
	}
	.section-article h2
	{
		font-size:24px;
		margin:20px 0 20px;
	}
	.section-article h3
	{
		font-size:20px;
		margin:10px 0 20px;
	}
		.section-article h3
	{
		font-size:18px;
		margin:10px 0 20px;
	}
	.section-article p + h2{
		margin-top: 40px;
	}
	.section-article p + h3{
		margin-top: 40px;
	}
	.author-image{
		width: 90px;
		height: 90px;
	}
	.author-row{
		margin-bottom: 25px;
	}
	.author-name{
		font-size: 18px;
	}
	.author-position{
		font-size: 16px;
	}
	.author-image,.person-blog-item .author-image{
		width: 54px;
		height: 54px;
		min-width: 54px;
	}
	.person-info h1{
		font-size: 20px;
	}
	.person-info ul li{
		font-size: 15px;
	}
	.person-img{
		min-width: 60px;
		margin-right: 20px;
	}
	.person-info ul .title{
		min-width: 100px;
	}
	.person-info ul .title{
		padding-right: 12px;
	}
	.partners{
		padding-bottom: 40px;
	}
	.breadcrumb{
		font-size: 14px;
	}
	.breadcrumb li + li{
		padding-left: 20px!important;
	}
	.breadcrumb li::before{
		left: 9px!important;
	}
	.breadcrumb li:last-child{
		white-space: nowrap;
		max-width: 80%;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media(max-width:500px){
	.person-row{
		flex-direction: column;
	}
	.person-img{
		max-width: 290px;
		margin-bottom: 25px;
	}
	.person-info h1{
		font-size: 22px;
	}
	.reviews-slider__item{
		padding: 10px 20px;
	}
}
@media(max-width:400px){
	.section-article h1
	{
		font-size:28px;
		margin:0 0 25px;
		font-weight:700
	}
	.sharethis{
		right: 10px;
	}
	.sharethis a{
		margin-bottom: 5px;
	}
	.sharethis a img{
		width: 25px!important;
	}
	.section-article{
		padding-right: 42px;
	}
	.section-article h2
	{
		font-size:24px;
		margin:20px 0 15px;
	}
	.section-article h3
	{
		font-size:20px;
		margin:10px 0 15px;
	}
		.section-article h3
	{
		font-size:18px;
		margin:10px 0 15px;
	}
}



/* webinar */

.header-dark{
	background: #040a28;
	z-index: 9;
}
.header-dark .header__burger svg{
	fill:#1F9FFB;
}
.header-dark .header__item.active .header__link{
	color: #1F9FFB;
}
.header-dark .header__link{
	color:#fff;
}
.header-dark .header__button{
	background: none;
	border:1px solid #fff;
	color:#1F9FFB;
	width: 195px;
	text-align: center;
	border-radius: 50px;
	line-height: 24px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.header-dark .header__button:hover{
	background: #fff;
}
.container{
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 40px;
}
.webinar-banner{
	height: 100vh;
	min-height: 680px;
	background: -webkit-gradient(linear, left top, right top, color-stop(56.13%, #040A28), to(rgba(4, 10, 40, 0.79)));
	background: -o-linear-gradient(left, #040A28 56.13%, rgba(4, 10, 40, 0.79) 100%);
	background: linear-gradient(90deg, #040A28 56.13%, rgba(4, 10, 40, 0.79) 100%);
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	background-image: url(../images/webinar/webinar-banner.webp);
	background-size: cover;
}
.no-webp .webinar-banner{
	background-image: url(../images/webinar/webinar-banner-2.png);
}
.webinar-banner .container{
	height: 100%;
}
.webinar-banner .container > .row{
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.webinar-info{
	-webkit-box-flex:0;
	    -ms-flex:0 0 53%;
	        flex:0 0 53%;
	max-width: 53%;
	color:#fff;
}
.webinar-title{
	font-size: 50px;
	margin: 25px 0;
	line-height: 1.2;
	font-weight: 700;
}
.webinar-title-s{
	opacity: 0.6;
	font-weight: 700;
	font-size: 24px;
}
.webinar-title-m{
	opacity: 0.6;
	font-weight: 700;
	margin-bottom: 45px;
	font-size: 30px;
}
.webinar-time{
	font-weight: 700;
	display: table;
	font-size: 22px;
	margin-bottom: 32px;
	line-height: 1.5;
	color: #1F9FFB;
}
.webinar-time::after{
	content: "]";
	color: #FF206A;
	margin-left: 3px;
	display: inline-block;
}
.webinar-time::before{
	content: "[";
	margin-right: 3px;
	color: #FF206A;
	display: inline-block;
}
.webinar-banner .btn{
	background: #1F9FFB;
	min-width: 290px;
	display: table;
	font-size: 20px;
	padding: 20px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	line-height: 25px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	-webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	        box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	border-radius: 38px;
}
.webinar-banner .btn:hover{
	background: #36ABFF;
	-webkit-box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
	        box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
}
.webinar-speaker{
	-webkit-box-flex:0;
	    -ms-flex:0 0 43.5%;
	        flex:0 0 43.5%;
	max-width: 43.5%;
	margin-top: -8%;
}
.webinar-speaker-box{
	padding: 104px 30px 40px;
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.webinar-speaker-img{
	width: 206px;
	margin: 0 auto 15px;
	z-index: 2;
	position: relative;
	top:95px;
	height: 206px;
	border-radius: 50%;
	overflow: hidden;
	border:5px solid #fff;
}
.webinar-speaker-box .title{
	text-align: center;
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.webinar-speaker-box .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.speaker-info .row{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.webinar-speaker-box .row .box,.speaker-info .row .box{
	padding-left: 20px;
	margin-left: 25px;
	position: relative;
}
.webinar-speaker-box .row .box:after{
	left: 0;
	top:0;
	height: 100%;
	width: 1px;
	position: absolute;
	content: "";
	background: #fff;
}
.speaker-info .row .box:after{
	left: 0;
	top:0;
	height: 100%;
	width: 1px;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.2);
}
.webinar-speaker-box .name,
.webinar-speaker-box .position,.speaker-info .position,.speaker-info .name{
	color:#fff;
	font-size: 18px;
	padding-left: 20px;
	position: relative;
	display: block;
}
.speaker-info .position,.speaker-info .name{
	color:#3B4952;
}
.webinar-speaker-box .name,.speaker-info .name{
	margin-bottom: 12px;
}
.webinar-speaker-box .name:after,.speaker-info .name::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:3px;
	background: #4285F4;
}
.webinar-speaker-box .position:after,.speaker-info .position::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:3px;
	background: #FBBC05;
}
.advantages-second {
	padding-bottom: 80px;
	padding-top: 40px;
	background: #F7F8F9;
}
.advantages-second .advantages__icon{
	-webkit-box-flex:0;
	    -ms-flex:0 0 71px;
	        flex:0 0 71px;
	max-width: 71px;
	width: 71px;
	height: 71px;
}
.advantages-second .advantages__icon{
	margin-right: 25px;
}
.advantages-second .advantages__description{
	font-size: 22px;
	color: #3B4952;
	letter-spacing: -0.3px;
	padding-top: 0;
}
.advantages-second .advantages__description:after{
	display: none;
}
.advantages-second .advantages-item{
	padding-top: 70px;
}
.advantages-second .advantages__heading{
	margin-bottom: 85px;
}
.advantages-second .btn{
	margin: 0 auto 30px;
	border-radius: 38px;
	background: #1F9FFB;
	-webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	        box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	display: block;
	max-width: 302px;
	color: #FCFCFC;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	line-height: 45px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.advantages-second .btn:hover{
	background: #36ABFF;
	-webkit-box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
	        box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
}

.speaker-section {
    padding: 110px 0;
}
.speaker-section .container > .row{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.speaker-heading{
	font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 80px;
}
.speaker-img-wrap,.speaker-info{
	-webkit-box-flex:0;
	    -ms-flex:0 0 50%;
	        flex:0 0 50%;
	max-width: 50%;
}
.speaker-img-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.list-skills{
	color:#3B4952;
	font-size: 22px;
	line-height: 1.6;
}
.list-skills li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.list-skills li + li{
	margin-top: 65px;
}
.list-skills li .marker{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top:5px;
}
.skills__icon {
    width: 25px;
    height: 25px;
    -ms-flex: 0 0 25px;
    -webkit-box-flex: 0;
            flex: 0 0 25px;
    margin-right: 20px;
    position: relative;
    top: 8px;
    fill: #1F9FFB;
}
.speaker-section .btn {
    margin: 0 auto 30px;
    border-radius: 38px;
    background: #1F9FFB;
    -webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
            box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
    display: block;
    max-width: 302px;
    color: #FCFCFC;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
	padding: 10px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
    line-height: 45px;
}
.speaker-section .btn:hover{
	background: #36ABFF;
	-webkit-box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
	        box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
}
.speaker-img{
	position: relative;
	display: block;
	-webkit-box-flex:0;
	    -ms-flex:0 0 412px;
	        flex:0 0 412px;
	text-align: center;
	background: -o-radial-gradient(50% 50%, 50% 50%, #65BFFF 0%, #0D8FED 100%);
	background: radial-gradient(50% 50% at 50% 50%, #65BFFF 0%, #0D8FED 100%);
	-webkit-box-shadow: 0px 30px 50px rgba(26, 148, 236, 0.35);
	        box-shadow: 0px 30px 50px rgba(26, 148, 236, 0.35);
	height: 412px;
	border-radius: 50%;
	max-width: 412px;
}
.speaker-img::before{
	position: absolute;
	top:-20%;
	bottom: -20%;
	right: -100vw;
	left: 50%;
	z-index: -1;
	content: "";
	background: #F7F8F9;
	border-radius: 100px 0px 0px 100px;
}
.speaker-img-box{
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
.speaker-img img{
	height: 100%;
}

.webinar-form-section{
	padding: 120px 0 90px;
	background: -webkit-gradient(linear, left top, right top, color-stop(56.13%, #040A28), to(rgba(4, 10, 40, 0.79)));
	background: -o-linear-gradient(left, #040A28 56.13%, rgba(4, 10, 40, 0.79) 100%);
	background: linear-gradient(90deg, #040A28 56.13%, rgba(4, 10, 40, 0.79) 100%);
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
    background-image: url(../images/webinar/webinar-banner-2.webp);
    background-size: cover;
}
.no-webp .webinar-form-section{
	background-image: url(../images/webinar/webinar-banner-2.png);
}
.webinar-timer-heading{
	font-weight: 500;
	margin-bottom: 45px;
	margin-right: auto;
	font-size: 36px;
	color:#fff;
}
.timer-body-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}
.timer-body-block .table-cell{
	-webkit-box-flex:0;
	    -ms-flex:0 0 65px;
	        flex:0 0 65px;
	font-weight: 500;
	margin: 0 18px;
	font-size: 16px;
	text-align: center;
	max-width: 65px;
	text-transform: capitalize;
	color:#FF206A;
}
.timer-body-block .tab-val{
	line-height: 27px;
	color:#fff;
	padding: 15px 5px;
	font-size: 30px;
	width: 65px;
	text-align: center;
	margin: 0 0 8px;
	font-weight: 700;
	border: 1px solid #FF206A;
	border-radius: 10px;
}
.webinar-timer{
	-webkit-box-flex:0;
	    -ms-flex:0 0 45%;
	        flex:0 0 45%;
	padding-top: 120px;
	max-width: 45%;
	position: relative;
	padding-right: 40px;
}
.webinar-time-headeing-bottom{
	position: relative;
	color: #1F9FFB;
	font-size: 18px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
}
.webinar-form-section .container > .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.iti{
	display: block;
	width: 100%;
}
.webinar-form{
	-webkit-box-flex:0;
	    -ms-flex:0 0 480px;
	        flex:0 0 480px;
	padding: 60px 70px 83px;
	max-width: 480px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.webinar-form .wrap{
	position: relative;
	height: 65px;
}
.webinar-form .load{
	position: absolute;
	top:0;
	right: 0;
	display: none;
	margin: auto;
	left: 0;
	bottom: 0;
}
.webinar-form-heading{
	font-weight: bold;
	font-size: 32px;
	color: #3B4952;
	line-height: 1.4;
	display: block;
	margin-bottom: 30px;
}
.webinar-form-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 380px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.webinar-form-box::after{
	content: "";
	width: 191px;
	height: 126px;
	position: absolute;
	top: 85%;
	right: -100px;
	background: url(../images/webinar/line-form.svg) no-repeat;
}
.webinar-form .input-wrap input{
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
	border-radius: 100px;
	color: #212121;
	opacity: 1;
	font-size: 16px;
	transition: all .25s linear;
	padding: 15px 28px;
	line-height: 35px;
	transition-delay: 0s;
	width: 100%;
}
.webinar-form .input-wrap {
	margin-bottom: 20px;
	position: relative;
}
.webinar-form .submit{
	background: #1F9FFB;
	width: 100%;
	border:0;
	-webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	        box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
	border-radius: 38px;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	padding: 15px;
	cursor: pointer;
	color: #FCFCFC;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.webinar-form .submit:hover{
	background: #36ABFF;
	-webkit-box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
	        box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
}
.syotimer{
	margin: 0 -18px;
}
.webinar-form sup{
	padding-left: 2px;
	color: #ff3f3f;
}
.webinar-form .input-wrap .placeholder{
	color: #212121;
	opacity: 1;
	position: absolute;
	font-size: 16px;
	left: 23px;
	top: 38%;
	z-index: 2;
	transition: all .15s linear;
	background: #fff;
	padding: 0 6px;
	display: inline-block;
}
.webinar-form .anim input{
	border:1px solid #1F9FFB!important;
	transition-delay: 0.2s;
}
.webinar-form .input-wrap.anim input.error{
	border:1px solid #ff3f3f!important;
}
.webinar-form .input-wrap input.error{
	border:1px solid #ff3f3f!important;
}
.webinar-form .input-wrap.anim .placeholder{
	transform: scale(0.8);
	left: 18px;
    top: -8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.webinar-form  input:-webkit-autofill,
.webinar-form  input:-webkit-autofill:hover, 
.webinar-form  input:-webkit-autofill:focus
.webinar-form  input:-webkit-autofill{
  -webkit-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
  background: #fff;  
}

.webinar-form .input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #212121;
	opacity: 1;
}
.webinar-form .input-wrap input::-moz-placeholder { /* Firefox 19+ */
	color: #212121;
	opacity: 1;
}
.webinar-form .input-wrap input:-ms-input-placeholder { /* IE 10+ */
	color: #212121;
	opacity: 1;
}
.webinar-form .input-wrap input:-moz-placeholder { /* Firefox 18- */
	color: #212121;
	opacity: 1;
}

#phone-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #212121;
	opacity: 0.6;
}
#phone-input::-moz-placeholder { /* Firefox 19+ */
	color: #212121;
	opacity: 0.6;
}
#phone-input:-ms-input-placeholder { /* IE 10+ */
	color: #212121;
	opacity: 0.6;
}
#phone-input:-moz-placeholder { /* Firefox 18- */
	color: #212121;
	opacity: 0.6;
}

.footer-dark{
	background: #03071D;
}

.confirm-page .header{
	background: #EDF7FF;
	box-shadow: none;
	position: absolute;
}
.confirm-page  .header__container{
	justify-content: center;
}
.confirm-page .main{
	background: #fff;
	padding: 0;
}
.confirm-banner{
	padding-top: 135px;
	flex:0 0 100%;
	padding-bottom: 70px;
	max-width: 100%;
	background: #EDF7FF;
}
.confirm-banner .container,
.recommend-webinar .container{
	max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
}
.confirm-title {
	color: #3B4952;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
}
.confirm-title strong{
	font-size: 30px;
	display: block;
	font-weight: 700;
}
.confirm-title svg{
	width: 62px;
	margin: 0 auto 22px;
	display: table;
	height: 62px;
}
.recommend-webinar{
	padding: 60px 0 100px;
}
.recommend-webinar .row{
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.recommend-title{
	font-weight: 700;
	font-size: 28px;
	display: block;
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}
.recommend-info{
	max-width: 320px;
	padding-right: 20px;
	flex:0 0 320px;
}
.recommend-info ol li{
	font-size: 18px;
	line-height: 1.6;
	color: #3B4952;
	padding-left: 50px;
	position: relative;
}
.recommend-info ol li img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.recommend-info ol li + li{
	margin-top: 26px;
}
.recommend-info ol{
	counter-reset: recommend_n; 
}
.recommend-info li::before{
	content: counter(recommend_n);
	position: absolute;
	left: 0;
	width: 29px;
	background: #59C77A;
	border-radius: 50%;
	height: 29px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	color: #FFFFFF;
	counter-increment: recommend_n;
}
.recommend-info .btn{
	background: #1F9FFB;
    min-width: 183px;
    display: table;
    padding: 10px 20px;
	color: #fff;
	margin: 10px 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
    line-height: 25px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
    box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
    border-radius: 38px;
}
.recommend-info .btn:hover{
	background: #36ABFF;
    -webkit-box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
    box-shadow: 0px 4px 4px rgba(74, 135, 250, 0.3);
}

.load:after,.load{border-radius:50%;width:65px;height:65px;}
.load{
	margin: 20px auto 0;
	font-size: 2px;
    display: table;
    background: none;
    position: relative;
    border-top: 6px solid rgba(31, 159, 251, 0.6);
    border-right: 6px solid rgba(31, 159, 251, 0.6);
    border-bottom: 6px solid rgba(31, 159, 251, 0.6);
    border-left: 6px solid rgb(31, 159, 251);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}


.pricing-promo-section{
	background: #2CB0E8;
	padding: 90px 0;
}
.pricing-promo-heading{
	color: #fff;
	font-size: 48px;
    font-weight: 700;
    margin-bottom: 56px;
}
.pricing-time{
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.pricing-time-title{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-right: 30px;
	transform: translateY(-40%);
}
.pricing-time .timer-body-block{
	margin-bottom: 0;
}
.pricing-time .timer-body-block .tab-val{
	border-color: #fff;
	padding: 18px 5px 18px;
}
.pricing-time .timer-body-block .table-cell{
	color:#fff;
}
.pricing-promo-list .price__section{
	align-items: flex-start;
	padding-bottom: 15px;
}
.pricing-promo-list .price__current{
	font-size: 36px;
	line-height: 56px;
	color: #3B4952;
	font-weight: 400;
}
.pricing-promo-list .price__current i{
	text-decoration-line: line-through;
	font-style: normal;
}
.pricing-promo-list .price__current span{
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
}
.price__section_item + .price__section_item{
	margin-left: 25px;
}
.price__section_heading{
	margin-bottom: 5px;
}
.price__sale{
	display: flex;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	white-space: normal;
	color: #F04E75;
}
.pricing-promo-list .price__block li svg{
	margin-right: 10px;
}
.price__sale span{
	color: #F04E75;
	font-weight: bold;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
    padding-top:5px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 9px;
}
.price__block_text{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 21px;
	color:#000;
}
.price__block_text b{
	color:#F04E75;
}
.reviews-no-slider .reviews-container{
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.reviews-no-slider .reviews-slider{
	display: flex;
	margin-bottom: 50px;
}
.reviews-no-slider .reviews-slider__item{
	height: auto;
}
.reviews-no-slider .reviews-slider__item .desc{
	letter-spacing: -0.5px;
}

.reviews-no-slider .reviews-btn {
    margin: 0 auto 30px;
    border-radius: 38px;
	background: #2CB0E8;
    -webkit-box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
    box-shadow: 0px 4px 4px rgba(49, 116, 243, 0.2);
    display: block;
    min-width: 332px;
    color: #FCFCFC;
	font-weight: bold;
	font-size: 20px;
    text-align: center;
    padding: 10px;
    line-height: 45px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.reviews-no-slider .reviews-btn:hover {
	background: #2cb0e8;
	box-shadow: 0 1px 5px rgba(44,176,232,.2), 0 3px 4px rgba(44,176,232,.12), 0 2px 4px rgba(44,176,232,.14);
}
.reviews-no-slider .reviews-slider-nav{
	display: none;
	margin-bottom: 40px;
}

.timer-head-block{
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}


/* sidebar banner */
.content-article{
	display: flex;
}

.sidebar-article{
	flex:0 0 280px;
	max-width: 280px;
	position: relative;
	margin-left: 40px;
	z-index: 0;
	padding-top: 50px;
}
.sidebar-article-box{
	background: #F2F5F8;
	position: relative;
	border: 1px solid #E6E7EA;
	border-radius: 3px;
	padding: 15px;
	overflow: hidden;
	max-width: 280px;
}
.sidebar-article-box.fixed{
	position: fixed;
	top:126px;
	bottom: auto;
}
.sidebar-article-box.bottom{
	position: absolute;
	bottom: 0;
	top:auto;
}
.sidebar-article-box .title{
	font-weight: 500;
	display: block;
	font-size: 17px;
	line-height: 28px;
	color: #3B4952;
}
.sidebar-article-box .title span{
	color: #2CB0E8;
}
.sidebar-article-box .sidebar-btn{
	margin:20px 0 0;
	background: #2CB0E8;
	padding: 15px;
	line-height: 25px;
	color: #FCFCFC;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 50px;
	opacity: 1;
	display: block;
	transition: all .2s ease-in-out;
}
.sidebar-article-box .sidebar-btn:hover{
	opacity: 0.82;
}

.banner-article{
	background: #F2F5F8;
	padding: 70px 25px 70px 50px;
	border: 1px solid #E6E7EA;
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
}
.banner-article + .author-last{
	margin-top: 25px;
}
.banner-article .row{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.banner-article .title{
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #3B4952;
	display: block;
	margin-bottom: 22px;
}
.banner-article-info{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	max-width: 392px;
	flex:0 0 392px;
	color: #3B4952;
}
.banner-article-info .btn{
	margin: 20px 0 0;
    background: #2CB0E8;
    padding: 15px;
    line-height: 25px;
    color: #FCFCFC;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
	border-radius: 50px;
	max-width: 352px;
    opacity: 1;
    display: block;
    transition: all .2s ease-in-out;
}
.banner-article-info .btn:hover{
	opacity: 0.82;
}
.banner-article-img{
	min-width: 180px;
}
.banner-article-img img{
	display: block;
}

@media only screen and (max-width: 1200px){
	.mask-menu{
		position: fixed;
		top:0;
		display: none;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
	}
	.mask-menu.active{
		display: block;
	}
	.webinar-title{
		font-size: 46px;
	}
	.webinar-speaker-box .name, .webinar-speaker-box .position, .speaker-info .position, .speaker-info .name{
		font-size: 16px;
	}
	.advantages-second .advantages__description{
		font-size: 18px;
	}
	.advantages-second{
		padding-bottom: 50px;
	}
	.webinar-speaker-box{
		padding: 95px 20px 30px;
	}
	.header-dark .header__section{
		padding: 30px 20px;
		background: #040a28;
	}
	.advantages-second .advantages__icon{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 61px;
		        flex: 0 0 61px;
		max-width: 61px;
		width: 61px;
		height: 61px;
	}
	.advantages-second .advantages__heading{
		margin-bottom: 60px;
	}
	.advantages-second .advantages-item{
		padding-top: 50px;
	}
	.speaker-img{
		-webkit-box-flex:0;
		    -ms-flex:0 0 340px;
		        flex:0 0 340px;
		max-width: 340px;
		height: 340px;
	}
	.list-skills{
		font-size: 20px;
	}
	.list-skills li + li{
		margin-top: 35px;
	}
	.speaker-section{
		padding: 80px 0 50px;
	}
	.webinar-form-section .container > .row{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.webinar-form{
		-webkit-box-flex:0;
		    -ms-flex:0 0 440px;
		        flex:0 0 440px;
		max-width: 440px;
		padding: 40px 40px 63px;
	}
	.sidebar-article{
		display: none;
	}
	.banner-article{
		padding: 50px 25px;
	}
	.banner-article-info{
		flex:0 0 300px;
		max-width: 300px;
	}
	.banner-article .title{
		font-size: 26px;
		line-height: 1.4;
	}
	.banner-article-info .btn{
		font-size: 14px;
	}
}

@media only screen and (max-width: 959px){
	.webinar-title{
		font-size: 34px;
	}
	.webinar-speaker-box .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.webinar-speaker-box .row .box{
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.webinar-speaker-box .row .box:after{
		display: none;
	}
	.webinar-speaker-box .name, .webinar-speaker-box .position, .speaker-info .position, .speaker-info .name{
		font-size: 18px;
	}
	.webinar-title-m{
		font-size: 26px;
	}
	.speaker-img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 280px;
		        flex: 0 0 280px;
		max-width: 280px;
		height: 280px;
	}
	.speaker-info {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58%;
		        flex: 0 0 58%;
		max-width: 58%;
		padding-right: 20px;
	}
	.speaker-img-wrap{
		-webkit-box-flex:0;
		    -ms-flex:0 0 42%;
		        flex:0 0 42%;
		max-width: 42%;
	}
	.webinar-speaker-box .row .box, .speaker-info .row .box {
		padding-left: 15px;
		margin-left: 15px;
		position: relative;
	}
	.webinar-speaker-box .row .box{
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.webinar-speaker-box .name, .webinar-speaker-box .position, .speaker-info .position, .speaker-info .name{
		padding-left: 18px;
	}
	.webinar-form{
		-webkit-box-flex:0;
		    -ms-flex:0 0 320px;
		        flex:0 0 320px;
		max-width: 320px;
		padding: 30px 25px 40px;
	}
	.timer-body-block .table-cell{
		margin: 0 8px;
	}
	.webinar-timer{
		padding-right: 10px;
	}
	.webinar-form-heading{
		font-size: 26px;
		line-height: 1.2;
	}
	.webinar-form .submit{
		font-size: 18px;
	}
	.webinar-form-box::after {
		background-size: cover;
		width: 165px;
		height: 108px;
	}
}
@media only screen and (max-width: 767px){
	
	.container,
	.confirm-banner .container, .recommend-webinar .container{
		padding: 0 20px;
	}
	.webinar-banner .container > .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.webinar-info{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
		max-width: 100%;
	}
	.webinar-speaker{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
		max-width: 100%;
	}
	.webinar-banner{
		padding-top: 110px;
		padding-bottom: 40px;
		height: auto;
	}
	.webinar-title{
		font-size: 34px;
	}
	.webinar-title-s{
		font-size: 18px;
	}
	.webinar-title-m{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.reviews-no-slider .reviews-slider__item{
		height: 100%;
	}
	.webinar-time{
		font-size: 20px;
	}
	.webinar-speaker{
		margin: -15% auto 0;
		max-width: 400px;
		width: 100%;
	}
	.webinar-speaker-box .row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.webinar-speaker-box .row .box{
		margin-left: 20px;
		padding-left: 20px;
		padding-top: 0px;
	}
	.webinar-speaker-box .row .box:after{
		display: block;
	}
	.webinar-speaker-img{
		margin-bottom: 20px;
	}
	.webinar-form-box::after{
		top:100%;
		right: -75px;
	}
	.webinar-timer{
		padding-top: 0;
	}
	.speaker-section .container > .row,.webinar-form-section .container > .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.speaker-info{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
		max-width: 100%;
		margin-bottom:60px;
	}
	.webinar-timer{
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
		max-width: 100%;
	}
	.webinar-form-section{
		padding: 80px 0;
	}
	.webinar-time-headeing-bottom,
	.webinar-form-box::after{
		display: none;
	}
	.webinar-form{
		padding: 30px 40px;
		max-width: 420px;
	}
	.advantages-second{
		padding-top: 0;
	}
	.speaker-heading{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.confirm-banner{
		padding-bottom: 40px;
		padding-top: 100px;
	}
	.confirm-title strong{
		font-size: 26px;
	}
	.confirm-title{
		font-size: 22px;
	}
	.recommend-title{
		font-size: 22px;
		line-height: 1.4;
	}
	.recommend-info ol li{
		padding-left: 40px;
	}
	.recommend-webinar{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.pricing-time{
		flex-direction: column;
	}
	.pricing-time-title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.reviews-no-slider .reviews-slider-nav{
		display: flex;
	}
	.reviews-no-slider .reviews-slider{
		margin-bottom: 25px;
	}
	.banner-article-info{
		flex:0 0 270px;
		max-width: 270px;
	}
	.banner-article .title{
		font-size: 24px;
		line-height: 1.4;
	}
	.banner-article-info .btn{
		font-size: 14px;
		padding: 15px 10px;
	}
}
@media(max-width:580px){
	.recommend-webinar {
		padding-bottom: 40px;
	}
	.recommend-webinar .row{
		display: block;
	}
	.recommend-info{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.reviews-no-slider .reviews-btn{
		min-width: 280px;
		font-size: 16px;
	}
	.pricing-time-title{
		font-size: 20px;
	}
	.banner-article .row{
		align-items:center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.banner-article-info{
		flex:0 0 auto;
		order: 2;
		max-width: 100%;
	}
	.banner-article-img{
		margin-bottom: 20px;
		order: 1;
	}
	.banner-article{
		padding: 25px 15px 30px;
	}
	.banner-article-info .btn{
		font-size: 12px;
		padding: 10px;
		max-width: 260px;
	}
	.banner-article .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.banner-article-info{
		font-size: 15px;
	}
}
@media(max-width:480px){
	.speaker-section{
		padding-top: 60px;
	}
	.webinar-speaker-box .row,
	.speaker-info .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.webinar-speaker-box .row .box,.speaker-info .row .box{
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.speaker-info .row{
		margin-bottom: 40px;
	}
	.webinar-speaker-box .row .box:after,
	.speaker-info .row .box:after{
		display: none;
	}
	.list-skills {
		font-size: 16px;
	}
	.webinar-speaker-box img{
		margin: 0 auto;
	}
	.advantages__item{
		margin-bottom: 40px;
	}
	.speaker-section{
		padding-bottom: 30px;
	}
	.webinar-form{
		padding: 30px 20px;
	}
	.webinar-form .input-wrap input{
		line-height: 22px;
	}
	.timer-body-block .tab-val {
		line-height: 22px;
		padding: 12px 5px;
		font-size: 24px;
		width: 60px;
	}
	.advantages-second{
		padding-bottom: 40px;
	}
	.webinar-form-heading{
		font-size: 22px;
	}
	.webinar-form-section{
		padding-top: 70px;
	}
	.syotimer{margin: 0 -5px;}
	.webinar-timer-heading{font-size: 24px;}
	.timer-body-block .table-cell{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width: 60px;}
	.timer-body-block .table-cell{font-size: 15px;}
	.confirm-title strong{
		font-size: 24px;
		line-height: 1.3;
	}
	.confirm-title{
		font-size: 20px;
	}
	.recommend-title{
		font-size: 20px;
		line-height: 1.4;
	}
	.price__section_heading{
		font-size: 14px;
	}
}
@media(max-width:374px){
	.price__sale span{font-size: 10px;}
	.price__sale{font-size: 36px;}
	.price__block_text{font-size: 15px;}
	.price__section_heading{font-size: 13px;}
	.pricing-promo-list .price__current span{font-size: 9px;}
	.timer-body-block .tab-val{font-size: 22px;}
	.webinar-title{font-size: 28px;}
	.webinar-time{font-size: 18px;}
	.webinar-form .input-wrap.anim .placeholder {top: -6px;left: 16px;}
	.webinar-form .input-wrap input{padding: 15px 25px;}
	.webinar-form .input-wrap .placeholder{left: 25px;}
	.webinar-form .submit,.webinar-form .input-wrap input,.webinar-form .input-wrap .placeholder{font-size: 14px;}
	.webinar-banner .btn{min-width: 280px;}
	.pricing-promo-list .price__current span{margin-left: 4px;}
	.pricing-promo-list .price__current{font-size: 30px;}
	.price__section_item + .price__section_item{margin-left: 20px;}
}