@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-x: hidden;
}

body {
	line-height: 1;
}

a {
	color: inherit;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	font: 24px/30px 'Titillium Web', sans-serif;
	color: #26292f;
	font-weight: 300;
	overflow-x: hidden;
}

button {
	font-family: 'Titillium Web', sans-serif;
}

b, strong {
	font-weight: 700;
}

.table {
	display: table;
	width: 100%;
	text-align: left;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

p {
	margin: 0 0 30px;
}

button,
button:active,
button:focus {
	outline: none;
}

/* common page styles
-----------------------------------------------------------------------------*/

.header_scroll_style {
	background-color: #070d0d;
	margin-top: -100px;
}

.header_content_wrapper {
	max-width: 1420px;
	display: inline-block;
	width: 90%;
	text-align: left;
}

.header {
	height: 100px;
	z-index: 3;
	padding-top: 23px;
	box-sizing: border-box;
	width: 100%;
	background-color: rgba(12, 15, 36, 0.9);
	/*position: fixed;*/
	position: fixed;
	transition: all 1.5s;
	text-align: center;
}

.header.menu_opened {
	/*	position: relative;*/
}

.header #logo {
	position: absolute;
	left: 25px;
}

.header .comodo_live_header_link {
	font-size: 24px;
	font-weight: 700;
	color: #61cbeb;
	margin: 0 70px;
	vertical-align: top;
	line-height: 34px;
}

.header .header_nav {
	float: right;
}

.header .mobile_menu_icon {
	width: 30px;
}

.header button.mobile_menu_btn {
	background: none;
	border: 0 none;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	float: right;
}

.header button.mobile_menu_btn i {
	float: left;
	margin-right: 22px;
}

.header .mobile_menu_icon span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	display: block;
	margin: 2px 0;
	float: left;
	transition: transform 0.3s;
}

.header .close .mobile_menu_icon {
	position: relative;
}

.header .close .mobile_menu_icon span:first-child {
	display: none;
}

.header .close .mobile_menu_icon span {
	position: absolute;
	left: 0;
	top: 12px;
	transform: rotate(45deg);
}

.header .close .mobile_menu_icon span:last-child {
	transform: rotate(-45deg);
}

.header .main_menu {
	color: #fff;
	font-size: 20px;
	float: right;
	line-height: 25px;
}

.header .main_menu > ul > li {
	float: left;
	position: relative;
}

.has_subnav_div {
	position: inherit !important;
}

.header .main_menu a {
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	padding: 5px 0;
	display: inline-block;
	white-space: nowrap;
}

.header .main_menu > ul > li > a {
	position: relative;
	color: #fff;
	text-decoration: none;
	height: 75px;
	line-height: 70px;
	display: inline-block;
	padding: 0 25px;
	white-space: nowrap;
	font-weight: 300;
}

.header .main_menu li:hover > a {
	color: #d00202;
	background-color: #fff;

}

.header .main_menu ul > li > ul,
.header .main_menu .sub_nav {
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	box-sizing: border-box;
}

.header .main_menu ul > li > ul {
	top: 75px;
}

.header .main_menu .sub_nav {
	top: 98px;
}

.header .main_menu > ul > li:hover > ul,
.header .main_menu > ul > li:hover > .sub_nav {
	display: inline-block;
}

.header .main_menu > ul > li > ul a,
.header .main_menu > ul > li > .sub_nav a {
	color: #3368ff;
	text-decoration: none;
	font-weight: 600;
}

.header .main_menu > ul > li:hover > ul {
	padding: 25px 150px 25px 25px;
}

.header .main_menu > ul > li > .sub_nav {
	width: 100%;
	padding: 30px 40px 60px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
}

.header .main_menu .sub_nav_column:first-child {
	width: 72%;
	padding-right: 9%;
	box-sizing: border-box;
}

.header .main_menu .sub_nav_column {
	width: 27%;
	display: inline-block;
	vertical-align: top;
}

.header .main_menu .sub_nav h3 {
	color: #0c0f24;
	font-size: 32px;
	line-height: 35px;
	padding: 0 0 25px;
	border-bottom: 1px solid #a2a2a2;
	font-weight: 600;
	margin: 25px 0;
	max-width: 440px;
	width: 100%;
}

.header .main_menu .sub_nav .h_3 {
	color: #0c0f24;
	font-size: 32px;
	line-height: 35px;
	padding: 0 0 25px;
	border-bottom: 1px solid #a2a2a2;
	font-weight: 600;
	margin: 25px 0;
	max-width: 440px;
	width: 100%;
}

.header .main_menu .sub_nav .li_style_1 {

}

.header .main_menu .sub_nav .li_style_2 a {
	color: #0c0f24;
	background: url('../images/list-icon.png') no-repeat left center transparent;
	padding-left: 30px;
}

.header .main_menu .sub_nav .li_style_3 a {
	color: #0c0f24;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.header .main_menu .sub_nav .special_style_links_block {
	margin: 10px 0 50px;
}

.header .main_menu .sub_nav .special_style_links_block ul {
	display: inline-block;
	vertical-align: top;
	padding-right: 2%;
}

.header .main_menu .sub_nav a:hover {
	color: #ff1c21;
}

.header .main_menu .product_subnav_w_50 {
	width: 50%;
	float: left;
}

.header .main_menu .sub_nav .comodo_one_btn {
	width: 100%;
	max-width: 380px;
	height: 98px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	font-size: 26px;
	position: relative;
	overflow: hidden;
}

.header .main_menu .sub_nav .comodo_one_btn a {
	color: #fff;
	position: relative;
	display: block;
	padding: 25px 10px;
}

