/*
Theme Name: Cisco Firewall
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('fonts/ProximaNova-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('fonts/ProximaNova-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
		url('fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.eot');
	src: local('Inter Bold'), local('Inter-Bold'),
		url('fonts/Inter-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'),
		url('fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
/* 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;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	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 */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Proxima Nova', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	height: 100%;
	background: #161F3E;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Proxima Nova', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Proxima Nova', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1440px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background: #161F3E;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.button{
	display: inline-block;
	min-width: 188px;
	padding: 17px 30px;
	border: none;
	background: #39A544;
	border-radius: 4px;
	font-family: 'Inter';
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
}
/* Header
-----------------------------------------------------------------------------*/
.site-header{
	position: relative;
}
.site-header__container {
	display: flex;
	align-items: center;
	padding: 35px 0;
}
.site-header__logo-1 {
	width: 94px;
	margin: 3px 37px 0px 0;
}
.site-header__logo-2 {
	width: 85px;
}
/* Middle
-----------------------------------------------------------------------------*/
.welcome {
	position: relative;
}
.welcome__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.welcome__bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.welcome__container {
	display: flex;
	padding: 12px 0 0;
	position: relative;
}
.welcome__left {
	width: 55%;
	padding: 0 30px 30px 0;
}
.welcome__text {
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #7DDD5B;
}
.welcome__title {
	font-weight: 300;
	font-size: 50px;
	line-height: 56px;
	color: #7DDD5B;
	margin: 11px 0 13px;
}
.welcome__video {
	position: relative;
	margin-top: 74px;
}
.welcome__video:after{
	content: attr(data-text);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.welcome__video span {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.welcome__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.welcome__video video{
	width: 100%;
	height: auto;
	visibility: hidden;
}
.video-enabled .welcome__video:after{
	display: none;
}
.video-enabled .welcome__video video{
	visibility: visible;
}
.welcome__right {
	width: 45%;
	padding: 5px 0 0 136px;
}
.welcome__image {
	line-height: 0;
	margin: -40px -117px 0 -212px;
}
.site-form{
	position: relative;
}
.site-form__form{
	transition: all 0.2s;
}
.site-form__title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px;
}
.site-form__input {
	margin-bottom: 19px;
}
.site-form__input label{
	display: block;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.site-form__input input{
	width: 100%;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #6C78A2;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.3em;
	color: #fff;
}
.site-form__input textarea{
	width: 100%;
	height: 70px;
	padding: 9px 0 0;
	background: none;
	border: none;
	border-bottom: 1px solid #6C78A2;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.3em;
	color: #fff;
	resize: none;
}
.site-form__input input::placeholder{
	opacity: 1;
	color: #9FA6C0;
}
.site-form__btn {
	display: flex;
	align-items: center;
	padding-top: 16px;
}
.wpcf7-not-valid-tip,.wpcf7-response-output{
	display: none !important;
}
.wpcf7-not-valid{
	border-color: #dc3232 !important;
}
.form-thankyou{
	visibility: hidden;
	opacity: 0;
	transform: translateX(10px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}
.form-thankyou__title{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 40px;
}
.form-thankyou__text{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 33px;
}
.consult{
	padding: 177px 0 37px;
	position: relative;
}
.consult__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.consult__bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.consult__container {
	display: flex;
	margin-bottom: 95px;
	position: relative;
}
.consult__left {
	width: 40%;
	padding: 0 52px 0 0;
}
.consult__right {
	width: 60%;
	padding: 0 0 0 125px;
}
.consult__image {
	display: inline-block;
	margin: -10px 0 0 0;
}

.site-form.form-sent .site-form__form{
	visibility: hidden;
	opacity: 0;
	transform: translateX(-10px);
}
.site-form.form-sent .form-thankyou{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}
.site-footer__container{
	display: flex;
	justify-content: space-between;
}
.site-footer__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px 0 0 0;
}
.site-footer__logo {
	width: 75px;
	margin-bottom: 10px;
}
.site-footer__copy {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #E6E6E6;
}
.site-footer__text {
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #E6E6E6;
}
.site-footer__text strong{
	font-weight: 600;
}



/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1480px){
	.inner{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1190px){
	.site-header__container {
		padding: 15px 0;
	}
	.welcome__right {
		padding: 5px 0 0 60px;
	}
	.welcome__image {
		margin: -30px -60px 0 -131px;
	}
	.consult {
		padding: 100px 0 30px;
	}
	.consult__left{
		padding: 0;
	}
	.consult__right{
		padding: 0 0 0 60px;
	}
}
@media only screen and (max-width: 1000px){
	
}
@media only screen and (max-width: 767px){
	.site-header__logo-1{
		width: 50px;
		margin: 0 20px 0 0;
	}
	.site-header__logo-2{
		width: 60px;
	}
	.welcome__container{
		flex-direction: column;
	}
	.welcome__left{
		width: 100%;
		padding: 0 0 25px;
	}
	.welcome__title{
		font-size: 36px;
		line-height: 46px;
		margin: 8px 0;
	}
	.welcome__text{
		font-size: 24px;
		line-height: 28px;
	}
	.welcome__video {
		margin-top: 35px;
	}
	.welcome__right{
		width: 100%;
		padding: 0;
	}
	.welcome__image{
		margin: -16px -40px 0;
	}
	.consult {
		padding: 50px 0 30px;
	}
	.consult__container{
		margin-bottom: 40px;
	}
	.consult__left{
		width: 100%;
		padding: 0;
	}
	.consult__right{
		display: none;
	}
	.site-footer__container{
		flex-direction: column-reverse;
	}
	.site-footer__text{
		margin-bottom: 10px;
	}
	.site-footer__text {
		font-size: 16px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 640px){
	
}
@media only screen and (max-width: 480px){
	
}
@media only screen and (max-width: 360px){
	
}

