@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


























body {
  background-color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
}
.left-block {
  width: 300px;
  background-color: #133148;
  height: 100vh;
  position: fixed;
}
.right-block {
  padding-left: 300px;
}
.intro {
  background: url(../img/intro_bg.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-attachment: fixed;
}

.intro__title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-left: 60px;
  max-width: 700px;
  margin-bottom: 30px;

}
.intro__subtitle {
  font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 41px;
    margin-left: 60px;
    max-width: 900px;
    opacity: .95;
}
.button {
  width: 109px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-left: 60px;
  margin-top: 50px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
}
.logo {
  text-align: center;
}
.logo img {
  width: 190px;
  margin-top: 30px;
}
.main-menu ul li {
  list-style-type: none;

}
.main-menu {
  color: #fff;
}



.info {
  margin-bottom: 30px;
  margin-left: 50px;
  color: #fff;
  font-size: 12px;
  opacity: .5;
}
.info p {
  margin: 5px 0;
}

.accordion {
  margin: 50px auto 0px;
}

.accordion .link {
  width: 220px;
  letter-spacing: .4px;
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 17px;
}

.accordion li:last-child .link { 
 
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #fff; }

.accordion li.open i { color: #fff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.submenu li { 
 }

.submenu li:last-child { 
 }

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  padding-left: 5px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight:300;
  line-height: 19px;
  font-size: 14px;
}

.submenu a:hover {
  color: #fff;
}

a.menu {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 6px 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight:300;
  line-height: 19px;
  font-size: 14px;
}

.left-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}


.section__title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-left: 60px;
  max-width: 700px;
  margin-bottom: 30px;
  margin-top: 52px;
}
.section__subtitle {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-left: 60px;
  max-width: 700px;
  margin-bottom: 30px;
  margin-top: 52px;
}
.section__text {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-left: 60px;
  max-width: 850px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 22px;
}
.line {
  height: 1px;
  width: 100%;
  background-color: #133148;
  opacity: .2;
}
.wrapper {
  margin-top: 60px;
  margin-left: 60px;
    max-width: 850px;
}



.projects__title {
  font-weight: 600;
}
.projects__desc {
  margin-top: 20px;
}
.projects__desc ul {
  margin-top: 5px;
}


.container {
  position: relative;
  background-color: #efefef;
  padding: 2em;
  height: 100%;
  width: 100%;
  float: none;
  margin: 2em auto;
  border-bottom: 4px solid #ccc;
}
.container:before, .container:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.container:before {
  border-top: solid 20px #fff;
  border-right: solid 20px #fff;
  border-left: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
.container:after {
  border-bottom: solid 20px #5b7093;
  border-left: solid 20px #5b7093;
  border-right: solid 20px transparent;
  border-top: solid 20px transparent;
}





/* ================
 *  GRID STRUCTURE
 * ================ */

/* --- Main --- */
* {
  box-sizing: border-box;
}
[class*="col-"] {
  float: left;
  padding: 0.3em;
}
.row::after {
  content: "";
  clear: both;
  display: block;
}
/* --- For mobile (Default view) --- */
[class*="col-"] {
  width: 100%;
}
/* --- For tablets --- */
@media only screen and (min-width: 600px) {
  [class*="col-"] {
      width: 100%;
  }
}
/* --- For desktop --- */
@media only screen and (min-width: 1000px) {
  /* --- Define 12 columns grid --- */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}


/* ================
*  FORM ELEMENTS
* ================ */
input[type="email"],
input[type="text"],
textarea {
  padding: .5rem 1rem;
  border: none;
  width: 100%;
  color: #7a7a7a;
}
input[type="submit"] {
  background-color: #efefef;
  color: #3a3a3a;
  cursor: pointer;
  float: right;
  padding: 0 2rem;
  height: 2em;
  border: solid 4px #1bbd4f;

  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
input[type="submit"]:hover {
  background-color: #1bbd4f;
  color: #fff;
}
input[type="submit"]:disabled {
  border: solid 4px #ccc;
  color: #999;
}
input[type="submit"]:disabled:hover {
  background-color: #efefef;
}


/* ==================
*  CAPTCHA ELEMENTS
* ================== */
#captchaInput {
  width: 3.4em;
  margin-left: .5em;
}



















@media only screen and (max-width: 768px) {
  .main-menu, .info {
    display: none;
  }
  .left-block {
    height: 70px;
    width: 100%;
    z-index: 9999999;
  }
  .logo img {
    width: 130px;
    margin-top: 10px;
}

  .right-block {
    padding-left: 0px;
  }
  .intro__title {
    margin-left: 20px;
    font-size: 32px;
  }
  .intro {
    background-image: url(../img/intro_bg.jpg);
    padding: 130px 0 70px;
    height: 100%;
  }
  .intro__subtitle {
    margin-left: 20px;
    font-size: 20px;
    line-height: 29px;
  }
  .button {
    margin-left: 20px;
  }
  .section__title {
    margin-left: 20px;
  }
  .section__subtitle {
    margin-left: 20px;
  }
  .section__text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .wrapper {
    margin: 0 20px;
  }
}

#download ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
#download ul li {
  width: 360px;
  height: 260px;

}
#download li {
  list-style-type: none;
}
.cA {
  position: relative;
  display: flex;
}
.video-b {
  font-weight: 300;
}
.bold {
  font-weight: 600;
}






.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 9999999999999999999;
	background: #133148;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	background: #133148;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #133148 url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #1b4769 url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	/* padding-left: 50px; */
	background: #1b4769 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background: #1b4769 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #1b4769;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #133148;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 100%;
	}
}








@media(max-width: 767px){
  .menu-burger__header {
      position: relative; /* задаем относительное позиционирование */
      width: 40px; /* определяем размеры блока */
      height: 35px;
      display: block;
  }




  .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
    height: 4px;
    width: 100%;
    position: absolute;
    background: #7c785c;
    margin: 0 auto;
  }
  .menu-burger__header span{
    top: 15px;
    left: 0px;
  }
  .menu-burger__header:after, .menu-burger__header:before{
    content: '';
  }
  .menu-burger__header:after{
    bottom: 6px;
    left: 0px;
  }
  .menu-burger__header:before{
    top: 5px;
    left: 0px;
  }
  
  .mobile_menu {
    width: 40px;
  }


  .flex {
    display: flex;
    justify-content: space-between;
  }

  .flex img {
    margin-left: 20px;
  }
  
}


.section__subtitle {
  margin-top: 90px;
}