.header .main_menu .sub_nav .comodo_one_btn span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.header .main_menu .sub_nav .comodo_one_btn img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.header .main_menu .sub_nav a.cwatch_btn,
.header .main_menu .sub_nav a.ccm_btn {
	width: 100%;
	max-width: 380px;
	height: 98px;
	background: url('../images/cwatch-btn-bg.jpg') no-repeat center center #283243;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	font-size: 26px;
	padding: 25px 10px;
}

.header .main_menu .sub_nav a.ccm_btn {
	width: 100%;
	height: 108px;
	background: url('../images/ccm-btn-bg.jpg') no-repeat center center #283243;
}

.header .main_menu .sub_nav a.cwatch_btn span,
.header .main_menu .sub_nav a.ccm_btn span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.header .main_menu .sub_nav_support_content_block {
	width: 40%;
	display: inline-block;
	padding: 0 0 2% 9%;
	vertical-align: top;
}

.header .main_menu .sub_nav .support_text_line {
	color: #7d7d7d;
	font-weight: 600;
	margin: 0 0 10px;
}

.header .main_menu .sub_nav .support_text_line:before {
	content: "";
	float: left;
	width: 45px;
	height: 40px;
	background: url('../images/contact-icons-set.png') no-repeat 0 15px transparent;
}

.header .main_menu .sub_nav .support_phone:before {
	background-position: 0 -28px;
}

.header .main_menu .sub_nav .support_phone span {
	font-size: 37px;
	color: #0c0f24;
	position: relative;
	line-height: 40px;
	padding-right: 5px;
}

.header .main_menu .sub_nav .support_phone span.top-phone {
	top: 6px;
}

.sub_nav_support_content_block span.margin {
	margin-left: 185px;
}

.header .main_menu .sub_nav .support_phone span.thin {
	font-weight: 300;
	font-size: 18px;
	position: absolute;
	line-height: 50px;
}

.header .main_menu .sub_nav .btn.orange {
	color: #f26c4f;
	border: 3px solid #f26c4f;
	border-radius: 9px;
	text-transform: none;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 20px;
	margin: 30px 10px 0 0;
}

.header .main_menu .sub_nav .btn.orange:hover {
	color: #fff;
	background-color: #f26c4f;
}

.header .main_menu .sub_nav .btn.black {
	color: #fff;
	background-color: #000;
	border: 3px solid #000;
	border-radius: 9px;
	text-transform: none;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 20px;
	margin: 30px 0 0;
}

.header .main_menu .sub_nav .btn.black:hover {
	color: #000;
	background-color: #fff;
}

.header .header_nav .btn.btn_purple {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;
	background-color: #aa00ff;
    border: 2px solid #aa00ff;
	text-transform: none;
    border-radius: 5px;
    margin: 2.8%;
    color: #fff;
	transition: all 0.2s;
}

.header .btn.btn_purple:hover {
    color: #aa00ff;
	background-color: #fff;
}

.header .note-fixed {
	background-color: #ffffff;
	position: fixed;
	top: 30%;
	right: -381px;
	padding: 57px 15px;
	width: 350px;
	text-align: center;
	transition: 0.8s linear;
	-webkit-transition: 0.8s linear;
	cursor: default;
	border: 1px solid #cccccc;
	box-sizing: content-box;
}

.header .note-fixed:hover {
	right: 0;
}

.header .note-fixed p {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	margin: 20px 0;
	font-size: 36px;
	color: #666666;
	line-height: 30px;
}

.header .note-fixed p a {
	color: #e02126;
	text-decoration: none;
}

.header .note-fixed p + p {
	font-size: 23px;
}

.header .note-fixed span {
	display: block;
	position: absolute;
	top: 84px;
	left: -151px;
	padding: 18px 20px;
	font-family: "Titillium Web", sans-serif;
	font-size: 22px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	background-color: #c62828;
	color: #ffffff;
	line-height: 30px;
	font-weight: 600;
}

.header .main_menu .header-btn{
	float: right;
    border-radius: 6px;
	border: 2px solid #472772; 
    color: #ffffff;
    margin-top: 10px;
	margin-left: 15px;
    background: #472772;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    position: relative;
}

.header .main_menu .header-btn:hover{
    background: #fff;
	color: #472772;
}

.header .main_menu ul{
	display: inline-block;
}

.full_height,
.top_banner_content.full_height,
.top_banner_video_bg.full_height {
	height: 100vh;
	min-height: 800px;
	box-sizing: border-box;
}

.inner_page .top_banner_content.full_height, .inner_page .full_height {
	min-height: 700px;
	max-height: 500px;
	overflow: hidden;
}

.top_banner.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top_banner.fixed .top_banner_content {

}

.top_banner_content {
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 100px;
}

video {
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	max-width: 100000% !important;
}

.content {

}

.footer {
	background-color: #464e56;
	color: #fff;
}

html body iframe[name="google_conversion_frame"] {
	display: none;
}

.footer .wrapper {
	background-color: #464e56;
	color: #fff;
	padding: 50px;
	text-align: center;
}

.footer p {
	margin: 0;
}

.footer .wrapper.copyright {
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 24px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 300
}

.footer .footer-menu {
	padding-bottom: 35px;
	padding-top: 35px;
	font-size: 1.3vw;
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	background-color: #394047;
}

.footer .footer-menu .wrapper {
	max-width: none;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #394047;
}

.footer .footer-menu-title {
	padding-right: 17px;
}

