/*!
Theme Name: isr-theme
Theme URI: http://underscores.me/
Author: ISR
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isr-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

isr-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #202020;
	overflow-x: hidden;
	background-color: #e4e4e4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	cursor: pointer;
	font-weight: 900;
}

ul,
ol {
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

p {
	font-size: 16px;
}

.main-title {
	text-align: center;
	margin-bottom: 40px;
}

.main-title__title {
	font-size: 36px;
}

.topbar {
	background: #f3f3f5;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
	padding-top: 20px;
}

.topbar-logo {
	position: relative;
	z-index: 9;
}

.topbar-logo__link {
	padding: 0;
	display: inline-block;
}

.topbar-logo__img {
	max-width: 400px;
	vertical-align: middle;
}

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

.topbar-info__item {
	border-right: 1px solid #cfcfd0;
	display: inline-block;
	position: relative;
}

.topbar-info__item i {
	color: #555555;
	font-size: 30px;
	height: 50px;
	left: 0;
	line-height: 30px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

.topbar-info__item p {
	margin-right: 15px;
	padding-left: 50px;
	text-align: left;
	font-size: 12px;
}

.topbar-info__item p span {
	display: block;
	font-size: 12px;
}

.navigation {
	background: #1b2b8c;
}

.navigation .sticky {
	background: #1b2b8c;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-menu {
	clear: both;
	display: inline-block;
	vertical-align: middle;
	background-color: #1b2b8c;
	width: 100%;
}

.main-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 14px;
}

.main-menu ul ul {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #f3f3f3;
	border-top: 3px solid #d99607;
	border-radius: 4px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.main-menu ul ul ul {
	left: -999em;
	top: 0;
}

.main-menu ul ul li:hover > ul,
.main-menu ul ul li.focus > ul {
	left: 100%;
}

.main-menu ul ul a {
	width: 200px;
}

.main-menu ul li:hover > ul,
.main-menu ul li.focus > ul {
	left: auto;
}

.main-menu li {
	float: left;
	position: relative;
}

.main-menu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.13px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active {
	color: #d99607;
}

.sub-menu li {
	text-align: left;
	border-bottom: 1px dashed #1b2b8c;
}

.sub-menu li a {
	color: #1b2b8c;
}

.navbar-header {
	float: left;
}

.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-toggle {
	position: absolute;
	right: 0;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 3px;
	border-radius: 1px;
	background-color: #1b2b8c;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand img {
	display: block;
	max-width: 240px;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.navbar-collapse::before {
	display: table;
	content: " ";
}

.navbar-nav {
	float: none;
	padding-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

.navbar-nav::before {
	display: table;
	content: " ";
}

.navbar-nav li {
	position: relative;
	display: block;
}

.navbar-nav li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #d99607;
}

.banner {
	position: relative;
}

.banner-item {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 60vh;
}

.banner-item__title {
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
	font-size: 60px;
}

.banner-item__title span {
	color: #d99607;
}

.banner-item__text {
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	font-size: 36px;
	line-height: 45px;
}

.banner-item img {
	width: 100%;
	height: auto;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.services-item {
	background: #1b2b8c;
	color: #ffffff;
	min-height: 180px;
	padding: 0 40px 25px;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.services-item__icon {
	width: 139px;
	height: 139px;
	margin: 0 auto;
	display: block;
	background: #1b2b8c;
	border-radius: 50%;
	position: relative;
	top: -56px;
}

.services-item__icon i {
	display: inline-block;
	font-size: 40px;
	line-height: 92px;
	color: #d99607 !important;
}

.services-item__text {
	margin-top: -88px;
	position: relative;
}

.about {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url("./images/logo_bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
}

.about-card {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.license {
	background: #f3f3f5;
	background-image: url(./images/russian-map.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 90px;
	padding-bottom: 90px;
}

.license-text p {
	font-size: 18px;
	padding: 20px;
}

.license-slider {
	position: relative;
}

.license-slider__link {
	display: block;
	max-width: 200px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
	color: #1b2b8c;
}

.slick-prev {
	left: -37px;
}

.slick-dots li button:before {
	font-size: 16px;
	color: #d99607;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #1b2b8c;
}

.counter {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(./images/bg-counter.jpg);
	padding: 150px 0;
}

.counter:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.9);
}

.counter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.counter-item p {
	color: #fff;
	font-size: 18px;
	padding-top: 25px;
	padding-left: 15px;
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
	text-transform: uppercase;
	text-align: left;
}

.counter-item__numb {
	color: #fff;
	font-size: 52px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.8;
	font-weight: 600;
	padding-right: 16px;
	position: relative;
}

.counter-item__numb:after {
	content: "";
	width: 2px;
	height: 64px;
	background: #d99607;
	position: absolute;
	top: 17px;
	right: 0;
}

.content-area {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.widget-area {
	position: relative;
	/* padding: 30px 30px; */
	padding-top: 35px;
	padding-bottom: 40px;
}

.widget-title {
	margin-bottom: 15px;
	text-align: center;
}

.widget_nav_menu {
	margin-bottom: 20px;
}

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

.widget_nav_menu ul li {
	border-top: none !important;
	padding: 0px !important;
	margin-bottom: 3px;
	border-bottom: 3px solid #f5faff;
}

.widget_nav_menu ul li a {
	display: block;
	padding: 14px 30px 14px 24px;
	position: relative;
	background-color: #e9ecef;
	color: #0b0c26;
	z-index: 1;
	font-weight: 500;
	font-size: 15px;
	margin-left: 0;
	margin-right: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.widget_nav_menu ul li a::before {
	content: "";
	width: 4px;
	top: 0;
	left: 0;
	background: #1b2b8c;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 1;
}

.widget_nav_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.widget_nav_menu ul li a:hover:before {
	background: #1b2b8c;
	color: #fff;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: -2;
}

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

.widget_recent_entries ul li {
	border-bottom: 1px dashed;
	padding: 5px;
}

.request {
	background-color: #f3f3f3;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #d3d3d3;
	margin-top: 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.request-header {
	margin-bottom: 20px;
}

.request-header__title {
	color: #1b2b8c;
}

.footer {
	background-color: #202020;
	padding-top: 40px;
}

.footer p {
	color: #b1b1b1;
}

.footer p a {
	color: #b1b1b1;
	font-size: 16px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer p a:hover {
	text-decoration: none;
	color: #d99607;
}

.footer-header {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 24px;
}

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

.footer-list a {
	color: #b1b1b1;
	font-size: 16px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-list a:hover {
	text-decoration: none;
	color: #d99607;
}

.footer-bottom {
	background-color: #111111;
	padding: 20px 0;
}

.footer-bottom p {
	margin-bottom: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}
