* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, button {
    outline: none;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
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, font, 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 
{margin: 0;padding: 0;border: 0;outline: 0;
 font-size: 100%;vertical-align: baseline;
 background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    outline: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
picture {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
picture img {
	transform: translate3d(0px, 0px, 0px);
}
/* Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
}
#loader-wrapper:before,
#loader-wrapper:after {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff; 
    z-index: 9998;
    position: absolute;
    content: "";
    outline: 0.1px solid transparent;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
#loader-wrapper:before {
    left: 0;
}
#loader-wrapper:after {
    right: 0;
}
.loader{
	position: absolute;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	top: calc(50% - 8px);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #2647a6;
	z-index: 9999;
}
.loader:before{
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 1px;
	left: 0;
        content: '';
	background: #2647a6;
	animation-name: loader;
	animation-duration: 4s;
	animation-iteration-count: 1;
}
/* Loaded */
body.loaded {
	overflow: auto;
        padding-right: 0 !important;
}
.loaded #loader-wrapper:before {
    transform: translateX(-100%); 
	transition: all 0.1s 0.3s ease-out;
} 
.loaded #loader-wrapper:after {
    transform: translateX(100%);
	transition: all 0.3s 0.6s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
	transition: all 0.3s ease-out;
}
.loaded #loader {
    display: none;
	transition: all 0.2s ease-out;
}
.loaded #loader-wrapper:after,
.loaded #loader-wrapper:before {
    transition: all 0.1s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
/* Line Animation */
@keyframes loader {
    0% { width: 0; overflow: hidden; }
	100%{width: 100%; overflow: visible; }
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
p {
    margin: 10px 0;
}
/* General */
h1 {
	font-family: "Airstrike", 'Cricket';
    position: relative;
    margin: 40px 0 20px;
    padding: 0 0 10px 0;
    font-size: 62px;
	line-height: 62px;
	color: #fff;
    font-style: italic;
}
h2 {
	font-family: "Airstrike", 'Cricket';
    position: relative;
    margin: 0 0 20px;
    padding: 110px 0 30px 0;
    font-size: 48px;
	line-height: 48px;
    font-style: italic;
	text-align: center;
	color: #001768;
	text-transform: uppercase;
}

h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    content: "";
    background: #ff0000;
    width: 60px;
    height: 5px;
}
p {
	margin: 30px auto;
	max-width: 860px;
	font-size: 18px;
	line-height: 36px;
}
.hide {
	display: none !important;
}
.icon.phone {
	margin: 3px 5px 0 0;
	position: relative;
	display: inline-block;
	content: "";
	outline: 0.1px solid transparent;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	height: 14px;
	width: 10px;
	border: 1px solid #007bff;
	border-radius: 2px;
	vertical-align: top;
}
.icon.phone:after {
	border: 0;
	width: 2px;
	height: 2px;
	bottom: 2px;
	left: 4px;
	background: #007bff;
	position: absolute;
	content: "";
	outline: 0.1px solid transparent;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.icon.mail {
	margin: 0 5px 0 0;
	display: inline-block;
	height: 8px;
	width: 13px;
	border: 1px solid #007bff;
	border-radius: 2px;
	vertical-align: middle;
	position: relative;
	box-sizing: content-box;
}
.icon.mail:before {
    border-right: 1px solid #007bff;
	border-top: 1px solid #007bff;
	height: 9px;
	left: 2px;
	top: -5px;
	width: 9px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	position: absolute;
}
/* Header */
header {
	position: relative;
    min-height: 720px;
	/*background: url("../images/header.jpg") no-repeat;*/
	border-bottom: 5px solid red;
}
header .container-fluid {
	position: absolute;
	height: calc(720px - 5px);
	overflow: hidden;
}
header .parallax-container {
	position: absolute;
	min-height: 100%;
	width: 100%;
	height: 100%;
}
header.full-blue .navbar-top {
	position: fixed;
	top: 0;
	left: 0;
	background: #011869;
	opacity: 0.8;
	width: 100%;
	max-width: 100%;
	z-index: 3000;
}
#logo {
	position: relative;
}
.navbar-top {
	padding: 10px 0;
}
#navbar-top {
	padding: 0;
	z-index: 9999;
	width: 100%;
}
#navbar-top ul li a {
	display: block;
	padding: 0 10px;
	font-family: "Airstrike", 'Cricket', arial;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
}
#navbar-top ul li a.active {
	opacity: 0.8;
	color: #1d76d7;
}
a#lang-ru {
	display: block;
	margin: 0 0 0 10px;
	width: 40px;
	height: 50px;
	display: block;
	background: url("../images/flag_ru.png") center center no-repeat;
}
a#lang-en {
	display: block;
	margin: 0 0 0 10px;
	width: 40px;
	height: 50px;
	display: block;
	background: url("../images/flag_en.png") center center no-repeat;
}
.hamburger {
	display: none;
}
.header-intro p {
	white-space: pre-line;
}
.header-intro mark {
	font-size: 34px;
	line-height: 58px;
	padding: 0 10px;
	color: #fff;
	background: #1d76d7;
}
section {
	position: relative;
	border-bottom: 5px solid red;
	padding: 0 0 40px;
	z-index: 1000;
}
section p {
	color: #001768;
}
section.blue {
	background: #001768;
	color: #fff;
}
section.blue h2 {
	color: #fff;
}