.footer .footer-menu-title,
.footer .footer-menu-list,
.footer .footer-menu-list .footer-menu-item {
	display: inline-block;
}

.footer .footer-menu-list .footer-menu-item {
	padding-left: 10px;
	padding-right: 15px;
	line-height: 22px;
	border-right: solid 2px #d7d9da;
}

.footer .footer-menu-list .footer-menu-item a {
	color: #ffffff;

}

.footer .footer-menu-list .footer-menu-item:last-child {
	border-right: none;
	padding-right: 0;
}


#popup-video.modal {
    text-align: center;
}

#popup-video.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

#popup-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#popup-video .modal-body {
    padding: 10px 10px 5px 10px;
}

#popup-video .close_btn {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(/assets/images/close_btn.png) top left no-repeat;
    cursor: pointer;
}

/* home page styles
-----------------------------------------------------------------------------*/

.content {
	text-align: center;
}

.main_page .wrapper {
	display: inline-block;
	width: 90%;
	text-align: left;
	padding: 4.1vw 5.2vw;
}

.main_page .top_banner .title {
	display: table-cell;
	height: 47vh;
	vertical-align: middle;
	width: 100vw;
}

.main_page .top_banner_video_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}

.main_page .top_banner_content .wrapper {

}

.main_page .top_banner_content {
	padding-top: 10.9vh;
}

.main_page .top_banner_content {

}

.main_page .top_banner_content h1 {
	font-size: 89px;
	line-height: 96px;
	margin-bottom: 38px;
}

.main_page .top_banner_content p.title_subtitle {
	font-size: 34px;
	line-height: 38px;
}

.blocks_slider {

}

.blocks_slider > div {
	display: inline-block;
	width: 29vw;
	color: #fff;
	box-sizing: border-box;
	margin: 15px;
	text-align: center;
	vertical-align: top;
	max-width: 550px;
}

.blocks_slider .item1 .grey_bg,
.blocks_slider .item3 .grey_bg {
	min-height: 343px;
	box-sizing: border-box;
}

.blocks_slider .item1 .grey_bg {
	padding: 90px 45px 40px;
}

.blocks_slider .item1 .grey_bg p {
	margin-bottom: 80px;
}

.blocks_slider .item2 .grey_bg {
	padding: 40px 105px 10px;
}

.blocks_slider .item2 p.p_style1 {
	font-size: 22px;
	margin-top: 35px;
}

/*.blocks_slider .item3 .grey_bg{
	padding-top: 55px;
}*/

.blocks_slider .item3 .grey_bg h3 {
	margin: 0 0 55px;
}

.blocks_slider .item3 .grey_bg .h_3 {
	margin: 0 0 55px;
}

.blocks_slider .item3 .grey_bg p {
	margin: 0 0 70px;
}

.blocks_slider .grey_bg {
	padding: 32px 50px 50px 45px;
	background-color: rgba(255, 255, 255, 0.45);
	border-radius: 10px;
}

.blocks_slider .number {
	font-size: 16px;
	font-weight: 600;
	width: 97px;
	height: 97px;
	line-height: 16px;
	border: 5px solid #4800aa;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	margin-right: 100px;
	padding: 22px 0 0;
	box-sizing: border-box;
	vertical-align: top;
}

.blocks_slider .number.item1 {
	padding: 26px 0 0;
}

.blocks_slider .number.item2 {
	padding: 35px 0 0;
}

.blocks_slider h3 {
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
}

.blocks_slider .h_3 {
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
}

.blocks_slider p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.blocks_slider a {
	font-size: 24px;
	color: #4800aa;
	text-decoration: none;
	font-weight: 600;
}

.blocks_slider a:hover {
	text-decoration: underline;
}

.blocks_slider .number:last-child {
	margin-right: 0;
	font-size: 14px;
}

.bg_1 {
	background: url('../images/bg-11.jpg') no-repeat right top transparent;
	background-size: cover;
	color: #fff;
}

.main_page_content_block_1 .text_wrapper {
	width: 50vw;
}

.main_page_content_block_1 h2 {
	font-size: 46px;
	line-height: 49px;
	font-weight: 700;
	margin: 0 0 50px;
}

.main_page_content_block_1 p {
	font-size: 32px;
	line-height: 49px;
	margin: 0 0 50px;
}

.main_page_content_block_1 .grey_bg {
	background-color: rgba(255, 255, 255, 0.25);
	width: 42.5vw;
	float: left;
	min-height: 350px;
	border-radius: 8px;
	vertical-align: top;
	padding: 45px 60px 20px;
	box-sizing: border-box;
	text-align: center;
}

.main_page_content_block_1 .grey_bg p {
	font-size: 20px;
	line-height: 32px;
}

.main_page_content_block_1 .grey_bg h3 {
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	margin: 0 0 50px;
}

.main_page_content_block_1 .grey_bg .h_3 {
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	margin: 0 0 50px;
}

.main_page_content_block_1 .grey_bg:last-child {
	float: right;
}

.main_page_content_block_2 .side_content_wrapper {
	padding: 120px 140px 100px;
}

.main_page_content_block_2 .block_title h2 {
	text-transform: uppercase;
	font-size: 46px;
	line-height: 60px;
	margin: 50px 0 30px;
	font-weight: 300;
}

.bg_2 {
	background: url('../images/bg-2.jpg') no-repeat right center transparent;
	background-size: cover;
	width: 32.6%;
}

.bg_3 {
	background: url('../images/bg-3.jpg') no-repeat 0 center transparent;
	background-size: cover;
	display: inline-block;
}

.btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	padding: 24px 47px;
	text-decoration: none;
	transition: all 0.3s;
}

.btn.red-bg {
	color: #ffffff;
	background-color: #c62828;
}

.btn.red-bg:hover {
	background-color: #d22828;
}

.btn.violet {
	color: #68459b;
	border: 3px solid #68459b;
	border-radius: 18px;
}

.btn.violet:hover {
	color: #fff;
	background-color: #68459b;
}

.btn.white {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 18px;
	text-transform: none;
	font-size: 40px;
	font-weight: 300;
}

.turquoise.btn {
	color: #00f6ff;
	border: 3px solid #00f6ff;
	border-radius: 18px;
}

.turquoise.btn:hover {
	color: #000;
	background-color: #00f6ff;
}

.whte.btn {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 18px;
}

.whte.btn:hover {
	color: #000;
	background-color: #ffffff;
}

.btn.violet_bg {
	color: #fff;
	background-color: #68459b;
	position: relative;
	border: 0 none;
	overflow: hidden;
	padding-right: 120px;
}

.btn.violet_bg:after {
	content: "";
	width: 85px;
	height: 100% !important;
	display: inline-block;
	background-color: #7b59a5;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s;
}

.btn.violet_bg:hover {
	background-color: #7b59a5;
}

.btn.violet_bg:hover:after {
	background-color: #68459b;
}

.btn.download:after {
	background: url('../images/download-arrow.png') no-repeat center center #7b59a5;
}

.btn.arrow:after {
	background: url('../images/arrow-right.png') no-repeat center center #7b59a5;
}

.bg_1 .block_content .cell {
	padding-right: 2vw;
	box-sizing: border-box;
}

.main_page .main_page_content_block_2 {
	background-color: #eeeeee;
	font-size: 18px;
	line-height: 23px;
}

.main_page .main_page_content_block_2 .table p {
	padding-left: 0;
}

.main_page .main_page_content_block_2 h2 {
	font-size: 46px;
	line-height: 50px;
	font-weight: 400;
	margin: 0 0 60px;
	text-align: center;
}

.main_page .main_page_content_block_2 .cell {
	background-color: #fff;
	border-right: 35px solid #eeeeee;
	padding: 65px 45px;
	box-sizing: border-box;
	vertical-align: top;
	width: 50%;
	text-align: center;
}

.main_page .main_page_content_block_2 .table {
	margin: 0 0 80px;
}

.main_page .main_page_content_block_2 p {
	padding-left: 80px;
	margin-bottom: 20px;
}

.main_page .main_page_content_block_2 .cell b {
	font-weight: 600;
}

.main_page .main_page_content_block_2 .cell h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	margin: 0 0 25px;
}

.main_page .main_page_content_block_2 .cell .h_3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	margin: 0 0 25px;
}

.main_page .main_page_content_block_2 .cell:last-child {
	border-right: 0 none;
	padding: 65px 115px;
}

.main_page .main_page_content_block_2 .cell:last-child h3 {
	margin: 0 0 75px;
}

.main_page .main_page_content_block_2 .cell:last-child .h_3 {
	margin: 0 0 75px;
}

.main_page .main_page_content_block_2_1 {
	background: url(../images/bg-12.jpg) no-repeat right top transparent;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
}

.main_page .main_page_content_block_2_1 .cell {
	vertical-align: top;
	text-align: left;
	width: 33%;
	padding: 0 35px 115px 75px;
	position: relative;
}

.main_page .main_page_content_block_2_1 .cell:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 330px;
	background-color: #4f5356;
	position: absolute;
	right: 0;
	top: 0;
}

.main_page .main_page_content_block_2_1 .cell:last-child:after {
	content: none;
}

.main_page .main_page_content_block_2_1 .cell:first-child {
	vertical-align: top;
	text-align: left;
	padding-left: 0;
}

.main_page .main_page_content_block_2_1 .wrapper {
	text-align: center;
}

.main_page .main_page_content_block_2_1 h2 {
	font-size: 46px;
	line-height: 50px;
}

.main_page .main_page_content_block_2_1 .h_2 {
	font-size: 46px;
	line-height: 50px;
}

.main_page .main_page_content_block_2_1 .subtitle {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 60px;
}

.main_page_content_block_2_1 .cell h3 {
	font-size: 32px;
	color: #0090ff;
	margin: 0 0 40px;
}

.main_page_content_block_2_1 .cell .h_3 {
	font-size: 32px;
	color: #0090ff;
	margin: 0 0 40px;
}

.main_page_content_block_2_1 .cell b {
	font-weight: 600;
}

.main_page_content_block_2_1 .cell a {
	color: #fff;
	text-decoration: none;
}

.main_page_content_block_2_1 p {
	margin: 0;
}