section.blue p {
	color: #fff;
}
.next-section {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #e91c2f;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	z-index: 2001;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
.next-section:before {
	position: absolute;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 16px;
	left: 12px;
	top: 9px;
	width: 16px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.container-fluid {
	padding: 0;
	position: relative;
	min-height: 360px;
}
.parallax-container {
	height: 360px;
	overflow: hidden;
	width: 100%;
	background: #001768;
}
.blue-effect {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 101%;
	width: 51%;
	opacity: 0.4;
}
.blue-effect-second {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 50%;
	opacity: 0.4;
}
#About {
	z-index: 1001;
}
#About .parallax-container {
	position: absolute;
}
#About .blue-effect {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: '';
	height: 100%;
	width: 51%;
	opacity: 0.4;
	transform: rotate(180deg);
}
#About .blue-effect-second {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: '';
	height: 101%;
	width: 50%;
	opacity: 0.4;
	transform: rotate(180deg);
}
#About .list-about {
	position: relative;
	padding: 0;
	display: flex;
}
#About .list-about li {
	width: 24%;
	display: grid;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	align-content: center;
}
#About .list-about li img {
	margin: 0 auto;
	display: block;
}
#Services {
	z-index: 1000;
}
#Services .list-arrows {
	margin: 60px 0;
	-ms-display: grid;
	display: grid;
	-ms-grid-template-columns: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-column-gap: 1vmax;
	grid-column-gap: 1vmax;
	-ms-grid-row-gap: 1vmax;
	grid-row-gap: 1vmax;
	-ms-grid-auto-flow: dense;
	grid-auto-flow: dense;
}
#Services .list-arrows li {
	position: relative;
	font-size: 18px;
	line-height: 36px;
}
#Services .list-arrows li:before {
	display: inline-block;
	margin: 0 10px 0 0;
	content: "";
    border-right: 2px solid red;
    border-top: 2px solid red;
    height: 11px;
    width: 11px;
    top: 4px;
    right: 7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#Services h3 {
	font-size: 24px;
	font-weight: 700;
}
#Services ul.text-center {
	font-size: 18px;
	line-height: 36px;
}
#Team .container {
	position: relative;
}
#Team .container .col img {
	border-radius: 1000px;
	border: 2px solid #012c5a;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