.main_page_content_block_3 {
	background-color: #ae2f57;
	background: linear-gradient(to right, #de2028, #6c4498);
	text-align: center;
}

.main_page_content_block_3 .cell {
	padding: 100px 0 90px;
	text-align: center;
}

.white_color.large {
	color: #fff;
	font-size: 46px;
	line-height: 50px;
	margin: 0 0 60px;
}

.main_page_content_block_3 .dark_color.small {
	color: #1b101b;
}

.main_page_content_block_3 p.quote {
	margin-bottom: 0;
}

.main_page_content_block_3 p.quote + span {
	display: block;
	font-size: 20px;
	font-style: italic;
	margin: 20px 0 50px;
	color: #ffffff;
}

.slide_content_wrapper .align_left {
	text-align: left;
	display: inline-block;
}

.main_page_content_block_4 .cell {
	vertical-align: top;
	color: #fff;
	line-height: 30px;
	padding-bottom: 16.6vw;
}

.main_page_content_block_4 .cell:first-child {
	border-left: none;
	padding: 0 40px;
}

.main_page_content_block_4 .cell img {
	box-shadow: 0 0 38px rgba(0, 180, 255, 0.5);
	border-radius: 9px;
	width: 41.4vw;
	height: auto;
}

.main_page_content_block_4 .btn {
	margin: 230px 0 0;
}

.main_page_content_block_4 .wrapper {
	padding: 18vw 5.2vw 0;
}

.main_page_content_block_5 {
	color: #312e2e;
	font-size: 32px;
	line-height: 43px;
}

.main_page_content_block_5 .cell:first-child {
	padding-right: 8vw;
}

.main_page_content_block_5 h2 {
	font-size: 46px;
	line-height: 55px;
	margin: 0 0 50px;
}

.main_page_content_block_5 .h_2 {
	font-size: 46px;
	line-height: 55px;
	margin: 0 0 50px;
}

.main_page_content_block_5 p {
	font-size: 24px;
	line-height: 30px;
}

.main_page_content_block_6 .table {
	height: 100%;
}

.main_page_content_block_6 > .row > .cell:first-child {
	width: 24.2vw;
}

.main_page_content_block_6 > .row > .cell:last-child {
	width: 75.8vw;
}

.main_page_content_block_6 .cell {
	vertical-align: top;
	position: relative;
}

.main_page_content_block_6 .cell .cell {
	padding: 3.1vw;
	box-sizing: border-box;
	text-decoration: none;
}

.main_page_content_block_6 .cell.cell_style3 > a {
	text-decoration: none;
	color: #ffffff;
}

.main_page_content_block_6 .cell.cell_style4 > a {
	text-decoration: none;
	color: #ffffff;
}

.main_page_content_block_6 .cell.cell_style1 {
	padding: 3.1vw 6.1vw;
	box-sizing: border-box;
}

.main_page_content_block_6 .cell.cell_style2 {
	padding: 7vw 3.1vw;
	box-sizing: border-box;
}

.main_page_content_block_6 .cell h3 {
	font-size: 43px;
	line-height: 53px;
	font-weight: 200;
}

.main_page_content_block_6 .cell .h_3 {
	font-size: 43px;
	line-height: 53px;
	font-weight: 200;
}

.main_page_content_block_6 .cell_style1 {
	background: url('../images/bg-4.png') no-repeat 0 0 transparent;
	background-size: cover;
	height: 19.53vw;
	color: #fff;
}

.main_page_content_block_6 .cell_style1:before,
.main_page_content_block_6 .cell_style2:before,
.main_page_content_block_6 .cell_style3:before {
	content: "";
	background: url('../images/star.png') no-repeat 0 0 transparent;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	right: 33px;
	bottom: 33px;
}

.main_page_content_block_6 .cell_style2 {
	background: url('../images/bg-5.png') no-repeat 0 0 transparent;
	background-size: cover;
	color: #fff;
}

.main_page_content_block_6 .cell_style2 p {
	font-size: 25px;
	line-height: 100%;
	margin: 40px 0;
}

.main_page_content_block_6 .cell_style2 .btn {
	padding: 11px 20px;
	font-size: 20px;
}

.main_page_content_block_6 .cell_style3 {
	background: url('../images/bg-6.jpg') no-repeat right top transparent;
	background-size: cover;
	width: 50.2vw;
	height: 27.5vw;
	color: #fff;
}

.main_page_content_block_6 .cell_style3 p a {
	color: #fff;
	text-decoration: none;
}

.main_page_content_block_6 .cell_style4 {
	background: url('../images/bg-7.png') no-repeat 0 0 transparent;
	background-size: cover;
	color: #fff;
}

.main_page_content_block_6 .cell .cell_style5 {
	color: #909090;
	padding: 4vw 7.8vw;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}

.main_page_content_block_6 .cell_style5 h3 {
	color: #263238;
}

.main_page_content_block_6 .cell_style5 .h_3 {
	color: #263238;
}

.main_page_content_block_6 .cell_style5 p.large {
	font-size: 49.35px;
	line-height: 60px;
	color: #263238;
}

.main_page_content_block_6 .cell_style5 p.large a {
	text-decoration: none;
	color: #263238;
	font-weight: 200;
	font-size: 48px;
}

.main_page_content_block_6 .cell_style5 p {
	font-size: 24.68px;
	line-height: 30px;
}

/* home v2 styles
.latest-news
{
	background: transparent url("../images/latest-news-bg.jpg") no-repeat scroll 0 center / cover;
}

.how-we-are-unique
{
	padding-top:100px;
}
.how-we-are-unique .side_content_wrapper.cell
{
	width:45%;
}
.how-we-are-unique .side_content_wrapper p
{
	font-size:24px;
	padding-top:30px;
}
.best-roi
{
	padding:3vw 5vw;
}

.best-roi.content_block h2 {
   font-size: 46px;
   line-height: 46px;
   padding: 0 0 40px;
}
.best-roi .side_content_wrapper.cell
{
	width:50%;
}

*/

/* inner page styles
-----------------------------------------------------------------------------*/

.inner_page .top_banner {
	background: url('../images/top-banner-bg-1.jpg') no-repeat center 0 #000;
	background-size: cover;
}

.inner_page .top_banner.fixed + .content:before {
	content: "";
	height: 100vh;
	width: 100vw;
	display: inline-block;
}

.inner_page .content {
	text-align: center;
}

.inner_page .wrapper {
	max-width: 1420px;
	display: inline-block;
	width: 90%;
	text-align: left;
}

.inner_page .top_banner .title {
	display: table-cell;
	/*height: calc(100vh - 100px);*/
	height: 600px;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}

.inner_page h1 {
	font-size: 100px;
	line-height: 120px;
	font-weight: 600;
	margin: 0 0 30px;
}

.inner_page .title_subtitle {
	font-weight: 600;
}

.inner_page .top_banner .btn {
	margin: 50px 0 0;
}

.inner_page .top_banner .btn {
	margin: 50px 0 0;
}

.inner_page .content_block {
	padding: 7.3vw 0;
}

.inner_page .content_block .cell:first-child {
	padding-right: 4.1vw;
}

.inner_page .content_block h2 {
	font-size: 64px;
	line-height: 64px;
	padding: 0 0 50px;
}

.inner_page .content_block .heading h2 {
	font-size: inherit;
	line-height: inherit;
	padding: 0;
}

.inner_page .content_block h2.uppercase {
	font-size: 46px;
	text-transform: uppercase;
}

.inner_page .content_block .btn {
	margin-top: 50px;
}

.semibold {
	font-weight: 600;
}

/*  sliders style
-----------------------------------------------------------------------------*/

.blocks_slider div.slider-conteiner {
	width: auto;
}

.blocks_slider .buttons {
	display: none;
}

.blocks_slider .controlles {
	width: 100%;
	height: 0;
	padding: 0;
	background-color: transparent;
}

.blocks_slider .arrow {
	top: -210px;
	background-color: #fff;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	text-align: center;
	line-height: 59px;
	cursor: pointer;
}

.blocks_slider .arrow:hover {
	opacity: 1;
}

.blocks_slider .arrow:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	position: relative;
}

.blocks_slider .arrow.arrow-prev:before {
	border-right: 10px solid #000;
	border-left: 0 none;
}

.blocks_slider .arrow.arrow-next:before {
	border-left: 10px solid #000;
	border-right: 0 none;
}

.blocks_slider .arrow.arrow-prev {
	left: -70px;
}

.blocks_slider .arrow.arrow-next {
	right: -70px;
}

.blocks_slider .slide {
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
}

/* cloud-based sandboxing page styles
-----------------------------------------------------------------------------*/

.inner_page.cloud_based_sandboxing .top_banner .title {
	padding: 0 0 0 6vw;
}

.inner_page.cloud_based_sandboxing .bg-8 {
	background: url('../images/bg-8.jpg') no-repeat center bottom #000;
	background-size: cover;
}

.inner_page.cloud_based_sandboxing .bg-8 h2,
.inner_page.cloud_based_sandboxing .bg-8 p {
	color: #fff;
}

.main_page .home-purple {
	border: 1px solid #ffffff;
	border-radius: 18px;
	color: #ffffff;
	margin-top: 10px;
	background: #472772;
	padding: 15px 47px;
	font-size: 22px;
}

.main_page .home-purple:hover {
	color: #472772;
	background: #ededed;
	text-decoration: none;
}

.content_block.breadcrumbs_wrapper {
	padding: 0 !important;
}

#breadcrumbs {
	margin: 30px 0 0 0;
}

#breadcrumbs span.delimiter:after {
	content: ">>";
	padding: 0 2px;
}

#breadcrumbs > div {
	display: inline-block;
}

#breadcrumbs a,
#breadcrumbs a:hover {
	text-decoration: none;
}

.header-text-h2 {
	/*max-width: 1070px !important;*/
	font-size: 46px !important;
	font-weight: 600 !important;
	line-height: 52px !important;
	margin: 0 0 35px !important;

}

/* media-query styles
-----------------------------------------------------------------------------*/

@media screen and (max-width: 1900px) {

	body {
		font-size: 1.25vw;
		line-height: 1.56vw;
	}

	p {
		margin-bottom: 1.56vw;
	}

	.main_page .top_banner_content h1 {
		font-size: 4.68vw;
		line-height: 5vw;
		margin-bottom: 2vw;
	}

	.main_page .top_banner_content p.title_subtitle {
		font-size: 1.77vw;
		line-height: 2vw;
	}

	.blocks_slider > div {

		border-radius: 10px;
		margin: 1vw;
		max-width: 550px;
		width: 29vw;
	}

	.blocks_slider .number {
		margin-right: 3vw;
	}

	.blocks_slider h3 {
		font-size: 1.57vw;
	}

	.blocks_slider .h_3 {
		font-size: 1.57vw;
	}

	.blocks_slider p {
		font-size: 1.2vw;
		font-weight: 400;
		line-height: 1.5vw;
		margin-bottom: 1.5vw;
	}

	.blocks_slider a {
		font-size: 1.3vw;
	}

	.bg_1 .side_content_wrapper {
		padding: 3.4vw;
	}

	.bg_1 .block_title {
		background: url('../images/brain.png') no-repeat 0 0 transparent;
		background-size: 13vw auto;
		padding: 1.56vw 0 1.04vw 16.145vw;
		margin: 0 0 2.6vw;
		text-align: left;
	}

	.side_illustration_wrapper.cell img {
		width: 31vw;
		height: auto;
	}

	.bg_1 .forensic_btn {
		margin: 7vw 0 0;
	}

	.forensic_btn img {

	}

	.bg_1 .block_content {
		font-size: 1.24vw;
		line-height: 1.8vw;
	}

	.main_page_content_block_2 .side_content_wrapper {
		padding: 6.25vw 7.3vw 5.2vw;
	}

	.main_page_content_block_2 .block_title h2 {
		text-transform: uppercase;
		font-size: 46px;
		line-height: 60px;
		margin: 50px 0 30px;
		font-weight: 300;
	}

	.main_page_content_block_5 {
		font-size: 1.66vw;
		line-height: 2.24vw;
	}

	.footer {
		height: auto;
	}

	.footer .wrapper {
		padding: 30px !important;
		line-height: 110%;
	}

}