#Team address {
	font-size: 12px;
}
#Team .team-agent-title {
	font-size: 16px;
	font-weight: 700;
}
#Team .team-agent-position {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #1d77d9;
}
#Team #team-scb-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#Team address a {
	display: block;
}
#Clients {
	z-index: 999l;
	padding: 0;
}
#Clients .parallax-container {
	position: absolute;
}
#Clients .parallax-container picture {
	opacity: 0.4;
}
#Clients .blue-effect {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: '';
	height: 100%;
	width: 51%;
	opacity: 0.4;
	transform: rotate(180deg);
}
#Clients .blue-effect-second {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: '';
	height: 101%;
	width: 50%;
	opacity: 0.4;
	transform: rotate(180deg);
}
.slick-slide-clients {
	position: relative;
	margin: 65px auto;
	max-height: 200px;
}
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin: -20px auto 0;
	background: #e91c2f;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	z-index: 2001;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	text-indent: 999px;
	overflow: hidden;
	cursor: pointer;
	border: 0;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.slick-prev:before {
	position: absolute;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 16px;
	left: 15px;
	top: 12px;
	width: 16px;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slick-next:before {
	position: absolute;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 16px;
	right: 15px;
	top: 12px;
	width: 16px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
}
.slick-list {
	overflow: hidden;
}
.slick-slide {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.slick-slide h5 {
	margin: 15px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.slick-slide div {
	color: #8ec4ff;
	font-size: 14px;
}
.slick-slide img {
	margin: 0 auto;
	border-radius: 300px;
	width: 154px;
	height: 154px;
	border: 2px solid #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
#icon-telegram,
#icon-instagram {
	display: inline-block;
	padding: 0 0 0 42px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	color: #001768;
}
#icon-instagram {
	margin: 0 30px 0 0;
	background: url("../images/icon_instagram.png") no-repeat;
}
#icon-telegram {
	background: url("../images/telegram.png") no-repeat;
}
footer {
	background: #001768;
	color: #fff;
}
footer p {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 14px;
}
@media screen and (max-width: 1024px) {
	.parallax-container picture {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.parallax-container picture img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: none;
	}
	header {
		min-height: auto;
	}
	header .container-fluid {
		height: 100%;
	}
	.header-intro {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.header-intro h1 {
		font-size: 48px;
		line-height: 52px;
		max-width: 320px;
	}
	.header-intro mark {
		font-size: 24px;
		line-height: 48px;
	}
	.container-fluid {
		padding: 0;
		position: relative;
		height: 260px;
		min-height: auto;
	}
	.parallax-container {
		height: 260px;
		overflow: hidden;
		width: 100%;
		background: #001768;
	}
	.slick-slide-clients {
		position: relative;
		margin: 15px auto;
		max-height: 200px;
	}
}
@media screen and (max-width: 768px) {

	/* Hamburger*/
	/*!
	 * Hamburgers
	 * @description Tasty CSS-animated hamburgers
	 * @author Jonathan Suh @jonsuh
	 * @site https://jonsuh.com/hamburgers
	 * @link https://github.com/jonsuh/hamburgers
	 */
	.hamburger {
	  padding: 0;
	  display: inline-block;
	  cursor: pointer;
	  transition-property: opacity, filter;
	  transition-duration: 0.15s;
	  transition-timing-function: linear;
	  font: inherit;
	  color: inherit;
	  text-transform: none;
	  background-color: transparent;
	  border: 0;
	  margin: 0;
	  overflow: visible; }
	  .hamburger:hover {
		opacity: 0.7; }
	  .hamburger.is-active:hover {
		opacity: 0.7; }
	  .hamburger.is-active .hamburger-inner,
	  .hamburger.is-active .hamburger-inner::before,
	  .hamburger.is-active .hamburger-inner::after {
		background-color: #fff; }

	.hamburger-box {
	  width: 40px;
	  height: 24px;
	  display: inline-block;
	  position: relative; }

	.hamburger-inner {
	  display: block;
	  top: 50%;
	  margin-top: -2px; }
	  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; }
	  .hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block; }
	  .hamburger-inner::before {
		top: -10px; }
	  .hamburger-inner::after {
		bottom: -10px; }
	/*
	   * Collapse
	   */
	.hamburger--collapse .hamburger-inner {
	  top: auto;
	  bottom: 0;
	  transition-duration: 0.13s;
	  transition-delay: 0.13s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	  .hamburger--collapse .hamburger-inner::after {
		top: -20px;
		transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
	  .hamburger--collapse .hamburger-inner::before {
		transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

	.hamburger--collapse.is-active .hamburger-inner {
	  transform: translate3d(0, -10px, 0) rotate(-45deg);
	  transition-delay: 0.22s;
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	  .hamburger--collapse.is-active .hamburger-inner::after {
		top: 0;
		opacity: 0;
		transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
	  .hamburger--collapse.is-active .hamburger-inner::before {
		top: 0;
		transform: rotate(-90deg);
		transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

	.header-intro h1 {
		font-family: "Airstrike", 'New_Zelek', arial;
		position: relative;
		margin: 20px 0 10px;
		padding: 0 0 10px 0;
		font-size: 30px;
		line-height: 36px;
		color: #fff;
		font-style: italic;
	}
	h2 {
		font-family: "Airstrike", 'New_Zelek', arial;
		position: relative;
		margin: 0 0 10px;
		padding: 30px 0 15px 0;
		font-size: 30px;
		line-height: 36px;
		font-style: normal;
		text-align: left;
		color: #001768;
	}

	h2:before {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		content: "";
		background: #ff0000;
		width: 60px;
		height: 5px;
	}
	p {
		margin: 15px auto;
		max-width: 860px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
	}
	header {
		min-height: 460px;
	}
	header .container-fluid {
		height: 100%;
	}
	.header-intro {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-top {
		max-width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	.navbar-top.active {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		background: #001b38;
		z-index: 9999;
	}
	.navbar-top.active #navbar-top {
		display: block;
		position: absolute;
		left: 0;
		top: 75px;
		width: 100%;
	}
	.navbar-top.active #navbar-top li {
		display: block;
	}
	a#lang-ru,
	a#lang-en {
		float: right;
		margin: 0 35px 0 0;
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 30px;
		text-align: right;
	}
	.navbar-top	.container {
		padding: 0;
	}
	#navbar-top {
		display: none;
	}
	.header-intro mark {
		font-size: 18px;
		line-height: 36px;
	}
	.container-fluid {
		padding: 0;
		position: relative;
		height: 260px;
		min-height: auto;
	}
	.parallax-container {
		height: 260px;
		overflow: hidden;
		width: 100%;
		background: #001768;
	}
	.blue-effect {
		width: 54% !important;
	}
	#About .list-about {
		-ms-display: grid;
		display: grid;
		-ms-grid-template-columns: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-column-gap: 1vmax;
		grid-column-gap: 1vmax;
		-ms-grid-row-gap: 1vmax;
		grid-row-gap: 1vmax;
		-ms-grid-auto-flow: dense;
		grid-auto-flow: dense;
	}
	#About .list-about li {
		width: 100%;
	}
	#Services .list-arrows {
		margin: 20px 0;
		display: block;
	}
	#Services .list-arrows li {
		margin: 0 0 30px;
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	#Services h3 {
		text-align: left !important;
		font-size: 14px;
	}
	#Services ul.text-center {
		text-align: left !important;
		font-size: 14px;
	}
	#Services ul.text-center li {
		line-height: 24px;
	}
	#Team .container .col {
		padding: 0;
	}
	#Team .container .col img {
		
	}
	#Team address {
		font-size: 10px;
	}
	#Team .team-agent-position {
		font-size: 12px;
	}
	.slick-slide-clients {
		margin: 25px auto;
	}
	.slick-prev {
		left: 10px;
	}
	.slick-next {
		right: 10px;
	}
	#Channels p {
		text-align: left;
		margin: 10px 0;
	}
	#icon-instagram {
		margin: 0 10px 0 0;
	}
	footer p {
		font-size: 12px;
	}
}