@media screen and (max-width: 1600px) {

	body#comodo-360 .advanced-endpoint-protection-img img {
		width: 100%;
		max-width: 625px;
		max-height: 390px;
	}

	.header .main_menu > ul > li > .products_sub_nav, .header .main_menu > ul > li > .support_sub_nav {
		padding: 0px 30px 30px;
	}

	.header .main_menu .products_sub_nav h3, .header .main_menu .support_sub_nav h3 {
		padding: 0 0 10px;
		margin: 15px 0;
	}

	.header .main_menu .sub_nav_support_content_block {
		padding: 0 0 5px 9%;
	}

	.header .main_menu .sub_nav .support_phone span {
		font-size: 30px;
	}

	.header .main_menu .sub_nav .support_phone:before {
		background-position: 0 -28px;
	}

	.header .main_menu > ul > li > a {
		font-size: 1.25vw;
		padding: 0 1.1vw;
	}

	.header .main_menu {
		font-size: 1.25vw;
		line-height: 25px;
	}

	.header .main_menu .sub_nav_column:first-child {
		width: 76%;
		padding-right: 3%;
	}

	.header .main_menu .sub_nav_column {
		width: 23%;
	}

}

@media screen and (max-width: 1400px) {

	.header .main_menu .sub_nav .btn.orange, .header .main_menu .sub_nav .btn.black {
		padding: 13px;
	}

	.header .main_menu .sub_nav .support_phone span {
		font-size: 20px;
	}

	.header .main_menu .products_sub_nav h3, .header .main_menu .support_sub_nav h3 {
		font-size: 22px;
	}

	/*.header .main_menu .sub_nav .support_text_line
	{
		margin-bottom:0;
	}*/
	.header .main_menu .sub_nav_support_content_block {
		padding: 0 0 5px 4%;
	}

	.main_page .main_page_content_block_1 .text_wrapper {
		width: auto;
	}

	.main_page .main_page_content_block_1 h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px;
	}

	.main_page_content_block_1 p {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px;
	}

	.main_page_content_block_1 .grey_bg h3 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px;
	}

	.main_page_content_block_1 .grey_bg .h_3 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px;
	}

	.main_page_content_block_1 .grey_bg p {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px;
	}

	.main_page_content_block_5 .cell img {
		width: 40vw;
		height: auto;
	}

	.main_page .main_page_content_block_2_1 {
		font-size: 18px;
		line-height: 24px;
	}

	.main_page_content_block_2_1 .cell h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.main_page_content_block_2_1 .cell .h_3 {
		font-size: 30px;
		line-height: 35px;
	}

}

@media screen and (max-width: 1300px) {

	.blocks_slider .number {
		margin-right: 2vw;

	}

}

@media screen and (max-width: 1200px) {

	body {
		font-size: 16px;
		line-height: 20px;
	}

	p {
		margin-bottom: 20px;
	}

	.blocks_slider {
		display: inline-block;
		width: 70%;
	}

	.blocks_slider p {
		font-size: 20px;
		font-weight: 400;
		line-height: 32px;
	}

	.blocks_slider .number {
		margin-right: 100px;
	}

	.blocks_slider a {
		font-size: 24px;
	}

	.main_page .top_banner_content p.title_subtitle {
		font-size: 16px;
		line-height: 20px;
	}

	.inner_page h1,
	.main_page .top_banner_content h1 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 0 15px;
	}

	.content .block_title h2,
	.inner_page .content_block h2 {
		font-size: 25px;
		line-height: 30px;
		margin: 25px 0 15px;
	}

	.side_illustration_wrapper {
		display: none;
	}

	.bg_1 {
		text-align: center;
	}

	.bg_1 .block_content {
		font-size: 20px;
		line-height: 34px;
		text-align: left;
	}

	.btn {
		font-size: 14px;
		line-height: 15px;
		padding: 12px 22px;
		border-radius: 9px !important;
	}

	.btn.violet_bg {
		padding-right: 60px;
	}

	.btn.violet_bg:after {
		width: 40px;
		height: 40px;
		background-size: 30% !important;
	}

	.main_page .bg_1 {
		background: none #15262c;
	}

	.main_page .main_page_content_block_2 .table,
	.main_page .main_page_content_block_2 .row,
	.main_page .main_page_content_block_2 .cell {
		display: inline-block;
		width: 100%;
	}

	.main_page .main_page_content_block_2 .cell {
		border: 0 none;
		margin: 0 0 20px;
		padding: 20px;
	}

	.main_page .main_page_content_block_2 .cell:last-child {
		padding: 20px;
	}

	.main_page_content_block_5 {
		font-size: 16px;
		line-height: 20px;
	}

	.main_page_content_block_6 .cell h3 {
		font-size: 3vw;
		line-height: 3vw;
	}

	.main_page_content_block_6 .cell_style5 p.large {
		font-size: 2.5vw;
		line-height: 3vw;
	}

	.main_page_content_block_6 .cell_style5 p {
		font-size: 2vw;
		line-height: 2vw;
	}

	.main_page_content_block_6 .cell_style2 p {
		font-size: 2.5vw;
		line-height: 3vw;
		margin: 10vw 0 0;
	}

	.main_page_content_block_1 .grey_bg {
		width: 100%;
		float: none;
		min-height: auto;
		margin-bottom: 20px;
	}

	.main_page .main_page_content_block_2_1 .cell {
		padding: 0 15px 55px 25px;
	}

	.main_page .main_page_content_block_2_1 .subtitle {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.main_page .white_color.large {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 30px;
	}

	.main_page .main_page_content_block_3 .white.btn {
		line-height: 40px;
	}

	.header .main_menu .sub_nav_support_content_block {
		width: 90%;
	}

}

@media screen and (max-width: 960px) {
	body#comodo-360 .advanced-endpoint-protection-img {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
		text-align: center;
	}

	body#comodo-360 .advanced-endpoint-protection-img img {
		max-height: 390px;
	}

	.header #logo img {
		width: 25vw;
		height: auto;
	}

	.header .comodo_live_header_link {
		color: #61cbeb;
		font-size: 16px;
		line-height: 36px;
		margin: 0 40px;
	}

	.main_page_content_block_5 .cell {
		display: block;
		margin: 30px 0;
	}

	.main_page_content_block_5 .cell .wrapper {
		border: 0 none;
	}

	.main_page_content_block_5 {
		font-size: 20px;
		line-height: 26px;
	}

	.bg_1 .block_content h3 {
		font-size: 3vw;
		line-height: 5vw;
	}

	.bg_1 .block_content p {
		font-size: 16px;
		line-height: 20px;
	}

	.white_color.large {
		font-size: 4.6vw;
		line-height: 6vw;
	}

	.blocks_slider > div {
		border-radius: 10px;
		margin: 1vw;
		max-width: 550px;
		width: 70vw;
	}

	.blocks_slider h3 {
		font-size: 30px;
	}

	.blocks_slider p {
		font-size: 18px;
		line-height: 32px;
	}

	.blocks_slider a {
		font-size: 24px;
	}

	.main_page .main_page_content_block_4 .wrapper {
		padding: 18vw 5.2vw;
	}

	.main_page .main_page_content_block_4 .cell img,
	.main_page .main_page_content_block_5 .cell img {
		display: none;
	}

	.main_page .main_page_content_block_5 p {
		font-size: 18px;
		line-height: 24px;
	}

	.header-text-h2 {
		/*font-size: 18px !important;*/
		/*line-height: 24px !important;*/
		font-size: 22px !important;
		line-height: 30px !important;

	}

}

@media screen and (max-width: 760px) {

	.blocks_slider .grey_bg {
		padding: 1vw;
	}

	.blocks_slider .item2 .grey_bg {
		padding: 5vw 1vw 5vw;
	}

	.blocks_slider .number {
		font-size: 2.7vw;
		height: 13vw;
		margin: 0 3vw 0;
		width: 13vw;
	}

	.inner_page h1, .main_page .top_banner_content h1 {
		margin: 45px 0 15px;
	}

	.header .main_menu .product_subnav_w_50 {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 640px) {

	.main_page .top_banner_content .home-purple {
		font-size: 16px;
	}

	.bg_1 .block_content p {
		font-size: 3vw;
		line-height: 4vw;
	}

	.forensic_btn img {
		width: 50vw;
		height: auto;
	}

	.content .main_page_content_block_6 .table {
		display: inline-block;
		width: 100%;
	}

	.content .main_page_content_block_6 .row {
		display: inline-block;
		width: 100%;
	}

	.content .main_page_content_block_6 .row .cell {
		display: inline-block;
		width: 100%;
	}

	.header .comodo_live_header_link {
		display: none;
	}

	.main_page_content_block_6 .cell_style1 {
		height: 80vw;
	}

	.main_page_content_block_6 .cell_style2 {
		height: 80vw;
	}

	.main_page_content_block_6 .cell_style3 {
		height: 56vw;
	}

	.main_page_content_block_6 .cell_style4 {
		height: 108vw;
	}

	.main_page_content_block_6 .cell .cell_style5 {
		height: auto;
		position: relative;
	}

	.main_page_content_block_6 .cell h3 {
		font-size: 8.6vw;
		line-height: 10vw;
	}

	.main_page_content_block_6 .cell_style5 p.large {
		font-size: 6.4vw;
		line-height: 8vw;
	}

	.main_page_content_block_6 .cell_style5 p {
		font-size: 5vw;
		line-height: 6vw;
	}

	.main_page_content_block_6 .cell_style2 p {
		font-size: 5vw;
		line-height: 6vw;
		margin: 10vw 0 0;
	}

	.main_page .main_page_content_block_2_1 .table,
	.main_page .main_page_content_block_2_1 .row,
	.main_page .main_page_content_block_2_1 .cell {
		display: inline-block;
		width: 100%;
	}

	.main_page .main_page_content_block_2_1 .cell {
		border: 0 none;
		margin: 0 0 20px;
		padding: 0;
	}

	.main_page .main_page_content_block_2_1 .cell:after {
		content: none;
	}

	.blocks_slider .number {
		font-size: 2.5vw;
		height: 17vw;
		margin: 0 2vw 0;
		width: 17vw;
	}

}

@media screen and (max-height: 800px) {

	.main_page .top_banner .title {
		height: 300px;
	}

}

a {
	color: #78b8f7;
	text-decoration: none;
}

.underline-text:hover > a {
	text-decoration: underline;
	text-decoration-color: #fff;
}

.underline-text div:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
}

.underline-text-2:hover > a {
	text-decoration: underline !important;
	text-decoration-color: #fff;
}
